屠宰场客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

132 lines
5.4 KiB

namespace BWP.WinFormControl.WeightControl_
{
partial class WeightControl
{
/// <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.btnStartWeight = new System.Windows.Forms.Button();
this.panel2 = new System.Windows.Forms.Panel();
this.lblChengZhong = new System.Windows.Forms.Label();
this.btnWeightSet = new System.Windows.Forms.Button();
this.btnEndWeight = new System.Windows.Forms.Button();
this.picNetStatus = new System.Windows.Forms.PictureBox();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picNetStatus)).BeginInit();
this.SuspendLayout();
//
// btnStartWeight
//
this.btnStartWeight.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnStartWeight.Location = new System.Drawing.Point(0, 98);
this.btnStartWeight.Name = "btnStartWeight";
this.btnStartWeight.Size = new System.Drawing.Size(95, 43);
this.btnStartWeight.TabIndex = 44;
this.btnStartWeight.Text = "开始称重";
this.btnStartWeight.UseVisualStyleBackColor = true;
this.btnStartWeight.Click += new System.EventHandler(this.btnStartWeight_Click);
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.Black;
this.panel2.Controls.Add(this.lblChengZhong);
this.panel2.Location = new System.Drawing.Point(3, 3);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(224, 89);
this.panel2.TabIndex = 43;
//
// lblChengZhong
//
this.lblChengZhong.AutoSize = true;
this.lblChengZhong.Font = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblChengZhong.ForeColor = System.Drawing.Color.Red;
this.lblChengZhong.Location = new System.Drawing.Point(15, 18);
this.lblChengZhong.Name = "lblChengZhong";
this.lblChengZhong.Size = new System.Drawing.Size(97, 40);
this.lblChengZhong.TabIndex = 0;
this.lblChengZhong.Text = "0.00";
//
// btnWeightSet
//
this.btnWeightSet.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnWeightSet.Location = new System.Drawing.Point(233, 3);
this.btnWeightSet.Name = "btnWeightSet";
this.btnWeightSet.Size = new System.Drawing.Size(65, 41);
this.btnWeightSet.TabIndex = 42;
this.btnWeightSet.Text = "称设置";
this.btnWeightSet.UseVisualStyleBackColor = true;
this.btnWeightSet.Click += new System.EventHandler(this.btnWeightSet_Click);
//
// btnEndWeight
//
this.btnEndWeight.Enabled = false;
this.btnEndWeight.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnEndWeight.Location = new System.Drawing.Point(130, 98);
this.btnEndWeight.Name = "btnEndWeight";
this.btnEndWeight.Size = new System.Drawing.Size(97, 43);
this.btnEndWeight.TabIndex = 44;
this.btnEndWeight.Text = "停止称重";
this.btnEndWeight.UseVisualStyleBackColor = true;
this.btnEndWeight.Click += new System.EventHandler(this.btnEndWeight_Click);
//
// picNetStatus
//
this.picNetStatus.ErrorImage = null;
this.picNetStatus.InitialImage = null;
this.picNetStatus.Location = new System.Drawing.Point(249, 62);
this.picNetStatus.Name = "picNetStatus";
this.picNetStatus.Size = new System.Drawing.Size(30, 30);
this.picNetStatus.TabIndex = 45;
this.picNetStatus.TabStop = false;
//
// WeightControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.picNetStatus);
this.Controls.Add(this.btnEndWeight);
this.Controls.Add(this.btnStartWeight);
this.Controls.Add(this.panel2);
this.Controls.Add(this.btnWeightSet);
this.Name = "WeightControl";
this.Size = new System.Drawing.Size(303, 143);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.picNetStatus)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnStartWeight;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label lblChengZhong;
private System.Windows.Forms.Button btnWeightSet;
private System.Windows.Forms.Button btnEndWeight;
private System.Windows.Forms.PictureBox picNetStatus;
}
}