home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 June
/
HDC50.iso
/
Runimage
/
Delphi50
/
Bin
/
CORIDE50.BPL
/
0
/
RCDATA
/
TADDPACKAGEDLG
/
TADDPACKAGEDLG.txt
Wrap
Text File
|
1999-08-11
|
2KB
|
92 lines
object AddPackageDlg: TAddPackageDlg
Left = 192
Top = 79
BorderStyle = bsDialog
Caption = 'Add Runtime Package'
ClientHeight = 127
ClientWidth = 386
ParentFont = True
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 6
Top = 6
Width = 374
Height = 81
Shape = bsFrame
end
object Label1: TLabel
Left = 16
Top = 22
Width = 75
Height = 13
Caption = '&Package name:'
FocusControl = EditFileName
end
object Label2: TLabel
Left = 16
Top = 56
Width = 65
Height = 17
Caption = '&Search path:'
FocusControl = EditSearchPath
end
object EditFileName: TEdit
Left = 96
Top = 20
Width = 193
Height = 21
TabOrder = 0
OnChange = EditChange
end
object BrowseButton: TButton
Left = 296
Top = 18
Width = 75
Height = 25
Caption = '&Browse...'
Default = True
TabOrder = 1
OnClick = BrowseButtonClick
end
object EditSearchPath: TEdit
Left = 96
Top = 54
Width = 273
Height = 21
TabOrder = 2
OnChange = EditChange
end
object OKButton: TButton
Left = 141
Top = 96
Width = 75
Height = 25
Caption = 'OK'
TabOrder = 3
OnClick = OkButtonClick
end
object CancelButton: TButton
Left = 223
Top = 96
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 4
end
object HelpButton: TButton
Left = 305
Top = 96
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 5
OnClick = HelpButtonClick
end
end