home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1997 December / MRR.BIN / data / share / 1197_002 / remind.exe / 0 / RCDATA / TCODEDLG / TCODEDLG.txt
Text File  |  1997-09-03  |  1KB  |  70 lines

  1. object CodeDlg: TCodeDlg
  2.   Left = 207
  3.   Top = 205
  4.   ActiveControl = Edit1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Registration Code'
  7.   ClientHeight = 141
  8.   ClientWidth = 236
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 9
  21.     Width = 92
  22.     Height = 13
  23.     Caption = 'Licensee Name:'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 8
  27.     Top = 57
  28.     Width = 106
  29.     Height = 13
  30.     Caption = 'Registration Code:'
  31.   end
  32.   object Edit1: TEdit
  33.     Left = 8
  34.     Top = 27
  35.     Width = 220
  36.     Height = 20
  37.     TabOrder = 0
  38.   end
  39.   object OKBtn: TBitBtn
  40.     Left = 37
  41.     Top = 107
  42.     Width = 77
  43.     Height = 27
  44.     Caption = '&OK'
  45.     TabOrder = 2
  46.     OnClick = OKBtnClick
  47.     Kind = bkOK
  48.     Margin = 2
  49.     Spacing = -1
  50.   end
  51.   object CancelBtn: TBitBtn
  52.     Left = 123
  53.     Top = 107
  54.     Width = 77
  55.     Height = 27
  56.     Caption = '&Cancel'
  57.     TabOrder = 3
  58.     Kind = bkCancel
  59.     Margin = 2
  60.     Spacing = -1
  61.   end
  62.   object Edit2: TEdit
  63.     Left = 8
  64.     Top = 75
  65.     Width = 220
  66.     Height = 20
  67.     TabOrder = 1
  68.   end
  69. end
  70.