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

  1. object AddCodeTDialog: TAddCodeTDialog
  2.   Left = 200
  3.   Top = 109
  4.   ActiveControl = ShortName
  5.   BorderStyle = bsDialog
  6.   Caption = 'AddCodeTDialog'
  7.   ClientHeight = 106
  8.   ClientWidth = 307
  9.   ParentFont = True
  10.   Position = poScreenCenter
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Bevel1: TBevel
  14.     Left = 2
  15.     Top = 5
  16.     Width = 297
  17.     Height = 65
  18.     Shape = bsFrame
  19.   end
  20.   object Label1: TLabel
  21.     Left = 13
  22.     Top = 18
  23.     Width = 74
  24.     Height = 13
  25.     Caption = '&Shortcut Name:'
  26.     FocusControl = ShortName
  27.   end
  28.   object Label2: TLabel
  29.     Left = 13
  30.     Top = 44
  31.     Width = 56
  32.     Height = 13
  33.     Caption = '&Description:'
  34.     FocusControl = Desc
  35.   end
  36.   object OKBtn: TButton
  37.     Left = 144
  38.     Top = 77
  39.     Width = 75
  40.     Height = 25
  41.     Caption = 'OK'
  42.     Default = True
  43.     ModalResult = 1
  44.     TabOrder = 0
  45.     OnClick = OKBtnClick
  46.   end
  47.   object CancelBtn: TButton
  48.     Left = 224
  49.     Top = 77
  50.     Width = 75
  51.     Height = 25
  52.     Cancel = True
  53.     Caption = 'Cancel'
  54.     ModalResult = 2
  55.     TabOrder = 1
  56.   end
  57.   object ShortName: TEdit
  58.     Left = 93
  59.     Top = 14
  60.     Width = 190
  61.     Height = 21
  62.     TabOrder = 2
  63.   end
  64.   object Desc: TEdit
  65.     Left = 93
  66.     Top = 41
  67.     Width = 190
  68.     Height = 21
  69.     TabOrder = 3
  70.   end
  71. end
  72.