home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / win3x / second.exe / SC97.EXE / 0 / RCDATA / TFRMREGENTRY / TFRMREGENTRY.txt < prev   
Encoding:
Text File  |  1997-10-26  |  2.0 KB  |  110 lines

  1. object frmRegEntry: TfrmRegEntry
  2.   Left = 264
  3.   Top = 288
  4.   HelpContext = 370
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Second Copy 97 Registration'
  8.   ClientHeight = 201
  9.   ClientWidth = 554
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label4: TLabel
  21.     Left = 312
  22.     Top = 80
  23.     Width = 70
  24.     Height = 13
  25.     Caption = 'Registered To:'
  26.   end
  27.   object Label6: TLabel
  28.     Left = 312
  29.     Top = 136
  30.     Width = 137
  31.     Height = 17
  32.     AutoSize = False
  33.     Caption = 'Registration Key:'
  34.     WordWrap = True
  35.   end
  36.   object Image1: TImage
  37.     Left = 488
  38.     Top = 80
  39.     Width = 32
  40.     Height = 32
  41.     AutoSize = True
  42.     Picture.Data = {<image000.ico>}
  43.   end
  44.   object edtRegName: TEdit
  45.     Left = 312
  46.     Top = 104
  47.     Width = 137
  48.     Height = 21
  49.     TabOrder = 0
  50.   end
  51.   object btnRegister: TButton
  52.     Left = 472
  53.     Top = 126
  54.     Width = 73
  55.     Height = 25
  56.     Caption = '&Register'
  57.     Default = True
  58.     TabOrder = 2
  59.     OnClick = btnRegisterClick
  60.   end
  61.   object btnCancel: TButton
  62.     Left = 472
  63.     Top = 158
  64.     Width = 73
  65.     Height = 25
  66.     Cancel = True
  67.     Caption = '&Cancel'
  68.     ModalResult = 2
  69.     TabOrder = 3
  70.     OnClick = btnCancelClick
  71.   end
  72.   object edtRegKey: TEdit
  73.     Left = 312
  74.     Top = 160
  75.     Width = 137
  76.     Height = 21
  77.     CharCase = ecUpperCase
  78.     TabOrder = 1
  79.   end
  80.   object btnRegInfo: TButton
  81.     Left = 312
  82.     Top = 8
  83.     Width = 227
  84.     Height = 25
  85.     HelpContext = 370
  86.     Caption = '&Ordering and Registration Information'
  87.     TabOrder = 4
  88.     OnClick = GetHelp
  89.   end
  90.   object Button1: TButton
  91.     Left = 312
  92.     Top = 40
  93.     Width = 225
  94.     Height = 25
  95.     HelpContext = 380
  96.     Caption = 'Licensing agreement'
  97.     TabOrder = 5
  98.     OnClick = GetHelp
  99.   end
  100.   object memInfo: TMemo
  101.     Left = 8
  102.     Top = 8
  103.     Width = 289
  104.     Height = 185
  105.     ReadOnly = True
  106.     ScrollBars = ssVertical
  107.     TabOrder = 6
  108.   end
  109. end
  110.