home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1997 February / club9702.bin / SHARE95 / 95GOMOKU / _SETUP.1 / Gomoku.exe / 0 / RCDATA / TKEYFORM / TKEYFORM.txt
Text File  |  1996-09-02  |  1KB  |  71 lines

  1. object KeyForm: TKeyForm
  2.   Left = 221
  3.   Top = 111
  4.   BorderStyle = bsDialog
  5.   Caption = ' '
  6.   ClientHeight = 118
  7.   ClientWidth = 426
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MSI Console'
  11.   Font.Style = []
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 12
  15.   object Label1: TLabel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 136
  19.     Height = 12
  20.     Caption = 'Enter Your Name :'
  21.   end
  22.   object Label2: TLabel
  23.     Left = 8
  24.     Top = 64
  25.     Width = 240
  26.     Height = 12
  27.     Caption = 'Enter Your Registration Code :'
  28.   end
  29.   object Bevel1: TBevel
  30.     Left = 0
  31.     Top = 0
  32.     Width = 426
  33.     Height = 118
  34.     Align = alClient
  35.     Shape = bsFrame
  36.   end
  37.   object Button1: TButton
  38.     Left = 344
  39.     Top = 16
  40.     Width = 75
  41.     Height = 25
  42.     Caption = '&Ok'
  43.     TabOrder = 2
  44.     OnClick = Button1Click
  45.   end
  46.   object Button2: TButton
  47.     Left = 344
  48.     Top = 48
  49.     Width = 75
  50.     Height = 25
  51.     Caption = '&Cancel'
  52.     ModalResult = 2
  53.     TabOrder = 3
  54.   end
  55.   object NameEdit: TEdit
  56.     Left = 8
  57.     Top = 24
  58.     Width = 313
  59.     Height = 20
  60.     TabOrder = 0
  61.   end
  62.   object CodeEdit: TEdit
  63.     Left = 8
  64.     Top = 80
  65.     Width = 313
  66.     Height = 20
  67.     CharCase = ecUpperCase
  68.     TabOrder = 1
  69.   end
  70. end
  71.