Special_ChangeMakeCodeBySN.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334
  1. namespace UAS_MES_NEW.Special
  2. {
  3. partial class Special_ChangeMakeCodeBySN
  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_ChangeMakeCodeBySN));
  29. this.pr_detail = new System.Windows.Forms.Label();
  30. this.label6 = new System.Windows.Forms.Label();
  31. this.label2 = 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.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  35. this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  36. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  37. this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  38. this.ma_code1 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  39. this.label1 = new System.Windows.Forms.Label();
  40. this.pr_detail1 = new System.Windows.Forms.Label();
  41. this.label4 = new System.Windows.Forms.Label();
  42. this.pr_code1 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  43. this.label7 = new System.Windows.Forms.Label();
  44. this.ms_sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  45. this.label3 = new System.Windows.Forms.Label();
  46. this.SuspendLayout();
  47. //
  48. // pr_detail
  49. //
  50. this.pr_detail.AutoSize = true;
  51. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  52. this.pr_detail.Location = new System.Drawing.Point(213, 206);
  53. this.pr_detail.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  54. this.pr_detail.Name = "pr_detail";
  55. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  56. this.pr_detail.TabIndex = 237;
  57. //
  58. // label6
  59. //
  60. this.label6.AutoSize = true;
  61. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  62. this.label6.Location = new System.Drawing.Point(35, 206);
  63. this.label6.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  64. this.label6.Name = "label6";
  65. this.label6.Size = new System.Drawing.Size(146, 41);
  66. this.label6.TabIndex = 236;
  67. this.label6.Text = "产品名称";
  68. //
  69. // label2
  70. //
  71. this.label2.AutoSize = true;
  72. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  73. this.label2.Location = new System.Drawing.Point(35, 83);
  74. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  75. this.label2.Name = "label2";
  76. this.label2.Size = new System.Drawing.Size(114, 41);
  77. this.label2.TabIndex = 233;
  78. this.label2.Text = "原工单";
  79. //
  80. // label5
  81. //
  82. this.label5.AutoSize = true;
  83. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.label5.Location = new System.Drawing.Point(35, 141);
  85. this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  86. this.label5.Name = "label5";
  87. this.label5.Size = new System.Drawing.Size(146, 41);
  88. this.label5.TabIndex = 232;
  89. this.label5.Text = "产品代码";
  90. //
  91. // pr_code
  92. //
  93. this.pr_code.AllPower = null;
  94. this.pr_code.BackColor = System.Drawing.Color.White;
  95. this.pr_code.Enabled = false;
  96. this.pr_code.ID = null;
  97. this.pr_code.Location = new System.Drawing.Point(220, 150);
  98. this.pr_code.Name = "pr_code";
  99. this.pr_code.Power = null;
  100. this.pr_code.Size = new System.Drawing.Size(388, 35);
  101. this.pr_code.Str = null;
  102. this.pr_code.Str1 = null;
  103. this.pr_code.Str2 = null;
  104. this.pr_code.TabIndex = 235;
  105. //
  106. // ma_code
  107. //
  108. this.ma_code.AllPower = "IFALL";
  109. this.ma_code.Caller = null;
  110. this.ma_code.Condition = null;
  111. this.ma_code.DBTitle = "";
  112. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  113. this.ma_code.FormName = null;
  114. this.ma_code.Location = new System.Drawing.Point(220, 83);
  115. this.ma_code.Margin = new System.Windows.Forms.Padding(6);
  116. this.ma_code.Name = "ma_code";
  117. this.ma_code.Power = "";
  118. this.ma_code.ReturnData = null;
  119. this.ma_code.SelectField = null;
  120. this.ma_code.SetValueField = null;
  121. this.ma_code.Size = new System.Drawing.Size(409, 46);
  122. this.ma_code.TabIndex = 234;
  123. this.ma_code.TableName = null;
  124. this.ma_code.Tag = "makecode";
  125. this.ma_code.TextBoxEnable = true;
  126. //
  127. // Clean
  128. //
  129. this.Clean.AllPower = null;
  130. this.Clean.BackColor = System.Drawing.Color.Transparent;
  131. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  132. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  133. this.Clean.IsShowBorder = true;
  134. this.Clean.Location = new System.Drawing.Point(1002, 659);
  135. this.Clean.Margin = new System.Windows.Forms.Padding(8);
  136. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  137. this.Clean.Name = "Clean";
  138. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  139. this.Clean.Power = null;
  140. this.Clean.Size = new System.Drawing.Size(120, 50);
  141. this.Clean.TabIndex = 143;
  142. this.Clean.Text = "清除";
  143. this.Clean.UseVisualStyleBackColor = true;
  144. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  145. //
  146. // OperateResult
  147. //
  148. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.OperateResult.Location = new System.Drawing.Point(832, 26);
  150. this.OperateResult.Margin = new System.Windows.Forms.Padding(8);
  151. this.OperateResult.Name = "OperateResult";
  152. this.OperateResult.Size = new System.Drawing.Size(460, 614);
  153. this.OperateResult.TabIndex = 142;
  154. this.OperateResult.Text = "";
  155. //
  156. // Confirm
  157. //
  158. this.Confirm.AllPower = null;
  159. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  160. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  161. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  162. this.Confirm.IsShowBorder = true;
  163. this.Confirm.Location = new System.Drawing.Point(268, 669);
  164. this.Confirm.Margin = new System.Windows.Forms.Padding(8);
  165. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  166. this.Confirm.Name = "Confirm";
  167. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  168. this.Confirm.Power = null;
  169. this.Confirm.Size = new System.Drawing.Size(120, 50);
  170. this.Confirm.TabIndex = 141;
  171. this.Confirm.Text = "确认";
  172. this.Confirm.UseVisualStyleBackColor = true;
  173. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  174. //
  175. // ma_code1
  176. //
  177. this.ma_code1.AllPower = "IFALL";
  178. this.ma_code1.Caller = null;
  179. this.ma_code1.Condition = null;
  180. this.ma_code1.DBTitle = "";
  181. this.ma_code1.Font = new System.Drawing.Font("微软雅黑", 9F);
  182. this.ma_code1.FormName = null;
  183. this.ma_code1.Location = new System.Drawing.Point(214, 350);
  184. this.ma_code1.Margin = new System.Windows.Forms.Padding(6);
  185. this.ma_code1.Name = "ma_code1";
  186. this.ma_code1.Power = "";
  187. this.ma_code1.ReturnData = null;
  188. this.ma_code1.SelectField = null;
  189. this.ma_code1.SetValueField = null;
  190. this.ma_code1.Size = new System.Drawing.Size(409, 46);
  191. this.ma_code1.TabIndex = 239;
  192. this.ma_code1.TableName = null;
  193. this.ma_code1.Tag = "makecode";
  194. this.ma_code1.TextBoxEnable = true;
  195. //
  196. // label1
  197. //
  198. this.label1.AutoSize = true;
  199. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. this.label1.Location = new System.Drawing.Point(3, 350);
  201. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  202. this.label1.Name = "label1";
  203. this.label1.Size = new System.Drawing.Size(178, 41);
  204. this.label1.TabIndex = 238;
  205. this.label1.Text = "切换后工单";
  206. //
  207. // pr_detail1
  208. //
  209. this.pr_detail1.AutoSize = true;
  210. this.pr_detail1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  211. this.pr_detail1.Location = new System.Drawing.Point(207, 486);
  212. this.pr_detail1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  213. this.pr_detail1.Name = "pr_detail1";
  214. this.pr_detail1.Size = new System.Drawing.Size(0, 41);
  215. this.pr_detail1.TabIndex = 243;
  216. //
  217. // label4
  218. //
  219. this.label4.AutoSize = true;
  220. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.label4.Location = new System.Drawing.Point(29, 486);
  222. this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  223. this.label4.Name = "label4";
  224. this.label4.Size = new System.Drawing.Size(146, 41);
  225. this.label4.TabIndex = 242;
  226. this.label4.Text = "产品名称";
  227. //
  228. // pr_code1
  229. //
  230. this.pr_code1.AllPower = null;
  231. this.pr_code1.BackColor = System.Drawing.Color.White;
  232. this.pr_code1.Enabled = false;
  233. this.pr_code1.ID = null;
  234. this.pr_code1.Location = new System.Drawing.Point(214, 430);
  235. this.pr_code1.Name = "pr_code1";
  236. this.pr_code1.Power = null;
  237. this.pr_code1.Size = new System.Drawing.Size(388, 35);
  238. this.pr_code1.Str = null;
  239. this.pr_code1.Str1 = null;
  240. this.pr_code1.Str2 = null;
  241. this.pr_code1.TabIndex = 241;
  242. //
  243. // label7
  244. //
  245. this.label7.AutoSize = true;
  246. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  247. this.label7.Location = new System.Drawing.Point(29, 421);
  248. this.label7.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  249. this.label7.Name = "label7";
  250. this.label7.Size = new System.Drawing.Size(146, 41);
  251. this.label7.TabIndex = 240;
  252. this.label7.Text = "产品代码";
  253. //
  254. // ms_sncode
  255. //
  256. this.ms_sncode.AllPower = null;
  257. this.ms_sncode.BackColor = System.Drawing.Color.White;
  258. this.ms_sncode.ID = null;
  259. this.ms_sncode.Location = new System.Drawing.Point(214, 272);
  260. this.ms_sncode.Name = "ms_sncode";
  261. this.ms_sncode.Power = null;
  262. this.ms_sncode.Size = new System.Drawing.Size(388, 35);
  263. this.ms_sncode.Str = null;
  264. this.ms_sncode.Str1 = null;
  265. this.ms_sncode.Str2 = null;
  266. this.ms_sncode.TabIndex = 245;
  267. //
  268. // label3
  269. //
  270. this.label3.AutoSize = true;
  271. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  272. this.label3.Location = new System.Drawing.Point(29, 263);
  273. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  274. this.label3.Name = "label3";
  275. this.label3.Size = new System.Drawing.Size(62, 41);
  276. this.label3.TabIndex = 244;
  277. this.label3.Text = "SN";
  278. //
  279. // Special_ChangeMakeCodeBySN
  280. //
  281. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  282. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  283. this.ClientSize = new System.Drawing.Size(1566, 802);
  284. this.Controls.Add(this.ms_sncode);
  285. this.Controls.Add(this.label3);
  286. this.Controls.Add(this.pr_detail1);
  287. this.Controls.Add(this.label4);
  288. this.Controls.Add(this.pr_code1);
  289. this.Controls.Add(this.label7);
  290. this.Controls.Add(this.ma_code1);
  291. this.Controls.Add(this.label1);
  292. this.Controls.Add(this.pr_detail);
  293. this.Controls.Add(this.label6);
  294. this.Controls.Add(this.pr_code);
  295. this.Controls.Add(this.ma_code);
  296. this.Controls.Add(this.label2);
  297. this.Controls.Add(this.label5);
  298. this.Controls.Add(this.Clean);
  299. this.Controls.Add(this.OperateResult);
  300. this.Controls.Add(this.Confirm);
  301. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  302. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  303. this.Name = "Special_ChangeMakeCodeBySN";
  304. this.Tag = "Special!CancelCollection";
  305. this.Text = "取消采集";
  306. this.Load += new System.EventHandler(this.Special_CancelCollection_Load);
  307. this.ResumeLayout(false);
  308. this.PerformLayout();
  309. }
  310. #endregion
  311. private CustomControl.ButtonUtil.NormalButton Confirm;
  312. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  313. private CustomControl.ButtonUtil.NormalButton Clean;
  314. private System.Windows.Forms.Label pr_detail;
  315. private System.Windows.Forms.Label label6;
  316. private CustomControl.TextBoxWithIcon.EnterTextBox pr_code;
  317. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  318. private System.Windows.Forms.Label label2;
  319. private System.Windows.Forms.Label label5;
  320. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code1;
  321. private System.Windows.Forms.Label label1;
  322. private System.Windows.Forms.Label pr_detail1;
  323. private System.Windows.Forms.Label label4;
  324. private CustomControl.TextBoxWithIcon.EnterTextBox pr_code1;
  325. private System.Windows.Forms.Label label7;
  326. private CustomControl.TextBoxWithIcon.EnterTextBox ms_sncode;
  327. private System.Windows.Forms.Label label3;
  328. }
  329. }