home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / BIN / CORIDE40.BPL / 0 / RCDATA / TPACKAGEOLECONTROLINST / TPACKAGEOLECONTROLINST.txt
Text File  |  1998-06-16  |  3KB  |  147 lines

  1. inherited PackageOleControlInst: TPackageOleControlInst
  2.   Width = 447
  3.   Height = 351
  4.   Caption = 'Import ActiveX'
  5.   OnShow = PageShow
  6.   object Bevel1: TBevel
  7.     Left = 8
  8.     Top = 8
  9.     Width = 349
  10.     Height = 335
  11.     Shape = bsFrame
  12.   end
  13.   object Bevel2: TBevel
  14.     Left = 16
  15.     Top = 130
  16.     Width = 331
  17.     Height = 17
  18.   end
  19.   object Location: TLabel
  20.     Left = 20
  21.     Top = 132
  22.     Width = 323
  23.     Height = 13
  24.     AutoSize = False
  25.     Caption = 'Location'
  26.   end
  27.   object Label3: TLabel
  28.     Left = 16
  29.     Top = 191
  30.     Width = 62
  31.     Height = 13
  32.     Caption = '&Class names:'
  33.     FocusControl = ClassNames
  34.   end
  35.   object Label4: TLabel
  36.     Left = 16
  37.     Top = 253
  38.     Width = 63
  39.     Height = 13
  40.     Caption = '&Palette page:'
  41.     FocusControl = PageNames
  42.   end
  43.   object Label2: TLabel
  44.     Left = 16
  45.     Top = 283
  46.     Width = 65
  47.     Height = 13
  48.     Caption = 'Unit &dir name:'
  49.     FocusControl = UnitDirName
  50.   end
  51.   object Label5: TLabel
  52.     Left = 16
  53.     Top = 313
  54.     Width = 61
  55.     Height = 13
  56.     Caption = '&Search path:'
  57.     FocusControl = EditSearchPath
  58.   end
  59.   object ControlList: TListBox
  60.     Left = 16
  61.     Top = 32
  62.     Width = 331
  63.     Height = 95
  64.     ItemHeight = 13
  65.     Sorted = True
  66.     TabOrder = 0
  67.     TabWidth = 100
  68.     OnClick = ControlListClick
  69.   end
  70.   object RegisterButton: TButton
  71.     Left = 187
  72.     Top = 153
  73.     Width = 75
  74.     Height = 25
  75.     Caption = '&Add..'
  76.     TabOrder = 1
  77.     OnClick = RegisterButtonClick
  78.   end
  79.   object UnregisterButton: TButton
  80.     Left = 272
  81.     Top = 153
  82.     Width = 75
  83.     Height = 25
  84.     Caption = '&Remove'
  85.     TabOrder = 2
  86.     OnClick = UnregisterButtonClick
  87.   end
  88.   object ClassNames: TMemo
  89.     Left = 88
  90.     Top = 188
  91.     Width = 217
  92.     Height = 53
  93.     Lines.Strings = (
  94.       '')
  95.     ScrollBars = ssVertical
  96.     TabOrder = 3
  97.     WordWrap = False
  98.   end
  99.   object UnitDirName: TEdit
  100.     Left = 88
  101.     Top = 280
  102.     Width = 235
  103.     Height = 21
  104.     TabOrder = 4
  105.     OnChange = EditChange
  106.   end
  107.   object BrowseButton: TButton
  108.     Left = 327
  109.     Top = 279
  110.     Width = 20
  111.     Height = 23
  112.     Caption = '...'
  113.     TabOrder = 5
  114.     OnClick = BrowseButtonClick
  115.   end
  116.   object EditSearchPath: TEdit
  117.     Left = 88
  118.     Top = 310
  119.     Width = 259
  120.     Height = 21
  121.     TabOrder = 6
  122.     OnChange = EditChange
  123.   end
  124.   object PageNames: TComboBox
  125.     Left = 88
  126.     Top = 250
  127.     Width = 150
  128.     Height = 21
  129.     ItemHeight = 13
  130.     TabOrder = 7
  131.   end
  132.   object ControlNameDialog: TOpenDialog
  133.     DefaultExt = 'ocx'
  134.     Filter = 'ActiveX control (*.ocx)|*.ocx|Any file (*.*)|*.*'
  135.     Title = 'Register OLE Control'
  136.     Left = 56
  137.     Top = 48
  138.   end
  139.   object UnitNameDialog: TSaveDialog
  140.     DefaultExt = 'pas'
  141.     Filter = 'Source file (*.pas)|*.pas|Any file (*.*)|*.*'
  142.     Title = 'Unit directory name'
  143.     Left = 144
  144.     Top = 48
  145.   end
  146. end
  147.