123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220 |
- namespace OTSExtremum
- {
- partial class MainForm
- {
- /// <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.btnCompute = new System.Windows.Forms.Button();
- this.btnCheck = new System.Windows.Forms.Button();
- this.btnAddFile = new System.Windows.Forms.Button();
- this.btnAddValue = new System.Windows.Forms.Button();
- this.txtParticle = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.cobType = new System.Windows.Forms.ComboBox();
- this.label2 = new System.Windows.Forms.Label();
- this.btnDel = new System.Windows.Forms.Button();
- this.btnGroup = new System.Windows.Forms.Button();
- this.panel1 = new System.Windows.Forms.Panel();
- this.btnDelGrp = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // btnCompute
- //
- this.btnCompute.Location = new System.Drawing.Point(2001, 20);
- this.btnCompute.Margin = new System.Windows.Forms.Padding(4);
- this.btnCompute.Name = "btnCompute";
- this.btnCompute.Size = new System.Drawing.Size(172, 66);
- this.btnCompute.TabIndex = 1;
- this.btnCompute.Tag = "ji\'zhi";
- this.btnCompute.Text = "极值分析";
- this.btnCompute.UseVisualStyleBackColor = true;
- this.btnCompute.Click += new System.EventHandler(this.btnCompute_Click);
- //
- // btnCheck
- //
- this.btnCheck.Location = new System.Drawing.Point(1740, 20);
- this.btnCheck.Margin = new System.Windows.Forms.Padding(4);
- this.btnCheck.Name = "btnCheck";
- this.btnCheck.Size = new System.Drawing.Size(248, 66);
- this.btnCheck.TabIndex = 2;
- this.btnCheck.Tag = "";
- this.btnCheck.Text = "检验数据有效性";
- this.btnCheck.UseVisualStyleBackColor = true;
- this.btnCheck.Click += new System.EventHandler(this.btnCheck_Click);
- //
- // btnAddFile
- //
- this.btnAddFile.Location = new System.Drawing.Point(1059, 20);
- this.btnAddFile.Margin = new System.Windows.Forms.Padding(4);
- this.btnAddFile.Name = "btnAddFile";
- this.btnAddFile.Size = new System.Drawing.Size(248, 66);
- this.btnAddFile.TabIndex = 3;
- this.btnAddFile.Tag = "";
- this.btnAddFile.Text = "添加测数量结果";
- this.btnAddFile.UseVisualStyleBackColor = true;
- this.btnAddFile.Click += new System.EventHandler(this.btnAddFile_Click);
- //
- // btnAddValue
- //
- this.btnAddValue.Location = new System.Drawing.Point(798, 20);
- this.btnAddValue.Margin = new System.Windows.Forms.Padding(4);
- this.btnAddValue.Name = "btnAddValue";
- this.btnAddValue.Size = new System.Drawing.Size(248, 66);
- this.btnAddValue.TabIndex = 4;
- this.btnAddValue.Tag = "";
- this.btnAddValue.Text = "添加夹杂物尺寸";
- this.btnAddValue.UseVisualStyleBackColor = true;
- this.btnAddValue.Click += new System.EventHandler(this.btnAddValue_Click);
- //
- // txtParticle
- //
- this.txtParticle.Location = new System.Drawing.Point(246, 28);
- this.txtParticle.Margin = new System.Windows.Forms.Padding(4);
- this.txtParticle.Name = "txtParticle";
- this.txtParticle.Size = new System.Drawing.Size(200, 28);
- this.txtParticle.TabIndex = 5;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(458, 33);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(53, 18);
- this.label1.TabIndex = 6;
- this.label1.Text = "(μm)";
- //
- // cobType
- //
- this.cobType.FormattingEnabled = true;
- this.cobType.Items.AddRange(new object[] {
- "A类",
- "B类",
- "C类",
- "D类",
- "DS类"});
- this.cobType.Location = new System.Drawing.Point(104, 28);
- this.cobType.Margin = new System.Windows.Forms.Padding(4);
- this.cobType.Name = "cobType";
- this.cobType.Size = new System.Drawing.Size(124, 26);
- this.cobType.TabIndex = 7;
- this.cobType.Text = "DS类";
- this.cobType.SelectedIndexChanged += new System.EventHandler(this.cobType_SelectedIndexChanged);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(21, 33);
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(53, 18);
- this.label2.TabIndex = 8;
- this.label2.Text = "分类:";
- //
- // btnDel
- //
- this.btnDel.Location = new System.Drawing.Point(1320, 20);
- this.btnDel.Margin = new System.Windows.Forms.Padding(4);
- this.btnDel.Name = "btnDel";
- this.btnDel.Size = new System.Drawing.Size(172, 66);
- this.btnDel.TabIndex = 9;
- this.btnDel.Tag = "ji\'zhi";
- this.btnDel.Text = "删除所选";
- this.btnDel.UseVisualStyleBackColor = true;
- this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
- //
- // btnGroup
- //
- this.btnGroup.Location = new System.Drawing.Point(614, 20);
- this.btnGroup.Margin = new System.Windows.Forms.Padding(4);
- this.btnGroup.Name = "btnGroup";
- this.btnGroup.Size = new System.Drawing.Size(171, 64);
- this.btnGroup.TabIndex = 11;
- this.btnGroup.Text = "添加分组";
- this.btnGroup.UseVisualStyleBackColor = true;
- this.btnGroup.Click += new System.EventHandler(this.btnGroup_Click);
- //
- // panel1
- //
- this.panel1.AutoScroll = true;
- this.panel1.Location = new System.Drawing.Point(26, 93);
- this.panel1.Margin = new System.Windows.Forms.Padding(4);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(2152, 468);
- this.panel1.TabIndex = 12;
- //
- // btnDelGrp
- //
- this.btnDelGrp.Location = new System.Drawing.Point(1506, 20);
- this.btnDelGrp.Margin = new System.Windows.Forms.Padding(4);
- this.btnDelGrp.Name = "btnDelGrp";
- this.btnDelGrp.Size = new System.Drawing.Size(220, 64);
- this.btnDelGrp.TabIndex = 13;
- this.btnDelGrp.Text = "删除所选分组";
- this.btnDelGrp.UseVisualStyleBackColor = true;
- this.btnDelGrp.Click += new System.EventHandler(this.btnDelGrp_Click);
- //
- // MainForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(2208, 1038);
- this.Controls.Add(this.btnDelGrp);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.btnGroup);
- this.Controls.Add(this.btnDel);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.cobType);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.txtParticle);
- this.Controls.Add(this.btnAddValue);
- this.Controls.Add(this.btnAddFile);
- this.Controls.Add(this.btnCheck);
- this.Controls.Add(this.btnCompute);
- this.Margin = new System.Windows.Forms.Padding(4);
- this.Name = "MainForm";
- this.Text = "MainForm";
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button btnCompute;
- private System.Windows.Forms.Button btnCheck;
- private System.Windows.Forms.Button btnAddFile;
- private System.Windows.Forms.Button btnAddValue;
- private System.Windows.Forms.TextBox txtParticle;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.ComboBox cobType;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Button btnDel;
- private System.Windows.Forms.Button btnGroup;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Button btnDelGrp;
- }
- }
|