| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
-
- namespace Dongke.IBOSS.PRD.Client.Controls.BarcodeBatchSet
- {
- partial class BarcodeBatchShow
- {
- /// <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.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;
- }
- }
|