Special_CancelCollection.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. namespace UAS_MES_NEW.Special
  2. {
  3. partial class Special_CancelCollection
  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(Special_CancelCollection));
  29. this.sn_code_label = new System.Windows.Forms.Label();
  30. this.pr_detail = new System.Windows.Forms.Label();
  31. this.label6 = new System.Windows.Forms.Label();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.label5 = new System.Windows.Forms.Label();
  34. this.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  35. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  36. this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  37. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  38. this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  39. this.sn_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  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(68, 401);
  47. this.sn_code_label.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
  48. this.sn_code_label.Name = "sn_code_label";
  49. this.sn_code_label.Size = new System.Drawing.Size(114, 41);
  50. this.sn_code_label.TabIndex = 104;
  51. this.sn_code_label.Text = "序列号";
  52. //
  53. // pr_detail
  54. //
  55. this.pr_detail.AutoSize = true;
  56. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  57. this.pr_detail.Location = new System.Drawing.Point(219, 343);
  58. this.pr_detail.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  59. this.pr_detail.Name = "pr_detail";
  60. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  61. this.pr_detail.TabIndex = 237;
  62. //
  63. // label6
  64. //
  65. this.label6.AutoSize = true;
  66. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.label6.Location = new System.Drawing.Point(41, 343);
  68. this.label6.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  69. this.label6.Name = "label6";
  70. this.label6.Size = new System.Drawing.Size(146, 41);
  71. this.label6.TabIndex = 236;
  72. this.label6.Text = "产品名称";
  73. //
  74. // label2
  75. //
  76. this.label2.AutoSize = true;
  77. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.label2.Location = new System.Drawing.Point(41, 220);
  79. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  80. this.label2.Name = "label2";
  81. this.label2.Size = new System.Drawing.Size(146, 41);
  82. this.label2.TabIndex = 233;
  83. this.label2.Text = "工单编号";
  84. //
  85. // label5
  86. //
  87. this.label5.AutoSize = true;
  88. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.label5.Location = new System.Drawing.Point(41, 278);
  90. this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  91. this.label5.Name = "label5";
  92. this.label5.Size = new System.Drawing.Size(146, 41);
  93. this.label5.TabIndex = 232;
  94. this.label5.Text = "产品代码";
  95. //
  96. // pr_code
  97. //
  98. this.pr_code.AllPower = null;
  99. this.pr_code.BackColor = System.Drawing.Color.White;
  100. this.pr_code.Enabled = false;
  101. this.pr_code.ID = null;
  102. this.pr_code.Location = new System.Drawing.Point(226, 287);
  103. this.pr_code.Name = "pr_code";
  104. this.pr_code.Power = null;
  105. this.pr_code.Size = new System.Drawing.Size(388, 35);
  106. this.pr_code.Str = null;
  107. this.pr_code.Str1 = null;
  108. this.pr_code.Str2 = null;
  109. this.pr_code.TabIndex = 235;
  110. //
  111. // ma_code
  112. //
  113. this.ma_code.AllPower = "IFALL";
  114. this.ma_code.Caller = null;
  115. this.ma_code.Condition = null;
  116. this.ma_code.DBTitle = "";
  117. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  118. this.ma_code.FormName = null;
  119. this.ma_code.Location = new System.Drawing.Point(226, 220);
  120. this.ma_code.Margin = new System.Windows.Forms.Padding(6);
  121. this.ma_code.Name = "ma_code";
  122. this.ma_code.Power = "";
  123. this.ma_code.ReturnData = null;
  124. this.ma_code.SelectField = null;
  125. this.ma_code.SetValueField = null;
  126. this.ma_code.Size = new System.Drawing.Size(409, 46);
  127. this.ma_code.TabIndex = 234;
  128. this.ma_code.TableName = null;
  129. this.ma_code.Tag = "makecode";
  130. this.ma_code.TextBoxEnable = true;
  131. //
  132. // Clean
  133. //
  134. this.Clean.AllPower = null;
  135. this.Clean.BackColor = System.Drawing.Color.Transparent;
  136. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  137. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  138. this.Clean.IsShowBorder = true;
  139. this.Clean.Location = new System.Drawing.Point(1002, 659);
  140. this.Clean.Margin = new System.Windows.Forms.Padding(8);
  141. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  142. this.Clean.Name = "Clean";
  143. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  144. this.Clean.Power = null;
  145. this.Clean.Size = new System.Drawing.Size(120, 50);
  146. this.Clean.TabIndex = 143;
  147. this.Clean.Text = "清除";
  148. this.Clean.UseVisualStyleBackColor = true;
  149. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  150. //
  151. // OperateResult
  152. //
  153. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. this.OperateResult.Location = new System.Drawing.Point(832, 26);
  155. this.OperateResult.Margin = new System.Windows.Forms.Padding(8);
  156. this.OperateResult.Name = "OperateResult";
  157. this.OperateResult.Size = new System.Drawing.Size(460, 614);
  158. this.OperateResult.TabIndex = 142;
  159. this.OperateResult.Text = "";
  160. //
  161. // Confirm
  162. //
  163. this.Confirm.AllPower = null;
  164. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  165. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  166. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  167. this.Confirm.IsShowBorder = true;
  168. this.Confirm.Location = new System.Drawing.Point(319, 518);
  169. this.Confirm.Margin = new System.Windows.Forms.Padding(8);
  170. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  171. this.Confirm.Name = "Confirm";
  172. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  173. this.Confirm.Power = null;
  174. this.Confirm.Size = new System.Drawing.Size(120, 50);
  175. this.Confirm.TabIndex = 141;
  176. this.Confirm.Text = "确认";
  177. this.Confirm.UseVisualStyleBackColor = true;
  178. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  179. //
  180. // sn_code
  181. //
  182. this.sn_code.AllPower = null;
  183. this.sn_code.BackColor = System.Drawing.Color.White;
  184. this.sn_code.ID = null;
  185. this.sn_code.Location = new System.Drawing.Point(226, 404);
  186. this.sn_code.Margin = new System.Windows.Forms.Padding(8);
  187. this.sn_code.Name = "sn_code";
  188. this.sn_code.Power = null;
  189. this.sn_code.Size = new System.Drawing.Size(388, 35);
  190. this.sn_code.Str = null;
  191. this.sn_code.Str1 = null;
  192. this.sn_code.Str2 = null;
  193. this.sn_code.TabIndex = 140;
  194. //
  195. // Special_CancelCollection
  196. //
  197. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  198. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  199. this.ClientSize = new System.Drawing.Size(1566, 802);
  200. this.Controls.Add(this.pr_detail);
  201. this.Controls.Add(this.label6);
  202. this.Controls.Add(this.pr_code);
  203. this.Controls.Add(this.ma_code);
  204. this.Controls.Add(this.label2);
  205. this.Controls.Add(this.label5);
  206. this.Controls.Add(this.Clean);
  207. this.Controls.Add(this.OperateResult);
  208. this.Controls.Add(this.Confirm);
  209. this.Controls.Add(this.sn_code);
  210. this.Controls.Add(this.sn_code_label);
  211. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  212. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  213. this.Name = "Special_CancelCollection";
  214. this.Tag = "Special!CancelCollection";
  215. this.Text = "取消采集";
  216. this.Load += new System.EventHandler(this.Special_CancelCollection_Load);
  217. this.ResumeLayout(true);
  218. this.PerformLayout();
  219. }
  220. #endregion
  221. private System.Windows.Forms.Label sn_code_label;
  222. private CustomControl.TextBoxWithIcon.EnterTextBox sn_code;
  223. private CustomControl.ButtonUtil.NormalButton Confirm;
  224. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  225. private CustomControl.ButtonUtil.NormalButton Clean;
  226. private System.Windows.Forms.Label pr_detail;
  227. private System.Windows.Forms.Label label6;
  228. private CustomControl.TextBoxWithIcon.EnterTextBox pr_code;
  229. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  230. private System.Windows.Forms.Label label2;
  231. private System.Windows.Forms.Label label5;
  232. }
  233. }