代码拉取完成,页面将自动刷新
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;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。