Make_MakeDown.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_MakeDown
  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(Make_MakeDown));
  29. this.md_code_label = new System.Windows.Forms.Label();
  30. this.make_count = new System.Windows.Forms.Label();
  31. this.count_label = new System.Windows.Forms.Label();
  32. this.md_reson = new System.Windows.Forms.Label();
  33. this.LabelDataGridView = new System.Windows.Forms.DataGridView();
  34. this.md_macode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.md_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.md_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.MD_DOWNMAN = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.label1 = new System.Windows.Forms.Label();
  40. this.pr_code = new System.Windows.Forms.Label();
  41. this.ms_makecode = new System.Windows.Forms.Label();
  42. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  48. this.sn_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  49. this.inputreson = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  50. this.mdcode = new System.Windows.Forms.TextBox();
  51. this.INPUT = new System.Windows.Forms.RadioButton();
  52. this.NOTINPUT = new System.Windows.Forms.RadioButton();
  53. this.label3 = new System.Windows.Forms.Label();
  54. this.EndDate = new System.Windows.Forms.DateTimePicker();
  55. this.BeginDate = new System.Windows.Forms.DateTimePicker();
  56. this.st_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  57. this.st_rstepcode_label = new System.Windows.Forms.Label();
  58. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  59. this.label2 = new System.Windows.Forms.Label();
  60. this.BatchFreeze = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  61. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // md_code_label
  65. //
  66. this.md_code_label.AutoSize = true;
  67. this.md_code_label.Font = new System.Drawing.Font("微软雅黑", 12F);
  68. this.md_code_label.Location = new System.Drawing.Point(68, 14);
  69. this.md_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  70. this.md_code_label.Name = "md_code_label";
  71. this.md_code_label.Size = new System.Drawing.Size(114, 41);
  72. this.md_code_label.TabIndex = 194;
  73. this.md_code_label.Text = "事件号";
  74. //
  75. // make_count
  76. //
  77. this.make_count.AutoSize = true;
  78. this.make_count.Font = new System.Drawing.Font("微软雅黑", 12F);
  79. this.make_count.Location = new System.Drawing.Point(1026, 18);
  80. this.make_count.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  81. this.make_count.Name = "make_count";
  82. this.make_count.Size = new System.Drawing.Size(0, 41);
  83. this.make_count.TabIndex = 197;
  84. //
  85. // count_label
  86. //
  87. this.count_label.AutoSize = true;
  88. this.count_label.Font = new System.Drawing.Font("微软雅黑", 12F);
  89. this.count_label.Location = new System.Drawing.Point(934, 18);
  90. this.count_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  91. this.count_label.Name = "count_label";
  92. this.count_label.Size = new System.Drawing.Size(82, 41);
  93. this.count_label.TabIndex = 196;
  94. this.count_label.Text = "数量";
  95. //
  96. // md_reson
  97. //
  98. this.md_reson.AutoSize = true;
  99. this.md_reson.Font = new System.Drawing.Font("微软雅黑", 12F);
  100. this.md_reson.Location = new System.Drawing.Point(21, 200);
  101. this.md_reson.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  102. this.md_reson.Name = "md_reson";
  103. this.md_reson.Size = new System.Drawing.Size(146, 41);
  104. this.md_reson.TabIndex = 198;
  105. this.md_reson.Text = "下地原因";
  106. //
  107. // LabelDataGridView
  108. //
  109. this.LabelDataGridView.AllowUserToAddRows = false;
  110. this.LabelDataGridView.AllowUserToResizeRows = false;
  111. this.LabelDataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
  112. this.LabelDataGridView.ColumnHeadersHeight = 46;
  113. this.LabelDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  114. this.md_macode,
  115. this.md_sncode,
  116. this.md_prodcode,
  117. this.pr_detail,
  118. this.MD_DOWNMAN});
  119. this.LabelDataGridView.Location = new System.Drawing.Point(43, 463);
  120. this.LabelDataGridView.Margin = new System.Windows.Forms.Padding(6);
  121. this.LabelDataGridView.Name = "LabelDataGridView";
  122. this.LabelDataGridView.RowHeadersVisible = false;
  123. this.LabelDataGridView.RowHeadersWidth = 82;
  124. this.LabelDataGridView.RowTemplate.Height = 23;
  125. this.LabelDataGridView.Size = new System.Drawing.Size(1494, 384);
  126. this.LabelDataGridView.TabIndex = 200;
  127. //
  128. // md_macode
  129. //
  130. this.md_macode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  131. this.md_macode.DataPropertyName = "md_macode";
  132. this.md_macode.HeaderText = "工单编号";
  133. this.md_macode.MinimumWidth = 10;
  134. this.md_macode.Name = "md_macode";
  135. this.md_macode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  136. //
  137. // md_sncode
  138. //
  139. this.md_sncode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  140. this.md_sncode.DataPropertyName = "md_sncode";
  141. this.md_sncode.HeaderText = "序列号";
  142. this.md_sncode.MinimumWidth = 10;
  143. this.md_sncode.Name = "md_sncode";
  144. this.md_sncode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  145. //
  146. // md_prodcode
  147. //
  148. this.md_prodcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  149. this.md_prodcode.DataPropertyName = "md_prodcode";
  150. this.md_prodcode.HeaderText = "产品代码";
  151. this.md_prodcode.MinimumWidth = 10;
  152. this.md_prodcode.Name = "md_prodcode";
  153. this.md_prodcode.ReadOnly = true;
  154. this.md_prodcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  155. //
  156. // pr_detail
  157. //
  158. this.pr_detail.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  159. this.pr_detail.DataPropertyName = "pr_detail";
  160. this.pr_detail.HeaderText = "产品名称";
  161. this.pr_detail.MinimumWidth = 80;
  162. this.pr_detail.Name = "pr_detail";
  163. this.pr_detail.ReadOnly = true;
  164. this.pr_detail.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  165. //
  166. // MD_DOWNMAN
  167. //
  168. this.MD_DOWNMAN.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  169. this.MD_DOWNMAN.HeaderText = "";
  170. this.MD_DOWNMAN.MinimumWidth = 2;
  171. this.MD_DOWNMAN.Name = "MD_DOWNMAN";
  172. this.MD_DOWNMAN.Width = 2;
  173. //
  174. // label1
  175. //
  176. this.label1.AutoSize = true;
  177. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
  178. this.label1.Location = new System.Drawing.Point(53, 853);
  179. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  180. this.label1.Name = "label1";
  181. this.label1.Size = new System.Drawing.Size(114, 41);
  182. this.label1.TabIndex = 202;
  183. this.label1.Text = "序列号";
  184. //
  185. // pr_code
  186. //
  187. this.pr_code.AutoSize = true;
  188. this.pr_code.Location = new System.Drawing.Point(877, 726);
  189. this.pr_code.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  190. this.pr_code.Name = "pr_code";
  191. this.pr_code.Size = new System.Drawing.Size(0, 24);
  192. this.pr_code.TabIndex = 205;
  193. this.pr_code.Visible = false;
  194. //
  195. // ms_makecode
  196. //
  197. this.ms_makecode.AutoSize = true;
  198. this.ms_makecode.Location = new System.Drawing.Point(1097, 726);
  199. this.ms_makecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  200. this.ms_makecode.Name = "ms_makecode";
  201. this.ms_makecode.Size = new System.Drawing.Size(0, 24);
  202. this.ms_makecode.TabIndex = 206;
  203. this.ms_makecode.Visible = false;
  204. //
  205. // dataGridViewTextBoxColumn1
  206. //
  207. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  208. this.dataGridViewTextBoxColumn1.DataPropertyName = "md_macode";
  209. this.dataGridViewTextBoxColumn1.HeaderText = "工单编号";
  210. this.dataGridViewTextBoxColumn1.MinimumWidth = 10;
  211. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  212. this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  213. //
  214. // dataGridViewTextBoxColumn2
  215. //
  216. this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  217. this.dataGridViewTextBoxColumn2.DataPropertyName = "md_sncode";
  218. this.dataGridViewTextBoxColumn2.HeaderText = "序列号";
  219. this.dataGridViewTextBoxColumn2.MinimumWidth = 10;
  220. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  221. this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  222. //
  223. // dataGridViewTextBoxColumn3
  224. //
  225. this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  226. this.dataGridViewTextBoxColumn3.DataPropertyName = "md_prodcode";
  227. this.dataGridViewTextBoxColumn3.HeaderText = "产品代码";
  228. this.dataGridViewTextBoxColumn3.MinimumWidth = 10;
  229. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  230. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  231. this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  232. //
  233. // dataGridViewTextBoxColumn4
  234. //
  235. this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  236. this.dataGridViewTextBoxColumn4.DataPropertyName = "pr_detail";
  237. this.dataGridViewTextBoxColumn4.HeaderText = "产品名称";
  238. this.dataGridViewTextBoxColumn4.MinimumWidth = 80;
  239. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  240. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  241. this.dataGridViewTextBoxColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  242. //
  243. // dataGridViewTextBoxColumn5
  244. //
  245. this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  246. this.dataGridViewTextBoxColumn5.HeaderText = "";
  247. this.dataGridViewTextBoxColumn5.MinimumWidth = 2;
  248. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  249. this.dataGridViewTextBoxColumn5.Width = 5;
  250. //
  251. // OperateResult
  252. //
  253. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  254. this.OperateResult.Location = new System.Drawing.Point(757, 200);
  255. this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
  256. this.OperateResult.Name = "OperateResult";
  257. this.OperateResult.Size = new System.Drawing.Size(780, 244);
  258. this.OperateResult.TabIndex = 204;
  259. this.OperateResult.Text = "";
  260. //
  261. // sn_code
  262. //
  263. this.sn_code.AllPower = null;
  264. this.sn_code.BackColor = System.Drawing.Color.White;
  265. this.sn_code.ID = null;
  266. this.sn_code.Location = new System.Drawing.Point(195, 862);
  267. this.sn_code.Margin = new System.Windows.Forms.Padding(6);
  268. this.sn_code.Name = "sn_code";
  269. this.sn_code.Power = null;
  270. this.sn_code.Size = new System.Drawing.Size(388, 35);
  271. this.sn_code.Str = null;
  272. this.sn_code.Str1 = null;
  273. this.sn_code.Str2 = null;
  274. this.sn_code.TabIndex = 201;
  275. this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
  276. //
  277. // inputreson
  278. //
  279. this.inputreson.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  280. this.inputreson.Location = new System.Drawing.Point(177, 200);
  281. this.inputreson.Margin = new System.Windows.Forms.Padding(6);
  282. this.inputreson.Name = "inputreson";
  283. this.inputreson.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
  284. this.inputreson.Size = new System.Drawing.Size(502, 244);
  285. this.inputreson.TabIndex = 199;
  286. this.inputreson.Text = "";
  287. //
  288. // mdcode
  289. //
  290. this.mdcode.Location = new System.Drawing.Point(180, 20);
  291. this.mdcode.Margin = new System.Windows.Forms.Padding(6);
  292. this.mdcode.Name = "mdcode";
  293. this.mdcode.ReadOnly = true;
  294. this.mdcode.Size = new System.Drawing.Size(196, 35);
  295. this.mdcode.TabIndex = 207;
  296. //
  297. // INPUT
  298. //
  299. this.INPUT.AutoSize = true;
  300. this.INPUT.Location = new System.Drawing.Point(447, 31);
  301. this.INPUT.Name = "INPUT";
  302. this.INPUT.Size = new System.Drawing.Size(113, 28);
  303. this.INPUT.TabIndex = 208;
  304. this.INPUT.TabStop = true;
  305. this.INPUT.Text = "已投产";
  306. this.INPUT.UseVisualStyleBackColor = true;
  307. //
  308. // NOTINPUT
  309. //
  310. this.NOTINPUT.AutoSize = true;
  311. this.NOTINPUT.Location = new System.Drawing.Point(588, 31);
  312. this.NOTINPUT.Name = "NOTINPUT";
  313. this.NOTINPUT.Size = new System.Drawing.Size(113, 28);
  314. this.NOTINPUT.TabIndex = 209;
  315. this.NOTINPUT.TabStop = true;
  316. this.NOTINPUT.Text = "未投产";
  317. this.NOTINPUT.UseVisualStyleBackColor = true;
  318. //
  319. // label3
  320. //
  321. this.label3.AutoSize = true;
  322. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  323. this.label3.Location = new System.Drawing.Point(18, 137);
  324. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  325. this.label3.Name = "label3";
  326. this.label3.Size = new System.Drawing.Size(82, 41);
  327. this.label3.TabIndex = 212;
  328. this.label3.Text = "日期";
  329. //
  330. // EndDate
  331. //
  332. this.EndDate.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  333. this.EndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  334. this.EndDate.Location = new System.Drawing.Point(468, 143);
  335. this.EndDate.Name = "EndDate";
  336. this.EndDate.Size = new System.Drawing.Size(353, 35);
  337. this.EndDate.TabIndex = 211;
  338. //
  339. // BeginDate
  340. //
  341. this.BeginDate.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  342. this.BeginDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  343. this.BeginDate.Location = new System.Drawing.Point(109, 143);
  344. this.BeginDate.Name = "BeginDate";
  345. this.BeginDate.Size = new System.Drawing.Size(353, 35);
  346. this.BeginDate.TabIndex = 210;
  347. this.BeginDate.Value = new System.DateTime(2021, 2, 27, 13, 47, 0, 0);
  348. //
  349. // st_code
  350. //
  351. this.st_code.AllPower = "ifall";
  352. this.st_code.Caller = null;
  353. this.st_code.Condition = null;
  354. this.st_code.DBTitle = "回流工序";
  355. this.st_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  356. this.st_code.FormName = null;
  357. this.st_code.Location = new System.Drawing.Point(681, 78);
  358. this.st_code.Margin = new System.Windows.Forms.Padding(6);
  359. this.st_code.Name = "st_code";
  360. this.st_code.Power = "ifspecial";
  361. this.st_code.ReturnData = null;
  362. this.st_code.SelectField = null;
  363. this.st_code.SetValueField = null;
  364. this.st_code.Size = new System.Drawing.Size(318, 44);
  365. this.st_code.TabIndex = 214;
  366. this.st_code.TableName = null;
  367. this.st_code.Tag = "";
  368. this.st_code.TextBoxEnable = false;
  369. //
  370. // st_rstepcode_label
  371. //
  372. this.st_rstepcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  373. | System.Windows.Forms.AnchorStyles.Left)));
  374. this.st_rstepcode_label.AutoSize = true;
  375. this.st_rstepcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  376. this.st_rstepcode_label.Location = new System.Drawing.Point(523, 78);
  377. this.st_rstepcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  378. this.st_rstepcode_label.Name = "st_rstepcode_label";
  379. this.st_rstepcode_label.Size = new System.Drawing.Size(146, 41);
  380. this.st_rstepcode_label.TabIndex = 213;
  381. this.st_rstepcode_label.Text = "回流工序";
  382. //
  383. // ma_code
  384. //
  385. this.ma_code.AllPower = "IFALL";
  386. this.ma_code.Caller = null;
  387. this.ma_code.Condition = null;
  388. this.ma_code.DBTitle = "";
  389. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  390. this.ma_code.FormName = null;
  391. this.ma_code.Location = new System.Drawing.Point(209, 78);
  392. this.ma_code.Margin = new System.Windows.Forms.Padding(6);
  393. this.ma_code.Name = "ma_code";
  394. this.ma_code.Power = "";
  395. this.ma_code.ReturnData = null;
  396. this.ma_code.SelectField = null;
  397. this.ma_code.SetValueField = null;
  398. this.ma_code.Size = new System.Drawing.Size(282, 46);
  399. this.ma_code.TabIndex = 217;
  400. this.ma_code.TableName = null;
  401. this.ma_code.Tag = "makecode";
  402. this.ma_code.TextBoxEnable = true;
  403. //
  404. // label2
  405. //
  406. this.label2.AutoSize = true;
  407. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  408. this.label2.Location = new System.Drawing.Point(24, 78);
  409. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  410. this.label2.Name = "label2";
  411. this.label2.Size = new System.Drawing.Size(146, 41);
  412. this.label2.TabIndex = 216;
  413. this.label2.Text = "工单编号";
  414. //
  415. // BatchFreeze
  416. //
  417. this.BatchFreeze.AllPower = null;
  418. this.BatchFreeze.BackColor = System.Drawing.Color.Transparent;
  419. this.BatchFreeze.DownImage = ((System.Drawing.Image)(resources.GetObject("BatchFreeze.DownImage")));
  420. this.BatchFreeze.Image = null;
  421. this.BatchFreeze.IsShowBorder = true;
  422. this.BatchFreeze.Location = new System.Drawing.Point(913, 140);
  423. this.BatchFreeze.MoveImage = ((System.Drawing.Image)(resources.GetObject("BatchFreeze.MoveImage")));
  424. this.BatchFreeze.Name = "BatchFreeze";
  425. this.BatchFreeze.NormalImage = ((System.Drawing.Image)(resources.GetObject("BatchFreeze.NormalImage")));
  426. this.BatchFreeze.Power = null;
  427. this.BatchFreeze.Size = new System.Drawing.Size(149, 44);
  428. this.BatchFreeze.TabIndex = 218;
  429. this.BatchFreeze.Text = "批量冻结";
  430. this.BatchFreeze.UseVisualStyleBackColor = false;
  431. this.BatchFreeze.Click += new System.EventHandler(this.BatchFreeze_Click);
  432. //
  433. // Make_MakeDown
  434. //
  435. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  436. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  437. this.ClientSize = new System.Drawing.Size(1624, 912);
  438. this.Controls.Add(this.BatchFreeze);
  439. this.Controls.Add(this.ma_code);
  440. this.Controls.Add(this.label2);
  441. this.Controls.Add(this.st_code);
  442. this.Controls.Add(this.st_rstepcode_label);
  443. this.Controls.Add(this.label3);
  444. this.Controls.Add(this.EndDate);
  445. this.Controls.Add(this.BeginDate);
  446. this.Controls.Add(this.NOTINPUT);
  447. this.Controls.Add(this.INPUT);
  448. this.Controls.Add(this.mdcode);
  449. this.Controls.Add(this.ms_makecode);
  450. this.Controls.Add(this.pr_code);
  451. this.Controls.Add(this.OperateResult);
  452. this.Controls.Add(this.label1);
  453. this.Controls.Add(this.sn_code);
  454. this.Controls.Add(this.inputreson);
  455. this.Controls.Add(this.md_reson);
  456. this.Controls.Add(this.make_count);
  457. this.Controls.Add(this.count_label);
  458. this.Controls.Add(this.md_code_label);
  459. this.Controls.Add(this.LabelDataGridView);
  460. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  461. this.Margin = new System.Windows.Forms.Padding(6);
  462. this.Name = "Make_MakeDown";
  463. this.Tag = "Make!MakeDown";
  464. this.Text = "Make_MakeDown";
  465. this.Load += new System.EventHandler(this.Make_MakeDown_Load);
  466. this.SizeChanged += new System.EventHandler(this.Make_MakeDown_SizeChanged);
  467. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).EndInit();
  468. this.ResumeLayout(false);
  469. this.PerformLayout();
  470. }
  471. #endregion
  472. private System.Windows.Forms.Label md_code_label;
  473. private System.Windows.Forms.Label make_count;
  474. private System.Windows.Forms.Label count_label;
  475. private System.Windows.Forms.Label md_reson;
  476. private CustomControl.RichText.RichTextAutoBottom inputreson;
  477. private System.Windows.Forms.DataGridView LabelDataGridView;
  478. private CustomControl.TextBoxWithIcon.SnCollectionBox sn_code;
  479. private System.Windows.Forms.Label label1;
  480. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  481. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  482. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  483. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  484. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  485. private System.Windows.Forms.Label pr_code;
  486. private System.Windows.Forms.Label ms_makecode;
  487. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  488. private System.Windows.Forms.DataGridViewTextBoxColumn md_macode;
  489. private System.Windows.Forms.DataGridViewTextBoxColumn md_sncode;
  490. private System.Windows.Forms.DataGridViewTextBoxColumn md_prodcode;
  491. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
  492. private System.Windows.Forms.DataGridViewTextBoxColumn MD_DOWNMAN;
  493. private System.Windows.Forms.TextBox mdcode;
  494. private System.Windows.Forms.RadioButton INPUT;
  495. private System.Windows.Forms.RadioButton NOTINPUT;
  496. private System.Windows.Forms.Label label3;
  497. private System.Windows.Forms.DateTimePicker EndDate;
  498. private System.Windows.Forms.DateTimePicker BeginDate;
  499. private CustomControl.TextBoxWithIcon.SearchTextBox st_code;
  500. private System.Windows.Forms.Label st_rstepcode_label;
  501. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  502. private System.Windows.Forms.Label label2;
  503. private CustomControl.ButtonUtil.NormalButton BatchFreeze;
  504. }
  505. }