namespace Lskj.PubModelAdd { 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.sccLeft_container = new DevExpress.XtraEditors.SplitContainerControl(); this.mg_control = new Lskj.Control.ModuleGridEx(); this.mg_BottomControl = new Lskj.Control.ModuleGridEx(); this.pl_right = new DevExpress.XtraEditors.PanelControl(); this.mg_DetailPage = new Lskj.Control.TabControlEx(); this.group = new System.Windows.Forms.GroupBox(); ((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.sccLeft_container)).BeginInit(); this.sccLeft_container.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_right)).BeginInit(); this.pl_right.SuspendLayout(); this.group.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 = 380; 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(380, 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.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(380, 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.sccLeft_container); this.pl_gridandtree_container.Dock = System.Windows.Forms.DockStyle.Fill; this.pl_gridandtree_container.Location = new System.Drawing.Point(0, 0); this.pl_gridandtree_container.Name = "pl_gridandtree_container"; this.pl_gridandtree_container.Size = new System.Drawing.Size(380, 659); this.pl_gridandtree_container.TabIndex = 9; // // sccLeft_container // this.sccLeft_container.Dock = System.Windows.Forms.DockStyle.Fill; this.sccLeft_container.Horizontal = false; this.sccLeft_container.Location = new System.Drawing.Point(0, 0); this.sccLeft_container.Name = "sccLeft_container"; this.sccLeft_container.Panel1.Controls.Add(this.mg_control); this.sccLeft_container.Panel1.Text = "Panel1"; this.sccLeft_container.Panel2.Controls.Add(this.group); this.sccLeft_container.Panel2.Text = "Panel2"; this.sccLeft_container.Size = new System.Drawing.Size(380, 659); this.sccLeft_container.SplitterPosition = 327; this.sccLeft_container.TabIndex = 1; this.sccLeft_container.Text = "splitContainerControl1"; // // 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(380, 327); this.mg_control.TabIndex = 2; this.mg_control.VisibleMrpSearchPanel = false; this.mg_control.VisibleOperPanel = true; this.mg_control.VisibleSearchPanel = true; // // mg_BottomControl // this.mg_BottomControl.BackColor = System.Drawing.Color.Transparent; this.mg_BottomControl.Dock = System.Windows.Forms.DockStyle.Fill; this.mg_BottomControl.Location = new System.Drawing.Point(3, 18); this.mg_BottomControl.Name = "mg_BottomControl"; this.mg_BottomControl.OperShortMode = true; this.mg_BottomControl.Size = new System.Drawing.Size(374, 306); this.mg_BottomControl.TabIndex = 1; this.mg_BottomControl.VisibleMrpSearchPanel = false; this.mg_BottomControl.VisibleOperPanel = true; this.mg_BottomControl.VisibleSearchPanel = true; // // pl_right // this.pl_right.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_right.Controls.Add(this.mg_DetailPage); 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(861, 659); this.pl_right.TabIndex = 0; // // mg_DetailPage // this.mg_DetailPage.Dock = System.Windows.Forms.DockStyle.Fill; this.mg_DetailPage.Location = new System.Drawing.Point(0, 0); this.mg_DetailPage.Name = "mg_DetailPage"; this.mg_DetailPage.Size = new System.Drawing.Size(861, 659); this.mg_DetailPage.TabIndex = 27; // // group // this.group.Controls.Add(this.mg_BottomControl); this.group.Dock = System.Windows.Forms.DockStyle.Fill; this.group.Location = new System.Drawing.Point(0, 0); this.group.Name = "group"; this.group.Size = new System.Drawing.Size(380, 327); this.group.TabIndex = 2; this.group.TabStop = false; this.group.Text = "groupBox1"; // // 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.sccLeft_container)).EndInit(); this.sccLeft_container.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_right)).EndInit(); this.pl_right.ResumeLayout(false); this.group.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 DevExpress.XtraEditors.PanelControl pl_right; private DevExpress.XtraEditors.SplitContainerControl sccLeft_container; private Control.ModuleGridEx mg_BottomControl; private Control.TabControlEx mg_DetailPage; private Control.ModuleGridEx mg_control; private System.Windows.Forms.GroupBox group; } }