namespace Mesnac.Controls.ChemicalWeighing
{
partial class HwProgressBar
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.xProgressBar1 = new Mesnac.Controls.Default.XProgressBar(this.components);
this.SuspendLayout();
//
// xProgressBar1
//
this.xProgressBar1.ActionDataSource = null;
this.xProgressBar1.BindDataSource = null;
this.xProgressBar1.DbOptionType = Mesnac.Controls.Base.DbOptionTypes.None;
this.xProgressBar1.Dock = System.Windows.Forms.DockStyle.Fill;
this.xProgressBar1.InitDataSource = null;
this.xProgressBar1.IsDbControl = false;
this.xProgressBar1.IsEventValid = true;
this.xProgressBar1.IsValid = true;
this.xProgressBar1.Location = new System.Drawing.Point(0, 0);
this.xProgressBar1.MCDataSource = null;
this.xProgressBar1.MCDataSourceID = null;
this.xProgressBar1.MCEnabled = true;
this.xProgressBar1.MCKey = null;
this.xProgressBar1.MCRoot = null;
this.xProgressBar1.MCValue = 0;
this.xProgressBar1.MCVisible = true;
this.xProgressBar1.Name = "xProgressBar1";
this.xProgressBar1.Size = new System.Drawing.Size(150, 202);
this.xProgressBar1.TabIndex = 0;
this.xProgressBar1.XValue = 0;
//
// HwProgressBar
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.Controls.Add(this.xProgressBar1);
this.ForeColor = System.Drawing.Color.Green;
this.Name = "HwProgressBar";
this.Size = new System.Drawing.Size(150, 202);
this.ResumeLayout(false);
}
#endregion
private Default.XProgressBar xProgressBar1;
}
}