Purity.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. 
  2. namespace OTSIncAReportApp._1_UI.GBCalculate
  3. {
  4. partial class Purity
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Purity));
  30. this.btn_cal = new System.Windows.Forms.Button();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.cBox_gride = new System.Windows.Forms.ComboBox();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.tB_result = new System.Windows.Forms.TextBox();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.rBx_process = new System.Windows.Forms.RichTextBox();
  37. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.pictureBox_PurityFormula = new System.Windows.Forms.PictureBox();
  40. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  41. this.splitContainer1.Panel1.SuspendLayout();
  42. this.splitContainer1.Panel2.SuspendLayout();
  43. this.splitContainer1.SuspendLayout();
  44. ((System.ComponentModel.ISupportInitialize)(this.pictureBox_PurityFormula)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // btn_cal
  48. //
  49. this.btn_cal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  50. this.btn_cal.Font = new System.Drawing.Font("SimSun", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  51. this.btn_cal.Location = new System.Drawing.Point(266, 17);
  52. this.btn_cal.Name = "btn_cal";
  53. this.btn_cal.Size = new System.Drawing.Size(83, 28);
  54. this.btn_cal.TabIndex = 0;
  55. this.btn_cal.Text = "计算";
  56. this.btn_cal.UseVisualStyleBackColor = true;
  57. this.btn_cal.Click += new System.EventHandler(this.btn_cal_Click);
  58. //
  59. // label1
  60. //
  61. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  62. | System.Windows.Forms.AnchorStyles.Left)
  63. | System.Windows.Forms.AnchorStyles.Right)));
  64. this.label1.AutoSize = true;
  65. this.label1.Font = new System.Drawing.Font("SimSun", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. this.label1.Location = new System.Drawing.Point(10, 22);
  67. this.label1.Name = "label1";
  68. this.label1.Size = new System.Drawing.Size(115, 21);
  69. this.label1.TabIndex = 1;
  70. this.label1.Text = "起评级别:";
  71. //
  72. // cBox_gride
  73. //
  74. this.cBox_gride.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  75. | System.Windows.Forms.AnchorStyles.Left)
  76. | System.Windows.Forms.AnchorStyles.Right)));
  77. this.cBox_gride.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  78. this.cBox_gride.Font = new System.Drawing.Font("SimSun", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.cBox_gride.FormattingEnabled = true;
  80. this.cBox_gride.Location = new System.Drawing.Point(152, 17);
  81. this.cBox_gride.Name = "cBox_gride";
  82. this.cBox_gride.Size = new System.Drawing.Size(93, 28);
  83. this.cBox_gride.TabIndex = 2;
  84. //
  85. // label2
  86. //
  87. this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  88. | System.Windows.Forms.AnchorStyles.Left)
  89. | System.Windows.Forms.AnchorStyles.Right)));
  90. this.label2.AutoSize = true;
  91. this.label2.Font = new System.Drawing.Font("SimSun", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.label2.Location = new System.Drawing.Point(10, 15);
  93. this.label2.Name = "label2";
  94. this.label2.Size = new System.Drawing.Size(136, 21);
  95. this.label2.TabIndex = 3;
  96. this.label2.Text = "纯洁度结果:";
  97. //
  98. // tB_result
  99. //
  100. this.tB_result.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  101. | System.Windows.Forms.AnchorStyles.Left)
  102. | System.Windows.Forms.AnchorStyles.Right)));
  103. this.tB_result.Enabled = false;
  104. this.tB_result.Font = new System.Drawing.Font("SimSun", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.tB_result.Location = new System.Drawing.Point(152, 12);
  106. this.tB_result.Name = "tB_result";
  107. this.tB_result.Size = new System.Drawing.Size(114, 31);
  108. this.tB_result.TabIndex = 4;
  109. //
  110. // label3
  111. //
  112. this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  113. | System.Windows.Forms.AnchorStyles.Left)
  114. | System.Windows.Forms.AnchorStyles.Right)));
  115. this.label3.AutoSize = true;
  116. this.label3.Font = new System.Drawing.Font("SimSun", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.label3.Location = new System.Drawing.Point(10, 369);
  118. this.label3.Name = "label3";
  119. this.label3.Size = new System.Drawing.Size(115, 21);
  120. this.label3.TabIndex = 5;
  121. this.label3.Text = "计算过程:";
  122. //
  123. // rBx_process
  124. //
  125. this.rBx_process.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  126. | System.Windows.Forms.AnchorStyles.Left)
  127. | System.Windows.Forms.AnchorStyles.Right)));
  128. this.rBx_process.Font = new System.Drawing.Font("SimSun", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.rBx_process.Location = new System.Drawing.Point(152, 367);
  130. this.rBx_process.Name = "rBx_process";
  131. this.rBx_process.Size = new System.Drawing.Size(680, 265);
  132. this.rBx_process.TabIndex = 6;
  133. this.rBx_process.Text = "";
  134. //
  135. // splitContainer1
  136. //
  137. this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  138. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  139. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  140. this.splitContainer1.Name = "splitContainer1";
  141. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  142. //
  143. // splitContainer1.Panel1
  144. //
  145. this.splitContainer1.Panel1.Controls.Add(this.btn_cal);
  146. this.splitContainer1.Panel1.Controls.Add(this.label1);
  147. this.splitContainer1.Panel1.Controls.Add(this.cBox_gride);
  148. //
  149. // splitContainer1.Panel2
  150. //
  151. this.splitContainer1.Panel2.Controls.Add(this.label4);
  152. this.splitContainer1.Panel2.Controls.Add(this.pictureBox_PurityFormula);
  153. this.splitContainer1.Panel2.Controls.Add(this.rBx_process);
  154. this.splitContainer1.Panel2.Controls.Add(this.label2);
  155. this.splitContainer1.Panel2.Controls.Add(this.label3);
  156. this.splitContainer1.Panel2.Controls.Add(this.tB_result);
  157. this.splitContainer1.Size = new System.Drawing.Size(868, 697);
  158. this.splitContainer1.SplitterDistance = 54;
  159. this.splitContainer1.TabIndex = 7;
  160. //
  161. // label4
  162. //
  163. this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  164. | System.Windows.Forms.AnchorStyles.Left)
  165. | System.Windows.Forms.AnchorStyles.Right)));
  166. this.label4.AutoSize = true;
  167. this.label4.Font = new System.Drawing.Font("SimSun", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.label4.Location = new System.Drawing.Point(11, 60);
  169. this.label4.Name = "label4";
  170. this.label4.Size = new System.Drawing.Size(115, 21);
  171. this.label4.TabIndex = 8;
  172. this.label4.Text = "计算参考:";
  173. //
  174. // pictureBox_PurityFormula
  175. //
  176. this.pictureBox_PurityFormula.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  177. this.pictureBox_PurityFormula.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_PurityFormula.Image")));
  178. this.pictureBox_PurityFormula.Location = new System.Drawing.Point(152, 60);
  179. this.pictureBox_PurityFormula.Name = "pictureBox_PurityFormula";
  180. this.pictureBox_PurityFormula.Size = new System.Drawing.Size(680, 308);
  181. this.pictureBox_PurityFormula.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  182. this.pictureBox_PurityFormula.TabIndex = 7;
  183. this.pictureBox_PurityFormula.TabStop = false;
  184. //
  185. // Purity
  186. //
  187. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  188. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  189. this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  190. this.ClientSize = new System.Drawing.Size(868, 697);
  191. this.Controls.Add(this.splitContainer1);
  192. this.Name = "Purity";
  193. this.ShowIcon = false;
  194. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  195. this.Text = "钢铁中夹杂物纯洁度分析";
  196. this.Load += new System.EventHandler(this.Purity_Load);
  197. this.splitContainer1.Panel1.ResumeLayout(false);
  198. this.splitContainer1.Panel1.PerformLayout();
  199. this.splitContainer1.Panel2.ResumeLayout(false);
  200. this.splitContainer1.Panel2.PerformLayout();
  201. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  202. this.splitContainer1.ResumeLayout(false);
  203. ((System.ComponentModel.ISupportInitialize)(this.pictureBox_PurityFormula)).EndInit();
  204. this.ResumeLayout(false);
  205. }
  206. #endregion
  207. private System.Windows.Forms.Button btn_cal;
  208. private System.Windows.Forms.Label label1;
  209. private System.Windows.Forms.ComboBox cBox_gride;
  210. private System.Windows.Forms.Label label2;
  211. private System.Windows.Forms.TextBox tB_result;
  212. private System.Windows.Forms.Label label3;
  213. private System.Windows.Forms.RichTextBox rBx_process;
  214. private System.Windows.Forms.SplitContainer splitContainer1;
  215. private System.Windows.Forms.Label label4;
  216. private System.Windows.Forms.PictureBox pictureBox_PurityFormula;
  217. }
  218. }