namespace Core.StlMes.Client.ZGMil.NodeResultQuery
{
partial class FrmSubCon
{
///
/// 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()
{
Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSubCon));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txt_ulTest = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.txt_Rmark = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.txt_steelPipe = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
this.panel1 = new System.Windows.Forms.Panel();
this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
this.TxtType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
this.TxtGrade = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_ulTest)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Rmark)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_steelPipe)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.TxtType)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.TxtGrade)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.groupBox1.Controls.Add(this.TxtGrade);
this.groupBox1.Controls.Add(this.ultraLabel5);
this.groupBox1.Controls.Add(this.TxtType);
this.groupBox1.Controls.Add(this.ultraLabel4);
this.groupBox1.Controls.Add(this.txt_ulTest);
this.groupBox1.Controls.Add(this.txt_Rmark);
this.groupBox1.Controls.Add(this.txt_steelPipe);
this.groupBox1.Controls.Add(this.ultraLabel3);
this.groupBox1.Controls.Add(this.ultraLabel2);
this.groupBox1.Controls.Add(this.ultraLabel1);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(365, 168);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "编辑区";
//
// txt_ulTest
//
this.txt_ulTest.Location = new System.Drawing.Point(100, 62);
this.txt_ulTest.Name = "txt_ulTest";
this.txt_ulTest.Size = new System.Drawing.Size(226, 21);
this.txt_ulTest.TabIndex = 6;
//
// txt_Rmark
//
this.txt_Rmark.Location = new System.Drawing.Point(100, 130);
this.txt_Rmark.Name = "txt_Rmark";
this.txt_Rmark.Size = new System.Drawing.Size(226, 21);
this.txt_Rmark.TabIndex = 5;
//
// txt_steelPipe
//
this.txt_steelPipe.Location = new System.Drawing.Point(100, 95);
this.txt_steelPipe.Name = "txt_steelPipe";
this.txt_steelPipe.Size = new System.Drawing.Size(226, 21);
this.txt_steelPipe.TabIndex = 4;
//
// ultraLabel3
//
this.ultraLabel3.Location = new System.Drawing.Point(30, 134);
this.ultraLabel3.Name = "ultraLabel3";
this.ultraLabel3.Size = new System.Drawing.Size(100, 23);
this.ultraLabel3.TabIndex = 2;
this.ultraLabel3.Text = "委外说明";
//
// ultraLabel2
//
this.ultraLabel2.Location = new System.Drawing.Point(30, 99);
this.ultraLabel2.Name = "ultraLabel2";
this.ultraLabel2.Size = new System.Drawing.Size(100, 23);
this.ultraLabel2.TabIndex = 1;
this.ultraLabel2.Text = "钢管处理";
//
// ultraLabel1
//
this.ultraLabel1.Location = new System.Drawing.Point(30, 63);
this.ultraLabel1.Name = "ultraLabel1";
this.ultraLabel1.Size = new System.Drawing.Size(100, 23);
this.ultraLabel1.TabIndex = 0;
this.ultraLabel1.Text = "超声探伤";
//
// panel1
//
this.panel1.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.ultraButton2);
this.panel1.Controls.Add(this.ultraButton1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.ForeColor = System.Drawing.SystemColors.ControlText;
this.panel1.Location = new System.Drawing.Point(0, 168);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(365, 49);
this.panel1.TabIndex = 1;
//
// ultraButton2
//
this.ultraButton2.Location = new System.Drawing.Point(184, 13);
this.ultraButton2.Name = "ultraButton2";
this.ultraButton2.Size = new System.Drawing.Size(75, 23);
this.ultraButton2.TabIndex = 1;
this.ultraButton2.Text = "取消";
this.ultraButton2.Click += new System.EventHandler(this.ultraButton2_Click);
//
// ultraButton1
//
this.ultraButton1.Location = new System.Drawing.Point(75, 14);
this.ultraButton1.Name = "ultraButton1";
this.ultraButton1.Size = new System.Drawing.Size(75, 23);
this.ultraButton1.TabIndex = 0;
this.ultraButton1.Text = "确认";
this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
//
// ultraLabel4
//
this.ultraLabel4.Location = new System.Drawing.Point(30, 29);
this.ultraLabel4.Name = "ultraLabel4";
this.ultraLabel4.Size = new System.Drawing.Size(100, 23);
this.ultraLabel4.TabIndex = 7;
this.ultraLabel4.Text = "探伤类别";
//
// TxtType
//
valueListItem1.DataValue = "EMI";
valueListItem1.DisplayText = "漏磁";
valueListItem2.DataValue = "ET";
valueListItem2.DisplayText = "涡流";
this.TxtType.Items.AddRange(new Infragistics.Win.ValueListItem[] {
valueListItem1,
valueListItem2});
this.TxtType.Location = new System.Drawing.Point(100, 28);
this.TxtType.Name = "TxtType";
this.TxtType.Size = new System.Drawing.Size(79, 21);
this.TxtType.TabIndex = 8;
//
// ultraLabel5
//
this.ultraLabel5.Location = new System.Drawing.Point(188, 29);
this.ultraLabel5.Name = "ultraLabel5";
this.ultraLabel5.Size = new System.Drawing.Size(61, 23);
this.ultraLabel5.TabIndex = 9;
this.ultraLabel5.Text = "探伤等级";
//
// TxtGrade
//
this.TxtGrade.Location = new System.Drawing.Point(247, 28);
this.TxtGrade.Name = "TxtGrade";
this.TxtGrade.Size = new System.Drawing.Size(79, 21);
this.TxtGrade.TabIndex = 10;
//
// FrmSubCon
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(365, 217);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmSubCon";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "委外说明";
this.Load += new System.EventHandler(this.FrmSubCon_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_ulTest)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Rmark)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_steelPipe)).EndInit();
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.TxtType)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.TxtGrade)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private Infragistics.Win.Misc.UltraLabel ultraLabel3;
private Infragistics.Win.Misc.UltraLabel ultraLabel2;
private Infragistics.Win.Misc.UltraLabel ultraLabel1;
private System.Windows.Forms.Panel panel1;
private Infragistics.Win.Misc.UltraButton ultraButton1;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_Rmark;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_steelPipe;
private Infragistics.Win.Misc.UltraButton ultraButton2;
private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_ulTest;
private Infragistics.Win.UltraWinEditors.UltraComboEditor TxtGrade;
private Infragistics.Win.Misc.UltraLabel ultraLabel5;
private Infragistics.Win.UltraWinEditors.UltraComboEditor TxtType;
private Infragistics.Win.Misc.UltraLabel ultraLabel4;
}
}