[+] 重新架构逻辑

This commit is contained in:
huiyadanli
2019-09-18 09:08:32 +08:00
parent 90076240b1
commit 92594da959
13 changed files with 304 additions and 41 deletions

View File

@@ -39,10 +39,9 @@
this.lblUpdatePachJson = new System.Windows.Forms.Label();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
@@ -50,6 +49,7 @@
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox();
@@ -57,6 +57,7 @@
this.button4 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.btnTest = new System.Windows.Forms.Button();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
@@ -167,11 +168,29 @@
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(483, 74);
this.tabPage1.Size = new System.Drawing.Size(483, 75);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "微信";
this.tabPage1.UseVisualStyleBackColor = true;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(50, 44);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(35, 12);
this.label4.TabIndex = 10;
this.label4.Text = "0.0.1";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 44);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 9;
this.label3.Text = "版本:";
//
// tabPage2
//
this.tabPage2.Controls.Add(this.label5);
@@ -189,40 +208,6 @@
this.tabPage2.Text = "QQ";
this.tabPage2.UseVisualStyleBackColor = true;
//
// tabPage3
//
this.tabPage3.Controls.Add(this.label8);
this.tabPage3.Controls.Add(this.label9);
this.tabPage3.Controls.Add(this.textBox2);
this.tabPage3.Controls.Add(this.label10);
this.tabPage3.Controls.Add(this.button4);
this.tabPage3.Controls.Add(this.button5);
this.tabPage3.Controls.Add(this.button6);
this.tabPage3.Location = new System.Drawing.Point(4, 22);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(483, 74);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "TIM";
this.tabPage3.UseVisualStyleBackColor = true;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 44);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 9;
this.label3.Text = "版本:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(50, 44);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(35, 12);
this.label4.TabIndex = 10;
this.label4.Text = "0.0.1";
//
// label5
//
this.label5.AutoSize = true;
@@ -286,6 +271,22 @@
this.button3.Text = "...";
this.button3.UseVisualStyleBackColor = true;
//
// tabPage3
//
this.tabPage3.Controls.Add(this.label8);
this.tabPage3.Controls.Add(this.label9);
this.tabPage3.Controls.Add(this.textBox2);
this.tabPage3.Controls.Add(this.label10);
this.tabPage3.Controls.Add(this.button4);
this.tabPage3.Controls.Add(this.button5);
this.tabPage3.Controls.Add(this.button6);
this.tabPage3.Location = new System.Drawing.Point(4, 22);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(483, 75);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "TIM";
this.tabPage3.UseVisualStyleBackColor = true;
//
// label8
//
this.label8.AutoSize = true;
@@ -349,11 +350,22 @@
this.button6.Text = "...";
this.button6.UseVisualStyleBackColor = true;
//
// btnTest
//
this.btnTest.Location = new System.Drawing.Point(380, 13);
this.btnTest.Name = "btnTest";
this.btnTest.Size = new System.Drawing.Size(62, 34);
this.btnTest.TabIndex = 11;
this.btnTest.Text = "Test!";
this.btnTest.UseVisualStyleBackColor = true;
this.btnTest.Click += new System.EventHandler(this.btnTest_Click);
//
// FormMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(491, 138);
this.Controls.Add(this.btnTest);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.lblUpdatePachJson);
this.Controls.Add(this.linkLabel1);
@@ -404,6 +416,7 @@
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button btnTest;
}
}