home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TADDCONTAINSREQUIRESBASEDLG / TADDCONTAINSREQUIRESBASEDLG.txt
Text File  |  1999-08-11  |  1KB  |  67 lines

  1. object AddContainsRequiresBaseDlg: TAddContainsRequiresBaseDlg
  2.   Left = 232
  3.   Top = 256
  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.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 465
  20.     Height = 389
  21.     Align = alClient
  22.     BevelOuter = bvNone
  23.     BorderWidth = 5
  24.     TabOrder = 3
  25.     object PropSheets: TPropertySheetControl
  26.       Left = 5
  27.       Top = 5
  28.       Width = 455
  29.       Height = 379
  30.       Align = alClient
  31.       TabOrder = 0
  32.       OnChange = PropSheetsChange
  33.       PropertySheets = <>
  34.     end
  35.   end
  36.   object OKButton: TButton
  37.     Left = 375
  38.     Top = 37
  39.     Width = 75
  40.     Height = 25
  41.     Caption = 'OK'
  42.     Default = True
  43.     ModalResult = 1
  44.     TabOrder = 0
  45.     OnClick = OKButtonClick
  46.   end
  47.   object CancelButton: TButton
  48.     Left = 375
  49.     Top = 69
  50.     Width = 75
  51.     Height = 25
  52.     Cancel = True
  53.     Caption = 'Cancel'
  54.     ModalResult = 2
  55.     TabOrder = 1
  56.   end
  57.   object HelpButton: TButton
  58.     Left = 375
  59.     Top = 101
  60.     Width = 75
  61.     Height = 25
  62.     Caption = '&Help'
  63.     TabOrder = 2
  64.     OnClick = HelpButtonClick
  65.   end
  66. end
  67.