-
Notifications
You must be signed in to change notification settings - Fork 0
/
Preview.dfm
248 lines (248 loc) · 5.36 KB
/
Preview.dfm
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
object PrevForm: TPrevForm
Left = 227
Top = 105
AutoScroll = False
Caption = 'Preview'
ClientHeight = 88
ClientWidth = 583
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
Scaled = False
OnCreate = FormCreate
OnResize = FormResize
DesignSize = (
583
88)
PixelsPerInch = 96
TextHeight = 13
object btLockTop: TSpeedButton
Left = 256
Top = 66
Width = 93
Height = 22
AllowAllUp = True
Anchors = [akRight, akBottom]
GroupIndex = 1
Caption = 'Lock at &top'
Layout = blGlyphTop
Margin = 2
Spacing = 0
Transparent = False
OnClick = btLockBtmClick
end
object btLockBtm: TSpeedButton
Left = 349
Top = 66
Width = 92
Height = 22
AllowAllUp = True
Anchors = [akRight, akBottom]
GroupIndex = 1
Caption = 'Lock at &bottom'
Layout = blGlyphTop
Margin = 2
Spacing = 0
Transparent = False
OnClick = btLockBtmClick
end
object btClose: TSpeedButton
Left = 526
Top = 66
Width = 57
Height = 22
Anchors = [akRight, akBottom]
Caption = '&Close'
Layout = blGlyphTop
Margin = 2
Spacing = 0
Transparent = False
OnClick = btCloseClick
end
object btOptions: TSpeedButton
Left = 450
Top = 66
Width = 67
Height = 22
AllowAllUp = True
Anchors = [akRight, akBottom]
GroupIndex = 2
Caption = 'O&ptions'
Layout = blGlyphTop
Margin = 2
Spacing = 0
Transparent = False
OnClick = btOptionsClick
end
object PanelMain: TPanel
Left = 0
Top = 0
Width = 583
Height = 64
Anchors = [akLeft, akTop, akRight, akBottom]
BevelOuter = bvNone
Constraints.MinHeight = 50
Constraints.MinWidth = 10
FullRepaint = False
TabOrder = 0
DesignSize = (
583
64)
object Panel2: TPanel
Left = 0
Top = 0
Width = 583
Height = 64
Anchors = [akLeft, akRight, akBottom]
BevelInner = bvLowered
Constraints.MinHeight = 1
Constraints.MinWidth = 1
UseDockManager = False
FullRepaint = False
TabOrder = 0
object Label2: TLabel
Left = 208
Top = 8
Width = 56
Height = 13
Caption = 'Font colour:'
end
object Label3: TLabel
Left = 392
Top = 8
Width = 93
Height = 13
Caption = 'Background colour:'
end
object cFont: TColorBox
Left = 208
Top = 24
Width = 145
Height = 22
AutoDropDown = True
NoneColorColor = clBtnFace
Style = [cbStandardColors, cbExtendedColors, cbIncludeNone, cbPrettyNames]
DropDownCount = 20
ItemHeight = 16
TabOrder = 0
OnChange = pbPrevPaint
end
object cBack: TColorBox
Left = 392
Top = 24
Width = 145
Height = 22
AutoDropDown = True
NoneColorColor = clBtnFace
Selected = clWhite
Style = [cbStandardColors, cbExtendedColors, cbIncludeNone, cbPrettyNames]
DropDownCount = 20
ItemHeight = 16
TabOrder = 1
OnChange = pbPrevPaint
end
object cbRemSet: TCheckBox
Left = 16
Top = 8
Width = 153
Height = 17
Caption = 'Remember settings'
TabOrder = 2
end
object cbLbaStyle: TCheckBox
Left = 16
Top = 40
Width = 121
Height = 17
Caption = 'LBA letter style'
TabOrder = 3
OnClick = pbPrevPaint
end
object cbOnTop: TCheckBox
Left = 16
Top = 24
Width = 105
Height = 17
Caption = 'Stay on top'
TabOrder = 4
OnClick = cbOnTopClick
end
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 583
Height = 64
Anchors = [akLeft, akTop, akRight, akBottom]
BevelInner = bvLowered
BevelOuter = bvNone
Constraints.MinHeight = 10
Constraints.MinWidth = 10
Ctl3D = True
UseDockManager = False
FullRepaint = False
ParentCtl3D = False
TabOrder = 1
DesignSize = (
583
64)
object pbPrev: TPaintBox
Left = 1
Top = 1
Width = 580
Height = 44
Anchors = [akLeft, akTop, akRight, akBottom]
Constraints.MinHeight = 10
Constraints.MinWidth = 10
OnPaint = pbPrevPaint
end
object Buffer1: TImage
Left = 72
Top = 8
Width = 105
Height = 41
Visible = False
end
object Buffer2: TImage
Left = 80
Top = 16
Width = 105
Height = 41
Visible = False
end
object sbHoriz: TScrollBar
Left = 1
Top = 46
Width = 580
Height = 16
Anchors = [akLeft, akRight, akBottom]
LargeChange = 20
PageSize = 0
SmallChange = 2
TabOrder = 0
OnChange = pbPrevPaint
end
end
end
object eText: TEdit
Left = 0
Top = 67
Width = 249
Height = 20
Anchors = [akLeft, akRight, akBottom]
AutoSize = False
TabOrder = 1
Text = 'Enter text here'
OnChange = eTextChange
end
object Timer1: TTimer
OnTimer = Timer1Timer
Left = 456
Top = 8
end
end