Form5.Designer.cs 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. namespace FileWatcher
  2. {
  3. partial class Form5
  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.textBox1 = new System.Windows.Forms.TextBox();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label13 = new System.Windows.Forms.Label();
  31. this.textBox5 = new System.Windows.Forms.TextBox();
  32. this.button1 = new System.Windows.Forms.Button();
  33. this.textBox2 = new System.Windows.Forms.TextBox();
  34. this.label5 = new System.Windows.Forms.Label();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.SuspendLayout();
  38. //
  39. // textBox1
  40. //
  41. this.textBox1.Location = new System.Drawing.Point(210, 100);
  42. this.textBox1.Name = "textBox1";
  43. this.textBox1.Size = new System.Drawing.Size(243, 35);
  44. this.textBox1.TabIndex = 0;
  45. //
  46. // label1
  47. //
  48. this.label1.AutoSize = true;
  49. this.label1.Location = new System.Drawing.Point(89, 103);
  50. this.label1.Name = "label1";
  51. this.label1.Size = new System.Drawing.Size(82, 24);
  52. this.label1.TabIndex = 1;
  53. this.label1.Text = "工单号";
  54. //
  55. // label13
  56. //
  57. this.label13.AutoSize = true;
  58. this.label13.Location = new System.Drawing.Point(89, 258);
  59. this.label13.Name = "label13";
  60. this.label13.Size = new System.Drawing.Size(106, 24);
  61. this.label13.TabIndex = 30;
  62. this.label13.Text = "人员编号";
  63. //
  64. // textBox5
  65. //
  66. this.textBox5.Location = new System.Drawing.Point(210, 255);
  67. this.textBox5.Name = "textBox5";
  68. this.textBox5.Size = new System.Drawing.Size(243, 35);
  69. this.textBox5.TabIndex = 29;
  70. //
  71. // button1
  72. //
  73. this.button1.Location = new System.Drawing.Point(241, 741);
  74. this.button1.Name = "button1";
  75. this.button1.Size = new System.Drawing.Size(137, 48);
  76. this.button1.TabIndex = 32;
  77. this.button1.Text = "保存";
  78. this.button1.UseVisualStyleBackColor = true;
  79. //
  80. // textBox2
  81. //
  82. this.textBox2.Location = new System.Drawing.Point(210, 30);
  83. this.textBox2.Name = "textBox2";
  84. this.textBox2.Size = new System.Drawing.Size(243, 35);
  85. this.textBox2.TabIndex = 37;
  86. //
  87. // label5
  88. //
  89. this.label5.AutoSize = true;
  90. this.label5.Location = new System.Drawing.Point(89, 33);
  91. this.label5.Name = "label5";
  92. this.label5.Size = new System.Drawing.Size(82, 24);
  93. this.label5.TabIndex = 38;
  94. this.label5.Text = "扫码框";
  95. //
  96. // label3
  97. //
  98. this.label3.AutoSize = true;
  99. this.label3.Location = new System.Drawing.Point(89, 160);
  100. this.label3.Name = "label3";
  101. this.label3.Size = new System.Drawing.Size(106, 24);
  102. this.label3.TabIndex = 3;
  103. this.label3.Text = "产品编号";
  104. //
  105. // label4
  106. //
  107. this.label4.AutoSize = true;
  108. this.label4.Location = new System.Drawing.Point(89, 210);
  109. this.label4.Name = "label4";
  110. this.label4.Size = new System.Drawing.Size(106, 24);
  111. this.label4.TabIndex = 4;
  112. this.label4.Text = "产品名称";
  113. //
  114. // Form5
  115. //
  116. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  117. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  118. this.ClientSize = new System.Drawing.Size(647, 820);
  119. this.Controls.Add(this.label5);
  120. this.Controls.Add(this.textBox2);
  121. this.Controls.Add(this.button1);
  122. this.Controls.Add(this.label13);
  123. this.Controls.Add(this.textBox5);
  124. this.Controls.Add(this.label4);
  125. this.Controls.Add(this.label3);
  126. this.Controls.Add(this.label1);
  127. this.Controls.Add(this.textBox1);
  128. this.Name = "Form5";
  129. this.Text = "Form4";
  130. this.Load += new System.EventHandler(this.Form4_Load);
  131. this.ResumeLayout(true);
  132. this.PerformLayout();
  133. }
  134. #endregion
  135. private System.Windows.Forms.TextBox textBox1;
  136. private System.Windows.Forms.Label label1;
  137. private System.Windows.Forms.Label label13;
  138. private System.Windows.Forms.TextBox textBox5;
  139. private System.Windows.Forms.Button button1;
  140. private System.Windows.Forms.TextBox textBox2;
  141. private System.Windows.Forms.Label label5;
  142. private System.Windows.Forms.Label label3;
  143. private System.Windows.Forms.Label label4;
  144. }
  145. }