2007-02-22 13:09:12 +00:00
|
|
|
object frmVTCheckList: TfrmVTCheckList
|
|
|
|
Left = 403
|
|
|
|
Height = 346
|
|
|
|
Top = 173
|
|
|
|
Width = 401
|
|
|
|
HorzScrollBar.Page = 400
|
|
|
|
VertScrollBar.Page = 345
|
|
|
|
ActiveControl = VT
|
|
|
|
Caption = 'Generic CheckListbox selection Form (no node data used)'
|
2016-05-28 17:45:09 +00:00
|
|
|
ClientHeight = 346
|
|
|
|
ClientWidth = 401
|
2007-02-22 13:09:12 +00:00
|
|
|
Font.Height = -11
|
|
|
|
Font.Name = 'Tahoma'
|
|
|
|
OnActivate = FormActivate
|
|
|
|
OnCreate = FormCreate
|
|
|
|
OnDestroy = FormDestroy
|
|
|
|
Position = poScreenCenter
|
2016-05-28 17:45:09 +00:00
|
|
|
LCLVersion = '1.7'
|
2007-02-22 13:09:12 +00:00
|
|
|
object Panel1: TPanel
|
2016-05-28 17:45:09 +00:00
|
|
|
Left = 0
|
2007-02-22 13:09:12 +00:00
|
|
|
Height = 346
|
2016-05-28 17:45:09 +00:00
|
|
|
Top = 0
|
2007-02-22 13:09:12 +00:00
|
|
|
Width = 401
|
|
|
|
Align = alClient
|
|
|
|
BevelOuter = bvNone
|
|
|
|
BorderWidth = 7
|
|
|
|
Caption = 'Panel1'
|
2016-05-28 17:45:09 +00:00
|
|
|
ClientHeight = 346
|
|
|
|
ClientWidth = 401
|
2007-02-22 13:09:12 +00:00
|
|
|
TabOrder = 0
|
|
|
|
object VT: TVirtualStringTree
|
|
|
|
Left = 7
|
|
|
|
Height = 301
|
|
|
|
Top = 7
|
|
|
|
Width = 387
|
|
|
|
Align = alClient
|
|
|
|
CheckImageKind = ckFlat
|
2016-05-28 17:45:09 +00:00
|
|
|
Header.AutoSizeIndex = 0
|
|
|
|
Header.Columns = <>
|
2007-02-22 13:09:12 +00:00
|
|
|
Header.Font.Height = -11
|
|
|
|
Header.Font.Name = 'MS Shell Dlg 2'
|
|
|
|
Header.MainColumn = -1
|
|
|
|
Header.Options = [hoColumnResize, hoDrag]
|
|
|
|
TabOrder = 0
|
|
|
|
TreeOptions.PaintOptions = [toThemeAware, toUseBlendedImages]
|
|
|
|
TreeOptions.SelectionOptions = [toExtendedFocus, toMultiSelect, toCenterScrollIntoView]
|
|
|
|
OnGetText = VTGetText
|
|
|
|
OnGetNodeDataSize = VTGetNodeDataSize
|
|
|
|
OnInitNode = VTInitNode
|
|
|
|
end
|
|
|
|
object panBase: TPanel
|
|
|
|
Left = 7
|
|
|
|
Height = 31
|
|
|
|
Top = 308
|
|
|
|
Width = 387
|
|
|
|
Align = alBottom
|
|
|
|
BevelOuter = bvNone
|
2016-05-28 17:45:09 +00:00
|
|
|
ClientHeight = 31
|
|
|
|
ClientWidth = 387
|
2007-02-22 13:09:12 +00:00
|
|
|
TabOrder = 1
|
|
|
|
object btnOk: TButton
|
|
|
|
Left = 225
|
|
|
|
Height = 25
|
|
|
|
Top = 6
|
|
|
|
Width = 75
|
|
|
|
BorderSpacing.InnerBorder = 4
|
|
|
|
Caption = '&Ok'
|
|
|
|
OnClick = btnOkClick
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object btnCancel: TButton
|
|
|
|
Left = 304
|
|
|
|
Height = 25
|
|
|
|
Top = 6
|
|
|
|
Width = 75
|
|
|
|
BorderSpacing.InnerBorder = 4
|
|
|
|
Caption = '&Cancel'
|
|
|
|
ModalResult = 2
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|