File: unit1.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 (477 lines) | stat: -rw-r--r-- 10,519 bytes parent folder | download | duplicates (8)
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
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
object CoolBarDemo: TCoolBarDemo
  Left = 505
  Height = 490
  Top = 205
  Width = 647
  Caption = 'CoolBarDemo'
  ClientHeight = 465
  ClientWidth = 647
  Menu = MainMenu1
  OnActivate = FormActivate
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  LCLVersion = '1.3'
  object CoolBar1: TCoolBar
    Left = 0
    Height = 152
    Top = 0
    Width = 646
    Align = alNone
    AutoSize = True
    Bands = <    
      item
        Control = ToolBar1
        FixedSize = True
        Width = 179
      end    
      item
        Control = ToolBar2
        FixedSize = True
        Width = 179
      end    
      item
        Control = ToolBar3
        FixedSize = True
        Width = 179
      end    
      item
        Control = ToolBar4
        FixedSize = True
        Width = 179
      end    
      item
        Control = ToolBar5
        FixedSize = True
        Width = 179
      end>
    PopupMenu = PopupMenu1
    object ToolBar1: TToolBar
      AnchorSideLeft.Control = CoolBar1
      AnchorSideTop.Control = CoolBar1
      Left = 24
      Height = 22
      Top = 5
      Width = 69
      Align = alNone
      AutoSize = True
      BorderSpacing.Left = 22
      BorderSpacing.Top = 3
      ButtonWidth = 22
      Caption = 'ToolBar1'
      EdgeBorders = []
      EdgeInner = esNone
      EdgeOuter = esNone
      Flat = False
      Indent = 0
      ShowCaptions = True
      TabOrder = 0
      object TBtn11: TToolButton
        Left = 0
        Top = 0
        Caption = '11'
      end
      object TBtn12: TToolButton
        Left = 23
        Top = 0
        Caption = '12'
      end
      object TBtn13: TToolButton
        Left = 46
        Top = 0
        Caption = '13'
      end
    end
    object ToolBar2: TToolBar
      AnchorSideLeft.Control = CoolBar1
      AnchorSideTop.Control = CoolBar1
      Left = 24
      Height = 22
      Top = 35
      Width = 92
      Align = alNone
      AutoSize = True
      BorderSpacing.Left = 22
      BorderSpacing.Top = 33
      ButtonWidth = 22
      Caption = 'ToolBar2'
      EdgeBorders = []
      EdgeInner = esNone
      EdgeOuter = esNone
      Flat = False
      Indent = 0
      ShowCaptions = True
      TabOrder = 1
      object TBtn21: TToolButton
        Left = 0
        Top = 0
        Caption = '21'
      end
      object TBtn22: TToolButton
        Left = 23
        Top = 0
        Caption = '22'
      end
      object TBtn23: TToolButton
        Left = 46
        Top = 0
        Caption = '23'
      end
      object TBtn24: TToolButton
        Left = 69
        Top = 0
        Caption = '24'
      end
    end
    object ToolBar3: TToolBar
      AnchorSideLeft.Control = CoolBar1
      AnchorSideTop.Control = CoolBar1
      Left = 24
      Height = 22
      Top = 65
      Width = 115
      Align = alNone
      AutoSize = True
      BorderSpacing.Left = 22
      BorderSpacing.Top = 63
      ButtonWidth = 22
      Caption = 'ToolBar3'
      EdgeBorders = []
      EdgeInner = esNone
      EdgeOuter = esNone
      Flat = False
      Indent = 0
      ShowCaptions = True
      TabOrder = 2
      object TBtn31: TToolButton
        Left = 0
        Top = 0
        Caption = '31'
      end
      object TBtn32: TToolButton
        Left = 23
        Top = 0
        Caption = '32'
      end
      object TBtn33: TToolButton
        Left = 46
        Top = 0
        Caption = '33'
      end
      object TBtn34: TToolButton
        Left = 69
        Top = 0
        Caption = '34'
      end
      object TBtn35: TToolButton
        Left = 92
        Top = 0
        Caption = '35'
      end
    end
    object ToolBar4: TToolBar
      AnchorSideLeft.Control = CoolBar1
      AnchorSideTop.Control = CoolBar1
      Left = 24
      Height = 22
      Top = 95
      Width = 69
      Align = alNone
      AutoSize = True
      BorderSpacing.Left = 22
      BorderSpacing.Top = 93
      ButtonWidth = 22
      Caption = 'ToolBar4'
      EdgeBorders = []
      EdgeInner = esNone
      EdgeOuter = esNone
      Flat = False
      Indent = 0
      ShowCaptions = True
      TabOrder = 3
      object TBtn41: TToolButton
        Left = 0
        Top = 0
        Caption = '41'
      end
      object TBtn42: TToolButton
        Left = 23
        Top = 0
        Caption = '42'
      end
      object TBtn43: TToolButton
        Left = 46
        Top = 0
        Caption = '43'
      end
    end
    object ToolBar5: TToolBar
      AnchorSideLeft.Control = CoolBar1
      AnchorSideTop.Control = CoolBar1
      Left = 24
      Height = 22
      Top = 125
      Width = 138
      Align = alNone
      AutoSize = True
      BorderSpacing.Left = 22
      BorderSpacing.Top = 123
      ButtonWidth = 22
      Caption = 'ToolBar5'
      EdgeBorders = []
      EdgeInner = esNone
      EdgeOuter = esNone
      Flat = False
      Indent = 0
      ShowCaptions = True
      TabOrder = 4
      object TBtn51: TToolButton
        Left = 0
        Top = 0
        Caption = '51'
      end
      object TBtn52: TToolButton
        Left = 23
        Top = 0
        Caption = '52'
      end
      object TBtn53: TToolButton
        Left = 46
        Top = 0
        Caption = '53'
      end
      object TBtn54: TToolButton
        Left = 69
        Top = 0
        Caption = '54'
      end
      object TBtn55: TToolButton
        Left = 92
        Top = 0
        Caption = '55'
      end
      object TBtn56: TToolButton
        Left = 115
        Top = 0
        Caption = '56'
      end
    end
  end
  object RadioGroup1: TRadioGroup
    Left = 224
    Height = 73
    Top = 176
    Width = 168
    AutoFill = True
    Caption = 'BiDi Mode'
    ChildSizing.LeftRightSpacing = 6
    ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
    ChildSizing.EnlargeVertical = crsHomogenousChildResize
    ChildSizing.ShrinkHorizontal = crsScaleChilds
    ChildSizing.ShrinkVertical = crsScaleChilds
    ChildSizing.Layout = cclLeftToRightThenTopToBottom
    ChildSizing.ControlsPerLine = 1
    ClientHeight = 54
    ClientWidth = 164
    ItemIndex = 0
    Items.Strings = (
      'Left to Right'
      'Right to Left'
    )
    OnClick = RadioGroup1Click
    TabOrder = 1
  end
  object ComboBox1: TComboBox
    Left = 224
    Height = 21
    Top = 288
    Width = 168
    ItemHeight = 15
    ItemIndex = 1
    Items.Strings = (
      'gsSimple'
      'gsDouble'
      'gsHorLines'
      'gsVerLines'
      'gsGripper'
      'gsButton'
    )
    OnChange = ComboBox1Change
    Style = csDropDownList
    TabOrder = 2
    Text = 'gsDouble'
  end
  object Label1: TLabel
    Left = 224
    Height = 15
    Top = 265
    Width = 65
    Caption = 'Grab Style'
    ParentColor = False
  end
  object Label2: TLabel
    Left = 224
    Height = 15
    Top = 328
    Width = 69
    Caption = 'Grab Width'
    ParentColor = False
  end
  object SpinEdit1: TSpinEdit
    AnchorSideTop.Control = Label2
    AnchorSideTop.Side = asrCenter
    Left = 344
    Height = 21
    Top = 325
    Width = 50
    OnChange = SpinEdit1Change
    TabOrder = 3
    Value = 10
  end
  object Button1: TButton
    Left = 232
    Height = 25
    Top = 376
    Width = 123
    Caption = 'Autosize Bands'
    OnClick = Button1Click
    TabOrder = 4
  end
  object MainMenu1: TMainMenu
    left = 552
    top = 168
    object MenuItem1: TMenuItem
      Caption = 'View'
      object MITBSmall: TMenuItem
        Action = AcToolBarSmall
        AutoCheck = True
        GroupIndex = 11
        RadioItem = True
      end
      object MITBMedium: TMenuItem
        Action = AcToolBarMedium
        AutoCheck = True
        GroupIndex = 11
        RadioItem = True
      end
      object MITBLarge: TMenuItem
        Action = AcToolBarLarge
        AutoCheck = True
        GroupIndex = 11
        RadioItem = True
      end
      object MenuItem2: TMenuItem
        Caption = '-'
      end
      object MITBLeft: TMenuItem
        Action = AcTBLeft
        AutoCheck = True
        GroupIndex = 12
        RadioItem = True
      end
      object MITBTop: TMenuItem
        Action = AcTBTop
        AutoCheck = True
        GroupIndex = 12
        RadioItem = True
      end
      object MITBRight: TMenuItem
        Action = AcTBRight
        AutoCheck = True
        GroupIndex = 12
        RadioItem = True
      end
      object MenuItem3: TMenuItem
        Caption = '-'
      end
      object MIShowTB1: TMenuItem
        Action = AcTB1Visi
        AutoCheck = True
      end
      object MIShowTB2: TMenuItem
        Action = AcTB2Visi
        AutoCheck = True
      end
      object MIShowTB3: TMenuItem
        Action = AcTB3Visi
        AutoCheck = True
      end
      object MIShowTB4: TMenuItem
        Action = AcTB4Visi
        AutoCheck = True
      end
      object MIShowTB5: TMenuItem
        Action = AcTB5Visi
        AutoCheck = True
      end
    end
  end
  object ActionList1: TActionList
    left = 552
    top = 232
    object AcToolBarSmall: TAction
      AutoCheck = True
      Caption = 'Small Buttons'
      GroupIndex = 11
      OnExecute = AcToolBarSmallExecute
    end
    object AcToolBarMedium: TAction
      AutoCheck = True
      Caption = 'Medium Buttons'
      GroupIndex = 11
      OnExecute = AcToolBarMediumExecute
    end
    object AcToolBarLarge: TAction
      AutoCheck = True
      Caption = 'Large Buttons'
      GroupIndex = 11
      OnExecute = AcToolBarLargeExecute
    end
    object AcTBLeft: TAction
      AutoCheck = True
      Caption = 'Toolbar Left'
      GroupIndex = 12
      OnExecute = AcTBLeftExecute
    end
    object AcTBTop: TAction
      AutoCheck = True
      Caption = 'Toolbar Top'
      GroupIndex = 12
      OnExecute = AcTBTopExecute
    end
    object AcTBRight: TAction
      AutoCheck = True
      Caption = 'Toolbar Right'
      GroupIndex = 12
      OnExecute = AcTBRightExecute
    end
    object AcTB1Visi: TAction
      AutoCheck = True
      Caption = 'Show Toolbar1'
      OnExecute = AcTB1VisiExecute
    end
    object AcTB2Visi: TAction
      AutoCheck = True
      Caption = 'Show Toolbar2'
      OnExecute = AcTB2VisiExecute
    end
    object AcTB3Visi: TAction
      AutoCheck = True
      Caption = 'Show Toolbar3'
      OnExecute = AcTB3VisiExecute
    end
    object AcTB4Visi: TAction
      AutoCheck = True
      Caption = 'Show Toolbar4'
      OnExecute = AcTB4VisiExecute
    end
    object AcTB5Visi: TAction
      AutoCheck = True
      Caption = 'Show Toolbar5'
      OnExecute = AcTB5VisiExecute
    end
  end
  object PopupMenu1: TPopupMenu
    left = 552
    top = 296
  end
end