namespace Pur.order { partial class frmMaintainJhy { /// /// 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("doQuery"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doSure"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doExit"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doQuery"); Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMaintainJhy)); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doSure"); Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doExit"); Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance(); this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components); this.FrmPmsBase_Fill_Panel = new System.Windows.Forms.Panel(); this._FrmPmsBase_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this._FrmPmsBase_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this._FrmPmsBase_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this._FrmPmsBase_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit(); this.FrmPmsBase_Fill_Panel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.SuspendLayout(); this.SuspendLayout(); // // ultraToolbarsManager1 // this.ultraToolbarsManager1.DesignerFlags = 1; this.ultraToolbarsManager1.DockWithinContainer = this; this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(Pur.Entity.FrmPmsBase); this.ultraToolbarsManager1.ShowQuickCustomizeButton = false; ultraToolbar1.DockedColumn = 0; ultraToolbar1.DockedRow = 0; ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] { buttonTool1, buttonTool2, buttonTool3}); ultraToolbar1.Text = "UltraToolbar1"; this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] { ultraToolbar1}); 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}); // // FrmPmsBase_Fill_Panel // this.FrmPmsBase_Fill_Panel.Controls.Add(this.splitContainer1); this.FrmPmsBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default; this.FrmPmsBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill; this.FrmPmsBase_Fill_Panel.Location = new System.Drawing.Point(0, 24); this.FrmPmsBase_Fill_Panel.Name = "FrmPmsBase_Fill_Panel"; this.FrmPmsBase_Fill_Panel.Size = new System.Drawing.Size(865, 397); this.FrmPmsBase_Fill_Panel.TabIndex = 0; // // _FrmPmsBase_Toolbars_Dock_Area_Left // this._FrmPmsBase_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._FrmPmsBase_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control; this._FrmPmsBase_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left; this._FrmPmsBase_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText; this._FrmPmsBase_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 24); this._FrmPmsBase_Toolbars_Dock_Area_Left.Name = "_FrmPmsBase_Toolbars_Dock_Area_Left"; this._FrmPmsBase_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 397); this._FrmPmsBase_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1; // // _FrmPmsBase_Toolbars_Dock_Area_Right // this._FrmPmsBase_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._FrmPmsBase_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control; this._FrmPmsBase_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right; this._FrmPmsBase_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText; this._FrmPmsBase_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(865, 24); this._FrmPmsBase_Toolbars_Dock_Area_Right.Name = "_FrmPmsBase_Toolbars_Dock_Area_Right"; this._FrmPmsBase_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 397); this._FrmPmsBase_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1; // // _FrmPmsBase_Toolbars_Dock_Area_Top // this._FrmPmsBase_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._FrmPmsBase_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control; this._FrmPmsBase_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top; this._FrmPmsBase_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText; this._FrmPmsBase_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0); this._FrmPmsBase_Toolbars_Dock_Area_Top.Name = "_FrmPmsBase_Toolbars_Dock_Area_Top"; this._FrmPmsBase_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(865, 24); this._FrmPmsBase_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1; // // _FrmPmsBase_Toolbars_Dock_Area_Bottom // this._FrmPmsBase_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._FrmPmsBase_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control; this._FrmPmsBase_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom; this._FrmPmsBase_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText; this._FrmPmsBase_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 421); this._FrmPmsBase_Toolbars_Dock_Area_Bottom.Name = "_FrmPmsBase_Toolbars_Dock_Area_Bottom"; this._FrmPmsBase_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(865, 0); this._FrmPmsBase_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Size = new System.Drawing.Size(865, 397); this.splitContainer1.SplitterDistance = 447; this.splitContainer1.TabIndex = 0; // // frmMaintainJhy // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(865, 421); this.Controls.Add(this.FrmPmsBase_Fill_Panel); this.Controls.Add(this._FrmPmsBase_Toolbars_Dock_Area_Left); this.Controls.Add(this._FrmPmsBase_Toolbars_Dock_Area_Right); this.Controls.Add(this._FrmPmsBase_Toolbars_Dock_Area_Top); this.Controls.Add(this._FrmPmsBase_Toolbars_Dock_Area_Bottom); this.Name = "frmMaintainJhy"; this.Text = "检验项目批量维护"; this.Load += new System.EventHandler(this.frmMaintainJhy_Load); ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit(); this.FrmPmsBase_Fill_Panel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1; private System.Windows.Forms.Panel FrmPmsBase_Fill_Panel; private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmPmsBase_Toolbars_Dock_Area_Left; private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmPmsBase_Toolbars_Dock_Area_Right; private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmPmsBase_Toolbars_Dock_Area_Top; private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmPmsBase_Toolbars_Dock_Area_Bottom; private System.Windows.Forms.SplitContainer splitContainer1; } }