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

  1. inherited PackageCompExpertPage: TPackageCompExpertPage
  2.   Width = 447
  3.   Height = 183
  4.   Caption = 'New Component'
  5.   OnShow = PageShow
  6.   object Bevel1: TBevel
  7.     Left = 8
  8.     Top = 8
  9.     Width = 349
  10.     Height = 167
  11.     Shape = bsFrame
  12.   end
  13.   object Label2: TLabel
  14.     Left = 16
  15.     Top = 21
  16.     Width = 68
  17.     Height = 13
  18.     Caption = '&Ancestor type:'
  19.     FocusControl = ClassList
  20.   end
  21.   object Label1: TLabel
  22.     Left = 16
  23.     Top = 52
  24.     Width = 59
  25.     Height = 13
  26.     Caption = '&Class Name:'
  27.     FocusControl = NewClassName
  28.   end
  29.   object Label3: TLabel
  30.     Left = 17
  31.     Top = 83
  32.     Width = 64
  33.     Height = 13
  34.     Caption = '&Palette Page:'
  35.     FocusControl = PageNames
  36.   end
  37.   object Label5: TLabel
  38.     Left = 16
  39.     Top = 114
  40.     Width = 67
  41.     Height = 13
  42.     Caption = '&Unit file name:'
  43.     FocusControl = EditFileName
  44.   end
  45.   object Label4: TLabel
  46.     Left = 16
  47.     Top = 145
  48.     Width = 61
  49.     Height = 13
  50.     Caption = '&Search path:'
  51.     FocusControl = EditSearchPath
  52.   end
  53.   object ClassList: TComboBox
  54.     Left = 88
  55.     Top = 18
  56.     Width = 209
  57.     Height = 21
  58.     ItemHeight = 13
  59.     Sorted = True
  60.     TabOrder = 0
  61.     OnChange = ClassListChange
  62.     OnClick = ClassListClick
  63.   end
  64.   object NewClassName: TEdit
  65.     Left = 88
  66.     Top = 49
  67.     Width = 209
  68.     Height = 21
  69.     TabOrder = 1
  70.     OnChange = NewClassNameChange
  71.   end
  72.   object PageNames: TComboBox
  73.     Left = 88
  74.     Top = 80
  75.     Width = 150
  76.     Height = 21
  77.     ItemHeight = 13
  78.     TabOrder = 2
  79.     Text = 'Samples'
  80.   end
  81.   object EditFileName: TEdit
  82.     Left = 88
  83.     Top = 111
  84.     Width = 235
  85.     Height = 21
  86.     TabOrder = 3
  87.     OnChange = EditChange
  88.   end
  89.   object EditSearchPath: TEdit
  90.     Left = 88
  91.     Top = 142
  92.     Width = 259
  93.     Height = 21
  94.     TabOrder = 4
  95.   end
  96.   object BrowseButton: TButton
  97.     Left = 328
  98.     Top = 110
  99.     Width = 19
  100.     Height = 23
  101.     Caption = '...'
  102.     TabOrder = 5
  103.     OnClick = BrowseButtonClick
  104.   end
  105.   object UnitNameDialog: TSaveDialog
  106.     DefaultExt = 'pas'
  107.     Filter = 'Delphi unit (*.pas)|*.pas|Any file (*.*)|*.*'
  108.     Title = 'Unit file name'
  109.     Left = 24
  110.     Top = 160
  111.   end
  112. end
  113.