123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182 |
-
- 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()
- {
- 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();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- 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.Location = new System.Drawing.Point(192, 9);
- this.btn_cal.Name = "btn_cal";
- this.btn_cal.Size = new System.Drawing.Size(75, 23);
- 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.Location = new System.Drawing.Point(10, 14);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(65, 12);
- 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.FormattingEnabled = true;
- this.cBox_gride.Location = new System.Drawing.Point(94, 11);
- this.cBox_gride.Name = "cBox_gride";
- this.cBox_gride.Size = new System.Drawing.Size(76, 20);
- 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.Location = new System.Drawing.Point(10, 26);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(77, 12);
- 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.Location = new System.Drawing.Point(93, 23);
- this.tB_result.Name = "tB_result";
- this.tB_result.Size = new System.Drawing.Size(77, 21);
- 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.Location = new System.Drawing.Point(11, 63);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(65, 12);
- 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.Location = new System.Drawing.Point(94, 63);
- this.rBx_process.Name = "rBx_process";
- this.rBx_process.Size = new System.Drawing.Size(844, 438);
- 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.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(950, 560);
- this.splitContainer1.SplitterDistance = 43;
- this.splitContainer1.TabIndex = 7;
- //
- // 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(950, 560);
- 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);
- 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;
- }
- }
|