namespace Dongke.IBOSS.PRD.Client.Controls.BarcodeBatchSet
{
partial class BarcodeBatchShow
{
///
/// 必需的设计器变量。
///
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.lblRB = new System.Windows.Forms.Label();
this.picImage = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.picImage)).BeginInit();
this.SuspendLayout();
//
// lblRB
//
this.lblRB.AutoSize = true;
this.lblRB.Location = new System.Drawing.Point(3, 356);
this.lblRB.Name = "lblRB";
this.lblRB.Size = new System.Drawing.Size(35, 12);
this.lblRB.TabIndex = 18;
this.lblRB.Text = "lblRB";
//
// picImage
//
this.picImage.BackColor = System.Drawing.Color.White;
this.picImage.Location = new System.Drawing.Point(10, 10);
this.picImage.Name = "picImage";
this.picImage.Size = new System.Drawing.Size(10, 10);
this.picImage.TabIndex = 17;
this.picImage.TabStop = false;
this.picImage.Visible = false;
//
// BarcodeBatchShow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoScroll = true;
this.BackColor = System.Drawing.Color.Gray;
this.Controls.Add(this.lblRB);
this.Controls.Add(this.picImage);
this.Name = "BarcodeBatchShow";
this.Size = new System.Drawing.Size(288, 388);
((System.ComponentModel.ISupportInitialize)(this.picImage)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox picImage;
private System.Windows.Forms.Label lblRB;
}
}