1 Star 0 Fork 2

CQBTSC0212/WLW_Electricity_detection

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
阈值配置.Designer.cs 14.30 KB
一键复制 编辑 原始数据 按行查看 历史
逸哥哥 提交于 2022-05-26 16:26 +08:00 . 优化界面
namespace WLW_Electricity_detection
{
partial class Form_阈值配置
{
/// <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.label_缺电 = new System.Windows.Forms.Label();
this.textBox_缺电_Q = new System.Windows.Forms.TextBox();
this.textBox_低能量_Q = new System.Windows.Forms.TextBox();
this.label_低能量 = new System.Windows.Forms.Label();
this.textBox_正常状态_Q = new System.Windows.Forms.TextBox();
this.label_正常状态 = new System.Windows.Forms.Label();
this.textBox_满载范围_Q = new System.Windows.Forms.TextBox();
this.label_满载范围 = new System.Windows.Forms.Label();
this.button_更新 = new System.Windows.Forms.Button();
this.textBox_满载范围 = new System.Windows.Forms.TextBox();
this.textBox_正常状态 = new System.Windows.Forms.TextBox();
this.textBox_低能量 = new System.Windows.Forms.TextBox();
this.textBox_缺电 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label_缺电
//
this.label_缺电.AutoSize = true;
this.label_缺电.Font = new System.Drawing.Font("迷你简硬笔行书", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_缺电.Location = new System.Drawing.Point(27, 26);
this.label_缺电.Name = "label_缺电";
this.label_缺电.Size = new System.Drawing.Size(50, 22);
this.label_缺电.TabIndex = 0;
this.label_缺电.Text = "缺电";
//
// textBox_缺电_Q
//
this.textBox_缺电_Q.Location = new System.Drawing.Point(101, 26);
this.textBox_缺电_Q.Name = "textBox_缺电_Q";
this.textBox_缺电_Q.Size = new System.Drawing.Size(40, 21);
this.textBox_缺电_Q.TabIndex = 1;
this.textBox_缺电_Q.TextChanged += new System.EventHandler(this.textBox_缺电_Q_TextChanged);
this.textBox_缺电_Q.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_缺电_Q_KeyPress);
//
// textBox_低能量_Q
//
this.textBox_低能量_Q.Location = new System.Drawing.Point(101, 70);
this.textBox_低能量_Q.Name = "textBox_低能量_Q";
this.textBox_低能量_Q.Size = new System.Drawing.Size(40, 21);
this.textBox_低能量_Q.TabIndex = 22;
this.textBox_低能量_Q.TextChanged += new System.EventHandler(this.textBox_低能量_Q_TextChanged);
this.textBox_低能量_Q.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_低能量_Q_KeyPress);
//
// label_低能量
//
this.label_低能量.AutoSize = true;
this.label_低能量.Font = new System.Drawing.Font("迷你简硬笔行书", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_低能量.Location = new System.Drawing.Point(18, 70);
this.label_低能量.Name = "label_低能量";
this.label_低能量.Size = new System.Drawing.Size(70, 22);
this.label_低能量.TabIndex = 21;
this.label_低能量.Text = "低能量";
//
// textBox_正常状态_Q
//
this.textBox_正常状态_Q.Location = new System.Drawing.Point(101, 113);
this.textBox_正常状态_Q.Name = "textBox_正常状态_Q";
this.textBox_正常状态_Q.Size = new System.Drawing.Size(40, 21);
this.textBox_正常状态_Q.TabIndex = 24;
this.textBox_正常状态_Q.TextChanged += new System.EventHandler(this.textBox_正常状态_Q_TextChanged);
this.textBox_正常状态_Q.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_正常状态_Q_KeyPress);
//
// label_正常状态
//
this.label_正常状态.AutoSize = true;
this.label_正常状态.Font = new System.Drawing.Font("迷你简硬笔行书", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_正常状态.Location = new System.Drawing.Point(7, 113);
this.label_正常状态.Name = "label_正常状态";
this.label_正常状态.Size = new System.Drawing.Size(90, 22);
this.label_正常状态.TabIndex = 23;
this.label_正常状态.Text = "正常状态";
//
// textBox_满载范围_Q
//
this.textBox_满载范围_Q.Location = new System.Drawing.Point(101, 157);
this.textBox_满载范围_Q.Name = "textBox_满载范围_Q";
this.textBox_满载范围_Q.Size = new System.Drawing.Size(40, 21);
this.textBox_满载范围_Q.TabIndex = 26;
this.textBox_满载范围_Q.TextChanged += new System.EventHandler(this.textBox_满载范围_Q_TextChanged);
this.textBox_满载范围_Q.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_满载范围_Q_KeyPress);
//
// label_满载范围
//
this.label_满载范围.AutoSize = true;
this.label_满载范围.Font = new System.Drawing.Font("迷你简硬笔行书", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_满载范围.Location = new System.Drawing.Point(7, 157);
this.label_满载范围.Name = "label_满载范围";
this.label_满载范围.Size = new System.Drawing.Size(90, 22);
this.label_满载范围.TabIndex = 25;
this.label_满载范围.Text = "满载范围";
//
// button_更新
//
this.button_更新.Cursor = System.Windows.Forms.Cursors.Hand;
this.button_更新.Font = new System.Drawing.Font("迷你简硬笔行书", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button_更新.Location = new System.Drawing.Point(204, 203);
this.button_更新.Name = "button_更新";
this.button_更新.Size = new System.Drawing.Size(85, 51);
this.button_更新.TabIndex = 27;
this.button_更新.Text = "更新";
this.button_更新.UseVisualStyleBackColor = true;
this.button_更新.Click += new System.EventHandler(this.button_更新_Click);
//
// textBox_满载范围
//
this.textBox_满载范围.Location = new System.Drawing.Point(197, 158);
this.textBox_满载范围.Name = "textBox_满载范围";
this.textBox_满载范围.Size = new System.Drawing.Size(40, 21);
this.textBox_满载范围.TabIndex = 31;
this.textBox_满载范围.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_满载范围_KeyPress);
//
// textBox_正常状态
//
this.textBox_正常状态.Location = new System.Drawing.Point(197, 114);
this.textBox_正常状态.Name = "textBox_正常状态";
this.textBox_正常状态.Size = new System.Drawing.Size(40, 21);
this.textBox_正常状态.TabIndex = 30;
this.textBox_正常状态.TextChanged += new System.EventHandler(this.textBox_正常状态_TextChanged);
this.textBox_正常状态.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_正常状态_KeyPress);
//
// textBox_低能量
//
this.textBox_低能量.Location = new System.Drawing.Point(197, 71);
this.textBox_低能量.Name = "textBox_低能量";
this.textBox_低能量.Size = new System.Drawing.Size(40, 21);
this.textBox_低能量.TabIndex = 29;
this.textBox_低能量.TextChanged += new System.EventHandler(this.textBox_低能量_TextChanged);
this.textBox_低能量.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_低能量_KeyPress);
//
// textBox_缺电
//
this.textBox_缺电.Location = new System.Drawing.Point(197, 27);
this.textBox_缺电.Name = "textBox_缺电";
this.textBox_缺电.Size = new System.Drawing.Size(40, 21);
this.textBox_缺电.TabIndex = 28;
this.textBox_缺电.TextChanged += new System.EventHandler(this.textBox_缺电_TextChanged);
this.textBox_缺电.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_缺电_KeyPress);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("迷你简硬笔行书", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(141, 25);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(54, 22);
this.label1.TabIndex = 32;
this.label1.Text = "----";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("迷你简硬笔行书", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(141, 69);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(54, 22);
this.label2.TabIndex = 33;
this.label2.Text = "----";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("迷你简硬笔行书", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(141, 112);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(54, 22);
this.label3.TabIndex = 34;
this.label3.Text = "----";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("迷你简硬笔行书", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(141, 156);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(54, 22);
this.label4.TabIndex = 35;
this.label4.Text = "----";
//
// Form_阈值配置
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.ClientSize = new System.Drawing.Size(301, 266);
this.ControlBox = false;
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBox_满载范围);
this.Controls.Add(this.textBox_正常状态);
this.Controls.Add(this.textBox_低能量);
this.Controls.Add(this.textBox_缺电);
this.Controls.Add(this.button_更新);
this.Controls.Add(this.textBox_满载范围_Q);
this.Controls.Add(this.label_满载范围);
this.Controls.Add(this.textBox_正常状态_Q);
this.Controls.Add(this.label_正常状态);
this.Controls.Add(this.textBox_低能量_Q);
this.Controls.Add(this.label_低能量);
this.Controls.Add(this.textBox_缺电_Q);
this.Controls.Add(this.label_缺电);
this.Name = "Form_阈值配置";
this.Text = "阈值配置";
this.Load += new System.EventHandler(this.Form_阈值配置_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label_缺电;
private System.Windows.Forms.TextBox textBox_缺电_Q;
private System.Windows.Forms.TextBox textBox_低能量_Q;
private System.Windows.Forms.Label label_低能量;
private System.Windows.Forms.TextBox textBox_正常状态_Q;
private System.Windows.Forms.Label label_正常状态;
private System.Windows.Forms.TextBox textBox_满载范围_Q;
private System.Windows.Forms.Label label_满载范围;
private System.Windows.Forms.Button button_更新;
private System.Windows.Forms.TextBox textBox_满载范围;
private System.Windows.Forms.TextBox textBox_正常状态;
private System.Windows.Forms.TextBox textBox_低能量;
private System.Windows.Forms.TextBox textBox_缺电;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cqbtsc0212/wlw_-electricity_detection.git
git@gitee.com:cqbtsc0212/wlw_-electricity_detection.git
cqbtsc0212
wlw_-electricity_detection
WLW_Electricity_detection
master

搜索帮助