66 lines
2.4 KiB
C#
66 lines
2.4 KiB
C#
namespace 全自动水压检测仪
|
|
{
|
|
partial class StatusSettingsForm
|
|
{
|
|
/// <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.SuspendLayout();
|
|
//
|
|
// StatusSettingsForm
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.ClientSize = new System.Drawing.Size(900, 600);
|
|
this.Name = "StatusSettingsForm";
|
|
this.Text = "状态监控设置";
|
|
this.Padding = new System.Windows.Forms.Padding(0, 35, 0, 0);
|
|
this.Load += new System.EventHandler(this.StatusSettingsForm_Load);
|
|
this.ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Sunny.UI.UIPanel mainPanel;
|
|
private Sunny.UI.UIPanel tempModePanel;
|
|
private Sunny.UI.UIPanel valveStatusPanel;
|
|
private Sunny.UI.UILight uiLight1_Status;
|
|
private Sunny.UI.UILight uiLight2_Status;
|
|
private Sunny.UI.UILight uiLight3_Status;
|
|
private Sunny.UI.UILight uiLight4_Status;
|
|
private Sunny.UI.UILight uiLight5_Status;
|
|
private Sunny.UI.UILight uiLight6_Status;
|
|
private Sunny.UI.UILight uiLight7_Status;
|
|
private Sunny.UI.UILight uiLight8_Status;
|
|
private Sunny.UI.UILight uiLight9_Status;
|
|
private Sunny.UI.UILight uiLight10_Status;
|
|
private Sunny.UI.UILight uiLight11_Status;
|
|
private Sunny.UI.UILight uiLight12_Status;
|
|
private Sunny.UI.UILabel uiLabel11_Status;
|
|
private Sunny.UI.UIButton uiButton_Close;
|
|
}
|
|
}
|