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
Wrap
Text File
|
1996-09-02
|
1KB
|
71 lines
object KeyForm: TKeyForm
Left = 221
Top = 111
BorderStyle = bsDialog
Caption = ' '
ClientHeight = 118
ClientWidth = 426
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MSI Console'
Font.Style = []
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 8
Top = 8
Width = 136
Height = 12
Caption = 'Enter Your Name :'
end
object Label2: TLabel
Left = 8
Top = 64
Width = 240
Height = 12
Caption = 'Enter Your Registration Code :'
end
object Bevel1: TBevel
Left = 0
Top = 0
Width = 426
Height = 118
Align = alClient
Shape = bsFrame
end
object Button1: TButton
Left = 344
Top = 16
Width = 75
Height = 25
Caption = '&Ok'
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 344
Top = 48
Width = 75
Height = 25
Caption = '&Cancel'
ModalResult = 2
TabOrder = 3
end
object NameEdit: TEdit
Left = 8
Top = 24
Width = 313
Height = 20
TabOrder = 0
end
object CodeEdit: TEdit
Left = 8
Top = 80
Width = 313
Height = 20
CharCase = ecUpperCase
TabOrder = 1
end
end