home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / BCB.EXE / RCDATA / TCOMPINSTFORM / TCOMPINSTFORM.txt
Text File  |  1997-01-16  |  3KB  |  175 lines

  1. object CompInstForm: TCompInstForm
  2.   Left = 238
  3.   Top = 135
  4.   HelpContext = 1626
  5.   ActiveControl = LibFileName
  6.   BorderStyle = bsDialog
  7.   Caption = 'Install Components'
  8.   ClientHeight = 299
  9.   ClientWidth = 412
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = ResetForm
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 396
  22.     Height = 251
  23.     Shape = bsFrame
  24.   end
  25.   object Label1: TLabel
  26.     Left = 16
  27.     Top = 12
  28.     Width = 76
  29.     Height = 13
  30.     Caption = '&Library file name:'
  31.     FocusControl = LibFileName
  32.   end
  33.   object Label2: TLabel
  34.     Left = 16
  35.     Top = 56
  36.     Width = 61
  37.     Height = 13
  38.     Caption = '&Search path:'
  39.     FocusControl = SearchPath
  40.   end
  41.   object Label3: TLabel
  42.     Left = 16
  43.     Top = 100
  44.     Width = 144
  45.     Height = 13
  46.     Caption = '&Installed Components:'
  47.     FocusControl = LibModules
  48.   end
  49.   object Label4: TLabel
  50.     Left = 168
  51.     Top = 100
  52.     Width = 95
  53.     Height = 13
  54.     Caption = '&Component classes:'
  55.     FocusControl = CompClasses
  56.   end
  57.   object LibFileName: TEdit
  58.     Left = 16
  59.     Top = 28
  60.     Width = 296
  61.     Height = 21
  62.     TabOrder = 0
  63.     OnChange = EditChange
  64.   end
  65.   object SearchPath: TEdit
  66.     Left = 16
  67.     Top = 72
  68.     Width = 296
  69.     Height = 21
  70.     TabOrder = 1
  71.     OnChange = EditChange
  72.   end
  73.   object LibModules: TListBox
  74.     Left = 16
  75.     Top = 116
  76.     Width = 144
  77.     Height = 134
  78.     IntegralHeight = True
  79.     ItemHeight = 13
  80.     TabOrder = 2
  81.     TabWidth = 1000
  82.     OnClick = LibModulesClick
  83.   end
  84.   object CompClasses: TListBox
  85.     Left = 168
  86.     Top = 116
  87.     Width = 144
  88.     Height = 134
  89.     IntegralHeight = True
  90.     ItemHeight = 13
  91.     Sorted = True
  92.     TabOrder = 3
  93.   end
  94.   object AddButton: TButton
  95.     Left = 320
  96.     Top = 116
  97.     Width = 75
  98.     Height = 23
  99.     Caption = '&Add...'
  100.     TabOrder = 4
  101.     OnClick = AddButtonClick
  102.   end
  103.   object DeleteButton: TButton
  104.     Left = 320
  105.     Top = 173
  106.     Width = 75
  107.     Height = 23
  108.     Caption = '&Remove'
  109.     TabOrder = 6
  110.     OnClick = DeleteButtonClick
  111.   end
  112.   object OCXButton: TButton
  113.     Left = 320
  114.     Top = 144
  115.     Width = 75
  116.     Height = 23
  117.     Caption = 'Active&X...'
  118.     TabOrder = 5
  119.     OnClick = OCXButtonClick
  120.   end
  121.   object RevertButton: TButton
  122.     Left = 320
  123.     Top = 227
  124.     Width = 75
  125.     Height = 23
  126.     Caption = 'Re&vert'
  127.     Enabled = False
  128.     TabOrder = 7
  129.     OnClick = ResetForm
  130.   end
  131.   object OKButton: TButton
  132.     Left = 169
  133.     Top = 268
  134.     Width = 75
  135.     Height = 23
  136.     Caption = 'OK'
  137.     Default = True
  138.     ModalResult = 1
  139.     TabOrder = 8
  140.     OnClick = OkButtonClick
  141.   end
  142.   object CancelButton: TButton
  143.     Left = 249
  144.     Top = 268
  145.     Width = 75
  146.     Height = 23
  147.     Cancel = True
  148.     Caption = 'Cancel'
  149.     ModalResult = 2
  150.     TabOrder = 9
  151.   end
  152.   object HelpButton: TButton
  153.     Left = 329
  154.     Top = 268
  155.     Width = 75
  156.     Height = 23
  157.     Caption = '&Help'
  158.     TabOrder = 10
  159.     OnClick = HelpButtonClick
  160.   end
  161.   object OpenDialog: TOpenDialog
  162.     HelpContext = 1452
  163.     DefaultExt = 'CPP'
  164.     FileEditStyle = fsComboBox
  165.     Filter = 
  166.       'Source file (*.CPP)|*.CPP|Source file (*.PAS)|*.PAS|Object file ' +
  167.       '(*.OBJ)|*.OBJ|Any file (*.*)|*.*'
  168.     FilterIndex = 0
  169.     Options = [ofHideReadOnly, ofShowHelp]
  170.     Title = 'Add Component'
  171.     Left = 368
  172.     Top = 8
  173.   end
  174. end
  175.