home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 June
/
HDC50.iso
/
Runimage
/
Delphi50
/
Bin
/
CORIDE50.BPL
/
0
/
RCDATA
/
TADDCODETDIALOG
/
TADDCODETDIALOG.txt
Wrap
Text File
|
1999-08-11
|
1KB
|
72 lines
object AddCodeTDialog: TAddCodeTDialog
Left = 200
Top = 109
ActiveControl = ShortName
BorderStyle = bsDialog
Caption = 'AddCodeTDialog'
ClientHeight = 106
ClientWidth = 307
ParentFont = True
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 2
Top = 5
Width = 297
Height = 65
Shape = bsFrame
end
object Label1: TLabel
Left = 13
Top = 18
Width = 74
Height = 13
Caption = '&Shortcut Name:'
FocusControl = ShortName
end
object Label2: TLabel
Left = 13
Top = 44
Width = 56
Height = 13
Caption = '&Description:'
FocusControl = Desc
end
object OKBtn: TButton
Left = 144
Top = 77
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
OnClick = OKBtnClick
end
object CancelBtn: TButton
Left = 224
Top = 77
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object ShortName: TEdit
Left = 93
Top = 14
Width = 190
Height = 21
TabOrder = 2
end
object Desc: TEdit
Left = 93
Top = 41
Width = 190
Height = 21
TabOrder = 3
end
end