lazarus/ideintf/treeviewpropedit.lfm
2006-05-22 08:10:49 +00:00

246 lines
5.0 KiB
Plaintext

object TreeViewItemsEditorForm: TTreeViewItemsEditorForm
ActiveControl = BtnOK
BorderIcons = [biSystemMenu, biHelp]
Caption = 'TreeView Items Editor'
ClientHeight = 261
ClientWidth = 487
Constraints.MinHeight = 240
Constraints.MinWidth = 400
OnCreate = FormCreate
PixelsPerInch = 96
Position = poScreenCenter
HorzScrollBar.Page = 486
VertScrollBar.Page = 260
Left = 313
Height = 261
Top = 194
Width = 487
object BtnOK: TBitBtn
Anchors = [akRight, akBottom]
Caption = '&OK'
Kind = bkOK
ModalResult = 1
NumGlyphs = 0
TabOrder = 0
Left = 166
Height = 25
Top = 229
Width = 75
end
object BtnCancel: TBitBtn
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Cancel'
Kind = bkCancel
ModalResult = 2
NumGlyphs = 0
TabOrder = 1
Left = 246
Height = 25
Top = 229
Width = 75
end
object BtnApply: TBitBtn
Anchors = [akRight, akBottom]
Caption = '&Apply'
NumGlyphs = 0
OnClick = btnApplyClick
TabOrder = 2
Left = 326
Height = 25
Top = 229
Width = 75
end
object BtnHelp: TBitBtn
Anchors = [akRight, akBottom]
Caption = '&Help'
Kind = bkHelp
NumGlyphs = 0
TabOrder = 3
Left = 406
Height = 25
Top = 229
Width = 75
end
object GroupBox1: TGroupBox
Anchors = [akTop, akLeft, akRight, akBottom]
Caption = 'Items'
ClientHeight = 195
ClientWidth = 276
TabOrder = 4
Left = 8
Height = 213
Top = 8
Width = 280
object TreeView1: TTreeView
Anchors = [akTop, akLeft, akRight, akBottom]
DefaultItemHeight = 15
HideSelection = False
TabOrder = 0
OnSelectionChanged = TreeView1SelectionChanged
Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
Left = 6
Height = 188
Width = 185
end
object BtnNewItem: TButton
Anchors = [akTop, akRight]
Caption = '&New Item'
Default = True
OnClick = BtnNewItemClick
TabOrder = 1
Left = 198
Height = 25
Top = 4
Width = 75
Tag = 1
end
object BtnNewSubItem: TButton
Anchors = [akTop, akRight]
Caption = 'N&ew SubItem'
OnClick = BtnNewItemClick
TabOrder = 2
Left = 198
Height = 25
Top = 36
Width = 75
end
object BtnDelete: TButton
Anchors = [akTop, akRight]
Caption = '&Delete'
OnClick = btnDeleteClick
TabOrder = 3
Left = 198
Height = 25
Top = 70
Width = 75
end
object BtnLoad: TButton
Anchors = [akTop, akRight]
Caption = '&Load'
OnClick = btnLoadClick
TabOrder = 4
Left = 198
Height = 25
Top = 102
Width = 75
end
object BtnSave: TButton
Anchors = [akTop, akRight]
Caption = '&Save'
OnClick = btnSaveClick
TabOrder = 5
Left = 198
Height = 25
Top = 136
Width = 75
end
end
object GroupBox2: TGroupBox
Anchors = [akTop, akRight, akBottom]
Caption = 'Item Properties'
ClientHeight = 195
ClientWidth = 181
TabOrder = 5
Left = 296
Height = 213
Top = 8
Width = 185
object LabelText: TLabel
Caption = 'Text:'
Color = clNone
FocusControl = edtText
ParentColor = False
Left = 8
Height = 14
Top = 10
Width = 27
end
object LabelImageIndex: TLabel
Caption = 'Image Index:'
Color = clNone
FocusControl = edtIndexImg
ParentColor = False
Left = 8
Height = 14
Top = 44
Width = 66
end
object LabelSelectedIndex: TLabel
Caption = 'Selected index:'
Color = clNone
FocusControl = edtIndexSel
ParentColor = False
Left = 6
Height = 14
Top = 78
Width = 75
end
object LabelStateIndex: TLabel
Caption = 'State Index:'
Color = clNone
FocusControl = edtIndexState
ParentColor = False
Left = 8
Height = 14
Top = 110
Width = 62
end
object edtText: TEdit
OnChange = Edit1Change
TabOrder = 0
Left = 86
Height = 23
Top = 4
Width = 91
end
object edtIndexImg: TEdit
OnEditingDone = edtIndexStateEditingDone
TabOrder = 1
Left = 86
Height = 23
Top = 38
Width = 48
end
object edtIndexSel: TEdit
OnEditingDone = edtIndexStateEditingDone
TabOrder = 2
Left = 86
Height = 23
Top = 72
Width = 48
end
object edtIndexState: TEdit
OnEditingDone = edtIndexStateEditingDone
TabOrder = 3
Left = 86
Height = 23
Top = 104
Width = 48
end
end
object OpenDialog1: TOpenDialog
Title = 'Open'
FilterIndex = 0
Title = 'Open'
left = 176
top = 312
end
object SaveDialog1: TSaveDialog
Title = 'Save'
FilterIndex = 0
Title = 'Save'
left = 176
top = 347
end
end