home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Más de 2,500 Juegos
/
CD1.iso
/
ZIPDAT
/
0739
/
0739.ZIP
/
GlobalMines.exe
/
0
/
RCDATA
/
TINPUTNAME
/
TINPUTNAME.txt
Wrap
Text File
|
1998-02-23
|
3KB
|
158 lines
object InputName: TInputName
Left = 411
Top = 289
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Highscore'
ClientHeight = 210
ClientWidth = 243
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PrintScale = poNone
Scaled = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 1
Top = 8
Width = 241
Height = 17
Alignment = taCenter
AutoSize = False
Caption = 'Congratulations, you got a highscore!'
end
object Label2: TLabel
Left = 21
Top = 128
Width = 200
Height = 17
Alignment = taCenter
AutoSize = False
Caption = 'Please enter your name:'
end
object SecPerBomb: TLabel
Left = 32
Top = 48
Width = 128
Height = 17
Hint = 'Average number of seconds spent on every bomb'
Alignment = taRightJustify
AutoSize = False
Caption = 'Seconds per Bomb:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
ParentShowHint = False
ShowHint = True
end
object SqrPerSec: TLabel
Left = 32
Top = 64
Width = 128
Height = 17
Hint = 'Average number of cleared squares per second'
Alignment = taRightJustify
AutoSize = False
Caption = 'Squares per Second:'
ParentShowHint = False
ShowHint = True
end
object SecPerBombValue: TLabel
Left = 170
Top = 48
Width = 15
Height = 13
Alignment = taRightJustify
Caption = '0.0'
end
object SqrPerSecValue: TLabel
Left = 170
Top = 64
Width = 15
Height = 13
Alignment = taRightJustify
Caption = '0.0'
end
object Label3: TLabel
Left = 21
Top = 26
Width = 201
Height = 17
Alignment = taCenter
AutoSize = False
Caption = 'You made it in 00 seconds!'
end
object Label4: TLabel
Left = 5
Top = 88
Width = 233
Height = 17
Alignment = taCenter
AutoSize = False
Caption = 'Your score code is:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Bevel1: TBevel
Left = -4
Top = 176
Width = 251
Height = 2
Shape = bsTopLine
end
object CryptLabel: TLabel
Left = 5
Top = 104
Width = 233
Height = 17
Alignment = taCenter
AutoSize = False
Caption = 'SCORECODE'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object OkButton: TButton
Left = 166
Top = 182
Width = 75
Height = 25
Caption = 'OK'
Default = True
TabOrder = 1
OnClick = OkButtonClick
end
object NameBox: TEdit
Left = 18
Top = 147
Width = 207
Height = 21
MaxLength = 30
TabOrder = 0
end
object HelpButton: TButton
Left = 87
Top = 182
Width = 75
Height = 25
Caption = 'Help'
TabOrder = 2
OnClick = HelpButtonClick
end
end