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

  1. object BasePackageInstallDlg: TBasePackageInstallDlg
  2.   Left = 436
  3.   Top = 354
  4.   HorzScrollBar.Increment = 43
  5.   VertScrollBar.Increment = 14
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Install'
  9.   ClientHeight = 164
  10.   ClientWidth = 485
  11.   Color = clBtnFace
  12.   ParentFont = True
  13.   OldCreateOrder = True
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 485
  22.     Height = 133
  23.     Align = alClient
  24.     BevelOuter = bvNone
  25.     BorderWidth = 5
  26.     Caption = 'Panel1'
  27.     TabOrder = 0
  28.     object PropSheets: TPropertySheetControl
  29.       Left = 5
  30.       Top = 5
  31.       Width = 475
  32.       Height = 123
  33.       Align = alClient
  34.       TabOrder = 0
  35.       OnChange = PropSheetsChange
  36.       PropertySheets = <>
  37.     end
  38.   end
  39.   object Panel2: TPanel
  40.     Left = 0
  41.     Top = 133
  42.     Width = 485
  43.     Height = 31
  44.     Align = alBottom
  45.     BevelOuter = bvNone
  46.     TabOrder = 1
  47.     object OkButton: TButton
  48.       Left = 244
  49.       Top = 1
  50.       Width = 75
  51.       Height = 25
  52.       Caption = 'OK'
  53.       Default = True
  54.       TabOrder = 0
  55.       OnClick = OkButtonClick
  56.     end
  57.     object CancelBtn: TButton
  58.       Left = 324
  59.       Top = 1
  60.       Width = 75
  61.       Height = 25
  62.       Cancel = True
  63.       Caption = 'Cancel'
  64.       ModalResult = 2
  65.       TabOrder = 1
  66.     end
  67.     object HelpButton: TButton
  68.       Left = 404
  69.       Top = 1
  70.       Width = 75
  71.       Height = 25
  72.       Caption = '&Help'
  73.       TabOrder = 2
  74.       OnClick = HelpButtonClick
  75.     end
  76.     object NewProjectGroup: TCheckBox
  77.       Left = 16
  78.       Top = 7
  79.       Width = 161
  80.       Height = 17
  81.       Caption = '&Create new Project Group'
  82.       TabOrder = 3
  83.       Visible = False
  84.     end
  85.   end
  86. end
  87.