ReSetMaxNum.Designer.cs 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. namespace UAS_LabelMachine
  2. {
  3. partial class ReSetMaxNum
  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. this.pi_inoutno_label = new System.Windows.Forms.Label();
  29. this.SingleLabelPrint = new System.Windows.Forms.Button();
  30. this.Number = new UAS_LabelMachine.CustomControl.EnterTextBox();
  31. this.SuspendLayout();
  32. //
  33. // pi_inoutno_label
  34. //
  35. this.pi_inoutno_label.AutoSize = true;
  36. this.pi_inoutno_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  37. this.pi_inoutno_label.Location = new System.Drawing.Point(52, 64);
  38. this.pi_inoutno_label.Name = "pi_inoutno_label";
  39. this.pi_inoutno_label.Size = new System.Drawing.Size(65, 20);
  40. this.pi_inoutno_label.TabIndex = 5;
  41. this.pi_inoutno_label.Text = "当前流水";
  42. //
  43. // SingleLabelPrint
  44. //
  45. this.SingleLabelPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  46. this.SingleLabelPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  47. this.SingleLabelPrint.Location = new System.Drawing.Point(136, 108);
  48. this.SingleLabelPrint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  49. this.SingleLabelPrint.Name = "SingleLabelPrint";
  50. this.SingleLabelPrint.Size = new System.Drawing.Size(53, 26);
  51. this.SingleLabelPrint.TabIndex = 37;
  52. this.SingleLabelPrint.Text = "确认";
  53. this.SingleLabelPrint.UseVisualStyleBackColor = true;
  54. this.SingleLabelPrint.Click += new System.EventHandler(this.SingleLabelPrint_Click);
  55. //
  56. // Number
  57. //
  58. this.Number.ID = null;
  59. this.Number.Location = new System.Drawing.Point(123, 64);
  60. this.Number.Name = "Number";
  61. this.Number.Size = new System.Drawing.Size(83, 21);
  62. this.Number.Str = null;
  63. this.Number.Str1 = null;
  64. this.Number.Str2 = null;
  65. this.Number.TabIndex = 38;
  66. //
  67. // ReSetMaxNum
  68. //
  69. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  70. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  71. this.ClientSize = new System.Drawing.Size(320, 163);
  72. this.Controls.Add(this.Number);
  73. this.Controls.Add(this.SingleLabelPrint);
  74. this.Controls.Add(this.pi_inoutno_label);
  75. this.Name = "ReSetMaxNum";
  76. this.Text = "流水设置";
  77. this.Load += new System.EventHandler(this.ReSetMaxNum_Load);
  78. this.ResumeLayout(false);
  79. this.PerformLayout();
  80. }
  81. #endregion
  82. private System.Windows.Forms.Label pi_inoutno_label;
  83. private System.Windows.Forms.Button SingleLabelPrint;
  84. private CustomControl.EnterTextBox Number;
  85. }
  86. }