home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Más de 2,500 Juegos
/
CD1.iso
/
ZIPDAT
/
0738
/
0738.ZIP
/
_SETUP.1
/
AllInOneYahtzee.exe
/
0
/
RCDATA
/
TREGFORM
/
TREGFORM.txt
Wrap
Text File
|
1999-03-25
|
2KB
|
80 lines
object RegForm: TRegForm
Left = 387
Top = 281
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Register'
ClientHeight = 112
ClientWidth = 217
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
Scaled = False
PixelsPerInch = 96
TextHeight = 13
object OkButton: TButton
Left = 139
Top = 83
Width = 75
Height = 25
Caption = 'Register'
Default = True
ModalResult = 1
TabOrder = 0
OnClick = OkButtonClick
end
object CancelButton: TButton
Left = 59
Top = 83
Width = 75
Height = 25
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object regPanel: TPanel
Left = 4
Top = 4
Width = 209
Height = 72
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 2
object NameLabel: TLabel
Left = 11
Top = 18
Width = 31
Height = 13
Alignment = taRightJustify
Caption = 'Name:'
end
object CodeLabel: TLabel
Left = 14
Top = 42
Width = 28
Height = 13
Alignment = taRightJustify
Caption = 'Code:'
end
object RegName: TEdit
Left = 53
Top = 14
Width = 140
Height = 21
MaxLength = 50
TabOrder = 0
end
object RegCode: TEdit
Left = 53
Top = 38
Width = 140
Height = 21
MaxLength = 6
TabOrder = 1
end
end
end