namespace Core.StlMes.Client.ZGMil.Popup
{
partial class frmDefectManage
{
///
/// 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.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEFECT_ITEM_CODE");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEFECT_ITEM_NAME");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEFECT_LEVEL");
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
this.dataSet1 = new System.Data.DataSet();
this.dt_Defect = new System.Data.DataTable();
this.dataColumn1 = new System.Data.DataColumn();
this.dataColumn2 = new System.Data.DataColumn();
this.dataColumn3 = new System.Data.DataColumn();
this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
this.ultrabtn_upd = new Infragistics.Win.Misc.UltraButton();
this.ultraBtn_delete = new Infragistics.Win.Misc.UltraButton();
this.ultraBtn_add = new Infragistics.Win.Misc.UltraButton();
this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
this.cbLever = new System.Windows.Forms.ComboBox();
this.txtName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.txtCode = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
this.ultraGroupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dt_Defect)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
this.ultraGroupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
this.ultraGroupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtName)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtCode)).BeginInit();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox2, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox3, 0, 2);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 3;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(777, 391);
this.tableLayoutPanel1.TabIndex = 0;
//
// ultraGroupBox2
//
this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraGroupBox2.Location = new System.Drawing.Point(3, 53);
this.ultraGroupBox2.Name = "ultraGroupBox2";
this.ultraGroupBox2.Size = new System.Drawing.Size(771, 235);
this.ultraGroupBox2.TabIndex = 1;
this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
//
// ultraGrid1
//
this.ultraGrid1.DataMember = "Table1";
this.ultraGrid1.DataSource = this.dataSet1;
ultraGridColumn1.Header.VisiblePosition = 0;
ultraGridColumn2.Header.VisiblePosition = 1;
ultraGridColumn3.Header.VisiblePosition = 2;
ultraGridBand1.Columns.AddRange(new object[] {
ultraGridColumn1,
ultraGridColumn2,
ultraGridColumn3});
appearance1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
appearance1.BackColor2 = System.Drawing.SystemColors.GradientInactiveCaption;
ultraGridBand1.Header.Appearance = appearance1;
this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraGrid1.ImeMode = System.Windows.Forms.ImeMode.Close;
this.ultraGrid1.Location = new System.Drawing.Point(3, 0);
this.ultraGrid1.Name = "ultraGrid1";
this.ultraGrid1.Size = new System.Drawing.Size(765, 232);
this.ultraGrid1.TabIndex = 0;
this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
//
// dataSet1
//
this.dataSet1.DataSetName = "NewDataSet";
this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
this.dt_Defect});
//
// dt_Defect
//
this.dt_Defect.Columns.AddRange(new System.Data.DataColumn[] {
this.dataColumn1,
this.dataColumn2,
this.dataColumn3});
this.dt_Defect.TableName = "Table1";
//
// dataColumn1
//
this.dataColumn1.Caption = "缺陷项代码";
this.dataColumn1.ColumnName = "DEFECT_ITEM_CODE";
//
// dataColumn2
//
this.dataColumn2.Caption = "缺陷项名称";
this.dataColumn2.ColumnName = "DEFECT_ITEM_NAME";
//
// dataColumn3
//
this.dataColumn3.Caption = "缺陷项等级";
this.dataColumn3.ColumnName = "DEFECT_LEVEL";
//
// ultraGroupBox1
//
this.ultraGroupBox1.Controls.Add(this.ultrabtn_upd);
this.ultraGroupBox1.Controls.Add(this.ultraBtn_delete);
this.ultraGroupBox1.Controls.Add(this.ultraBtn_add);
this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraGroupBox1.Location = new System.Drawing.Point(3, 3);
this.ultraGroupBox1.Name = "ultraGroupBox1";
this.ultraGroupBox1.Size = new System.Drawing.Size(771, 44);
this.ultraGroupBox1.TabIndex = 0;
this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
//
// ultrabtn_upd
//
this.ultrabtn_upd.Location = new System.Drawing.Point(684, 13);
this.ultrabtn_upd.Name = "ultrabtn_upd";
this.ultrabtn_upd.Size = new System.Drawing.Size(75, 25);
this.ultrabtn_upd.TabIndex = 2;
this.ultrabtn_upd.Text = "修 改";
this.ultrabtn_upd.Click += new System.EventHandler(this.ultrabtn_upd_Click);
//
// ultraBtn_delete
//
this.ultraBtn_delete.Location = new System.Drawing.Point(586, 13);
this.ultraBtn_delete.Name = "ultraBtn_delete";
this.ultraBtn_delete.Size = new System.Drawing.Size(75, 25);
this.ultraBtn_delete.TabIndex = 1;
this.ultraBtn_delete.Text = "删 除";
this.ultraBtn_delete.Click += new System.EventHandler(this.ultraBtn_delete_Click);
//
// ultraBtn_add
//
this.ultraBtn_add.Location = new System.Drawing.Point(488, 13);
this.ultraBtn_add.Name = "ultraBtn_add";
this.ultraBtn_add.Size = new System.Drawing.Size(75, 25);
this.ultraBtn_add.TabIndex = 0;
this.ultraBtn_add.Text = "增 加";
this.ultraBtn_add.Click += new System.EventHandler(this.ultraBtn_add_Click);
//
// ultraGroupBox3
//
this.ultraGroupBox3.Controls.Add(this.cbLever);
this.ultraGroupBox3.Controls.Add(this.txtName);
this.ultraGroupBox3.Controls.Add(this.label3);
this.ultraGroupBox3.Controls.Add(this.label2);
this.ultraGroupBox3.Controls.Add(this.label1);
this.ultraGroupBox3.Controls.Add(this.txtCode);
this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraGroupBox3.Location = new System.Drawing.Point(3, 294);
this.ultraGroupBox3.Name = "ultraGroupBox3";
this.ultraGroupBox3.Size = new System.Drawing.Size(771, 94);
this.ultraGroupBox3.TabIndex = 2;
this.ultraGroupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
//
// cbLever
//
this.cbLever.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbLever.FormattingEnabled = true;
this.cbLever.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.cbLever.Location = new System.Drawing.Point(488, 32);
this.cbLever.Name = "cbLever";
this.cbLever.Size = new System.Drawing.Size(121, 20);
this.cbLever.TabIndex = 8;
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(320, 31);
this.txtName.MaxLength = 20;
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(100, 21);
this.txtName.TabIndex = 6;
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.label3.Location = new System.Drawing.Point(441, 34);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 5;
this.label3.Text = "等级:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.label2.Location = new System.Drawing.Point(237, 34);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(77, 12);
this.label2.TabIndex = 4;
this.label2.Text = "缺陷项名称:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.label1.Location = new System.Drawing.Point(37, 34);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 12);
this.label1.TabIndex = 3;
this.label1.Text = "缺陷项代码:";
//
// txtCode
//
this.txtCode.Location = new System.Drawing.Point(120, 31);
this.txtCode.MaxLength = 10;
this.txtCode.Name = "txtCode";
this.txtCode.Size = new System.Drawing.Size(100, 21);
this.txtCode.TabIndex = 2;
//
// frmDefectManage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(777, 391);
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "frmDefectManage";
this.Text = "缺陷项管理";
this.tableLayoutPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
this.ultraGroupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dt_Defect)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
this.ultraGroupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
this.ultraGroupBox3.ResumeLayout(false);
this.ultraGroupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtName)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtCode)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
private System.Data.DataSet dataSet1;
private System.Data.DataTable dt_Defect;
private System.Data.DataColumn dataColumn1;
private System.Data.DataColumn dataColumn2;
private System.Data.DataColumn dataColumn3;
private Infragistics.Win.Misc.UltraButton ultraBtn_add;
private Infragistics.Win.Misc.UltraButton ultrabtn_upd;
private Infragistics.Win.Misc.UltraButton ultraBtn_delete;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox3;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txtCode;
private System.Windows.Forms.Label label1;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txtName;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox cbLever;
}
}