-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathportablemain.dfm
70 lines (70 loc) · 1.48 KB
/
portablemain.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
object Form1: TForm1
Left = 229
Top = 130
BorderStyle = bsNone
Caption = 'Stickman Warfare Portable'
ClientHeight = 153
ClientWidth = 474
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label2: TLabel
Left = 16
Top = 8
Width = 232
Height = 54
Caption = 'Stickman'
Font.Charset = EASTEUROPE_CHARSET
Font.Color = 4227327
Font.Height = -48
Font.Name = 'Courier New'
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 256
Top = 8
Width = 203
Height = 54
Caption = 'Warfare'
Font.Charset = EASTEUROPE_CHARSET
Font.Color = 4227327
Font.Height = -48
Font.Name = 'Courier New'
Font.Style = [fsBold]
ParentFont = False
end
object Label4: TLabel
Left = 168
Top = 64
Width = 152
Height = 36
Caption = 'Portable'
Font.Charset = EASTEUROPE_CHARSET
Font.Color = 4227327
Font.Height = -32
Font.Name = 'Courier New'
Font.Style = [fsBold]
ParentFont = False
end
object ProgressBar1: TProgressBar
Left = 8
Top = 104
Width = 457
Height = 41
TabOrder = 0
end
object Timer1: TTimer
Interval = 100
OnTimer = Timer1Timer
Left = 48
Top = 64
end
end