namespace IStation.WinFrmUI.Monitor
|
{
|
partial class HistoryDlg
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows Form Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
this.anaResultInfoManuCtrl1 = new IStation.WinFrmUI.CalcErQu.AnaResultInfoManuCtrl();
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.r = new DevExpress.XtraLayout.LayoutControlItem();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
this.layoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.r)).BeginInit();
|
this.SuspendLayout();
|
//
|
// layoutControl1
|
//
|
this.layoutControl1.Controls.Add(this.anaResultInfoManuCtrl1);
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
this.layoutControl1.Name = "layoutControl1";
|
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1270, 520, 650, 400);
|
this.layoutControl1.Root = this.Root;
|
this.layoutControl1.Size = new System.Drawing.Size(1097, 707);
|
this.layoutControl1.TabIndex = 0;
|
this.layoutControl1.Text = "layoutControl1";
|
//
|
// anaResultInfoManuCtrl1
|
//
|
this.anaResultInfoManuCtrl1.Location = new System.Drawing.Point(12, 12);
|
this.anaResultInfoManuCtrl1.MinimumSize = new System.Drawing.Size(0, 500);
|
this.anaResultInfoManuCtrl1.Name = "anaResultInfoManuCtrl1";
|
this.anaResultInfoManuCtrl1.Size = new System.Drawing.Size(1073, 683);
|
this.anaResultInfoManuCtrl1.TabIndex = 4;
|
//
|
// Root
|
//
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
this.Root.GroupBordersVisible = false;
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
this.r});
|
this.Root.Name = "Root";
|
this.Root.Size = new System.Drawing.Size(1097, 707);
|
this.Root.TextVisible = false;
|
//
|
// r
|
//
|
this.r.Control = this.anaResultInfoManuCtrl1;
|
this.r.Location = new System.Drawing.Point(0, 0);
|
this.r.Name = "r";
|
this.r.Size = new System.Drawing.Size(1077, 687);
|
this.r.TextSize = new System.Drawing.Size(0, 0);
|
this.r.TextVisible = false;
|
//
|
// HistoryDlg
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(1097, 707);
|
this.Controls.Add(this.layoutControl1);
|
this.Name = "HistoryDlg";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "历史调度方案";
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
this.layoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.r)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private CalcErQu.AnaResultInfoManuCtrl anaResultInfoManuCtrl1;
|
private DevExpress.XtraLayout.LayoutControlItem r;
|
}
|
}
|