Special_Reset.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386
  1. namespace UAS_MES_NEW.Special
  2. {
  3. partial class Special_Reset
  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_Reset));
  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.st_rstepcode_label = new System.Windows.Forms.Label();
  33. this.ma_craftcode_label = new System.Windows.Forms.Label();
  34. this.ms_makecode_label = new System.Windows.Forms.Label();
  35. this.ms_prodcode_label = new System.Windows.Forms.Label();
  36. this.WeighRecord = new System.Windows.Forms.ListView();
  37. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  38. this.cd_stepno = new System.Windows.Forms.Label();
  39. this.数据清空 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  40. this.ms_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  41. this.ms_makecode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  42. this.cd_stepcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  43. this.cr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  44. this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  45. this.input = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  46. this.Split = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  47. this.checkBox1 = new System.Windows.Forms.CheckBox();
  48. this.excelim = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  49. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  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(7, 41);
  57. this.Pallet_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  58. this.Pallet_label.Name = "Pallet_label";
  59. this.Pallet_label.Size = new System.Drawing.Size(58, 21);
  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(11, 2);
  68. this.bigboxBtn.Margin = new System.Windows.Forms.Padding(2);
  69. this.bigboxBtn.Name = "bigboxBtn";
  70. this.bigboxBtn.Size = new System.Drawing.Size(60, 25);
  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(80, 2);
  82. this.serBtn.Margin = new System.Windows.Forms.Padding(2);
  83. this.serBtn.Name = "serBtn";
  84. this.serBtn.Size = new System.Drawing.Size(108, 25);
  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. // st_rstepcode_label
  92. //
  93. this.st_rstepcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  94. | System.Windows.Forms.AnchorStyles.Left)));
  95. this.st_rstepcode_label.AutoSize = true;
  96. this.st_rstepcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  97. this.st_rstepcode_label.Location = new System.Drawing.Point(506, 9);
  98. this.st_rstepcode_label.Name = "st_rstepcode_label";
  99. this.st_rstepcode_label.Size = new System.Drawing.Size(74, 21);
  100. this.st_rstepcode_label.TabIndex = 235;
  101. this.st_rstepcode_label.Text = "回流工序";
  102. //
  103. // ma_craftcode_label
  104. //
  105. this.ma_craftcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  106. | System.Windows.Forms.AnchorStyles.Left)));
  107. this.ma_craftcode_label.AutoSize = true;
  108. this.ma_craftcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.ma_craftcode_label.Location = new System.Drawing.Point(326, 4);
  110. this.ma_craftcode_label.Name = "ma_craftcode_label";
  111. this.ma_craftcode_label.Size = new System.Drawing.Size(74, 21);
  112. this.ma_craftcode_label.TabIndex = 236;
  113. this.ma_craftcode_label.Text = "回流途程";
  114. //
  115. // ms_makecode_label
  116. //
  117. this.ms_makecode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  118. | System.Windows.Forms.AnchorStyles.Left)));
  119. this.ms_makecode_label.AutoSize = true;
  120. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.ms_makecode_label.Location = new System.Drawing.Point(7, 81);
  122. this.ms_makecode_label.Name = "ms_makecode_label";
  123. this.ms_makecode_label.Size = new System.Drawing.Size(58, 21);
  124. this.ms_makecode_label.TabIndex = 240;
  125. this.ms_makecode_label.Text = "工单号";
  126. //
  127. // ms_prodcode_label
  128. //
  129. this.ms_prodcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  130. | System.Windows.Forms.AnchorStyles.Left)));
  131. this.ms_prodcode_label.AutoSize = true;
  132. this.ms_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.ms_prodcode_label.Location = new System.Drawing.Point(326, 81);
  134. this.ms_prodcode_label.Name = "ms_prodcode_label";
  135. this.ms_prodcode_label.Size = new System.Drawing.Size(74, 21);
  136. this.ms_prodcode_label.TabIndex = 241;
  137. this.ms_prodcode_label.Text = "产品编号";
  138. //
  139. // WeighRecord
  140. //
  141. this.WeighRecord.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  142. this.columnHeader3});
  143. this.WeighRecord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.WeighRecord.Location = new System.Drawing.Point(11, 108);
  145. this.WeighRecord.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  146. this.WeighRecord.Name = "WeighRecord";
  147. this.WeighRecord.Size = new System.Drawing.Size(421, 321);
  148. this.WeighRecord.TabIndex = 243;
  149. this.WeighRecord.UseCompatibleStateImageBehavior = false;
  150. this.WeighRecord.View = System.Windows.Forms.View.Details;
  151. //
  152. // columnHeader3
  153. //
  154. this.columnHeader3.Text = "录入项";
  155. this.columnHeader3.Width = 300;
  156. //
  157. // cd_stepno
  158. //
  159. this.cd_stepno.AutoSize = true;
  160. this.cd_stepno.Location = new System.Drawing.Point(704, 41);
  161. this.cd_stepno.Name = "cd_stepno";
  162. this.cd_stepno.Size = new System.Drawing.Size(0, 12);
  163. this.cd_stepno.TabIndex = 244;
  164. //
  165. // 数据清空
  166. //
  167. this.数据清空.AllPower = null;
  168. this.数据清空.BackColor = System.Drawing.Color.Transparent;
  169. this.数据清空.DownImage = ((System.Drawing.Image)(resources.GetObject("数据清空.DownImage")));
  170. this.数据清空.Image = null;
  171. this.数据清空.IsShowBorder = true;
  172. this.数据清空.Location = new System.Drawing.Point(473, 400);
  173. this.数据清空.MoveImage = ((System.Drawing.Image)(resources.GetObject("数据清空.MoveImage")));
  174. this.数据清空.Name = "数据清空";
  175. this.数据清空.NormalImage = ((System.Drawing.Image)(resources.GetObject("数据清空.NormalImage")));
  176. this.数据清空.Power = null;
  177. this.数据清空.Size = new System.Drawing.Size(56, 28);
  178. this.数据清空.TabIndex = 245;
  179. this.数据清空.Text = "数据清空";
  180. this.数据清空.UseVisualStyleBackColor = false;
  181. this.数据清空.Click += new System.EventHandler(this.数据清空_Click);
  182. //
  183. // ms_prodcode
  184. //
  185. this.ms_prodcode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  186. | System.Windows.Forms.AnchorStyles.Left)));
  187. this.ms_prodcode.AutoSize = true;
  188. this.ms_prodcode.CutLength = null;
  189. this.ms_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.ms_prodcode.Location = new System.Drawing.Point(422, 81);
  191. this.ms_prodcode.MaximumSize = new System.Drawing.Size(150, 0);
  192. this.ms_prodcode.Name = "ms_prodcode";
  193. this.ms_prodcode.Size = new System.Drawing.Size(0, 21);
  194. this.ms_prodcode.TabIndex = 239;
  195. //
  196. // ms_makecode
  197. //
  198. this.ms_makecode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  199. | System.Windows.Forms.AnchorStyles.Left)));
  200. this.ms_makecode.AutoSize = true;
  201. this.ms_makecode.CutLength = null;
  202. this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.ms_makecode.Location = new System.Drawing.Point(87, 81);
  204. this.ms_makecode.MaximumSize = new System.Drawing.Size(250, 0);
  205. this.ms_makecode.Name = "ms_makecode";
  206. this.ms_makecode.Size = new System.Drawing.Size(0, 21);
  207. this.ms_makecode.TabIndex = 242;
  208. //
  209. // cd_stepcode
  210. //
  211. this.cd_stepcode.AllPower = "ifall";
  212. this.cd_stepcode.Caller = null;
  213. this.cd_stepcode.Condition = null;
  214. this.cd_stepcode.DBTitle = "回流工序";
  215. this.cd_stepcode.Font = new System.Drawing.Font("微软雅黑", 9F);
  216. this.cd_stepcode.FormName = null;
  217. this.cd_stepcode.Location = new System.Drawing.Point(473, 41);
  218. this.cd_stepcode.Name = "cd_stepcode";
  219. this.cd_stepcode.Power = "ifspecial";
  220. this.cd_stepcode.ReturnData = null;
  221. this.cd_stepcode.SelectField = null;
  222. this.cd_stepcode.SetValueField = null;
  223. this.cd_stepcode.Size = new System.Drawing.Size(150, 22);
  224. this.cd_stepcode.TabIndex = 238;
  225. this.cd_stepcode.TableName = null;
  226. this.cd_stepcode.Tag = "";
  227. this.cd_stepcode.TextBoxEnable = false;
  228. //
  229. // cr_code
  230. //
  231. this.cr_code.AllPower = "ifall";
  232. this.cr_code.BackColor = System.Drawing.Color.White;
  233. this.cr_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  234. this.cr_code.ID = null;
  235. this.cr_code.Location = new System.Drawing.Point(282, 40);
  236. this.cr_code.Name = "cr_code";
  237. this.cr_code.Power = "ifspecial";
  238. this.cr_code.ReadOnly = true;
  239. this.cr_code.Size = new System.Drawing.Size(150, 23);
  240. this.cr_code.Str = null;
  241. this.cr_code.Str1 = null;
  242. this.cr_code.Str2 = null;
  243. this.cr_code.TabIndex = 237;
  244. this.cr_code.Tag = "ma_craftcode";
  245. this.cr_code.TextChanged += new System.EventHandler(this.cr_code_TextChanged);
  246. //
  247. // OperatResult
  248. //
  249. this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  250. this.OperatResult.Location = new System.Drawing.Point(11, 433);
  251. this.OperatResult.Margin = new System.Windows.Forms.Padding(2);
  252. this.OperatResult.Name = "OperatResult";
  253. this.OperatResult.Size = new System.Drawing.Size(777, 114);
  254. this.OperatResult.TabIndex = 3;
  255. this.OperatResult.Text = "";
  256. //
  257. // input
  258. //
  259. this.input.AllPower = null;
  260. this.input.BackColor = System.Drawing.Color.White;
  261. this.input.ID = null;
  262. this.input.Location = new System.Drawing.Point(80, 43);
  263. this.input.Margin = new System.Windows.Forms.Padding(2);
  264. this.input.Name = "input";
  265. this.input.Power = null;
  266. this.input.Size = new System.Drawing.Size(148, 21);
  267. this.input.Str = null;
  268. this.input.Str1 = null;
  269. this.input.Str2 = null;
  270. this.input.TabIndex = 2;
  271. this.input.KeyDown += new System.Windows.Forms.KeyEventHandler(this.input_KeyDown);
  272. //
  273. // Split
  274. //
  275. this.Split.AllPower = null;
  276. this.Split.BackColor = System.Drawing.Color.Transparent;
  277. this.Split.DownImage = ((System.Drawing.Image)(resources.GetObject("Split.DownImage")));
  278. this.Split.Image = null;
  279. this.Split.IsShowBorder = true;
  280. this.Split.Location = new System.Drawing.Point(473, 108);
  281. this.Split.Margin = new System.Windows.Forms.Padding(2);
  282. this.Split.MoveImage = ((System.Drawing.Image)(resources.GetObject("Split.MoveImage")));
  283. this.Split.Name = "Split";
  284. this.Split.NormalImage = ((System.Drawing.Image)(resources.GetObject("Split.NormalImage")));
  285. this.Split.Power = null;
  286. this.Split.Size = new System.Drawing.Size(56, 22);
  287. this.Split.TabIndex = 0;
  288. this.Split.Text = "站点重置";
  289. this.Split.UseVisualStyleBackColor = false;
  290. this.Split.Click += new System.EventHandler(this.Split_Click);
  291. //
  292. // checkBox1
  293. //
  294. this.checkBox1.AutoSize = true;
  295. this.checkBox1.Location = new System.Drawing.Point(473, 149);
  296. this.checkBox1.Name = "checkBox1";
  297. this.checkBox1.Size = new System.Drawing.Size(120, 16);
  298. this.checkBox1.TabIndex = 246;
  299. this.checkBox1.Text = "清空机器写入信息";
  300. this.checkBox1.UseVisualStyleBackColor = true;
  301. //
  302. // excelim
  303. //
  304. this.excelim.AllPower = null;
  305. this.excelim.BackColor = System.Drawing.Color.Transparent;
  306. this.excelim.DownImage = ((System.Drawing.Image)(resources.GetObject("excelim.DownImage")));
  307. this.excelim.Image = null;
  308. this.excelim.IsShowBorder = true;
  309. this.excelim.Location = new System.Drawing.Point(473, 351);
  310. this.excelim.MoveImage = ((System.Drawing.Image)(resources.GetObject("excelim.MoveImage")));
  311. this.excelim.Name = "excelim";
  312. this.excelim.NormalImage = ((System.Drawing.Image)(resources.GetObject("excelim.NormalImage")));
  313. this.excelim.Power = null;
  314. this.excelim.Size = new System.Drawing.Size(75, 28);
  315. this.excelim.TabIndex = 247;
  316. this.excelim.Text = "表格导入";
  317. this.excelim.UseVisualStyleBackColor = false;
  318. this.excelim.Click += new System.EventHandler(this.excelim_Click);
  319. //
  320. // openFileDialog1
  321. //
  322. this.openFileDialog1.FileName = "openFileDialog1";
  323. //
  324. // Special_Reset
  325. //
  326. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  327. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  328. this.ClientSize = new System.Drawing.Size(805, 580);
  329. this.Controls.Add(this.excelim);
  330. this.Controls.Add(this.checkBox1);
  331. this.Controls.Add(this.数据清空);
  332. this.Controls.Add(this.cd_stepno);
  333. this.Controls.Add(this.WeighRecord);
  334. this.Controls.Add(this.ms_makecode_label);
  335. this.Controls.Add(this.ms_prodcode_label);
  336. this.Controls.Add(this.ms_prodcode);
  337. this.Controls.Add(this.ms_makecode);
  338. this.Controls.Add(this.cd_stepcode);
  339. this.Controls.Add(this.st_rstepcode_label);
  340. this.Controls.Add(this.ma_craftcode_label);
  341. this.Controls.Add(this.cr_code);
  342. this.Controls.Add(this.bigboxBtn);
  343. this.Controls.Add(this.serBtn);
  344. this.Controls.Add(this.OperatResult);
  345. this.Controls.Add(this.input);
  346. this.Controls.Add(this.Pallet_label);
  347. this.Controls.Add(this.Split);
  348. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  349. this.Margin = new System.Windows.Forms.Padding(2);
  350. this.Name = "Special_Reset";
  351. this.Tag = "Special!Reset";
  352. this.Text = "重置站点";
  353. this.Load += new System.EventHandler(this.Special_BoxSplit_Load);
  354. this.ResumeLayout(false);
  355. this.PerformLayout();
  356. }
  357. #endregion
  358. private CustomControl.ButtonUtil.NormalButton Split;
  359. private System.Windows.Forms.Label Pallet_label;
  360. private CustomControl.TextBoxWithIcon.EnterTextBox input;
  361. private CustomControl.RichText.RichTextAutoBottom OperatResult;
  362. private System.Windows.Forms.RadioButton bigboxBtn;
  363. private System.Windows.Forms.RadioButton serBtn;
  364. private CustomControl.TextBoxWithIcon.SearchTextBox cd_stepcode;
  365. private System.Windows.Forms.Label st_rstepcode_label;
  366. private System.Windows.Forms.Label ma_craftcode_label;
  367. private CustomControl.TextBoxWithIcon.EnterTextBox cr_code;
  368. private System.Windows.Forms.Label ms_makecode_label;
  369. private System.Windows.Forms.Label ms_prodcode_label;
  370. private CustomControl.ValueLabel.ValueLabel ms_prodcode;
  371. private CustomControl.ValueLabel.ValueLabel ms_makecode;
  372. private System.Windows.Forms.ListView WeighRecord;
  373. private System.Windows.Forms.ColumnHeader columnHeader3;
  374. private System.Windows.Forms.Label cd_stepno;
  375. private CustomControl.ButtonUtil.NormalButton 数据清空;
  376. private System.Windows.Forms.CheckBox checkBox1;
  377. private CustomControl.ButtonUtil.NormalButton excelim;
  378. private System.Windows.Forms.OpenFileDialog openFileDialog1;
  379. }
  380. }