|
|
|
|
|
namespace MorClient.UserControls
|
|
|
{
|
|
|
partial class Monitor
|
|
|
{
|
|
|
/// <summary>
|
|
|
/// 必需的设计器变量。
|
|
|
/// </summary>
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
/// <summary>
|
|
|
/// 清理所有正在使用的资源。
|
|
|
/// </summary>
|
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
|
protected override void Dispose(bool disposing)
|
|
|
{
|
|
|
if (disposing && (components != null))
|
|
|
{
|
|
|
components.Dispose();
|
|
|
}
|
|
|
base.Dispose(disposing);
|
|
|
}
|
|
|
|
|
|
#region 组件设计器生成的代码
|
|
|
|
|
|
/// <summary>
|
|
|
/// 设计器支持所需的方法 - 不要修改
|
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
this.uiButton2 = new Sunny.UI.UIButton();
|
|
|
this.uiButton1 = new Sunny.UI.UIButton();
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// tableLayoutPanel1
|
|
|
//
|
|
|
this.tableLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(151)))), ((int)(((byte)(176)))));
|
|
|
this.tableLayoutPanel1.ColumnCount = 1;
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
|
|
|
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 1);
|
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
this.tableLayoutPanel1.RowCount = 2;
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 5.774648F));
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 94.22535F));
|
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(1280, 710);
|
|
|
this.tableLayoutPanel1.TabIndex = 0;
|
|
|
//
|
|
|
// tableLayoutPanel2
|
|
|
//
|
|
|
this.tableLayoutPanel2.ColumnCount = 3;
|
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
|
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
|
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75F));
|
|
|
this.tableLayoutPanel2.Controls.Add(this.uiButton2, 0, 0);
|
|
|
this.tableLayoutPanel2.Controls.Add(this.uiButton1, 0, 0);
|
|
|
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
|
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
|
this.tableLayoutPanel2.RowCount = 1;
|
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
this.tableLayoutPanel2.Size = new System.Drawing.Size(1274, 35);
|
|
|
this.tableLayoutPanel2.TabIndex = 0;
|
|
|
//
|
|
|
// uiButton2
|
|
|
//
|
|
|
this.uiButton2.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
this.uiButton2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.uiButton2.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(156)))), ((int)(((byte)(214)))));
|
|
|
this.uiButton2.FillDisableColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(156)))), ((int)(((byte)(214)))));
|
|
|
this.uiButton2.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(156)))), ((int)(((byte)(214)))));
|
|
|
this.uiButton2.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(156)))), ((int)(((byte)(214)))));
|
|
|
this.uiButton2.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(199)))), ((int)(((byte)(213)))), ((int)(((byte)(237)))));
|
|
|
this.uiButton2.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
this.uiButton2.ForeColor = System.Drawing.Color.Black;
|
|
|
this.uiButton2.ForePressColor = System.Drawing.Color.Black;
|
|
|
this.uiButton2.ForeSelectedColor = System.Drawing.Color.Black;
|
|
|
this.uiButton2.Location = new System.Drawing.Point(162, 3);
|
|
|
this.uiButton2.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
this.uiButton2.Name = "uiButton2";
|
|
|
this.uiButton2.Radius = 8;
|
|
|
this.uiButton2.RadiusSides = ((Sunny.UI.UICornerRadiusSides)((Sunny.UI.UICornerRadiusSides.LeftTop | Sunny.UI.UICornerRadiusSides.RightTop)));
|
|
|
this.uiButton2.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(156)))), ((int)(((byte)(214)))));
|
|
|
this.uiButton2.RectDisableColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(156)))), ((int)(((byte)(214)))));
|
|
|
this.uiButton2.RectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(156)))), ((int)(((byte)(214)))));
|
|
|
this.uiButton2.RectPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(156)))), ((int)(((byte)(214)))));
|
|
|
this.uiButton2.RectSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(199)))), ((int)(((byte)(213)))), ((int)(((byte)(237)))));
|
|
|
this.uiButton2.Size = new System.Drawing.Size(153, 29);
|
|
|
this.uiButton2.Style = Sunny.UI.UIStyle.Custom;
|
|
|
this.uiButton2.TabIndex = 1;
|
|
|
this.uiButton2.Text = "DO信号";
|
|
|
this.uiButton2.Click += new System.EventHandler(this.uiButton2_Click_1);
|
|
|
//
|
|
|
// uiButton1
|
|
|
//
|
|
|
this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
this.uiButton1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.uiButton1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(156)))), ((int)(((byte)(214)))));
|
|
|
this.uiButton1.FillDisableColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(156)))), ((int)(((byte)(214)))));
|
|
|
this.uiButton1.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(156)))), ((int)(((byte)(214)))));
|
|
|
this.uiButton1.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(156)))), ((int)(((byte)(214)))));
|
|
|
this.uiButton1.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(199)))), ((int)(((byte)(213)))), ((int)(((byte)(237)))));
|
|
|
this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
this.uiButton1.ForeColor = System.Drawing.Color.Black;
|
|
|
this.uiButton1.ForePressColor = System.Drawing.Color.Black;
|
|
|
this.uiButton1.ForeSelectedColor = System.Drawing.Color.Black;
|
|
|
this.uiButton1.Location = new System.Drawing.Point(3, 3);
|
|
|
this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
this.uiButton1.Name = "uiButton1";
|
|
|
this.uiButton1.Radius = 8;
|
|
|
this.uiButton1.RadiusSides = ((Sunny.UI.UICornerRadiusSides)((Sunny.UI.UICornerRadiusSides.LeftTop | Sunny.UI.UICornerRadiusSides.RightTop)));
|
|
|
this.uiButton1.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(156)))), ((int)(((byte)(214)))));
|
|
|
this.uiButton1.RectDisableColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(156)))), ((int)(((byte)(214)))));
|
|
|
this.uiButton1.RectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(156)))), ((int)(((byte)(214)))));
|
|
|
this.uiButton1.RectPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(156)))), ((int)(((byte)(214)))));
|
|
|
this.uiButton1.RectSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(199)))), ((int)(((byte)(213)))), ((int)(((byte)(237)))));
|
|
|
this.uiButton1.Size = new System.Drawing.Size(153, 29);
|
|
|
this.uiButton1.Style = Sunny.UI.UIStyle.Custom;
|
|
|
this.uiButton1.TabIndex = 0;
|
|
|
this.uiButton1.Text = "DI信号";
|
|
|
this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click_1);
|
|
|
//
|
|
|
// panel1
|
|
|
//
|
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.panel1.Location = new System.Drawing.Point(3, 44);
|
|
|
this.panel1.Name = "panel1";
|
|
|
this.panel1.Size = new System.Drawing.Size(1274, 663);
|
|
|
this.panel1.TabIndex = 1;
|
|
|
//
|
|
|
// Monitor
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
|
this.Name = "Monitor";
|
|
|
this.Size = new System.Drawing.Size(1280, 710);
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
|
private Sunny.UI.UIButton uiButton1;
|
|
|
private Sunny.UI.UIButton uiButton2;
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
}
|
|
|
}
|