25111302 差压28出货版本

This commit is contained in:
moxiliang
2025-11-14 09:32:59 +08:00
parent 6df003f5f8
commit 589dcaa568
88 changed files with 5372 additions and 14986 deletions

78
SLC1-N/Form_Alarm.Designer.cs generated Normal file
View File

@@ -0,0 +1,78 @@
namespace SLC1_N
{
partial class Form_Alarm
{
/// <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.lb_alarmmsg = new System.Windows.Forms.Label();
this.bt_OK = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// lb_alarmmsg
//
this.lb_alarmmsg.AutoSize = true;
this.lb_alarmmsg.Font = new System.Drawing.Font("宋体", 18F);
this.lb_alarmmsg.Location = new System.Drawing.Point(68, 71);
this.lb_alarmmsg.Name = "lb_alarmmsg";
this.lb_alarmmsg.Size = new System.Drawing.Size(106, 24);
this.lb_alarmmsg.TabIndex = 0;
this.lb_alarmmsg.Text = "警报信息";
//
// bt_OK
//
this.bt_OK.Location = new System.Drawing.Point(182, 139);
this.bt_OK.Name = "bt_OK";
this.bt_OK.Size = new System.Drawing.Size(123, 48);
this.bt_OK.TabIndex = 1;
this.bt_OK.Text = "已处理";
this.bt_OK.UseVisualStyleBackColor = true;
this.bt_OK.Click += new System.EventHandler(this.bt_OK_Click);
//
// Form_Alarm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(513, 226);
this.Controls.Add(this.bt_OK);
this.Controls.Add(this.lb_alarmmsg);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Name = "Form_Alarm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "PLC警报";
this.TopMost = true;
this.Load += new System.EventHandler(this.Form_Alarm_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lb_alarmmsg;
private System.Windows.Forms.Button bt_OK;
}
}