namespace Lskj.PubModelAdd3 { partial class BaseModelAdd { /// /// 必需的设计器变量。 /// 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.sccMain_container = new DevExpress.XtraEditors.SplitContainerControl(); this.pl_left = new DevExpress.XtraEditors.PanelControl(); this.pl_left_main = new System.Windows.Forms.Panel(); this.pl_gridandtree_container = new DevExpress.XtraEditors.PanelControl(); this.gridLeft = new Lskj.Control.GridControlEx(); this.pl_left_top = new DevExpress.XtraEditors.PanelControl(); this.pl_right = new DevExpress.XtraEditors.PanelControl(); this.sccRight_container = new DevExpress.XtraEditors.SplitContainerControl(); this.TabControl = new Lskj.Control.TabControlEx(); this.mg_control = new Lskj.Control.ModuleGridEx(); this.mg_bandcontrol = new Lskj.Control.ModuleGridEx(); this.mg_Bottom = new Lskj.Control.ModuleGridEx(); ((System.ComponentModel.ISupportInitialize)(this.sccMain_container)).BeginInit(); this.sccMain_container.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_left)).BeginInit(); this.pl_left.SuspendLayout(); this.pl_left_main.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_gridandtree_container)).BeginInit(); this.pl_gridandtree_container.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_left_top)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pl_right)).BeginInit(); this.pl_right.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.sccRight_container)).BeginInit(); this.sccRight_container.SuspendLayout(); this.SuspendLayout(); // // sccMain_container // this.sccMain_container.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default; this.sccMain_container.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel1; this.sccMain_container.Dock = System.Windows.Forms.DockStyle.Fill; this.sccMain_container.Location = new System.Drawing.Point(0, 0); this.sccMain_container.Name = "sccMain_container"; this.sccMain_container.Panel1.Controls.Add(this.pl_left); this.sccMain_container.Panel1.Text = "Panel1"; this.sccMain_container.Panel2.Controls.Add(this.pl_right); this.sccMain_container.Panel2.Text = "Panel2"; this.sccMain_container.Size = new System.Drawing.Size(1246, 659); this.sccMain_container.SplitterPosition = 381; this.sccMain_container.TabIndex = 12; this.sccMain_container.Text = "splitContainerControl1"; // // pl_left // this.pl_left.Appearance.BackColor = System.Drawing.Color.Transparent; this.pl_left.Appearance.Options.UseBackColor = true; this.pl_left.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_left.Controls.Add(this.pl_left_main); this.pl_left.Dock = System.Windows.Forms.DockStyle.Fill; this.pl_left.Location = new System.Drawing.Point(0, 0); this.pl_left.Name = "pl_left"; this.pl_left.Size = new System.Drawing.Size(381, 659); this.pl_left.TabIndex = 0; // // pl_left_main // this.pl_left_main.BackColor = System.Drawing.Color.Transparent; this.pl_left_main.Controls.Add(this.pl_gridandtree_container); this.pl_left_main.Controls.Add(this.pl_left_top); this.pl_left_main.Dock = System.Windows.Forms.DockStyle.Fill; this.pl_left_main.Location = new System.Drawing.Point(0, 0); this.pl_left_main.Name = "pl_left_main"; this.pl_left_main.Size = new System.Drawing.Size(381, 659); this.pl_left_main.TabIndex = 6; // // pl_gridandtree_container // this.pl_gridandtree_container.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_gridandtree_container.Controls.Add(this.gridLeft); this.pl_gridandtree_container.Dock = System.Windows.Forms.DockStyle.Fill; this.pl_gridandtree_container.Location = new System.Drawing.Point(0, 36); this.pl_gridandtree_container.Name = "pl_gridandtree_container"; this.pl_gridandtree_container.Size = new System.Drawing.Size(381, 623); this.pl_gridandtree_container.TabIndex = 9; // // gridLeft // this.gridLeft.AdapterObj = null; this.gridLeft.BackColor = System.Drawing.SystemColors.Control; this.gridLeft.Dock = System.Windows.Forms.DockStyle.Fill; this.gridLeft.Location = new System.Drawing.Point(0, 0); this.gridLeft.Margin = new System.Windows.Forms.Padding(4); this.gridLeft.Name = "gridLeft"; this.gridLeft.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum; this.gridLeft.Size = new System.Drawing.Size(381, 623); this.gridLeft.TabIndex = 6; // // pl_left_top // this.pl_left_top.Appearance.BackColor = System.Drawing.SystemColors.Control; this.pl_left_top.Appearance.Options.UseBackColor = true; this.pl_left_top.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_left_top.Dock = System.Windows.Forms.DockStyle.Top; this.pl_left_top.Location = new System.Drawing.Point(0, 0); this.pl_left_top.Name = "pl_left_top"; this.pl_left_top.Size = new System.Drawing.Size(381, 36); this.pl_left_top.TabIndex = 8; // // pl_right // this.pl_right.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_right.Controls.Add(this.sccRight_container); this.pl_right.Dock = System.Windows.Forms.DockStyle.Fill; this.pl_right.Location = new System.Drawing.Point(0, 0); this.pl_right.Name = "pl_right"; this.pl_right.Size = new System.Drawing.Size(860, 659); this.pl_right.TabIndex = 0; // // sccRight_container // this.sccRight_container.Dock = System.Windows.Forms.DockStyle.Fill; this.sccRight_container.Horizontal = false; this.sccRight_container.Location = new System.Drawing.Point(0, 0); this.sccRight_container.Name = "sccRight_container"; this.sccRight_container.Panel1.Controls.Add(this.mg_Bottom); this.sccRight_container.Panel1.Controls.Add(this.TabControl); this.sccRight_container.Panel1.Text = "Panel1"; this.sccRight_container.Panel2.Controls.Add(this.mg_control); this.sccRight_container.Panel2.Controls.Add(this.mg_bandcontrol); this.sccRight_container.Panel2.Text = "Panel2"; this.sccRight_container.Size = new System.Drawing.Size(860, 659); this.sccRight_container.SplitterPosition = 327; this.sccRight_container.TabIndex = 0; this.sccRight_container.Text = "splitContainerControl1"; // // TabControl // this.TabControl.Dock = System.Windows.Forms.DockStyle.Fill; this.TabControl.Location = new System.Drawing.Point(0, 0); this.TabControl.Name = "TabControl"; this.TabControl.Size = new System.Drawing.Size(860, 327); this.TabControl.TabIndex = 2; // // mg_control // this.mg_control.BackColor = System.Drawing.Color.Transparent; this.mg_control.Dock = System.Windows.Forms.DockStyle.Fill; this.mg_control.Location = new System.Drawing.Point(0, 0); this.mg_control.Name = "mg_control"; this.mg_control.OperShortMode = true; this.mg_control.Size = new System.Drawing.Size(860, 327); this.mg_control.TabIndex = 0; this.mg_control.VisibleMrpSearchPanel = false; this.mg_control.VisibleOperPanel = true; this.mg_control.VisibleSearchPanel = true; // // mg_bandcontrol // this.mg_bandcontrol.BackColor = System.Drawing.Color.Transparent; this.mg_bandcontrol.Dock = System.Windows.Forms.DockStyle.Fill; this.mg_bandcontrol.Location = new System.Drawing.Point(0, 0); this.mg_bandcontrol.Name = "mg_bandcontrol"; this.mg_bandcontrol.OperShortMode = true; this.mg_bandcontrol.Size = new System.Drawing.Size(860, 327); this.mg_bandcontrol.TabIndex = 1; this.mg_bandcontrol.VisibleMrpSearchPanel = false; this.mg_bandcontrol.VisibleOperPanel = true; this.mg_bandcontrol.VisibleSearchPanel = true; // // mg_Bottom // this.mg_Bottom.BackColor = System.Drawing.Color.Transparent; this.mg_Bottom.Dock = System.Windows.Forms.DockStyle.Fill; this.mg_Bottom.Location = new System.Drawing.Point(0, 0); this.mg_Bottom.Name = "mg_Bottom"; this.mg_Bottom.OperShortMode = true; this.mg_Bottom.Size = new System.Drawing.Size(860, 327); this.mg_Bottom.TabIndex = 1; this.mg_Bottom.VisibleMrpSearchPanel = false; this.mg_Bottom.VisibleOperPanel = true; this.mg_Bottom.VisibleSearchPanel = true; // // BaseModelAdd // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.sccMain_container); this.Name = "BaseModelAdd"; this.Size = new System.Drawing.Size(1246, 659); ((System.ComponentModel.ISupportInitialize)(this.sccMain_container)).EndInit(); this.sccMain_container.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_left)).EndInit(); this.pl_left.ResumeLayout(false); this.pl_left_main.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_gridandtree_container)).EndInit(); this.pl_gridandtree_container.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_left_top)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pl_right)).EndInit(); this.pl_right.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.sccRight_container)).EndInit(); this.sccRight_container.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SplitContainerControl sccMain_container; private DevExpress.XtraEditors.PanelControl pl_left; private System.Windows.Forms.Panel pl_left_main; private DevExpress.XtraEditors.PanelControl pl_gridandtree_container; private Control.GridControlEx gridLeft; private DevExpress.XtraEditors.PanelControl pl_left_top; private DevExpress.XtraEditors.PanelControl pl_right; private DevExpress.XtraEditors.SplitContainerControl sccRight_container; private Control.ModuleGridEx mg_bandcontrol; private Control.ModuleGridEx mg_control; private Control.TabControlEx TabControl; private Control.ModuleGridEx mg_Bottom; } }