home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Expert 29
/
Pce29cd.iso
/
RUNIMAGE
/
DELPHI40
/
BIN
/
CORIDE40.BPL
/
0
/
RCDATA
/
TADDCONTAINSREQUIRESBASEDLG
/
TADDCONTAINSREQUIRESBASEDLG.txt
Wrap
Text File
|
1998-06-16
|
1KB
|
65 lines
object AddContainsRequiresBaseDlg: TAddContainsRequiresBaseDlg
Left = 397
Top = 364
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Add'
ClientHeight = 389
ClientWidth = 465
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 465
Height = 389
Align = alClient
BevelOuter = bvNone
BorderWidth = 5
TabOrder = 3
object PropSheets: TPropertySheetControl
Left = 0
Top = 0
Width = 455
Height = 379
Align = alClient
TabOrder = 0
OnChange = PropSheetsChange
PropertySheets = <>
end
end
object OKButton: TButton
Left = 375
Top = 37
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
OnClick = OKButtonClick
end
object CancelButton: TButton
Left = 375
Top = 69
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object HelpButton: TButton
Left = 375
Top = 101
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 2
end
end