home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / E-MAIL / Chkml32 / CHKML32.EXE / 0 / RCDATA / TFRMREGISTRATION / TFRMREGISTRATION.txt
Encoding:
Text File  |  1998-03-26  |  2.7 KB  |  134 lines

  1. object frmRegistration: TfrmRegistration
  2.   Left = 313
  3.   Top = 148
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Registration Info'
  7.   ClientHeight = 213
  8.   ClientWidth = 328
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label13: TLabel
  18.     Left = 13
  19.     Top = 112
  20.     Width = 304
  21.     Height = 45
  22.     Cursor = crArrow
  23.     Alignment = taCenter
  24.     Caption = 
  25.       'If you want more information on how to register CheckMail, visit' +
  26.       ' the CheckMail homepage and press Register or run REGISTER.EXE. ' +
  27.       'The URL to the webpage is:'
  28.     WordWrap = True
  29.   end
  30.   object Label11: TLabel
  31.     Left = 15
  32.     Top = 72
  33.     Width = 41
  34.     Height = 13
  35.     Caption = 'Serial no'
  36.   end
  37.   object Label10: TLabel
  38.     Left = 15
  39.     Top = 28
  40.     Width = 45
  41.     Height = 13
  42.     Caption = 'Full name'
  43.   end
  44.   object Label12: TLabel
  45.     Left = 5
  46.     Top = 5
  47.     Width = 69
  48.     Height = 13
  49.     Caption = 'Registration'
  50.     Font.Color = clBlack
  51.     Font.Height = -11
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = [fsBold]
  54.     ParentFont = False
  55.   end
  56.   object cmdOK: TButton
  57.     Left = 12
  58.     Top = 180
  59.     Width = 80
  60.     Height = 25
  61.     Caption = '&Ok'
  62.     Enabled = False
  63.     ModalResult = 1
  64.     ParentShowHint = False
  65.     ShowHint = True
  66.     TabOrder = 3
  67.     OnClick = cmdOKClick
  68.   end
  69.   object txtHTML: TEdit
  70.     Left = 57
  71.     Top = 161
  72.     Width = 224
  73.     Height = 16
  74.     Cursor = crUpArrow
  75.     Hint = 'Click here to start your browser!'
  76.     BorderStyle = bsNone
  77.     Color = clBtnFace
  78.     Ctl3D = False
  79.     ParentCtl3D = False
  80.     ParentShowHint = False
  81.     ShowHint = True
  82.     TabOrder = 2
  83.     Text = 'http://www.ajsoftware.com/CheckMail32.htm'
  84.     OnChange = txtHTMLChange
  85.     OnClick = txtHTMLClick
  86.   end
  87.   object edsSerialno: TEdit
  88.     Left = 15
  89.     Top = 88
  90.     Width = 300
  91.     Height = 21
  92.     ParentShowHint = False
  93.     ShowHint = True
  94.     TabOrder = 1
  95.     OnChange = edsSerialnoChange
  96.   end
  97.   object edsFullName: TEdit
  98.     Left = 15
  99.     Top = 44
  100.     Width = 300
  101.     Height = 21
  102.     ParentShowHint = False
  103.     ShowHint = True
  104.     TabOrder = 0
  105.     OnChange = edsFullNameChange
  106.   end
  107.   object cmdCancel: TButton
  108.     Left = 232
  109.     Top = 180
  110.     Width = 80
  111.     Height = 25
  112.     Cancel = True
  113.     Caption = '&Cancel'
  114.     ModalResult = 2
  115.     ParentShowHint = False
  116.     ShowHint = True
  117.     TabOrder = 4
  118.     OnClick = cmdCancelClick
  119.   end
  120.   object cmdRegister: TButton
  121.     Left = 122
  122.     Top = 180
  123.     Width = 80
  124.     Height = 25
  125.     Caption = 'Order &Now!'
  126.     Enabled = False
  127.     ModalResult = 4
  128.     ParentShowHint = False
  129.     ShowHint = True
  130.     TabOrder = 5
  131.     OnClick = cmdRegisterClick
  132.   end
  133. end
  134.