You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lj_plc/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/LjWeight/FrmWeight.Designer.cs

154 lines
6.0 KiB
C#

1 year ago
using System.ComponentModel;
using System.Drawing;
using System.Windows.Forms;
namespace Mesnac.Action.ChemicalWeighing.LjWeight
{
partial class FrmWeight
{
/// <summary>
/// Required designer variable.
/// </summary>
private 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.HighWeight = new System.Windows.Forms.TextBox();
this.LowWeight = new System.Windows.Forms.TextBox();
this.btnCancel = new System.Windows.Forms.Button();
this.btnOK = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
1 year ago
this.SuspendLayout();
//
// HighWeight
//
this.HighWeight.Enabled = false;
this.HighWeight.Location = new System.Drawing.Point(98, 64);
this.HighWeight.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
1 year ago
this.HighWeight.Name = "HighWeight";
this.HighWeight.Size = new System.Drawing.Size(129, 21);
1 year ago
this.HighWeight.TabIndex = 57;
//
// LowWeight
//
this.LowWeight.Enabled = false;
this.LowWeight.Location = new System.Drawing.Point(98, 33);
this.LowWeight.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
1 year ago
this.LowWeight.Name = "LowWeight";
this.LowWeight.Size = new System.Drawing.Size(129, 21);
1 year ago
this.LowWeight.TabIndex = 58;
//
// btnCancel
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(163, 117);
this.btnCancel.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
1 year ago
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(98, 45);
1 year ago
this.btnCancel.TabIndex = 56;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(14, 117);
this.btnOK.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
1 year ago
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(98, 45);
1 year ago
this.btnOK.TabIndex = 55;
this.btnOK.Text = "确认";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(130, 117);
this.label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
1 year ago
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(0, 12);
1 year ago
this.label4.TabIndex = 52;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(155, 85);
this.label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
1 year ago
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(0, 12);
1 year ago
this.label3.TabIndex = 54;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(37, 36);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 59;
this.label1.Text = "低料位:";
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(37, 67);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 60;
this.label2.Text = "高料位:";
//
1 year ago
// FrmWeight
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
1 year ago
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(274, 176);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
1 year ago
this.Controls.Add(this.HighWeight);
this.Controls.Add(this.LowWeight);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Name = "FrmWeight";
this.ResumeLayout(false);
this.PerformLayout();
1 year ago
}
private System.Windows.Forms.TextBox HighWeight;
private System.Windows.Forms.TextBox LowWeight;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
#endregion
private Label label1;
private Label label2;
1 year ago
}
}