1object frmAllCompilerOptions: TfrmAllCompilerOptions
2  Left = 311
3  Height = 497
4  Top = 189
5  Width = 622
6  Caption = 'frmAllCompilerOptions'
7  ClientHeight = 497
8  ClientWidth = 622
9  OnCreate = FormCreate
10  LCLVersion = '1.3'
11  object sbAllOptions: TScrollBox
12    Left = 0
13    Height = 411
14    Top = 34
15    Width = 622
16    HorzScrollBar.Increment = 61
17    HorzScrollBar.Page = 618
18    HorzScrollBar.Smooth = True
19    HorzScrollBar.Tracking = True
20    VertScrollBar.Increment = 40
21    VertScrollBar.Page = 407
22    VertScrollBar.Smooth = True
23    VertScrollBar.Tracking = True
24    Align = alClient
25    Anchors = []
26    ParentShowHint = False
27    ShowHint = True
28    TabOrder = 0
29  end
30  object ButtonPanel1: TButtonPanel
31    Left = 6
32    Height = 40
33    Top = 451
34    Width = 610
35    OKButton.Name = 'OKButton'
36    OKButton.DefaultCaption = True
37    HelpButton.Name = 'HelpButton'
38    HelpButton.DefaultCaption = True
39    CloseButton.Name = 'CloseButton'
40    CloseButton.DefaultCaption = True
41    CancelButton.Name = 'CancelButton'
42    CancelButton.DefaultCaption = True
43    TabOrder = 1
44    ShowButtons = [pbOK, pbCancel, pbHelp]
45  end
46  object pnlFilter: TPanel
47    Left = 0
48    Height = 34
49    Top = 0
50    Width = 622
51    Align = alTop
52    ClientHeight = 34
53    ClientWidth = 622
54    TabOrder = 2
55    object edOptionsFilter: TEdit
56      AnchorSideTop.Side = asrBottom
57      Left = 3
58      Height = 24
59      Top = 3
60      Width = 98
61      OnChange = edOptionsFilterChange
62      ParentShowHint = False
63      ShowHint = True
64      TabOrder = 0
65    end
66    object btnResetOptionsFilter: TSpeedButton
67      AnchorSideLeft.Control = edOptionsFilter
68      AnchorSideLeft.Side = asrBottom
69      AnchorSideTop.Control = edOptionsFilter
70      AnchorSideRight.Side = asrBottom
71      AnchorSideBottom.Side = asrBottom
72      Left = 101
73      Height = 25
74      Top = 3
75      Width = 29
76      OnClick = btnResetOptionsFilterClick
77      ShowHint = True
78      ParentShowHint = False
79    end
80    object cbShowModified: TCheckBox
81      AnchorSideLeft.Control = btnResetOptionsFilter
82      AnchorSideLeft.Side = asrBottom
83      AnchorSideTop.Control = btnResetOptionsFilter
84      AnchorSideTop.Side = asrCenter
85      Left = 159
86      Height = 21
87      Top = 5
88      Width = 135
89      BorderSpacing.Left = 29
90      Caption = 'Show only modified'
91      OnClick = cbShowModifiedClick
92      TabOrder = 1
93    end
94    object cbUseComments: TCheckBox
95      AnchorSideLeft.Control = cbShowModified
96      AnchorSideLeft.Side = asrBottom
97      AnchorSideTop.Control = cbShowModified
98      Left = 323
99      Height = 21
100      Top = 5
101      Width = 218
102      BorderSpacing.Left = 29
103      Caption = 'Use comments in custom options'
104      TabOrder = 2
105    end
106  end
107end
108