home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / BIN / CORIDE40.BPL / 0 / RCDATA / TADDCONTAINSREQUIRESBASEDLG / TADDCONTAINSREQUIRESBASEDLG.txt
Text File  |  1998-06-16  |  1KB  |  65 lines

  1. object AddContainsRequiresBaseDlg: TAddContainsRequiresBaseDlg
  2.   Left = 397
  3.   Top = 364
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add'
  7.   ClientHeight = 389
  8.   ClientWidth = 465
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 465
  19.     Height = 389
  20.     Align = alClient
  21.     BevelOuter = bvNone
  22.     BorderWidth = 5
  23.     TabOrder = 3
  24.     object PropSheets: TPropertySheetControl
  25.       Left = 0
  26.       Top = 0
  27.       Width = 455
  28.       Height = 379
  29.       Align = alClient
  30.       TabOrder = 0
  31.       OnChange = PropSheetsChange
  32.       PropertySheets = <>
  33.     end
  34.   end
  35.   object OKButton: TButton
  36.     Left = 375
  37.     Top = 37
  38.     Width = 75
  39.     Height = 25
  40.     Caption = 'OK'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 0
  44.     OnClick = OKButtonClick
  45.   end
  46.   object CancelButton: TButton
  47.     Left = 375
  48.     Top = 69
  49.     Width = 75
  50.     Height = 25
  51.     Cancel = True
  52.     Caption = 'Cancel'
  53.     ModalResult = 2
  54.     TabOrder = 1
  55.   end
  56.   object HelpButton: TButton
  57.     Left = 375
  58.     Top = 101
  59.     Width = 75
  60.     Height = 25
  61.     Caption = '&Help'
  62.     TabOrder = 2
  63.   end
  64. end
  65.