using DevExpress.Utils;
|
using DevExpress.XtraEditors;
|
using System.ComponentModel;
|
using System.Drawing;
|
using System.Windows.Forms;
|
|
namespace IStation.WinFrmUI.Basic
|
{
|
partial class AddMonitorPointDlg
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private 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.signalTypeTreeListLookUpEdit1 = new IStation.WinFrmUI.Basic.SignalTypeTreeListLookUpEdit();
|
this.selectFlagsPopupCtrl1 = new IStation.WinFrmUI.SelectFlagsPopupCtrl();
|
this.btnOk = new DevExpress.XtraEditors.SimpleButton();
|
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
|
this.TagNameTextEdit = new DevExpress.XtraEditors.TextEdit();
|
this.SourceTypeImageComboBoxEdit = new DevExpress.XtraEditors.ImageComboBoxEdit();
|
this.SerialNOTextEdit = new DevExpress.XtraEditors.TextEdit();
|
this.ImportanceTextEdit = new DevExpress.XtraEditors.TextEdit();
|
this.DescriptionTextEdit = new DevExpress.XtraEditors.MemoEdit();
|
this.NameTextEdit = 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.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.ItemForDescription = 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.TagNameTextEdit.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.SourceTypeImageComboBoxEdit.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.SerialNOTextEdit.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.ImportanceTextEdit.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.DescriptionTextEdit.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.NameTextEdit.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.layoutControlItem5)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.ItemForDescription)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit();
|
this.SuspendLayout();
|
//
|
// dataLayoutControl1
|
//
|
this.dataLayoutControl1.Controls.Add(this.signalTypeTreeListLookUpEdit1);
|
this.dataLayoutControl1.Controls.Add(this.selectFlagsPopupCtrl1);
|
this.dataLayoutControl1.Controls.Add(this.btnOk);
|
this.dataLayoutControl1.Controls.Add(this.btnCancel);
|
this.dataLayoutControl1.Controls.Add(this.TagNameTextEdit);
|
this.dataLayoutControl1.Controls.Add(this.SourceTypeImageComboBoxEdit);
|
this.dataLayoutControl1.Controls.Add(this.SerialNOTextEdit);
|
this.dataLayoutControl1.Controls.Add(this.ImportanceTextEdit);
|
this.dataLayoutControl1.Controls.Add(this.DescriptionTextEdit);
|
this.dataLayoutControl1.Controls.Add(this.NameTextEdit);
|
this.dataLayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.dataLayoutControl1.Location = new System.Drawing.Point(0, 0);
|
this.dataLayoutControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
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(721, 409);
|
this.dataLayoutControl1.TabIndex = 0;
|
this.dataLayoutControl1.Text = "dataLayoutControl1";
|
//
|
// signalTypeTreeListLookUpEdit1
|
//
|
this.signalTypeTreeListLookUpEdit1.Location = new System.Drawing.Point(452, 12);
|
this.signalTypeTreeListLookUpEdit1.Name = "signalTypeTreeListLookUpEdit1";
|
this.signalTypeTreeListLookUpEdit1.Size = new System.Drawing.Size(257, 30);
|
this.signalTypeTreeListLookUpEdit1.TabIndex = 22;
|
//
|
// selectFlagsPopupCtrl1
|
//
|
this.selectFlagsPopupCtrl1.Location = new System.Drawing.Point(452, 78);
|
this.selectFlagsPopupCtrl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.selectFlagsPopupCtrl1.MinimumSize = new System.Drawing.Size(0, 28);
|
this.selectFlagsPopupCtrl1.Name = "selectFlagsPopupCtrl1";
|
this.selectFlagsPopupCtrl1.Size = new System.Drawing.Size(257, 28);
|
this.selectFlagsPopupCtrl1.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(432, 365);
|
this.btnOk.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.btnOk.Name = "btnOk";
|
this.btnOk.Size = new System.Drawing.Size(139, 32);
|
this.btnOk.StyleController = this.dataLayoutControl1;
|
this.btnOk.TabIndex = 14;
|
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(575, 365);
|
this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.btnCancel.Name = "btnCancel";
|
this.btnCancel.Size = new System.Drawing.Size(134, 32);
|
this.btnCancel.StyleController = this.dataLayoutControl1;
|
this.btnCancel.TabIndex = 15;
|
this.btnCancel.Text = "取消";
|
//
|
// TagNameTextEdit
|
//
|
this.TagNameTextEdit.Location = new System.Drawing.Point(102, 78);
|
this.TagNameTextEdit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.TagNameTextEdit.Name = "TagNameTextEdit";
|
this.TagNameTextEdit.Size = new System.Drawing.Size(256, 28);
|
this.TagNameTextEdit.StyleController = this.dataLayoutControl1;
|
this.TagNameTextEdit.TabIndex = 9;
|
//
|
// SourceTypeImageComboBoxEdit
|
//
|
this.SourceTypeImageComboBoxEdit.Location = new System.Drawing.Point(102, 46);
|
this.SourceTypeImageComboBoxEdit.Name = "SourceTypeImageComboBoxEdit";
|
this.SourceTypeImageComboBoxEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.SourceTypeImageComboBoxEdit.Size = new System.Drawing.Size(256, 28);
|
this.SourceTypeImageComboBoxEdit.StyleController = this.dataLayoutControl1;
|
this.SourceTypeImageComboBoxEdit.TabIndex = 19;
|
//
|
// SerialNOTextEdit
|
//
|
this.SerialNOTextEdit.EditValue = "1";
|
this.SerialNOTextEdit.Location = new System.Drawing.Point(452, 46);
|
this.SerialNOTextEdit.Name = "SerialNOTextEdit";
|
this.SerialNOTextEdit.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
|
this.SerialNOTextEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
|
this.SerialNOTextEdit.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
|
this.SerialNOTextEdit.Properties.MaskSettings.Set("mask", "d");
|
this.SerialNOTextEdit.Size = new System.Drawing.Size(88, 28);
|
this.SerialNOTextEdit.StyleController = this.dataLayoutControl1;
|
this.SerialNOTextEdit.TabIndex = 20;
|
//
|
// ImportanceTextEdit
|
//
|
this.ImportanceTextEdit.EditValue = "1";
|
this.ImportanceTextEdit.Location = new System.Drawing.Point(634, 46);
|
this.ImportanceTextEdit.Name = "ImportanceTextEdit";
|
this.ImportanceTextEdit.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
|
this.ImportanceTextEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
|
this.ImportanceTextEdit.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
|
this.ImportanceTextEdit.Properties.MaskSettings.Set("mask", "d");
|
this.ImportanceTextEdit.Size = new System.Drawing.Size(75, 28);
|
this.ImportanceTextEdit.StyleController = this.dataLayoutControl1;
|
this.ImportanceTextEdit.TabIndex = 21;
|
//
|
// DescriptionTextEdit
|
//
|
this.DescriptionTextEdit.Location = new System.Drawing.Point(102, 110);
|
this.DescriptionTextEdit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.DescriptionTextEdit.Name = "DescriptionTextEdit";
|
this.DescriptionTextEdit.Size = new System.Drawing.Size(607, 251);
|
this.DescriptionTextEdit.StyleController = this.dataLayoutControl1;
|
this.DescriptionTextEdit.TabIndex = 3;
|
//
|
// NameTextEdit
|
//
|
this.NameTextEdit.Location = new System.Drawing.Point(102, 12);
|
this.NameTextEdit.Name = "NameTextEdit";
|
this.NameTextEdit.Size = new System.Drawing.Size(256, 28);
|
this.NameTextEdit.StyleController = this.dataLayoutControl1;
|
this.NameTextEdit.TabIndex = 23;
|
//
|
// 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(721, 409);
|
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.layoutControlItem5,
|
this.layoutControlItem7,
|
this.layoutControlItem8,
|
this.layoutControlItem3,
|
this.layoutControlItem6,
|
this.ItemForDescription,
|
this.layoutControlItem4});
|
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
|
this.layoutControlGroup1.Name = "autoGeneratedGroup0";
|
this.layoutControlGroup1.Size = new System.Drawing.Size(701, 389);
|
//
|
// layoutControlItem1
|
//
|
this.layoutControlItem1.Control = this.btnCancel;
|
this.layoutControlItem1.Location = new System.Drawing.Point(563, 353);
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
this.layoutControlItem1.Size = new System.Drawing.Size(138, 36);
|
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(420, 353);
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
this.layoutControlItem2.Size = new System.Drawing.Size(143, 36);
|
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, 353);
|
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
this.emptySpaceItem1.Size = new System.Drawing.Size(420, 36);
|
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.TagNameTextEdit;
|
this.ItemForTagName.Location = new System.Drawing.Point(0, 66);
|
this.ItemForTagName.Name = "ItemForTagName";
|
this.ItemForTagName.Size = new System.Drawing.Size(350, 32);
|
this.ItemForTagName.Text = "标签名称:";
|
this.ItemForTagName.TextSize = new System.Drawing.Size(78, 22);
|
//
|
// layoutControlItem5
|
//
|
this.layoutControlItem5.Control = this.signalTypeTreeListLookUpEdit1;
|
this.layoutControlItem5.Location = new System.Drawing.Point(350, 0);
|
this.layoutControlItem5.Name = "layoutControlItem5";
|
this.layoutControlItem5.Size = new System.Drawing.Size(351, 34);
|
this.layoutControlItem5.Text = "信号类型:";
|
this.layoutControlItem5.TextSize = new System.Drawing.Size(78, 22);
|
//
|
// layoutControlItem7
|
//
|
this.layoutControlItem7.Control = this.SerialNOTextEdit;
|
this.layoutControlItem7.Location = new System.Drawing.Point(350, 34);
|
this.layoutControlItem7.Name = "layoutControlItem7";
|
this.layoutControlItem7.Size = new System.Drawing.Size(182, 32);
|
this.layoutControlItem7.Text = "序列号:";
|
this.layoutControlItem7.TextSize = new System.Drawing.Size(78, 22);
|
//
|
// layoutControlItem8
|
//
|
this.layoutControlItem8.Control = this.ImportanceTextEdit;
|
this.layoutControlItem8.Location = new System.Drawing.Point(532, 34);
|
this.layoutControlItem8.Name = "layoutControlItem8";
|
this.layoutControlItem8.Size = new System.Drawing.Size(169, 32);
|
this.layoutControlItem8.Text = "重要度:";
|
this.layoutControlItem8.TextSize = new System.Drawing.Size(78, 22);
|
//
|
// layoutControlItem3
|
//
|
this.layoutControlItem3.AppearanceItemCaption.Options.UseTextOptions = true;
|
this.layoutControlItem3.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
this.layoutControlItem3.Control = this.selectFlagsPopupCtrl1;
|
this.layoutControlItem3.Location = new System.Drawing.Point(350, 66);
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
this.layoutControlItem3.Size = new System.Drawing.Size(351, 32);
|
this.layoutControlItem3.Text = "标签列表:";
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(78, 22);
|
//
|
// layoutControlItem6
|
//
|
this.layoutControlItem6.Control = this.SourceTypeImageComboBoxEdit;
|
this.layoutControlItem6.Location = new System.Drawing.Point(0, 34);
|
this.layoutControlItem6.Name = "layoutControlItem6";
|
this.layoutControlItem6.Size = new System.Drawing.Size(350, 32);
|
this.layoutControlItem6.Text = "来源类型:";
|
this.layoutControlItem6.TextSize = new System.Drawing.Size(78, 22);
|
//
|
// ItemForDescription
|
//
|
this.ItemForDescription.Control = this.DescriptionTextEdit;
|
this.ItemForDescription.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
this.ItemForDescription.CustomizationFormText = "说明:";
|
this.ItemForDescription.Location = new System.Drawing.Point(0, 98);
|
this.ItemForDescription.Name = "ItemForDescription";
|
this.ItemForDescription.Size = new System.Drawing.Size(701, 255);
|
this.ItemForDescription.Text = "说明:";
|
this.ItemForDescription.TextSize = new System.Drawing.Size(78, 22);
|
//
|
// layoutControlItem4
|
//
|
this.layoutControlItem4.Control = this.NameTextEdit;
|
this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
|
this.layoutControlItem4.Name = "layoutControlItem4";
|
this.layoutControlItem4.Size = new System.Drawing.Size(350, 34);
|
this.layoutControlItem4.Text = "名称:";
|
this.layoutControlItem4.TextSize = new System.Drawing.Size(78, 22);
|
//
|
// dxErrorProvider1
|
//
|
this.dxErrorProvider1.ContainerControl = this;
|
//
|
// AddMonitorPointDlg
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(721, 409);
|
this.Controls.Add(this.dataLayoutControl1);
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.Name = "AddMonitorPointDlg";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
this.Text = "添加";
|
((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).EndInit();
|
this.dataLayoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.TagNameTextEdit.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.SourceTypeImageComboBoxEdit.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.SerialNOTextEdit.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.ImportanceTextEdit.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.DescriptionTextEdit.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.NameTextEdit.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.layoutControlItem5)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.ItemForDescription)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
|
private SimpleButton btnOk;
|
private SimpleButton btnCancel;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
|
private TextEdit TagNameTextEdit;
|
private DevExpress.XtraLayout.LayoutControlItem ItemForTagName;
|
private SelectFlagsPopupCtrl selectFlagsPopupCtrl1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
private ImageComboBoxEdit SourceTypeImageComboBoxEdit;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
private TextEdit SerialNOTextEdit;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
|
private TextEdit ImportanceTextEdit;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
|
private SignalTypeTreeListLookUpEdit signalTypeTreeListLookUpEdit1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
private MemoEdit DescriptionTextEdit;
|
private DevExpress.XtraLayout.LayoutControlItem ItemForDescription;
|
private TextEdit NameTextEdit;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
}
|
}
|