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

  1. inherited ImportOleControlDlg: TImportOleControlDlg
  2.   Left = 561
  3.   Top = 248
  4.   Caption = 'Import ActiveX'
  5.   ClientHeight = 420
  6.   ClientWidth = 383
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited Panel1: TPanel
  10.     Width = 383
  11.     Height = 389
  12.     inherited PropSheets: TPropertySheetControl
  13.       Width = 373
  14.       Height = 379
  15.       PropertySheets = <
  16.         item
  17.           PropertySheetClassName = 'TImportActiveXControlPage'
  18.         end>
  19.     end
  20.   end
  21.   inherited Panel2: TPanel
  22.     Top = 389
  23.     Width = 383
  24.     inherited NewProjectGroup: TCheckBox [0]
  25.       Visible = False
  26.     end
  27.     inherited OkButton: TButton [1]
  28.       Left = 143
  29.       Top = 3
  30.       Caption = 'Create &Unit'
  31.     end
  32.     inherited CancelBtn: TButton [2]
  33.       Left = 223
  34.       Top = 3
  35.     end
  36.     inherited HelpButton: TButton [3]
  37.       Left = 303
  38.       Top = 3
  39.     end
  40.     object AddToButton: TButton
  41.       Left = 63
  42.       Top = 3
  43.       Width = 75
  44.       Height = 25
  45.       Caption = '&Install...'
  46.       TabOrder = 4
  47.       OnClick = AddToButtonClick
  48.     end
  49.   end
  50. end
  51.