namespace Lskj.Control { partial class ModuleGridEx { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.pm_print = new DevExpress.XtraBars.PopupMenu(); this.barManager1 = new DevExpress.XtraBars.BarManager(); this.barDockControlTop = new DevExpress.XtraBars.BarDockControl(); this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); this.barDockControlRight = new DevExpress.XtraBars.BarDockControl(); this.pm_oper = new DevExpress.XtraBars.PopupMenu(); this.pm_common = new DevExpress.XtraBars.PopupMenu(); this.grouptip = new System.Windows.Forms.GroupBox(); this.TipsPanel = new System.Windows.Forms.Panel(); this.scc_container = new DevExpress.XtraEditors.SplitContainerControl(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.gcMain = new Lskj.Control.GridControlEx(); this.pl_buttom = new DevExpress.XtraEditors.PanelControl(); this.dpbTools = new DevExpress.XtraEditors.DropDownButton(); this.btnSave = new DevExpress.XtraEditors.SimpleButton(); this.btnUpdate = new DevExpress.XtraEditors.SimpleButton(); this.btnPrint = new DevExpress.XtraEditors.SimpleButton(); this.btnExport = new DevExpress.XtraEditors.SimpleButton(); this.btnImport = new DevExpress.XtraEditors.SimpleButton(); this.btnDel = new DevExpress.XtraEditors.SimpleButton(); this.btnAdd = new DevExpress.XtraEditors.SimpleButton(); this.pl_top_RightMenus = new DevExpress.XtraEditors.PanelControl(); this.pl_top_search = new DevExpress.XtraEditors.PanelControl(); this.pl_top_fix_search = new DevExpress.XtraEditors.PanelControl(); this.label1 = new System.Windows.Forms.Label(); this.txtFixKey = new System.Windows.Forms.TextBox(); this.btnFixSearch = new DevExpress.XtraEditors.SimpleButton(); this.cbField = new System.Windows.Forms.ComboBox(); this.pl_top_right = new DevExpress.XtraEditors.PanelControl(); this.ddbOper = new DevExpress.XtraEditors.DropDownButton(); this.ddbPrint = new DevExpress.XtraEditors.DropDownButton(); this.btnHelp = new DevExpress.XtraEditors.SimpleButton(); this.btnAttach = new DevExpress.XtraEditors.SimpleButton(); this.btnRefresh = new DevExpress.XtraEditors.SimpleButton(); this.pl_top = new DevExpress.XtraEditors.PanelControl(); ((System.ComponentModel.ISupportInitialize)(this.pm_print)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pm_oper)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pm_common)).BeginInit(); this.grouptip.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.scc_container)).BeginInit(); this.scc_container.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_buttom)).BeginInit(); this.pl_buttom.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_top_RightMenus)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pl_top_search)).BeginInit(); this.pl_top_search.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_top_fix_search)).BeginInit(); this.pl_top_fix_search.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_top_right)).BeginInit(); this.pl_top_right.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_top)).BeginInit(); this.pl_top.SuspendLayout(); this.SuspendLayout(); // // pm_print // this.pm_print.Manager = this.barManager1; this.pm_print.Name = "pm_print"; // // barManager1 // this.barManager1.DockControls.Add(this.barDockControlTop); this.barManager1.DockControls.Add(this.barDockControlBottom); this.barManager1.DockControls.Add(this.barDockControlLeft); this.barManager1.DockControls.Add(this.barDockControlRight); this.barManager1.Form = this; this.barManager1.MaxItemId = 0; // // barDockControlTop // this.barDockControlTop.CausesValidation = false; this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top; this.barDockControlTop.Location = new System.Drawing.Point(0, 0); this.barDockControlTop.Size = new System.Drawing.Size(1778, 0); // // barDockControlBottom // this.barDockControlBottom.CausesValidation = false; this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.barDockControlBottom.Location = new System.Drawing.Point(0, 695); this.barDockControlBottom.Size = new System.Drawing.Size(1778, 0); // // barDockControlLeft // this.barDockControlLeft.CausesValidation = false; this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left; this.barDockControlLeft.Location = new System.Drawing.Point(0, 0); this.barDockControlLeft.Size = new System.Drawing.Size(0, 695); // // barDockControlRight // this.barDockControlRight.CausesValidation = false; this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right; this.barDockControlRight.Location = new System.Drawing.Point(1778, 0); this.barDockControlRight.Size = new System.Drawing.Size(0, 695); // // pm_oper // this.pm_oper.Manager = this.barManager1; this.pm_oper.Name = "pm_oper"; // // pm_common // this.pm_common.Manager = this.barManager1; this.pm_common.Name = "pm_common"; // // grouptip // this.grouptip.Controls.Add(this.TipsPanel); this.grouptip.Dock = System.Windows.Forms.DockStyle.Fill; this.grouptip.Location = new System.Drawing.Point(0, 0); this.grouptip.Name = "grouptip"; this.grouptip.Size = new System.Drawing.Size(0, 0); this.grouptip.TabIndex = 12; this.grouptip.TabStop = false; this.grouptip.Text = "备注提示:"; // // TipsPanel // this.TipsPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.TipsPanel.Location = new System.Drawing.Point(3, 25); this.TipsPanel.Name = "TipsPanel"; this.TipsPanel.Size = new System.Drawing.Size(0, 0); this.TipsPanel.TabIndex = 12; this.TipsPanel.Visible = true; // // scc_container // this.scc_container.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2; this.scc_container.Dock = System.Windows.Forms.DockStyle.Fill; this.scc_container.Horizontal = false; this.scc_container.Location = new System.Drawing.Point(0, 0); this.scc_container.Name = "scc_container"; this.scc_container.Panel1.AutoScroll = true; this.scc_container.Panel1.Controls.Add(this.grouptip); this.scc_container.Panel1.Text = "Panel1"; this.scc_container.Panel2.Controls.Add(this.panelControl1); this.scc_container.Panel2.Controls.Add(this.pl_buttom); this.scc_container.Panel2.Controls.Add(this.pl_top); this.scc_container.Panel2.Controls.Add(this.pl_top_RightMenus); this.scc_container.Panel2.Text = "Panel2"; this.scc_container.PanelVisibility = DevExpress.XtraEditors.SplitPanelVisibility.Panel2; this.scc_container.Size = new System.Drawing.Size(1778, 695); this.scc_container.SplitterPosition = 97; this.scc_container.TabIndex = 1; this.scc_container.SplitterMoved += new System.EventHandler(this.OnSplitterMoved); // // panelControl1 // this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.gcMain); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl1.Location = new System.Drawing.Point(0, 69); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(1778, 590); this.panelControl1.TabIndex = 23; // // gcMain // this.gcMain.AdapterObj = null; this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill; this.gcMain.Location = new System.Drawing.Point(0, 0); this.gcMain.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.gcMain.Name = "gcMain"; this.gcMain.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum; this.gcMain.Size = new System.Drawing.Size(1778, 590); this.gcMain.TabIndex = 0; // // pl_buttom // this.pl_buttom.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_buttom.Controls.Add(this.dpbTools); this.pl_buttom.Controls.Add(this.btnSave); this.pl_buttom.Controls.Add(this.btnUpdate); this.pl_buttom.Controls.Add(this.btnPrint); this.pl_buttom.Controls.Add(this.btnExport); this.pl_buttom.Controls.Add(this.btnImport); this.pl_buttom.Controls.Add(this.btnDel); this.pl_buttom.Controls.Add(this.btnAdd); this.pl_buttom.Dock = System.Windows.Forms.DockStyle.Bottom; this.pl_buttom.Location = new System.Drawing.Point(0, 659); this.pl_buttom.Name = "pl_buttom"; this.pl_buttom.Size = new System.Drawing.Size(1778, 36); this.pl_buttom.TabIndex = 22; // // dpbTools // this.dpbTools.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.dpbTools.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dpbTools.Appearance.Options.UseFont = true; this.dpbTools.DropDownArrowStyle = DevExpress.XtraEditors.DropDownArrowStyle.Show; this.dpbTools.DropDownControl = this.pm_common; this.dpbTools.Location = new System.Drawing.Point(1154, 6); this.dpbTools.Name = "dpbTools"; this.dpbTools.Size = new System.Drawing.Size(72, 26); this.dpbTools.TabIndex = 39; this.dpbTools.Text = "常用工具"; // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnSave.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnSave.Appearance.Options.UseFont = true; this.btnSave.Location = new System.Drawing.Point(1468, 6); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(72, 26); this.btnSave.TabIndex = 37; this.btnSave.Text = "保存(&S)"; // // btnUpdate // this.btnUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnUpdate.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnUpdate.Appearance.Options.UseFont = true; this.btnUpdate.Location = new System.Drawing.Point(1390, 6); this.btnUpdate.Name = "btnUpdate"; this.btnUpdate.Size = new System.Drawing.Size(72, 26); this.btnUpdate.TabIndex = 38; this.btnUpdate.Text = "修改(&U)"; this.btnUpdate.Visible = false; // // btnPrint // this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnPrint.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnPrint.Appearance.Options.UseFont = true; this.btnPrint.Location = new System.Drawing.Point(1702, 6); this.btnPrint.Name = "btnPrint"; this.btnPrint.Size = new System.Drawing.Size(72, 26); this.btnPrint.TabIndex = 37; this.btnPrint.Text = "打印(&P)"; this.btnPrint.Visible = false; // // btnExport // this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnExport.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnExport.Appearance.Options.UseFont = true; this.btnExport.Location = new System.Drawing.Point(1624, 6); this.btnExport.Name = "btnExport"; this.btnExport.Size = new System.Drawing.Size(72, 26); this.btnExport.TabIndex = 37; this.btnExport.Text = "导出(&E)"; this.btnExport.Visible = false; // // btnImport // this.btnImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnImport.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnImport.Appearance.Options.UseFont = true; this.btnImport.Location = new System.Drawing.Point(1546, 6); this.btnImport.Name = "btnImport"; this.btnImport.Size = new System.Drawing.Size(72, 26); this.btnImport.TabIndex = 37; this.btnImport.Text = "导入(&I)"; this.btnImport.Visible = false; // // btnDel // this.btnDel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnDel.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnDel.Appearance.Options.UseFont = true; this.btnDel.Location = new System.Drawing.Point(1312, 6); this.btnDel.Name = "btnDel"; this.btnDel.Size = new System.Drawing.Size(72, 26); this.btnDel.TabIndex = 36; this.btnDel.Text = "删除(&D)"; // // btnAdd // this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnAdd.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnAdd.Appearance.Options.UseFont = true; this.btnAdd.Location = new System.Drawing.Point(1234, 6); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(72, 26); this.btnAdd.TabIndex = 35; this.btnAdd.Text = "增加(&A)"; // // pl_top_RightMenus // this.pl_top_RightMenus.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_top_RightMenus.Dock = System.Windows.Forms.DockStyle.Top; this.pl_top_RightMenus.Location = new System.Drawing.Point(0, 0); this.pl_top_RightMenus.Name = "pl_top_RightMenus"; this.pl_top_RightMenus.Size = new System.Drawing.Size(1778, 35); this.pl_top_RightMenus.TabIndex = 20; this.pl_top_RightMenus.Visible = false; // // pl_top_search // this.pl_top_search.Appearance.BackColor = System.Drawing.Color.Transparent; this.pl_top_search.Appearance.Options.UseBackColor = true; this.pl_top_search.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_top_search.Controls.Add(this.pl_top_fix_search); this.pl_top_search.Dock = System.Windows.Forms.DockStyle.Fill; this.pl_top_search.Location = new System.Drawing.Point(0, 0); this.pl_top_search.Name = "pl_top_search"; this.pl_top_search.Size = new System.Drawing.Size(1778, 34); this.pl_top_search.TabIndex = 8; // // pl_top_fix_search // this.pl_top_fix_search.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_top_fix_search.Controls.Add(this.cbField); this.pl_top_fix_search.Controls.Add(this.btnFixSearch); this.pl_top_fix_search.Controls.Add(this.txtFixKey); this.pl_top_fix_search.Controls.Add(this.label1); this.pl_top_fix_search.Dock = System.Windows.Forms.DockStyle.Left; this.pl_top_fix_search.Location = new System.Drawing.Point(0, 0); this.pl_top_fix_search.Name = "pl_top_fix_search"; this.pl_top_fix_search.Size = new System.Drawing.Size(392, 34); this.pl_top_fix_search.TabIndex = 9; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(7, 10); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(46, 22); this.label1.TabIndex = 0; this.label1.Text = "查询"; // // txtFixKey // this.txtFixKey.Location = new System.Drawing.Point(149, 6); this.txtFixKey.Name = "txtFixKey"; this.txtFixKey.Size = new System.Drawing.Size(154, 29); this.txtFixKey.TabIndex = 32; // // btnFixSearch // this.btnFixSearch.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnFixSearch.Appearance.Options.UseFont = true; this.btnFixSearch.Location = new System.Drawing.Point(307, 4); this.btnFixSearch.Name = "btnFixSearch"; this.btnFixSearch.Size = new System.Drawing.Size(63, 24); this.btnFixSearch.TabIndex = 33; this.btnFixSearch.Text = "查询(&Q)"; // // cbField // this.cbField.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbField.FormattingEnabled = true; this.cbField.Location = new System.Drawing.Point(38, 6); this.cbField.Name = "cbField"; this.cbField.Size = new System.Drawing.Size(107, 30); this.cbField.TabIndex = 1; this.cbField.Tag = ""; // // pl_top_right // this.pl_top_right.Appearance.BackColor = System.Drawing.Color.Transparent; this.pl_top_right.Appearance.Options.UseBackColor = true; this.pl_top_right.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_top_right.Controls.Add(this.btnRefresh); this.pl_top_right.Controls.Add(this.btnAttach); this.pl_top_right.Controls.Add(this.btnHelp); this.pl_top_right.Controls.Add(this.ddbPrint); this.pl_top_right.Controls.Add(this.ddbOper); this.pl_top_right.Dock = System.Windows.Forms.DockStyle.Right; this.pl_top_right.Location = new System.Drawing.Point(1376, 0); this.pl_top_right.Name = "pl_top_right"; this.pl_top_right.Size = new System.Drawing.Size(402, 34); this.pl_top_right.TabIndex = 7; // // ddbOper // this.ddbOper.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ddbOper.Appearance.Options.UseFont = true; this.ddbOper.DropDownArrowStyle = DevExpress.XtraEditors.DropDownArrowStyle.Show; this.ddbOper.DropDownControl = this.pm_oper; this.ddbOper.Location = new System.Drawing.Point(88, 4); this.ddbOper.Name = "ddbOper"; this.ddbOper.Size = new System.Drawing.Size(75, 24); this.ddbOper.TabIndex = 13; this.ddbOper.Text = "常用操作"; // // ddbPrint // this.ddbPrint.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ddbPrint.Appearance.Options.UseFont = true; this.ddbPrint.DropDownArrowStyle = DevExpress.XtraEditors.DropDownArrowStyle.Show; this.ddbPrint.DropDownControl = this.pm_print; this.ddbPrint.Location = new System.Drawing.Point(169, 4); this.ddbPrint.Name = "ddbPrint"; this.ddbPrint.Size = new System.Drawing.Size(75, 24); this.ddbPrint.TabIndex = 12; this.ddbPrint.Text = "常用打印"; // // btnHelp // this.btnHelp.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnHelp.Appearance.Options.UseFont = true; this.btnHelp.Location = new System.Drawing.Point(250, 4); this.btnHelp.Name = "btnHelp"; this.btnHelp.Size = new System.Drawing.Size(63, 24); this.btnHelp.TabIndex = 34; this.btnHelp.Text = "帮助文档"; // // btnAttach // this.btnAttach.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnAttach.Appearance.Options.UseFont = true; this.btnAttach.Location = new System.Drawing.Point(9, 4); this.btnAttach.Name = "btnAttach"; this.btnAttach.Size = new System.Drawing.Size(75, 24); this.btnAttach.TabIndex = 40; this.btnAttach.TabStop = false; this.btnAttach.Text = "附件管理"; this.btnAttach.Visible = false; // // btnRefresh // this.btnRefresh.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnRefresh.Appearance.Options.UseFont = true; this.btnRefresh.Location = new System.Drawing.Point(319, 4); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(75, 24); this.btnRefresh.TabIndex = 41; this.btnRefresh.Text = "刷新列数据"; // // pl_top // this.pl_top.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_top.Controls.Add(this.pl_top_right); this.pl_top.Controls.Add(this.pl_top_search); this.pl_top.Dock = System.Windows.Forms.DockStyle.Top; this.pl_top.Location = new System.Drawing.Point(0, 35); this.pl_top.Name = "pl_top"; this.pl_top.Size = new System.Drawing.Size(1778, 34); this.pl_top.TabIndex = 21; // // ModuleGridEx // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.Transparent; this.Controls.Add(this.scc_container); this.Controls.Add(this.barDockControlLeft); this.Controls.Add(this.barDockControlRight); this.Controls.Add(this.barDockControlBottom); this.Controls.Add(this.barDockControlTop); this.Name = "ModuleGridEx"; this.Size = new System.Drawing.Size(1778, 695); ((System.ComponentModel.ISupportInitialize)(this.pm_print)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pm_oper)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pm_common)).EndInit(); this.grouptip.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.scc_container)).EndInit(); this.scc_container.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_buttom)).EndInit(); this.pl_buttom.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_top_RightMenus)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pl_top_search)).EndInit(); this.pl_top_search.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_top_fix_search)).EndInit(); this.pl_top_fix_search.ResumeLayout(false); this.pl_top_fix_search.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_top_right)).EndInit(); this.pl_top_right.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_top)).EndInit(); this.pl_top.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraBars.PopupMenu pm_oper; private DevExpress.XtraBars.BarManager barManager1; private DevExpress.XtraBars.BarDockControl barDockControlTop; private DevExpress.XtraBars.BarDockControl barDockControlBottom; private DevExpress.XtraBars.BarDockControl barDockControlLeft; private DevExpress.XtraBars.BarDockControl barDockControlRight; private DevExpress.XtraBars.PopupMenu pm_print; private DevExpress.XtraBars.PopupMenu pm_common; public DevExpress.XtraEditors.SplitContainerControl scc_container; private System.Windows.Forms.GroupBox grouptip; private System.Windows.Forms.Panel TipsPanel; private DevExpress.XtraEditors.PanelControl panelControl1; private GridControlEx gcMain; private DevExpress.XtraEditors.PanelControl pl_buttom; private DevExpress.XtraEditors.DropDownButton dpbTools; private DevExpress.XtraEditors.SimpleButton btnSave; private DevExpress.XtraEditors.SimpleButton btnUpdate; private DevExpress.XtraEditors.SimpleButton btnPrint; private DevExpress.XtraEditors.SimpleButton btnExport; private DevExpress.XtraEditors.SimpleButton btnImport;