| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205 | namespace SpectrumSTDEditor{    partial class STDEditor    {        /// <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.tabXray = new System.Windows.Forms.TabPage();            this.panel1 = new System.Windows.Forms.Panel();            this.button_ImportFromResult = new System.Windows.Forms.Button();            this.btnTest = new System.Windows.Forms.Button();            this.label9 = new System.Windows.Forms.Label();            this.txtCollectTime = new System.Windows.Forms.TextBox();            this.btnReadXray = new System.Windows.Forms.Button();            this.btnCollectXray = new System.Windows.Forms.Button();            this.label2 = new System.Windows.Forms.Label();            this.plXray = new System.Windows.Forms.Panel();            this.tabSTDStandrad = new System.Windows.Forms.TabControl();            this.tabXray.SuspendLayout();            this.panel1.SuspendLayout();            this.tabSTDStandrad.SuspendLayout();            this.SuspendLayout();            //             // tabXray            //             this.tabXray.Controls.Add(this.panel1);            this.tabXray.Controls.Add(this.plXray);            this.tabXray.Location = new System.Drawing.Point(4, 25);            this.tabXray.Name = "tabXray";            this.tabXray.Padding = new System.Windows.Forms.Padding(3);            this.tabXray.Size = new System.Drawing.Size(1252, 430);            this.tabXray.TabIndex = 1;            this.tabXray.Text = "Xray";            this.tabXray.UseVisualStyleBackColor = true;            //             // panel1            //             this.panel1.Controls.Add(this.button_ImportFromResult);            this.panel1.Controls.Add(this.btnTest);            this.panel1.Controls.Add(this.label9);            this.panel1.Controls.Add(this.txtCollectTime);            this.panel1.Controls.Add(this.btnReadXray);            this.panel1.Controls.Add(this.btnCollectXray);            this.panel1.Controls.Add(this.label2);            this.panel1.Location = new System.Drawing.Point(3, 0);            this.panel1.Name = "panel1";            this.panel1.Size = new System.Drawing.Size(1246, 37);            this.panel1.TabIndex = 17;            this.panel1.Visible = false;            //             // button_ImportFromResult            //             this.button_ImportFromResult.Location = new System.Drawing.Point(403, 5);            this.button_ImportFromResult.Name = "button_ImportFromResult";            this.button_ImportFromResult.Size = new System.Drawing.Size(111, 23);            this.button_ImportFromResult.TabIndex = 34;            this.button_ImportFromResult.Text = "从结果中导入";            this.button_ImportFromResult.UseVisualStyleBackColor = true;            this.button_ImportFromResult.Visible = false;            //             // btnTest            //             this.btnTest.Location = new System.Drawing.Point(536, 5);            this.btnTest.Name = "btnTest";            this.btnTest.Size = new System.Drawing.Size(75, 23);            this.btnTest.TabIndex = 33;            this.btnTest.Text = "Test";            this.btnTest.UseVisualStyleBackColor = true;            this.btnTest.Visible = false;            //             // label9            //             this.label9.AutoSize = true;            this.label9.Font = new System.Drawing.Font("宋体", 9F);            this.label9.Location = new System.Drawing.Point(145, 13);            this.label9.Name = "label9";            this.label9.Size = new System.Drawing.Size(17, 12);            this.label9.TabIndex = 32;            this.label9.Text = "MS";            this.label9.Visible = false;            //             // txtCollectTime            //             this.txtCollectTime.Location = new System.Drawing.Point(86, 8);            this.txtCollectTime.Name = "txtCollectTime";            this.txtCollectTime.Size = new System.Drawing.Size(56, 21);            this.txtCollectTime.TabIndex = 28;            this.txtCollectTime.Text = "120";            this.txtCollectTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;            this.txtCollectTime.Visible = false;            //             // btnReadXray            //             this.btnReadXray.Location = new System.Drawing.Point(238, 6);            this.btnReadXray.Name = "btnReadXray";            this.btnReadXray.Size = new System.Drawing.Size(145, 23);            this.btnReadXray.TabIndex = 31;            this.btnReadXray.TabStop = false;            this.btnReadXray.Text = "ImportXrayFile";            this.btnReadXray.UseVisualStyleBackColor = true;            this.btnReadXray.Visible = false;            //             // btnCollectXray            //             this.btnCollectXray.Location = new System.Drawing.Point(164, 7);            this.btnCollectXray.Name = "btnCollectXray";            this.btnCollectXray.Size = new System.Drawing.Size(68, 23);            this.btnCollectXray.TabIndex = 30;            this.btnCollectXray.TabStop = false;            this.btnCollectXray.Text = "Collect";            this.btnCollectXray.UseVisualStyleBackColor = true;            this.btnCollectXray.Visible = false;            //             // label2            //             this.label2.AutoSize = true;            this.label2.Font = new System.Drawing.Font("宋体", 9F);            this.label2.Location = new System.Drawing.Point(3, 12);            this.label2.Name = "label2";            this.label2.Size = new System.Drawing.Size(83, 12);            this.label2.TabIndex = 29;            this.label2.Text = "Collect Time:";            this.label2.Visible = false;            //             // plXray            //             this.plXray.Location = new System.Drawing.Point(3, 0);            this.plXray.Name = "plXray";            this.plXray.Size = new System.Drawing.Size(1246, 424);            this.plXray.TabIndex = 16;            //             // tabSTDStandrad            //             this.tabSTDStandrad.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;            this.tabSTDStandrad.Controls.Add(this.tabXray);            this.tabSTDStandrad.Dock = System.Windows.Forms.DockStyle.Fill;            this.tabSTDStandrad.Location = new System.Drawing.Point(0, 0);            this.tabSTDStandrad.Name = "tabSTDStandrad";            this.tabSTDStandrad.SelectedIndex = 0;            this.tabSTDStandrad.Size = new System.Drawing.Size(1260, 459);            this.tabSTDStandrad.TabIndex = 36;            //             // STDEditor            //             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.BackColor = System.Drawing.SystemColors.Control;            this.ClientSize = new System.Drawing.Size(1260, 459);            this.CloseButton = false;            this.CloseButtonVisible = false;            this.Controls.Add(this.tabSTDStandrad);            this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.HelpButton = true;            this.Name = "STDEditor";            this.ShowIcon = false;            this.Text = "STDEditor";            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;            this.Load += new System.EventHandler(this.STDEditor_Load);            this.Resize += new System.EventHandler(this.STDEditor_Resize);            this.tabXray.ResumeLayout(false);            this.panel1.ResumeLayout(false);            this.panel1.PerformLayout();            this.tabSTDStandrad.ResumeLayout(false);            this.ResumeLayout(false);        }        #endregion        private System.Windows.Forms.TabPage tabXray;        private System.Windows.Forms.Panel panel1;        private System.Windows.Forms.Button button_ImportFromResult;        private System.Windows.Forms.Button btnTest;        private System.Windows.Forms.Label label9;        private System.Windows.Forms.TextBox txtCollectTime;        private System.Windows.Forms.Button btnReadXray;        private System.Windows.Forms.Button btnCollectXray;        private System.Windows.Forms.Label label2;        private System.Windows.Forms.Panel plXray;        private System.Windows.Forms.TabControl tabSTDStandrad;    }}
 |