Special_ResetKeyRelease.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482
  1. namespace UAS_MES_NEW.Special
  2. {
  3. partial class Special_ResetKeyRelease
  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_ResetKeyRelease));
  29. this.Pallet_label = new System.Windows.Forms.Label();
  30. this.serBtn = new System.Windows.Forms.RadioButton();
  31. this.st_rstepcode_label = new System.Windows.Forms.Label();
  32. this.ma_craftcode_label = new System.Windows.Forms.Label();
  33. this.ms_makecode_label = new System.Windows.Forms.Label();
  34. this.ms_prodcode_label = new System.Windows.Forms.Label();
  35. this.WeighRecord = new System.Windows.Forms.ListView();
  36. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  37. this.cd_stepno = new System.Windows.Forms.Label();
  38. this.ExportFileDialog = new System.Windows.Forms.FolderBrowserDialog();
  39. this.ImportExcel = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  40. this.Export = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  41. this.数据清空 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  42. this.ms_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  43. this.ms_makecode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  44. this.cd_stepcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  45. this.cr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  46. this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  47. this.input = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  48. this.Split = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  49. this.ImportExcel1 = new System.Windows.Forms.OpenFileDialog();
  50. this.pallet = new System.Windows.Forms.RadioButton();
  51. this.bigboxBtn = new System.Windows.Forms.RadioButton();
  52. this.cu_code = new System.Windows.Forms.ComboBox();
  53. this.label1 = new System.Windows.Forms.Label();
  54. this.Remark_label = new System.Windows.Forms.Label();
  55. this.Remark = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  56. this.SuspendLayout();
  57. //
  58. // Pallet_label
  59. //
  60. this.Pallet_label.AutoSize = true;
  61. this.Pallet_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  62. this.Pallet_label.Location = new System.Drawing.Point(13, 83);
  63. this.Pallet_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  64. this.Pallet_label.Name = "Pallet_label";
  65. this.Pallet_label.Size = new System.Drawing.Size(114, 41);
  66. this.Pallet_label.TabIndex = 1;
  67. this.Pallet_label.Text = "录入框";
  68. //
  69. // serBtn
  70. //
  71. this.serBtn.AutoSize = true;
  72. this.serBtn.Checked = true;
  73. this.serBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  74. this.serBtn.Location = new System.Drawing.Point(301, 8);
  75. this.serBtn.Margin = new System.Windows.Forms.Padding(4);
  76. this.serBtn.Name = "serBtn";
  77. this.serBtn.Size = new System.Drawing.Size(209, 45);
  78. this.serBtn.TabIndex = 233;
  79. this.serBtn.TabStop = true;
  80. this.serBtn.Text = "单台序列号";
  81. this.serBtn.UseVisualStyleBackColor = true;
  82. this.serBtn.Click += new System.EventHandler(this.bigboxBtn_Click);
  83. //
  84. // st_rstepcode_label
  85. //
  86. this.st_rstepcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  87. | System.Windows.Forms.AnchorStyles.Left)));
  88. this.st_rstepcode_label.AutoSize = true;
  89. this.st_rstepcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.st_rstepcode_label.Location = new System.Drawing.Point(940, 8);
  91. this.st_rstepcode_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  92. this.st_rstepcode_label.Name = "st_rstepcode_label";
  93. this.st_rstepcode_label.Size = new System.Drawing.Size(146, 41);
  94. this.st_rstepcode_label.TabIndex = 235;
  95. this.st_rstepcode_label.Text = "回流工序";
  96. //
  97. // ma_craftcode_label
  98. //
  99. this.ma_craftcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  100. | System.Windows.Forms.AnchorStyles.Left)));
  101. this.ma_craftcode_label.AutoSize = true;
  102. this.ma_craftcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.ma_craftcode_label.Location = new System.Drawing.Point(557, 8);
  104. this.ma_craftcode_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  105. this.ma_craftcode_label.Name = "ma_craftcode_label";
  106. this.ma_craftcode_label.Size = new System.Drawing.Size(146, 41);
  107. this.ma_craftcode_label.TabIndex = 236;
  108. this.ma_craftcode_label.Text = "回流途程";
  109. //
  110. // ms_makecode_label
  111. //
  112. this.ms_makecode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  113. | System.Windows.Forms.AnchorStyles.Left)));
  114. this.ms_makecode_label.AutoSize = true;
  115. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.ms_makecode_label.Location = new System.Drawing.Point(13, 163);
  117. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  118. this.ms_makecode_label.Name = "ms_makecode_label";
  119. this.ms_makecode_label.Size = new System.Drawing.Size(114, 41);
  120. this.ms_makecode_label.TabIndex = 240;
  121. this.ms_makecode_label.Text = "工单号";
  122. //
  123. // ms_prodcode_label
  124. //
  125. this.ms_prodcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  126. | System.Windows.Forms.AnchorStyles.Left)));
  127. this.ms_prodcode_label.AutoSize = true;
  128. this.ms_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.ms_prodcode_label.Location = new System.Drawing.Point(398, 163);
  130. this.ms_prodcode_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  131. this.ms_prodcode_label.Name = "ms_prodcode_label";
  132. this.ms_prodcode_label.Size = new System.Drawing.Size(146, 41);
  133. this.ms_prodcode_label.TabIndex = 241;
  134. this.ms_prodcode_label.Text = "产品编号";
  135. //
  136. // WeighRecord
  137. //
  138. this.WeighRecord.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  139. this.columnHeader3});
  140. this.WeighRecord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.WeighRecord.HideSelection = false;
  142. this.WeighRecord.Location = new System.Drawing.Point(21, 216);
  143. this.WeighRecord.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
  144. this.WeighRecord.Name = "WeighRecord";
  145. this.WeighRecord.Size = new System.Drawing.Size(839, 639);
  146. this.WeighRecord.TabIndex = 243;
  147. this.WeighRecord.UseCompatibleStateImageBehavior = false;
  148. this.WeighRecord.View = System.Windows.Forms.View.Details;
  149. //
  150. // columnHeader3
  151. //
  152. this.columnHeader3.Text = "录入项";
  153. this.columnHeader3.Width = 300;
  154. //
  155. // cd_stepno
  156. //
  157. this.cd_stepno.AutoSize = true;
  158. this.cd_stepno.Location = new System.Drawing.Point(1408, 83);
  159. this.cd_stepno.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  160. this.cd_stepno.Name = "cd_stepno";
  161. this.cd_stepno.Size = new System.Drawing.Size(0, 24);
  162. this.cd_stepno.TabIndex = 244;
  163. //
  164. // ImportExcel
  165. //
  166. this.ImportExcel.AllPower = null;
  167. this.ImportExcel.BackColor = System.Drawing.Color.Transparent;
  168. this.ImportExcel.DownImage = ((System.Drawing.Image)(resources.GetObject("ImportExcel.DownImage")));
  169. this.ImportExcel.Image = null;
  170. this.ImportExcel.IsShowBorder = true;
  171. this.ImportExcel.Location = new System.Drawing.Point(1278, 240);
  172. this.ImportExcel.Margin = new System.Windows.Forms.Padding(4);
  173. this.ImportExcel.MoveImage = ((System.Drawing.Image)(resources.GetObject("ImportExcel.MoveImage")));
  174. this.ImportExcel.Name = "ImportExcel";
  175. this.ImportExcel.NormalImage = ((System.Drawing.Image)(resources.GetObject("ImportExcel.NormalImage")));
  176. this.ImportExcel.Power = null;
  177. this.ImportExcel.Size = new System.Drawing.Size(112, 44);
  178. this.ImportExcel.TabIndex = 247;
  179. this.ImportExcel.Text = "导入数据";
  180. this.ImportExcel.UseVisualStyleBackColor = false;
  181. this.ImportExcel.Click += new System.EventHandler(this.ImportExcel_Click);
  182. //
  183. // Export
  184. //
  185. this.Export.AllPower = null;
  186. this.Export.BackColor = System.Drawing.Color.Transparent;
  187. this.Export.DownImage = ((System.Drawing.Image)(resources.GetObject("Export.DownImage")));
  188. this.Export.Image = null;
  189. this.Export.IsShowBorder = true;
  190. this.Export.Location = new System.Drawing.Point(1107, 240);
  191. this.Export.Margin = new System.Windows.Forms.Padding(4);
  192. this.Export.MoveImage = ((System.Drawing.Image)(resources.GetObject("Export.MoveImage")));
  193. this.Export.Name = "Export";
  194. this.Export.NormalImage = ((System.Drawing.Image)(resources.GetObject("Export.NormalImage")));
  195. this.Export.Power = null;
  196. this.Export.Size = new System.Drawing.Size(112, 44);
  197. this.Export.TabIndex = 246;
  198. this.Export.Text = "导出模板";
  199. this.Export.UseVisualStyleBackColor = false;
  200. this.Export.Click += new System.EventHandler(this.Export_Click);
  201. //
  202. // 数据清空
  203. //
  204. this.数据清空.AllPower = null;
  205. this.数据清空.BackColor = System.Drawing.Color.Transparent;
  206. this.数据清空.DownImage = ((System.Drawing.Image)(resources.GetObject("数据清空.DownImage")));
  207. this.数据清空.Image = null;
  208. this.数据清空.IsShowBorder = true;
  209. this.数据清空.Location = new System.Drawing.Point(947, 800);
  210. this.数据清空.Margin = new System.Windows.Forms.Padding(5);
  211. this.数据清空.MoveImage = ((System.Drawing.Image)(resources.GetObject("数据清空.MoveImage")));
  212. this.数据清空.Name = "数据清空";
  213. this.数据清空.NormalImage = ((System.Drawing.Image)(resources.GetObject("数据清空.NormalImage")));
  214. this.数据清空.Power = null;
  215. this.数据清空.Size = new System.Drawing.Size(112, 56);
  216. this.数据清空.TabIndex = 245;
  217. this.数据清空.Text = "数据清空";
  218. this.数据清空.UseVisualStyleBackColor = false;
  219. this.数据清空.Click += new System.EventHandler(this.数据清空_Click);
  220. //
  221. // ms_prodcode
  222. //
  223. this.ms_prodcode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  224. | System.Windows.Forms.AnchorStyles.Left)));
  225. this.ms_prodcode.AutoSize = true;
  226. this.ms_prodcode.CutLength = null;
  227. this.ms_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. this.ms_prodcode.Location = new System.Drawing.Point(590, 163);
  229. this.ms_prodcode.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  230. this.ms_prodcode.MaximumSize = new System.Drawing.Size(300, 0);
  231. this.ms_prodcode.Name = "ms_prodcode";
  232. this.ms_prodcode.Size = new System.Drawing.Size(0, 41);
  233. this.ms_prodcode.TabIndex = 239;
  234. //
  235. // ms_makecode
  236. //
  237. this.ms_makecode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  238. | System.Windows.Forms.AnchorStyles.Left)));
  239. this.ms_makecode.AutoSize = true;
  240. this.ms_makecode.CutLength = null;
  241. this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  242. this.ms_makecode.Location = new System.Drawing.Point(173, 163);
  243. this.ms_makecode.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  244. this.ms_makecode.MaximumSize = new System.Drawing.Size(500, 0);
  245. this.ms_makecode.Name = "ms_makecode";
  246. this.ms_makecode.Size = new System.Drawing.Size(0, 41);
  247. this.ms_makecode.TabIndex = 242;
  248. //
  249. // cd_stepcode
  250. //
  251. this.cd_stepcode.AllPower = "ifall";
  252. this.cd_stepcode.Caller = null;
  253. this.cd_stepcode.Condition = null;
  254. this.cd_stepcode.DBTitle = "回流工序";
  255. this.cd_stepcode.Font = new System.Drawing.Font("微软雅黑", 9F);
  256. this.cd_stepcode.FormName = null;
  257. this.cd_stepcode.Location = new System.Drawing.Point(947, 83);
  258. this.cd_stepcode.Margin = new System.Windows.Forms.Padding(5);
  259. this.cd_stepcode.Name = "cd_stepcode";
  260. this.cd_stepcode.Power = "ifspecial";
  261. this.cd_stepcode.ReturnData = null;
  262. this.cd_stepcode.SelectField = null;
  263. this.cd_stepcode.SetValueField = null;
  264. this.cd_stepcode.Size = new System.Drawing.Size(300, 44);
  265. this.cd_stepcode.TabIndex = 238;
  266. this.cd_stepcode.TableName = null;
  267. this.cd_stepcode.Tag = "";
  268. this.cd_stepcode.TextBoxEnable = false;
  269. //
  270. // cr_code
  271. //
  272. this.cr_code.AllPower = "ifall";
  273. this.cr_code.BackColor = System.Drawing.Color.White;
  274. this.cr_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  275. this.cr_code.ID = null;
  276. this.cr_code.Location = new System.Drawing.Point(564, 80);
  277. this.cr_code.Margin = new System.Windows.Forms.Padding(5);
  278. this.cr_code.Name = "cr_code";
  279. this.cr_code.Power = "ifspecial";
  280. this.cr_code.ReadOnly = true;
  281. this.cr_code.Size = new System.Drawing.Size(296, 39);
  282. this.cr_code.Str = null;
  283. this.cr_code.Str1 = null;
  284. this.cr_code.Str2 = null;
  285. this.cr_code.TabIndex = 237;
  286. this.cr_code.Tag = "ma_craftcode";
  287. this.cr_code.TextChanged += new System.EventHandler(this.cr_code_TextChanged);
  288. //
  289. // OperatResult
  290. //
  291. this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  292. this.OperatResult.Location = new System.Drawing.Point(21, 867);
  293. this.OperatResult.Margin = new System.Windows.Forms.Padding(4);
  294. this.OperatResult.Name = "OperatResult";
  295. this.OperatResult.Size = new System.Drawing.Size(1551, 241);
  296. this.OperatResult.TabIndex = 3;
  297. this.OperatResult.Text = "";
  298. //
  299. // input
  300. //
  301. this.input.AllPower = null;
  302. this.input.BackColor = System.Drawing.Color.White;
  303. this.input.ID = null;
  304. this.input.Location = new System.Drawing.Point(160, 85);
  305. this.input.Margin = new System.Windows.Forms.Padding(4);
  306. this.input.Name = "input";
  307. this.input.Power = null;
  308. this.input.Size = new System.Drawing.Size(292, 35);
  309. this.input.Str = null;
  310. this.input.Str1 = null;
  311. this.input.Str2 = null;
  312. this.input.TabIndex = 2;
  313. this.input.KeyDown += new System.Windows.Forms.KeyEventHandler(this.input_KeyDown);
  314. //
  315. // Split
  316. //
  317. this.Split.AllPower = null;
  318. this.Split.BackColor = System.Drawing.Color.Transparent;
  319. this.Split.DownImage = ((System.Drawing.Image)(resources.GetObject("Split.DownImage")));
  320. this.Split.Image = null;
  321. this.Split.IsShowBorder = true;
  322. this.Split.Location = new System.Drawing.Point(947, 240);
  323. this.Split.Margin = new System.Windows.Forms.Padding(4);
  324. this.Split.MoveImage = ((System.Drawing.Image)(resources.GetObject("Split.MoveImage")));
  325. this.Split.Name = "Split";
  326. this.Split.NormalImage = ((System.Drawing.Image)(resources.GetObject("Split.NormalImage")));
  327. this.Split.Power = null;
  328. this.Split.Size = new System.Drawing.Size(112, 44);
  329. this.Split.TabIndex = 0;
  330. this.Split.Text = "站点重置";
  331. this.Split.UseVisualStyleBackColor = false;
  332. this.Split.Click += new System.EventHandler(this.Split_Click);
  333. //
  334. // ImportExcel1
  335. //
  336. this.ImportExcel1.FileName = "ImportExcel";
  337. //
  338. // pallet
  339. //
  340. this.pallet.AutoSize = true;
  341. this.pallet.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  342. this.pallet.Location = new System.Drawing.Point(34, 6);
  343. this.pallet.Margin = new System.Windows.Forms.Padding(4);
  344. this.pallet.Name = "pallet";
  345. this.pallet.Size = new System.Drawing.Size(113, 45);
  346. this.pallet.TabIndex = 248;
  347. this.pallet.Text = "栈板";
  348. this.pallet.UseVisualStyleBackColor = true;
  349. this.pallet.Visible = false;
  350. this.pallet.Click += new System.EventHandler(this.bigboxBtn_Click);
  351. //
  352. // bigboxBtn
  353. //
  354. this.bigboxBtn.AutoSize = true;
  355. this.bigboxBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  356. this.bigboxBtn.Location = new System.Drawing.Point(160, 6);
  357. this.bigboxBtn.Margin = new System.Windows.Forms.Padding(4);
  358. this.bigboxBtn.Name = "bigboxBtn";
  359. this.bigboxBtn.Size = new System.Drawing.Size(113, 45);
  360. this.bigboxBtn.TabIndex = 234;
  361. this.bigboxBtn.Text = "箱号";
  362. this.bigboxBtn.UseVisualStyleBackColor = true;
  363. this.bigboxBtn.Visible = false;
  364. this.bigboxBtn.Click += new System.EventHandler(this.bigboxBtn_Click);
  365. //
  366. // cu_code
  367. //
  368. this.cu_code.FormattingEnabled = true;
  369. this.cu_code.Location = new System.Drawing.Point(947, 172);
  370. this.cu_code.Name = "cu_code";
  371. this.cu_code.Size = new System.Drawing.Size(183, 32);
  372. this.cu_code.TabIndex = 249;
  373. //
  374. // label1
  375. //
  376. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  377. | System.Windows.Forms.AnchorStyles.Left)));
  378. this.label1.AutoSize = true;
  379. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  380. this.label1.Location = new System.Drawing.Point(861, 163);
  381. this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  382. this.label1.Name = "label1";
  383. this.label1.Size = new System.Drawing.Size(82, 41);
  384. this.label1.TabIndex = 250;
  385. this.label1.Text = "客户";
  386. //
  387. // Remark_label
  388. //
  389. this.Remark_label.AutoSize = true;
  390. this.Remark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  391. this.Remark_label.Location = new System.Drawing.Point(947, 290);
  392. this.Remark_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  393. this.Remark_label.Name = "Remark_label";
  394. this.Remark_label.Size = new System.Drawing.Size(82, 41);
  395. this.Remark_label.TabIndex = 251;
  396. this.Remark_label.Text = "备注";
  397. //
  398. // Remark
  399. //
  400. this.Remark.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  401. this.Remark.Location = new System.Drawing.Point(1038, 290);
  402. this.Remark.Margin = new System.Windows.Forms.Padding(4);
  403. this.Remark.Name = "Remark";
  404. this.Remark.Size = new System.Drawing.Size(448, 241);
  405. this.Remark.TabIndex = 252;
  406. this.Remark.Text = "";
  407. //
  408. // Special_ResetKeyRelease
  409. //
  410. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  411. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  412. this.ClientSize = new System.Drawing.Size(1611, 1131);
  413. this.Controls.Add(this.Remark);
  414. this.Controls.Add(this.Remark_label);
  415. this.Controls.Add(this.label1);
  416. this.Controls.Add(this.cu_code);
  417. this.Controls.Add(this.pallet);
  418. this.Controls.Add(this.ImportExcel);
  419. this.Controls.Add(this.Export);
  420. this.Controls.Add(this.数据清空);
  421. this.Controls.Add(this.cd_stepno);
  422. this.Controls.Add(this.WeighRecord);
  423. this.Controls.Add(this.ms_makecode_label);
  424. this.Controls.Add(this.ms_prodcode_label);
  425. this.Controls.Add(this.ms_prodcode);
  426. this.Controls.Add(this.ms_makecode);
  427. this.Controls.Add(this.cd_stepcode);
  428. this.Controls.Add(this.st_rstepcode_label);
  429. this.Controls.Add(this.ma_craftcode_label);
  430. this.Controls.Add(this.cr_code);
  431. this.Controls.Add(this.bigboxBtn);
  432. this.Controls.Add(this.serBtn);
  433. this.Controls.Add(this.OperatResult);
  434. this.Controls.Add(this.input);
  435. this.Controls.Add(this.Pallet_label);
  436. this.Controls.Add(this.Split);
  437. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  438. this.Margin = new System.Windows.Forms.Padding(4);
  439. this.Name = "Special_ResetKeyRelease";
  440. this.Tag = "Special!Reset";
  441. this.Text = "重置站点";
  442. this.Load += new System.EventHandler(this.Special_BoxSplit_Load);
  443. this.SizeChanged += new System.EventHandler(this.Special_Reset_SizeChanged);
  444. this.ResumeLayout(true);
  445. this.PerformLayout();
  446. }
  447. #endregion
  448. private CustomControl.ButtonUtil.NormalButton Split;
  449. private System.Windows.Forms.Label Pallet_label;
  450. private CustomControl.TextBoxWithIcon.EnterTextBox input;
  451. private CustomControl.RichText.RichTextAutoBottom OperatResult;
  452. private System.Windows.Forms.RadioButton serBtn;
  453. private CustomControl.TextBoxWithIcon.SearchTextBox cd_stepcode;
  454. private System.Windows.Forms.Label st_rstepcode_label;
  455. private System.Windows.Forms.Label ma_craftcode_label;
  456. private CustomControl.TextBoxWithIcon.EnterTextBox cr_code;
  457. private System.Windows.Forms.Label ms_makecode_label;
  458. private System.Windows.Forms.Label ms_prodcode_label;
  459. private CustomControl.ValueLabel.ValueLabel ms_prodcode;
  460. private CustomControl.ValueLabel.ValueLabel ms_makecode;
  461. private System.Windows.Forms.ListView WeighRecord;
  462. private System.Windows.Forms.ColumnHeader columnHeader3;
  463. private System.Windows.Forms.Label cd_stepno;
  464. private CustomControl.ButtonUtil.NormalButton 数据清空;
  465. private CustomControl.ButtonUtil.NormalButton Export;
  466. private CustomControl.ButtonUtil.NormalButton ImportExcel;
  467. private System.Windows.Forms.FolderBrowserDialog ExportFileDialog;
  468. private System.Windows.Forms.OpenFileDialog ImportExcel1;
  469. private System.Windows.Forms.RadioButton pallet;
  470. private System.Windows.Forms.RadioButton bigboxBtn;
  471. private System.Windows.Forms.ComboBox cu_code;
  472. private System.Windows.Forms.Label label1;
  473. private System.Windows.Forms.Label Remark_label;
  474. private CustomControl.RichText.RichTextAutoBottom Remark;
  475. }
  476. }