Query_SnMessage.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. namespace UAS_MES.Query
  2. {
  3. partial class Query_SnMessage
  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(Query_SnMessage));
  29. this.sn_code_label = new System.Windows.Forms.Label();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  34. this.Enter = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  35. this.ma_makecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  36. this.ms_checkno = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  37. this.ms_outboxcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  38. this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
  39. this.panel1 = new System.Windows.Forms.Panel();
  40. this.SuspendLayout();
  41. //
  42. // sn_code_label
  43. //
  44. this.sn_code_label.AutoSize = true;
  45. this.sn_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  46. this.sn_code_label.Location = new System.Drawing.Point(32, 20);
  47. this.sn_code_label.Name = "sn_code_label";
  48. this.sn_code_label.Size = new System.Drawing.Size(58, 21);
  49. this.sn_code_label.TabIndex = 185;
  50. this.sn_code_label.Text = "序列号";
  51. //
  52. // label1
  53. //
  54. this.label1.AutoSize = true;
  55. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  56. this.label1.Location = new System.Drawing.Point(32, 87);
  57. this.label1.Name = "label1";
  58. this.label1.Size = new System.Drawing.Size(58, 21);
  59. this.label1.TabIndex = 187;
  60. this.label1.Text = "外箱号";
  61. //
  62. // label2
  63. //
  64. this.label2.AutoSize = true;
  65. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. this.label2.Location = new System.Drawing.Point(32, 154);
  67. this.label2.Name = "label2";
  68. this.label2.Size = new System.Drawing.Size(58, 21);
  69. this.label2.TabIndex = 188;
  70. this.label2.Text = "批次号";
  71. //
  72. // label3
  73. //
  74. this.label3.AutoSize = true;
  75. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. this.label3.Location = new System.Drawing.Point(32, 219);
  77. this.label3.Name = "label3";
  78. this.label3.Size = new System.Drawing.Size(58, 21);
  79. this.label3.TabIndex = 201;
  80. this.label3.Text = "工单号";
  81. //
  82. // Clean
  83. //
  84. this.Clean.AllPower = null;
  85. this.Clean.BackColor = System.Drawing.Color.Transparent;
  86. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  87. this.Clean.Image = null;
  88. this.Clean.IsShowBorder = true;
  89. this.Clean.Location = new System.Drawing.Point(436, 21);
  90. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  91. this.Clean.Name = "Clean";
  92. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  93. this.Clean.Power = null;
  94. this.Clean.Size = new System.Drawing.Size(75, 28);
  95. this.Clean.TabIndex = 204;
  96. this.Clean.Text = "清除";
  97. this.Clean.UseVisualStyleBackColor = false;
  98. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  99. //
  100. // Enter
  101. //
  102. this.Enter.AllPower = null;
  103. this.Enter.BackColor = System.Drawing.Color.Transparent;
  104. this.Enter.DownImage = ((System.Drawing.Image)(resources.GetObject("Enter.DownImage")));
  105. this.Enter.Image = null;
  106. this.Enter.IsShowBorder = true;
  107. this.Enter.Location = new System.Drawing.Point(312, 20);
  108. this.Enter.MoveImage = ((System.Drawing.Image)(resources.GetObject("Enter.MoveImage")));
  109. this.Enter.Name = "Enter";
  110. this.Enter.NormalImage = ((System.Drawing.Image)(resources.GetObject("Enter.NormalImage")));
  111. this.Enter.Power = null;
  112. this.Enter.Size = new System.Drawing.Size(75, 28);
  113. this.Enter.TabIndex = 203;
  114. this.Enter.Text = "查询";
  115. this.Enter.UseVisualStyleBackColor = false;
  116. this.Enter.Click += new System.EventHandler(this.Enter_Click);
  117. //
  118. // ma_makecode
  119. //
  120. this.ma_makecode.AutoSize = true;
  121. this.ma_makecode.CutLength = null;
  122. this.ma_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.ma_makecode.Location = new System.Drawing.Point(110, 219);
  124. this.ma_makecode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  125. this.ma_makecode.MaximumSize = new System.Drawing.Size(200, 0);
  126. this.ma_makecode.Name = "ma_makecode";
  127. this.ma_makecode.Size = new System.Drawing.Size(0, 21);
  128. this.ma_makecode.TabIndex = 202;
  129. //
  130. // ms_checkno
  131. //
  132. this.ms_checkno.AutoSize = true;
  133. this.ms_checkno.CutLength = null;
  134. this.ms_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.ms_checkno.Location = new System.Drawing.Point(110, 154);
  136. this.ms_checkno.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  137. this.ms_checkno.MaximumSize = new System.Drawing.Size(200, 0);
  138. this.ms_checkno.Name = "ms_checkno";
  139. this.ms_checkno.Size = new System.Drawing.Size(0, 21);
  140. this.ms_checkno.TabIndex = 200;
  141. //
  142. // ms_outboxcode
  143. //
  144. this.ms_outboxcode.AutoSize = true;
  145. this.ms_outboxcode.CutLength = null;
  146. this.ms_outboxcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.ms_outboxcode.Location = new System.Drawing.Point(110, 87);
  148. this.ms_outboxcode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  149. this.ms_outboxcode.MaximumSize = new System.Drawing.Size(200, 0);
  150. this.ms_outboxcode.Name = "ms_outboxcode";
  151. this.ms_outboxcode.Size = new System.Drawing.Size(0, 21);
  152. this.ms_outboxcode.TabIndex = 199;
  153. //
  154. // sn_code
  155. //
  156. this.sn_code.AllPower = null;
  157. this.sn_code.BackColor = System.Drawing.Color.White;
  158. this.sn_code.ID = null;
  159. this.sn_code.Location = new System.Drawing.Point(114, 21);
  160. this.sn_code.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  161. this.sn_code.Name = "sn_code";
  162. this.sn_code.Power = null;
  163. this.sn_code.Size = new System.Drawing.Size(145, 21);
  164. this.sn_code.Str = null;
  165. this.sn_code.Str1 = null;
  166. this.sn_code.Str2 = null;
  167. this.sn_code.TabIndex = 186;
  168. this.sn_code.Tag = "NoAuto";
  169. this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
  170. //
  171. // panel1
  172. //
  173. this.panel1.Location = new System.Drawing.Point(36, 268);
  174. this.panel1.Name = "panel1";
  175. this.panel1.Size = new System.Drawing.Size(949, 244);
  176. this.panel1.TabIndex = 205;
  177. //
  178. // Query_SnMessage
  179. //
  180. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  181. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  182. this.ClientSize = new System.Drawing.Size(997, 534);
  183. this.Controls.Add(this.panel1);
  184. this.Controls.Add(this.Clean);
  185. this.Controls.Add(this.Enter);
  186. this.Controls.Add(this.ma_makecode);
  187. this.Controls.Add(this.label3);
  188. this.Controls.Add(this.ms_checkno);
  189. this.Controls.Add(this.ms_outboxcode);
  190. this.Controls.Add(this.label2);
  191. this.Controls.Add(this.label1);
  192. this.Controls.Add(this.sn_code);
  193. this.Controls.Add(this.sn_code_label);
  194. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  195. this.Name = "Query_SnMessage";
  196. this.Tag = "Query!SnMessage";
  197. this.Text = "序列号信息查询";
  198. this.Load += new System.EventHandler(this.Query_SnMessage_Load);
  199. this.SizeChanged += new System.EventHandler(this.Query_SnMessage_SizeChanged);
  200. this.ResumeLayout(false);
  201. this.PerformLayout();
  202. }
  203. #endregion
  204. private CustomControl.TextBoxWithIcon.SnCollectionBox sn_code;
  205. private System.Windows.Forms.Label sn_code_label;
  206. private System.Windows.Forms.Label label1;
  207. private System.Windows.Forms.Label label2;
  208. private CustomControl.ValueLabel.ValueLabel ms_outboxcode;
  209. private CustomControl.ValueLabel.ValueLabel ms_checkno;
  210. private System.Windows.Forms.Label label3;
  211. private CustomControl.ValueLabel.ValueLabel ma_makecode;
  212. private CustomControl.ButtonUtil.NormalButton Enter;
  213. private CustomControl.ButtonUtil.NormalButton Clean;
  214. private System.Windows.Forms.Panel panel1;
  215. }
  216. }