Make_MakeDown.Designer.cs 28 KB

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