内部标签打印.Designer.cs 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. namespace UAS_LabelMachine
  2. {
  3. partial class 内部标签打印
  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. /// <lap_param name="disposing">true if managed resources should be disposed; otherwise, false.</lap_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 lap_values of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.Barcode = new System.Windows.Forms.TextBox();
  29. this.lap_param3_labe = new System.Windows.Forms.Label();
  30. this.Confirm = new System.Windows.Forms.Button();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.Brand = new System.Windows.Forms.TextBox();
  33. this.SuspendLayout();
  34. //
  35. // Barcode
  36. //
  37. this.Barcode.Location = new System.Drawing.Point(184, 135);
  38. this.Barcode.Margin = new System.Windows.Forms.Padding(6);
  39. this.Barcode.Name = "Barcode";
  40. this.Barcode.Size = new System.Drawing.Size(422, 35);
  41. this.Barcode.TabIndex = 4;
  42. this.Barcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Y_KeyDown);
  43. //
  44. // lap_param3_labe
  45. //
  46. this.lap_param3_labe.AutoSize = true;
  47. this.lap_param3_labe.BackColor = System.Drawing.Color.Transparent;
  48. this.lap_param3_labe.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  49. this.lap_param3_labe.Location = new System.Drawing.Point(73, 129);
  50. this.lap_param3_labe.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  51. this.lap_param3_labe.Name = "lap_param3_labe";
  52. this.lap_param3_labe.Size = new System.Drawing.Size(82, 41);
  53. this.lap_param3_labe.TabIndex = 65;
  54. this.lap_param3_labe.Text = "参数";
  55. //
  56. // Confirm
  57. //
  58. this.Confirm.Location = new System.Drawing.Point(296, 616);
  59. this.Confirm.Margin = new System.Windows.Forms.Padding(6);
  60. this.Confirm.Name = "Confirm";
  61. this.Confirm.Size = new System.Drawing.Size(150, 46);
  62. this.Confirm.TabIndex = 81;
  63. this.Confirm.Text = "确认";
  64. this.Confirm.UseVisualStyleBackColor = true;
  65. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  66. //
  67. // label1
  68. //
  69. this.label1.AutoSize = true;
  70. this.label1.BackColor = System.Drawing.Color.Transparent;
  71. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  72. this.label1.Location = new System.Drawing.Point(73, 216);
  73. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  74. this.label1.Name = "label1";
  75. this.label1.Size = new System.Drawing.Size(82, 41);
  76. this.label1.TabIndex = 82;
  77. this.label1.Text = "品牌";
  78. //
  79. // Brand
  80. //
  81. this.Brand.Location = new System.Drawing.Point(184, 225);
  82. this.Brand.Margin = new System.Windows.Forms.Padding(6);
  83. this.Brand.Name = "Brand";
  84. this.Brand.Size = new System.Drawing.Size(422, 35);
  85. this.Brand.TabIndex = 83;
  86. //
  87. // 内部标签打印
  88. //
  89. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  90. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  91. this.ClientSize = new System.Drawing.Size(728, 718);
  92. this.Controls.Add(this.Brand);
  93. this.Controls.Add(this.label1);
  94. this.Controls.Add(this.Confirm);
  95. this.Controls.Add(this.Barcode);
  96. this.Controls.Add(this.lap_param3_labe);
  97. this.Margin = new System.Windows.Forms.Padding(6);
  98. this.Name = "内部标签打印";
  99. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  100. this.Text = "附加内容打印";
  101. this.Load += new System.EventHandler(this.附件内容打印_Load);
  102. this.ResumeLayout(true);
  103. this.PerformLayout();
  104. }
  105. #endregion
  106. private System.Windows.Forms.TextBox Barcode;
  107. private System.Windows.Forms.Label lap_param3_labe;
  108. private System.Windows.Forms.Button Confirm;
  109. private System.Windows.Forms.Label label1;
  110. private System.Windows.Forms.TextBox Brand;
  111. }
  112. }