Componentes.Terceros.DevExp.../internal/x.44/1/ExpressQuantumTreeList 3/Sources/dxGrColA.dfm
2009-06-29 12:09:02 +00:00

66 lines
1.2 KiB
Plaintext

object FdxTreeListColumnSelect: TFdxTreeListColumnSelect
Left = 215
Top = 107
ActiveControl = ComboBox
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Select column type'
ClientHeight = 68
ClientWidth = 256
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
PixelsPerInch = 96
TextHeight = 13
object LType: TLabel
Left = 5
Top = 12
Width = 24
Height = 13
Caption = 'Type'
end
object BOk: TButton
Left = 7
Top = 40
Width = 75
Height = 22
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object BCancel: TButton
Left = 91
Top = 40
Width = 75
Height = 22
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object BHelp: TButton
Left = 176
Top = 40
Width = 75
Height = 22
Caption = 'Help'
TabOrder = 2
OnClick = BHelpClick
end
object ComboBox: TComboBox
Left = 46
Top = 8
Width = 204
Height = 21
Style = csDropDownList
DropDownCount = 20
ItemHeight = 13
TabOrder = 3
end
end