Files
lserp_cs_6.0/插件库/Lskj.Control/ModuleGridDetailEx.Designer.cs
T

132 lines
5.9 KiB
C#

namespace Lskj.Control
{
partial class ModuleGridDetailEx
{
/// <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.pl_bottom = new DevExpress.XtraEditors.PanelControl();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.scc_container = new DevExpress.XtraEditors.SplitContainerControl();
this.tcButtom = new Lskj.Control.TabControlEx();
this.mg_control = new Lskj.Control.ModuleGridEx();
((System.ComponentModel.ISupportInitialize)(this.pl_bottom)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.scc_container)).BeginInit();
this.scc_container.SuspendLayout();
this.SuspendLayout();
//
// pl_bottom
//
this.pl_bottom.Appearance.BackColor = System.Drawing.Color.Transparent;
this.pl_bottom.Appearance.Options.UseBackColor = true;
this.pl_bottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pl_bottom.Location = new System.Drawing.Point(0, 534);
this.pl_bottom.Name = "pl_bottom";
this.pl_bottom.Size = new System.Drawing.Size(703, 46);
this.pl_bottom.TabIndex = 1;
this.pl_bottom.Visible = false;
//
// panelControl2
//
this.panelControl2.Appearance.BackColor = System.Drawing.Color.Transparent;
this.panelControl2.Appearance.Options.UseBackColor = true;
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl2.Controls.Add(this.scc_container);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl2.Location = new System.Drawing.Point(0, 0);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(703, 534);
this.panelControl2.TabIndex = 2;
//
// scc_container
//
this.scc_container.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2;
this.scc_container.Dock = System.Windows.Forms.DockStyle.Fill;
this.scc_container.Horizontal = false;
this.scc_container.Location = new System.Drawing.Point(0, 0);
this.scc_container.Name = "scc_container";
this.scc_container.Panel1.AutoScroll = true;
this.scc_container.Panel1.Controls.Add(this.mg_control);
this.scc_container.Panel1.Text = "Panel1";
this.scc_container.Panel2.Controls.Add(this.tcButtom);
this.scc_container.Panel2.Text = "Panel2";
this.scc_container.Size = new System.Drawing.Size(703, 534);
this.scc_container.SplitterPosition = 363;
this.scc_container.TabIndex = 0;
this.scc_container.SplitterMoved += new System.EventHandler(this.OnSplitterMoved);
//
// tcButtom
//
this.tcButtom.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcButtom.Location = new System.Drawing.Point(0, 0);
this.tcButtom.Name = "tcButtom";
this.tcButtom.Size = new System.Drawing.Size(703, 166);
this.tcButtom.TabIndex = 0;
//
// 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 = false;
this.mg_control.Size = new System.Drawing.Size(703, 363);
this.mg_control.TabIndex = 0;
this.mg_control.VisibleMrpSearchPanel = false;
this.mg_control.VisibleOperPanel = true;
this.mg_control.VisibleSearchPanel = true;
//
// ModuleGridDetailEx
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.panelControl2);
this.Controls.Add(this.pl_bottom);
this.Name = "ModuleGridDetailEx";
this.Size = new System.Drawing.Size(703, 580);
((System.ComponentModel.ISupportInitialize)(this.pl_bottom)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.scc_container)).EndInit();
this.scc_container.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl pl_bottom;
private DevExpress.XtraEditors.PanelControl panelControl2;
public DevExpress.XtraEditors.SplitContainerControl scc_container;
private TabControlEx tcButtom;
private ModuleGridEx mg_control;
}
}