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

  1. object AddModuleForm: TAddModuleForm
  2.   Left = 200
  3.   Top = 108
  4.   ActiveControl = ModuleNameCombo
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add Module'
  7.   ClientHeight = 103
  8.   ClientWidth = 362
  9.   ParentFont = True
  10.   Position = poScreenCenter
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 18
  16.     Top = 16
  17.     Width = 69
  18.     Height = 13
  19.     Caption = '&Module Name:'
  20.     FocusControl = ModuleNameCombo
  21.   end
  22.   object Bevel1: TBevel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 345
  26.     Height = 57
  27.     Shape = bsFrame
  28.   end
  29.   object OKButton: TButton
  30.     Left = 112
  31.     Top = 72
  32.     Width = 75
  33.     Height = 25
  34.     Caption = 'OK'
  35.     Default = True
  36.     ModalResult = 1
  37.     TabOrder = 0
  38.     OnClick = OKButtonClick
  39.   end
  40.   object CancelButton: TButton
  41.     Left = 194
  42.     Top = 72
  43.     Width = 75
  44.     Height = 25
  45.     Cancel = True
  46.     Caption = 'Cancel'
  47.     ModalResult = 2
  48.     TabOrder = 1
  49.   end
  50.   object HelpButton: TButton
  51.     Left = 276
  52.     Top = 72
  53.     Width = 75
  54.     Height = 25
  55.     Caption = '&Help'
  56.     TabOrder = 2
  57.     OnClick = HelpButtonClick
  58.   end
  59.   object ModuleNameCombo: THistoryPropComboBox
  60.     Left = 18
  61.     Top = 32
  62.     Width = 239
  63.     Height = 21
  64.     ItemHeight = 13
  65.     TabOrder = 3
  66.     HistoryManager = EnvironmentOptions.HistoryLists
  67.     HistoryList = 'hlAddModule'
  68.   end
  69.   object BrowseButton: TButton
  70.     Left = 264
  71.     Top = 30
  72.     Width = 75
  73.     Height = 25
  74.     Caption = '&Browse...'
  75.     TabOrder = 4
  76.     OnClick = BrowseButtonClick
  77.   end
  78.   object OpenDialog1: TOpenDialog
  79.     Filter = 
  80.       'Modules (*.dll;*.ocx;*.bpl;*.exe)|*.dll;*.bpl;*.ocx;*.exe|Any Fi' +
  81.       'le(*.*)|*.*'
  82.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  83.     Title = 'Select Module'
  84.     Left = 8
  85.     Top = 72
  86.   end
  87. end
  88.