BarcodeBatchShow.Designer.cs 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.Controls.BarcodeBatchSet
  3. {
  4. partial class BarcodeBatchShow
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region 组件设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.lblRB = new System.Windows.Forms.Label();
  30. this.picImage = new System.Windows.Forms.PictureBox();
  31. ((System.ComponentModel.ISupportInitialize)(this.picImage)).BeginInit();
  32. this.SuspendLayout();
  33. //
  34. // lblRB
  35. //
  36. this.lblRB.AutoSize = true;
  37. this.lblRB.Location = new System.Drawing.Point(3, 356);
  38. this.lblRB.Name = "lblRB";
  39. this.lblRB.Size = new System.Drawing.Size(35, 12);
  40. this.lblRB.TabIndex = 18;
  41. this.lblRB.Text = "lblRB";
  42. //
  43. // picImage
  44. //
  45. this.picImage.BackColor = System.Drawing.Color.White;
  46. this.picImage.Location = new System.Drawing.Point(10, 10);
  47. this.picImage.Name = "picImage";
  48. this.picImage.Size = new System.Drawing.Size(10, 10);
  49. this.picImage.TabIndex = 17;
  50. this.picImage.TabStop = false;
  51. this.picImage.Visible = false;
  52. //
  53. // BarcodeBatchShow
  54. //
  55. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  56. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  57. this.AutoScroll = true;
  58. this.BackColor = System.Drawing.Color.Gray;
  59. this.Controls.Add(this.lblRB);
  60. this.Controls.Add(this.picImage);
  61. this.Name = "BarcodeBatchShow";
  62. this.Size = new System.Drawing.Size(288, 388);
  63. ((System.ComponentModel.ISupportInitialize)(this.picImage)).EndInit();
  64. this.ResumeLayout(false);
  65. this.PerformLayout();
  66. }
  67. #endregion
  68. private System.Windows.Forms.PictureBox picImage;
  69. private System.Windows.Forms.Label lblRB;
  70. }
  71. }