home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 23 / CDROM23.iso / faq / aide / _SETUP.1 / ModemLog.exe / 0 / RCDATA / TFRMREGCODE / TFRMREGCODE.txt
Encoding:
Text File  |  1997-10-28  |  1.3 KB  |  74 lines

  1. object frmRegCode: TfrmRegCode
  2.   Left = 245
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Registration Code'
  6.   ClientHeight = 213
  7.   ClientWidth = 313
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 297
  21.     Height = 161
  22.     Shape = bsFrame
  23.   end
  24.   object Label1: TLabel
  25.     Left = 68
  26.     Top = 56
  27.     Width = 54
  28.     Height = 13
  29.     Caption = 'Your name:'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 16
  33.     Top = 112
  34.     Width = 106
  35.     Height = 13
  36.     Caption = 'Your registration code:'
  37.   end
  38.   object OKBtn: TButton
  39.     Left = 79
  40.     Top = 180
  41.     Width = 75
  42.     Height = 25
  43.     Caption = 'OK'
  44.     ModalResult = 1
  45.     TabOrder = 0
  46.   end
  47.   object CancelBtn: TButton
  48.     Left = 159
  49.     Top = 180
  50.     Width = 75
  51.     Height = 25
  52.     Cancel = True
  53.     Caption = 'Cancel'
  54.     ModalResult = 2
  55.     TabOrder = 1
  56.   end
  57.   object editName: TEdit
  58.     Left = 136
  59.     Top = 48
  60.     Width = 121
  61.     Height = 21
  62.     TabOrder = 2
  63.     OnKeyPress = editNameKeyPress
  64.   end
  65.   object editRegCode: TEdit
  66.     Left = 136
  67.     Top = 104
  68.     Width = 121
  69.     Height = 21
  70.     TabOrder = 3
  71.     OnKeyPress = editRegCodeKeyPress
  72.   end
  73. end
  74.