File: compiler_config_target.lfm

package info (click to toggle)
lazarus 4.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 275,760 kB
  • sloc: pascal: 2,341,904; xml: 509,420; makefile: 348,726; cpp: 93,608; sh: 3,387; java: 609; perl: 297; sql: 222; ansic: 137
file content (289 lines) | stat: -rw-r--r-- 7,758 bytes parent folder | download
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
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
object CompilerConfigTargetFrame: TCompilerConfigTargetFrame
  Left = 0
  Height = 446
  Top = 0
  Width = 594
  ClientHeight = 446
  ClientWidth = 594
  TabOrder = 0
  DesignLeft = 436
  DesignTop = 273
  object grbConfigFile: TGroupBox
    Left = 0
    Height = 139
    Top = 0
    Width = 594
    Align = alTop
    AutoSize = True
    Caption = 'grbConfigFile'
    ClientHeight = 112
    ClientWidth = 584
    TabOrder = 0
    object chkConfigFile: TCheckBox
      AnchorSideLeft.Control = grbConfigFile
      AnchorSideTop.Control = grbConfigFile
      Left = 6
      Height = 18
      Top = 3
      Width = 104
      BorderSpacing.Left = 6
      BorderSpacing.Top = 3
      Caption = 'chkConfigFile'
      TabOrder = 0
    end
    object chkWriteConfigFile: TCheckBox
      AnchorSideLeft.Control = chkConfigFile
      AnchorSideTop.Control = chkConfigFile
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Side = asrBottom
      Left = 6
      Height = 18
      Top = 24
      Width = 134
      BorderSpacing.Top = 3
      Caption = 'chkWriteConfigFile'
      OnClick = chkWriteConfigFileClick
      TabOrder = 3
    end
    object edtWriteConfigFilePath: TEdit
      AnchorSideLeft.Control = chkWriteConfigFile
      AnchorSideTop.Control = chkWriteConfigFile
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = grbConfigFile
      AnchorSideRight.Side = asrBottom
      Left = 25
      Height = 22
      Top = 43
      Width = 553
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Left = 19
      BorderSpacing.Top = 1
      BorderSpacing.Right = 6
      BorderSpacing.Bottom = 3
      TabOrder = 4
      Text = 'edtWriteConfigFilePath'
    end
    object chkCustomConfigFile: TCheckBox
      AnchorSideLeft.Control = chkConfigFile
      AnchorSideTop.Control = edtWriteConfigFilePath
      AnchorSideTop.Side = asrBottom
      Left = 6
      Height = 18
      Top = 68
      Width = 147
      BorderSpacing.Top = 3
      Caption = 'chkCustomConfigFile'
      OnClick = chkCustomConfigFileClick
      TabOrder = 1
    end
    object edtCustomConfigPath: TEdit
      AnchorSideLeft.Control = chkCustomConfigFile
      AnchorSideTop.Control = chkCustomConfigFile
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = grbConfigFile
      AnchorSideRight.Side = asrBottom
      Left = 25
      Height = 22
      Top = 87
      Width = 553
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Left = 19
      BorderSpacing.Top = 1
      BorderSpacing.Right = 6
      BorderSpacing.Bottom = 3
      TabOrder = 2
      Text = 'edtCustomConfigPath'
    end
  end
  object grbTargetPlatform: TGroupBox
    AnchorSideBottom.Side = asrBottom
    Left = 0
    Height = 125
    Top = 147
    Width = 594
    Align = alTop
    AutoSize = True
    BorderSpacing.Top = 8
    Caption = 'Target Platform'
    ClientHeight = 98
    ClientWidth = 584
    TabOrder = 1
    object lblTargetOS: TLabel
      AnchorSideLeft.Control = grbTargetPlatform
      AnchorSideTop.Control = TargetOSComboBox
      AnchorSideTop.Side = asrCenter
      Left = 6
      Height = 16
      Top = 5
      Width = 71
      BorderSpacing.Left = 6
      Caption = 'lblTargetOS'
      ParentColor = False
    end
    object lblTargetCPU: TLabel
      AnchorSideLeft.Control = lblTargetOS
      AnchorSideTop.Control = TargetCPUComboBox
      AnchorSideTop.Side = asrCenter
      Left = 6
      Height = 16
      Top = 28
      Width = 80
      Caption = 'lblTargetCPU'
      ParentColor = False
    end
    object lblTargetProc: TLabel
      AnchorSideLeft.Control = lblTargetCPU
      AnchorSideTop.Control = TargetProcComboBox
      AnchorSideTop.Side = asrCenter
      Left = 6
      Height = 16
      Top = 51
      Width = 80
      Caption = 'lblTargetProc'
      ParentColor = False
    end
    object lblSubtarget: TLabel
      AnchorSideLeft.Control = lblTargetCPU
      AnchorSideTop.Control = SubtargetComboBox
      AnchorSideTop.Side = asrCenter
      Left = 6
      Height = 16
      Top = 74
      Width = 74
      Caption = 'lblSubtarget'
      ParentColor = False
    end
    object TargetOSComboBox: TComboBox
      AnchorSideLeft.Control = lblTargetOS
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = grbTargetPlatform
      AnchorSideRight.Control = grbTargetPlatform
      AnchorSideRight.Side = asrBottom
      Left = 83
      Height = 20
      Top = 3
      Width = 495
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Left = 6
      BorderSpacing.Top = 3
      BorderSpacing.Right = 6
      ItemHeight = 26
      OnSelect = TargetOSComboBoxSelect
      Style = csDropDownList
      TabOrder = 0
      Text = '0'
    end
    object TargetCPUComboBox: TComboBox
      AnchorSideLeft.Control = lblTargetCPU
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = TargetOSComboBox
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = grbTargetPlatform
      AnchorSideRight.Side = asrBottom
      Left = 92
      Height = 20
      Top = 26
      Width = 486
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Left = 6
      BorderSpacing.Top = 3
      BorderSpacing.Right = 6
      ItemHeight = 26
      OnSelect = TargetCPUComboBoxSelect
      Style = csDropDownList
      TabOrder = 1
      Text = '0'
    end
    object TargetProcComboBox: TComboBox
      AnchorSideLeft.Control = lblTargetProc
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = TargetCPUComboBox
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = grbTargetPlatform
      AnchorSideRight.Side = asrBottom
      Left = 92
      Height = 20
      Top = 49
      Width = 486
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Left = 6
      BorderSpacing.Top = 3
      BorderSpacing.Right = 6
      BorderSpacing.Bottom = 3
      ItemHeight = 26
      Style = csDropDownList
      TabOrder = 3
      Text = '0'
    end
    object SubtargetComboBox: TComboBox
      AnchorSideLeft.Control = lblSubtarget
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = TargetProcComboBox
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = grbTargetPlatform
      AnchorSideRight.Side = asrBottom
      Left = 86
      Height = 20
      Top = 72
      Width = 492
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Left = 6
      BorderSpacing.Top = 3
      BorderSpacing.Right = 6
      BorderSpacing.Bottom = 6
      ItemHeight = 19
      TabOrder = 2
      Text = '0'
    end
  end
  object grbTargetOptions: TGroupBox
    Left = 0
    Height = 57
    Top = 280
    Width = 594
    Align = alTop
    AutoSize = True
    BorderSpacing.Top = 8
    Caption = 'Target-specific options'
    ClientHeight = 30
    ClientWidth = 584
    TabOrder = 2
    object chkWin32GraphicApp: TCheckBox
      Left = 6
      Height = 18
      Top = 6
      Width = 572
      Align = alTop
      BorderSpacing.Around = 6
      Caption = 'chkWin32GraphicApp'
      TabOrder = 0
    end
  end
  object LCLWidgetTypeLabel: TLabel
    AnchorSideTop.Control = CurrentWidgetTypeLabel
    AnchorSideTop.Side = asrBottom
    Left = 16
    Height = 16
    Top = 365
    Width = 128
    BorderSpacing.Top = 3
    Caption = 'LCLWidgetTypeLabel'
    Font.Color = clBlue
    ParentColor = False
    ParentFont = False
    OnClick = LCLWidgetTypeLabelClick
    OnMouseEnter = LCLWidgetTypeLabelMouseEnter
    OnMouseLeave = LCLWidgetTypeLabelMouseLeave
  end
  object CurrentWidgetTypeLabel: TLabel
    AnchorSideTop.Control = grbTargetOptions
    AnchorSideTop.Side = asrBottom
    Left = 3
    Height = 16
    Top = 346
    Width = 151
    BorderSpacing.Top = 9
    Caption = 'CurrentWidgetTypeLabel'
    ParentColor = False
  end
end