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

  1. inherited ComponentExpertDlg: TComponentExpertDlg
  2.   Left = 295
  3.   Top = 226
  4.   Caption = 'New Component'
  5.   ClientHeight = 252
  6.   ClientWidth = 383
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited Panel1: TPanel
  10.     Width = 383
  11.     Height = 221
  12.     inherited PropSheets: TPropertySheetControl
  13.       Width = 373
  14.       Height = 211
  15.       PropertySheets = <
  16.         item
  17.           PropertySheetClassName = 'TCompExpertPage'
  18.         end>
  19.     end
  20.   end
  21.   inherited Panel2: TPanel
  22.     Top = 221
  23.     Width = 383
  24.     inherited NewProjectGroup: TCheckBox [0]
  25.       Left = 11
  26.       Top = 5
  27.       Width = 160
  28.       Visible = False
  29.     end
  30.     inherited OkButton: TButton [1]
  31.       Left = 143
  32.     end
  33.     inherited CancelBtn: TButton [2]
  34.       Left = 223
  35.       TabOrder = 4
  36.     end
  37.     inherited HelpButton: TButton [3]
  38.       Left = 303
  39.     end
  40.     object AddToButton: TButton
  41.       Left = 63
  42.       Top = 1
  43.       Width = 75
  44.       Height = 25
  45.       Cancel = True
  46.       Caption = '&Install...'
  47.       Enabled = False
  48.       TabOrder = 1
  49.       OnClick = AddToButtonClick
  50.     end
  51.   end
  52. end
  53.