| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315 |
- namespace Core.StlMes.Client.Sale.UI.Balance.DlgBox
- {
- partial class DlgSelectInvoceTransMnyAndOutStockMny
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- 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.Appearance appearance42 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance46 = 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("Choose");
- 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(DlgSelectInvoceTransMnyAndOutStockMny));
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Choose");
- 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();
- this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.dateTimePicker4 = new System.Windows.Forms.DateTimePicker();
- this.dateTimePicker3 = new System.Windows.Forms.DateTimePicker();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.textBox7 = new System.Windows.Forms.TextBox();
- 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();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
- this.groupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
- this.SuspendLayout();
- //
- // ultraGrid2
- //
- appearance35.BackColor = System.Drawing.SystemColors.Window;
- appearance35.BorderColor = System.Drawing.SystemColors.InactiveCaption;
- this.ultraGrid2.DisplayLayout.Appearance = appearance35;
- this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- appearance36.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance36.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance36.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance36.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance36;
- appearance37.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance37;
- this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- appearance38.BackColor = System.Drawing.SystemColors.ControlLightLight;
- appearance38.BackColor2 = System.Drawing.SystemColors.Control;
- appearance38.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance38.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance38;
- this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
- this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
- appearance39.BackColor = System.Drawing.SystemColors.Window;
- appearance39.ForeColor = System.Drawing.SystemColors.ControlText;
- this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance39;
- appearance40.BackColor = System.Drawing.SystemColors.Highlight;
- appearance40.ForeColor = System.Drawing.SystemColors.HighlightText;
- this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance40;
- this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
- this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
- appearance41.BackColor = System.Drawing.SystemColors.Window;
- this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance41;
- appearance42.BorderColor = System.Drawing.Color.Silver;
- appearance42.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
- this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance42;
- this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
- appearance43.BackColor = System.Drawing.SystemColors.Control;
- appearance43.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance43.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance43.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance43.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance43;
- appearance44.TextHAlignAsString = "Left";
- this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance44;
- this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
- appearance45.BackColor = System.Drawing.SystemColors.Window;
- appearance45.BorderColor = System.Drawing.Color.Silver;
- this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance45;
- this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
- appearance46.BackColor = System.Drawing.SystemColors.ControlLight;
- this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance46;
- this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
- this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGrid2.Location = new System.Drawing.Point(0, 65);
- this.ultraGrid2.Name = "ultraGrid2";
- this.ultraGrid2.Size = new System.Drawing.Size(987, 351);
- this.ultraGrid2.TabIndex = 41;
- this.ultraGrid2.Text = "ultraGrid2";
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.dateTimePicker4);
- this.groupBox1.Controls.Add(this.dateTimePicker3);
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Controls.Add(this.label3);
- this.groupBox1.Controls.Add(this.textBox7);
- this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
- this.groupBox1.Location = new System.Drawing.Point(0, 23);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(987, 42);
- this.groupBox1.TabIndex = 42;
- this.groupBox1.TabStop = false;
- //
- // dateTimePicker4
- //
- this.dateTimePicker4.Location = new System.Drawing.Point(189, 16);
- this.dateTimePicker4.Name = "dateTimePicker4";
- this.dateTimePicker4.Size = new System.Drawing.Size(121, 21);
- this.dateTimePicker4.TabIndex = 504;
- //
- // dateTimePicker3
- //
- this.dateTimePicker3.Location = new System.Drawing.Point(64, 16);
- this.dateTimePicker3.Name = "dateTimePicker3";
- this.dateTimePicker3.Size = new System.Drawing.Size(121, 21);
- this.dateTimePicker3.TabIndex = 505;
- //
- // 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(313, 16);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(43, 21);
- this.label2.TabIndex = 503;
- this.label2.Text = "提单号";
- this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // label3
- //
- this.label3.BackColor = System.Drawing.Color.LightSteelBlue;
- this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label3.Font = new System.Drawing.Font("宋体", 9F);
- this.label3.ImeMode = System.Windows.Forms.ImeMode.NoControl;
- this.label3.Location = new System.Drawing.Point(4, 16);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(57, 21);
- this.label3.TabIndex = 503;
- this.label3.Text = "维护时间";
- this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // textBox7
- //
- this.textBox7.Location = new System.Drawing.Point(358, 16);
- this.textBox7.Name = "textBox7";
- this.textBox7.Size = new System.Drawing.Size(121, 21);
- this.textBox7.TabIndex = 494;
- //
- // ultraToolbarsManager1
- //
- this.ultraToolbarsManager1.DesignerFlags = 1;
- this.ultraToolbarsManager1.DockWithinContainer = this;
- this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(Core.StlMes.Client.Sale.Common.FrmStyleBase.FrmUIBase);
- 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(987, 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, 416);
- this._DlgSelectBuyer_Toolbars_Dock_Area_Bottom.Name = "_DlgSelectBuyer_Toolbars_Dock_Area_Bottom";
- this._DlgSelectBuyer_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(987, 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, 393);
- 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(987, 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, 393);
- this._DlgSelectBuyer_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
- //
- // DlgSelectInvoceTransMnyAndOutStockMny
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.AutoSize = true;
- this.ClientSize = new System.Drawing.Size(987, 416);
- this.Controls.Add(this.ultraGrid2);
- this.Controls.Add(this.groupBox1);
- 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 = "DlgSelectInvoceTransMnyAndOutStockMny";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.StatusCustomInfo = "F1:用户视图 F2:表格拖选统计";
- this.Text = "运费,出库费编单";
- this.Load += new System.EventHandler(this.DlgSelectInvoceTransMnyAndOutStockMny_Load);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.DateTimePicker dateTimePicker4;
- private System.Windows.Forms.DateTimePicker dateTimePicker3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox textBox7;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
- 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;
- }
- }
|