namespace Lskj.PubModuleExport { partial class FrmMain { /// /// 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.splitMainContainer = new DevExpress.XtraEditors.SplitContainerControl(); this.treeLeft = new Lskj.Control.TreeViewEx(); this.splitRightContainer = new DevExpress.XtraEditors.SplitContainerControl(); this.gcMain = new Lskj.Control.GridControlEx(); this.pl_top = new DevExpress.XtraEditors.PanelControl(); this.rightDetailPanel = new System.Windows.Forms.Panel(); this.gridBottom = new Lskj.Control.GridControlEx(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.btnExport = new DevExpress.XtraEditors.SimpleButton(); this.btnDelete = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.splitMainContainer)).BeginInit(); this.splitMainContainer.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitRightContainer)).BeginInit(); this.splitRightContainer.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_top)).BeginInit(); this.rightDetailPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); this.SuspendLayout(); // // splitMainContainer // this.splitMainContainer.Appearance.BackColor = System.Drawing.Color.Transparent; this.splitMainContainer.Appearance.Options.UseBackColor = true; this.splitMainContainer.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default; this.splitMainContainer.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel1; this.splitMainContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.splitMainContainer.Location = new System.Drawing.Point(0, 0); this.splitMainContainer.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.splitMainContainer.Name = "splitMainContainer"; this.splitMainContainer.Panel1.Controls.Add(this.treeLeft); this.splitMainContainer.Panel1.Text = "Panel1"; this.splitMainContainer.Panel2.Controls.Add(this.splitRightContainer); this.splitMainContainer.Panel2.Text = "Panel2"; this.splitMainContainer.Size = new System.Drawing.Size(1447, 702); this.splitMainContainer.SplitterPosition = 250; this.splitMainContainer.TabIndex = 0; // // treeLeft // this.treeLeft.Dock = System.Windows.Forms.DockStyle.Fill; this.treeLeft.Location = new System.Drawing.Point(0, 0); this.treeLeft.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.treeLeft.Name = "treeLeft"; this.treeLeft.Size = new System.Drawing.Size(250, 702); this.treeLeft.TabIndex = 0; // // splitRightContainer // this.splitRightContainer.Appearance.BackColor = System.Drawing.Color.Transparent; this.splitRightContainer.Appearance.Options.UseBackColor = true; this.splitRightContainer.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default; this.splitRightContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.splitRightContainer.Horizontal = false; this.splitRightContainer.Location = new System.Drawing.Point(0, 0); this.splitRightContainer.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.splitRightContainer.Name = "splitRightContainer"; this.splitRightContainer.Panel1.Controls.Add(this.gcMain); this.splitRightContainer.Panel1.Controls.Add(this.pl_top); this.splitRightContainer.Panel1.Text = "Panel1"; this.splitRightContainer.Panel2.Controls.Add(this.rightDetailPanel); this.splitRightContainer.Panel2.Text = "Panel2"; this.splitRightContainer.Size = new System.Drawing.Size(1192, 702); this.splitRightContainer.SplitterPosition = 444; this.splitRightContainer.TabIndex = 0; this.splitRightContainer.Text = "splitContainerControl1"; // // gcMain // this.gcMain.AdapterObj = null; this.gcMain.BackColor = System.Drawing.Color.Transparent; this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill; this.gcMain.Location = new System.Drawing.Point(0, 34); this.gcMain.Margin = new System.Windows.Forms.Padding(5); this.gcMain.Name = "gcMain"; this.gcMain.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum; this.gcMain.Size = new System.Drawing.Size(1192, 410); this.gcMain.SysModel = null; this.gcMain.TabIndex = 14; // // pl_top // this.pl_top.Appearance.BackColor = System.Drawing.Color.Transparent; this.pl_top.Appearance.Options.UseBackColor = true; this.pl_top.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_top.Dock = System.Windows.Forms.DockStyle.Top; this.pl_top.Location = new System.Drawing.Point(0, 0); this.pl_top.Name = "pl_top"; this.pl_top.Size = new System.Drawing.Size(1192, 34); this.pl_top.TabIndex = 13; // // rightDetailPanel // this.rightDetailPanel.Controls.Add(this.gridBottom); this.rightDetailPanel.Controls.Add(this.panelControl1); this.rightDetailPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.rightDetailPanel.Location = new System.Drawing.Point(0, 0); this.rightDetailPanel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.rightDetailPanel.Name = "rightDetailPanel"; this.rightDetailPanel.Size = new System.Drawing.Size(1192, 253); this.rightDetailPanel.TabIndex = 18; // // gridBottom // this.gridBottom.AdapterObj = null; this.gridBottom.Dock = System.Windows.Forms.DockStyle.Fill; this.gridBottom.Location = new System.Drawing.Point(0, 0); this.gridBottom.Margin = new System.Windows.Forms.Padding(5); this.gridBottom.Name = "gridBottom"; this.gridBottom.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum; this.gridBottom.Size = new System.Drawing.Size(1192, 215); this.gridBottom.SysModel = null; this.gridBottom.TabIndex = 10; // // panelControl1 // this.panelControl1.Controls.Add(this.btnDelete); this.panelControl1.Controls.Add(this.btnExport); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelControl1.Location = new System.Drawing.Point(0, 215); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(1192, 38); this.panelControl1.TabIndex = 9; // // btnExport // this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnExport.Appearance.Font = new System.Drawing.Font("宋体", 9F); this.btnExport.Appearance.Options.UseFont = true; this.btnExport.Location = new System.Drawing.Point(1075, 5); this.btnExport.Name = "btnExport"; this.btnExport.Size = new System.Drawing.Size(105, 26); this.btnExport.TabIndex = 16; this.btnExport.Text = "导出"; // // btnDelete // this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnDelete.Appearance.Font = new System.Drawing.Font("宋体", 9F); this.btnDelete.Appearance.Options.UseFont = true; this.btnDelete.Location = new System.Drawing.Point(964, 5); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(105, 26); this.btnDelete.TabIndex = 17; this.btnDelete.Text = "删除"; // // FrmMain // this.Appearance.BackColor = System.Drawing.SystemColors.Control; this.Appearance.Options.UseBackColor = true; this.Appearance.Options.UseFont = true; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(1447, 702); this.Controls.Add(this.splitMainContainer); this.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2); this.Name = "FrmMain"; this.Text = "FrmMain"; ((System.ComponentModel.ISupportInitialize)(this.splitMainContainer)).EndInit(); this.splitMainContainer.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitRightContainer)).EndInit(); this.splitRightContainer.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_top)).EndInit(); this.rightDetailPanel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SplitContainerControl splitMainContainer; private DevExpress.XtraEditors.SplitContainerControl splitRightContainer; private System.Windows.Forms.Panel rightDetailPanel; private Control.TreeViewEx treeLeft; private Control.GridControlEx gridBottom; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.SimpleButton btnExport; private Control.GridControlEx gcMain; private DevExpress.XtraEditors.PanelControl pl_top; private DevExpress.XtraEditors.SimpleButton btnDelete; } }