Special_ChangeMakeCode.Designer.cs 15 KB

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