using DevExpress.Utils;
|
using DevExpress.XtraEditors;
|
using System.ComponentModel;
|
using System.Drawing;
|
using System.Windows.Forms;
|
|
namespace HStation.WinFrmUI.WE
|
{
|
partial class AddWaterUtensilDlg
|
{
|
/// <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();
|
dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
|
btnOk = new SimpleButton();
|
btnCancel = new SimpleButton();
|
NameTextEdit = new TextEdit();
|
DescriptionTextEdit = new MemoEdit();
|
TagNameTextEdit = new TextEdit();
|
textEditRatedFlow = new TextEdit();
|
textEditMinRatedFlow = new TextEdit();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
ItemForName = new DevExpress.XtraLayout.LayoutControlItem();
|
ItemForDescription = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
ItemForTagName = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
|
((ISupportInitialize)dataLayoutControl1).BeginInit();
|
dataLayoutControl1.SuspendLayout();
|
((ISupportInitialize)NameTextEdit.Properties).BeginInit();
|
((ISupportInitialize)DescriptionTextEdit.Properties).BeginInit();
|
((ISupportInitialize)TagNameTextEdit.Properties).BeginInit();
|
((ISupportInitialize)textEditRatedFlow.Properties).BeginInit();
|
((ISupportInitialize)textEditMinRatedFlow.Properties).BeginInit();
|
((ISupportInitialize)Root).BeginInit();
|
((ISupportInitialize)layoutControlGroup1).BeginInit();
|
((ISupportInitialize)ItemForName).BeginInit();
|
((ISupportInitialize)ItemForDescription).BeginInit();
|
((ISupportInitialize)layoutControlItem1).BeginInit();
|
((ISupportInitialize)layoutControlItem2).BeginInit();
|
((ISupportInitialize)emptySpaceItem1).BeginInit();
|
((ISupportInitialize)ItemForTagName).BeginInit();
|
((ISupportInitialize)layoutControlItem4).BeginInit();
|
((ISupportInitialize)layoutControlItem3).BeginInit();
|
((ISupportInitialize)dxErrorProvider1).BeginInit();
|
SuspendLayout();
|
//
|
// dataLayoutControl1
|
//
|
dataLayoutControl1.Controls.Add(btnOk);
|
dataLayoutControl1.Controls.Add(btnCancel);
|
dataLayoutControl1.Controls.Add(NameTextEdit);
|
dataLayoutControl1.Controls.Add(DescriptionTextEdit);
|
dataLayoutControl1.Controls.Add(TagNameTextEdit);
|
dataLayoutControl1.Controls.Add(textEditRatedFlow);
|
dataLayoutControl1.Controls.Add(textEditMinRatedFlow);
|
dataLayoutControl1.Dock = DockStyle.Fill;
|
dataLayoutControl1.Location = new Point(0, 0);
|
dataLayoutControl1.Name = "dataLayoutControl1";
|
dataLayoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(900, 230, 650, 400);
|
dataLayoutControl1.Root = Root;
|
dataLayoutControl1.Size = new Size(404, 229);
|
dataLayoutControl1.TabIndex = 0;
|
dataLayoutControl1.Text = "dataLayoutControl1";
|
//
|
// btnOk
|
//
|
btnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
|
btnOk.Appearance.Options.UseBackColor = true;
|
btnOk.Location = new Point(230, 195);
|
btnOk.Name = "btnOk";
|
btnOk.Size = new Size(78, 22);
|
btnOk.StyleController = dataLayoutControl1;
|
btnOk.TabIndex = 6;
|
btnOk.Text = "确定";
|
btnOk.Click += btnOk_Click;
|
//
|
// btnCancel
|
//
|
btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
|
btnCancel.Appearance.Options.UseBackColor = true;
|
btnCancel.DialogResult = DialogResult.Cancel;
|
btnCancel.Location = new Point(312, 195);
|
btnCancel.Name = "btnCancel";
|
btnCancel.Size = new Size(80, 22);
|
btnCancel.StyleController = dataLayoutControl1;
|
btnCancel.TabIndex = 7;
|
btnCancel.Text = "取消";
|
//
|
// NameTextEdit
|
//
|
NameTextEdit.Location = new Point(107, 12);
|
NameTextEdit.Name = "NameTextEdit";
|
NameTextEdit.Size = new Size(285, 20);
|
NameTextEdit.StyleController = dataLayoutControl1;
|
NameTextEdit.TabIndex = 0;
|
//
|
// DescriptionTextEdit
|
//
|
DescriptionTextEdit.Location = new Point(107, 108);
|
DescriptionTextEdit.Name = "DescriptionTextEdit";
|
DescriptionTextEdit.Size = new Size(285, 83);
|
DescriptionTextEdit.StyleController = dataLayoutControl1;
|
DescriptionTextEdit.TabIndex = 5;
|
//
|
// TagNameTextEdit
|
//
|
TagNameTextEdit.Location = new Point(107, 84);
|
TagNameTextEdit.Name = "TagNameTextEdit";
|
TagNameTextEdit.Size = new Size(285, 20);
|
TagNameTextEdit.StyleController = dataLayoutControl1;
|
TagNameTextEdit.TabIndex = 4;
|
//
|
// textEditRatedFlow
|
//
|
textEditRatedFlow.Location = new Point(107, 36);
|
textEditRatedFlow.Name = "textEditRatedFlow";
|
textEditRatedFlow.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
|
textEditRatedFlow.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
|
textEditRatedFlow.Size = new Size(285, 20);
|
textEditRatedFlow.StyleController = dataLayoutControl1;
|
textEditRatedFlow.TabIndex = 2;
|
//
|
// textEditMinRatedFlow
|
//
|
textEditMinRatedFlow.Location = new Point(107, 60);
|
textEditMinRatedFlow.Name = "textEditMinRatedFlow";
|
textEditMinRatedFlow.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
|
textEditMinRatedFlow.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
|
textEditMinRatedFlow.Size = new Size(285, 20);
|
textEditMinRatedFlow.StyleController = dataLayoutControl1;
|
textEditMinRatedFlow.TabIndex = 3;
|
//
|
// Root
|
//
|
Root.AppearanceItemCaption.Options.UseTextOptions = true;
|
Root.AppearanceItemCaption.TextOptions.HAlignment = HorzAlignment.Far;
|
Root.EnableIndentsWithoutBorders = DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup1 });
|
Root.Name = "Root";
|
Root.Size = new Size(404, 229);
|
Root.TextVisible = false;
|
//
|
// layoutControlGroup1
|
//
|
layoutControlGroup1.AllowDrawBackground = false;
|
layoutControlGroup1.GroupBordersVisible = false;
|
layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { ItemForName, ItemForDescription, layoutControlItem1, layoutControlItem2, emptySpaceItem1, ItemForTagName, layoutControlItem4, layoutControlItem3 });
|
layoutControlGroup1.Location = new Point(0, 0);
|
layoutControlGroup1.Name = "autoGeneratedGroup0";
|
layoutControlGroup1.Size = new Size(384, 209);
|
//
|
// ItemForName
|
//
|
ItemForName.AllowHtmlStringInCaption = true;
|
ItemForName.Control = NameTextEdit;
|
ItemForName.Location = new Point(0, 0);
|
ItemForName.Name = "ItemForName";
|
ItemForName.Size = new Size(384, 24);
|
ItemForName.Text = "<color=red>*</color>名称:";
|
ItemForName.TextSize = new Size(83, 14);
|
//
|
// ItemForDescription
|
//
|
ItemForDescription.Control = DescriptionTextEdit;
|
ItemForDescription.Location = new Point(0, 96);
|
ItemForDescription.Name = "ItemForDescription";
|
ItemForDescription.Size = new Size(384, 87);
|
ItemForDescription.Text = "说明:";
|
ItemForDescription.TextSize = new Size(83, 14);
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = btnCancel;
|
layoutControlItem1.Location = new Point(300, 183);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(84, 26);
|
layoutControlItem1.TextSize = new Size(0, 0);
|
layoutControlItem1.TextVisible = false;
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.Control = btnOk;
|
layoutControlItem2.Location = new Point(218, 183);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Size = new Size(82, 26);
|
layoutControlItem2.TextSize = new Size(0, 0);
|
layoutControlItem2.TextVisible = false;
|
//
|
// emptySpaceItem1
|
//
|
emptySpaceItem1.AllowHotTrack = false;
|
emptySpaceItem1.Location = new Point(0, 183);
|
emptySpaceItem1.Name = "emptySpaceItem1";
|
emptySpaceItem1.Size = new Size(218, 26);
|
emptySpaceItem1.TextSize = new Size(0, 0);
|
//
|
// ItemForTagName
|
//
|
ItemForTagName.AppearanceItemCaption.Options.UseTextOptions = true;
|
ItemForTagName.AppearanceItemCaption.TextOptions.HAlignment = HorzAlignment.Far;
|
ItemForTagName.Control = TagNameTextEdit;
|
ItemForTagName.Location = new Point(0, 72);
|
ItemForTagName.Name = "ItemForTagName";
|
ItemForTagName.Size = new Size(384, 24);
|
ItemForTagName.Text = "标签名称:";
|
ItemForTagName.TextSize = new Size(83, 14);
|
//
|
// layoutControlItem4
|
//
|
layoutControlItem4.AllowHtmlStringInCaption = true;
|
layoutControlItem4.Control = textEditMinRatedFlow;
|
layoutControlItem4.Location = new Point(0, 48);
|
layoutControlItem4.Name = "layoutControlItem4";
|
layoutControlItem4.Size = new Size(384, 24);
|
layoutControlItem4.Text = "<color=red>*</color>最小额定流量:";
|
layoutControlItem4.TextSize = new Size(83, 14);
|
//
|
// layoutControlItem3
|
//
|
layoutControlItem3.AllowHtmlStringInCaption = true;
|
layoutControlItem3.Control = textEditRatedFlow;
|
layoutControlItem3.Location = new Point(0, 24);
|
layoutControlItem3.Name = "layoutControlItem3";
|
layoutControlItem3.Size = new Size(384, 24);
|
layoutControlItem3.Text = "<color=red>*</color>额定流量:";
|
layoutControlItem3.TextSize = new Size(83, 14);
|
//
|
// dxErrorProvider1
|
//
|
dxErrorProvider1.ContainerControl = this;
|
//
|
// AddWaterUtensilDlg
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
ClientSize = new Size(404, 229);
|
Controls.Add(dataLayoutControl1);
|
Name = "AddWaterUtensilDlg";
|
StartPosition = FormStartPosition.CenterParent;
|
Text = "添加";
|
((ISupportInitialize)dataLayoutControl1).EndInit();
|
dataLayoutControl1.ResumeLayout(false);
|
((ISupportInitialize)NameTextEdit.Properties).EndInit();
|
((ISupportInitialize)DescriptionTextEdit.Properties).EndInit();
|
((ISupportInitialize)TagNameTextEdit.Properties).EndInit();
|
((ISupportInitialize)textEditRatedFlow.Properties).EndInit();
|
((ISupportInitialize)textEditMinRatedFlow.Properties).EndInit();
|
((ISupportInitialize)Root).EndInit();
|
((ISupportInitialize)layoutControlGroup1).EndInit();
|
((ISupportInitialize)ItemForName).EndInit();
|
((ISupportInitialize)ItemForDescription).EndInit();
|
((ISupportInitialize)layoutControlItem1).EndInit();
|
((ISupportInitialize)layoutControlItem2).EndInit();
|
((ISupportInitialize)emptySpaceItem1).EndInit();
|
((ISupportInitialize)ItemForTagName).EndInit();
|
((ISupportInitialize)layoutControlItem4).EndInit();
|
((ISupportInitialize)layoutControlItem3).EndInit();
|
((ISupportInitialize)dxErrorProvider1).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
|
private DevExpress.XtraEditors.SimpleButton btnOk;
|
private DevExpress.XtraEditors.SimpleButton btnCancel;
|
private DevExpress.XtraEditors.TextEdit NameTextEdit;
|
private DevExpress.XtraEditors.MemoEdit DescriptionTextEdit;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
private DevExpress.XtraLayout.LayoutControlItem ItemForName;
|
private DevExpress.XtraLayout.LayoutControlItem ItemForDescription;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
|
private DevExpress.XtraEditors.TextEdit TagNameTextEdit;
|
private DevExpress.XtraLayout.LayoutControlItem ItemForTagName;
|
private TextEdit textEditRatedFlow;
|
private TextEdit textEditMinRatedFlow;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
}
|
}
|