-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinstallermain.dfm
136 lines (136 loc) · 2.92 KB
/
installermain.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
object Form1: TForm1
Left = 307
Top = 195
BorderStyle = bsNone
Caption = 'Stickman Warfare Installer'
ClientHeight = 289
ClientWidth = 408
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 272
Width = 377
Height = 13
Alignment = taCenter
AutoSize = False
Caption = 'Select directory and click install!'
Font.Charset = DEFAULT_CHARSET
Font.Color = 4227327
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
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 = 192
Top = 56
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 = 80
Top = 120
Width = 247
Height = 36
Caption = 'SFX Installer'
Font.Charset = EASTEUROPE_CHARSET
Font.Color = 4227327
Font.Height = -32
Font.Name = 'Courier New'
Font.Style = [fsBold]
ParentFont = False
end
object ProgressBar1: TProgressBar
Left = 16
Top = 240
Width = 377
Height = 25
Min = 0
Max = 100
TabOrder = 0
end
object Edit1: TEdit
Left = 16
Top = 160
Width = 297
Height = 21
Color = 3618615
Font.Charset = DEFAULT_CHARSET
Font.Color = 4227327
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
Text = 'Edit1'
end
object Button1: TButton
Left = 320
Top = 160
Width = 75
Height = 25
Caption = 'Browse'
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 16
Top = 192
Width = 377
Height = 41
Caption = 'Install'
Default = True
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -48
Font.Name = 'Courier New'
Font.Style = [fsBold, fsItalic]
ParentFont = False
TabOrder = 3
OnClick = Button2Click
end
object Button3: TButton
Left = 360
Top = 0
Width = 51
Height = 17
Caption = 'X'
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'Arial Black'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 4
OnClick = Button3Click
end
end