namespace IStation.WinFrmUI.Monitor
|
{
|
partial class WaitMonitorDataImportDlg
|
{
|
/// <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.pbcTotal = new DevExpress.XtraEditors.ProgressBarControl();
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.itemForProgress = new DevExpress.XtraLayout.LayoutControlItem();
|
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
|
this.simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
this.layoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pbcTotal.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.itemForProgress)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).BeginInit();
|
this.SuspendLayout();
|
//
|
// layoutControl1
|
//
|
this.layoutControl1.Controls.Add(this.pbcTotal);
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.layoutControl1.Location = new System.Drawing.Point(1, 1);
|
this.layoutControl1.Name = "layoutControl1";
|
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(909, 0, 650, 400);
|
this.layoutControl1.Root = this.Root;
|
this.layoutControl1.Size = new System.Drawing.Size(469, 145);
|
this.layoutControl1.TabIndex = 0;
|
this.layoutControl1.Text = "layoutControl1";
|
//
|
// pbcTotal
|
//
|
this.pbcTotal.Location = new System.Drawing.Point(12, 73);
|
this.pbcTotal.Name = "pbcTotal";
|
this.pbcTotal.Properties.ProgressViewStyle = DevExpress.XtraEditors.Controls.ProgressViewStyle.Solid;
|
this.pbcTotal.Properties.ShowTitle = true;
|
this.pbcTotal.Properties.Step = 1;
|
this.pbcTotal.Size = new System.Drawing.Size(445, 26);
|
this.pbcTotal.StyleController = this.layoutControl1;
|
this.pbcTotal.TabIndex = 5;
|
//
|
// Root
|
//
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
this.Root.GroupBordersVisible = false;
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
this.itemForProgress,
|
this.emptySpaceItem1,
|
this.emptySpaceItem2,
|
this.simpleLabelItem1});
|
this.Root.Name = "Root";
|
this.Root.Size = new System.Drawing.Size(469, 145);
|
this.Root.TextVisible = false;
|
//
|
// itemForProgress
|
//
|
this.itemForProgress.Control = this.pbcTotal;
|
this.itemForProgress.Location = new System.Drawing.Point(0, 61);
|
this.itemForProgress.MinSize = new System.Drawing.Size(54, 18);
|
this.itemForProgress.Name = "itemForProgress";
|
this.itemForProgress.Size = new System.Drawing.Size(449, 30);
|
this.itemForProgress.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
this.itemForProgress.TextLocation = DevExpress.Utils.Locations.Top;
|
this.itemForProgress.TextSize = new System.Drawing.Size(0, 0);
|
this.itemForProgress.TextVisible = false;
|
//
|
// emptySpaceItem1
|
//
|
this.emptySpaceItem1.AllowHotTrack = false;
|
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 32);
|
this.emptySpaceItem1.MinSize = new System.Drawing.Size(104, 1);
|
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
this.emptySpaceItem1.Size = new System.Drawing.Size(449, 29);
|
this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
//
|
// emptySpaceItem2
|
//
|
this.emptySpaceItem2.AllowHotTrack = false;
|
this.emptySpaceItem2.Location = new System.Drawing.Point(0, 91);
|
this.emptySpaceItem2.MinSize = new System.Drawing.Size(104, 1);
|
this.emptySpaceItem2.Name = "emptySpaceItem2";
|
this.emptySpaceItem2.Size = new System.Drawing.Size(449, 34);
|
this.emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
|
//
|
// simpleLabelItem1
|
//
|
this.simpleLabelItem1.AllowHotTrack = false;
|
this.simpleLabelItem1.AppearanceItemCaption.FontSizeDelta = 8;
|
this.simpleLabelItem1.AppearanceItemCaption.Options.UseFont = true;
|
this.simpleLabelItem1.Location = new System.Drawing.Point(0, 0);
|
this.simpleLabelItem1.Name = "simpleLabelItem1";
|
this.simpleLabelItem1.Size = new System.Drawing.Size(449, 32);
|
this.simpleLabelItem1.Text = "正在导入,请稍候...";
|
this.simpleLabelItem1.TextSize = new System.Drawing.Size(205, 28);
|
//
|
// WaitEtaWaterAnaImportGeneralDlg
|
//
|
this.Appearance.BackColor = System.Drawing.Color.White;
|
this.Appearance.Options.UseBackColor = true;
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(471, 147);
|
this.Controls.Add(this.layoutControl1);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
this.Name = "WaitEtaWaterAnaImportGeneralDlg";
|
this.Padding = new System.Windows.Forms.Padding(1);
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
this.Text = "水位能效分析等待框";
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
this.layoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.pbcTotal.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.itemForProgress)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraEditors.ProgressBarControl pbcTotal;
|
private DevExpress.XtraLayout.LayoutControlItem itemForProgress;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
|
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1;
|
}
|
}
|