-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_test_POST.dfm
371 lines (371 loc) · 7.35 KB
/
_test_POST.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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
object FRM_POST_TEST: TFRM_POST_TEST
Left = 275
Top = 0
Width = 825
Height = 772
Caption = 'FRM_POST'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Label2: TLabel
Left = 20
Top = 44
Width = 74
Height = 13
Caption = 'Gesammtdauer:'
end
object Label3: TLabel
Left = 128
Top = 44
Width = 51
Height = 13
Caption = 'Postdauer:'
end
object Label1: TLabel
Left = 20
Top = 4
Width = 41
Height = 13
Caption = 'Adresse:'
end
object Label5: TLabel
Left = 20
Top = 88
Width = 44
Height = 13
Caption = 'Protokoll:'
end
object Label6: TLabel
Left = 304
Top = 56
Width = 124
Height = 13
Caption = 'Maximales Alter (in Tagen)'
end
object txt_url: TEdit
Left = 20
Top = 16
Width = 537
Height = 21
TabOrder = 0
end
object Button4: TButton
Left = 113
Top = 216
Width = 104
Height = 25
Caption = 'StartSync_systems'
TabOrder = 1
OnClick = Button4Click
end
object TXT_ges: TEdit
Left = 20
Top = 60
Width = 101
Height = 21
Color = clBtnFace
ReadOnly = True
TabOrder = 2
Text = 'TXT_ges'
end
object TXT_post: TEdit
Left = 128
Top = 60
Width = 97
Height = 21
Color = clBtnFace
ReadOnly = True
TabOrder = 3
Text = 'TXT_post'
end
object Button9: TButton
Left = 223
Top = 216
Width = 105
Height = 25
Caption = 'StartSync_reports'
TabOrder = 4
OnClick = Button9Click
end
object mem_log_all: TMemo
Left = 21
Top = 247
Width = 537
Height = 51
ScrollBars = ssVertical
TabOrder = 5
end
object pb_pos: TProgressBar
Left = 19
Top = 192
Width = 537
Height = 17
TabOrder = 6
end
object pb_main: TProgressBar
Left = 19
Top = 172
Width = 537
Height = 17
TabOrder = 7
end
object Button1: TButton
Left = 483
Top = 216
Width = 75
Height = 25
Caption = 'STOP'
TabOrder = 8
OnClick = Button1Click
end
object Button2: TButton
Left = 403
Top = 216
Width = 75
Height = 25
Caption = 'more...'
TabOrder = 9
OnClick = Button2Click
end
object Panel1: TPanel
Left = 0
Top = 304
Width = 577
Height = 437
BevelOuter = bvNone
Caption = 'Panel1'
TabOrder = 10
object LBL_sys: TLabel
Left = 20
Top = 116
Width = 40
Height = 13
Caption = 'LBL_sys'
end
object Label4: TLabel
Left = 20
Top = 16
Width = 91
Height = 13
Caption = 'aktionen pro POST'
end
object LBL_scan: TLabel
Left = 100
Top = 116
Width = 48
Height = 13
Caption = 'LBL_scan'
end
object mem_send: TMemo
Left = 20
Top = 132
Width = 533
Height = 109
Lines.Strings = (
'Memo1')
ScrollBars = ssVertical
TabOrder = 0
end
object BTN_genSys: TButton
Left = 20
Top = 92
Width = 75
Height = 21
Caption = 'generate solsys'
TabOrder = 1
OnClick = BTN_genSysClick
end
object BTN_POST_: TButton
Left = 480
Top = 108
Width = 75
Height = 21
Caption = 'POST'
TabOrder = 2
OnClick = BTN_POST_Click
end
object mem_recv: TMemo
Left = 20
Top = 288
Width = 533
Height = 141
Lines.Strings = (
'Memo2')
ScrollBars = ssVertical
TabOrder = 3
end
object Button3: TButton
Left = 20
Top = 252
Width = 93
Height = 25
Caption = 'browser'
TabOrder = 4
OnClick = Button3Click
end
object CH_Auto: TCheckBox
Left = 200
Top = 96
Width = 97
Height = 17
Caption = 'auto gen+post'
TabOrder = 5
end
object CH_Pause: TCheckBox
Left = 20
Top = 64
Width = 97
Height = 17
Caption = 'Pause'
TabOrder = 6
end
object SpinEdit1: TSpinEdit
Left = 20
Top = 36
Width = 189
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 7
Value = 15
end
object Button5: TButton
Left = 432
Top = 44
Width = 125
Height = 25
Caption = 'mysql_scan tables'
TabOrder = 8
OnClick = Button5Click
end
object Button6: TButton
Left = 120
Top = 252
Width = 75
Height = 25
Caption = 'ParseAnswer'
TabOrder = 9
OnClick = Button6Click
end
object BTN_genScan: TButton
Left = 100
Top = 92
Width = 85
Height = 21
Caption = 'generate report'
TabOrder = 10
OnClick = BTN_genScanClick
end
object Button8: TButton
Left = 200
Top = 252
Width = 109
Height = 25
Caption = 'ParseAll Unknown!'
TabOrder = 11
OnClick = Button8Click
end
object CheckBox1: TCheckBox
Left = 120
Top = 64
Width = 97
Height = 17
Caption = 'jedesmal pause'
TabOrder = 12
end
object Button7: TButton
Left = 300
Top = 92
Width = 93
Height = 21
Caption = 'generate ally stats'
TabOrder = 13
OnClick = Button7Click
end
object Button11: TButton
Left = 396
Top = 92
Width = 93
Height = 21
Caption = 'generate player stats'
TabOrder = 14
OnClick = Button11Click
end
end
object mem_log: TMemo
Left = 19
Top = 107
Width = 538
Height = 57
TabOrder = 11
end
object Button10: TButton
Left = 19
Top = 216
Width = 88
Height = 25
Caption = 'Login'
TabOrder = 12
OnClick = Button10Click
end
object se_max_days_age: TSpinEdit
Left = 432
Top = 56
Width = 121
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 13
Value = 90
end
object cb_filter_no_planet: TCheckBox
Left = 304
Top = 80
Width = 161
Height = 17
Caption = 'cb_filter_no_planet'
TabOrder = 14
end
object Button12: TButton
Left = 328
Top = 216
Width = 75
Height = 25
Caption = 'Sync Stats'
TabOrder = 15
OnClick = Button12Click
end
object IdHTTP1: TIdHTTP
MaxLineAction = maException
ReadTimeout = 0
AllowCookies = True
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 = []
OnAuthorization = IdHTTP1Authorization
Left = 264
Top = 164
end
object Timer1: TTimer
Interval = 100
OnTimer = Timer1Timer
Left = 84
Top = 400
end
end