📄 checktvdemofrm.dfm
字号:
object frmCheckTVDemo: TfrmCheckTVDemo
Left = 413
Top = 183
Width = 521
Height = 400
Caption = 'JvCheckTreeView Demo'
Color = clBtnFace
Constraints.MinHeight = 385
Constraints.MinWidth = 400
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Shell Dlg 2'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 261
Top = 6
Width = 54
Height = 13
Anchors = [akTop, akRight]
Caption = 'Node &Text:'
FocusControl = edText
end
object Label2: TLabel
Left = 261
Top = 54
Width = 56
Height = 13
Anchors = [akTop, akRight]
Caption = '&Node Type:'
FocusControl = cbNodeType
end
object Label3: TLabel
Left = 261
Top = 108
Width = 62
Height = 13
Anchors = [akTop, akRight]
Caption = '&ImageIndex:'
FocusControl = edImageIndex
end
object Label5: TLabel
Left = 260
Top = 246
Width = 82
Height = 13
Anchors = [akTop, akRight]
Caption = 'Cascade Checks:'
end
object Label6: TLabel
Left = 260
Top = 294
Width = 111
Height = 13
Anchors = [akTop, akRight]
Caption = 'Cascade Checks when:'
end
object Label4: TLabel
Left = 261
Top = 162
Width = 28
Height = 13
Anchors = [akTop, akRight]
Caption = '&Style:'
end
object StatusBar1: TStatusBar
Left = 0
Top = 351
Width = 513
Height = 19
Panels = <
item
Text = ' Right-click any node in the treeview for more options'
Width = 50
end>
SimplePanel = False
end
object edText: TEdit
Left = 264
Top = 24
Width = 145
Height = 21
Anchors = [akTop, akRight]
TabOrder = 1
Text = 'NodeName'
end
object cbNodeType: TComboBox
Left = 264
Top = 72
Width = 145
Height = 21
Style = csDropDownList
Anchors = [akTop, akRight]
ItemHeight = 13
TabOrder = 2
OnChange = cbNodeTypeChange
Items.Strings = (
'Normal'
'CheckBox'
'RadioItem')
end
object edImageIndex: TEdit
Left = 264
Top = 128
Width = 132
Height = 21
Anchors = [akTop, akRight]
TabOrder = 3
Text = '0'
end
object udImageIndex: TUpDown
Left = 396
Top = 128
Width = 17
Height = 21
Anchors = [akTop, akRight]
Associate = edImageIndex
Min = -1
Position = 0
TabOrder = 4
Wrap = False
end
object cbStyle: TComboBox
Left = 264
Top = 184
Width = 145
Height = 21
Style = csDropDownList
Anchors = [akTop, akRight]
ItemHeight = 13
TabOrder = 5
OnChange = cbStyleChange
Items.Strings = (
'No checkboxes'
'MS implementation'
'JVCL implementation')
end
object chkChecked: TCheckBox
Left = 264
Top = 210
Width = 97
Height = 17
Anchors = [akTop, akRight]
Caption = 'C&hecked'
Enabled = False
TabOrder = 6
end
object chkFlat: TCheckBox
Left = 372
Top = 210
Width = 37
Height = 17
Anchors = [akTop, akRight]
Caption = '&Flat'
TabOrder = 7
OnClick = chkFlatClick
end
object cbCascadeLevels: TComboBox
Left = 264
Top = 264
Width = 145
Height = 21
Style = csDropDownList
Anchors = [akTop, akRight]
ItemHeight = 13
TabOrder = 8
OnChange = cbCascadeLevelsChange
Items.Strings = (
'Always'
'Never'
'1 Level'
'2 Levels'
'3 Levels'
'4 Levels'
'5 Levels'
'6 Levels'
'7 Levels'
'8 Levels'
'9 Levels'
'10 Levels')
end
object cbCascadeOptions: TComboBox
Left = 264
Top = 312
Width = 145
Height = 21
Style = csDropDownList
Anchors = [akTop, akRight]
ItemHeight = 13
TabOrder = 9
OnChange = cbCascadeOptionsChange
Items.Strings = (
'Checking'
'Unchecking'
'Unchecking and Checking')
end
object btnRandom: TButton
Left = 432
Top = 88
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = '&Random'
TabOrder = 10
OnClick = btnRandomClick
end
object btnAddChild: TButton
Left = 432
Top = 56
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = 'Add &Child'
TabOrder = 11
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -