|
|
@@ -0,0 +1,68 @@
|
|
|
+[1mdiff --git a/TestProject/Form1.Designer.cs b/TestProject/Form1.Designer.cs[m
|
|
|
+[1mindex 403a991..5dedabe 100644[m
|
|
|
+[1m--- a/TestProject/Form1.Designer.cs[m
|
|
|
+[1m+++ b/TestProject/Form1.Designer.cs[m
|
|
|
+[36m@@ -28,53 +28,13 @@[m
|
|
|
+ /// </summary>[m
|
|
|
+ private void InitializeComponent()[m
|
|
|
+ {[m
|
|
|
+[31m- this.button1 = new System.Windows.Forms.Button();[m
|
|
|
+[31m- this.button2 = new System.Windows.Forms.Button();[m
|
|
|
+[31m- this.qqButton1 = new TestProject.QQButton();[m
|
|
|
+ this.SuspendLayout();[m
|
|
|
+ // [m
|
|
|
+[31m- // button1[m
|
|
|
+[31m- // [m
|
|
|
+[31m- this.button1.Location = new System.Drawing.Point(632, 124);[m
|
|
|
+[31m- this.button1.Margin = new System.Windows.Forms.Padding(4);[m
|
|
|
+[31m- this.button1.Name = "button1";[m
|
|
|
+[31m- this.button1.Size = new System.Drawing.Size(100, 29);[m
|
|
|
+[31m- this.button1.TabIndex = 0;[m
|
|
|
+[31m- this.button1.Text = "button1";[m
|
|
|
+[31m- this.button1.UseVisualStyleBackColor = true;[m
|
|
|
+[31m- this.button1.Click += new System.EventHandler(this.button1_Click);[m
|
|
|
+[31m- // [m
|
|
|
+[31m- // button2[m
|
|
|
+[31m- // [m
|
|
|
+[31m- this.button2.Location = new System.Drawing.Point(373, 112);[m
|
|
|
+[31m- this.button2.Margin = new System.Windows.Forms.Padding(4);[m
|
|
|
+[31m- this.button2.Name = "button2";[m
|
|
|
+[31m- this.button2.Size = new System.Drawing.Size(100, 29);[m
|
|
|
+[31m- this.button2.TabIndex = 1;[m
|
|
|
+[31m- this.button2.Text = "button2";[m
|
|
|
+[31m- this.button2.UseVisualStyleBackColor = true;[m
|
|
|
+[31m- this.button2.Click += new System.EventHandler(this.button2_Click);[m
|
|
|
+[31m- // [m
|
|
|
+[31m- // qqButton1[m
|
|
|
+[31m- // [m
|
|
|
+[31m- this.qqButton1.ForeColor = System.Drawing.SystemColors.ControlText;[m
|
|
|
+[31m- this.qqButton1.IsShowBorder = true;[m
|
|
|
+[31m- this.qqButton1.Location = new System.Drawing.Point(159, 112);[m
|
|
|
+[31m- this.qqButton1.Name = "qqButton1";[m
|
|
|
+[31m- this.qqButton1.Size = new System.Drawing.Size(166, 97);[m
|
|
|
+[31m- this.qqButton1.TabIndex = 2;[m
|
|
|
+[31m- this.qqButton1.Text = "12312";[m
|
|
|
+[31m- this.qqButton1.UseVisualStyleBackColor = true;[m
|
|
|
+[31m- this.qqButton1.Click += new System.EventHandler(this.qqButton1_Click);[m
|
|
|
+[31m- // [m
|
|
|
+ // Form1[m
|
|
|
+ // [m
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);[m
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;[m
|
|
|
+ this.ClientSize = new System.Drawing.Size(1063, 578);[m
|
|
|
+[31m- this.Controls.Add(this.qqButton1);[m
|
|
|
+[31m- this.Controls.Add(this.button2);[m
|
|
|
+[31m- this.Controls.Add(this.button1);[m
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(4);[m
|
|
|
+ this.Name = "Form1";[m
|
|
|
+ this.Text = "Form1";[m
|
|
|
+[36m@@ -84,9 +44,6 @@[m
|
|
|
+ }[m
|
|
|
+ [m
|
|
|
+ #endregion[m
|
|
|
+[31m-[m
|
|
|
+[31m- private System.Windows.Forms.Button button1;[m
|
|
|
+[31m- private System.Windows.Forms.Button button2;[m
|
|
|
+ private QQButton qqButton1;[m
|
|
|
+ }[m
|
|
|
+ }[m
|