-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathvtxpreviewbox.lfm
47 lines (47 loc) · 1.04 KB
/
vtxpreviewbox.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
44
45
46
47
object fPreview: TfPreview
Left = 1194
Height = 363
Top = 262
Width = 300
BorderIcons = []
BorderStyle = bsSizeToolWin
Caption = 'Preview'
ClientHeight = 363
ClientWidth = 300
FormStyle = fsStayOnTop
OnCreate = FormCreate
OnShow = FormShow
ShowInTaskBar = stNever
LCLVersion = '1.6.4.0'
object ScrollBox1: TScrollBox
Left = 0
Height = 363
Top = 0
Width = 300
HorzScrollBar.Increment = 10
HorzScrollBar.Page = 105
HorzScrollBar.Smooth = True
HorzScrollBar.Tracking = True
VertScrollBar.Increment = 10
VertScrollBar.Page = 106
VertScrollBar.Smooth = True
VertScrollBar.Tracking = True
Anchors = [akTop, akLeft, akRight, akBottom]
ClientHeight = 359
ClientWidth = 296
Color = clBlack
ParentColor = False
TabOrder = 0
OnPaint = ScrollBox1Paint
object pbPreview: TPaintBox
Left = 0
Height = 105
Top = 1
Width = 105
Align = alCustom
Color = clBlack
ParentColor = False
OnPaint = pbPreviewPaint
end
end
end