namespace SpectrumSTDEditor
{
partial class STDEditor
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
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;
}
}