Special_Delete.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398
  1. namespace UAS_MES_NEW.Special
  2. {
  3. partial class Special_Delete
  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_Delete));
  29. this.Pallet_label = new System.Windows.Forms.Label();
  30. this.bigboxBtn = new System.Windows.Forms.RadioButton();
  31. this.serBtn = new System.Windows.Forms.RadioButton();
  32. this.ms_makecode_label = new System.Windows.Forms.Label();
  33. this.ms_prodcode_label = new System.Windows.Forms.Label();
  34. this.WeighRecord = new System.Windows.Forms.ListView();
  35. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  36. this.cd_stepno = new System.Windows.Forms.Label();
  37. this.数据清空 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  38. this.ms_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  39. this.ms_makecode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  40. this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  41. this.input = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  42. this.Split = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  43. this.DeleteALLSN = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  44. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  45. this.label2 = new System.Windows.Forms.Label();
  46. this.RemainSN = new System.Windows.Forms.Label();
  47. this.TotalSN = new System.Windows.Forms.Label();
  48. this.PassWord = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  49. this.label1 = new System.Windows.Forms.Label();
  50. this.SuspendLayout();
  51. //
  52. // Pallet_label
  53. //
  54. this.Pallet_label.AutoSize = true;
  55. this.Pallet_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  56. this.Pallet_label.Location = new System.Drawing.Point(13, 83);
  57. this.Pallet_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  58. this.Pallet_label.Name = "Pallet_label";
  59. this.Pallet_label.Size = new System.Drawing.Size(114, 41);
  60. this.Pallet_label.TabIndex = 1;
  61. this.Pallet_label.Text = "录入框";
  62. //
  63. // bigboxBtn
  64. //
  65. this.bigboxBtn.AutoSize = true;
  66. this.bigboxBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.bigboxBtn.Location = new System.Drawing.Point(21, 4);
  68. this.bigboxBtn.Margin = new System.Windows.Forms.Padding(4);
  69. this.bigboxBtn.Name = "bigboxBtn";
  70. this.bigboxBtn.Size = new System.Drawing.Size(113, 45);
  71. this.bigboxBtn.TabIndex = 234;
  72. this.bigboxBtn.Text = "箱号";
  73. this.bigboxBtn.UseVisualStyleBackColor = true;
  74. this.bigboxBtn.Click += new System.EventHandler(this.bigboxBtn_Click);
  75. //
  76. // serBtn
  77. //
  78. this.serBtn.AutoSize = true;
  79. this.serBtn.Checked = true;
  80. this.serBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.serBtn.Location = new System.Drawing.Point(160, 4);
  82. this.serBtn.Margin = new System.Windows.Forms.Padding(4);
  83. this.serBtn.Name = "serBtn";
  84. this.serBtn.Size = new System.Drawing.Size(209, 45);
  85. this.serBtn.TabIndex = 233;
  86. this.serBtn.TabStop = true;
  87. this.serBtn.Text = "单台序列号";
  88. this.serBtn.UseVisualStyleBackColor = true;
  89. this.serBtn.Click += new System.EventHandler(this.bigboxBtn_Click);
  90. //
  91. // ms_makecode_label
  92. //
  93. this.ms_makecode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  94. | System.Windows.Forms.AnchorStyles.Left)));
  95. this.ms_makecode_label.AutoSize = true;
  96. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  97. this.ms_makecode_label.Location = new System.Drawing.Point(13, 163);
  98. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  99. this.ms_makecode_label.Name = "ms_makecode_label";
  100. this.ms_makecode_label.Size = new System.Drawing.Size(114, 41);
  101. this.ms_makecode_label.TabIndex = 240;
  102. this.ms_makecode_label.Text = "工单号";
  103. //
  104. // ms_prodcode_label
  105. //
  106. this.ms_prodcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  107. | System.Windows.Forms.AnchorStyles.Left)));
  108. this.ms_prodcode_label.AutoSize = true;
  109. this.ms_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.ms_prodcode_label.Location = new System.Drawing.Point(652, 163);
  111. this.ms_prodcode_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  112. this.ms_prodcode_label.Name = "ms_prodcode_label";
  113. this.ms_prodcode_label.Size = new System.Drawing.Size(146, 41);
  114. this.ms_prodcode_label.TabIndex = 241;
  115. this.ms_prodcode_label.Text = "产品编号";
  116. //
  117. // WeighRecord
  118. //
  119. this.WeighRecord.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  120. this.columnHeader3});
  121. this.WeighRecord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.WeighRecord.HideSelection = false;
  123. this.WeighRecord.Location = new System.Drawing.Point(21, 216);
  124. this.WeighRecord.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
  125. this.WeighRecord.Name = "WeighRecord";
  126. this.WeighRecord.Size = new System.Drawing.Size(839, 639);
  127. this.WeighRecord.TabIndex = 243;
  128. this.WeighRecord.UseCompatibleStateImageBehavior = false;
  129. this.WeighRecord.View = System.Windows.Forms.View.Details;
  130. //
  131. // columnHeader3
  132. //
  133. this.columnHeader3.Text = "录入项";
  134. this.columnHeader3.Width = 300;
  135. //
  136. // cd_stepno
  137. //
  138. this.cd_stepno.AutoSize = true;
  139. this.cd_stepno.Location = new System.Drawing.Point(1408, 83);
  140. this.cd_stepno.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  141. this.cd_stepno.Name = "cd_stepno";
  142. this.cd_stepno.Size = new System.Drawing.Size(0, 24);
  143. this.cd_stepno.TabIndex = 244;
  144. //
  145. // 数据清空
  146. //
  147. this.数据清空.AllPower = null;
  148. this.数据清空.BackColor = System.Drawing.Color.Transparent;
  149. this.数据清空.DownImage = ((System.Drawing.Image)(resources.GetObject("数据清空.DownImage")));
  150. this.数据清空.Image = null;
  151. this.数据清空.IsShowBorder = true;
  152. this.数据清空.Location = new System.Drawing.Point(947, 800);
  153. this.数据清空.Margin = new System.Windows.Forms.Padding(5);
  154. this.数据清空.MoveImage = ((System.Drawing.Image)(resources.GetObject("数据清空.MoveImage")));
  155. this.数据清空.Name = "数据清空";
  156. this.数据清空.NormalImage = ((System.Drawing.Image)(resources.GetObject("数据清空.NormalImage")));
  157. this.数据清空.Power = null;
  158. this.数据清空.Size = new System.Drawing.Size(112, 56);
  159. this.数据清空.TabIndex = 245;
  160. this.数据清空.Text = "数据清空";
  161. this.数据清空.UseVisualStyleBackColor = false;
  162. this.数据清空.Click += new System.EventHandler(this.数据清空_Click);
  163. //
  164. // ms_prodcode
  165. //
  166. this.ms_prodcode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  167. | System.Windows.Forms.AnchorStyles.Left)));
  168. this.ms_prodcode.AutoSize = true;
  169. this.ms_prodcode.CutLength = null;
  170. this.ms_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.ms_prodcode.Location = new System.Drawing.Point(844, 163);
  172. this.ms_prodcode.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  173. this.ms_prodcode.MaximumSize = new System.Drawing.Size(300, 0);
  174. this.ms_prodcode.Name = "ms_prodcode";
  175. this.ms_prodcode.Size = new System.Drawing.Size(0, 41);
  176. this.ms_prodcode.TabIndex = 239;
  177. //
  178. // ms_makecode
  179. //
  180. this.ms_makecode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  181. | System.Windows.Forms.AnchorStyles.Left)));
  182. this.ms_makecode.AutoSize = true;
  183. this.ms_makecode.CutLength = null;
  184. this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.ms_makecode.Location = new System.Drawing.Point(173, 163);
  186. this.ms_makecode.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  187. this.ms_makecode.MaximumSize = new System.Drawing.Size(500, 0);
  188. this.ms_makecode.Name = "ms_makecode";
  189. this.ms_makecode.Size = new System.Drawing.Size(0, 41);
  190. this.ms_makecode.TabIndex = 242;
  191. //
  192. // OperatResult
  193. //
  194. this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.OperatResult.Location = new System.Drawing.Point(21, 867);
  196. this.OperatResult.Margin = new System.Windows.Forms.Padding(4);
  197. this.OperatResult.Name = "OperatResult";
  198. this.OperatResult.Size = new System.Drawing.Size(1551, 241);
  199. this.OperatResult.TabIndex = 3;
  200. this.OperatResult.Text = "";
  201. //
  202. // input
  203. //
  204. this.input.AllPower = null;
  205. this.input.BackColor = System.Drawing.Color.White;
  206. this.input.ID = null;
  207. this.input.Location = new System.Drawing.Point(160, 85);
  208. this.input.Margin = new System.Windows.Forms.Padding(4);
  209. this.input.Name = "input";
  210. this.input.Power = null;
  211. this.input.Size = new System.Drawing.Size(292, 35);
  212. this.input.Str = null;
  213. this.input.Str1 = null;
  214. this.input.Str2 = null;
  215. this.input.TabIndex = 2;
  216. this.input.KeyDown += new System.Windows.Forms.KeyEventHandler(this.input_KeyDown);
  217. //
  218. // Split
  219. //
  220. this.Split.AllPower = null;
  221. this.Split.BackColor = System.Drawing.Color.Transparent;
  222. this.Split.DownImage = ((System.Drawing.Image)(resources.GetObject("Split.DownImage")));
  223. this.Split.Image = null;
  224. this.Split.IsShowBorder = true;
  225. this.Split.Location = new System.Drawing.Point(895, 216);
  226. this.Split.Margin = new System.Windows.Forms.Padding(4);
  227. this.Split.MoveImage = ((System.Drawing.Image)(resources.GetObject("Split.MoveImage")));
  228. this.Split.Name = "Split";
  229. this.Split.NormalImage = ((System.Drawing.Image)(resources.GetObject("Split.NormalImage")));
  230. this.Split.Power = null;
  231. this.Split.Size = new System.Drawing.Size(164, 44);
  232. this.Split.TabIndex = 0;
  233. this.Split.Text = "解绑录入工单";
  234. this.Split.UseVisualStyleBackColor = false;
  235. this.Split.Click += new System.EventHandler(this.Split_Click);
  236. //
  237. // DeleteALLSN
  238. //
  239. this.DeleteALLSN.AllPower = null;
  240. this.DeleteALLSN.BackColor = System.Drawing.Color.Transparent;
  241. this.DeleteALLSN.DownImage = ((System.Drawing.Image)(resources.GetObject("DeleteALLSN.DownImage")));
  242. this.DeleteALLSN.Image = null;
  243. this.DeleteALLSN.IsShowBorder = true;
  244. this.DeleteALLSN.Location = new System.Drawing.Point(1332, 593);
  245. this.DeleteALLSN.Margin = new System.Windows.Forms.Padding(4);
  246. this.DeleteALLSN.MoveImage = ((System.Drawing.Image)(resources.GetObject("DeleteALLSN.MoveImage")));
  247. this.DeleteALLSN.Name = "DeleteALLSN";
  248. this.DeleteALLSN.NormalImage = ((System.Drawing.Image)(resources.GetObject("DeleteALLSN.NormalImage")));
  249. this.DeleteALLSN.Power = null;
  250. this.DeleteALLSN.Size = new System.Drawing.Size(179, 44);
  251. this.DeleteALLSN.TabIndex = 246;
  252. this.DeleteALLSN.Text = "解绑工单全部SN";
  253. this.DeleteALLSN.UseVisualStyleBackColor = false;
  254. this.DeleteALLSN.Click += new System.EventHandler(this.DeleteALLSN_Click);
  255. //
  256. // ma_code
  257. //
  258. this.ma_code.AllPower = "IFALL";
  259. this.ma_code.Caller = null;
  260. this.ma_code.Condition = null;
  261. this.ma_code.DBTitle = "";
  262. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  263. this.ma_code.FormName = null;
  264. this.ma_code.Location = new System.Drawing.Point(1126, 446);
  265. this.ma_code.Margin = new System.Windows.Forms.Padding(6);
  266. this.ma_code.Name = "ma_code";
  267. this.ma_code.Power = "";
  268. this.ma_code.ReturnData = null;
  269. this.ma_code.SelectField = null;
  270. this.ma_code.SetValueField = null;
  271. this.ma_code.Size = new System.Drawing.Size(409, 46);
  272. this.ma_code.TabIndex = 248;
  273. this.ma_code.TableName = null;
  274. this.ma_code.Tag = "makecode";
  275. this.ma_code.TextBoxEnable = true;
  276. //
  277. // label2
  278. //
  279. this.label2.AutoSize = true;
  280. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. this.label2.Location = new System.Drawing.Point(941, 446);
  282. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  283. this.label2.Name = "label2";
  284. this.label2.Size = new System.Drawing.Size(146, 41);
  285. this.label2.TabIndex = 247;
  286. this.label2.Text = "工单编号";
  287. //
  288. // RemainSN
  289. //
  290. this.RemainSN.AutoSize = true;
  291. this.RemainSN.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  292. this.RemainSN.Location = new System.Drawing.Point(1141, 606);
  293. this.RemainSN.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  294. this.RemainSN.Name = "RemainSN";
  295. this.RemainSN.Size = new System.Drawing.Size(0, 41);
  296. this.RemainSN.TabIndex = 249;
  297. //
  298. // TotalSN
  299. //
  300. this.TotalSN.AutoSize = true;
  301. this.TotalSN.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  302. this.TotalSN.Location = new System.Drawing.Point(1325, 606);
  303. this.TotalSN.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  304. this.TotalSN.Name = "TotalSN";
  305. this.TotalSN.Size = new System.Drawing.Size(0, 41);
  306. this.TotalSN.TabIndex = 250;
  307. //
  308. // PassWord
  309. //
  310. this.PassWord.AllPower = null;
  311. this.PassWord.BackColor = System.Drawing.Color.White;
  312. this.PassWord.ID = null;
  313. this.PassWord.Location = new System.Drawing.Point(1126, 523);
  314. this.PassWord.Margin = new System.Windows.Forms.Padding(4);
  315. this.PassWord.Name = "PassWord";
  316. this.PassWord.Power = null;
  317. this.PassWord.Size = new System.Drawing.Size(385, 35);
  318. this.PassWord.Str = null;
  319. this.PassWord.Str1 = null;
  320. this.PassWord.Str2 = null;
  321. this.PassWord.TabIndex = 252;
  322. //
  323. // label1
  324. //
  325. this.label1.AutoSize = true;
  326. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  327. this.label1.Location = new System.Drawing.Point(979, 521);
  328. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  329. this.label1.Name = "label1";
  330. this.label1.Size = new System.Drawing.Size(82, 41);
  331. this.label1.TabIndex = 251;
  332. this.label1.Text = "密码";
  333. //
  334. // Special_Delete
  335. //
  336. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  337. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  338. this.ClientSize = new System.Drawing.Size(1611, 1131);
  339. this.Controls.Add(this.PassWord);
  340. this.Controls.Add(this.label1);
  341. this.Controls.Add(this.TotalSN);
  342. this.Controls.Add(this.RemainSN);
  343. this.Controls.Add(this.ma_code);
  344. this.Controls.Add(this.label2);
  345. this.Controls.Add(this.DeleteALLSN);
  346. this.Controls.Add(this.数据清空);
  347. this.Controls.Add(this.cd_stepno);
  348. this.Controls.Add(this.WeighRecord);
  349. this.Controls.Add(this.ms_makecode_label);
  350. this.Controls.Add(this.ms_prodcode_label);
  351. this.Controls.Add(this.ms_prodcode);
  352. this.Controls.Add(this.ms_makecode);
  353. this.Controls.Add(this.bigboxBtn);
  354. this.Controls.Add(this.serBtn);
  355. this.Controls.Add(this.OperatResult);
  356. this.Controls.Add(this.input);
  357. this.Controls.Add(this.Pallet_label);
  358. this.Controls.Add(this.Split);
  359. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  360. this.Margin = new System.Windows.Forms.Padding(4);
  361. this.Name = "Special_Delete";
  362. this.Tag = "Special!Reset";
  363. this.Text = "重置站点";
  364. this.Load += new System.EventHandler(this.Special_BoxSplit_Load);
  365. this.SizeChanged += new System.EventHandler(this.Special_Reset_SizeChanged);
  366. this.ResumeLayout(false);
  367. this.PerformLayout();
  368. }
  369. #endregion
  370. private CustomControl.ButtonUtil.NormalButton Split;
  371. private System.Windows.Forms.Label Pallet_label;
  372. private CustomControl.TextBoxWithIcon.EnterTextBox input;
  373. private CustomControl.RichText.RichTextAutoBottom OperatResult;
  374. private System.Windows.Forms.RadioButton bigboxBtn;
  375. private System.Windows.Forms.RadioButton serBtn;
  376. private System.Windows.Forms.Label ms_makecode_label;
  377. private System.Windows.Forms.Label ms_prodcode_label;
  378. private CustomControl.ValueLabel.ValueLabel ms_prodcode;
  379. private CustomControl.ValueLabel.ValueLabel ms_makecode;
  380. private System.Windows.Forms.ListView WeighRecord;
  381. private System.Windows.Forms.ColumnHeader columnHeader3;
  382. private System.Windows.Forms.Label cd_stepno;
  383. private CustomControl.ButtonUtil.NormalButton 数据清空;
  384. private CustomControl.ButtonUtil.NormalButton DeleteALLSN;
  385. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  386. private System.Windows.Forms.Label label2;
  387. private System.Windows.Forms.Label RemainSN;
  388. private System.Windows.Forms.Label TotalSN;
  389. private CustomControl.TextBoxWithIcon.EnterTextBox PassWord;
  390. private System.Windows.Forms.Label label1;
  391. }
  392. }