namespace Lskj.ProductiSched
{
partial class FrmProductSched
{
///
/// 必需的设计器变量。
///
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.pl_main = new DevExpress.XtraEditors.PanelControl();
this.splitMainControl = new DevExpress.XtraEditors.SplitContainerControl();
this.splitLeftControl = new DevExpress.XtraEditors.SplitContainerControl();
this.pltopmain = new DevExpress.XtraEditors.PanelControl();
this.bandGcTop = new Lskj.Control.BandedGridControlEx();
this.treebandGcTop = new Lskj.Control.TreeBandedGridControlEx();
this.pl_mainSearch = new DevExpress.XtraEditors.PanelControl();
this.pl_search = new DevExpress.XtraEditors.PanelControl();
this.flowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
this.bandGcBottom = new Lskj.Control.BandedGridControlEx();
this.gcRight = new Lskj.Control.GridControlEx();
((System.ComponentModel.ISupportInitialize)(this.pl_main)).BeginInit();
this.pl_main.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitMainControl)).BeginInit();
this.splitMainControl.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitLeftControl)).BeginInit();
this.splitLeftControl.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pltopmain)).BeginInit();
this.pltopmain.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_mainSearch)).BeginInit();
this.pl_mainSearch.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_search)).BeginInit();
this.flowLayoutPanel.SuspendLayout();
this.SuspendLayout();
//
// pl_main
//
this.pl_main.Appearance.BackColor = System.Drawing.Color.Transparent;
this.pl_main.Appearance.Options.UseBackColor = true;
this.pl_main.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_main.Controls.Add(this.splitMainControl);
this.pl_main.Dock = System.Windows.Forms.DockStyle.Fill;
this.pl_main.Location = new System.Drawing.Point(0, 0);
this.pl_main.LookAndFeel.UseDefaultLookAndFeel = false;
this.pl_main.Name = "pl_main";
this.pl_main.Size = new System.Drawing.Size(1317, 679);
this.pl_main.TabIndex = 11;
//
// splitMainControl
//
this.splitMainControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitMainControl.Location = new System.Drawing.Point(0, 0);
this.splitMainControl.Margin = new System.Windows.Forms.Padding(2);
this.splitMainControl.Name = "splitMainControl";
this.splitMainControl.Panel1.Controls.Add(this.splitLeftControl);
this.splitMainControl.Panel1.Text = "Panel1";
this.splitMainControl.Panel2.Controls.Add(this.gcRight);
this.splitMainControl.Panel2.Text = "Panel2";
this.splitMainControl.Size = new System.Drawing.Size(1317, 679);
this.splitMainControl.SplitterPosition = 997;
this.splitMainControl.TabIndex = 1;
this.splitMainControl.Text = "splitContainerControl1";
//
// splitLeftControl
//
this.splitLeftControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitLeftControl.Horizontal = false;
this.splitLeftControl.Location = new System.Drawing.Point(0, 0);
this.splitLeftControl.Margin = new System.Windows.Forms.Padding(2);
this.splitLeftControl.Name = "splitLeftControl";
this.splitLeftControl.Panel1.Controls.Add(this.pltopmain);
this.splitLeftControl.Panel1.Controls.Add(this.pl_mainSearch);
this.splitLeftControl.Panel1.Text = "Panel1";
this.splitLeftControl.Panel2.Controls.Add(this.bandGcBottom);
this.splitLeftControl.Panel2.Text = "Panel2";
this.splitLeftControl.Size = new System.Drawing.Size(997, 679);
this.splitLeftControl.SplitterPosition = 353;
this.splitLeftControl.TabIndex = 7;
this.splitLeftControl.Text = "splitContainerControl2";
//
// pltopmain
//
this.pltopmain.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pltopmain.Controls.Add(this.bandGcTop);
this.pltopmain.Controls.Add(this.treebandGcTop);
this.pltopmain.Dock = System.Windows.Forms.DockStyle.Fill;
this.pltopmain.Location = new System.Drawing.Point(0, 0);
this.pltopmain.Name = "pltopmain";
this.pltopmain.Size = new System.Drawing.Size(997, 320);
this.pltopmain.TabIndex = 22;
//
// bandGcTop
//
this.bandGcTop.AdapterObj = null;
this.bandGcTop.Dock = System.Windows.Forms.DockStyle.Fill;
this.bandGcTop.Location = new System.Drawing.Point(0, 0);
this.bandGcTop.Margin = new System.Windows.Forms.Padding(4);
this.bandGcTop.Name = "bandGcTop";
this.bandGcTop.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.bandGcTop.Size = new System.Drawing.Size(997, 320);
this.bandGcTop.TabIndex = 17;
//
// treebandGcTop
//
this.treebandGcTop.AdapterObj = null;
this.treebandGcTop.Dock = System.Windows.Forms.DockStyle.Fill;
this.treebandGcTop.Location = new System.Drawing.Point(0, 0);
this.treebandGcTop.Margin = new System.Windows.Forms.Padding(4);
this.treebandGcTop.Name = "treebandGcTop";
this.treebandGcTop.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.treebandGcTop.Size = new System.Drawing.Size(997, 320);
this.treebandGcTop.TabIndex = 19;
//
// pl_mainSearch
//
this.pl_mainSearch.Appearance.BackColor = System.Drawing.Color.Transparent;
this.pl_mainSearch.Appearance.Options.UseBackColor = true;
this.pl_mainSearch.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_mainSearch.Controls.Add(this.pl_search);
this.pl_mainSearch.Controls.Add(this.flowLayoutPanel);
this.pl_mainSearch.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pl_mainSearch.Location = new System.Drawing.Point(0, 320);
this.pl_mainSearch.LookAndFeel.UseDefaultLookAndFeel = false;
this.pl_mainSearch.Name = "pl_mainSearch";
this.pl_mainSearch.Size = new System.Drawing.Size(997, 33);
this.pl_mainSearch.TabIndex = 12;
//
// pl_search
//
this.pl_search.Appearance.BackColor = System.Drawing.Color.Transparent;
this.pl_search.Appearance.Options.UseBackColor = true;
this.pl_search.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_search.Dock = System.Windows.Forms.DockStyle.Left;
this.pl_search.Location = new System.Drawing.Point(0, 0);
this.pl_search.LookAndFeel.UseDefaultLookAndFeel = false;
this.pl_search.Name = "pl_search";
this.pl_search.Size = new System.Drawing.Size(221, 33);
this.pl_search.TabIndex = 14;
//
// flowLayoutPanel
//
this.flowLayoutPanel.Controls.Add(this.btnSave);
this.flowLayoutPanel.Dock = System.Windows.Forms.DockStyle.Right;
this.flowLayoutPanel.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
this.flowLayoutPanel.Location = new System.Drawing.Point(825, 0);
this.flowLayoutPanel.Name = "flowLayoutPanel";
this.flowLayoutPanel.Size = new System.Drawing.Size(172, 33);
this.flowLayoutPanel.TabIndex = 13;
this.flowLayoutPanel.WrapContents = false;
//
// btnSave
//
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnSave.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnSave.Appearance.Options.UseFont = true;
this.btnSave.Location = new System.Drawing.Point(97, 3);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(72, 26);
this.btnSave.TabIndex = 40;
this.btnSave.Text = "保存(&S)";
//
// bandGcBottom
//
this.bandGcBottom.AdapterObj = null;
this.bandGcBottom.Dock = System.Windows.Forms.DockStyle.Fill;
this.bandGcBottom.Location = new System.Drawing.Point(0, 0);
this.bandGcBottom.Margin = new System.Windows.Forms.Padding(4);
this.bandGcBottom.Name = "bandGcBottom";
this.bandGcBottom.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.bandGcBottom.Size = new System.Drawing.Size(997, 321);
this.bandGcBottom.TabIndex = 12;
//
// gcRight
//
this.gcRight.AdapterObj = null;
this.gcRight.Dock = System.Windows.Forms.DockStyle.Fill;
this.gcRight.Location = new System.Drawing.Point(0, 0);
this.gcRight.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.gcRight.Name = "gcRight";
this.gcRight.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.gcRight.Size = new System.Drawing.Size(315, 679);
this.gcRight.TabIndex = 11;
//
// FrmProductSched
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.pl_main);
this.Name = "FrmProductSched";
this.Size = new System.Drawing.Size(1317, 679);
((System.ComponentModel.ISupportInitialize)(this.pl_main)).EndInit();
this.pl_main.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitMainControl)).EndInit();
this.splitMainControl.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitLeftControl)).EndInit();
this.splitLeftControl.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pltopmain)).EndInit();
this.pltopmain.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pl_mainSearch)).EndInit();
this.pl_mainSearch.