namespace Core.StlMes.Client.Sale.UI.Balance.DlgBox { partial class DlgSelectRolAndCreditRecord { /// /// 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.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("Update"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Exit"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query"); Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DlgSelectRolAndCreditRecord)); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Update"); Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Exit"); Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance(); 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.Appearance appearance15 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance(); this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components); this._DlgSelectBuyer_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this._DlgSelectBuyer_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this._DlgSelectBuyer_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this._DlgSelectBuyer_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this.FrmUIBase_Fill_Panel = new System.Windows.Forms.Panel(); this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label2 = new System.Windows.Forms.Label(); this.textBox7 = new System.Windows.Forms.TextBox(); ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit(); this.FrmUIBase_Fill_Panel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // ultraToolbarsManager1 // this.ultraToolbarsManager1.DesignerFlags = 1; this.ultraToolbarsManager1.DockWithinContainer = this; this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(Core.StlMes.Client.Sale.Common.FrmStyleBase.FrmUIBase); this.ultraToolbarsManager1.ShowFullMenusDelay = 500; ultraToolbar1.DockedColumn = 0; ultraToolbar1.DockedRow = 0; buttonTool1.InstanceProps.IsFirstInGroup = true; buttonTool2.InstanceProps.IsFirstInGroup = true; buttonTool3.InstanceProps.IsFirstInGroup = true; ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] { buttonTool1, buttonTool2, buttonTool3}); ultraToolbar1.Text = "UltraToolbar1"; this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] { ultraToolbar1}); this.ultraToolbarsManager1.ToolbarSettings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False; appearance11.Image = ((object)(resources.GetObject("appearance11.Image"))); buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance11; buttonTool4.SharedPropsInternal.Caption = "查询"; buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText; appearance12.Image = ((object)(resources.GetObject("appearance12.Image"))); buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance12; buttonTool5.SharedPropsInternal.Caption = "接收"; buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText; appearance13.Image = ((object)(resources.GetObject("appearance13.Image"))); buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance13; buttonTool6.SharedPropsInternal.Caption = "关闭"; buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText; this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] { buttonTool4, buttonTool5, buttonTool6}); this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick); // // _DlgSelectBuyer_Toolbars_Dock_Area_Top // this._DlgSelectBuyer_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._DlgSelectBuyer_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control; this._DlgSelectBuyer_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top; this._DlgSelectBuyer_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText; this._DlgSelectBuyer_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0); this._DlgSelectBuyer_Toolbars_Dock_Area_Top.Name = "_DlgSelectBuyer_Toolbars_Dock_Area_Top"; this._DlgSelectBuyer_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(818, 23); this._DlgSelectBuyer_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1; // // _DlgSelectBuyer_Toolbars_Dock_Area_Bottom // this._DlgSelectBuyer_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._DlgSelectBuyer_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control; this._DlgSelectBuyer_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom; this._DlgSelectBuyer_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText; this._DlgSelectBuyer_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 439); this._DlgSelectBuyer_Toolbars_Dock_Area_Bottom.Name = "_DlgSelectBuyer_Toolbars_Dock_Area_Bottom"; this._DlgSelectBuyer_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(818, 0); this._DlgSelectBuyer_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1; // // _DlgSelectBuyer_Toolbars_Dock_Area_Left // this._DlgSelectBuyer_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._DlgSelectBuyer_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control; this._DlgSelectBuyer_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left; this._DlgSelectBuyer_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText; this._DlgSelectBuyer_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 23); this._DlgSelectBuyer_Toolbars_Dock_Area_Left.Name = "_DlgSelectBuyer_Toolbars_Dock_Area_Left"; this._DlgSelectBuyer_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 416); this._DlgSelectBuyer_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1; // // _DlgSelectBuyer_Toolbars_Dock_Area_Right // this._DlgSelectBuyer_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._DlgSelectBuyer_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control; this._DlgSelectBuyer_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right; this._DlgSelectBuyer_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText; this._DlgSelectBuyer_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(818, 23); this._DlgSelectBuyer_Toolbars_Dock_Area_Right.Name = "_DlgSelectBuyer_Toolbars_Dock_Area_Right"; this._DlgSelectBuyer_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 416); this._DlgSelectBuyer_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1; // // FrmUIBase_Fill_Panel // this.FrmUIBase_Fill_Panel.Controls.Add(this.ultraGrid1); this.FrmUIBase_Fill_Panel.Controls.Add(this.groupBox1); this.FrmUIBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default; this.FrmUIBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill; this.FrmUIBase_Fill_Panel.Location = new System.Drawing.Point(0, 23); this.FrmUIBase_Fill_Panel.Name = "FrmUIBase_Fill_Panel"; this.FrmUIBase_Fill_Panel.Size = new System.Drawing.Size(818, 416); this.FrmUIBase_Fill_Panel.TabIndex = 8; // // ultraGrid1 // appearance4.BackColor = System.Drawing.SystemColors.Window; appearance4.BorderColor = System.Drawing.SystemColors.InactiveCaption; this.ultraGrid1.DisplayLayout.Appearance = appearance4; this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False; appearance1.BackColor = System.Drawing.SystemColors.ActiveBorder; appearance1.BackColor2 = System.Drawing.SystemColors.ControlDark; appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical; appearance1.BorderColor = System.Drawing.SystemColors.Window; this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance1; appearance2.ForeColor = System.Drawing.SystemColors.GrayText; this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance2; this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight; appearance3.BackColor2 = System.Drawing.SystemColors.Control; appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal; appearance3.ForeColor = System.Drawing.SystemColors.GrayText; this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance3; this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1; this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1; appearance15.BackColor = System.Drawing.SystemColors.Window; appearance15.ForeColor = System.Drawing.SystemColors.ControlText; this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance15; appearance7.BackColor = System.Drawing.SystemColors.Highlight; appearance7.ForeColor = System.Drawing.SystemColors.HighlightText; this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance7; this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted; this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted; appearance6.BackColor = System.Drawing.SystemColors.Window; this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance6; appearance5.BorderColor = System.Drawing.Color.Silver; appearance5.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter; this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance5; this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText; this.ultraGrid1.DisplayLayout.Override.CellPadding = 0; appearance9.BackColor = System.Drawing.SystemColors.Control; appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark; appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element; appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal; appearance9.BorderColor = System.Drawing.SystemColors.Window; this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance9; appearance14.TextHAlignAsString = "Left"; this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance14; this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti; this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand; appearance10.BackColor = System.Drawing.SystemColors.Window; appearance10.BorderColor = System.Drawing.Color.Silver; this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance10; this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False; appearance8.BackColor = System.Drawing.SystemColors.ControlLight; this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance8; 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, 42); this.ultraGrid1.Name = "ultraGrid1"; this.ultraGrid1.Size = new System.Drawing.Size(818, 374); this.ultraGrid1.TabIndex = 5; this.ultraGrid1.Text = "ultraGrid1"; // // groupBox1 // this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.textBox7); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(818, 42); this.groupBox1.TabIndex = 43; this.groupBox1.TabStop = false; // // label2 // this.label2.BackColor = System.Drawing.Color.LightSteelBlue; this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label2.Font = new System.Drawing.Font("宋体", 9F); this.label2.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label2.Location = new System.Drawing.Point(8, 16); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(64, 21); this.label2.TabIndex = 503; this.label2.Text = "提单号(*)"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textBox7 // this.textBox7.Location = new System.Drawing.Point(74, 16); this.textBox7.Name = "textBox7"; this.textBox7.Size = new System.Drawing.Size(121, 21); this.textBox7.TabIndex = 494; // // DlgSelectRolAndCreditRecord // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(818, 439); this.Controls.Add(this.FrmUIBase_Fill_Panel); this.Controls.Add(this._DlgSelectBuyer_Toolbars_Dock_Area_Left); this.Controls.Add(this._DlgSelectBuyer_Toolbars_Dock_Area_Right); this.Controls.Add(this._DlgSelectBuyer_Toolbars_Dock_Area_Top); this.Controls.Add(this._DlgSelectBuyer_Toolbars_Dock_Area_Bottom); this.Name = "DlgSelectRolAndCreditRecord"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusCustomInfo = "F1:用户视图 F2:表格拖选统计"; this.Text = "DlgSelectRolAndCreditRecord"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.DlgSelectRolAndCreditRecord_Load); ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit(); this.FrmUIBase_Fill_Panel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1; private System.Windows.Forms.Panel FrmUIBase_Fill_Panel; private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _DlgSelectBuyer_Toolbars_Dock_Area_Left; private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _DlgSelectBuyer_Toolbars_Dock_Area_Right; private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _DlgSelectBuyer_Toolbars_Dock_Area_Top; private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _DlgSelectBuyer_Toolbars_Dock_Area_Bottom; private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBox7; } }