237 lines
12 KiB
C#
237 lines
12 KiB
C#
namespace Lskj.Control
|
|
{
|
|
partial class ModuleEx
|
|
{
|
|
/// <summary>
|
|
/// 必需的设计器变量。
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 清理所有正在使用的资源。
|
|
/// </summary>
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing)
|
|
{
|
|
ReleaseResourcesForDispose();
|
|
if (components != null)
|
|
{
|
|
components.Dispose();
|
|
}
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region 组件设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
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();
|
|
this.pl_gridandtree_container = new DevExpress.XtraEditors.PanelControl();
|
|
this.treeGridLeft = new Lskj.Control.TreeGridControlEx();
|
|
this.treeLeft = new Lskj.Control.TreeViewEx();
|
|
this.gridLeft = new Lskj.Control.GridControlEx();
|
|
this.pl_left_top = new DevExpress.XtraEditors.PanelControl();
|
|
this.pl_right = new DevExpress.XtraEditors.PanelControl();
|
|
this.moduleGridDetailEx1 = new Lskj.Control.ModuleGridDetailEx();
|
|
this.repModelDetailEx = new Lskj.Control.ReplacementDetailEx();
|
|
this.MainBodyTab = new DevExpress.XtraTab.XtraTabControl();
|
|
((System.ComponentModel.ISupportInitialize)(this.scc_container)).BeginInit();
|
|
this.scc_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.MainBodyTab)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// scc_container
|
|
//
|
|
this.scc_container.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
|
|
this.scc_container.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel1;
|
|
this.scc_container.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.scc_container.Location = new System.Drawing.Point(0, 0);
|
|
this.scc_container.Name = "scc_container";
|
|
this.scc_container.Panel1.Controls.Add(this.pl_left);
|
|
this.scc_container.Panel1.Text = "Panel1";
|
|
this.scc_container.Panel2.Controls.Add(this.pl_right);
|
|
this.scc_container.Panel2.Text = "Panel2";
|
|
this.scc_container.Size = new System.Drawing.Size(915, 610);
|
|
this.scc_container.SplitterPosition = 198;
|
|
this.scc_container.TabIndex = 11;
|
|
this.scc_container.Text = "splitContainerControl1";
|
|
this.scc_container.SplitterPositionChanged += new System.EventHandler(this.OnSplitterPositionChanged);
|
|
//
|
|
// 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(198, 610);
|
|
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(198, 610);
|
|
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.treeGridLeft);
|
|
this.pl_gridandtree_container.Controls.Add(this.treeLeft);
|
|
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(198, 574);
|
|
this.pl_gridandtree_container.TabIndex = 9;
|
|
//
|
|
// treeGridLeft
|
|
//
|
|
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);
|
|
this.treeGridLeft.TabIndex = 3;
|
|
//
|
|
// treeLeft
|
|
//
|
|
this.treeLeft.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.treeLeft.Location = new System.Drawing.Point(0, 0);
|
|
this.treeLeft.Name = "treeLeft";
|
|
this.treeLeft.Size = new System.Drawing.Size(198, 574);
|
|
this.treeLeft.TabIndex = 7;
|
|
this.treeLeft.Visible = false;
|
|
//
|
|
// 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(198, 574);
|
|
this.gridLeft.TabIndex = 6;
|
|
//
|
|
// pl_left_top
|
|
//
|
|
this.pl_left_top.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
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.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.pl_left_top.Name = "pl_left_top";
|
|
this.pl_left_top.Size = new System.Drawing.Size(198, 36);
|
|
this.pl_left_top.TabIndex = 8;
|
|
//
|
|
// pl_right
|
|
//
|
|
this.pl_right.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_right.Controls.Add(this.moduleGridDetailEx1);
|
|
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";
|
|
this.pl_right.Size = new System.Drawing.Size(712, 610);
|
|
this.pl_right.TabIndex = 0;
|
|
//
|
|
// moduleGridDetailEx1
|
|
//
|
|
this.moduleGridDetailEx1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.moduleGridDetailEx1.Location = new System.Drawing.Point(0, 0);
|
|
this.moduleGridDetailEx1.Name = "moduleGridDetailEx1";
|
|
this.moduleGridDetailEx1.Size = new System.Drawing.Size(712, 610);
|
|
this.moduleGridDetailEx1.TabIndex = 0;
|
|
this.moduleGridDetailEx1.VisibleDetailPanel = true;
|
|
//
|
|
// repModelDetailEx
|
|
//
|
|
this.repModelDetailEx.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.repModelDetailEx.Location = new System.Drawing.Point(0, 0);
|
|
this.repModelDetailEx.Name = "repModelDetailEx";
|
|
this.repModelDetailEx.Size = new System.Drawing.Size(712, 610);
|
|
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;
|
|
//
|
|
// ModuleEx
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.BackColor = System.Drawing.SystemColors.Control;
|
|
this.Controls.Add(this.scc_container);
|
|
this.Name = "ModuleEx";
|
|
this.Size = new System.Drawing.Size(915, 610);
|
|
((System.ComponentModel.ISupportInitialize)(this.scc_container)).EndInit();
|
|
this.scc_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.MainBodyTab)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.SplitContainerControl scc_container;
|
|
private DevExpress.XtraEditors.PanelControl pl_right;
|
|
private DevExpress.XtraEditors.PanelControl pl_left;
|
|
private System.Windows.Forms.Panel pl_left_main;
|
|
private DevExpress.XtraEditors.PanelControl pl_gridandtree_container;
|
|
private TreeViewEx treeLeft;
|
|
private GridControlEx gridLeft;
|
|
private DevExpress.XtraEditors.PanelControl pl_left_top;
|
|
private TreeGridControlEx treeGridLeft;
|
|
private ModuleGridDetailEx moduleGridDetailEx1;
|
|
private ExcelControlEx excelControlEx1;
|
|
private ReplacementDetailEx repModelDetailEx;
|
|
public DevExpress.XtraTab.XtraTabControl MainBodyTab;
|
|
}
|
|
}
|