| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210 |
- namespace Core.StlMes.Client.PlnSaleOrd
- {
- partial class FrmAddEinSpec
- {
- /// <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.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doQuery");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doAdd");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doModify");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Refresh");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doQuery");
- Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAddEinSpec));
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doAdd");
- Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doModify");
- Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doDelete");
- Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doResume");
- Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Refresh");
- Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
- Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
- this.ultraToolbarsSpec = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
- this.FrmAddEinSpec_Fill_Panel = new System.Windows.Forms.Panel();
- this.panDelivery = new System.Windows.Forms.Panel();
- this._FrmAddEinSpec_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this._FrmAddEinSpec_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this._FrmAddEinSpec_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this._FrmAddEinSpec_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsSpec)).BeginInit();
- this.FrmAddEinSpec_Fill_Panel.SuspendLayout();
- this.SuspendLayout();
- //
- // ultraToolbarsSpec
- //
- this.ultraToolbarsSpec.DesignerFlags = 1;
- this.ultraToolbarsSpec.DockWithinContainer = this;
- this.ultraToolbarsSpec.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
- ultraToolbar1.DockedColumn = 0;
- ultraToolbar1.DockedRow = 0;
- ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
- buttonTool1,
- buttonTool2,
- buttonTool3,
- buttonTool11,
- buttonTool12});
- ultraToolbar1.Text = "UltraToolbar1";
- this.ultraToolbarsSpec.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
- ultraToolbar1});
- appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
- buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
- buttonTool6.SharedPropsInternal.Caption = "查询";
- buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
- buttonTool7.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
- buttonTool7.SharedPropsInternal.Caption = "新增";
- buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance13.Image = ((object)(resources.GetObject("appearance13.Image")));
- buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance13;
- buttonTool8.SharedPropsInternal.Caption = "修改";
- buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance14.Image = ((object)(resources.GetObject("appearance14.Image")));
- buttonTool9.SharedPropsInternal.AppearancesSmall.Appearance = appearance14;
- buttonTool9.SharedPropsInternal.Caption = "作废";
- buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance17.Image = ((object)(resources.GetObject("appearance17.Image")));
- buttonTool10.SharedPropsInternal.AppearancesSmall.Appearance = appearance17;
- buttonTool10.SharedPropsInternal.Caption = "恢复";
- buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance15.Image = ((object)(resources.GetObject("appearance15.Image")));
- buttonTool13.SharedPropsInternal.AppearancesSmall.Appearance = appearance15;
- buttonTool13.SharedPropsInternal.Caption = "刷新";
- buttonTool13.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance16.Image = ((object)(resources.GetObject("appearance16.Image")));
- buttonTool14.SharedPropsInternal.AppearancesSmall.Appearance = appearance16;
- buttonTool14.SharedPropsInternal.Caption = "关闭";
- buttonTool14.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- this.ultraToolbarsSpec.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
- buttonTool6,
- buttonTool7,
- buttonTool8,
- buttonTool9,
- buttonTool10,
- buttonTool13,
- buttonTool14});
- this.ultraToolbarsSpec.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsSpec_ToolClick);
- //
- // FrmAddEinSpec_Fill_Panel
- //
- this.FrmAddEinSpec_Fill_Panel.Controls.Add(this.panDelivery);
- this.FrmAddEinSpec_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
- this.FrmAddEinSpec_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
- this.FrmAddEinSpec_Fill_Panel.Location = new System.Drawing.Point(0, 25);
- this.FrmAddEinSpec_Fill_Panel.Name = "FrmAddEinSpec_Fill_Panel";
- this.FrmAddEinSpec_Fill_Panel.Size = new System.Drawing.Size(852, 434);
- this.FrmAddEinSpec_Fill_Panel.TabIndex = 0;
- //
- // panDelivery
- //
- this.panDelivery.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panDelivery.Location = new System.Drawing.Point(0, 0);
- this.panDelivery.Name = "panDelivery";
- this.panDelivery.Size = new System.Drawing.Size(852, 434);
- this.panDelivery.TabIndex = 0;
- //
- // _FrmAddEinSpec_Toolbars_Dock_Area_Left
- //
- this._FrmAddEinSpec_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._FrmAddEinSpec_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
- this._FrmAddEinSpec_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
- this._FrmAddEinSpec_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
- this._FrmAddEinSpec_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 25);
- this._FrmAddEinSpec_Toolbars_Dock_Area_Left.Name = "_FrmAddEinSpec_Toolbars_Dock_Area_Left";
- this._FrmAddEinSpec_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 434);
- this._FrmAddEinSpec_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsSpec;
- //
- // _FrmAddEinSpec_Toolbars_Dock_Area_Right
- //
- this._FrmAddEinSpec_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._FrmAddEinSpec_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
- this._FrmAddEinSpec_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
- this._FrmAddEinSpec_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
- this._FrmAddEinSpec_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(852, 25);
- this._FrmAddEinSpec_Toolbars_Dock_Area_Right.Name = "_FrmAddEinSpec_Toolbars_Dock_Area_Right";
- this._FrmAddEinSpec_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 434);
- this._FrmAddEinSpec_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsSpec;
- //
- // _FrmAddEinSpec_Toolbars_Dock_Area_Top
- //
- this._FrmAddEinSpec_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._FrmAddEinSpec_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
- this._FrmAddEinSpec_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
- this._FrmAddEinSpec_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
- this._FrmAddEinSpec_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
- this._FrmAddEinSpec_Toolbars_Dock_Area_Top.Name = "_FrmAddEinSpec_Toolbars_Dock_Area_Top";
- this._FrmAddEinSpec_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(852, 25);
- this._FrmAddEinSpec_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsSpec;
- //
- // _FrmAddEinSpec_Toolbars_Dock_Area_Bottom
- //
- this._FrmAddEinSpec_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._FrmAddEinSpec_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
- this._FrmAddEinSpec_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
- this._FrmAddEinSpec_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
- this._FrmAddEinSpec_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 459);
- this._FrmAddEinSpec_Toolbars_Dock_Area_Bottom.Name = "_FrmAddEinSpec_Toolbars_Dock_Area_Bottom";
- this._FrmAddEinSpec_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(852, 0);
- this._FrmAddEinSpec_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsSpec;
- //
- // FrmAddEinSpec
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(852, 459);
- this.Controls.Add(this.FrmAddEinSpec_Fill_Panel);
- this.Controls.Add(this._FrmAddEinSpec_Toolbars_Dock_Area_Left);
- this.Controls.Add(this._FrmAddEinSpec_Toolbars_Dock_Area_Right);
- this.Controls.Add(this._FrmAddEinSpec_Toolbars_Dock_Area_Top);
- this.Controls.Add(this._FrmAddEinSpec_Toolbars_Dock_Area_Bottom);
- this.Name = "FrmAddEinSpec";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "新增镦拔扩投入规格";
- this.Load += new System.EventHandler(this.FrmAddEinSpec_Load);
- ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsSpec)).EndInit();
- this.FrmAddEinSpec_Fill_Panel.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsSpec;
- private System.Windows.Forms.Panel FrmAddEinSpec_Fill_Panel;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmAddEinSpec_Toolbars_Dock_Area_Left;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmAddEinSpec_Toolbars_Dock_Area_Right;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmAddEinSpec_Toolbars_Dock_Area_Top;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmAddEinSpec_Toolbars_Dock_Area_Bottom;
- private System.Windows.Forms.Panel panDelivery;
- }
- }
|