namespace IStation.WinFrmUI.Basic
{
partial class AddNumericSignalTypeDlg
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
this.btnOk = new DevExpress.XtraEditors.SimpleButton();
this.IdentifierTextEdit = new DevExpress.XtraEditors.TextEdit();
this.NameTextEdit = new DevExpress.XtraEditors.TextEdit();
this.UnitTypeImageComboBoxEdit = new DevExpress.XtraEditors.ImageComboBoxEdit();
this.UnitValueComboBoxEdit = new DevExpress.XtraEditors.ComboBoxEdit();
this.DecimalPlacesTextEdit = new DevExpress.XtraEditors.TextEdit();
this.TagNameTextEdit = new DevExpress.XtraEditors.TextEdit();
this.DescriptionMemoEdit = new DevExpress.XtraEditors.MemoEdit();
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
this.ItemForDescription = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
this.ItemForUnitType = new DevExpress.XtraLayout.LayoutControlItem();
this.ItemForDecimalPlaces = new DevExpress.XtraLayout.LayoutControlItem();
this.ItemForName = new DevExpress.XtraLayout.LayoutControlItem();
this.ItemForIdentifier = new DevExpress.XtraLayout.LayoutControlItem();
this.ItemForUnitValue = new DevExpress.XtraLayout.LayoutControlItem();
this.ItemForTagName = 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.IdentifierTextEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NameTextEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.UnitTypeImageComboBoxEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.UnitValueComboBoxEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.DecimalPlacesTextEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.TagNameTextEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.DescriptionMemoEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ItemForDescription)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ItemForUnitType)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ItemForDecimalPlaces)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ItemForName)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ItemForIdentifier)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ItemForUnitValue)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ItemForTagName)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit();
this.SuspendLayout();
//
// dataLayoutControl1
//
this.dataLayoutControl1.Controls.Add(this.btnCancel);
this.dataLayoutControl1.Controls.Add(this.btnOk);
this.dataLayoutControl1.Controls.Add(this.IdentifierTextEdit);
this.dataLayoutControl1.Controls.Add(this.NameTextEdit);
this.dataLayoutControl1.Controls.Add(this.UnitTypeImageComboBoxEdit);
this.dataLayoutControl1.Controls.Add(this.UnitValueComboBoxEdit);
this.dataLayoutControl1.Controls.Add(this.DecimalPlacesTextEdit);
this.dataLayoutControl1.Controls.Add(this.TagNameTextEdit);
this.dataLayoutControl1.Controls.Add(this.DescriptionMemoEdit);
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(754, 122, 650, 400);
this.dataLayoutControl1.Root = this.Root;
this.dataLayoutControl1.Size = new System.Drawing.Size(498, 368);
this.dataLayoutControl1.TabIndex = 0;
this.dataLayoutControl1.Text = "dataLayoutControl1";
//
// 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(401, 334);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(85, 22);
this.btnCancel.StyleController = this.dataLayoutControl1;
this.btnCancel.TabIndex = 13;
this.btnCancel.Text = "取消";
//
// btnOk
//
this.btnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
this.btnOk.Appearance.Options.UseBackColor = true;
this.btnOk.Location = new System.Drawing.Point(312, 334);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(85, 22);
this.btnOk.StyleController = this.dataLayoutControl1;
this.btnOk.TabIndex = 12;
this.btnOk.Text = "确定";
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// IdentifierTextEdit
//
this.IdentifierTextEdit.Location = new System.Drawing.Point(313, 12);
this.IdentifierTextEdit.Name = "IdentifierTextEdit";
this.IdentifierTextEdit.Size = new System.Drawing.Size(173, 20);
this.IdentifierTextEdit.StyleController = this.dataLayoutControl1;
this.IdentifierTextEdit.TabIndex = 4;
//
// NameTextEdit
//
this.NameTextEdit.Location = new System.Drawing.Point(74, 12);
this.NameTextEdit.Name = "NameTextEdit";
this.NameTextEdit.Size = new System.Drawing.Size(173, 20);
this.NameTextEdit.StyleController = this.dataLayoutControl1;
this.NameTextEdit.TabIndex = 5;
//
// UnitTypeImageComboBoxEdit
//
this.UnitTypeImageComboBoxEdit.Location = new System.Drawing.Point(74, 36);
this.UnitTypeImageComboBoxEdit.Name = "UnitTypeImageComboBoxEdit";
this.UnitTypeImageComboBoxEdit.Properties.Appearance.Options.UseTextOptions = true;
this.UnitTypeImageComboBoxEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.UnitTypeImageComboBoxEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.UnitTypeImageComboBoxEdit.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
new DevExpress.XtraEditors.Controls.ImageComboBoxItem("未知", IStation.Unit.eUnitType.未知, 0),
new DevExpress.XtraEditors.Controls.ImageComboBoxItem("流量", IStation.Unit.eUnitType.流量, 1),
new DevExpress.XtraEditors.Controls.ImageComboBoxItem("压力", IStation.Unit.eUnitType.压力, 2),
new DevExpress.XtraEditors.Controls.ImageComboBoxItem("扬程", IStation.Unit.eUnitType.扬程, 3),
new DevExpress.XtraEditors.Controls.ImageComboBoxItem("体积", IStation.Unit.eUnitType.体积, 4),
new DevExpress.XtraEditors.Controls.ImageComboBoxItem("频率", IStation.Unit.eUnitType.频率, 5),
new DevExpress.XtraEditors.Controls.ImageComboBoxItem("电流", IStation.Unit.eUnitType.电流, 6),
new DevExpress.XtraEditors.Controls.ImageComboBoxItem("电压", IStation.Unit.eUnitType.电压, 7),
new DevExpress.XtraEditors.Controls.ImageComboBoxItem("转速", IStation.Unit.eUnitType.转速, 8),
new DevExpress.XtraEditors.Controls.ImageComboBoxItem("效率", IStation.Unit.eUnitType.效率, 9),
new DevExpress.XtraEditors.Controls.ImageComboBoxItem("有功功率", IStation.Unit.eUnitType.有功功率, 10),
new DevExpress.XtraEditors.Controls.ImageComboBoxItem("无功功率", IStation.Unit.eUnitType.无功功率, 11),
new DevExpress.XtraEditors.Controls.ImageComboBoxItem("视在功率", IStation.Unit.eUnitType.视在功率, 12),
new DevExpress.XtraEditors.Controls.ImageComboBoxItem("有功电度", IStation.Unit.eUnitType.有功电度, 13),
new DevExpress.XtraEditors.Controls.ImageComboBoxItem("无功电度", IStation.Unit.eUnitType.无功电度, 14),
new DevExpress.XtraEditors.Controls.ImageComboBoxItem("长度", IStation.Unit.eUnitType.长度, 15),
new DevExpress.XtraEditors.Controls.ImageComboBoxItem("温度", IStation.Unit.eUnitType.温度, 16),
new DevExpress.XtraEditors.Controls.ImageComboBoxItem("浊度", IStation.Unit.eUnitType.浊度, 17),
new DevExpress.XtraEditors.Controls.ImageComboBoxItem("浓度", IStation.Unit.eUnitType.浓度, 18),
new DevExpress.XtraEditors.Controls.ImageComboBoxItem("湿度", IStation.Unit.eUnitType.湿度, 19),
new DevExpress.XtraEditors.Controls.ImageComboBoxItem("电导率", IStation.Unit.eUnitType.电导率, 20),
new DevExpress.XtraEditors.Controls.ImageComboBoxItem("音量", IStation.Unit.eUnitType.音量, 21),
new DevExpress.XtraEditors.Controls.ImageComboBoxItem("累积时间", IStation.Unit.eUnitType.累积时间, 22),
new DevExpress.XtraEditors.Controls.ImageComboBoxItem("千吨能耗", IStation.Unit.eUnitType.千吨能耗, 23),
new DevExpress.XtraEditors.Controls.ImageComboBoxItem("单位能耗", IStation.Unit.eUnitType.单位能耗, 24),
new DevExpress.XtraEditors.Controls.ImageComboBoxItem("速度", IStation.Unit.eUnitType.速度, 25),
new DevExpress.XtraEditors.Controls.ImageComboBoxItem("加速度", IStation.Unit.eUnitType.加速度, 26),
new DevExpress.XtraEditors.Controls.ImageComboBoxItem("自定义", IStation.Unit.eUnitType.自定义, 27)});
this.UnitTypeImageComboBoxEdit.Properties.UseCtrlScroll = true;
this.UnitTypeImageComboBoxEdit.Size = new System.Drawing.Size(173, 20);
this.UnitTypeImageComboBoxEdit.StyleController = this.dataLayoutControl1;
this.UnitTypeImageComboBoxEdit.TabIndex = 7;
this.UnitTypeImageComboBoxEdit.SelectedIndexChanged += new System.EventHandler(this.imgCmbUnitType_SelectedIndexChanged);
//
// UnitValueComboBoxEdit
//
this.UnitValueComboBoxEdit.Location = new System.Drawing.Point(313, 36);
this.UnitValueComboBoxEdit.Name = "UnitValueComboBoxEdit";
this.UnitValueComboBoxEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.UnitValueComboBoxEdit.Size = new System.Drawing.Size(173, 20);
this.UnitValueComboBoxEdit.StyleController = this.dataLayoutControl1;
this.UnitValueComboBoxEdit.TabIndex = 8;
//
// DecimalPlacesTextEdit
//
this.DecimalPlacesTextEdit.Location = new System.Drawing.Point(74, 60);
this.DecimalPlacesTextEdit.Name = "DecimalPlacesTextEdit";
this.DecimalPlacesTextEdit.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
this.DecimalPlacesTextEdit.Properties.Appearance.Options.UseTextOptions = true;
this.DecimalPlacesTextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.DecimalPlacesTextEdit.Properties.Mask.EditMask = "N00";
this.DecimalPlacesTextEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
this.DecimalPlacesTextEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
this.DecimalPlacesTextEdit.Size = new System.Drawing.Size(173, 20);
this.DecimalPlacesTextEdit.StyleController = this.dataLayoutControl1;
this.DecimalPlacesTextEdit.TabIndex = 9;
//
// TagNameTextEdit
//
this.TagNameTextEdit.Location = new System.Drawing.Point(313, 60);
this.TagNameTextEdit.Name = "TagNameTextEdit";
this.TagNameTextEdit.Size = new System.Drawing.Size(173, 20);
this.TagNameTextEdit.StyleController = this.dataLayoutControl1;
this.TagNameTextEdit.TabIndex = 10;
//
// DescriptionMemoEdit
//
this.DescriptionMemoEdit.Location = new System.Drawing.Point(74, 84);
this.DescriptionMemoEdit.Name = "DescriptionMemoEdit";
this.DescriptionMemoEdit.Size = new System.Drawing.Size(412, 246);
this.DescriptionMemoEdit.StyleController = this.dataLayoutControl1;
this.DescriptionMemoEdit.TabIndex = 11;
//
// 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(498, 368);
this.Root.TextVisible = false;
//
// layoutControlGroup1
//
this.layoutControlGroup1.AllowDrawBackground = false;
this.layoutControlGroup1.GroupBordersVisible = false;
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.ItemForDescription,
this.layoutControlItem1,
this.layoutControlItem2,
this.emptySpaceItem1,
this.ItemForUnitType,
this.ItemForDecimalPlaces,
this.ItemForName,
this.ItemForIdentifier,
this.ItemForUnitValue,
this.ItemForTagName});
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
this.layoutControlGroup1.Name = "autoGeneratedGroup0";
this.layoutControlGroup1.Size = new System.Drawing.Size(478, 348);
//
// ItemForDescription
//
this.ItemForDescription.Control = this.DescriptionMemoEdit;
this.ItemForDescription.Location = new System.Drawing.Point(0, 72);
this.ItemForDescription.Name = "ItemForDescription";
this.ItemForDescription.Size = new System.Drawing.Size(478, 250);
this.ItemForDescription.StartNewLine = true;
this.ItemForDescription.Text = "说明:";
this.ItemForDescription.TextSize = new System.Drawing.Size(59, 14);
//
// layoutControlItem1
//
this.layoutControlItem1.Control = this.btnOk;
this.layoutControlItem1.Location = new System.Drawing.Point(300, 322);
this.layoutControlItem1.MaxSize = new System.Drawing.Size(89, 26);
this.layoutControlItem1.MinSize = new System.Drawing.Size(89, 26);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.Size = new System.Drawing.Size(89, 26);
this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem1.TextVisible = false;
//
// layoutControlItem2
//
this.layoutControlItem2.Control = this.btnCancel;
this.layoutControlItem2.Location = new System.Drawing.Point(389, 322);
this.layoutControlItem2.MaxSize = new System.Drawing.Size(89, 26);
this.layoutControlItem2.MinSize = new System.Drawing.Size(89, 26);
this.layoutControlItem2.Name = "layoutControlItem2";
this.layoutControlItem2.Size = new System.Drawing.Size(89, 26);
this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
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, 322);
this.emptySpaceItem1.Name = "emptySpaceItem1";
this.emptySpaceItem1.Size = new System.Drawing.Size(300, 26);
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
//
// ItemForUnitType
//
this.ItemForUnitType.AllowHtmlStringInCaption = true;
this.ItemForUnitType.Control = this.UnitTypeImageComboBoxEdit;
this.ItemForUnitType.Location = new System.Drawing.Point(0, 24);
this.ItemForUnitType.Name = "ItemForUnitType";
this.ItemForUnitType.Size = new System.Drawing.Size(239, 24);
this.ItemForUnitType.Text = "*单位类型:";
this.ItemForUnitType.TextSize = new System.Drawing.Size(59, 14);
//
// ItemForDecimalPlaces
//
this.ItemForDecimalPlaces.Control = this.DecimalPlacesTextEdit;
this.ItemForDecimalPlaces.Location = new System.Drawing.Point(0, 48);
this.ItemForDecimalPlaces.Name = "ItemForDecimalPlaces";
this.ItemForDecimalPlaces.Size = new System.Drawing.Size(239, 24);
this.ItemForDecimalPlaces.Text = "小数位数:";
this.ItemForDecimalPlaces.TextSize = new System.Drawing.Size(59, 14);
//
// ItemForName
//
this.ItemForName.AllowHtmlStringInCaption = true;
this.ItemForName.Control = this.NameTextEdit;
this.ItemForName.Location = new System.Drawing.Point(0, 0);
this.ItemForName.Name = "ItemForName";
this.ItemForName.Size = new System.Drawing.Size(239, 24);
this.ItemForName.Text = "*名称:";
this.ItemForName.TextSize = new System.Drawing.Size(59, 14);
//
// ItemForIdentifier
//
this.ItemForIdentifier.AllowHtmlStringInCaption = true;
this.ItemForIdentifier.Control = this.IdentifierTextEdit;
this.ItemForIdentifier.Location = new System.Drawing.Point(239, 0);
this.ItemForIdentifier.Name = "ItemForIdentifier";
this.ItemForIdentifier.Size = new System.Drawing.Size(239, 24);
this.ItemForIdentifier.Text = "*标识:";
this.ItemForIdentifier.TextSize = new System.Drawing.Size(59, 14);
//
// ItemForUnitValue
//
this.ItemForUnitValue.Control = this.UnitValueComboBoxEdit;
this.ItemForUnitValue.Location = new System.Drawing.Point(239, 24);
this.ItemForUnitValue.Name = "ItemForUnitValue";
this.ItemForUnitValue.Size = new System.Drawing.Size(239, 24);
this.ItemForUnitValue.Text = "单位值:";
this.ItemForUnitValue.TextSize = new System.Drawing.Size(59, 14);
//
// ItemForTagName
//
this.ItemForTagName.Control = this.TagNameTextEdit;
this.ItemForTagName.Location = new System.Drawing.Point(239, 48);
this.ItemForTagName.Name = "ItemForTagName";
this.ItemForTagName.Size = new System.Drawing.Size(239, 24);
this.ItemForTagName.Text = "标记:";
this.ItemForTagName.TextSize = new System.Drawing.Size(59, 14);
//
// dxErrorProvider1
//
this.dxErrorProvider1.ContainerControl = this;
//
// AddNumericSignalTypeDlg
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(498, 368);
this.Controls.Add(this.dataLayoutControl1);
this.Name = "AddNumericSignalTypeDlg";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "添加数值信号类型";
((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).EndInit();
this.dataLayoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.IdentifierTextEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NameTextEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.UnitTypeImageComboBoxEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.UnitValueComboBoxEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.DecimalPlacesTextEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.TagNameTextEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.DescriptionMemoEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ItemForDescription)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ItemForUnitType)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ItemForDecimalPlaces)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ItemForName)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ItemForIdentifier)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ItemForUnitValue)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ItemForTagName)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraEditors.SimpleButton btnCancel;
private DevExpress.XtraEditors.SimpleButton btnOk;
private DevExpress.XtraEditors.TextEdit IdentifierTextEdit;
private DevExpress.XtraEditors.TextEdit NameTextEdit;
private DevExpress.XtraEditors.ImageComboBoxEdit UnitTypeImageComboBoxEdit;
private DevExpress.XtraEditors.ComboBoxEdit UnitValueComboBoxEdit;
private DevExpress.XtraEditors.TextEdit DecimalPlacesTextEdit;
private DevExpress.XtraEditors.TextEdit TagNameTextEdit;
private DevExpress.XtraEditors.MemoEdit DescriptionMemoEdit;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
private DevExpress.XtraLayout.LayoutControlItem ItemForIdentifier;
private DevExpress.XtraLayout.LayoutControlItem ItemForUnitValue;
private DevExpress.XtraLayout.LayoutControlItem ItemForTagName;
private DevExpress.XtraLayout.LayoutControlItem ItemForDescription;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
private DevExpress.XtraLayout.LayoutControlItem ItemForName;
private DevExpress.XtraLayout.LayoutControlItem ItemForUnitType;
private DevExpress.XtraLayout.LayoutControlItem ItemForDecimalPlaces;
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
}
}