namespace Core.StlMes.Client.PlnSaleOrd.工序排产 { partial class FrmDiameterMandrel { /// /// 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.components = new System.ComponentModel.Container(); Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MANDREL_ID"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DIAMETER_MANDREL"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LEN_MANDREL"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SCREW_MODEL"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TAPER_MANDREL"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MASSY_OR_HOLLOW"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LEN_SINGER_BILL"); Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Confirm"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Colse"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Confirm"); Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDiameterMandrel)); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Colse"); Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance(); this.FrmDiameterMandrel_Fill_Panel = new System.Windows.Forms.Panel(); 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._FrmDiameterMandrel_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components); this._FrmDiameterMandrel_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this._FrmDiameterMandrel_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this._FrmDiameterMandrel_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this.FrmDiameterMandrel_Fill_Panel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit(); this.SuspendLayout(); // // FrmDiameterMandrel_Fill_Panel // this.FrmDiameterMandrel_Fill_Panel.Controls.Add(this.ultraGrid1); this.FrmDiameterMandrel_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default; this.FrmDiameterMandrel_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill; this.FrmDiameterMandrel_Fill_Panel.Location = new System.Drawing.Point(0, 28); this.FrmDiameterMandrel_Fill_Panel.Name = "FrmDiameterMandrel_Fill_Panel"; this.FrmDiameterMandrel_Fill_Panel.Size = new System.Drawing.Size(570, 234); this.FrmDiameterMandrel_Fill_Panel.TabIndex = 0; // // ultraGrid1 // this.ultraGrid1.DataMember = "Table1"; this.ultraGrid1.DataSource = this.dataSet1; appearance13.BackColor = System.Drawing.SystemColors.Window; appearance13.BorderColor = System.Drawing.SystemColors.InactiveCaption; this.ultraGrid1.DisplayLayout.Appearance = appearance13; ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly; ultraGridColumn1.Header.VisiblePosition = 0; ultraGridColumn1.Hidden = true; ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly; ultraGridColumn2.Header.VisiblePosition = 1; ultraGridColumn2.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals; ultraGridColumn2.MaskInput = "n,nnn.n"; ultraGridColumn2.PromptChar = ' '; ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(83, 0); ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly; ultraGridColumn3.Header.VisiblePosition = 2; ultraGridColumn3.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals; ultraGridColumn3.MaskInput = "n,nnn.nnn"; ultraGridColumn3.PromptChar = ' '; ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(84, 0); ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly; ultraGridColumn4.Header.VisiblePosition = 3; ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(93, 0); ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly; ultraGridColumn5.Header.VisiblePosition = 4; ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(75, 0); ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly; ultraGridColumn6.Header.VisiblePosition = 5; ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(91, 0); ultraGridColumn7.Header.VisiblePosition = 6; ultraGridBand1.Columns.AddRange(new object[] { ultraGridColumn1, ultraGridColumn2, ultraGridColumn3, ultraGridColumn4, ultraGridColumn5, ultraGridColumn6, ultraGridColumn7}); ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout; this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1); this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False; appearance14.BackColor = System.Drawing.SystemColors.ActiveBorder; appearance14.BackColor2 = System.Drawing.SystemColors.ControlDark; appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical; appearance14.BorderColor = System.Drawing.SystemColors.Window; this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance14; appearance16.ForeColor = System.Drawing.SystemColors.GrayText; this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance16; this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true; appearance15.BackColor = System.Drawing.SystemColors.ControlLightLight; appearance15.BackColor2 = System.Drawing.SystemColors.Control; appearance15.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal; appearance15.ForeColor = System.Drawing.SystemColors.GrayText; this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance15; this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1; this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1; appearance19.BackColor = System.Drawing.SystemColors.Window; appearance19.ForeColor = System.Drawing.SystemColors.ControlText; this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance19; appearance22.BackColor = System.Drawing.SystemColors.Highlight; appearance22.ForeColor = System.Drawing.SystemColors.HighlightText; this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance22; this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted; this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted; appearance24.BackColor = System.Drawing.SystemColors.Window; this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance24; appearance20.BorderColor = System.Drawing.Color.Silver; appearance20.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter; this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance20; this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText; this.ultraGrid1.DisplayLayout.Override.CellPadding = 0; appearance18.BackColor = System.Drawing.SystemColors.Control; appearance18.BackColor2 = System.Drawing.SystemColors.ControlDark; appearance18.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element; appearance18.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal; appearance18.BorderColor = System.Drawing.SystemColors.Window; this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance18; appearance17.TextHAlignAsString = "Left"; this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance17; this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti; this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand; appearance23.BackColor = System.Drawing.SystemColors.Window; appearance23.BorderColor = System.Drawing.Color.Silver; this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance23; this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False; appearance21.BackColor = System.Drawing.SystemColors.ControlLight; this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance21; this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill; this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate; this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGrid1.Location = new System.Drawing.Point(0, 0); this.ultraGrid1.Name = "ultraGrid1"; this.ultraGrid1.Size = new System.Drawing.Size(570, 234); this.ultraGrid1.TabIndex = 0; this.ultraGrid1.DoubleClick += new System.EventHandler(this.ultraGrid1_DoubleClick); // // 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 = "芯棒编码"; this.dataColumn1.ColumnName = "MANDREL_ID"; // // dataColumn2 // this.dataColumn2.Caption = "芯棒直径"; this.dataColumn2.ColumnName = "DIAMETER_MANDREL"; // // dataColumn3 // this.dataColumn3.Caption = "长度"; this.dataColumn3.ColumnName = "LEN_MANDREL"; // // dataColumn4 // this.dataColumn4.Caption = "芯棒扣型"; this.dataColumn4.ColumnName = "SCREW_MODEL"; // // dataColumn5 // this.dataColumn5.Caption = "锥度"; this.dataColumn5.ColumnName = "TAPER_MANDREL"; // // dataColumn6 // this.dataColumn6.Caption = "实心空心"; this.dataColumn6.ColumnName = "MASSY_OR_HOLLOW"; // // dataColumn7 // this.dataColumn7.Caption = "单倍坯最长"; this.dataColumn7.ColumnName = "LEN_SINGER_BILL"; // // _FrmDiameterMandrel_Toolbars_Dock_Area_Left // this._FrmDiameterMandrel_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._FrmDiameterMandrel_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255))))); this._FrmDiameterMandrel_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left; this._FrmDiameterMandrel_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText; this._FrmDiameterMandrel_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28); this._FrmDiameterMandrel_Toolbars_Dock_Area_Left.Name = "_FrmDiameterMandrel_Toolbars_Dock_Area_Left"; this._FrmDiameterMandrel_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 234); this._FrmDiameterMandrel_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1; // // ultraToolbarsManager1 // this.ultraToolbarsManager1.DesignerFlags = 1; this.ultraToolbarsManager1.DockWithinContainer = this; this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form); this.ultraToolbarsManager1.ShowMenuShadows = Infragistics.Win.DefaultableBoolean.False; this.ultraToolbarsManager1.ShowQuickCustomizeButton = false; this.ultraToolbarsManager1.ShowToolTips = false; this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2007; ultraToolbar1.DockedColumn = 0; ultraToolbar1.DockedRow = 0; buttonTool1.InstanceProps.IsFirstInGroup = true; buttonTool2.InstanceProps.IsFirstInGroup = true; ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] { buttonTool1, buttonTool2}); ultraToolbar1.Text = "UltraToolbar1"; this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] { ultraToolbar1}); appearance11.Image = ((object)(resources.GetObject("appearance11.Image"))); buttonTool3.SharedPropsInternal.AppearancesSmall.Appearance = appearance11; buttonTool3.SharedPropsInternal.Caption = "确认"; buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText; appearance12.Image = ((object)(resources.GetObject("appearance12.Image"))); buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance12; buttonTool4.SharedPropsInternal.Caption = "关闭"; buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText; this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] { buttonTool3, buttonTool4}); this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick); // // _FrmDiameterMandrel_Toolbars_Dock_Area_Right // this._FrmDiameterMandrel_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._FrmDiameterMandrel_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255))))); this._FrmDiameterMandrel_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right; this._FrmDiameterMandrel_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText; this._FrmDiameterMandrel_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(570, 28); this._FrmDiameterMandrel_Toolbars_Dock_Area_Right.Name = "_FrmDiameterMandrel_Toolbars_Dock_Area_Right"; this._FrmDiameterMandrel_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 234); this._FrmDiameterMandrel_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1; // // _FrmDiameterMandrel_Toolbars_Dock_Area_Top // this._FrmDiameterMandrel_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._FrmDiameterMandrel_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255))))); this._FrmDiameterMandrel_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top; this._FrmDiameterMandrel_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText; this._FrmDiameterMandrel_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0); this._FrmDiameterMandrel_Toolbars_Dock_Area_Top.Name = "_FrmDiameterMandrel_Toolbars_Dock_Area_Top"; this._FrmDiameterMandrel_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(570, 28); this._FrmDiameterMandrel_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1; // // _FrmDiameterMandrel_Toolbars_Dock_Area_Bottom // this._FrmDiameterMandrel_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._FrmDiameterMandrel_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255))))); this._FrmDiameterMandrel_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom; this._FrmDiameterMandrel_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText; this._FrmDiameterMandrel_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 262); this._FrmDiameterMandrel_Toolbars_Dock_Area_Bottom.Name = "_FrmDiameterMandrel_Toolbars_Dock_Area_Bottom"; this._FrmDiameterMandrel_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(570, 0); this._FrmDiameterMandrel_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1; // // FrmDiameterMandrel // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(570, 262); this.Controls.Add(this.FrmDiameterMandrel_Fill_Panel); this.Controls.Add(this._FrmDiameterMandrel_Toolbars_Dock_Area_Left); this.Controls.Add(this._FrmDiameterMandrel_Toolbars_Dock_Area_Right); this.Controls.Add(this._FrmDiameterMandrel_Toolbars_Dock_Area_Top); this.Controls.Add(this._FrmDiameterMandrel_Toolbars_Dock_Area_Bottom); this.Name = "FrmDiameterMandrel"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "芯棒直径"; this.Load += new System.EventHandler(this.FrmDiameterMandrel_Load); this.FrmDiameterMandrel_Fill_Panel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit(); this.ResumeLayout(false); } #endregion private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1; private System.Windows.Forms.Panel FrmDiameterMandrel_Fill_Panel; private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmDiameterMandrel_Toolbars_Dock_Area_Left; private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmDiameterMandrel_Toolbars_Dock_Area_Right; private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmDiameterMandrel_Toolbars_Dock_Area_Top; private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmDiameterMandrel_Toolbars_Dock_Area_Bottom; private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1; private System.Data.DataSet dataSet1; 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; } }