forked from VE3NEA/MorseRunner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ScoreDlg.dfm
94 lines (94 loc) · 2.07 KB
/
ScoreDlg.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
object ScoreDialog: TScoreDialog
Left = 212
Top = 107
BorderStyle = bsDialog
Caption = 'The contest is over'
ClientHeight = 102
ClientWidth = 394
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 14
Top = 8
Width = 92
Height = 13
Anchors = [akLeft, akBottom]
Caption = 'Your score string is:'
end
object Label2: TLabel
Left = 29
Top = -35
Width = 336
Height = 24
Anchors = [akLeft, akBottom]
Caption = 'Congratulations on a new record!'
Font.Charset = ANSI_CHARSET
Font.Color = clAqua
Font.Height = -21
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object Label3: TLabel
Left = 28
Top = -37
Width = 336
Height = 24
Anchors = [akLeft, akBottom]
Caption = 'Congratulations on a new record!'
Font.Charset = ANSI_CHARSET
Font.Color = clGreen
Font.Height = -21
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object Edit1: TEdit
Left = 14
Top = 28
Width = 365
Height = 23
Anchors = [akLeft, akBottom]
AutoSelect = False
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Courier New'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 0
end
object Button1: TButton
Left = 172
Top = 64
Width = 113
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'Hi-Score web page'
Default = True
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 292
Top = 64
Width = 75
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'Close'
ModalResult = 2
TabOrder = 2
OnClick = Button2Click
end
end