namespace IStation.WinFrmUI.CalcErQu
{
partial class SetPrjItemSpanTimeInfoDlg
{
///
/// 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.dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
this.setPrjItemSpanTimeGrid1 = new IStation.WinFrmUI.CalcErQu.SetPrjItemSpanTimeGrid();
this.rangeDefinePanel = new IStation.WinFrmUI.CalcErQu.SetPrjItemSpanTimeCtrl();
this.textEditName = new DevExpress.XtraEditors.TextEdit();
this.btnOk = new DevExpress.XtraEditors.SimpleButton();
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).BeginInit();
this.dataLayoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.textEditName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
this.SuspendLayout();
//
// dataLayoutControl1
//
this.dataLayoutControl1.Controls.Add(this.setPrjItemSpanTimeGrid1);
this.dataLayoutControl1.Controls.Add(this.rangeDefinePanel);
this.dataLayoutControl1.Controls.Add(this.textEditName);
this.dataLayoutControl1.Controls.Add(this.btnOk);
this.dataLayoutControl1.Controls.Add(this.btnCancel);
this.dataLayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataLayoutControl1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlGroup4});
this.dataLayoutControl1.Location = new System.Drawing.Point(0, 0);
this.dataLayoutControl1.Margin = new System.Windows.Forms.Padding(4);
this.dataLayoutControl1.Name = "dataLayoutControl1";
this.dataLayoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1018, 182, 650, 400);
this.dataLayoutControl1.Root = this.Root;
this.dataLayoutControl1.Size = new System.Drawing.Size(831, 723);
this.dataLayoutControl1.TabIndex = 0;
this.dataLayoutControl1.Text = "dataLayoutControl1";
//
// setPrjItemSpanTimeGrid1
//
this.setPrjItemSpanTimeGrid1.Location = new System.Drawing.Point(2, 215);
this.setPrjItemSpanTimeGrid1.Margin = new System.Windows.Forms.Padding(4);
this.setPrjItemSpanTimeGrid1.Name = "setPrjItemSpanTimeGrid1";
this.setPrjItemSpanTimeGrid1.Size = new System.Drawing.Size(827, 472);
this.setPrjItemSpanTimeGrid1.TabIndex = 12;
//
// rangeDefinePanel
//
this.rangeDefinePanel.Location = new System.Drawing.Point(4, 73);
this.rangeDefinePanel.Margin = new System.Windows.Forms.Padding(0);
this.rangeDefinePanel.Name = "rangeDefinePanel";
this.rangeDefinePanel.Size = new System.Drawing.Size(823, 140);
this.rangeDefinePanel.TabIndex = 11;
//
// textEditName
//
this.textEditName.Location = new System.Drawing.Point(64, 37);
this.textEditName.Name = "textEditName";
this.textEditName.Size = new System.Drawing.Size(751, 20);
this.textEditName.StyleController = this.dataLayoutControl1;
this.textEditName.TabIndex = 10;
//
// btnOk
//
this.btnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
this.btnOk.Appearance.Options.UseBackColor = true;
this.btnOk.Location = new System.Drawing.Point(651, 689);
this.btnOk.Margin = new System.Windows.Forms.Padding(4);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(86, 22);
this.btnOk.StyleController = this.dataLayoutControl1;
this.btnOk.TabIndex = 8;
this.btnOk.Text = "确定";
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// btnCancel
//
this.btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
this.btnCancel.Appearance.Options.UseBackColor = true;
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(741, 689);
this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(86, 22);
this.btnCancel.StyleController = this.dataLayoutControl1;
this.btnCancel.TabIndex = 7;
this.btnCancel.Text = "取消";
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// layoutControlGroup4
//
this.layoutControlGroup4.Location = new System.Drawing.Point(0, 0);
this.layoutControlGroup4.Name = "layoutControlGroup4";
this.layoutControlGroup4.Size = new System.Drawing.Size(691, 326);
this.layoutControlGroup4.Text = "图表";
//
// Root
//
this.Root.AppearanceItemCaption.Options.UseTextOptions = true;
this.Root.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.Root.GroupBordersVisible = false;
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlGroup1});
this.Root.Name = "Root";
this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 10);
this.Root.Size = new System.Drawing.Size(831, 723);
this.Root.TextVisible = false;
//
// layoutControlGroup1
//
this.layoutControlGroup1.AllowDrawBackground = false;
this.layoutControlGroup1.GroupBordersVisible = false;
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem1,
this.layoutControlItem2,
this.emptySpaceItem1,
this.layoutControlGroup2,
this.layoutControlItem5,
this.layoutControlItem6});
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
this.layoutControlGroup1.Name = "autoGeneratedGroup0";
this.layoutControlGroup1.Size = new System.Drawing.Size(827, 711);
//
// layoutControlItem1
//
this.layoutControlItem1.Control = this.btnCancel;
this.layoutControlItem1.Location = new System.Drawing.Point(737, 685);
this.layoutControlItem1.MaxSize = new System.Drawing.Size(90, 26);
this.layoutControlItem1.MinSize = new System.Drawing.Size(90, 26);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.Size = new System.Drawing.Size(90, 26);
this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem1.TextVisible = false;
//
// layoutControlItem2
//
this.layoutControlItem2.Control = this.btnOk;
this.layoutControlItem2.Location = new System.Drawing.Point(647, 685);
this.layoutControlItem2.MaxSize = new System.Drawing.Size(90, 26);
this.layoutControlItem2.MinSize = new System.Drawing.Size(90, 26);
this.layoutControlItem2.Name = "layoutControlItem2";
this.layoutControlItem2.Size = new System.Drawing.Size(90, 26);
this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem2.TextVisible = false;
//
// emptySpaceItem1
//
this.emptySpaceItem1.AllowHotTrack = false;
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 685);
this.emptySpaceItem1.Name = "emptySpaceItem1";
this.emptySpaceItem1.Size = new System.Drawing.Size(647, 26);
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
//
// layoutControlGroup2
//
this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem4});
this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
this.layoutControlGroup2.Name = "layoutControlGroup2";
this.layoutControlGroup2.Size = new System.Drawing.Size(827, 69);
this.layoutControlGroup2.Text = "方案信息";
//
// layoutControlItem4
//
this.layoutControlItem4.Control = this.textEditName;
this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem4.Name = "layoutControlItem4";
this.layoutControlItem4.Size = new System.Drawing.Size(803, 24);
this.layoutControlItem4.Text = "方案名";
this.layoutControlItem4.TextSize = new System.Drawing.Size(36, 14);
//
// layoutControlItem5
//
this.layoutControlItem5.Control = this.rangeDefinePanel;
this.layoutControlItem5.Location = new System.Drawing.Point(0, 69);
this.layoutControlItem5.Name = "layoutControlItem5";
this.layoutControlItem5.Size = new System.Drawing.Size(827, 144);
this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem5.TextVisible = false;
//
// layoutControlItem6
//
this.layoutControlItem6.Control = this.setPrjItemSpanTimeGrid1;
this.layoutControlItem6.Location = new System.Drawing.Point(0, 213);
this.layoutControlItem6.Name = "layoutControlItem6";
this.layoutControlItem6.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
this.layoutControlItem6.Size = new System.Drawing.Size(827, 472);
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem6.TextVisible = false;
//
// SetPrjItemSpanTimeInfoDlg
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(831, 723);
this.Controls.Add(this.dataLayoutControl1);
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "SetPrjItemSpanTimeInfoDlg";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "方案";
this.Load += new System.EventHandler(this.OnDlgLoad);
((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).EndInit();
this.dataLayoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.textEditName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraEditors.SimpleButton btnOk;
private DevExpress.XtraEditors.SimpleButton btnCancel;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
private DevExpress.XtraEditors.TextEdit textEditName;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup4;
private IStation.WinFrmUI.CalcErQu.SetPrjItemSpanTimeCtrl rangeDefinePanel;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
private SetPrjItemSpanTimeGrid setPrjItemSpanTimeGrid1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
}
}