BandBarodeDialog.Designer.cs 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. namespace MainForm.FaForm
  2. {
  3. partial class BandBarodeDialog
  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.button1 = new System.Windows.Forms.Button();
  29. this.textBox1 = new System.Windows.Forms.TextBox();
  30. this.textBox2 = new System.Windows.Forms.TextBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.textBox3 = new System.Windows.Forms.TextBox();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.SuspendLayout();
  36. //
  37. // button1
  38. //
  39. this.button1.Location = new System.Drawing.Point(536, 278);
  40. this.button1.Name = "button1";
  41. this.button1.Size = new System.Drawing.Size(75, 23);
  42. this.button1.TabIndex = 0;
  43. this.button1.Text = "取消";
  44. this.button1.UseVisualStyleBackColor = true;
  45. //
  46. // textBox1
  47. //
  48. this.textBox1.Location = new System.Drawing.Point(230, 108);
  49. this.textBox1.Name = "textBox1";
  50. this.textBox1.ReadOnly = true;
  51. this.textBox1.Size = new System.Drawing.Size(280, 28);
  52. this.textBox1.TabIndex = 1;
  53. //
  54. // textBox2
  55. //
  56. this.textBox2.Location = new System.Drawing.Point(230, 47);
  57. this.textBox2.Name = "textBox2";
  58. this.textBox2.ReadOnly = true;
  59. this.textBox2.Size = new System.Drawing.Size(280, 28);
  60. this.textBox2.TabIndex = 2;
  61. //
  62. // label1
  63. //
  64. this.label1.AutoSize = true;
  65. this.label1.Location = new System.Drawing.Point(124, 50);
  66. this.label1.Name = "label1";
  67. this.label1.Size = new System.Drawing.Size(62, 18);
  68. this.label1.TabIndex = 3;
  69. this.label1.Text = "载具码";
  70. //
  71. // label2
  72. //
  73. this.label2.AutoSize = true;
  74. this.label2.Location = new System.Drawing.Point(124, 111);
  75. this.label2.Name = "label2";
  76. this.label2.Size = new System.Drawing.Size(62, 18);
  77. this.label2.TabIndex = 4;
  78. this.label2.Text = "产品码";
  79. //
  80. // textBox3
  81. //
  82. this.textBox3.Location = new System.Drawing.Point(230, 172);
  83. this.textBox3.Name = "textBox3";
  84. this.textBox3.Size = new System.Drawing.Size(280, 28);
  85. this.textBox3.TabIndex = 5;
  86. //
  87. // label3
  88. //
  89. this.label3.AutoSize = true;
  90. this.label3.Location = new System.Drawing.Point(124, 182);
  91. this.label3.Name = "label3";
  92. this.label3.Size = new System.Drawing.Size(62, 18);
  93. this.label3.TabIndex = 6;
  94. this.label3.Text = "产品码";
  95. //
  96. // BandBarodeDialog
  97. //
  98. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  99. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  100. this.ClientSize = new System.Drawing.Size(725, 328);
  101. this.Controls.Add(this.label3);
  102. this.Controls.Add(this.textBox3);
  103. this.Controls.Add(this.label2);
  104. this.Controls.Add(this.label1);
  105. this.Controls.Add(this.textBox2);
  106. this.Controls.Add(this.textBox1);
  107. this.Controls.Add(this.button1);
  108. this.Name = "BandBarodeDialog";
  109. this.Text = "BandBarodeDialog";
  110. this.ResumeLayout(false);
  111. this.PerformLayout();
  112. }
  113. #endregion
  114. private System.Windows.Forms.Button button1;
  115. private System.Windows.Forms.TextBox textBox1;
  116. private System.Windows.Forms.TextBox textBox2;
  117. private System.Windows.Forms.Label label1;
  118. private System.Windows.Forms.Label label2;
  119. private System.Windows.Forms.TextBox textBox3;
  120. private System.Windows.Forms.Label label3;
  121. }
  122. }