home *** CD-ROM | disk | FTP | other *** search
/ Gambler 34 A / GAMBLERCD34A.BIN / Utils / GP / Progs / WinHack / WH110.EXE / trg.wlb / 0 / RCDATA / TREGFORM / TREGFORM.txt
Text File  |  1998-05-05  |  1KB  |  58 lines

  1. object RegForm: TRegForm
  2.   Left = 336
  3.   Top = 211
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderStyle = bsDialog
  7.   Caption = 'Register WinHack'
  8.   ClientHeight = 152
  9.   ClientWidth = 188
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 31
  22.     Height = 13
  23.     Caption = 'Name:'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 8
  27.     Top = 56
  28.     Width = 80
  29.     Height = 13
  30.     Caption = 'Registration Key:'
  31.   end
  32.   object txt_Name: TEdit
  33.     Left = 8
  34.     Top = 24
  35.     Width = 169
  36.     Height = 21
  37.     TabOrder = 0
  38.     OnKeyPress = txt_NameKeyPress
  39.   end
  40.   object txt_Key: TEdit
  41.     Left = 8
  42.     Top = 72
  43.     Width = 169
  44.     Height = 21
  45.     TabOrder = 1
  46.     OnKeyPress = txt_KeyKeyPress
  47.   end
  48.   object cmd_Register: TButton
  49.     Left = 56
  50.     Top = 112
  51.     Width = 75
  52.     Height = 25
  53.     Caption = 'Register'
  54.     TabOrder = 2
  55.     OnClick = cmd_RegisterClick
  56.   end
  57. end
  58.