forked from terrylao/Artemis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
frmview.lfm
43 lines (43 loc) · 971 Bytes
/
frmview.lfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
object ViewForm: TViewForm
Left = 358
Height = 405
Top = 154
Width = 497
AllowDropFiles = True
Caption = 'View'
ClientHeight = 405
ClientWidth = 497
DesignTimePPI = 120
KeyPreview = True
OnClose = FormClose
OnCreate = FormCreate
OnDropFiles = FormDropFiles
OnKeyDown = FormKeyDown
OnKeyUp = FormKeyUp
OnPaint = FormPaint
OnUTF8KeyPress = FormUTF8KeyPress
LCLVersion = '2.0.10.0'
object sbA: TScrollBox
Left = 0
Height = 405
Top = 0
Width = 497
HorzScrollBar.Page = 493
VertScrollBar.Page = 401
Align = alClient
ClientHeight = 401
ClientWidth = 493
TabOrder = 0
object PaintBox1: TPaintBox
Left = 0
Height = 401
Top = 0
Width = 493
OnMouseDown = Image1MouseDown
OnMouseMove = Image1MouseMove
OnMouseUp = Image1MouseUp
OnMouseWheel = Image1MouseWheel
OnPaint = PaintBox1Paint
end
end
end