MainFrame.Designer.cs 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. namespace XqMainFrame
  2. {
  3. partial class MainFrame
  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.button2 = new System.Windows.Forms.Button();
  29. this.button1 = 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.button7 = new System.Windows.Forms.Button();
  35. this.button8 = new System.Windows.Forms.Button();
  36. this.button9 = new System.Windows.Forms.Button();
  37. this.SuspendLayout();
  38. //
  39. // button2
  40. //
  41. this.button2.Location = new System.Drawing.Point(197, 26);
  42. this.button2.Name = "button2";
  43. this.button2.Size = new System.Drawing.Size(95, 59);
  44. this.button2.TabIndex = 20;
  45. this.button2.Text = "实体查询";
  46. this.button2.UseVisualStyleBackColor = true;
  47. this.button2.Click += new System.EventHandler(this.button2_Click);
  48. //
  49. // button1
  50. //
  51. this.button1.Location = new System.Drawing.Point(33, 26);
  52. this.button1.Name = "button1";
  53. this.button1.Size = new System.Drawing.Size(95, 59);
  54. this.button1.TabIndex = 19;
  55. this.button1.Text = "Lcd查询";
  56. this.button1.UseVisualStyleBackColor = true;
  57. this.button1.Click += new System.EventHandler(this.button1_Click);
  58. //
  59. // button3
  60. //
  61. this.button3.Location = new System.Drawing.Point(496, 10);
  62. this.button3.Name = "button3";
  63. this.button3.Size = new System.Drawing.Size(95, 59);
  64. this.button3.TabIndex = 21;
  65. this.button3.Text = "实体查询";
  66. this.button3.UseVisualStyleBackColor = true;
  67. this.button3.Visible = false;
  68. this.button3.Click += new System.EventHandler(this.button3_Click);
  69. //
  70. // button4
  71. //
  72. this.button4.Location = new System.Drawing.Point(603, 10);
  73. this.button4.Name = "button4";
  74. this.button4.Size = new System.Drawing.Size(95, 59);
  75. this.button4.TabIndex = 22;
  76. this.button4.Text = "实体查询";
  77. this.button4.UseVisualStyleBackColor = true;
  78. this.button4.Visible = false;
  79. this.button4.Click += new System.EventHandler(this.button4_Click);
  80. //
  81. // button5
  82. //
  83. this.button5.Location = new System.Drawing.Point(680, 50);
  84. this.button5.Name = "button5";
  85. this.button5.Size = new System.Drawing.Size(95, 60);
  86. this.button5.TabIndex = 23;
  87. this.button5.Text = "测试状态插入";
  88. this.button5.UseVisualStyleBackColor = true;
  89. this.button5.Visible = false;
  90. this.button5.Click += new System.EventHandler(this.button5_Click);
  91. //
  92. // button6
  93. //
  94. this.button6.Location = new System.Drawing.Point(336, 26);
  95. this.button6.Name = "button6";
  96. this.button6.Size = new System.Drawing.Size(95, 59);
  97. this.button6.TabIndex = 24;
  98. this.button6.Text = "布局查询";
  99. this.button6.UseVisualStyleBackColor = true;
  100. this.button6.Click += new System.EventHandler(this.button6_Click);
  101. //
  102. // button7
  103. //
  104. this.button7.Location = new System.Drawing.Point(704, 10);
  105. this.button7.Name = "button7";
  106. this.button7.Size = new System.Drawing.Size(95, 59);
  107. this.button7.TabIndex = 25;
  108. this.button7.Text = "布局查询";
  109. this.button7.UseVisualStyleBackColor = true;
  110. this.button7.Visible = false;
  111. //
  112. // button8
  113. //
  114. this.button8.Location = new System.Drawing.Point(33, 113);
  115. this.button8.Name = "button8";
  116. this.button8.Size = new System.Drawing.Size(95, 59);
  117. this.button8.TabIndex = 26;
  118. this.button8.Text = "状态查询";
  119. this.button8.UseVisualStyleBackColor = true;
  120. this.button8.Click += new System.EventHandler(this.button8_Click);
  121. //
  122. // button9
  123. //
  124. this.button9.Location = new System.Drawing.Point(197, 113);
  125. this.button9.Name = "button9";
  126. this.button9.Size = new System.Drawing.Size(95, 59);
  127. this.button9.TabIndex = 27;
  128. this.button9.Text = "状态颜色编辑";
  129. this.button9.UseVisualStyleBackColor = true;
  130. this.button9.Click += new System.EventHandler(this.button9_Click);
  131. //
  132. // MainFrame
  133. //
  134. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  135. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  136. this.ClientSize = new System.Drawing.Size(800, 501);
  137. this.Controls.Add(this.button9);
  138. this.Controls.Add(this.button8);
  139. this.Controls.Add(this.button7);
  140. this.Controls.Add(this.button6);
  141. this.Controls.Add(this.button5);
  142. this.Controls.Add(this.button4);
  143. this.Controls.Add(this.button3);
  144. this.Controls.Add(this.button2);
  145. this.Controls.Add(this.button1);
  146. this.Name = "MainFrame";
  147. this.Text = "想启控制器管理";
  148. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainFrame_FormClosing);
  149. this.Load += new System.EventHandler(this.MainFrame_Load);
  150. this.ResumeLayout(false);
  151. }
  152. #endregion
  153. private System.Windows.Forms.Button button2;
  154. private System.Windows.Forms.Button button1;
  155. private System.Windows.Forms.Button button3;
  156. private System.Windows.Forms.Button button4;
  157. private System.Windows.Forms.Button button5;
  158. private System.Windows.Forms.Button button6;
  159. private System.Windows.Forms.Button button7;
  160. private System.Windows.Forms.Button button8;
  161. private System.Windows.Forms.Button button9;
  162. }
  163. }