home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TCOMPADDFORM / TCOMPADDFORM.txt
Text File  |  1999-08-11  |  1KB  |  77 lines

  1. object CompAddForm: TCompAddForm
  2.   Left = 257
  3.   Top = 161
  4.   HelpContext = 1645
  5.   ActiveControl = Edit
  6.   BorderStyle = bsDialog
  7.   Caption = 'Add Module'
  8.   ClientHeight = 100
  9.   ClientWidth = 348
  10.   ParentFont = True
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Bevel1: TBevel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 333
  18.     Height = 51
  19.     Shape = bsFrame
  20.   end
  21.   object Label1: TLabel
  22.     Left = 15
  23.     Top = 11
  24.     Width = 67
  25.     Height = 13
  26.     Caption = '&Module name:'
  27.     FocusControl = Edit
  28.   end
  29.   object Edit: TEdit
  30.     Left = 16
  31.     Top = 28
  32.     Width = 225
  33.     Height = 21
  34.     MaxLength = 63
  35.     TabOrder = 0
  36.   end
  37.   object OKButton: TButton
  38.     Left = 106
  39.     Top = 67
  40.     Width = 75
  41.     Height = 25
  42.     Caption = 'OK'
  43.     Default = True
  44.     ModalResult = 1
  45.     TabOrder = 1
  46.     OnClick = OkButtonClick
  47.   end
  48.   object CancelButton: TButton
  49.     Left = 186
  50.     Top = 67
  51.     Width = 75
  52.     Height = 25
  53.     Cancel = True
  54.     Caption = 'Cancel'
  55.     ModalResult = 2
  56.     TabOrder = 2
  57.   end
  58.   object HelpButton: TButton
  59.     Left = 266
  60.     Top = 67
  61.     Width = 75
  62.     Height = 25
  63.     Caption = '&Help'
  64.     TabOrder = 3
  65.     OnClick = HelpButtonClick
  66.   end
  67.   object BrowseButton: TButton
  68.     Left = 256
  69.     Top = 24
  70.     Width = 75
  71.     Height = 25
  72.     Caption = '&Browse'
  73.     TabOrder = 4
  74.     OnClick = BrowseButtonClick
  75.   end
  76. end
  77.