@@ -12,13 +12,11 @@ object C4DWizardNotesView: TC4DWizardNotesView
12
12
Font.Name = ' Tahoma'
13
13
Font.Style = []
14
14
KeyPreview = True
15
- OldCreateOrder = False
16
15
Position = poScreenCenter
17
16
ShowHint = True
18
17
OnActivate = FormActivate
19
18
OnClose = FormClose
20
19
OnShow = FormShow
21
- PixelsPerInch = 96
22
20
TextHeight = 13
23
21
object pnBack: TPanel
24
22
Left = 0
@@ -64,8 +62,6 @@ object C4DWizardNotesView: TC4DWizardNotesView
64
62
PopupMenu = PopupMenu1
65
63
ScrollBars = ssVertical
66
64
TabOrder = 0
67
- Zoom = 100
68
- ExplicitTop = 3
69
65
end
70
66
end
71
67
object pnTop: TPanel
@@ -85,8 +81,6 @@ object C4DWizardNotesView: TC4DWizardNotesView
85
81
Padding.Right = 2
86
82
Padding.Bottom = 2
87
83
TabOrder = 1
88
- ExplicitLeft = -5
89
- ExplicitTop = 494
90
84
object Bevel2: TBevel
91
85
AlignWithMargins = True
92
86
Left = 326
@@ -132,7 +126,6 @@ object C4DWizardNotesView: TC4DWizardNotesView
132
126
ShowHint = True
133
127
TabOrder = 0
134
128
OnClick = btnColorClick
135
- ExplicitLeft = 83
136
129
end
137
130
object cBoxSizeFont: TComboBox
138
131
AlignWithMargins = True
@@ -166,7 +159,6 @@ object C4DWizardNotesView: TC4DWizardNotesView
166
159
' 48'
167
160
' 72'
168
161
' 96' )
169
- ExplicitLeft = 132
170
162
end
171
163
object btnAlignmentLeft: TButton
172
164
AlignWithMargins = True
@@ -186,7 +178,6 @@ object C4DWizardNotesView: TC4DWizardNotesView
186
178
ShowHint = True
187
179
TabOrder = 3
188
180
OnClick = btnAlignmentLeftClick
189
- ExplicitLeft = 329
190
181
end
191
182
object btnAlignmentCenter: TButton
192
183
AlignWithMargins = True
@@ -206,7 +197,6 @@ object C4DWizardNotesView: TC4DWizardNotesView
206
197
ShowHint = True
207
198
TabOrder = 2
208
199
OnClick = btnAlignmentCenterClick
209
- ExplicitLeft = 354
210
200
end
211
201
object btnAlignmentRight: TButton
212
202
AlignWithMargins = True
@@ -226,7 +216,6 @@ object C4DWizardNotesView: TC4DWizardNotesView
226
216
ShowHint = True
227
217
TabOrder = 4
228
218
OnClick = btnAlignmentRightClick
229
- ExplicitLeft = 379
230
219
end
231
220
object btnUnderline: TButton
232
221
AlignWithMargins = True
@@ -247,7 +236,6 @@ object C4DWizardNotesView: TC4DWizardNotesView
247
236
ShowHint = True
248
237
TabOrder = 5
249
238
OnClick = btnUnderlineClick
250
- ExplicitLeft = 274
251
239
end
252
240
object btnItalic: TButton
253
241
AlignWithMargins = True
@@ -267,7 +255,6 @@ object C4DWizardNotesView: TC4DWizardNotesView
267
255
ShowHint = True
268
256
TabOrder = 6
269
257
OnClick = btnItalicClick
270
- ExplicitLeft = 249
271
258
end
272
259
object btnBold: TButton
273
260
AlignWithMargins = True
@@ -287,7 +274,6 @@ object C4DWizardNotesView: TC4DWizardNotesView
287
274
ShowHint = True
288
275
TabOrder = 7
289
276
OnClick = btnBoldClick
290
- ExplicitLeft = 224
291
277
end
292
278
object btnFont: TButton
293
279
AlignWithMargins = True
@@ -308,7 +294,6 @@ object C4DWizardNotesView: TC4DWizardNotesView
308
294
ShowHint = True
309
295
TabOrder = 8
310
296
OnClick = btnFontClick
311
- ExplicitLeft = 108
312
297
end
313
298
object btnOpen: TButton
314
299
AlignWithMargins = True
@@ -386,7 +371,6 @@ object C4DWizardNotesView: TC4DWizardNotesView
386
371
ShowHint = True
387
372
TabOrder = 12
388
373
OnClick = btnStrikethroughClick
389
- ExplicitLeft = 299
390
374
end
391
375
object btnFontSizeDecrease: TButton
392
376
AlignWithMargins = True
@@ -406,7 +390,6 @@ object C4DWizardNotesView: TC4DWizardNotesView
406
390
ShowHint = True
407
391
TabOrder = 13
408
392
OnClick = btnFontSizeDecreaseClick
409
- ExplicitLeft = 169
410
393
end
411
394
object btnFontSizeIncrease: TButton
412
395
AlignWithMargins = True
@@ -426,7 +409,6 @@ object C4DWizardNotesView: TC4DWizardNotesView
426
409
ShowHint = True
427
410
TabOrder = 14
428
411
OnClick = btnFontSizeIncreaseClick
429
- ExplicitLeft = 194
430
412
end
431
413
end
432
414
object ImageList1: TImageList
0 commit comments