You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

126 lines
4.9 KiB

1 month ago
  1. namespace PeisStart.WInForm.ReportTest
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.button1 = new System.Windows.Forms.Button();
  29. this.button2 = new System.Windows.Forms.Button();
  30. this.button3 = new System.Windows.Forms.Button();
  31. this.button4 = new System.Windows.Forms.Button();
  32. this.button5 = new System.Windows.Forms.Button();
  33. this.button6 = new System.Windows.Forms.Button();
  34. this.SuspendLayout();
  35. //
  36. // button1
  37. //
  38. this.button1.Location = new System.Drawing.Point(212, 135);
  39. this.button1.Name = "button1";
  40. this.button1.Size = new System.Drawing.Size(184, 62);
  41. this.button1.TabIndex = 0;
  42. this.button1.Text = "button1";
  43. this.button1.UseVisualStyleBackColor = true;
  44. this.button1.Click += new System.EventHandler(this.button1_Click);
  45. //
  46. // button2
  47. //
  48. this.button2.Location = new System.Drawing.Point(212, 221);
  49. this.button2.Name = "button2";
  50. this.button2.Size = new System.Drawing.Size(184, 62);
  51. this.button2.TabIndex = 1;
  52. this.button2.Text = "button2";
  53. this.button2.UseVisualStyleBackColor = true;
  54. this.button2.Click += new System.EventHandler(this.button2_Click);
  55. //
  56. // button3
  57. //
  58. this.button3.Location = new System.Drawing.Point(223, 323);
  59. this.button3.Name = "button3";
  60. this.button3.Size = new System.Drawing.Size(173, 60);
  61. this.button3.TabIndex = 2;
  62. this.button3.Text = "button3";
  63. this.button3.UseVisualStyleBackColor = true;
  64. this.button3.Click += new System.EventHandler(this.button3_Click);
  65. //
  66. // button4
  67. //
  68. this.button4.Location = new System.Drawing.Point(453, 135);
  69. this.button4.Name = "button4";
  70. this.button4.Size = new System.Drawing.Size(187, 62);
  71. this.button4.TabIndex = 3;
  72. this.button4.Text = "button4";
  73. this.button4.UseVisualStyleBackColor = true;
  74. this.button4.Click += new System.EventHandler(this.button4_Click);
  75. //
  76. // button5
  77. //
  78. this.button5.Location = new System.Drawing.Point(484, 323);
  79. this.button5.Name = "button5";
  80. this.button5.Size = new System.Drawing.Size(167, 80);
  81. this.button5.TabIndex = 4;
  82. this.button5.Text = "button5";
  83. this.button5.UseVisualStyleBackColor = true;
  84. this.button5.Click += new System.EventHandler(this.button5_Click);
  85. //
  86. // button6
  87. //
  88. this.button6.Location = new System.Drawing.Point(259, 436);
  89. this.button6.Name = "button6";
  90. this.button6.Size = new System.Drawing.Size(161, 86);
  91. this.button6.TabIndex = 5;
  92. this.button6.Text = "button6";
  93. this.button6.UseVisualStyleBackColor = true;
  94. this.button6.Click += new System.EventHandler(this.button6_Click);
  95. //
  96. // Form1
  97. //
  98. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  99. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  100. this.ClientSize = new System.Drawing.Size(938, 735);
  101. this.Controls.Add(this.button6);
  102. this.Controls.Add(this.button5);
  103. this.Controls.Add(this.button4);
  104. this.Controls.Add(this.button3);
  105. this.Controls.Add(this.button2);
  106. this.Controls.Add(this.button1);
  107. this.Name = "Form1";
  108. this.Text = "Form1";
  109. this.ResumeLayout(false);
  110. }
  111. #endregion
  112. private System.Windows.Forms.Button button1;
  113. private System.Windows.Forms.Button button2;
  114. private System.Windows.Forms.Button button3;
  115. private System.Windows.Forms.Button button4;
  116. private System.Windows.Forms.Button button5;
  117. private System.Windows.Forms.Button button6;
  118. }
  119. }