DialogFormula.Designer.cs.svn-base 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. namespace Core.LgMes.Client.LgIntegrationQuery
  2. {
  3. partial class DialogFormula
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.panel1 = new System.Windows.Forms.Panel();
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.textBox1 = new System.Windows.Forms.TextBox();
  31. this.panel3 = new System.Windows.Forms.Panel();
  32. this.button8 = new System.Windows.Forms.Button();
  33. this.button7 = new System.Windows.Forms.Button();
  34. this.button6 = new System.Windows.Forms.Button();
  35. this.button5 = new System.Windows.Forms.Button();
  36. this.button4 = new System.Windows.Forms.Button();
  37. this.button3 = new System.Windows.Forms.Button();
  38. this.button2 = new System.Windows.Forms.Button();
  39. this.textBox2 = new System.Windows.Forms.TextBox();
  40. this.label1 = new System.Windows.Forms.Label();
  41. this.panel1.SuspendLayout();
  42. this.panel3.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // panel1
  46. //
  47. this.panel1.Controls.Add(this.label1);
  48. this.panel1.Controls.Add(this.button1);
  49. this.panel1.Controls.Add(this.textBox2);
  50. this.panel1.Controls.Add(this.textBox1);
  51. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  52. this.panel1.Location = new System.Drawing.Point(0, 0);
  53. this.panel1.Name = "panel1";
  54. this.panel1.Size = new System.Drawing.Size(620, 39);
  55. this.panel1.TabIndex = 0;
  56. //
  57. // button1
  58. //
  59. this.button1.Location = new System.Drawing.Point(405, 9);
  60. this.button1.Name = "button1";
  61. this.button1.Size = new System.Drawing.Size(43, 23);
  62. this.button1.TabIndex = 1;
  63. this.button1.Text = "←";
  64. this.button1.UseVisualStyleBackColor = true;
  65. this.button1.Click += new System.EventHandler(this.button1_Click);
  66. //
  67. // textBox1
  68. //
  69. this.textBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.textBox1.Location = new System.Drawing.Point(12, 7);
  71. this.textBox1.Name = "textBox1";
  72. this.textBox1.Size = new System.Drawing.Size(387, 26);
  73. this.textBox1.TabIndex = 0;
  74. //
  75. // panel3
  76. //
  77. this.panel3.Controls.Add(this.button8);
  78. this.panel3.Controls.Add(this.button7);
  79. this.panel3.Controls.Add(this.button6);
  80. this.panel3.Controls.Add(this.button5);
  81. this.panel3.Controls.Add(this.button4);
  82. this.panel3.Controls.Add(this.button3);
  83. this.panel3.Controls.Add(this.button2);
  84. this.panel3.Dock = System.Windows.Forms.DockStyle.Right;
  85. this.panel3.Location = new System.Drawing.Point(539, 39);
  86. this.panel3.Name = "panel3";
  87. this.panel3.Size = new System.Drawing.Size(81, 363);
  88. this.panel3.TabIndex = 2;
  89. //
  90. // button8
  91. //
  92. this.button8.Location = new System.Drawing.Point(14, 181);
  93. this.button8.Name = "button8";
  94. this.button8.Size = new System.Drawing.Size(57, 23);
  95. this.button8.TabIndex = 1;
  96. this.button8.Text = "添加";
  97. this.button8.UseVisualStyleBackColor = true;
  98. this.button8.Click += new System.EventHandler(this.button8_Click);
  99. //
  100. // button7
  101. //
  102. this.button7.Location = new System.Drawing.Point(14, 151);
  103. this.button7.Name = "button7";
  104. this.button7.Size = new System.Drawing.Size(57, 23);
  105. this.button7.TabIndex = 0;
  106. this.button7.Text = ")";
  107. this.button7.UseVisualStyleBackColor = true;
  108. this.button7.Click += new System.EventHandler(this.Button_Click);
  109. //
  110. // button6
  111. //
  112. this.button6.Location = new System.Drawing.Point(14, 122);
  113. this.button6.Name = "button6";
  114. this.button6.Size = new System.Drawing.Size(57, 23);
  115. this.button6.TabIndex = 0;
  116. this.button6.Text = "(";
  117. this.button6.UseVisualStyleBackColor = true;
  118. this.button6.Click += new System.EventHandler(this.Button_Click);
  119. //
  120. // button5
  121. //
  122. this.button5.Location = new System.Drawing.Point(14, 93);
  123. this.button5.Name = "button5";
  124. this.button5.Size = new System.Drawing.Size(57, 23);
  125. this.button5.TabIndex = 0;
  126. this.button5.Text = "/";
  127. this.button5.UseVisualStyleBackColor = true;
  128. this.button5.Click += new System.EventHandler(this.Button_Click);
  129. //
  130. // button4
  131. //
  132. this.button4.Location = new System.Drawing.Point(14, 64);
  133. this.button4.Name = "button4";
  134. this.button4.Size = new System.Drawing.Size(57, 23);
  135. this.button4.TabIndex = 0;
  136. this.button4.Text = "*";
  137. this.button4.UseVisualStyleBackColor = true;
  138. this.button4.Click += new System.EventHandler(this.Button_Click);
  139. //
  140. // button3
  141. //
  142. this.button3.Location = new System.Drawing.Point(14, 35);
  143. this.button3.Name = "button3";
  144. this.button3.Size = new System.Drawing.Size(57, 23);
  145. this.button3.TabIndex = 0;
  146. this.button3.Text = "-";
  147. this.button3.UseVisualStyleBackColor = true;
  148. this.button3.Click += new System.EventHandler(this.Button_Click);
  149. //
  150. // button2
  151. //
  152. this.button2.Location = new System.Drawing.Point(14, 6);
  153. this.button2.Name = "button2";
  154. this.button2.Size = new System.Drawing.Size(57, 23);
  155. this.button2.TabIndex = 0;
  156. this.button2.Text = "+";
  157. this.button2.UseVisualStyleBackColor = true;
  158. this.button2.Click += new System.EventHandler(this.Button_Click);
  159. //
  160. // textBox2
  161. //
  162. this.textBox2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.textBox2.Location = new System.Drawing.Point(525, 7);
  164. this.textBox2.Name = "textBox2";
  165. this.textBox2.Size = new System.Drawing.Size(83, 26);
  166. this.textBox2.TabIndex = 0;
  167. //
  168. // label1
  169. //
  170. this.label1.AutoSize = true;
  171. this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.label1.Location = new System.Drawing.Point(463, 14);
  173. this.label1.Name = "label1";
  174. this.label1.Size = new System.Drawing.Size(59, 16);
  175. this.label1.TabIndex = 2;
  176. this.label1.Text = "列名:";
  177. //
  178. // DialogFormula
  179. //
  180. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  181. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  182. this.ClientSize = new System.Drawing.Size(620, 402);
  183. this.Controls.Add(this.panel3);
  184. this.Controls.Add(this.panel1);
  185. this.MaximizeBox = false;
  186. this.MinimizeBox = false;
  187. this.Name = "DialogFormula";
  188. this.ShowIcon = false;
  189. this.ShowInTaskbar = false;
  190. this.Text = "化学成分计算公试式";
  191. this.Load += new System.EventHandler(this.DialogFormula_Load);
  192. this.panel1.ResumeLayout(false);
  193. this.panel1.PerformLayout();
  194. this.panel3.ResumeLayout(false);
  195. this.ResumeLayout(false);
  196. }
  197. #endregion
  198. private System.Windows.Forms.Panel panel1;
  199. private System.Windows.Forms.TextBox textBox1;
  200. private System.Windows.Forms.Panel panel3;
  201. private System.Windows.Forms.Button button1;
  202. private System.Windows.Forms.Button button2;
  203. private System.Windows.Forms.Button button5;
  204. private System.Windows.Forms.Button button4;
  205. private System.Windows.Forms.Button button3;
  206. private System.Windows.Forms.Button button7;
  207. private System.Windows.Forms.Button button6;
  208. private System.Windows.Forms.Button button8;
  209. private System.Windows.Forms.TextBox textBox2;
  210. private System.Windows.Forms.Label label1;
  211. }
  212. }