namespace Pur.configure { partial class FrmStandards { /// /// 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("STANDARDSID"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STANDARDSCODE"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STANDARDSDESC"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATENAME"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATETIME"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATENAME"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATETIME"); this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid(); this.dataSet1 = new System.Data.DataSet(); this.dataTable1 = new System.Data.DataTable(); this.dataColumn1 = new System.Data.DataColumn(); this.dataColumn2 = new System.Data.DataColumn(); this.dataColumn3 = new System.Data.DataColumn(); this.dataColumn4 = new System.Data.DataColumn(); this.dataColumn5 = new System.Data.DataColumn(); this.dataColumn6 = new System.Data.DataColumn(); this.dataColumn7 = new System.Data.DataColumn(); this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox(); this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox(); this.txt_STANDARDS_ID_QUERY = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.label4 = new System.Windows.Forms.Label(); this.txt_STANDARDS_CODE_query = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.label3 = new System.Windows.Forms.Label(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.ultraGroupBox5 = new Infragistics.Win.Misc.UltraGroupBox(); this.txt_STANDARDS_CODE = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.txt_STANDARDS_DESC = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.txt_STANDARDS_ID = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit(); this.ultraGroupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit(); this.ultraGroupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_STANDARDS_ID_QUERY)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_STANDARDS_CODE_query)).BeginInit(); this.tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).BeginInit(); this.ultraGroupBox5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_STANDARDS_CODE)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_STANDARDS_DESC)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_STANDARDS_ID)).BeginInit(); this.SuspendLayout(); // // ultraGrid1 // this.ultraGrid1.DataMember = "Table1"; this.ultraGrid1.DataSource = this.dataSet1; ultraGridColumn1.Header.VisiblePosition = 0; ultraGridColumn2.Header.VisiblePosition = 1; ultraGridColumn3.Header.VisiblePosition = 2; ultraGridColumn4.Header.VisiblePosition = 3; ultraGridColumn5.Format = "yyyy/mm/dd"; ultraGridColumn5.Header.VisiblePosition = 4; ultraGridColumn6.Header.VisiblePosition = 5; ultraGridColumn7.Header.VisiblePosition = 6; ultraGridBand1.Columns.AddRange(new object[] { ultraGridColumn1, ultraGridColumn2, ultraGridColumn3, ultraGridColumn4, ultraGridColumn5, ultraGridColumn6, ultraGridColumn7}); this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1); this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False; this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ultraGrid1.Location = new System.Drawing.Point(3, 0); this.ultraGrid1.Name = "ultraGrid1"; this.ultraGrid1.Size = new System.Drawing.Size(830, 349); this.ultraGrid1.TabIndex = 1; this.ultraGrid1.Text = "ultraGrid1"; this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate); // // dataSet1 // this.dataSet1.DataSetName = "NewDataSet"; this.dataSet1.Tables.AddRange(new System.Data.DataTable[] { this.dataTable1}); // // dataTable1 // this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] { this.dataColumn1, this.dataColumn2, this.dataColumn3, this.dataColumn4, this.dataColumn5, this.dataColumn6, this.dataColumn7}); this.dataTable1.TableName = "Table1"; // // dataColumn1 // this.dataColumn1.Caption = "标准编号ID"; this.dataColumn1.ColumnName = "STANDARDSID"; this.dataColumn1.DataType = typeof(int); // // dataColumn2 // this.dataColumn2.Caption = "标准编号"; this.dataColumn2.ColumnName = "STANDARDSCODE"; // // dataColumn3 // this.dataColumn3.Caption = "标准编号描述"; this.dataColumn3.ColumnName = "STANDARDSDESC"; // // dataColumn4 // this.dataColumn4.Caption = "创建人"; this.dataColumn4.ColumnName = "CREATENAME"; // // dataColumn5 // this.dataColumn5.Caption = "创建时间"; this.dataColumn5.ColumnName = "CREATETIME"; // // dataColumn6 // this.dataColumn6.Caption = "修改人"; this.dataColumn6.ColumnName = "UPDATENAME"; // // dataColumn7 // this.dataColumn7.Caption = "修改时间"; this.dataColumn7.ColumnName = "UPDATETIME"; // // ultraGroupBox2 // this.tableLayoutPanel1.SetColumnSpan(this.ultraGroupBox2, 2); this.ultraGroupBox2.Controls.Add(this.ultraGrid1); this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGroupBox2.Location = new System.Drawing.Point(3, 43); this.ultraGroupBox2.Name = "ultraGroupBox2"; this.ultraGroupBox2.Size = new System.Drawing.Size(836, 352); this.ultraGroupBox2.TabIndex = 1; this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007; // // ultraGroupBox1 // this.tableLayoutPanel1.SetColumnSpan(this.ultraGroupBox1, 2); this.ultraGroupBox1.Controls.Add(this.txt_STANDARDS_ID_QUERY); this.ultraGroupBox1.Controls.Add(this.label4); this.ultraGroupBox1.Controls.Add(this.txt_STANDARDS_CODE_query); this.ultraGroupBox1.Controls.Add(this.label3); 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(836, 34); this.ultraGroupBox1.TabIndex = 0; this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007; // // txt_STANDARDS_ID_QUERY // this.txt_STANDARDS_ID_QUERY.Location = new System.Drawing.Point(77, 7); this.txt_STANDARDS_ID_QUERY.Name = "txt_STANDARDS_ID_QUERY"; this.txt_STANDARDS_ID_QUERY.Size = new System.Drawing.Size(179, 21); this.txt_STANDARDS_ID_QUERY.TabIndex = 152; // // label4 // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.label4.Location = new System.Drawing.Point(276, 11); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(53, 12); this.label4.TabIndex = 151; this.label4.Text = "标准编号"; // // txt_STANDARDS_CODE_query // this.txt_STANDARDS_CODE_query.Location = new System.Drawing.Point(331, 7); this.txt_STANDARDS_CODE_query.Name = "txt_STANDARDS_CODE_query"; this.txt_STANDARDS_CODE_query.Size = new System.Drawing.Size(179, 21); this.txt_STANDARDS_CODE_query.TabIndex = 150; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.label3.Location = new System.Drawing.Point(10, 11); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(65, 12); this.label3.TabIndex = 149; this.label3.Text = "标准编号ID"; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 62.5F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 37.5F)); this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox5, 0, 2); this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox2, 0, 1); this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox1, 0, 0); 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, 40F)); 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(842, 498); this.tableLayoutPanel1.TabIndex = 2; // // ultraGroupBox5 // this.tableLayoutPanel1.SetColumnSpan(this.ultraGroupBox5, 2); this.ultraGroupBox5.Controls.Add(this.txt_STANDARDS_CODE); this.ultraGroupBox5.Controls.Add(this.txt_STANDARDS_DESC); this.ultraGroupBox5.Controls.Add(this.txt_STANDARDS_ID); this.ultraGroupBox5.Controls.Add(this.label2); this.ultraGroupBox5.Controls.Add(this.label1); this.ultraGroupBox5.Controls.Add(this.label6); this.ultraGroupBox5.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGroupBox5.Location = new System.Drawing.Point(3, 401); this.ultraGroupBox5.Name = "ultraGroupBox5"; this.ultraGroupBox5.Size = new System.Drawing.Size(836, 94); this.ultraGroupBox5.TabIndex = 4; this.ultraGroupBox5.Text = "编辑区"; this.ultraGroupBox5.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007; // // txt_STANDARDS_CODE // this.txt_STANDARDS_CODE.Location = new System.Drawing.Point(89, 29); this.txt_STANDARDS_CODE.Name = "txt_STANDARDS_CODE"; this.txt_STANDARDS_CODE.Size = new System.Drawing.Size(179, 21); this.txt_STANDARDS_CODE.TabIndex = 148; // // txt_STANDARDS_DESC // this.txt_STANDARDS_DESC.Location = new System.Drawing.Point(89, 53); this.txt_STANDARDS_DESC.Name = "txt_STANDARDS_DESC"; this.txt_STANDARDS_DESC.Size = new System.Drawing.Size(179, 21); this.txt_STANDARDS_DESC.TabIndex = 147; // // txt_STANDARDS_ID // this.txt_STANDARDS_ID.Location = new System.Drawing.Point(362, 29); this.txt_STANDARDS_ID.Name = "txt_STANDARDS_ID"; this.txt_STANDARDS_ID.Size = new System.Drawing.Size(179, 21); this.txt_STANDARDS_ID.TabIndex = 146; this.txt_STANDARDS_ID.Visible = false; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.label2.Location = new System.Drawing.Point(296, 33); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 144; this.label2.Text = "标准编号ID"; this.label2.Visible = false; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.label1.Location = new System.Drawing.Point(11, 57); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(77, 12); this.label1.TabIndex = 142; this.label1.Text = "标准编号描述"; // // label6 // this.label6.AutoSize = true; this.label6.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.label6.Location = new System.Drawing.Point(35, 33); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(53, 12); this.label6.TabIndex = 140; this.label6.Text = "标准编号"; // // FrmStandards // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(842, 498); this.Controls.Add(this.tableLayoutPanel1); this.Name = "FrmStandards"; this.Text = "物料标准编号"; ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit(); this.ultraGroupBox2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit(); this.ultraGroupBox1.ResumeLayout(false); this.ultraGroupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_STANDARDS_ID_QUERY)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_STANDARDS_CODE_query)).EndInit(); this.tableLayoutPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).EndInit(); this.ultraGroupBox5.ResumeLayout(false); this.ultraGroupBox5.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_STANDARDS_CODE)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_STANDARDS_DESC)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_STANDARDS_ID)).EndInit(); this.ResumeLayout(false); } #endregion private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1; private System.Data.DataSet dataSet1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox5; private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2; private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1; private System.Data.DataTable dataTable1; private System.Data.DataColumn dataColumn1; private System.Data.DataColumn dataColumn2; private System.Data.DataColumn dataColumn3; private System.Data.DataColumn dataColumn4; private System.Data.DataColumn dataColumn5; private System.Data.DataColumn dataColumn6; private System.Data.DataColumn dataColumn7; private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_STANDARDS_CODE; private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_STANDARDS_DESC; private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_STANDARDS_ID; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label6; private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_STANDARDS_ID_QUERY; private System.Windows.Forms.Label label4; private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_STANDARDS_CODE_query; private System.Windows.Forms.Label label3; } }