1object ShowCompilerOptionsDlg: TShowCompilerOptionsDlg
2  Left = 341
3  Height = 420
4  Top = 318
5  Width = 645
6  Caption = 'Compiler Options'
7  ClientHeight = 420
8  ClientWidth = 645
9  Constraints.MinHeight = 194
10  Constraints.MinWidth = 390
11  OnClose = FormClose
12  OnCreate = FormCreate
13  OnDestroy = FormDestroy
14  Position = poOwnerFormCenter
15  LCLVersion = '2.1.0.0'
16  object CloseButton: TBitBtn
17    AnchorSideTop.Side = asrBottom
18    AnchorSideRight.Control = Owner
19    AnchorSideRight.Side = asrBottom
20    AnchorSideBottom.Control = Owner
21    AnchorSideBottom.Side = asrBottom
22    Left = 564
23    Height = 29
24    Top = 385
25    Width = 75
26    Anchors = [akRight, akBottom]
27    AutoSize = True
28    BorderSpacing.Around = 6
29    Cancel = True
30    Caption = '&Close'
31    Constraints.MinHeight = 22
32    Constraints.MinWidth = 75
33    Default = True
34    Kind = bkClose
35    TabOrder = 1
36  end
37  object PageControl1: TPageControl
38    AnchorSideBottom.Control = CloseButton
39    Left = 6
40    Height = 373
41    Top = 6
42    Width = 633
43    ActivePage = CmdLineParamsTabSheet
44    Align = alTop
45    Anchors = [akTop, akLeft, akRight, akBottom]
46    BorderSpacing.Around = 6
47    TabIndex = 0
48    TabOrder = 0
49    object CmdLineParamsTabSheet: TTabSheet
50      Caption = 'CmdLineParams'
51      ClientHeight = 342
52      ClientWidth = 629
53      object CmdLineMemo: TMemo
54        AnchorSideBottom.Control = RelativePathsCheckBox
55        Left = 6
56        Height = 306
57        Top = 6
58        Width = 617
59        Align = alTop
60        Anchors = [akTop, akLeft, akRight, akBottom]
61        BorderSpacing.Around = 6
62        Lines.Strings = (
63          'CmdLineMemo'
64        )
65        ScrollBars = ssAutoVertical
66        TabOrder = 0
67      end
68      object RelativePathsCheckBox: TCheckBox
69        AnchorSideTop.Side = asrCenter
70        AnchorSideBottom.Control = CmdLineParamsTabSheet
71        AnchorSideBottom.Side = asrBottom
72        Left = 6
73        Height = 24
74        Top = 318
75        Width = 184
76        Anchors = [akLeft, akBottom]
77        Caption = 'RelativePathsCheckBox'
78        Checked = True
79        OnChange = RelativePathsCheckBoxChange
80        State = cbChecked
81        TabOrder = 1
82      end
83      object MultilineCheckBox: TCheckBox
84        AnchorSideLeft.Control = RelativePathsCheckBox
85        AnchorSideLeft.Side = asrBottom
86        AnchorSideTop.Control = RelativePathsCheckBox
87        AnchorSideBottom.Side = asrBottom
88        Left = 205
89        Height = 24
90        Top = 318
91        Width = 151
92        BorderSpacing.Left = 15
93        Caption = 'MultilineCheckBox'
94        Checked = True
95        OnChange = MultilineCheckBoxChange
96        State = cbChecked
97        TabOrder = 2
98      end
99    end
100    object InheritedParamsTabSheet: TTabSheet
101      Caption = 'InheritedParams'
102      ClientHeight = 342
103      ClientWidth = 629
104      object InhTreeView: TTreeView
105        Left = 0
106        Height = 287
107        Top = 0
108        Width = 477
109        Align = alClient
110        ReadOnly = True
111        RightClickSelect = True
112        TabOrder = 0
113        OnSelectionChanged = InhTreeViewSelectionChanged
114        Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
115      end
116      object InhItemMemo: TMemo
117        Left = 0
118        Height = 61
119        Top = 292
120        Width = 477
121        Align = alBottom
122        ReadOnly = True
123        ScrollBars = ssAutoVertical
124        TabOrder = 1
125      end
126      object InhSplitter: TSplitter
127        Cursor = crVSplit
128        Left = 0
129        Height = 5
130        Top = 287
131        Width = 477
132        Align = alBottom
133        ResizeAnchor = akBottom
134      end
135    end
136  end
137end
138