namespace Yw.WinFrmUI
|
{
|
partial class SetHydroReservoirDlg
|
{
|
/// <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()
|
{
|
components = new Container();
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
generalOkAndCancelCtrl1 = new GeneralOkAndCancelCtrl();
|
txtHead = new DevExpress.XtraEditors.TextEdit();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
|
((ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((ISupportInitialize)txtHead.Properties).BeginInit();
|
((ISupportInitialize)Root).BeginInit();
|
((ISupportInitialize)layoutControlItem1).BeginInit();
|
((ISupportInitialize)layoutControlItem4).BeginInit();
|
((ISupportInitialize)dxErrorProvider1).BeginInit();
|
SuspendLayout();
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(generalOkAndCancelCtrl1);
|
layoutControl1.Controls.Add(txtHead);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(670, 266, 650, 400);
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(264, 79);
|
layoutControl1.TabIndex = 1;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// generalOkAndCancelCtrl1
|
//
|
generalOkAndCancelCtrl1.ButtonCancelMaxSize = new Size(80, 26);
|
generalOkAndCancelCtrl1.ButtonCancelMinSize = new Size(80, 26);
|
generalOkAndCancelCtrl1.ButtonOkMaxSize = new Size(80, 26);
|
generalOkAndCancelCtrl1.ButtonOkMinSize = new Size(80, 26);
|
generalOkAndCancelCtrl1.Location = new Point(12, 36);
|
generalOkAndCancelCtrl1.Name = "generalOkAndCancelCtrl1";
|
generalOkAndCancelCtrl1.Size = new Size(240, 31);
|
generalOkAndCancelCtrl1.TabIndex = 4;
|
//
|
// txtHead
|
//
|
txtHead.Location = new Point(64, 12);
|
txtHead.Name = "txtHead";
|
txtHead.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
|
txtHead.Properties.DisplayFormat.FormatString = "{0}m";
|
txtHead.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
|
txtHead.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
|
txtHead.Properties.NullValuePrompt = "m";
|
txtHead.Size = new Size(188, 20);
|
txtHead.StyleController = layoutControl1;
|
txtHead.TabIndex = 0;
|
//
|
// Root
|
//
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem4 });
|
Root.Name = "Root";
|
Root.Size = new Size(264, 79);
|
Root.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = txtHead;
|
layoutControlItem1.Location = new Point(0, 0);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(244, 24);
|
layoutControlItem1.Text = "总水头:";
|
layoutControlItem1.TextSize = new Size(40, 14);
|
//
|
// layoutControlItem4
|
//
|
layoutControlItem4.Control = generalOkAndCancelCtrl1;
|
layoutControlItem4.Location = new Point(0, 24);
|
layoutControlItem4.Name = "layoutControlItem4";
|
layoutControlItem4.Size = new Size(244, 35);
|
layoutControlItem4.TextSize = new Size(0, 0);
|
layoutControlItem4.TextVisible = false;
|
//
|
// dxErrorProvider1
|
//
|
dxErrorProvider1.ContainerControl = this;
|
//
|
// SetHydroReservoirDlg
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
ClientSize = new Size(264, 79);
|
Controls.Add(layoutControl1);
|
MaximizeBox = false;
|
Name = "SetHydroReservoirDlg";
|
StartPosition = FormStartPosition.CenterParent;
|
Text = "设置";
|
((ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((ISupportInitialize)txtHead.Properties).EndInit();
|
((ISupportInitialize)Root).EndInit();
|
((ISupportInitialize)layoutControlItem1).EndInit();
|
((ISupportInitialize)layoutControlItem4).EndInit();
|
((ISupportInitialize)dxErrorProvider1).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraEditors.TextEdit txtHead;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
|
private GeneralOkAndCancelCtrl generalOkAndCancelCtrl1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
}
|
}
|