|
|
namespace Mesnac.Controls.ChemicalWeighing
|
|
|
{
|
|
|
partial class Trucks
|
|
|
{
|
|
|
/// <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()
|
|
|
{
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Trucks));
|
|
|
this.pictureBox3 = new System.Windows.Forms.PictureBox();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// pictureBox3
|
|
|
//
|
|
|
this.pictureBox3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
|
|
|
this.pictureBox3.Location = new System.Drawing.Point(0, 0);
|
|
|
this.pictureBox3.Name = "pictureBox3";
|
|
|
this.pictureBox3.Size = new System.Drawing.Size(166, 60);
|
|
|
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
this.pictureBox3.TabIndex = 2;
|
|
|
this.pictureBox3.TabStop = false;
|
|
|
this.pictureBox3.Click += new System.EventHandler(this.pictureBox3_Click);
|
|
|
//
|
|
|
// Trucks
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.Controls.Add(this.pictureBox3);
|
|
|
this.Name = "Trucks";
|
|
|
this.Size = new System.Drawing.Size(166, 60);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
private System.Windows.Forms.PictureBox pictureBox3;
|
|
|
}
|
|
|
}
|