home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TADDMODULEFORM / TADDMODULEFORM.txt
Text File  |  1999-08-11  |  2KB  |  91 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.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   OnCloseQuery = AddModuleFormCloseQuery
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object InputLabel: TLabel
  18.     Left = 18
  19.     Top = 16
  20.     Width = 69
  21.     Height = 13
  22.     Caption = '&Module Name:'
  23.     FocusControl = ModuleNameCombo
  24.   end
  25.   object Bevel1: TBevel
  26.     Left = 8
  27.     Top = 8
  28.     Width = 345
  29.     Height = 57
  30.     Shape = bsFrame
  31.   end
  32.   object OKButton: TButton
  33.     Left = 112
  34.     Top = 72
  35.     Width = 75
  36.     Height = 25
  37.     Caption = 'OK'
  38.     Default = True
  39.     ModalResult = 1
  40.     TabOrder = 0
  41.     OnClick = OKButtonClick
  42.   end
  43.   object CancelButton: TButton
  44.     Left = 194
  45.     Top = 72
  46.     Width = 75
  47.     Height = 25
  48.     Cancel = True
  49.     Caption = 'Cancel'
  50.     ModalResult = 2
  51.     TabOrder = 1
  52.   end
  53.   object HelpButton: TButton
  54.     Left = 276
  55.     Top = 72
  56.     Width = 75
  57.     Height = 25
  58.     Caption = '&Help'
  59.     TabOrder = 2
  60.     OnClick = HelpButtonClick
  61.   end
  62.   object ModuleNameCombo: THistoryPropComboBox
  63.     Left = 18
  64.     Top = 32
  65.     Width = 239
  66.     Height = 21
  67.     ItemHeight = 13
  68.     TabOrder = 3
  69.     HistoryManager = EnvironmentOptions.HistoryLists
  70.     HistoryList = 'hlAddModule'
  71.   end
  72.   object BrowseButton: TButton
  73.     Left = 264
  74.     Top = 30
  75.     Width = 75
  76.     Height = 25
  77.     Caption = '&Browse...'
  78.     TabOrder = 4
  79.     OnClick = BrowseButtonClick
  80.   end
  81.   object OpenDialog1: TOpenDialog
  82.     Filter = 
  83.       'Modules (*.dll;*.ocx;*.bpl;*.exe)|*.dll;*.bpl;*.ocx;*.exe|Any Fi' +
  84.       'le(*.*)|*.*'
  85.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  86.     Title = 'Select Module'
  87.     Left = 8
  88.     Top = 72
  89.   end
  90. end
  91.