1object FormEditorOptionsFrame: TFormEditorOptionsFrame
2  Left = 0
3  Height = 600
4  Top = 0
5  Width = 769
6  ClientHeight = 600
7  ClientWidth = 769
8  OnResize = FrameResize
9  TabOrder = 0
10  Visible = False
11  DesignLeft = 345
12  DesignTop = 185
13  object GridGroupBox: TGroupBox
14    AnchorSideLeft.Control = DesignerColorsGroupBox
15    AnchorSideLeft.Side = asrBottom
16    AnchorSideTop.Control = Owner
17    AnchorSideRight.Control = Owner
18    AnchorSideRight.Side = asrBottom
19    Left = 232
20    Height = 153
21    Top = 0
22    Width = 537
23    Anchors = [akTop, akLeft, akRight]
24    AutoSize = True
25    BorderSpacing.Left = 6
26    Caption = 'GridGroupBox'
27    ClientHeight = 133
28    ClientWidth = 533
29    TabOrder = 1
30    object GridSizeXLabel: TLabel
31      AnchorSideLeft.Control = GridGroupBox
32      AnchorSideTop.Control = GridSizeXSpinEdit
33      AnchorSideTop.Side = asrCenter
34      Left = 6
35      Height = 15
36      Top = 79
37      Width = 77
38      BorderSpacing.Around = 6
39      Caption = 'GridSizeXLabel'
40      ParentColor = False
41    end
42    object GridSizeYLabel: TLabel
43      AnchorSideLeft.Control = GridGroupBox
44      AnchorSideTop.Control = GridSizeYSpinEdit
45      AnchorSideTop.Side = asrCenter
46      Left = 6
47      Height = 15
48      Top = 108
49      Width = 77
50      BorderSpacing.Around = 6
51      Caption = 'GridSizeYLabel'
52      ParentColor = False
53    end
54    object SnapToGridCheckBox: TCheckBox
55      AnchorSideLeft.Control = GridGroupBox
56      AnchorSideTop.Control = ShowBorderSpaceCheckBox
57      AnchorSideTop.Side = asrBottom
58      AnchorSideRight.Control = GridGroupBox
59      AnchorSideRight.Side = asrBottom
60      Left = 6
61      Height = 19
62      Top = 50
63      Width = 134
64      BorderSpacing.Left = 6
65      BorderSpacing.Top = 3
66      BorderSpacing.Right = 6
67      Caption = 'SnapToGridCheckBox'
68      ParentShowHint = False
69      ShowHint = True
70      TabOrder = 2
71    end
72    object ShowGridCheckBox: TCheckBox
73      AnchorSideLeft.Control = GridGroupBox
74      AnchorSideTop.Control = GridGroupBox
75      Left = 6
76      Height = 19
77      Top = 6
78      Width = 123
79      BorderSpacing.Left = 6
80      BorderSpacing.Top = 6
81      Caption = 'ShowGridCheckBox'
82      ParentShowHint = False
83      ShowHint = True
84      TabOrder = 0
85    end
86    object ShowBorderSpaceCheckBox: TCheckBox
87      AnchorSideLeft.Control = GridGroupBox
88      AnchorSideTop.Control = ShowGridCheckBox
89      AnchorSideTop.Side = asrBottom
90      Left = 6
91      Height = 19
92      Top = 28
93      Width = 167
94      BorderSpacing.Left = 6
95      BorderSpacing.Top = 3
96      Caption = 'ShowBorderSpaceCheckBox'
97      ParentShowHint = False
98      ShowHint = True
99      TabOrder = 1
100    end
101    object GridSizeXSpinEdit: TSpinEdit
102      AnchorSideLeft.Control = GridSizeXLabel
103      AnchorSideLeft.Side = asrBottom
104      AnchorSideTop.Control = SnapToGridCheckBox
105      AnchorSideTop.Side = asrBottom
106      Left = 89
107      Height = 23
108      Top = 75
109      Width = 64
110      BorderSpacing.Around = 6
111      MaxValue = 128
112      MinValue = 2
113      ParentShowHint = False
114      ShowHint = True
115      TabOrder = 3
116      Value = 2
117    end
118    object GridSizeYSpinEdit: TSpinEdit
119      AnchorSideLeft.Control = GridSizeYLabel
120      AnchorSideLeft.Side = asrBottom
121      AnchorSideTop.Control = GridSizeXSpinEdit
122      AnchorSideTop.Side = asrBottom
123      Left = 89
124      Height = 23
125      Top = 104
126      Width = 64
127      BorderSpacing.Around = 6
128      MaxValue = 128
129      MinValue = 2
130      ParentShowHint = False
131      ShowHint = True
132      TabOrder = 4
133      Value = 2
134    end
135  end
136  object FormEditMiscGroupBox: TGroupBox
137    AnchorSideLeft.Control = Owner
138    AnchorSideTop.Control = DesignerColorsGroupBox
139    AnchorSideTop.Side = asrBottom
140    AnchorSideRight.Control = Owner
141    AnchorSideRight.Side = asrBottom
142    AnchorSideBottom.Control = Owner
143    AnchorSideBottom.Side = asrBottom
144    Left = 0
145    Height = 250
146    Top = 238
147    Width = 769
148    Anchors = [akTop, akLeft, akRight]
149    AutoSize = True
150    BorderSpacing.Top = 6
151    Caption = 'FormEditMiscGroupBox'
152    ClientHeight = 230
153    ClientWidth = 765
154    TabOrder = 3
155    object ShowComponentCaptionsCheckBox: TCheckBox
156      AnchorSideLeft.Control = FormEditMiscGroupBox
157      AnchorSideTop.Control = RubberbandSelectsGrandChildsCheckBox
158      AnchorSideTop.Side = asrBottom
159      AnchorSideRight.Control = FormEditMiscGroupBox
160      AnchorSideRight.Side = asrBottom
161      Left = 6
162      Height = 19
163      Top = 28
164      Width = 212
165      BorderSpacing.Left = 6
166      BorderSpacing.Top = 3
167      BorderSpacing.Right = 6
168      Caption = 'ShowComponentCaptionsCheckBox'
169      ParentShowHint = False
170      ShowHint = True
171      TabOrder = 1
172    end
173    object ShowEditorHintsCheckBox: TCheckBox
174      AnchorSideLeft.Control = FormEditMiscGroupBox
175      AnchorSideTop.Control = ShowComponentCaptionsCheckBox
176      AnchorSideTop.Side = asrBottom
177      AnchorSideRight.Control = FormEditMiscGroupBox
178      AnchorSideRight.Side = asrBottom
179      Left = 6
180      Height = 19
181      Top = 50
182      Width = 160
183      BorderSpacing.Left = 6
184      BorderSpacing.Top = 3
185      BorderSpacing.Right = 6
186      Caption = 'ShowEditorHintsCheckBox'
187      ParentShowHint = False
188      ShowHint = True
189      TabOrder = 2
190    end
191    object OpenDesignerOnOpenUnitCheckBox: TCheckBox
192      AnchorSideLeft.Control = FormEditMiscGroupBox
193      AnchorSideTop.Control = ShowEditorHintsCheckBox
194      AnchorSideTop.Side = asrBottom
195      AnchorSideRight.Control = FormEditMiscGroupBox
196      AnchorSideRight.Side = asrBottom
197      Left = 6
198      Height = 19
199      Top = 72
200      Width = 214
201      BorderSpacing.Left = 6
202      BorderSpacing.Top = 3
203      BorderSpacing.Right = 6
204      Caption = 'OpenDesignerOnOpenUnitCheckBox'
205      ParentShowHint = False
206      ShowHint = True
207      TabOrder = 3
208    end
209    object RightClickSelectsCheckBox: TCheckBox
210      AnchorSideLeft.Control = FormEditMiscGroupBox
211      AnchorSideTop.Control = OpenDesignerOnOpenUnitCheckBox
212      AnchorSideTop.Side = asrBottom
213      AnchorSideRight.Control = FormEditMiscGroupBox
214      AnchorSideRight.Side = asrBottom
215      Left = 6
216      Height = 19
217      Top = 94
218      Width = 162
219      BorderSpacing.Left = 6
220      BorderSpacing.Top = 3
221      Caption = 'RightClickSelectsCheckBox'
222      ParentShowHint = False
223      ShowHint = True
224      TabOrder = 4
225    end
226    object DesignerPaintLazyCheckBox: TCheckBox
227      AnchorSideLeft.Control = FormEditMiscGroupBox
228      AnchorSideTop.Control = RightClickSelectsCheckBox
229      AnchorSideTop.Side = asrBottom
230      AnchorSideRight.Control = FormEditMiscGroupBox
231      AnchorSideRight.Side = asrBottom
232      Left = 6
233      Height = 19
234      Top = 116
235      Width = 168
236      BorderSpacing.Left = 6
237      BorderSpacing.Top = 3
238      Caption = 'DesignerPaintLazyCheckBox'
239      ParentShowHint = False
240      ShowHint = True
241      TabOrder = 5
242    end
243    object CreateCompFocusNameCheckBox: TCheckBox
244      AnchorSideLeft.Control = FormEditMiscGroupBox
245      AnchorSideTop.Control = DesignerPaintLazyCheckBox
246      AnchorSideTop.Side = asrBottom
247      Left = 6
248      Height = 19
249      Top = 138
250      Width = 202
251      BorderSpacing.Left = 6
252      BorderSpacing.Top = 3
253      BorderSpacing.Bottom = 3
254      Caption = 'CreateCompFocusNameCheckBox'
255      OnChange = CreateCompFocusNameCheckBoxChange
256      ParentShowHint = False
257      ShowHint = True
258      TabOrder = 6
259    end
260    object RubberbandSelectsGrandChildsCheckBox: TCheckBox
261      AnchorSideLeft.Control = FormEditMiscGroupBox
262      AnchorSideTop.Control = FormEditMiscGroupBox
263      AnchorSideRight.Control = FormEditMiscGroupBox
264      AnchorSideRight.Side = asrBottom
265      Left = 6
266      Height = 19
267      Top = 6
268      Width = 759
269      Anchors = [akTop, akLeft, akRight]
270      BorderSpacing.Left = 6
271      BorderSpacing.Top = 6
272      Caption = 'RubberbandSelectsGrandChildsCheckBox'
273      ParentShowHint = False
274      ShowHint = True
275      TabOrder = 0
276    end
277    object CheckPackagesOnFormCreateCheckBox: TCheckBox
278      AnchorSideLeft.Control = FormEditMiscGroupBox
279      AnchorSideTop.Control = SwitchToFavoritesOITabCheckBox
280      AnchorSideTop.Side = asrBottom
281      Left = 6
282      Height = 19
283      Top = 160
284      Width = 232
285      BorderSpacing.Left = 6
286      BorderSpacing.Top = 3
287      BorderSpacing.Bottom = 3
288      Caption = 'CheckPackagesOnFormCreateCheckBox'
289      ParentShowHint = False
290      ShowHint = True
291      TabOrder = 8
292    end
293    object SwitchToFavoritesOITabCheckBox: TCheckBox
294      AnchorSideLeft.Control = CreateCompFocusNameCheckBox
295      AnchorSideLeft.Side = asrBottom
296      AnchorSideTop.Control = CreateCompFocusNameCheckBox
297      AnchorSideTop.Side = asrCenter
298      Left = 228
299      Height = 19
300      Top = 138
301      Width = 200
302      BorderSpacing.Left = 20
303      Caption = 'SwitchToFavoritesOITabCheckBox'
304      ParentShowHint = False
305      ShowHint = True
306      TabOrder = 7
307    end
308    object FormTitleBarChangesObjectInspectorCheckBox: TCheckBox
309      AnchorSideLeft.Control = FormEditMiscGroupBox
310      AnchorSideTop.Control = CheckPackagesOnFormCreateCheckBox
311      AnchorSideTop.Side = asrBottom
312      AnchorSideBottom.Control = FormEditMiscGroupBox
313      AnchorSideBottom.Side = asrBottom
314      Left = 6
315      Height = 19
316      Top = 182
317      Width = 270
318      BorderSpacing.Left = 6
319      BorderSpacing.Top = 3
320      BorderSpacing.Bottom = 3
321      Caption = 'FormTitleBarChangesObjectInspectorCheckBox'
322      ParentShowHint = False
323      ShowHint = True
324      TabOrder = 9
325    end
326    object ForceDPIScalingInDesignTimeCheckBox: TCheckBox
327      AnchorSideLeft.Control = FormEditMiscGroupBox
328      AnchorSideTop.Control = FormTitleBarChangesObjectInspectorCheckBox
329      AnchorSideTop.Side = asrBottom
330      AnchorSideBottom.Side = asrBottom
331      Left = 6
332      Height = 19
333      Top = 204
334      Width = 230
335      BorderSpacing.Left = 6
336      BorderSpacing.Top = 3
337      BorderSpacing.Bottom = 6
338      Caption = 'ForceDPIScalingInDesignTimeCheckBox'
339      ParentShowHint = False
340      ShowHint = True
341      TabOrder = 10
342    end
343  end
344  object GuideLinesGroupBox: TGroupBox
345    AnchorSideLeft.Control = DesignerColorsGroupBox
346    AnchorSideLeft.Side = asrBottom
347    AnchorSideTop.Control = GridGroupBox
348    AnchorSideTop.Side = asrBottom
349    AnchorSideRight.Control = Owner
350    AnchorSideRight.Side = asrBottom
351    AnchorSideBottom.Side = asrBottom
352    Left = 232
353    Height = 73
354    Top = 159
355    Width = 537
356    Anchors = [akTop, akLeft, akRight]
357    AutoSize = True
358    BorderSpacing.Left = 6
359    BorderSpacing.Top = 6
360    Caption = 'GuideLinesGroupBox'
361    ClientHeight = 53
362    ClientWidth = 533
363    TabOrder = 2
364    object ShowGuideLinesCheckBox: TCheckBox
365      AnchorSideLeft.Control = GuideLinesGroupBox
366      AnchorSideRight.Control = GuideLinesGroupBox
367      AnchorSideRight.Side = asrBottom
368      Left = 6
369      Height = 19
370      Top = 6
371      Width = 521
372      Anchors = [akTop, akLeft, akRight]
373      BorderSpacing.Left = 6
374      BorderSpacing.Top = 6
375      BorderSpacing.Right = 6
376      Caption = 'ShowGuideLinesCheckBox'
377      ParentShowHint = False
378      ShowHint = True
379      TabOrder = 0
380    end
381    object SnapToGuideLinesCheckBox: TCheckBox
382      AnchorSideLeft.Control = GuideLinesGroupBox
383      AnchorSideTop.Control = ShowGuideLinesCheckBox
384      AnchorSideTop.Side = asrBottom
385      AnchorSideRight.Control = GuideLinesGroupBox
386      AnchorSideRight.Side = asrBottom
387      Left = 6
388      Height = 19
389      Top = 28
390      Width = 521
391      Anchors = [akTop, akLeft, akRight]
392      BorderSpacing.Left = 6
393      BorderSpacing.Top = 3
394      BorderSpacing.Right = 6
395      BorderSpacing.Bottom = 6
396      Caption = 'SnapToGuideLinesCheckBox'
397      ParentShowHint = False
398      ShowHint = True
399      TabOrder = 1
400    end
401  end
402  object DesignerColorsGroupBox: TGroupBox
403    AnchorSideLeft.Control = Owner
404    AnchorSideTop.Control = Owner
405    AnchorSideRight.Control = Owner
406    AnchorSideRight.Side = asrBottom
407    AnchorSideBottom.Control = GuideLinesGroupBox
408    AnchorSideBottom.Side = asrBottom
409    Left = 0
410    Height = 232
411    Top = 0
412    Width = 226
413    Anchors = [akTop, akLeft, akBottom]
414    Caption = 'DesignerColorsGroupBox'
415    ClientHeight = 212
416    ClientWidth = 222
417    TabOrder = 0
418    object ColorsListBox: TColorListBox
419      AnchorSideLeft.Control = DesignerColorsGroupBox
420      AnchorSideTop.Control = DesignerColorsGroupBox
421      AnchorSideBottom.Control = ColorBox
422      Left = 6
423      Height = 172
424      Top = 6
425      Width = 210
426      Style = [cbCustomColors]
427      OnGetColors = ColorsListBoxGetColors
428      Anchors = [akTop, akLeft, akBottom]
429      BorderSpacing.Around = 6
430      ItemHeight = 0
431      OnSelectionChange = ColorsListBoxSelectionChange
432      TabOrder = 0
433    end
434    object ColorBox: TColorBox
435      AnchorSideLeft.Control = DesignerColorsGroupBox
436      AnchorSideTop.Control = ColorsListBox
437      AnchorSideTop.Side = asrBottom
438      AnchorSideRight.Control = ColorsListBox
439      AnchorSideRight.Side = asrBottom
440      AnchorSideBottom.Control = DesignerColorsGroupBox
441      AnchorSideBottom.Side = asrBottom
442      Left = 6
443      Height = 22
444      Top = 184
445      Width = 210
446      Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbCustomColor, cbPrettyNames]
447      Anchors = [akLeft, akBottom]
448      BorderSpacing.Around = 6
449      ItemHeight = 16
450      OnChange = ColorBoxChange
451      TabOrder = 1
452    end
453  end
454end
455