home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TPACKAGEOLECONTROLINST / TPACKAGEOLECONTROLINST.txt
Text File  |  1999-08-11  |  3KB  |  158 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.     WantReturns = False
  98.     WordWrap = False
  99.     OnKeyPress = ClassNamesKeyPress
  100.   end
  101.   object UnitDirName: TEdit
  102.     Left = 88
  103.     Top = 280
  104.     Width = 235
  105.     Height = 21
  106.     TabOrder = 5
  107.     OnChange = EditChange
  108.   end
  109.   object BrowseButton: TButton
  110.     Left = 327
  111.     Top = 279
  112.     Width = 20
  113.     Height = 23
  114.     Caption = '...'
  115.     TabOrder = 6
  116.     OnClick = BrowseButtonClick
  117.   end
  118.   object EditSearchPath: TEdit
  119.     Left = 88
  120.     Top = 310
  121.     Width = 235
  122.     Height = 21
  123.     TabOrder = 7
  124.     OnChange = EditChange
  125.   end
  126.   object PageNames: TComboBox
  127.     Left = 88
  128.     Top = 250
  129.     Width = 150
  130.     Height = 21
  131.     ItemHeight = 13
  132.     TabOrder = 4
  133.   end
  134.   object SelectDir: TButton
  135.     Left = 327
  136.     Top = 309
  137.     Width = 20
  138.     Height = 23
  139.     Caption = '...'
  140.     TabOrder = 8
  141.     OnClick = SelectDirClick
  142.   end
  143.   object ControlNameDialog: TOpenDialog
  144.     DefaultExt = 'ocx'
  145.     Filter = 'ActiveX control (*.ocx)|*.ocx|Any file (*.*)|*.*'
  146.     Title = 'Register OLE Control'
  147.     Left = 56
  148.     Top = 48
  149.   end
  150.   object UnitNameDialog: TSaveDialog
  151.     DefaultExt = 'pas'
  152.     Filter = 'Source file (*.pas)|*.pas|Any file (*.*)|*.*'
  153.     Title = 'Unit directory name'
  154.     Left = 144
  155.     Top = 48
  156.   end
  157. end
  158.