namespace Core.StlMes.Client.SaleOrder.Dialog { partial class FrmAffirmProcessMemo { /// /// 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 appearance29 = 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("ORD_PK"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORD_LN_PK"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORDER_NO"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORDER_SEQ"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORDER_ADD_DESC"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BACK_REASON"); Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AFFIRM_STATUS"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STATUS_CODE"); Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance41 = 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("Query"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Confirm"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Back"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query"); Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Confirm"); Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Back"); Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close"); Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAffirmProcessMemo)); this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel(); this._FrmBase_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this._FrmBase_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this._FrmBase_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this._FrmBase_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this.gdMemo = 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.dataColumn8 = new System.Data.DataColumn(); this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components); this.FrmBase_Fill_Panel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gdMemo)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit(); this.SuspendLayout(); // // FrmBase_Fill_Panel // this.FrmBase_Fill_Panel.Controls.Add(this.gdMemo); this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default; this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill; this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(0, 24); this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel"; this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(608, 319); this.FrmBase_Fill_Panel.TabIndex = 0; // // _FrmBase_Toolbars_Dock_Area_Left // this._FrmBase_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._FrmBase_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control; this._FrmBase_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left; this._FrmBase_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText; this._FrmBase_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 24); this._FrmBase_Toolbars_Dock_Area_Left.Name = "_FrmBase_Toolbars_Dock_Area_Left"; this._FrmBase_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 319); this._FrmBase_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1; // // _FrmBase_Toolbars_Dock_Area_Right // this._FrmBase_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._FrmBase_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control; this._FrmBase_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right; this._FrmBase_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText; this._FrmBase_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(608, 24); this._FrmBase_Toolbars_Dock_Area_Right.Name = "_FrmBase_Toolbars_Dock_Area_Right"; this._FrmBase_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 319); this._FrmBase_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1; // // _FrmBase_Toolbars_Dock_Area_Top // this._FrmBase_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._FrmBase_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control; this._FrmBase_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top; this._FrmBase_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText; this._FrmBase_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0); this._FrmBase_Toolbars_Dock_Area_Top.Name = "_FrmBase_Toolbars_Dock_Area_Top"; this._FrmBase_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(608, 24); this._FrmBase_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1; // // _FrmBase_Toolbars_Dock_Area_Bottom // this._FrmBase_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._FrmBase_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control; this._FrmBase_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom; this._FrmBase_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText; this._FrmBase_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 343); this._FrmBase_Toolbars_Dock_Area_Bottom.Name = "_FrmBase_Toolbars_Dock_Area_Bottom"; this._FrmBase_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(608, 0); this._FrmBase_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1; // // gdMemo // this.gdMemo.DataMember = "Table1"; this.gdMemo.DataSource = this.dataSet1; appearance29.BackColor = System.Drawing.SystemColors.Window; appearance29.BorderColor = System.Drawing.SystemColors.InactiveCaption; this.gdMemo.DisplayLayout.Appearance = appearance29; this.gdMemo.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ExtendLastColumn; ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly; ultraGridColumn1.Header.VisiblePosition = 0; ultraGridColumn1.Hidden = true; ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0; ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1; ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1; ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly; ultraGridColumn2.Header.VisiblePosition = 1; ultraGridColumn2.Hidden = true; ultraGridColumn2.RowLayoutColumnInfo.OriginX = 1; ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1; ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1; ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly; ultraGridColumn3.Header.VisiblePosition = 2; ultraGridColumn3.RowLayoutColumnInfo.OriginX = 0; ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(95, 0); ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1; ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1; ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly; ultraGridColumn4.Header.VisiblePosition = 3; ultraGridColumn4.RowLayoutColumnInfo.OriginX = 1; ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(74, 0); ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1; ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1; ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly; ultraGridColumn5.Header.VisiblePosition = 4; ultraGridColumn5.RowLayoutColumnInfo.OriginX = 3; ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(193, 0); ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1; ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1; appearance42.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); ultraGridColumn6.CellAppearance = appearance42; ultraGridColumn6.Header.VisiblePosition = 5; ultraGridColumn6.RowLayoutColumnInfo.OriginX = 4; ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn6.RowLayoutColumnInfo.SpanX = 1; ultraGridColumn6.RowLayoutColumnInfo.SpanY = 1; ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly; ultraGridColumn7.Header.VisiblePosition = 6; ultraGridColumn7.RowLayoutColumnInfo.OriginX = 2; ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(79, 0); ultraGridColumn7.RowLayoutColumnInfo.SpanX = 1; ultraGridColumn7.RowLayoutColumnInfo.SpanY = 1; ultraGridColumn8.Header.VisiblePosition = 7; ultraGridColumn8.Hidden = true; ultraGridColumn8.RowLayoutColumnInfo.OriginX = 6; ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn8.RowLayoutColumnInfo.SpanX = 1; ultraGridColumn8.RowLayoutColumnInfo.SpanY = 1; ultraGridBand1.Columns.AddRange(new object[] { ultraGridColumn1, ultraGridColumn2, ultraGridColumn3, ultraGridColumn4, ultraGridColumn5, ultraGridColumn6, ultraGridColumn7, ultraGridColumn8}); ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout; this.gdMemo.DisplayLayout.BandsSerializer.Add(ultraGridBand1); this.gdMemo.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; this.gdMemo.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False; appearance31.BackColor = System.Drawing.SystemColors.ActiveBorder; appearance31.BackColor2 = System.Drawing.SystemColors.ControlDark; appearance31.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical; appearance31.BorderColor = System.Drawing.SystemColors.Window; this.gdMemo.DisplayLayout.GroupByBox.Appearance = appearance31; appearance32.ForeColor = System.Drawing.SystemColors.GrayText; this.gdMemo.DisplayLayout.GroupByBox.BandLabelAppearance = appearance32; this.gdMemo.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; appearance33.BackColor = System.Drawing.SystemColors.ControlLightLight; appearance33.BackColor2 = System.Drawing.SystemColors.Control; appearance33.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal; appearance33.ForeColor = System.Drawing.SystemColors.GrayText; this.gdMemo.DisplayLayout.GroupByBox.PromptAppearance = appearance33; this.gdMemo.DisplayLayout.MaxColScrollRegions = 1; this.gdMemo.DisplayLayout.MaxRowScrollRegions = 1; appearance34.BackColor = System.Drawing.SystemColors.Window; appearance34.ForeColor = System.Drawing.SystemColors.ControlText; this.gdMemo.DisplayLayout.Override.ActiveCellAppearance = appearance34; appearance35.BackColor = System.Drawing.SystemColors.Highlight; appearance35.ForeColor = System.Drawing.SystemColors.HighlightText; this.gdMemo.DisplayLayout.Override.ActiveRowAppearance = appearance35; this.gdMemo.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted; this.gdMemo.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted; appearance36.BackColor = System.Drawing.SystemColors.Window; this.gdMemo.DisplayLayout.Override.CardAreaAppearance = appearance36; appearance37.BorderColor = System.Drawing.Color.Silver; appearance37.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter; this.gdMemo.DisplayLayout.Override.CellAppearance = appearance37; this.gdMemo.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText; this.gdMemo.DisplayLayout.Override.CellPadding = 0; appearance38.BackColor = System.Drawing.SystemColors.Control; appearance38.BackColor2 = System.Drawing.SystemColors.ControlDark; appearance38.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element; appearance38.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal; appearance38.BorderColor = System.Drawing.SystemColors.Window; this.gdMemo.DisplayLayout.Override.GroupByRowAppearance = appearance38; appearance39.TextHAlignAsString = "Left"; this.gdMemo.DisplayLayout.Override.HeaderAppearance = appearance39; this.gdMemo.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti; this.gdMemo.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand; appearance40.BackColor = System.Drawing.SystemColors.Window; appearance40.BorderColor = System.Drawing.Color.Silver; this.gdMemo.DisplayLayout.Override.RowAppearance = appearance40; this.gdMemo.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False; appearance41.BackColor = System.Drawing.SystemColors.ControlLight; this.gdMemo.DisplayLayout.Override.TemplateAddRowAppearance = appearance41; this.gdMemo.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill; this.gdMemo.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate; this.gdMemo.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy; this.gdMemo.Dock = System.Windows.Forms.DockStyle.Fill; this.gdMemo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.gdMemo.Location = new System.Drawing.Point(0, 0); this.gdMemo.Name = "gdMemo"; this.gdMemo.Size = new System.Drawing.Size(608, 319); this.gdMemo.TabIndex = 0; this.gdMemo.Text = "ultraGrid1"; // // 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.dataColumn8}); this.dataTable1.TableName = "Table1"; // // dataColumn1 // this.dataColumn1.ColumnName = "ORD_PK"; // // dataColumn2 // this.dataColumn2.ColumnName = "ORD_LN_PK"; // // dataColumn3 // this.dataColumn3.Caption = "合同号"; this.dataColumn3.ColumnName = "ORDER_NO"; // // dataColumn4 // this.dataColumn4.Caption = "合同行号"; this.dataColumn4.ColumnName = "ORDER_SEQ"; // // dataColumn5 // this.dataColumn5.Caption = "加工备注"; this.dataColumn5.ColumnName = "ORDER_ADD_DESC"; // // dataColumn6 // this.dataColumn6.Caption = "回退原因"; this.dataColumn6.ColumnName = "BACK_REASON"; // // dataColumn7 // this.dataColumn7.Caption = "确认状态"; this.dataColumn7.ColumnName = "AFFIRM_STATUS"; // // dataColumn8 // this.dataColumn8.Caption = "状态代码"; this.dataColumn8.ColumnName = "STATUS_CODE"; // // ultraToolbarsManager1 // this.ultraToolbarsManager1.DesignerFlags = 1; this.ultraToolbarsManager1.DockWithinContainer = this; this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(CoreFS.CA06.FrmBase); this.ultraToolbarsManager1.ShowQuickCustomizeButton = false; ultraToolbar1.DockedColumn = 0; ultraToolbar1.DockedRow = 0; ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] { buttonTool1, buttonTool2, buttonTool3, buttonTool4}); ultraToolbar1.Text = "UltraToolbar1"; this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] { ultraToolbar1}); appearance11.Image = ((object)(resources.GetObject("appearance11.Image"))); buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance11; buttonTool5.SharedPropsInternal.Caption = "查询"; buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText; appearance12.Image = ((object)(resources.GetObject("appearance12.Image"))); buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance12; buttonTool6.SharedPropsInternal.Caption = "确认"; buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText; appearance13.Image = ((object)(resources.GetObject("appearance13.Image"))); buttonTool7.SharedPropsInternal.AppearancesSmall.Appearance = appearance13; buttonTool7.SharedPropsInternal.Caption = "回退"; buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText; appearance14.Image = ((object)(resources.GetObject("appearance14.Image"))); buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance14; buttonTool8.SharedPropsInternal.Caption = "关闭"; buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText; this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] { buttonTool5, buttonTool6, buttonTool7, buttonTool8}); this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick); // // FrmAffirmProcessMemo // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(608, 343); this.Controls.Add(this.FrmBase_Fill_Panel); this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Left); this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Right); this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Top); this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Bottom); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "FrmAffirmProcessMemo"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "确认加工备注"; this.Load += new System.EventHandler(this.FrmAffirmProcessMemo_Load); this.FrmBase_Fill_Panel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gdMemo)).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 FrmBase_Fill_Panel; private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Left; private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Right; private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Top; private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Bottom; private Infragistics.Win.UltraWinGrid.UltraGrid gdMemo; 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; private System.Data.DataColumn dataColumn8; } }