Purity.Designer.cs 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  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. this.btn_cal = new System.Windows.Forms.Button();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.cBox_gride = new System.Windows.Forms.ComboBox();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.tB_result = new System.Windows.Forms.TextBox();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.rBx_process = new System.Windows.Forms.RichTextBox();
  36. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  37. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  38. this.splitContainer1.Panel1.SuspendLayout();
  39. this.splitContainer1.Panel2.SuspendLayout();
  40. this.splitContainer1.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // btn_cal
  44. //
  45. this.btn_cal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  46. this.btn_cal.Location = new System.Drawing.Point(192, 9);
  47. this.btn_cal.Name = "btn_cal";
  48. this.btn_cal.Size = new System.Drawing.Size(75, 23);
  49. this.btn_cal.TabIndex = 0;
  50. this.btn_cal.Text = "计算";
  51. this.btn_cal.UseVisualStyleBackColor = true;
  52. this.btn_cal.Click += new System.EventHandler(this.btn_cal_Click);
  53. //
  54. // label1
  55. //
  56. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  57. | System.Windows.Forms.AnchorStyles.Left)
  58. | System.Windows.Forms.AnchorStyles.Right)));
  59. this.label1.AutoSize = true;
  60. this.label1.Location = new System.Drawing.Point(10, 14);
  61. this.label1.Name = "label1";
  62. this.label1.Size = new System.Drawing.Size(65, 12);
  63. this.label1.TabIndex = 1;
  64. this.label1.Text = "起评级别:";
  65. //
  66. // cBox_gride
  67. //
  68. this.cBox_gride.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  69. | System.Windows.Forms.AnchorStyles.Left)
  70. | System.Windows.Forms.AnchorStyles.Right)));
  71. this.cBox_gride.FormattingEnabled = true;
  72. this.cBox_gride.Location = new System.Drawing.Point(94, 11);
  73. this.cBox_gride.Name = "cBox_gride";
  74. this.cBox_gride.Size = new System.Drawing.Size(76, 20);
  75. this.cBox_gride.TabIndex = 2;
  76. //
  77. // label2
  78. //
  79. this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  80. | System.Windows.Forms.AnchorStyles.Left)
  81. | System.Windows.Forms.AnchorStyles.Right)));
  82. this.label2.AutoSize = true;
  83. this.label2.Location = new System.Drawing.Point(10, 26);
  84. this.label2.Name = "label2";
  85. this.label2.Size = new System.Drawing.Size(77, 12);
  86. this.label2.TabIndex = 3;
  87. this.label2.Text = "纯洁度结果:";
  88. //
  89. // tB_result
  90. //
  91. this.tB_result.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  92. | System.Windows.Forms.AnchorStyles.Left)
  93. | System.Windows.Forms.AnchorStyles.Right)));
  94. this.tB_result.Location = new System.Drawing.Point(93, 23);
  95. this.tB_result.Name = "tB_result";
  96. this.tB_result.Size = new System.Drawing.Size(77, 21);
  97. this.tB_result.TabIndex = 4;
  98. //
  99. // label3
  100. //
  101. this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  102. | System.Windows.Forms.AnchorStyles.Left)
  103. | System.Windows.Forms.AnchorStyles.Right)));
  104. this.label3.AutoSize = true;
  105. this.label3.Location = new System.Drawing.Point(11, 63);
  106. this.label3.Name = "label3";
  107. this.label3.Size = new System.Drawing.Size(65, 12);
  108. this.label3.TabIndex = 5;
  109. this.label3.Text = "计算过程:";
  110. //
  111. // rBx_process
  112. //
  113. this.rBx_process.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  114. | System.Windows.Forms.AnchorStyles.Left)
  115. | System.Windows.Forms.AnchorStyles.Right)));
  116. this.rBx_process.Location = new System.Drawing.Point(94, 63);
  117. this.rBx_process.Name = "rBx_process";
  118. this.rBx_process.Size = new System.Drawing.Size(844, 438);
  119. this.rBx_process.TabIndex = 6;
  120. this.rBx_process.Text = "";
  121. //
  122. // splitContainer1
  123. //
  124. this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  125. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  126. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  127. this.splitContainer1.Name = "splitContainer1";
  128. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  129. //
  130. // splitContainer1.Panel1
  131. //
  132. this.splitContainer1.Panel1.Controls.Add(this.btn_cal);
  133. this.splitContainer1.Panel1.Controls.Add(this.label1);
  134. this.splitContainer1.Panel1.Controls.Add(this.cBox_gride);
  135. //
  136. // splitContainer1.Panel2
  137. //
  138. this.splitContainer1.Panel2.Controls.Add(this.rBx_process);
  139. this.splitContainer1.Panel2.Controls.Add(this.label2);
  140. this.splitContainer1.Panel2.Controls.Add(this.label3);
  141. this.splitContainer1.Panel2.Controls.Add(this.tB_result);
  142. this.splitContainer1.Size = new System.Drawing.Size(950, 560);
  143. this.splitContainer1.SplitterDistance = 43;
  144. this.splitContainer1.TabIndex = 7;
  145. //
  146. // Purity
  147. //
  148. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  149. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  150. this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  151. this.ClientSize = new System.Drawing.Size(950, 560);
  152. this.Controls.Add(this.splitContainer1);
  153. this.Name = "Purity";
  154. this.ShowIcon = false;
  155. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  156. this.Text = "纯净度";
  157. this.Load += new System.EventHandler(this.Purity_Load);
  158. this.splitContainer1.Panel1.ResumeLayout(false);
  159. this.splitContainer1.Panel1.PerformLayout();
  160. this.splitContainer1.Panel2.ResumeLayout(false);
  161. this.splitContainer1.Panel2.PerformLayout();
  162. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  163. this.splitContainer1.ResumeLayout(false);
  164. this.ResumeLayout(false);
  165. }
  166. #endregion
  167. private System.Windows.Forms.Button btn_cal;
  168. private System.Windows.Forms.Label label1;
  169. private System.Windows.Forms.ComboBox cBox_gride;
  170. private System.Windows.Forms.Label label2;
  171. private System.Windows.Forms.TextBox tB_result;
  172. private System.Windows.Forms.Label label3;
  173. private System.Windows.Forms.RichTextBox rBx_process;
  174. private System.Windows.Forms.SplitContainer splitContainer1;
  175. }
  176. }