This repository has been archived by the owner on Apr 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Unit1.dfm
188 lines (188 loc) · 4.46 KB
/
Unit1.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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
object Form1: TForm1
Left = 444
Top = 345
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'NFK Launcher'
ClientHeight = 304
ClientWidth = 434
Color = clBtnFace
DefaultMonitor = dmDesktop
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
Position = poScreenCenter
OnClick = FormClick
OnCreate = FormCreate
OnKeyDown = FormKeyDown
OnKeyPress = FormKeyPress
OnKeyUp = FormKeyUp
PixelsPerInch = 120
TextHeight = 16
object Memo1: TMemo
Left = 0
Top = 0
Width = 434
Height = 228
Align = alTop
BevelEdges = []
BevelInner = bvNone
BevelOuter = bvNone
Color = clNavy
Ctl3D = False
Font.Charset = RUSSIAN_CHARSET
Font.Color = clYellow
Font.Height = -15
Font.Name = 'Courier New'
Font.Style = []
Lines.Strings = (
'Welcome to NFK 0.77.')
ParentCtl3D = False
ParentFont = False
ReadOnly = True
TabOrder = 0
OnClick = Memo1Click
OnKeyDown = Memo1KeyDown
OnKeyPress = Memo1KeyPress
end
object Button1: TButton
Left = 10
Top = 256
Width = 415
Height = 41
Caption = 'Start NFK'
Enabled = False
TabOrder = 1
OnClick = Button1Click
end
object ProgressBar1: TProgressBar
Left = 0
Top = 228
Width = 434
Height = 21
Align = alTop
TabOrder = 2
end
object IdHTTP1: TIdHTTP
MaxLineAction = maException
ReadTimeout = 0
OnWork = IdHTTP1Work
OnWorkBegin = IdHTTP1WorkBegin
OnWorkEnd = IdHTTP1WorkEnd
AllowCookies = False
ProxyParams.BasicAuthentication = False
ProxyParams.ProxyPort = 0
Request.ContentLength = -1
Request.ContentRangeEnd = 0
Request.ContentRangeStart = 0
Request.ContentType = 'text/html'
Request.Accept = 'text/html, */*'
Request.BasicAuthentication = False
Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
HTTPOptions = [hoForceEncodeParams]
Left = 320
Top = 8
end
object IdAntiFreeze1: TIdAntiFreeze
IdleTimeOut = 100
Left = 288
Top = 8
end
object XMLDocument1: TXMLDocument
Left = 256
Top = 8
DOMVendorDesc = 'MSXML'
end
object MainMenu1: TMainMenu
AutoLineReduction = maManual
BiDiMode = bdLeftToRight
ParentBiDiMode = False
Left = 224
Top = 8
object Launcher1: TMenuItem
Caption = 'Launcher'
OnClick = Launcher1Click
object StartNFK1: TMenuItem
Caption = 'Start NFK'
OnClick = Button1Click
end
object Autostart1: TMenuItem
AutoCheck = True
Caption = 'Autostart'
Checked = True
OnClick = Autostart1Click
end
object N1: TMenuItem
Caption = '-'
end
object Exit1: TMenuItem
Caption = 'Exit'
OnClick = Exit1Click
end
end
object Mods1: TMenuItem
Caption = 'Mods'
OnClick = Mods1Click
object NFK1: TMenuItem
AutoCheck = True
Caption = 'NFK'
Default = True
GroupIndex = 1
RadioItem = True
OnClick = ModClick
end
end
object Community1: TMenuItem
Caption = 'Community'
object NFKSite1: TMenuItem
Caption = 'NFK Site'
OnClick = NFKSite1Click
end
object NFKStatistics1: TMenuItem
Caption = 'NFK Ladder'
OnClick = NFKStatistics1Click
end
object NFKChat1: TMenuItem
Caption = 'Discord'
OnClick = NFKChat1Click
end
end
object ools1: TMenuItem
Caption = 'Tools'
object Setup1: TMenuItem
Caption = 'Setup'
OnClick = Setup1Click
end
object PlanetScanner1: TMenuItem
Caption = 'Planet Scanner'
OnClick = PlanetScanner1Click
end
object Editor1: TMenuItem
Caption = 'Editor'
OnClick = Editor1Click
end
end
object Help1: TMenuItem
Caption = 'Help'
OnClick = Help1Click
object Readme1: TMenuItem
Caption = 'NFK Help'
OnClick = Readme1Click
end
object About1: TMenuItem
Caption = 'About...'
OnClick = About1Click
end
end
end
object Timer1: TTimer
Enabled = False
OnTimer = Timer1Timer
Left = 192
Top = 8
end
end