home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 March
/
Chip_2002-03_cd1.bin
/
tema
/
thebat
/
download
/
update
/
thebat.exe
/
0
/
RCDATA
/
TCOLUMNSETUP
/
TCOLUMNSETUP.txt
Wrap
Text File
|
2001-09-09
|
3KB
|
173 lines
object ColumnSetup: TColumnSetup
Left = 220
Top = 111
HelpContext = 14055
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Setup columns'
ClientHeight = 265
ClientWidth = 461
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 73
Height = 13
Caption = '&Available items:'
end
object Label2: TLabel
Left = 192
Top = 8
Width = 72
Height = 13
Caption = '&Selected items:'
end
object Label3: TLabel
Left = 360
Top = 24
Width = 66
Height = 13
Caption = '&Column width:'
end
object lItems: TListBox
Left = 8
Top = 24
Width = 145
Height = 193
DragMode = dmAutomatic
ItemHeight = 13
MultiSelect = True
Sorted = True
TabOrder = 0
OnDblClick = bAddClick
OnDragDrop = lItemsDragDrop
OnDragOver = lItemsDragOver
OnKeyPress = lItemsKeyPress
end
object bAdd: TButton
Left = 160
Top = 56
Width = 25
Height = 25
Caption = '>'
TabOrder = 1
OnClick = bAddClick
end
object bAddAll: TButton
Left = 160
Top = 88
Width = 25
Height = 25
Caption = '>>'
TabOrder = 2
OnClick = bAddAllClick
end
object bDel: TButton
Left = 160
Top = 128
Width = 25
Height = 25
Caption = '<'
TabOrder = 3
OnClick = bDelClick
end
object bDelAll: TButton
Left = 160
Top = 160
Width = 25
Height = 25
Caption = '<<'
TabOrder = 4
OnClick = bDelAllClick
end
object lSel: TListBox
Left = 192
Top = 24
Width = 153
Height = 193
DragMode = dmAutomatic
ItemHeight = 13
TabOrder = 5
OnClick = lSelClick
OnDblClick = bDelClick
OnDragDrop = lSelDragDrop
OnDragOver = lSelDragOver
OnKeyPress = lSelKeyPress
end
object eWidth: TSpinEdit
Left = 360
Top = 40
Width = 89
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 6
Value = 0
OnChange = eWidthChange
end
object bUp: TButton
Tag = -1
Left = 360
Top = 76
Width = 89
Height = 25
Caption = 'Move &up'
TabOrder = 7
OnClick = bUpClick
end
object bDown: TButton
Tag = 1
Left = 360
Top = 108
Width = 89
Height = 25
Caption = 'Move &down'
TabOrder = 8
OnClick = bUpClick
end
object bOK: TButton
Left = 360
Top = 160
Width = 89
Height = 25
Caption = '&OK'
ModalResult = 1
TabOrder = 10
end
object bCancel: TButton
Left = 360
Top = 192
Width = 89
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 11
end
object cbDefault: TCheckBox
Left = 8
Top = 236
Width = 241
Height = 17
Caption = '&Use as default'
TabOrder = 9
Visible = False
end
object bHelp: TButton
Left = 360
Top = 224
Width = 89
Height = 25
Caption = 'Help'
TabOrder = 12
OnClick = bHelpClick
end
end