File: codeobserver_options.lfm

package info (click to toggle)
lazarus 2.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 214,460 kB
  • sloc: pascal: 1,862,622; xml: 265,709; cpp: 56,595; sh: 3,008; java: 609; makefile: 535; perl: 297; sql: 222; ansic: 137
file content (232 lines) | stat: -rw-r--r-- 6,847 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
object CodeObserverOptionsFrame: TCodeObserverOptionsFrame
  Left = 0
  Height = 466
  Top = 0
  Width = 557
  ClientHeight = 466
  ClientWidth = 557
  TabOrder = 0
  DesignLeft = 250
  DesignTop = 214
  object CodeObsIgnoreConstantsLabel: TLabel
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = CodeObsCategoriesCheckGroup
    AnchorSideTop.Side = asrBottom
    Left = 0
    Height = 15
    Top = 226
    Width = 164
    BorderSpacing.Top = 6
    Caption = 'CodeObsIgnoreConstantsLabel'
    ParentColor = False
  end
  object COIgnoreConstInFuncsLabel: TLabel
    AnchorSideLeft.Control = CodeObsLeftPanel
    AnchorSideTop.Control = CodeObsCategoriesCheckGroup
    AnchorSideTop.Side = asrBottom
    Left = 291
    Height = 15
    Top = 226
    Width = 151
    BorderSpacing.Top = 6
    Caption = 'COIgnoreConstInFuncsLabel'
    ParentColor = False
  end
  object CodeObsCategoriesCheckGroup: TCheckGroup
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = Owner
    AnchorSideBottom.Control = Owner
    AnchorSideBottom.Side = asrBottom
    Left = 0
    Height = 220
    Top = 0
    Width = 288
    Anchors = [akTop, akLeft, akRight]
    AutoFill = True
    AutoSize = True
    BorderSpacing.Right = 3
    Caption = 'CodeObsCategoriesCheckGroup'
    ChildSizing.LeftRightSpacing = 6
    ChildSizing.TopBottomSpacing = 6
    ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
    ChildSizing.EnlargeVertical = crsHomogenousChildResize
    ChildSizing.ShrinkHorizontal = crsScaleChilds
    ChildSizing.ShrinkVertical = crsScaleChilds
    ChildSizing.Layout = cclLeftToRightThenTopToBottom
    ChildSizing.ControlsPerLine = 1
    Constraints.MinHeight = 220
    OnItemClick = CodeObsCategoriesCheckGroupItemClick
    TabOrder = 0
  end
  object CodeObsIgnoreConstantsMemo: TMemo
    AnchorSideLeft.Control = CodeObsIgnoreConstantsLabel
    AnchorSideTop.Control = CodeObsIgnoreConstantsLabel
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = CodeObsCategoriesCheckGroup
    AnchorSideRight.Side = asrBottom
    AnchorSideBottom.Control = Owner
    AnchorSideBottom.Side = asrBottom
    Left = 0
    Height = 222
    Top = 244
    Width = 288
    Anchors = [akTop, akLeft, akRight, akBottom]
    BorderSpacing.Top = 3
    Lines.Strings = (
      'CodeObsIgnoreConstantsMemo'
    )
    TabOrder = 1
  end
  object CodeObsLeftPanel: TPanel
    AnchorSideLeft.Control = CodeObsCategoriesCheckGroup
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = Owner
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 291
    Height = 184
    Top = 0
    Width = 266
    Anchors = [akTop, akLeft, akRight]
    AutoSize = True
    BorderSpacing.Left = 3
    BevelOuter = bvNone
    ClientHeight = 184
    ClientWidth = 266
    TabOrder = 2
    object NestedProcCountLabel: TLabel
      AnchorSideLeft.Control = CodeObsLeftPanel
      AnchorSideTop.Control = LongParamListCountSpinEdit
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = CodeObsLeftPanel
      AnchorSideRight.Side = asrBottom
      Left = 0
      Height = 15
      Top = 100
      Width = 266
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Top = 6
      Caption = 'NestedProcCountLabel'
      ParentColor = False
      WordWrap = True
    end
    object LongParamListCountLabel: TLabel
      AnchorSideLeft.Control = CodeObsLeftPanel
      AnchorSideTop.Control = LongProcLineCountSpinEdit
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = CodeObsLeftPanel
      AnchorSideRight.Side = asrBottom
      Left = 0
      Height = 15
      Top = 53
      Width = 266
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Top = 6
      Caption = 'LongParamListCountLabel'
      ParentColor = False
      WordWrap = True
    end
    object LongProcLineCountLabel: TLabel
      AnchorSideLeft.Control = CodeObsLeftPanel
      AnchorSideTop.Control = CodeObsLeftPanel
      AnchorSideRight.Control = CodeObsLeftPanel
      AnchorSideRight.Side = asrBottom
      Left = 0
      Height = 15
      Top = 6
      Width = 266
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Top = 6
      Caption = 'LongProcLineCountLabel'
      ParentColor = False
      WordWrap = True
    end
    object UnnamedCharConstCheckBox: TCheckBox
      AnchorSideLeft.Control = CodeObsLeftPanel
      AnchorSideTop.Control = UnnamedCharConstLabel
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = CodeObsLeftPanel
      AnchorSideRight.Side = asrBottom
      Left = 6
      Height = 19
      Top = 165
      Width = 260
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Left = 6
      BorderSpacing.Top = 3
      Caption = 'UnnamedCharConstCheckBox'
      TabOrder = 0
    end
    object NestedProcCountSpinEdit: TSpinEdit
      AnchorSideLeft.Control = NestedProcCountLabel
      AnchorSideTop.Control = NestedProcCountLabel
      AnchorSideTop.Side = asrBottom
      Left = 6
      Height = 23
      Top = 118
      Width = 60
      BorderSpacing.Left = 6
      BorderSpacing.Top = 3
      TabOrder = 1
    end
    object LongParamListCountSpinEdit: TSpinEdit
      AnchorSideLeft.Control = CodeObsLeftPanel
      AnchorSideTop.Control = LongParamListCountLabel
      AnchorSideTop.Side = asrBottom
      Left = 6
      Height = 23
      Top = 71
      Width = 60
      BorderSpacing.Left = 6
      BorderSpacing.Top = 3
      TabOrder = 2
    end
    object LongProcLineCountSpinEdit: TSpinEdit
      AnchorSideLeft.Control = CodeObsLeftPanel
      AnchorSideTop.Control = LongProcLineCountLabel
      AnchorSideTop.Side = asrBottom
      Left = 6
      Height = 23
      Top = 24
      Width = 60
      BorderSpacing.Left = 6
      BorderSpacing.Top = 3
      TabOrder = 3
    end
    object UnnamedCharConstLabel: TLabel
      AnchorSideLeft.Control = CodeObsLeftPanel
      AnchorSideTop.Control = NestedProcCountSpinEdit
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = CodeObsLeftPanel
      AnchorSideRight.Side = asrBottom
      Left = 0
      Height = 15
      Top = 147
      Width = 266
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Top = 6
      Caption = 'UnnamedCharConstLabel'
      ParentColor = False
      WordWrap = True
    end
  end
  object COIgnoreConstInFuncsMemo: TMemo
    AnchorSideLeft.Control = CodeObsLeftPanel
    AnchorSideTop.Control = COIgnoreConstInFuncsLabel
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    AnchorSideBottom.Control = Owner
    AnchorSideBottom.Side = asrBottom
    Left = 291
    Height = 222
    Top = 244
    Width = 266
    Anchors = [akTop, akLeft, akRight, akBottom]
    BorderSpacing.Top = 3
    Lines.Strings = (
      'COIgnoreConstInFuncsMemo'
    )
    TabOrder = 3
  end
end