BarCodePrint.Designer.cs 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. namespace UAS_MES_NEW.Query
  2. {
  3. partial class BarCodePrint
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BarCodePrint));
  29. this.label1_lll_ = new System.Windows.Forms.Label();
  30. this.PrintBarCode = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  31. this.bar_remain = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  32. this.newbarcode = new System.Windows.Forms.Label();
  33. this.SuspendLayout();
  34. //
  35. // label1_lll_
  36. //
  37. this.label1_lll_.AutoSize = true;
  38. this.label1_lll_.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  39. this.label1_lll_.Location = new System.Drawing.Point(143, 56);
  40. this.label1_lll_.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  41. this.label1_lll_.Name = "label1_lll_";
  42. this.label1_lll_.Size = new System.Drawing.Size(82, 41);
  43. this.label1_lll_.TabIndex = 221;
  44. this.label1_lll_.Text = "数量";
  45. //
  46. // PrintBarCode
  47. //
  48. this.PrintBarCode.AllPower = null;
  49. this.PrintBarCode.BackColor = System.Drawing.Color.Transparent;
  50. this.PrintBarCode.DownImage = ((System.Drawing.Image)(resources.GetObject("PrintBarCode.DownImage")));
  51. this.PrintBarCode.Image = null;
  52. this.PrintBarCode.IsShowBorder = true;
  53. this.PrintBarCode.Location = new System.Drawing.Point(296, 147);
  54. this.PrintBarCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  55. this.PrintBarCode.MoveImage = ((System.Drawing.Image)(resources.GetObject("PrintBarCode.MoveImage")));
  56. this.PrintBarCode.Name = "PrintBarCode";
  57. this.PrintBarCode.NormalImage = ((System.Drawing.Image)(resources.GetObject("PrintBarCode.NormalImage")));
  58. this.PrintBarCode.Power = null;
  59. this.PrintBarCode.Size = new System.Drawing.Size(112, 45);
  60. this.PrintBarCode.TabIndex = 227;
  61. this.PrintBarCode.Text = "打印";
  62. this.PrintBarCode.UseVisualStyleBackColor = false;
  63. this.PrintBarCode.Click += new System.EventHandler(this.PrintBarCode_Click);
  64. //
  65. // bar_remain
  66. //
  67. this.bar_remain.AllPower = null;
  68. this.bar_remain.BackColor = System.Drawing.Color.White;
  69. this.bar_remain.ID = null;
  70. this.bar_remain.Location = new System.Drawing.Point(261, 62);
  71. this.bar_remain.Margin = new System.Windows.Forms.Padding(4);
  72. this.bar_remain.Name = "bar_remain";
  73. this.bar_remain.Power = null;
  74. this.bar_remain.Size = new System.Drawing.Size(212, 35);
  75. this.bar_remain.Str = null;
  76. this.bar_remain.Str1 = null;
  77. this.bar_remain.Str2 = null;
  78. this.bar_remain.TabIndex = 222;
  79. //
  80. // newbarcode
  81. //
  82. this.newbarcode.AutoSize = true;
  83. this.newbarcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.newbarcode.Location = new System.Drawing.Point(254, 9);
  85. this.newbarcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  86. this.newbarcode.Name = "newbarcode";
  87. this.newbarcode.Size = new System.Drawing.Size(0, 41);
  88. this.newbarcode.TabIndex = 228;
  89. this.newbarcode.Visible = false;
  90. //
  91. // BarCodePrint
  92. //
  93. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  94. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  95. this.ClientSize = new System.Drawing.Size(731, 249);
  96. this.Controls.Add(this.newbarcode);
  97. this.Controls.Add(this.PrintBarCode);
  98. this.Controls.Add(this.bar_remain);
  99. this.Controls.Add(this.label1_lll_);
  100. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  101. this.MaximizeBox = false;
  102. this.Name = "BarCodePrint";
  103. this.Tag = "ShowDialogWindow";
  104. this.Text = "生产退料条码";
  105. this.Load += new System.EventHandler(this.BarCodePrint_Load);
  106. this.ResumeLayout(false);
  107. this.PerformLayout();
  108. }
  109. #endregion
  110. private CustomControl.TextBoxWithIcon.SnCollectionBox bar_remain;
  111. private System.Windows.Forms.Label label1_lll_;
  112. private CustomControl.ButtonUtil.NormalButton PrintBarCode;
  113. private System.Windows.Forms.Label newbarcode;
  114. }
  115. }