home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 June
/
HDC50.iso
/
Runimage
/
Delphi50
/
Bin
/
CORIDE50.BPL
/
0
/
RCDATA
/
TTRANSFERDIALOG
/
TTRANSFERDIALOG.txt
Wrap
Text File
|
1999-08-11
|
3KB
|
142 lines
object TransferDialog: TTransferDialog
Left = 266
Top = 119
HelpContext = 1427
ActiveControl = ItemList
BorderStyle = bsDialog
Caption = 'Tool Options'
ClientHeight = 289
ClientWidth = 291
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 29
Height = 13
Caption = '&Tools:'
FocusControl = ItemList
IsControl = True
end
object Label2: TLabel
Left = 12
Top = 272
Width = 8
Height = 20
Caption = '*'
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -16
Font.Name = 'default'
Font.Style = [fsBold]
ParentFont = False
IsControl = True
end
object Label3: TLabel
Left = 24
Top = 272
Width = 126
Height = 13
Caption = '= conflicting shortcut keys.'
IsControl = True
end
object ItemList: TListBox
Left = 8
Top = 24
Width = 189
Height = 245
ItemHeight = 16
Style = lbOwnerDrawFixed
TabOrder = 0
OnClick = ItemListClick
OnDblClick = EditButtonClick
OnDrawItem = ItemListDrawItem
IsControl = True
end
object DnBtn: TBitBtn
Left = 248
Top = 124
Width = 23
Height = 23
TabOrder = 5
OnClick = MoveClick
Glyph.Data = {
F6000000424DF600000000000000760000002800000010000000100000000100
0400000000008000000000000000000000001000000000000000000000000000
BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
333333333333833333333333333488333333333333CC4883333333333CCCC488
33333333CCCCCC488333333CCCCCC444333333333CCCC483333333333CCCC483
333333333CCCC483333333333CCCC483333333333CCCC483333333333CCCC433
3333333333333333333333333333333333333333333333333333}
end
object UpBtn: TBitBtn
Left = 220
Top = 124
Width = 25
Height = 23
TabOrder = 4
OnClick = MoveClick
Glyph.Data = {
F6000000424DF600000000000000760000002800000010000000100000000100
0400000000008000000000000000000000001000000000000000000000000000
BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
333333333333333333333333338888833333333334444483333333333CCCC483
333333333CCCC483333333333CCCC483333333333CCCC483333333333CCCC488
8333333CCCCCCCCC33333333CCCCCCC3333333333CCCCC333333333333CCC333
33333333333C3333333333333333333333333333333333333333}
end
object AddButton: TButton
Left = 208
Top = 24
Width = 75
Height = 25
Caption = '&Add...'
TabOrder = 1
OnClick = AddButtonClick
end
object DelButton: TButton
Left = 208
Top = 56
Width = 75
Height = 25
Caption = '&Delete'
TabOrder = 2
OnClick = DelButtonClick
end
object EditButton: TButton
Left = 208
Top = 88
Width = 75
Height = 25
Caption = '&Edit'
TabOrder = 3
OnClick = EditButtonClick
end
object CloseButton: TButton
Left = 208
Top = 211
Width = 75
Height = 25
Cancel = True
Caption = '&Close'
ModalResult = 1
TabOrder = 6
end
object HelpButton: TButton
Left = 208
Top = 243
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 7
OnClick = HelpButtonClick
end
end