forked from CikeyQi/unidbg-fetch-qsign-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathForm1.Designer.cs
410 lines (405 loc) · 16.4 KB
/
Form1.Designer.cs
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
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
namespace qsign
{
partial class Main
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
comboBox1 = new ComboBox();
label1 = new Label();
textBox1 = new TextBox();
label2 = new Label();
button1 = new Button();
label3 = new Label();
textBox3 = new TextBox();
label5 = new Label();
linkLabel1 = new LinkLabel();
linkLabel2 = new LinkLabel();
linkLabel3 = new LinkLabel();
richTextBox1 = new RichTextBox();
contextMenuStrip1 = new ContextMenuStrip(components);
显示ToolStripMenuItem = new ToolStripMenuItem();
退出ToolStripMenuItem = new ToolStripMenuItem();
notifyIcon1 = new NotifyIcon(components);
textBox2 = new TextBox();
label4 = new Label();
checkBox1 = new CheckBox();
checkBox2 = new CheckBox();
checkBox3 = new CheckBox();
checkBox4 = new CheckBox();
label7 = new Label();
label6 = new Label();
label8 = new Label();
label9 = new Label();
contextMenuStrip1.SuspendLayout();
SuspendLayout();
//
// comboBox1
//
comboBox1.Font = new Font("Microsoft Sans Serif", 13.8F, FontStyle.Regular, GraphicsUnit.Point);
comboBox1.FormattingEnabled = true;
comboBox1.Location = new Point(117, 73);
comboBox1.Margin = new Padding(2, 3, 2, 3);
comboBox1.Name = "comboBox1";
comboBox1.Size = new Size(270, 30);
comboBox1.TabIndex = 0;
comboBox1.SelectedIndexChanged += comboBox1_SelectedIndexChanged;
comboBox1.SelectedValueChanged += comboBox1_SelectedValueChanged;
//
// label1
//
label1.AutoSize = true;
label1.Font = new Font("Microsoft Sans Serif", 13.8F, FontStyle.Regular, GraphicsUnit.Point);
label1.Location = new Point(21, 112);
label1.Margin = new Padding(2, 0, 2, 0);
label1.Name = "label1";
label1.Size = new Size(91, 24);
label1.TabIndex = 1;
label1.Text = "服务地址:";
//
// textBox1
//
textBox1.BorderStyle = BorderStyle.FixedSingle;
textBox1.Font = new Font("Microsoft Sans Serif", 13.8F, FontStyle.Regular, GraphicsUnit.Point);
textBox1.Location = new Point(325, 109);
textBox1.Margin = new Padding(2, 3, 2, 3);
textBox1.Name = "textBox1";
textBox1.Size = new Size(62, 28);
textBox1.TabIndex = 2;
textBox1.TextAlign = HorizontalAlignment.Center;
//
// label2
//
label2.AutoSize = true;
label2.Font = new Font("Microsoft Sans Serif", 13.8F, FontStyle.Regular, GraphicsUnit.Point);
label2.Location = new Point(22, 76);
label2.Margin = new Padding(2, 0, 2, 0);
label2.Name = "label2";
label2.Size = new Size(91, 24);
label2.TabIndex = 1;
label2.Text = "协议版本:";
//
// button1
//
button1.BackColor = Color.CornflowerBlue;
button1.Font = new Font("Microsoft Sans Serif", 15F, FontStyle.Regular, GraphicsUnit.Point);
button1.ForeColor = Color.Transparent;
button1.Location = new Point(17, 250);
button1.Margin = new Padding(2, 3, 2, 3);
button1.Name = "button1";
button1.Size = new Size(375, 72);
button1.TabIndex = 3;
button1.Text = "启动";
button1.UseVisualStyleBackColor = false;
button1.Click += button1_Click;
//
// label3
//
label3.AutoSize = true;
label3.Font = new Font("Microsoft Sans Serif", 13.8F, FontStyle.Regular, GraphicsUnit.Point);
label3.Location = new Point(21, 148);
label3.Margin = new Padding(2, 0, 2, 0);
label3.Name = "label3";
label3.Size = new Size(91, 24);
label3.TabIndex = 1;
label3.Text = "服务密钥:";
//
// textBox3
//
textBox3.BorderStyle = BorderStyle.FixedSingle;
textBox3.Font = new Font("Microsoft Sans Serif", 13.8F, FontStyle.Regular, GraphicsUnit.Point);
textBox3.Location = new Point(117, 146);
textBox3.Margin = new Padding(2, 3, 2, 3);
textBox3.Name = "textBox3";
textBox3.Size = new Size(270, 28);
textBox3.TabIndex = 2;
textBox3.TextAlign = HorizontalAlignment.Center;
//
// label5
//
label5.AutoSize = true;
label5.Font = new Font("Microsoft Sans Serif", 15.75F, FontStyle.Regular, GraphicsUnit.Point);
label5.Location = new Point(151, 19);
label5.Margin = new Padding(2, 0, 2, 0);
label5.Name = "label5";
label5.Size = new Size(75, 25);
label5.TabIndex = 1;
label5.Text = "未启动";
label5.TextAlign = ContentAlignment.MiddleCenter;
//
// linkLabel1
//
linkLabel1.AutoSize = true;
linkLabel1.Location = new Point(723, 330);
linkLabel1.Name = "linkLabel1";
linkLabel1.Size = new Size(44, 17);
linkLabel1.TabIndex = 5;
linkLabel1.TabStop = true;
linkLabel1.Text = "原项目";
linkLabel1.LinkClicked += linkLabel1_LinkClicked;
//
// linkLabel2
//
linkLabel2.AutoSize = true;
linkLabel2.Location = new Point(773, 330);
linkLabel2.Name = "linkLabel2";
linkLabel2.Size = new Size(44, 17);
linkLabel2.TabIndex = 5;
linkLabel2.TabStop = true;
linkLabel2.Text = "本项目";
linkLabel2.LinkClicked += linkLabel2_LinkClicked;
//
// linkLabel3
//
linkLabel3.AutoSize = true;
linkLabel3.Location = new Point(823, 330);
linkLabel3.Name = "linkLabel3";
linkLabel3.Size = new Size(44, 17);
linkLabel3.TabIndex = 5;
linkLabel3.TabStop = true;
linkLabel3.Text = "交流群";
linkLabel3.LinkClicked += linkLabel3_LinkClicked;
//
// richTextBox1
//
richTextBox1.BackColor = SystemColors.WindowFrame;
richTextBox1.BorderStyle = BorderStyle.None;
richTextBox1.ForeColor = SystemColors.WindowText;
richTextBox1.Location = new Point(406, 27);
richTextBox1.MaxLength = 40000;
richTextBox1.Name = "richTextBox1";
richTextBox1.ReadOnly = true;
richTextBox1.ScrollBars = RichTextBoxScrollBars.Vertical;
richTextBox1.ShortcutsEnabled = false;
richTextBox1.Size = new Size(461, 295);
richTextBox1.TabIndex = 6;
richTextBox1.Text = "";
richTextBox1.TextChanged += richTextBox1_TextChanged_1;
//
// contextMenuStrip1
//
contextMenuStrip1.ImageScalingSize = new Size(20, 20);
contextMenuStrip1.Items.AddRange(new ToolStripItem[] { 显示ToolStripMenuItem, 退出ToolStripMenuItem });
contextMenuStrip1.Name = "contextMenuStrip1";
contextMenuStrip1.Size = new Size(101, 48);
//
// 显示ToolStripMenuItem
//
显示ToolStripMenuItem.Name = "显示ToolStripMenuItem";
显示ToolStripMenuItem.Size = new Size(100, 22);
显示ToolStripMenuItem.Text = "显示";
显示ToolStripMenuItem.Click += 显示ToolStripMenuItem_Click;
//
// 退出ToolStripMenuItem
//
退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
退出ToolStripMenuItem.Size = new Size(100, 22);
退出ToolStripMenuItem.Text = "退出";
退出ToolStripMenuItem.Click += 退出ToolStripMenuItem_Click;
//
// notifyIcon1
//
notifyIcon1.ContextMenuStrip = contextMenuStrip1;
notifyIcon1.Text = "notifyIcon1";
//
// textBox2
//
textBox2.BorderStyle = BorderStyle.FixedSingle;
textBox2.Font = new Font("Microsoft Sans Serif", 13.8F, FontStyle.Regular, GraphicsUnit.Point);
textBox2.Location = new Point(171, 109);
textBox2.Margin = new Padding(2, 3, 2, 3);
textBox2.Name = "textBox2";
textBox2.Size = new Size(139, 28);
textBox2.TabIndex = 2;
textBox2.TextAlign = HorizontalAlignment.Center;
//
// label4
//
label4.AutoSize = true;
label4.FlatStyle = FlatStyle.System;
label4.Font = new Font("Microsoft Sans Serif", 13.8F, FontStyle.Regular, GraphicsUnit.Point);
label4.Location = new Point(315, 111);
label4.Margin = new Padding(2, 0, 2, 0);
label4.Name = "label4";
label4.RightToLeft = RightToLeft.No;
label4.Size = new Size(15, 24);
label4.TabIndex = 1;
label4.Text = ":";
label4.TextAlign = ContentAlignment.MiddleLeft;
//
// checkBox1
//
checkBox1.AutoSize = true;
checkBox1.Font = new Font("Microsoft YaHei UI", 13.8F, FontStyle.Regular, GraphicsUnit.Point);
checkBox1.Location = new Point(26, 180);
checkBox1.Name = "checkBox1";
checkBox1.Size = new Size(145, 29);
checkBox1.TabIndex = 7;
checkBox1.Text = "自动注册信息";
checkBox1.UseVisualStyleBackColor = true;
//
// checkBox2
//
checkBox2.AutoSize = true;
checkBox2.Font = new Font("Microsoft YaHei UI", 13.8F, FontStyle.Regular, GraphicsUnit.Point);
checkBox2.Location = new Point(204, 215);
checkBox2.Name = "checkBox2";
checkBox2.Size = new Size(200, 29);
checkBox2.TabIndex = 7;
checkBox2.Text = "使用Dynarmic 后端";
checkBox2.UseVisualStyleBackColor = true;
//
// checkBox3
//
checkBox3.AutoSize = true;
checkBox3.Font = new Font("Microsoft YaHei UI", 13.8F, FontStyle.Regular, GraphicsUnit.Point);
checkBox3.Location = new Point(26, 215);
checkBox3.Name = "checkBox3";
checkBox3.Size = new Size(191, 29);
checkBox3.TabIndex = 7;
checkBox3.Text = "使用 Unicorn 后端";
checkBox3.UseVisualStyleBackColor = true;
//
// checkBox4
//
checkBox4.AutoSize = true;
checkBox4.Font = new Font("Microsoft YaHei UI", 13.8F, FontStyle.Regular, GraphicsUnit.Point);
checkBox4.Location = new Point(204, 180);
checkBox4.Name = "checkBox4";
checkBox4.Size = new Size(145, 29);
checkBox4.TabIndex = 7;
checkBox4.Text = "开启调试模式";
checkBox4.UseVisualStyleBackColor = true;
//
// label7
//
label7.AutoSize = true;
label7.Location = new Point(526, 7);
label7.Name = "label7";
label7.Size = new Size(207, 17);
label7.TabIndex = 9;
label7.Text = "内存使用量: 0 MB CPU使用率: 0 %";
//
// label6
//
label6.AutoSize = true;
label6.Location = new Point(114, 111);
label6.Name = "label6";
label6.Size = new Size(44, 17);
label6.TabIndex = 8;
label6.Text = "http://";
//
// label8
//
label8.AutoSize = true;
label8.ForeColor = SystemColors.ControlDarkDark;
label8.Location = new Point(204, 53);
label8.Name = "label8";
label8.Size = new Size(182, 17);
label8.TabIndex = 10;
label8.Text = "请先选择协议版本后再进行操作↓";
//
// label9
//
label9.AutoSize = true;
label9.ForeColor = SystemColors.ControlDarkDark;
label9.Location = new Point(17, 330);
label9.Name = "label9";
label9.Size = new Size(493, 17);
label9.TabIndex = 11;
label9.Text = "如果遇到UI错位请调整Windows缩放大小,写到一半的WinUI3.0版本没动力了,来点star~";
label9.Click += label9_Click;
//
// Main
//
AutoScaleDimensions = new SizeF(7F, 17F);
AutoScaleMode = AutoScaleMode.Font;
AutoSizeMode = AutoSizeMode.GrowAndShrink;
BackColor = SystemColors.Window;
ClientSize = new Size(884, 367);
Controls.Add(label9);
Controls.Add(label8);
Controls.Add(label7);
Controls.Add(label6);
Controls.Add(checkBox4);
Controls.Add(checkBox3);
Controls.Add(checkBox2);
Controls.Add(checkBox1);
Controls.Add(richTextBox1);
Controls.Add(linkLabel3);
Controls.Add(linkLabel2);
Controls.Add(linkLabel1);
Controls.Add(button1);
Controls.Add(textBox3);
Controls.Add(textBox2);
Controls.Add(textBox1);
Controls.Add(label5);
Controls.Add(label2);
Controls.Add(label3);
Controls.Add(label4);
Controls.Add(label1);
Controls.Add(comboBox1);
Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point);
Icon = (Icon)resources.GetObject("$this.Icon");
Margin = new Padding(2, 3, 2, 3);
MaximizeBox = false;
Name = "Main";
Text = "unidbg-fetch-qsign-gui v%v";
MinimumSizeChanged += Main_MinimumSizeChanged;
Load += Main_Load_1;
Resize += Main_Resize;
contextMenuStrip1.ResumeLayout(false);
ResumeLayout(false);
PerformLayout();
}
#endregion
private ComboBox comboBox1;
private Label label1;
private TextBox textBox1;
private Label label2;
private Button button1;
private Label label3;
private TextBox textBox3;
private Label label5;
private LinkLabel linkLabel1;
private LinkLabel linkLabel2;
private LinkLabel linkLabel3;
private RichTextBox richTextBox1;
private ContextMenuStrip contextMenuStrip1;
private ToolStripMenuItem 显示ToolStripMenuItem;
private ToolStripMenuItem 退出ToolStripMenuItem;
private NotifyIcon notifyIcon1;
private TextBox textBox2;
private Label label4;
private CheckBox checkBox1;
private CheckBox checkBox2;
private CheckBox checkBox3;
private CheckBox checkBox4;
private Label label7;
private Label label6;
private Label label8;
private Label label9;
}
}