home *** CD-ROM | disk | FTP | other *** search
- object AddContainsRequiresBaseDlg: TAddContainsRequiresBaseDlg
- Left = 232
- Top = 256
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Add'
- ClientHeight = 389
- ClientWidth = 465
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- 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 = 5
- Top = 5
- 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
- OnClick = HelpButtonClick
- end
- end
-