diff --git a/插件库/Lskj.Control/ModuleEx.Designer.cs b/插件库/Lskj.Control/ModuleEx.Designer.cs index 7cf5938..184d552 100644 --- a/插件库/Lskj.Control/ModuleEx.Designer.cs +++ b/插件库/Lskj.Control/ModuleEx.Designer.cs @@ -28,6 +28,7 @@ /// private void InitializeComponent() { + this.components = new System.ComponentModel.Container(); this.scc_container = new DevExpress.XtraEditors.SplitContainerControl(); this.pl_left = new DevExpress.XtraEditors.PanelControl(); this.pl_left_main = new System.Windows.Forms.Panel(); @@ -40,7 +41,8 @@ this.moduleGridDetailEx1 = new Lskj.Control.ModuleGridDetailEx(); this.excelControlEx1 = new Lskj.Control.ExcelControlEx(); this.repModelDetailEx = new Lskj.Control.ReplacementDetailEx(); - this.barManager1 = new DevExpress.XtraBars.BarManager(); + this.MainBodyTab = new DevExpress.XtraTab.XtraTabControl(); + this.barManager1 = new DevExpress.XtraBars.BarManager(this.components); this.barDockControlTop = new DevExpress.XtraBars.BarDockControl(); this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); @@ -66,6 +68,7 @@ ((System.ComponentModel.ISupportInitialize)(this.pl_left_top)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pl_right)).BeginInit(); this.pl_right.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.MainBodyTab)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.spreadsheetBarController1)).BeginInit(); this.SuspendLayout(); @@ -127,6 +130,7 @@ this.treeGridLeft.AdapterObj = null; this.treeGridLeft.Dock = System.Windows.Forms.DockStyle.Fill; this.treeGridLeft.Location = new System.Drawing.Point(0, 0); + this.treeGridLeft.Margin = new System.Windows.Forms.Padding(4); this.treeGridLeft.Name = "treeGridLeft"; this.treeGridLeft.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum; this.treeGridLeft.Size = new System.Drawing.Size(198, 574); @@ -147,6 +151,7 @@ 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(198, 574); @@ -170,6 +175,7 @@ this.pl_right.Controls.Add(this.moduleGridDetailEx1); this.pl_right.Controls.Add(this.excelControlEx1); this.pl_right.Controls.Add(this.repModelDetailEx); + this.pl_right.Controls.Add(this.MainBodyTab); 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"; @@ -191,7 +197,7 @@ this.excelControlEx1.DeleteEnabled = true; this.excelControlEx1.Dock = System.Windows.Forms.DockStyle.Fill; this.excelControlEx1.Location = new System.Drawing.Point(0, 0); - this.excelControlEx1.Margin = new System.Windows.Forms.Padding(5); + this.excelControlEx1.Margin = new System.Windows.Forms.Padding(6); this.excelControlEx1.Name = "excelControlEx1"; this.excelControlEx1.PrintEnabled = true; this.excelControlEx1.SaveEnabled = true; @@ -208,6 +214,17 @@ this.repModelDetailEx.TabIndex = 2; this.repModelDetailEx.VisibleDetailPanel = true; // + // MainBodyTab + // + this.MainBodyTab.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; + this.MainBodyTab.BorderStylePage = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; + this.MainBodyTab.Dock = System.Windows.Forms.DockStyle.Fill; + this.MainBodyTab.Location = new System.Drawing.Point(0, 0); + this.MainBodyTab.Name = "MainBodyTab"; + this.MainBodyTab.Size = new System.Drawing.Size(712, 610); + this.MainBodyTab.TabIndex = 6; + this.MainBodyTab.Visible = false; + // // barManager1 // this.barManager1.DockControls.Add(this.barDockControlTop); @@ -361,6 +378,7 @@ ((System.ComponentModel.ISupportInitialize)(this.pl_left_top)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pl_right)).EndInit(); this.pl_right.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.MainBodyTab)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.spreadsheetBarController1)).EndInit(); this.ResumeLayout(false); @@ -384,19 +402,4 @@ private DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandBarButtonItem spreadsheetCommandBarButtonItem4; private DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandBarButtonItem spreadsheetCommandBarButtonItem5; private DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandBarButtonItem spreadsheetCommandBarButtonItem6; - private DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandBarButtonItem spreadsheetCommandBarButtonItem7; - private DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandBarButtonItem spreadsheetCommandBarButtonItem8; - private DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandBarButtonItem spreadsheetCommandBarButtonItem9; - private DevExpress.XtraSpreadsheet.UI.SpreadsheetBarController spreadsheetBarController1; - private DevExpress.XtraEditors.PanelControl pl_left; - private System.Windows.Forms.Panel pl_left_main; - private ReplacementDetailEx repModelDetailEx; - private DevExpress.XtraEditors.PanelControl pl_gridandtree_container; - private TreeViewEx treeLeft; - private GridControlEx gridLeft; - private DevExpress.XtraEditors.PanelControl pl_left_top; - private ExcelControlEx excelControlEx1; - private TreeGridControlEx treeGridLeft; - private ModuleGridDetailEx moduleGridDetailEx1; - } -} + private DevExpress.XtraSpreadshee \ No newline at end of file