f 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. diff --git a/TestProject/Form1.Designer.cs b/TestProject/Form1.Designer.cs
  2. index 403a991..5dedabe 100644
  3. --- a/TestProject/Form1.Designer.cs
  4. +++ b/TestProject/Form1.Designer.cs
  5. @@ -28,53 +28,13 @@
  6. /// </summary>
  7. private void InitializeComponent()
  8. {
  9. - this.button1 = new System.Windows.Forms.Button();
  10. - this.button2 = new System.Windows.Forms.Button();
  11. - this.qqButton1 = new TestProject.QQButton();
  12. this.SuspendLayout();
  13. // 
  14. - // button1
  15. - // 
  16. - this.button1.Location = new System.Drawing.Point(632, 124);
  17. - this.button1.Margin = new System.Windows.Forms.Padding(4);
  18. - this.button1.Name = "button1";
  19. - this.button1.Size = new System.Drawing.Size(100, 29);
  20. - this.button1.TabIndex = 0;
  21. - this.button1.Text = "button1";
  22. - this.button1.UseVisualStyleBackColor = true;
  23. - this.button1.Click += new System.EventHandler(this.button1_Click);
  24. - // 
  25. - // button2
  26. - // 
  27. - this.button2.Location = new System.Drawing.Point(373, 112);
  28. - this.button2.Margin = new System.Windows.Forms.Padding(4);
  29. - this.button2.Name = "button2";
  30. - this.button2.Size = new System.Drawing.Size(100, 29);
  31. - this.button2.TabIndex = 1;
  32. - this.button2.Text = "button2";
  33. - this.button2.UseVisualStyleBackColor = true;
  34. - this.button2.Click += new System.EventHandler(this.button2_Click);
  35. - // 
  36. - // qqButton1
  37. - // 
  38. - this.qqButton1.ForeColor = System.Drawing.SystemColors.ControlText;
  39. - this.qqButton1.IsShowBorder = true;
  40. - this.qqButton1.Location = new System.Drawing.Point(159, 112);
  41. - this.qqButton1.Name = "qqButton1";
  42. - this.qqButton1.Size = new System.Drawing.Size(166, 97);
  43. - this.qqButton1.TabIndex = 2;
  44. - this.qqButton1.Text = "12312";
  45. - this.qqButton1.UseVisualStyleBackColor = true;
  46. - this.qqButton1.Click += new System.EventHandler(this.qqButton1_Click);
  47. - // 
  48. // Form1
  49. // 
  50. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  51. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  52. this.ClientSize = new System.Drawing.Size(1063, 578);
  53. - this.Controls.Add(this.qqButton1);
  54. - this.Controls.Add(this.button2);
  55. - this.Controls.Add(this.button1);
  56. this.Margin = new System.Windows.Forms.Padding(4);
  57. this.Name = "Form1";
  58. this.Text = "Form1";
  59. @@ -84,9 +44,6 @@
  60. }
  61. 
  62. #endregion
  63. -
  64. - private System.Windows.Forms.Button button1;
  65. - private System.Windows.Forms.Button button2;
  66. private QQButton qqButton1;
  67. }
  68. }