namespace IStation.WinFrmUI.Basic
|
{
|
partial class EditMonitorDlg
|
{
|
/// <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.selectFlagsPopupCtrl1 = new IStation.WinFrmUI.SelectFlagsPopupCtrl1();
|
this.TxtEditPoint = new DevExpress.XtraEditors.TextEdit();
|
this.btnOk = new DevExpress.XtraEditors.SimpleButton();
|
this.BtnCancel = new DevExpress.XtraEditors.SimpleButton();
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
this.layoutControlItem2 = 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.TxtEditPoint.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit();
|
this.SuspendLayout();
|
//
|
// dataLayoutControl1
|
//
|
this.dataLayoutControl1.Controls.Add(this.selectFlagsPopupCtrl1);
|
this.dataLayoutControl1.Controls.Add(this.TxtEditPoint);
|
this.dataLayoutControl1.Controls.Add(this.btnOk);
|
this.dataLayoutControl1.Controls.Add(this.BtnCancel);
|
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(880, 82, 650, 400);
|
this.dataLayoutControl1.Root = this.Root;
|
this.dataLayoutControl1.Size = new System.Drawing.Size(537, 96);
|
this.dataLayoutControl1.TabIndex = 0;
|
this.dataLayoutControl1.Text = "dataLayoutControl1";
|
//
|
// selectFlagsPopupCtrl1
|
//
|
this.selectFlagsPopupCtrl1.Location = new System.Drawing.Point(76, 36);
|
this.selectFlagsPopupCtrl1.Name = "selectFlagsPopupCtrl1";
|
this.selectFlagsPopupCtrl1.Size = new System.Drawing.Size(449, 22);
|
this.selectFlagsPopupCtrl1.TabIndex = 8;
|
//
|
// TxtEditPoint
|
//
|
this.TxtEditPoint.Location = new System.Drawing.Point(76, 12);
|
this.TxtEditPoint.Name = "TxtEditPoint";
|
this.TxtEditPoint.Size = new System.Drawing.Size(449, 20);
|
this.TxtEditPoint.StyleController = this.dataLayoutControl1;
|
this.TxtEditPoint.TabIndex = 4;
|
//
|
// btnOk
|
//
|
this.btnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Question;
|
this.btnOk.Appearance.Options.UseBackColor = true;
|
this.btnOk.Location = new System.Drawing.Point(351, 62);
|
this.btnOk.MaximumSize = new System.Drawing.Size(85, 22);
|
this.btnOk.MinimumSize = new System.Drawing.Size(85, 22);
|
this.btnOk.Name = "btnOk";
|
this.btnOk.Size = new System.Drawing.Size(85, 22);
|
this.btnOk.StyleController = this.dataLayoutControl1;
|
this.btnOk.TabIndex = 6;
|
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(440, 62);
|
this.BtnCancel.MaximumSize = new System.Drawing.Size(85, 22);
|
this.BtnCancel.MinimumSize = new System.Drawing.Size(85, 22);
|
this.BtnCancel.Name = "BtnCancel";
|
this.BtnCancel.Size = new System.Drawing.Size(85, 22);
|
this.BtnCancel.StyleController = this.dataLayoutControl1;
|
this.BtnCancel.TabIndex = 7;
|
this.BtnCancel.Text = "取消";
|
//
|
// Root
|
//
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
this.Root.GroupBordersVisible = false;
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
this.layoutControlItem1,
|
this.layoutControlItem3,
|
this.layoutControlItem4,
|
this.emptySpaceItem1,
|
this.layoutControlItem2});
|
this.Root.Name = "Root";
|
this.Root.Size = new System.Drawing.Size(537, 96);
|
this.Root.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
this.layoutControlItem1.AppearanceItemCaption.Options.UseTextOptions = true;
|
this.layoutControlItem1.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
this.layoutControlItem1.Control = this.TxtEditPoint;
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
this.layoutControlItem1.Size = new System.Drawing.Size(517, 24);
|
this.layoutControlItem1.Text = "测点:";
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(52, 14);
|
//
|
// layoutControlItem3
|
//
|
this.layoutControlItem3.Control = this.btnOk;
|
this.layoutControlItem3.Location = new System.Drawing.Point(339, 50);
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
this.layoutControlItem3.Size = new System.Drawing.Size(89, 26);
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutControlItem3.TextVisible = false;
|
//
|
// layoutControlItem4
|
//
|
this.layoutControlItem4.Control = this.BtnCancel;
|
this.layoutControlItem4.Location = new System.Drawing.Point(428, 50);
|
this.layoutControlItem4.Name = "layoutControlItem4";
|
this.layoutControlItem4.Size = new System.Drawing.Size(89, 26);
|
this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutControlItem4.TextVisible = false;
|
//
|
// emptySpaceItem1
|
//
|
this.emptySpaceItem1.AllowHotTrack = false;
|
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 50);
|
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
this.emptySpaceItem1.Size = new System.Drawing.Size(339, 26);
|
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
//
|
// layoutControlItem2
|
//
|
this.layoutControlItem2.AppearanceItemCaption.Options.UseTextOptions = true;
|
this.layoutControlItem2.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
this.layoutControlItem2.Control = this.selectFlagsPopupCtrl1;
|
this.layoutControlItem2.Location = new System.Drawing.Point(0, 24);
|
this.layoutControlItem2.MinSize = new System.Drawing.Size(5, 5);
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
this.layoutControlItem2.Size = new System.Drawing.Size(517, 26);
|
this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
this.layoutControlItem2.Text = "标签列表:";
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(52, 14);
|
//
|
// dxErrorProvider1
|
//
|
this.dxErrorProvider1.ContainerControl = this;
|
//
|
// EditMonitorDlg
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(537, 96);
|
this.Controls.Add(this.dataLayoutControl1);
|
this.Name = "EditMonitorDlg";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "编辑监测信息";
|
((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).EndInit();
|
this.dataLayoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.TxtEditPoint.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraEditors.TextEdit TxtEditPoint;
|
private DevExpress.XtraEditors.SimpleButton btnOk;
|
private DevExpress.XtraEditors.SimpleButton BtnCancel;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
private SelectFlagsPopupCtrl1 selectFlagsPopupCtrl1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
|
}
|
}
|