265 lines
12 KiB
C#
265 lines
12 KiB
C#
|
|
namespace Scada
|
|||
|
|
{
|
|||
|
|
partial class FrmDec
|
|||
|
|
{
|
|||
|
|
/// <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.label1 = new System.Windows.Forms.Label();
|
|||
|
|
this.t_decId = new System.Windows.Forms.TextBox();
|
|||
|
|
this.manual = new DevExpress.XtraEditors.CheckEdit();
|
|||
|
|
this.auto = new DevExpress.XtraEditors.CheckEdit();
|
|||
|
|
this.online = new DevExpress.XtraEditors.CheckEdit();
|
|||
|
|
this.In = new DevExpress.XtraEditors.CheckEdit();
|
|||
|
|
this.Out = new DevExpress.XtraEditors.CheckEdit();
|
|||
|
|
this.checkEdit6 = new DevExpress.XtraEditors.CheckEdit();
|
|||
|
|
this.error = new DevExpress.XtraEditors.CheckEdit();
|
|||
|
|
this.t_bay = new System.Windows.Forms.TextBox();
|
|||
|
|
this.t_lev = new System.Windows.Forms.TextBox();
|
|||
|
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
|
this.label3 = new System.Windows.Forms.Label();
|
|||
|
|
this.t_error = new System.Windows.Forms.TextBox();
|
|||
|
|
this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.manual.Properties)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.auto.Properties)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.online.Properties)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.In.Properties)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.Out.Properties)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.checkEdit6.Properties)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.error.Properties)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
|
|||
|
|
this.SuspendLayout();
|
|||
|
|
//
|
|||
|
|
// label1
|
|||
|
|
//
|
|||
|
|
this.label1.AutoSize = true;
|
|||
|
|
this.label1.Font = new System.Drawing.Font("宋体", 12F);
|
|||
|
|
this.label1.Location = new System.Drawing.Point(9, 45);
|
|||
|
|
this.label1.Name = "label1";
|
|||
|
|
this.label1.Size = new System.Drawing.Size(48, 16);
|
|||
|
|
this.label1.TabIndex = 0;
|
|||
|
|
this.label1.Text = "DecId";
|
|||
|
|
//
|
|||
|
|
// t_decId
|
|||
|
|
//
|
|||
|
|
this.t_decId.Font = new System.Drawing.Font("宋体", 12F);
|
|||
|
|
this.t_decId.Location = new System.Drawing.Point(56, 42);
|
|||
|
|
this.t_decId.Name = "t_decId";
|
|||
|
|
this.t_decId.Size = new System.Drawing.Size(290, 26);
|
|||
|
|
this.t_decId.TabIndex = 1;
|
|||
|
|
//
|
|||
|
|
// manual
|
|||
|
|
//
|
|||
|
|
this.manual.Location = new System.Drawing.Point(56, 96);
|
|||
|
|
this.manual.Name = "manual";
|
|||
|
|
this.manual.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|||
|
|
this.manual.Properties.Appearance.Options.UseFont = true;
|
|||
|
|
this.manual.Properties.Caption = "manual";
|
|||
|
|
this.manual.Properties.ReadOnly = true;
|
|||
|
|
this.manual.Size = new System.Drawing.Size(110, 23);
|
|||
|
|
this.manual.TabIndex = 4;
|
|||
|
|
//
|
|||
|
|
// auto
|
|||
|
|
//
|
|||
|
|
this.auto.Location = new System.Drawing.Point(172, 96);
|
|||
|
|
this.auto.Name = "auto";
|
|||
|
|
this.auto.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|||
|
|
this.auto.Properties.Appearance.Options.UseFont = true;
|
|||
|
|
this.auto.Properties.Caption = "auto";
|
|||
|
|
this.auto.Properties.ReadOnly = true;
|
|||
|
|
this.auto.Size = new System.Drawing.Size(75, 23);
|
|||
|
|
this.auto.TabIndex = 5;
|
|||
|
|
//
|
|||
|
|
// online
|
|||
|
|
//
|
|||
|
|
this.online.Location = new System.Drawing.Point(285, 96);
|
|||
|
|
this.online.Name = "online";
|
|||
|
|
this.online.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|||
|
|
this.online.Properties.Appearance.Options.UseFont = true;
|
|||
|
|
this.online.Properties.Caption = "online";
|
|||
|
|
this.online.Properties.ReadOnly = true;
|
|||
|
|
this.online.Size = new System.Drawing.Size(75, 23);
|
|||
|
|
this.online.TabIndex = 6;
|
|||
|
|
//
|
|||
|
|
// In
|
|||
|
|
//
|
|||
|
|
this.In.Location = new System.Drawing.Point(172, 155);
|
|||
|
|
this.In.Name = "In";
|
|||
|
|
this.In.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|||
|
|
this.In.Properties.Appearance.Options.UseFont = true;
|
|||
|
|
this.In.Properties.Caption = "In Task";
|
|||
|
|
this.In.Properties.ReadOnly = true;
|
|||
|
|
this.In.Size = new System.Drawing.Size(75, 23);
|
|||
|
|
this.In.TabIndex = 8;
|
|||
|
|
//
|
|||
|
|
// Out
|
|||
|
|
//
|
|||
|
|
this.Out.Location = new System.Drawing.Point(285, 155);
|
|||
|
|
this.Out.Name = "Out";
|
|||
|
|
this.Out.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|||
|
|
this.Out.Properties.Appearance.Options.UseFont = true;
|
|||
|
|
this.Out.Properties.Caption = "Out Task";
|
|||
|
|
this.Out.Properties.ReadOnly = true;
|
|||
|
|
this.Out.Size = new System.Drawing.Size(96, 23);
|
|||
|
|
this.Out.TabIndex = 9;
|
|||
|
|
//
|
|||
|
|
// checkEdit6
|
|||
|
|
//
|
|||
|
|
this.checkEdit6.Location = new System.Drawing.Point(172, 212);
|
|||
|
|
this.checkEdit6.Name = "checkEdit6";
|
|||
|
|
this.checkEdit6.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|||
|
|
this.checkEdit6.Properties.Appearance.Options.UseFont = true;
|
|||
|
|
this.checkEdit6.Properties.Caption = "emerstop";
|
|||
|
|
this.checkEdit6.Properties.ReadOnly = true;
|
|||
|
|
this.checkEdit6.Size = new System.Drawing.Size(118, 23);
|
|||
|
|
this.checkEdit6.TabIndex = 10;
|
|||
|
|
this.checkEdit6.Visible = false;
|
|||
|
|
//
|
|||
|
|
// error
|
|||
|
|
//
|
|||
|
|
this.error.Location = new System.Drawing.Point(56, 212);
|
|||
|
|
this.error.Name = "error";
|
|||
|
|
this.error.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|||
|
|
this.error.Properties.Appearance.Options.UseFont = true;
|
|||
|
|
this.error.Properties.Caption = "error";
|
|||
|
|
this.error.Properties.ReadOnly = true;
|
|||
|
|
this.error.Size = new System.Drawing.Size(110, 23);
|
|||
|
|
this.error.TabIndex = 11;
|
|||
|
|
//
|
|||
|
|
// t_bay
|
|||
|
|
//
|
|||
|
|
this.t_bay.Font = new System.Drawing.Font("宋体", 12F);
|
|||
|
|
this.t_bay.Location = new System.Drawing.Point(56, 283);
|
|||
|
|
this.t_bay.Name = "t_bay";
|
|||
|
|
this.t_bay.Size = new System.Drawing.Size(75, 26);
|
|||
|
|
this.t_bay.TabIndex = 12;
|
|||
|
|
//
|
|||
|
|
// t_lev
|
|||
|
|
//
|
|||
|
|
this.t_lev.Font = new System.Drawing.Font("宋体", 12F);
|
|||
|
|
this.t_lev.Location = new System.Drawing.Point(216, 283);
|
|||
|
|
this.t_lev.Name = "t_lev";
|
|||
|
|
this.t_lev.Size = new System.Drawing.Size(118, 26);
|
|||
|
|
this.t_lev.TabIndex = 13;
|
|||
|
|
//
|
|||
|
|
// label2
|
|||
|
|
//
|
|||
|
|
this.label2.AutoSize = true;
|
|||
|
|
this.label2.Font = new System.Drawing.Font("宋体", 12F);
|
|||
|
|
this.label2.Location = new System.Drawing.Point(162, 286);
|
|||
|
|
this.label2.Name = "label2";
|
|||
|
|
this.label2.Size = new System.Drawing.Size(48, 16);
|
|||
|
|
this.label2.TabIndex = 14;
|
|||
|
|
this.label2.Text = "level";
|
|||
|
|
//
|
|||
|
|
// label3
|
|||
|
|
//
|
|||
|
|
this.label3.AutoSize = true;
|
|||
|
|
this.label3.Font = new System.Drawing.Font("宋体", 12F);
|
|||
|
|
this.label3.Location = new System.Drawing.Point(18, 286);
|
|||
|
|
this.label3.Name = "label3";
|
|||
|
|
this.label3.Size = new System.Drawing.Size(32, 16);
|
|||
|
|
this.label3.TabIndex = 15;
|
|||
|
|
this.label3.Text = "bay";
|
|||
|
|
//
|
|||
|
|
// t_error
|
|||
|
|
//
|
|||
|
|
this.t_error.BackColor = System.Drawing.Color.LightSalmon;
|
|||
|
|
this.t_error.Dock = System.Windows.Forms.DockStyle.Right;
|
|||
|
|
this.t_error.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold);
|
|||
|
|
this.t_error.ForeColor = System.Drawing.SystemColors.WindowText;
|
|||
|
|
this.t_error.Location = new System.Drawing.Point(411, 0);
|
|||
|
|
this.t_error.Multiline = true;
|
|||
|
|
this.t_error.Name = "t_error";
|
|||
|
|
this.t_error.Size = new System.Drawing.Size(389, 450);
|
|||
|
|
this.t_error.TabIndex = 16;
|
|||
|
|
//
|
|||
|
|
// checkEdit1
|
|||
|
|
//
|
|||
|
|
this.checkEdit1.Location = new System.Drawing.Point(56, 155);
|
|||
|
|
this.checkEdit1.Name = "checkEdit1";
|
|||
|
|
this.checkEdit1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|||
|
|
this.checkEdit1.Properties.Appearance.Options.UseFont = true;
|
|||
|
|
this.checkEdit1.Properties.Caption = "online Now";
|
|||
|
|
this.checkEdit1.Properties.ReadOnly = true;
|
|||
|
|
this.checkEdit1.Size = new System.Drawing.Size(110, 23);
|
|||
|
|
this.checkEdit1.TabIndex = 17;
|
|||
|
|
//
|
|||
|
|
// FrmDec
|
|||
|
|
//
|
|||
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|||
|
|
this.Controls.Add(this.checkEdit1);
|
|||
|
|
this.Controls.Add(this.t_error);
|
|||
|
|
this.Controls.Add(this.label3);
|
|||
|
|
this.Controls.Add(this.label2);
|
|||
|
|
this.Controls.Add(this.t_lev);
|
|||
|
|
this.Controls.Add(this.t_bay);
|
|||
|
|
this.Controls.Add(this.error);
|
|||
|
|
this.Controls.Add(this.checkEdit6);
|
|||
|
|
this.Controls.Add(this.Out);
|
|||
|
|
this.Controls.Add(this.In);
|
|||
|
|
this.Controls.Add(this.online);
|
|||
|
|
this.Controls.Add(this.auto);
|
|||
|
|
this.Controls.Add(this.manual);
|
|||
|
|
this.Controls.Add(this.t_decId);
|
|||
|
|
this.Controls.Add(this.label1);
|
|||
|
|
this.Name = "FrmDec";
|
|||
|
|
this.Text = "FrmDec";
|
|||
|
|
this.Load += new System.EventHandler(this.FrmDec_Load);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.manual.Properties)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.auto.Properties)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.online.Properties)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.In.Properties)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.Out.Properties)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.checkEdit6.Properties)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.error.Properties)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
|
|||
|
|
this.ResumeLayout(false);
|
|||
|
|
this.PerformLayout();
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#endregion
|
|||
|
|
|
|||
|
|
private System.Windows.Forms.Label label1;
|
|||
|
|
private System.Windows.Forms.TextBox t_decId;
|
|||
|
|
private DevExpress.XtraEditors.CheckEdit manual;
|
|||
|
|
private DevExpress.XtraEditors.CheckEdit auto;
|
|||
|
|
private DevExpress.XtraEditors.CheckEdit online;
|
|||
|
|
private DevExpress.XtraEditors.CheckEdit In;
|
|||
|
|
private DevExpress.XtraEditors.CheckEdit Out;
|
|||
|
|
private DevExpress.XtraEditors.CheckEdit checkEdit6;
|
|||
|
|
private DevExpress.XtraEditors.CheckEdit error;
|
|||
|
|
private System.Windows.Forms.TextBox t_bay;
|
|||
|
|
private System.Windows.Forms.TextBox t_lev;
|
|||
|
|
private System.Windows.Forms.Label label2;
|
|||
|
|
private System.Windows.Forms.Label label3;
|
|||
|
|
private System.Windows.Forms.TextBox t_error;
|
|||
|
|
private DevExpress.XtraEditors.CheckEdit checkEdit1;
|
|||
|
|
}
|
|||
|
|
}
|