File: treeviewpropedit.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 (369 lines) | stat: -rw-r--r-- 9,781 bytes parent folder | download | duplicates (5)
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
object TreeViewItemsEditorForm: TTreeViewItemsEditorForm
  Left = 329
  Height = 321
  Top = 230
  Width = 635
  ActiveControl = BtnNewItem
  BorderIcons = [biSystemMenu, biHelp]
  Caption = 'TreeView Items Editor'
  ClientHeight = 321
  ClientWidth = 635
  Constraints.MinHeight = 240
  Constraints.MinWidth = 400
  OnClose = FormClose
  OnCreate = FormCreate
  Position = poScreenCenter
  LCLVersion = '1.9.0.0'
  object GroupBox1: TGroupBox
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = Owner
    AnchorSideBottom.Control = BtnOK
    Left = 6
    Height = 276
    Top = 6
    Width = 420
    Anchors = [akTop, akLeft, akRight, akBottom]
    BorderSpacing.Around = 6
    Caption = 'Items'
    ClientHeight = 249
    ClientWidth = 416
    TabOrder = 0
    object TreeView1: TTreeView
      AnchorSideLeft.Control = GroupBox1
      AnchorSideTop.Control = GroupBox1
      AnchorSideBottom.Control = GroupBox1
      AnchorSideBottom.Side = asrBottom
      Left = 5
      Height = 239
      Top = 5
      Width = 240
      Anchors = [akTop, akLeft, akRight, akBottom]
      BorderSpacing.Left = 5
      BorderSpacing.Top = 5
      BorderSpacing.Bottom = 5
      HideSelection = False
      ReadOnly = True
      TabOrder = 0
      OnSelectionChanged = TreeView1SelectionChanged
      Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
    end
    object BtnNewItem: TButton
      Tag = 1
      AnchorSideLeft.Control = MoveUpBtn
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = GroupBox1
      AnchorSideRight.Control = GroupBox1
      AnchorSideRight.Side = asrBottom
      Left = 282
      Height = 25
      Top = 6
      Width = 128
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Left = 3
      BorderSpacing.Around = 6
      Caption = '&New Item'
      Default = True
      OnClick = BtnNewItemClick
      TabOrder = 1
    end
    object BtnNewSubItem: TButton
      AnchorSideLeft.Control = BtnNewItem
      AnchorSideTop.Control = BtnNewItem
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = BtnNewItem
      AnchorSideRight.Side = asrBottom
      Left = 282
      Height = 25
      Top = 37
      Width = 128
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Top = 6
      Caption = 'N&ew SubItem'
      OnClick = BtnNewItemClick
      TabOrder = 2
    end
    object BtnDelete: TButton
      AnchorSideLeft.Control = BtnNewSubItem
      AnchorSideTop.Control = BtnNewSubItem
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = BtnNewSubItem
      AnchorSideRight.Side = asrBottom
      Left = 282
      Height = 25
      Top = 68
      Width = 128
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Top = 6
      Caption = '&Delete'
      OnClick = btnDeleteClick
      TabOrder = 3
    end
    object BtnLoad: TButton
      AnchorSideLeft.Control = BtnDelete
      AnchorSideTop.Control = BtnDelete
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = BtnDelete
      AnchorSideRight.Side = asrBottom
      Left = 282
      Height = 25
      Top = 99
      Width = 128
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Top = 6
      Caption = '&Load'
      OnClick = btnLoadClick
      TabOrder = 4
    end
    object BtnSave: TButton
      AnchorSideLeft.Control = BtnLoad
      AnchorSideTop.Control = BtnLoad
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = BtnLoad
      AnchorSideRight.Side = asrBottom
      Left = 282
      Height = 25
      Top = 130
      Width = 128
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Top = 6
      Caption = '&Save'
      OnClick = btnSaveClick
      TabOrder = 5
    end
    object MoveUpBtn: TSpeedButton
      AnchorSideLeft.Control = TreeView1
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Side = asrBottom
      Left = 251
      Height = 26
      Top = 78
      Width = 22
      BorderSpacing.Around = 6
      Enabled = False
      OnClick = MoveUpBtnClick
      ShowHint = True
      ParentShowHint = False
    end
    object MoveDownBtn: TSpeedButton
      AnchorSideLeft.Control = MoveUpBtn
      AnchorSideTop.Control = MoveUpBtn
      AnchorSideTop.Side = asrBottom
      Left = 251
      Height = 26
      Top = 111
      Width = 22
      BorderSpacing.Top = 7
      Enabled = False
      OnClick = MoveDownBtnClick
      ShowHint = True
      ParentShowHint = False
    end
  end
  object GroupBox2: TGroupBox
    AnchorSideLeft.Control = GroupBox1
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = Owner
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    AnchorSideBottom.Control = BtnOK
    Left = 432
    Height = 276
    Top = 6
    Width = 197
    Anchors = [akTop, akLeft, akRight, akBottom]
    BorderSpacing.Around = 6
    Caption = 'Item Properties'
    ClientHeight = 249
    ClientWidth = 193
    TabOrder = 1
    object LabelText: TLabel
      AnchorSideLeft.Control = GroupBox2
      AnchorSideTop.Control = GroupBox2
      Left = 6
      Height = 15
      Top = 6
      Width = 29
      BorderSpacing.Left = 6
      BorderSpacing.Top = 6
      Caption = 'Text:'
      FocusControl = edtText
      ParentColor = False
    end
    object LabelImageIndex: TLabel
      AnchorSideLeft.Control = LabelText
      AnchorSideTop.Control = edtText
      AnchorSideTop.Side = asrBottom
      Left = 6
      Height = 15
      Top = 58
      Width = 79
      BorderSpacing.Top = 6
      Caption = 'Image Index:'
      FocusControl = edtIndexImg
      ParentColor = False
    end
    object LabelSelectedIndex: TLabel
      AnchorSideLeft.Control = LabelImageIndex
      AnchorSideTop.Control = edtIndexImg
      AnchorSideTop.Side = asrBottom
      Left = 6
      Height = 15
      Top = 110
      Width = 93
      BorderSpacing.Top = 6
      Caption = 'Selected index:'
      FocusControl = edtIndexSel
      ParentColor = False
    end
    object LabelStateIndex: TLabel
      AnchorSideLeft.Control = LabelSelectedIndex
      AnchorSideTop.Control = edtIndexSel
      AnchorSideTop.Side = asrBottom
      Left = 6
      Height = 15
      Top = 162
      Width = 73
      BorderSpacing.Top = 6
      Caption = 'State Index:'
      FocusControl = edtIndexState
      ParentColor = False
    end
    object edtText: TEdit
      AnchorSideLeft.Control = LabelText
      AnchorSideTop.Control = LabelText
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = GroupBox2
      AnchorSideRight.Side = asrBottom
      Left = 6
      Height = 29
      Top = 23
      Width = 182
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Top = 2
      BorderSpacing.Right = 5
      OnChange = Edit1Change
      TabOrder = 0
    end
    object edtIndexImg: TEdit
      AnchorSideLeft.Control = LabelImageIndex
      AnchorSideTop.Control = LabelImageIndex
      AnchorSideTop.Side = asrBottom
      Left = 6
      Height = 29
      Top = 75
      Width = 48
      BorderSpacing.Top = 2
      OnEditingDone = edtIndexStateEditingDone
      TabOrder = 1
    end
    object edtIndexSel: TEdit
      AnchorSideLeft.Control = LabelSelectedIndex
      AnchorSideTop.Control = LabelSelectedIndex
      AnchorSideTop.Side = asrBottom
      Left = 6
      Height = 29
      Top = 127
      Width = 48
      BorderSpacing.Top = 2
      OnEditingDone = edtIndexStateEditingDone
      TabOrder = 2
    end
    object edtIndexState: TEdit
      AnchorSideLeft.Control = LabelStateIndex
      AnchorSideTop.Control = LabelStateIndex
      AnchorSideTop.Side = asrBottom
      Left = 6
      Height = 29
      Top = 179
      Width = 48
      BorderSpacing.Top = 2
      OnEditingDone = edtIndexStateEditingDone
      TabOrder = 3
    end
  end
  object BtnOK: TBitBtn
    AnchorSideRight.Control = BtnCancel
    AnchorSideBottom.Control = Owner
    AnchorSideBottom.Side = asrBottom
    Left = 303
    Height = 27
    Top = 288
    Width = 75
    Anchors = [akRight, akBottom]
    AutoSize = True
    BorderSpacing.Around = 6
    Caption = '&OK'
    Constraints.MinHeight = 25
    Constraints.MinWidth = 75
    Kind = bkOK
    ModalResult = 1
    TabOrder = 2
  end
  object BtnCancel: TBitBtn
    AnchorSideRight.Control = BtnApply
    AnchorSideBottom.Control = Owner
    AnchorSideBottom.Side = asrBottom
    Left = 384
    Height = 27
    Top = 288
    Width = 83
    Anchors = [akRight, akBottom]
    AutoSize = True
    BorderSpacing.Around = 6
    Cancel = True
    Caption = 'Cancel'
    Constraints.MinHeight = 25
    Constraints.MinWidth = 75
    Kind = bkCancel
    ModalResult = 2
    TabOrder = 3
  end
  object BtnApply: TBitBtn
    AnchorSideRight.Control = BtnHelp
    AnchorSideBottom.Control = Owner
    AnchorSideBottom.Side = asrBottom
    Left = 473
    Height = 26
    Top = 289
    Width = 75
    Anchors = [akRight, akBottom]
    AutoSize = True
    BorderSpacing.Around = 6
    Caption = '&Apply'
    Constraints.MinHeight = 25
    Constraints.MinWidth = 75
    OnClick = btnApplyClick
    TabOrder = 4
  end
  object BtnHelp: TBitBtn
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    AnchorSideBottom.Control = Owner
    AnchorSideBottom.Side = asrBottom
    Left = 554
    Height = 27
    Top = 288
    Width = 75
    Anchors = [akRight, akBottom]
    AutoSize = True
    BorderSpacing.Around = 6
    Caption = '&Help'
    Constraints.MinHeight = 25
    Constraints.MinWidth = 75
    Kind = bkHelp
    TabOrder = 5
  end
  object OpenDialog1: TOpenDialog
    Title = 'Open'
    FilterIndex = 0
    left = 296
    top = 208
  end
  object SaveDialog1: TSaveDialog
    Title = 'Save'
    FilterIndex = 0
    left = 368
    top = 232
  end
end