1object CheckCompOptsForNewUnitDialog: TCheckCompOptsForNewUnitDialog
2  Left = 305
3  Height = 225
4  Top = 254
5  Width = 434
6  Caption = 'CheckCompOptsForNewUnitDialog'
7  ClientHeight = 225
8  ClientWidth = 434
9  OnCreate = FormCreate
10  Position = poScreenCenter
11  LCLVersion = '0.9.31'
12  object NoteLabel: TLabel
13    Left = 6
14    Height = 16
15    Top = 6
16    Width = 422
17    Align = alTop
18    BorderSpacing.Around = 6
19    Caption = 'NoteLabel'
20    ParentColor = False
21    WordWrap = True
22  end
23  object ModeLabel: TLabel
24    AnchorSideLeft.Control = Owner
25    AnchorSideTop.Control = ModeComboBox
26    AnchorSideTop.Side = asrCenter
27    Left = 6
28    Height = 16
29    Top = 36
30    Width = 68
31    BorderSpacing.Left = 6
32    Caption = 'ModeLabel'
33    ParentColor = False
34  end
35  object ModeComboBox: TComboBox
36    AnchorSideLeft.Control = ModeLabel
37    AnchorSideLeft.Side = asrBottom
38    AnchorSideTop.Control = NoteLabel
39    AnchorSideTop.Side = asrBottom
40    Left = 80
41    Height = 23
42    Top = 33
43    Width = 135
44    BorderSpacing.Left = 6
45    BorderSpacing.Top = 11
46    ItemHeight = 0
47    TabOrder = 0
48    Text = 'ModeComboBox'
49  end
50  object AnsistringCheckBox: TCheckBox
51    AnchorSideLeft.Control = Owner
52    AnchorSideTop.Control = ModeComboBox
53    AnchorSideTop.Side = asrBottom
54    Left = 6
55    Height = 26
56    Top = 62
57    Width = 150
58    BorderSpacing.Left = 6
59    BorderSpacing.Top = 6
60    Caption = 'AnsistringCheckBox'
61    TabOrder = 1
62  end
63  object DoNotWarnCheckBox: TCheckBox
64    AnchorSideLeft.Control = Owner
65    AnchorSideTop.Control = AnsistringCheckBox
66    AnchorSideTop.Side = asrBottom
67    Left = 6
68    Height = 26
69    Top = 98
70    Width = 158
71    BorderSpacing.Left = 6
72    BorderSpacing.Top = 10
73    Caption = 'DoNotWarnCheckBox'
74    TabOrder = 2
75  end
76  object ButtonPanel1: TButtonPanel
77    Left = 6
78    Height = 34
79    Top = 185
80    Width = 422
81    OKButton.Name = 'OKButton'
82    OKButton.OnClick = OkButtonClick
83    HelpButton.Name = 'HelpButton'
84    CloseButton.Name = 'CloseButton'
85    CancelButton.Name = 'CancelButton'
86    TabOrder = 3
87    ShowButtons = [pbOK, pbCancel]
88  end
89end
90