using DevExpress.Utils;
|
using DevExpress.XtraEditors;
|
using System.ComponentModel;
|
using System.Drawing;
|
using System.Windows.Forms;
|
|
namespace HStation.WinFrmUI.WE
|
{
|
partial class AddUtensilDlg
|
{
|
/// <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.components = new System.ComponentModel.Container();
|
this.dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
|
this.NameComboBoxEdit = new DevExpress.XtraEditors.ImageComboBoxEdit();
|
this.btnOk = new DevExpress.XtraEditors.SimpleButton();
|
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
|
this.TextMinRatedFlo = new DevExpress.XtraEditors.TextEdit();
|
this.TextEditAmount = new DevExpress.XtraEditors.TextEdit();
|
this.textEditWaterEquivalent = new DevExpress.XtraEditors.TextEdit();
|
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.ItemForTagName = new DevExpress.XtraLayout.LayoutControlItem();
|
this.ItemForDescription = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
|
((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).BeginInit();
|
this.dataLayoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.NameComboBoxEdit.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.TextMinRatedFlo.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.TextEditAmount.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.textEditWaterEquivalent.Properties)).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.ItemForTagName)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.ItemForDescription)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit();
|
this.SuspendLayout();
|
//
|
// dataLayoutControl1
|
//
|
this.dataLayoutControl1.Controls.Add(this.NameComboBoxEdit);
|
this.dataLayoutControl1.Controls.Add(this.btnOk);
|
this.dataLayoutControl1.Controls.Add(this.btnCancel);
|
this.dataLayoutControl1.Controls.Add(this.TextMinRatedFlo);
|
this.dataLayoutControl1.Controls.Add(this.TextEditAmount);
|
this.dataLayoutControl1.Controls.Add(this.textEditWaterEquivalent);
|
this.dataLayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.dataLayoutControl1.Location = new System.Drawing.Point(0, 0);
|
this.dataLayoutControl1.Name = "dataLayoutControl1";
|
this.dataLayoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(900, 230, 650, 400);
|
this.dataLayoutControl1.Root = this.Root;
|
this.dataLayoutControl1.Size = new System.Drawing.Size(451, 145);
|
this.dataLayoutControl1.TabIndex = 0;
|
this.dataLayoutControl1.Text = "dataLayoutControl1";
|
//
|
// NameComboBoxEdit
|
//
|
this.NameComboBoxEdit.Location = new System.Drawing.Point(138, 12);
|
this.NameComboBoxEdit.Name = "NameComboBoxEdit";
|
this.NameComboBoxEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.NameComboBoxEdit.Size = new System.Drawing.Size(301, 20);
|
this.NameComboBoxEdit.StyleController = this.dataLayoutControl1;
|
this.NameComboBoxEdit.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(256, 108);
|
this.btnOk.Name = "btnOk";
|
this.btnOk.Size = new System.Drawing.Size(88, 22);
|
this.btnOk.StyleController = this.dataLayoutControl1;
|
this.btnOk.TabIndex = 7;
|
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(348, 108);
|
this.btnCancel.Name = "btnCancel";
|
this.btnCancel.Size = new System.Drawing.Size(91, 22);
|
this.btnCancel.StyleController = this.dataLayoutControl1;
|
this.btnCancel.TabIndex = 8;
|
this.btnCancel.Text = "取消";
|
//
|
// TextMinRatedFlo
|
//
|
this.TextMinRatedFlo.Location = new System.Drawing.Point(138, 84);
|
this.TextMinRatedFlo.Name = "TextMinRatedFlo";
|
this.TextMinRatedFlo.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
|
this.TextMinRatedFlo.Properties.MaskSettings.Set("mask", "f");
|
this.TextMinRatedFlo.Size = new System.Drawing.Size(301, 20);
|
this.TextMinRatedFlo.StyleController = this.dataLayoutControl1;
|
this.TextMinRatedFlo.TabIndex = 4;
|
//
|
// TextEditAmount
|
//
|
this.TextEditAmount.Location = new System.Drawing.Point(138, 36);
|
this.TextEditAmount.Name = "TextEditAmount";
|
this.TextEditAmount.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
|
this.TextEditAmount.Properties.MaskSettings.Set("mask", "d");
|
this.TextEditAmount.Size = new System.Drawing.Size(301, 20);
|
this.TextEditAmount.StyleController = this.dataLayoutControl1;
|
this.TextEditAmount.TabIndex = 6;
|
//
|
// textEditWaterEquivalent
|
//
|
this.textEditWaterEquivalent.Location = new System.Drawing.Point(138, 60);
|
this.textEditWaterEquivalent.Name = "textEditWaterEquivalent";
|
this.textEditWaterEquivalent.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
|
this.textEditWaterEquivalent.Properties.MaskSettings.Set("mask", "f");
|
this.textEditWaterEquivalent.Size = new System.Drawing.Size(301, 20);
|
this.textEditWaterEquivalent.StyleController = this.dataLayoutControl1;
|
this.textEditWaterEquivalent.TabIndex = 9;
|
//
|
// 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.Size = new System.Drawing.Size(451, 145);
|
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.ItemForTagName,
|
this.ItemForDescription,
|
this.layoutControlItem3,
|
this.layoutControlItem4});
|
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
|
this.layoutControlGroup1.Name = "autoGeneratedGroup0";
|
this.layoutControlGroup1.Size = new System.Drawing.Size(431, 125);
|
//
|
// layoutControlItem1
|
//
|
this.layoutControlItem1.Control = this.btnCancel;
|
this.layoutControlItem1.Location = new System.Drawing.Point(336, 96);
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
this.layoutControlItem1.Size = new System.Drawing.Size(95, 29);
|
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(244, 96);
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
this.layoutControlItem2.Size = new System.Drawing.Size(92, 29);
|
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, 96);
|
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
this.emptySpaceItem1.Size = new System.Drawing.Size(244, 29);
|
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
//
|
// ItemForTagName
|
//
|
this.ItemForTagName.AppearanceItemCaption.Options.UseTextOptions = true;
|
this.ItemForTagName.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
this.ItemForTagName.Control = this.TextMinRatedFlo;
|
this.ItemForTagName.Location = new System.Drawing.Point(0, 72);
|
this.ItemForTagName.Name = "ItemForTagName";
|
this.ItemForTagName.Size = new System.Drawing.Size(431, 24);
|
this.ItemForTagName.Text = "最小额定流量(m³/h):";
|
this.ItemForTagName.TextSize = new System.Drawing.Size(114, 14);
|
//
|
// ItemForDescription
|
//
|
this.ItemForDescription.Control = this.TextEditAmount;
|
this.ItemForDescription.Location = new System.Drawing.Point(0, 24);
|
this.ItemForDescription.Name = "ItemForDescription";
|
this.ItemForDescription.Size = new System.Drawing.Size(431, 24);
|
this.ItemForDescription.Text = "默认数量:";
|
this.ItemForDescription.TextSize = new System.Drawing.Size(114, 14);
|
//
|
// layoutControlItem3
|
//
|
this.layoutControlItem3.Control = this.textEditWaterEquivalent;
|
this.layoutControlItem3.Location = new System.Drawing.Point(0, 48);
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
this.layoutControlItem3.Size = new System.Drawing.Size(431, 24);
|
this.layoutControlItem3.Text = "额定流量(m³/h):";
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(114, 14);
|
//
|
// layoutControlItem4
|
//
|
this.layoutControlItem4.AllowHtmlStringInCaption = true;
|
this.layoutControlItem4.Control = this.NameComboBoxEdit;
|
this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
|
this.layoutControlItem4.Name = "layoutControlItem4";
|
this.layoutControlItem4.Size = new System.Drawing.Size(431, 24);
|
this.layoutControlItem4.Text = "<color=red>*</color>器具名称:";
|
this.layoutControlItem4.TextSize = new System.Drawing.Size(114, 14);
|
//
|
// dxErrorProvider1
|
//
|
this.dxErrorProvider1.ContainerControl = this;
|
//
|
// AddUtensilDlg
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(451, 145);
|
this.Controls.Add(this.dataLayoutControl1);
|
this.Name = "AddUtensilDlg";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
this.Text = "添加";
|
((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).EndInit();
|
this.dataLayoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.NameComboBoxEdit.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.TextMinRatedFlo.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.TextEditAmount.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.textEditWaterEquivalent.Properties)).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.ItemForTagName)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.ItemForDescription)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
|
private DevExpress.XtraEditors.SimpleButton btnOk;
|
private DevExpress.XtraEditors.SimpleButton btnCancel;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
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 TextMinRatedFlo;
|
private DevExpress.XtraLayout.LayoutControlItem ItemForTagName;
|
private TextEdit TextEditAmount;
|
private TextEdit textEditWaterEquivalent;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
private ImageComboBoxEdit NameComboBoxEdit;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
}
|
}
|