Special_RePrintRFID.Designer.cs 11 KB

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