-
Notifications
You must be signed in to change notification settings - Fork 0
/
unit1.lfm
303 lines (303 loc) · 6.27 KB
/
unit1.lfm
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
object Form1: TForm1
Left = 305
Height = 676
Top = 157
Width = 1061
Caption = '2022-Xdoctor群控神器'
ClientHeight = 676
ClientWidth = 1061
LCLVersion = '2.0.12.0'
object PageControl1: TPageControl
Left = 0
Height = 604
Top = 72
Width = 1061
ActivePage = TabSheet1
TabIndex = 0
TabOrder = 0
object TabSheet1: TTabSheet
Caption = 'INS'
ClientHeight = 574
ClientWidth = 1053
object Button1: TButton
Left = 936
Height = 54
Top = 520
Width = 109
Caption = '开始所有账号'
OnClick = Button1Click
TabOrder = 0
end
object INSzhuangtai: TStringGrid
Left = -4
Height = 472
Top = 0
Width = 636
ColCount = 3
RowCount = 1
TabOrder = 1
ColWidths = (
42
197
392
)
Cells = (
3
0
0
'序号'
1
0
'账号'
2
0
'账号状态'
)
end
object Button3: TButton
Left = 410
Height = 45
Top = 501
Width = 80
Caption = '测试按钮'
OnClick = Button3Click
TabOrder = 2
end
object Label2: TLabel
Left = 655
Height = 17
Top = 15
Width = 120
Caption = '每个任务的延迟时间:'
ParentColor = False
end
object InsyanchiMin: TEdit
Left = 776
Height = 25
Top = 13
Width = 48
NumbersOnly = True
TabOrder = 3
Text = '3600'
end
object Label3: TLabel
Left = 904
Height = 17
Top = 15
Width = 12
Caption = '秒'
ParentColor = False
end
object Label5: TLabel
Left = 655
Height = 17
Top = 144
Width = 72
Caption = '开发者工具:'
ParentColor = False
end
object Label6: TLabel
Left = 664
Height = 17
Top = 184
Width = 60
Caption = '指定运行第'
ParentColor = False
end
object Zhidingnum: TEdit
Left = 738
Height = 25
Top = 180
Width = 48
NumbersOnly = True
TabOrder = 4
Text = '0'
end
object Label7: TLabel
Left = 800
Height = 17
Top = 184
Width = 36
Caption = '个账号'
ParentColor = False
end
object Zhiding: TButton
Left = 936
Height = 40
Top = 175
Width = 89
Caption = '指定开始'
OnClick = ZhidingClick
TabOrder = 5
end
object Label10: TLabel
Left = 661
Height = 17
Top = 253
Width = 36
Caption = '运行:'
ParentColor = False
end
object Zhiding1: TEdit
Left = 696
Height = 25
Top = 248
Width = 56
TabOrder = 6
Text = '0'
end
object Label11: TLabel
Left = 760
Height = 17
Top = 254
Width = 12
Caption = '到'
ParentColor = False
end
object Zhiding2: TEdit
Left = 787
Height = 25
Top = 248
Width = 65
TabOrder = 7
Text = '10'
end
object Zhiding12Btn: TButton
Left = 936
Height = 37
Top = 244
Width = 92
Caption = '指定批数开始'
OnClick = Zhiding12BtnClick
TabOrder = 8
end
object Label12: TLabel
Left = 827
Height = 17
Top = 16
Width = 12
Caption = '到'
ParentColor = False
end
object InsyanchiMax: TEdit
Left = 847
Height = 25
Top = 12
Width = 48
NumbersOnly = True
TabOrder = 9
Text = '7200'
end
end
object TabSheet2: TTabSheet
Caption = '设置'
ClientHeight = 574
ClientWidth = 1053
object Label1: TLabel
Left = 16
Height = 17
Top = 24
Width = 108
Caption = '是否隐藏运行页面:'
ParentColor = False
end
object Isheadless: TCheckBox
Left = 139
Height = 21
Top = 22
Width = 34
Caption = '是'
Checked = True
State = cbChecked
TabOrder = 0
end
object Label4: TLabel
Left = 15
Height = 17
Top = 77
Width = 107
Caption = '所有账号IP切换到:'
ParentColor = False
end
object CheckBox1: TCheckBox
Left = 128
Height = 21
Top = 73
Width = 58
Caption = '俄罗斯'
Checked = True
State = cbChecked
TabOrder = 1
end
object IPqiehuan: TButton
Left = 72
Height = 41
Top = 104
Width = 102
Caption = '开始切换'
OnClick = IPqiehuanClick
TabOrder = 2
end
end
object TabSheet3: TTabSheet
Caption = '随机话术'
ClientHeight = 574
ClientWidth = 1053
object Button2: TButton
Left = 168
Height = 42
Top = 8
Width = 71
Caption = 'Button2'
OnClick = Button2Click
TabOrder = 0
end
object Tiezi_huashu: TEdit
Left = 40
Height = 25
Top = 13
Width = 99
TabOrder = 1
Text = 'tiezi_huashu.txt'
end
object Label8: TLabel
Left = 9
Height = 17
Top = 105
Width = 96
Caption = '固定热门关键字:'
ParentColor = False
end
object INSgudinghot: TEdit
Left = 112
Height = 25
Top = 101
Width = 146
TabOrder = 2
end
object Label9: TLabel
Left = 9
Height = 17
Top = 158
Width = 96
Caption = '热门关键字数量:'
ParentColor = False
end
object INSsuijihot: TEdit
Left = 112
Height = 25
Top = 152
Width = 146
NumbersOnly = True
TabOrder = 3
Text = '30'
end
end
end
object ZhuangTai: TTimer
Enabled = False
OnTimer = ZhuangTaiTimer
Left = 963
Top = 113
end
end