namespace CarRemoteMeter { partial class frmMatCompanyInfo { /// /// 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("收货单位", -1); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("load_point_no"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("load_point_name"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("meter_code"); Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("发货单位", -1); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("load_point_no"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("load_point_name"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("meter_code"); Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand3 = new Infragistics.Win.UltraWinGrid.UltraGridBand("物料信息", -1); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("matter_no"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("matter_name"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("meter_code"); Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance(); this.panel1 = new System.Windows.Forms.Panel(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.ultraGridRec = new Infragistics.Win.UltraWinGrid.UltraGrid(); this.dataSet1 = new System.Data.DataSet(); this.dtMat = new System.Data.DataTable(); this.dataColumn1 = new System.Data.DataColumn(); this.dataColumn2 = new System.Data.DataColumn(); this.dataColumn3 = new System.Data.DataColumn(); this.dtForW = new System.Data.DataTable(); this.dataColumn4 = new System.Data.DataColumn(); this.dataColumn5 = new System.Data.DataColumn(); this.dataColumn6 = new System.Data.DataColumn(); this.dtRec = new System.Data.DataTable(); this.dataColumn7 = new System.Data.DataColumn(); this.dataColumn8 = new System.Data.DataColumn(); this.dataColumn9 = new System.Data.DataColumn(); this.ultraGridFow = new Infragistics.Win.UltraWinGrid.UltraGrid(); this.ultraGridMat = new Infragistics.Win.UltraWinGrid.UltraGrid(); this.panel2 = new System.Windows.Forms.Panel(); this.btnCancel = new System.Windows.Forms.Button(); this.btnSave = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGridRec)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dtMat)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dtForW)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dtRec)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGridFow)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGridMat)).BeginInit(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.tableLayoutPanel2); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1444, 607); this.panel1.TabIndex = 0; // // tableLayoutPanel2 // this.tableLayoutPanel2.ColumnCount = 3; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.3F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.3F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.4F)); this.tableLayoutPanel2.Controls.Add(this.ultraGridRec, 0, 0); this.tableLayoutPanel2.Controls.Add(this.ultraGridFow, 0, 0); this.tableLayoutPanel2.Controls.Add(this.ultraGridMat, 0, 0); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 1; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(1444, 607); this.tableLayoutPanel2.TabIndex = 2; // // ultraGridRec // this.ultraGridRec.DataMember = "收货单位"; this.ultraGridRec.DataSource = this.dataSet1; ultraGridColumn1.Header.VisiblePosition = 0; ultraGridColumn1.Hidden = true; ultraGridColumn2.Header.VisiblePosition = 1; ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2; ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn3.Header.VisiblePosition = 2; ultraGridColumn3.MinWidth = 140; ultraGridColumn3.RowLayoutColumnInfo.OriginX = 4; ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2; ultraGridBand1.Columns.AddRange(new object[] { ultraGridColumn1, ultraGridColumn2, ultraGridColumn3}); ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout; this.ultraGridRec.DisplayLayout.BandsSerializer.Add(ultraGridBand1); this.ultraGridRec.DisplayLayout.DefaultSelectedBackColor = System.Drawing.Color.Empty; this.ultraGridRec.DisplayLayout.DefaultSelectedForeColor = System.Drawing.Color.Empty; this.ultraGridRec.DisplayLayout.Override.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Button3D; appearance1.TextVAlignAsString = "Middle"; this.ultraGridRec.DisplayLayout.Override.CellAppearance = appearance1; this.ultraGridRec.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect; appearance2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250))))); appearance2.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250))))); this.ultraGridRec.DisplayLayout.Override.HeaderAppearance = appearance2; this.ultraGridRec.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard; this.ultraGridRec.DisplayLayout.Override.MaxSelectedRows = 1; this.ultraGridRec.DisplayLayout.Override.MinRowHeight = 21; appearance3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250))))); appearance3.TextVAlignAsString = "Middle"; this.ultraGridRec.DisplayLayout.Override.RowSelectorAppearance = appearance3; this.ultraGridRec.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex; this.ultraGridRec.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None; this.ultraGridRec.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single; this.ultraGridRec.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True; this.ultraGridRec.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGridRec.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ultraGridRec.Location = new System.Drawing.Point(963, 3); this.ultraGridRec.Name = "ultraGridRec"; this.ultraGridRec.Size = new System.Drawing.Size(478, 601); this.ultraGridRec.TabIndex = 11; this.ultraGridRec.AfterRowActivate += new System.EventHandler(this.ultraGridRec_AfterRowActivate); // // dataSet1 // this.dataSet1.DataSetName = "NewDataSet"; this.dataSet1.Tables.AddRange(new System.Data.DataTable[] { this.dtMat, this.dtForW, this.dtRec}); // // dtMat // this.dtMat.Columns.AddRange(new System.Data.DataColumn[] { this.dataColumn1, this.dataColumn2, this.dataColumn3}); this.dtMat.TableName = "物料信息"; // // dataColumn1 // this.dataColumn1.Caption = "物料编号"; this.dataColumn1.ColumnName = "matter_no"; // // dataColumn2 // this.dataColumn2.Caption = "物料名称"; this.dataColumn2.ColumnName = "matter_name"; // // dataColumn3 // this.dataColumn3.Caption = "计量码"; this.dataColumn3.ColumnName = "meter_code"; // // dtForW // this.dtForW.Columns.AddRange(new System.Data.DataColumn[] { this.dataColumn4, this.dataColumn5, this.dataColumn6}); this.dtForW.TableName = "发货单位"; // // dataColumn4 // this.dataColumn4.Caption = "装卸点编号"; this.dataColumn4.ColumnName = "load_point_no"; // // dataColumn5 // this.dataColumn5.Caption = "发货单位"; this.dataColumn5.ColumnName = "load_point_name"; // // dataColumn6 // this.dataColumn6.Caption = "计量码"; this.dataColumn6.ColumnName = "meter_code"; // // dtRec // this.dtRec.Columns.AddRange(new System.Data.DataColumn[] { this.dataColumn7, this.dataColumn8, this.dataColumn9}); this.dtRec.TableName = "收货单位"; // // dataColumn7 // this.dataColumn7.Caption = "装卸点编号"; this.dataColumn7.ColumnName = "load_point_no"; // // dataColumn8 // this.dataColumn8.Caption = "收货单位"; this.dataColumn8.ColumnName = "load_point_name"; // // dataColumn9 // this.dataColumn9.Caption = "计量码"; this.dataColumn9.ColumnName = "meter_code"; // // ultraGridFow // this.ultraGridFow.DataMember = "发货单位"; this.ultraGridFow.DataSource = this.dataSet1; ultraGridColumn4.Header.VisiblePosition = 0; ultraGridColumn4.Hidden = true; ultraGridColumn5.Header.VisiblePosition = 1; ultraGridColumn5.RowLayoutColumnInfo.OriginX = 2; ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(140, 0); ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn6.Header.VisiblePosition = 2; ultraGridColumn6.MinWidth = 140; ultraGridColumn6.RowLayoutColumnInfo.OriginX = 4; ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2; ultraGridBand2.Columns.AddRange(new object[] { ultraGridColumn4, ultraGridColumn5, ultraGridColumn6}); ultraGridBand2.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout; this.ultraGridFow.DisplayLayout.BandsSerializer.Add(ultraGridBand2); this.ultraGridFow.DisplayLayout.DefaultSelectedBackColor = System.Drawing.Color.Empty; this.ultraGridFow.DisplayLayout.DefaultSelectedForeColor = System.Drawing.Color.Empty; this.ultraGridFow.DisplayLayout.Override.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Button3D; appearance4.TextVAlignAsString = "Middle"; this.ultraGridFow.DisplayLayout.Override.CellAppearance = appearance4; this.ultraGridFow.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect; appearance5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250))))); appearance5.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250))))); this.ultraGridFow.DisplayLayout.Override.HeaderAppearance = appearance5; this.ultraGridFow.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard; this.ultraGridFow.DisplayLayout.Override.MaxSelectedRows = 1; this.ultraGridFow.DisplayLayout.Override.MinRowHeight = 21; appearance6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250))))); appearance6.TextVAlignAsString = "Middle"; this.ultraGridFow.DisplayLayout.Override.RowSelectorAppearance = appearance6; this.ultraGridFow.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex; this.ultraGridFow.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None; this.ultraGridFow.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single; this.ultraGridFow.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True; this.ultraGridFow.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGridFow.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ultraGridFow.Location = new System.Drawing.Point(483, 3); this.ultraGridFow.Name = "ultraGridFow"; this.ultraGridFow.Size = new System.Drawing.Size(474, 601); this.ultraGridFow.TabIndex = 10; this.ultraGridFow.AfterRowActivate += new System.EventHandler(this.ultraGridFow_AfterRowActivate); // // ultraGridMat // this.ultraGridMat.DataMember = "物料信息"; this.ultraGridMat.DataSource = this.dataSet1; ultraGridColumn7.Header.VisiblePosition = 0; ultraGridColumn7.Hidden = true; ultraGridColumn8.Header.VisiblePosition = 1; ultraGridColumn8.RowLayoutColumnInfo.OriginX = 2; ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(148, 0); ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn9.Header.VisiblePosition = 2; ultraGridColumn9.MinWidth = 140; ultraGridColumn9.RowLayoutColumnInfo.OriginX = 4; ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2; ultraGridBand3.Columns.AddRange(new object[] { ultraGridColumn7, ultraGridColumn8, ultraGridColumn9}); ultraGridBand3.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout; this.ultraGridMat.DisplayLayout.BandsSerializer.Add(ultraGridBand3); this.ultraGridMat.DisplayLayout.DefaultSelectedBackColor = System.Drawing.Color.Empty; this.ultraGridMat.DisplayLayout.DefaultSelectedForeColor = System.Drawing.Color.Empty; this.ultraGridMat.DisplayLayout.Override.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Button3D; appearance7.TextVAlignAsString = "Middle"; this.ultraGridMat.DisplayLayout.Override.CellAppearance = appearance7; this.ultraGridMat.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect; appearance8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250))))); appearance8.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250))))); this.ultraGridMat.DisplayLayout.Override.HeaderAppearance = appearance8; this.ultraGridMat.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard; this.ultraGridMat.DisplayLayout.Override.MaxSelectedRows = 1; this.ultraGridMat.DisplayLayout.Override.MinRowHeight = 21; appearance9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250))))); appearance9.TextVAlignAsString = "Middle"; this.ultraGridMat.DisplayLayout.Override.RowSelectorAppearance = appearance9; this.ultraGridMat.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex; this.ultraGridMat.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None; this.ultraGridMat.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single; this.ultraGridMat.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True; this.ultraGridMat.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGridMat.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ultraGridMat.Location = new System.Drawing.Point(3, 3); this.ultraGridMat.Name = "ultraGridMat"; this.ultraGridMat.Size = new System.Drawing.Size(474, 601); this.ultraGridMat.TabIndex = 9; this.ultraGridMat.AfterRowActivate += new System.EventHandler(this.ultraGridMat_AfterRowActivate); // // panel2 // this.panel2.Controls.Add(this.btnCancel); this.panel2.Controls.Add(this.btnSave); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(0, 607); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1444, 75); this.panel2.TabIndex = 1; // // btnCancel // this.btnCancel.BackColor = System.Drawing.Color.DodgerBlue; this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnCancel.Font = new System.Drawing.Font("楷体", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnCancel.ForeColor = System.Drawing.Color.White; this.btnCancel.Location = new System.Drawing.Point(839, 13); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(118, 50); this.btnCancel.TabIndex = 11; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = false; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnSave // this.btnSave.BackColor = System.Drawing.Color.DodgerBlue; this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnSave.Font = new System.Drawing.Font("楷体", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnSave.ForeColor = System.Drawing.Color.White; this.btnSave.Location = new System.Drawing.Point(483, 13); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(118, 50); this.btnSave.TabIndex = 10; this.btnSave.Text = "确认"; this.btnSave.UseVisualStyleBackColor = false; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // frmMatCompanyInfo // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1444, 682); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmMatCompanyInfo"; this.Text = "业务编码"; this.Load += new System.EventHandler(this.frmMatCompanyInfo_Load); this.panel1.ResumeLayout(false); this.tableLayoutPanel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ultraGridRec)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dtMat)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dtForW)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dtRec)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGridFow)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGridMat)).EndInit(); this.panel2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private System.Data.DataSet dataSet1; private System.Data.DataTable dtMat; private System.Data.DataColumn dataColumn1; private System.Data.DataColumn dataColumn2; private System.Data.DataColumn dataColumn3; private System.Data.DataTable dtForW; private System.Data.DataColumn dataColumn4; private System.Data.DataColumn dataColumn5; private System.Data.DataColumn dataColumn6; private System.Data.DataTable dtRec; private System.Data.DataColumn dataColumn7; private System.Data.DataColumn dataColumn8; private System.Data.DataColumn dataColumn9; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private Infragistics.Win.UltraWinGrid.UltraGrid ultraGridRec; private Infragistics.Win.UltraWinGrid.UltraGrid ultraGridFow; private Infragistics.Win.UltraWinGrid.UltraGrid ultraGridMat; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnSave; } }