123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224 |
-
- namespace OTSIncAReportApp._1_UI.GBCalculate
- {
- partial class Purity
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Purity));
- this.btn_cal = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.cBox_gride = new System.Windows.Forms.ComboBox();
- this.label2 = new System.Windows.Forms.Label();
- this.tB_result = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.rBx_process = new System.Windows.Forms.RichTextBox();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.label4 = new System.Windows.Forms.Label();
- this.pictureBox_PurityFormula = new System.Windows.Forms.PictureBox();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_PurityFormula)).BeginInit();
- this.SuspendLayout();
- //
- // btn_cal
- //
- this.btn_cal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btn_cal.Font = new System.Drawing.Font("SimSun", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn_cal.Location = new System.Drawing.Point(266, 17);
- this.btn_cal.Name = "btn_cal";
- this.btn_cal.Size = new System.Drawing.Size(83, 28);
- this.btn_cal.TabIndex = 0;
- this.btn_cal.Text = "计算";
- this.btn_cal.UseVisualStyleBackColor = true;
- this.btn_cal.Click += new System.EventHandler(this.btn_cal_Click);
- //
- // label1
- //
- this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("SimSun", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(10, 22);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(115, 21);
- this.label1.TabIndex = 1;
- this.label1.Text = "起评级别:";
- //
- // cBox_gride
- //
- this.cBox_gride.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.cBox_gride.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cBox_gride.Font = new System.Drawing.Font("SimSun", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cBox_gride.FormattingEnabled = true;
- this.cBox_gride.Location = new System.Drawing.Point(152, 17);
- this.cBox_gride.Name = "cBox_gride";
- this.cBox_gride.Size = new System.Drawing.Size(93, 28);
- this.cBox_gride.TabIndex = 2;
- //
- // label2
- //
- this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("SimSun", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.Location = new System.Drawing.Point(10, 15);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(136, 21);
- this.label2.TabIndex = 3;
- this.label2.Text = "纯洁度结果:";
- //
- // tB_result
- //
- this.tB_result.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.tB_result.Enabled = false;
- this.tB_result.Font = new System.Drawing.Font("SimSun", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tB_result.Location = new System.Drawing.Point(152, 12);
- this.tB_result.Name = "tB_result";
- this.tB_result.Size = new System.Drawing.Size(114, 31);
- this.tB_result.TabIndex = 4;
- //
- // label3
- //
- this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("SimSun", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.Location = new System.Drawing.Point(10, 369);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(115, 21);
- this.label3.TabIndex = 5;
- this.label3.Text = "计算过程:";
- //
- // rBx_process
- //
- this.rBx_process.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.rBx_process.Font = new System.Drawing.Font("SimSun", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rBx_process.Location = new System.Drawing.Point(152, 367);
- this.rBx_process.Name = "rBx_process";
- this.rBx_process.Size = new System.Drawing.Size(680, 265);
- this.rBx_process.TabIndex = 6;
- this.rBx_process.Text = "";
- //
- // splitContainer1
- //
- this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.Location = new System.Drawing.Point(0, 0);
- this.splitContainer1.Name = "splitContainer1";
- this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.btn_cal);
- this.splitContainer1.Panel1.Controls.Add(this.label1);
- this.splitContainer1.Panel1.Controls.Add(this.cBox_gride);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.label4);
- this.splitContainer1.Panel2.Controls.Add(this.pictureBox_PurityFormula);
- this.splitContainer1.Panel2.Controls.Add(this.rBx_process);
- this.splitContainer1.Panel2.Controls.Add(this.label2);
- this.splitContainer1.Panel2.Controls.Add(this.label3);
- this.splitContainer1.Panel2.Controls.Add(this.tB_result);
- this.splitContainer1.Size = new System.Drawing.Size(868, 697);
- this.splitContainer1.SplitterDistance = 54;
- this.splitContainer1.TabIndex = 7;
- //
- // label4
- //
- this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("SimSun", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label4.Location = new System.Drawing.Point(11, 60);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(115, 21);
- this.label4.TabIndex = 8;
- this.label4.Text = "计算参考:";
- //
- // pictureBox_PurityFormula
- //
- this.pictureBox_PurityFormula.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.pictureBox_PurityFormula.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_PurityFormula.Image")));
- this.pictureBox_PurityFormula.Location = new System.Drawing.Point(152, 60);
- this.pictureBox_PurityFormula.Name = "pictureBox_PurityFormula";
- this.pictureBox_PurityFormula.Size = new System.Drawing.Size(680, 308);
- this.pictureBox_PurityFormula.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox_PurityFormula.TabIndex = 7;
- this.pictureBox_PurityFormula.TabStop = false;
- //
- // Purity
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.ClientSize = new System.Drawing.Size(868, 697);
- this.Controls.Add(this.splitContainer1);
- this.Name = "Purity";
- this.ShowIcon = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "钢铁中夹杂物纯洁度分析";
- this.Load += new System.EventHandler(this.Purity_Load);
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel1.PerformLayout();
- this.splitContainer1.Panel2.ResumeLayout(false);
- this.splitContainer1.Panel2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_PurityFormula)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Button btn_cal;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.ComboBox cBox_gride;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox tB_result;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.RichTextBox rBx_process;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.PictureBox pictureBox_PurityFormula;
- }
- }
|