Special_RePrintRFID.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. namespace UAS_MES_NEW.Special
  2. {
  3. partial class Special_RePrintRFID
  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.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Special_RePrintRFID));
  30. this.pr_detail = new System.Windows.Forms.Label();
  31. this.label6 = new System.Windows.Forms.Label();
  32. this.label5 = new System.Windows.Forms.Label();
  33. this.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  34. this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  35. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  36. this.ms_sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
  39. this.label1 = new System.Windows.Forms.Label();
  40. this.Hex = new System.Windows.Forms.CheckBox();
  41. this.SuspendLayout();
  42. //
  43. // pr_detail
  44. //
  45. this.pr_detail.AutoSize = true;
  46. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  47. this.pr_detail.Location = new System.Drawing.Point(213, 206);
  48. this.pr_detail.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  49. this.pr_detail.Name = "pr_detail";
  50. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  51. this.pr_detail.TabIndex = 237;
  52. //
  53. // label6
  54. //
  55. this.label6.AutoSize = true;
  56. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  57. this.label6.Location = new System.Drawing.Point(35, 206);
  58. this.label6.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  59. this.label6.Name = "label6";
  60. this.label6.Size = new System.Drawing.Size(146, 41);
  61. this.label6.TabIndex = 236;
  62. this.label6.Text = "产品名称";
  63. //
  64. // label5
  65. //
  66. this.label5.AutoSize = true;
  67. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.label5.Location = new System.Drawing.Point(35, 141);
  69. this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  70. this.label5.Name = "label5";
  71. this.label5.Size = new System.Drawing.Size(146, 41);
  72. this.label5.TabIndex = 232;
  73. this.label5.Text = "产品代码";
  74. //
  75. // pr_code
  76. //
  77. this.pr_code.AllPower = null;
  78. this.pr_code.BackColor = System.Drawing.Color.White;
  79. this.pr_code.Enabled = false;
  80. this.pr_code.ID = null;
  81. this.pr_code.Location = new System.Drawing.Point(214, 150);
  82. this.pr_code.Name = "pr_code";
  83. this.pr_code.Power = null;
  84. this.pr_code.Size = new System.Drawing.Size(388, 35);
  85. this.pr_code.Str = null;
  86. this.pr_code.Str1 = null;
  87. this.pr_code.Str2 = null;
  88. this.pr_code.TabIndex = 235;
  89. this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
  90. //
  91. // Clean
  92. //
  93. this.Clean.AllPower = null;
  94. this.Clean.BackColor = System.Drawing.Color.Transparent;
  95. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  96. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  97. this.Clean.IsShowBorder = true;
  98. this.Clean.Location = new System.Drawing.Point(1002, 659);
  99. this.Clean.Margin = new System.Windows.Forms.Padding(8);
  100. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  101. this.Clean.Name = "Clean";
  102. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  103. this.Clean.Power = null;
  104. this.Clean.Size = new System.Drawing.Size(120, 50);
  105. this.Clean.TabIndex = 143;
  106. this.Clean.Text = "清除";
  107. this.Clean.UseVisualStyleBackColor = true;
  108. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  109. //
  110. // OperateResult
  111. //
  112. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  113. this.OperateResult.Location = new System.Drawing.Point(832, 26);
  114. this.OperateResult.Margin = new System.Windows.Forms.Padding(8);
  115. this.OperateResult.Name = "OperateResult";
  116. this.OperateResult.Size = new System.Drawing.Size(460, 614);
  117. this.OperateResult.TabIndex = 142;
  118. this.OperateResult.Text = "";
  119. //
  120. // ms_sncode
  121. //
  122. this.ms_sncode.AllPower = null;
  123. this.ms_sncode.BackColor = System.Drawing.Color.White;
  124. this.ms_sncode.ID = null;
  125. this.ms_sncode.Location = new System.Drawing.Point(214, 272);
  126. this.ms_sncode.Name = "ms_sncode";
  127. this.ms_sncode.Power = null;
  128. this.ms_sncode.Size = new System.Drawing.Size(388, 35);
  129. this.ms_sncode.Str = null;
  130. this.ms_sncode.Str1 = null;
  131. this.ms_sncode.Str2 = null;
  132. this.ms_sncode.TabIndex = 245;
  133. this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_sncode_KeyDown);
  134. //
  135. // label3
  136. //
  137. this.label3.AutoSize = true;
  138. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.label3.Location = new System.Drawing.Point(109, 272);
  140. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  141. this.label3.Name = "label3";
  142. this.label3.Size = new System.Drawing.Size(62, 41);
  143. this.label3.TabIndex = 244;
  144. this.label3.Text = "SN";
  145. //
  146. // PrintLabel
  147. //
  148. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  149. this.PrintLabel.FormattingEnabled = true;
  150. this.PrintLabel.Location = new System.Drawing.Point(220, 351);
  151. this.PrintLabel.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  152. this.PrintLabel.Name = "PrintLabel";
  153. this.PrintLabel.Size = new System.Drawing.Size(382, 32);
  154. this.PrintLabel.TabIndex = 247;
  155. //
  156. // label1
  157. //
  158. this.label1.AutoSize = true;
  159. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.label1.Location = new System.Drawing.Point(99, 342);
  161. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  162. this.label1.Name = "label1";
  163. this.label1.Size = new System.Drawing.Size(82, 41);
  164. this.label1.TabIndex = 246;
  165. this.label1.Text = "标签";
  166. //
  167. // Hex
  168. //
  169. this.Hex.AutoSize = true;
  170. this.Hex.Checked = true;
  171. this.Hex.CheckState = System.Windows.Forms.CheckState.Checked;
  172. this.Hex.Font = new System.Drawing.Font("微软雅黑", 10F);
  173. this.Hex.Location = new System.Drawing.Point(220, 414);
  174. this.Hex.Margin = new System.Windows.Forms.Padding(6);
  175. this.Hex.Name = "Hex";
  176. this.Hex.Size = new System.Drawing.Size(160, 39);
  177. this.Hex.TabIndex = 248;
  178. this.Hex.Text = "转16进制";
  179. this.Hex.UseVisualStyleBackColor = true;
  180. //
  181. // Special_RePrintRFID
  182. //
  183. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  184. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  185. this.ClientSize = new System.Drawing.Size(1566, 802);
  186. this.Controls.Add(this.Hex);
  187. this.Controls.Add(this.PrintLabel);
  188. this.Controls.Add(this.label1);
  189. this.Controls.Add(this.ms_sncode);
  190. this.Controls.Add(this.label3);
  191. this.Controls.Add(this.pr_detail);
  192. this.Controls.Add(this.label6);
  193. this.Controls.Add(this.pr_code);
  194. this.Controls.Add(this.label5);
  195. this.Controls.Add(this.Clean);
  196. this.Controls.Add(this.OperateResult);
  197. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  198. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  199. this.Name = "Special_RePrintRFID";
  200. this.Tag = "Special!CancelCollection";
  201. this.Text = "取消采集";
  202. this.Load += new System.EventHandler(this.Special_CancelCollection_Load);
  203. this.ResumeLayout(false);
  204. this.PerformLayout();
  205. }
  206. #endregion
  207. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  208. private CustomControl.ButtonUtil.NormalButton Clean;
  209. private System.Windows.Forms.Label pr_detail;
  210. private System.Windows.Forms.Label label6;
  211. private CustomControl.TextBoxWithIcon.EnterTextBox pr_code;
  212. private System.Windows.Forms.Label label5;
  213. private CustomControl.TextBoxWithIcon.EnterTextBox ms_sncode;
  214. private System.Windows.Forms.Label label3;
  215. private CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
  216. private System.Windows.Forms.Label label1;
  217. private System.Windows.Forms.CheckBox Hex;
  218. }
  219. }