Make_MakeCancelDown.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_MakeCancelDown
  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_MakeCancelDown));
  29. this.ms_makecode = new System.Windows.Forms.Label();
  30. this.pr_code = new System.Windows.Forms.Label();
  31. this.LabelDataGridView = new System.Windows.Forms.DataGridView();
  32. this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  33. this.md_macode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.md_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.md_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.md_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.MD_DOWNMAN = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.md_reson = new System.Windows.Forms.Label();
  40. this.count_label = new System.Windows.Forms.Label();
  41. this.md_code_rb = new System.Windows.Forms.RadioButton();
  42. this.sn_code_rb = new System.Windows.Forms.RadioButton();
  43. this.label1 = new System.Windows.Forms.Label();
  44. this.已选 = new System.Windows.Forms.Label();
  45. this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  46. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.make_count = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  53. this.choosenum = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  54. this.sum = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  55. this.ChooseAll = new UAS_MES.CustomControl.ButtonUtil.ChooseAllButton();
  56. this.mdcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  57. this.Sure = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  58. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  59. this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  60. this.inputreson = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  61. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // ms_makecode
  65. //
  66. this.ms_makecode.AutoSize = true;
  67. this.ms_makecode.Location = new System.Drawing.Point(559, 362);
  68. this.ms_makecode.Name = "ms_makecode";
  69. this.ms_makecode.Size = new System.Drawing.Size(0, 12);
  70. this.ms_makecode.TabIndex = 218;
  71. this.ms_makecode.Visible = false;
  72. //
  73. // pr_code
  74. //
  75. this.pr_code.AutoSize = true;
  76. this.pr_code.Location = new System.Drawing.Point(449, 362);
  77. this.pr_code.Name = "pr_code";
  78. this.pr_code.Size = new System.Drawing.Size(0, 12);
  79. this.pr_code.TabIndex = 217;
  80. this.pr_code.Visible = false;
  81. //
  82. // LabelDataGridView
  83. //
  84. this.LabelDataGridView.AllowUserToAddRows = false;
  85. this.LabelDataGridView.AllowUserToResizeRows = false;
  86. this.LabelDataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
  87. this.LabelDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  88. this.Choose,
  89. this.md_macode,
  90. this.md_sncode,
  91. this.md_prodcode,
  92. this.pr_detail,
  93. this.md_code,
  94. this.MD_DOWNMAN});
  95. this.LabelDataGridView.Location = new System.Drawing.Point(22, 88);
  96. this.LabelDataGridView.Name = "LabelDataGridView";
  97. this.LabelDataGridView.RowHeadersVisible = false;
  98. this.LabelDataGridView.RowTemplate.Height = 23;
  99. this.LabelDataGridView.Size = new System.Drawing.Size(837, 199);
  100. this.LabelDataGridView.TabIndex = 213;
  101. this.LabelDataGridView.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.LabelDataGridView_CellValueChanged);
  102. this.LabelDataGridView.CurrentCellDirtyStateChanged += new System.EventHandler(this.LabelDataGridView_CurrentCellDirtyStateChanged);
  103. //
  104. // Choose
  105. //
  106. this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  107. this.Choose.HeaderText = "勾选";
  108. this.Choose.MinimumWidth = 60;
  109. this.Choose.Name = "Choose";
  110. this.Choose.Width = 60;
  111. //
  112. // md_macode
  113. //
  114. this.md_macode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  115. this.md_macode.DataPropertyName = "md_macode";
  116. this.md_macode.HeaderText = "工单编号";
  117. this.md_macode.Name = "md_macode";
  118. this.md_macode.ReadOnly = true;
  119. this.md_macode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  120. //
  121. // md_sncode
  122. //
  123. this.md_sncode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  124. this.md_sncode.DataPropertyName = "md_sncode";
  125. this.md_sncode.HeaderText = "序列号";
  126. this.md_sncode.Name = "md_sncode";
  127. this.md_sncode.ReadOnly = true;
  128. this.md_sncode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  129. //
  130. // md_prodcode
  131. //
  132. this.md_prodcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  133. this.md_prodcode.DataPropertyName = "md_prodcode";
  134. this.md_prodcode.HeaderText = "产品代码";
  135. this.md_prodcode.Name = "md_prodcode";
  136. this.md_prodcode.ReadOnly = true;
  137. this.md_prodcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  138. //
  139. // pr_detail
  140. //
  141. this.pr_detail.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  142. this.pr_detail.DataPropertyName = "pr_detail";
  143. this.pr_detail.HeaderText = "产品名称";
  144. this.pr_detail.MinimumWidth = 80;
  145. this.pr_detail.Name = "pr_detail";
  146. this.pr_detail.ReadOnly = true;
  147. this.pr_detail.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  148. //
  149. // md_code
  150. //
  151. this.md_code.DataPropertyName = "md_code";
  152. this.md_code.HeaderText = "";
  153. this.md_code.Name = "md_code";
  154. this.md_code.ReadOnly = true;
  155. this.md_code.Visible = false;
  156. //
  157. // MD_DOWNMAN
  158. //
  159. this.MD_DOWNMAN.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  160. this.MD_DOWNMAN.HeaderText = "";
  161. this.MD_DOWNMAN.MinimumWidth = 2;
  162. this.MD_DOWNMAN.Name = "MD_DOWNMAN";
  163. this.MD_DOWNMAN.ReadOnly = true;
  164. this.MD_DOWNMAN.Width = 2;
  165. //
  166. // md_reson
  167. //
  168. this.md_reson.AutoSize = true;
  169. this.md_reson.Font = new System.Drawing.Font("微软雅黑", 12F);
  170. this.md_reson.Location = new System.Drawing.Point(11, 322);
  171. this.md_reson.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  172. this.md_reson.Name = "md_reson";
  173. this.md_reson.Size = new System.Drawing.Size(106, 21);
  174. this.md_reson.TabIndex = 211;
  175. this.md_reson.Text = "取消下地原因";
  176. //
  177. // count_label
  178. //
  179. this.count_label.AutoSize = true;
  180. this.count_label.Font = new System.Drawing.Font("微软雅黑", 12F);
  181. this.count_label.Location = new System.Drawing.Point(497, 16);
  182. this.count_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  183. this.count_label.Name = "count_label";
  184. this.count_label.Size = new System.Drawing.Size(42, 21);
  185. this.count_label.TabIndex = 209;
  186. this.count_label.Text = "数量";
  187. //
  188. // md_code_rb
  189. //
  190. this.md_code_rb.AutoSize = true;
  191. this.md_code_rb.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. this.md_code_rb.Location = new System.Drawing.Point(22, 12);
  193. this.md_code_rb.Name = "md_code_rb";
  194. this.md_code_rb.Size = new System.Drawing.Size(76, 25);
  195. this.md_code_rb.TabIndex = 221;
  196. this.md_code_rb.TabStop = true;
  197. this.md_code_rb.Text = "事件号";
  198. this.md_code_rb.UseVisualStyleBackColor = true;
  199. this.md_code_rb.Click += new System.EventHandler(this.md_code_rb_Click);
  200. //
  201. // sn_code_rb
  202. //
  203. this.sn_code_rb.AutoSize = true;
  204. this.sn_code_rb.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  205. this.sn_code_rb.Location = new System.Drawing.Point(22, 55);
  206. this.sn_code_rb.Name = "sn_code_rb";
  207. this.sn_code_rb.Size = new System.Drawing.Size(76, 25);
  208. this.sn_code_rb.TabIndex = 222;
  209. this.sn_code_rb.TabStop = true;
  210. this.sn_code_rb.Text = "序列号";
  211. this.sn_code_rb.UseVisualStyleBackColor = true;
  212. this.sn_code_rb.Click += new System.EventHandler(this.md_code_rb_Click);
  213. //
  214. // label1
  215. //
  216. this.label1.AutoSize = true;
  217. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
  218. this.label1.Location = new System.Drawing.Point(89, 293);
  219. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  220. this.label1.Name = "label1";
  221. this.label1.Size = new System.Drawing.Size(42, 21);
  222. this.label1.TabIndex = 224;
  223. this.label1.Text = "总数";
  224. //
  225. // 已选
  226. //
  227. this.已选.AutoSize = true;
  228. this.已选.Font = new System.Drawing.Font("微软雅黑", 12F);
  229. this.已选.Location = new System.Drawing.Point(196, 294);
  230. this.已选.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  231. this.已选.Name = "已选";
  232. this.已选.Size = new System.Drawing.Size(42, 21);
  233. this.已选.TabIndex = 226;
  234. this.已选.Text = "已选";
  235. //
  236. // dataGridViewCheckBoxColumn1
  237. //
  238. this.dataGridViewCheckBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  239. this.dataGridViewCheckBoxColumn1.HeaderText = "勾选";
  240. this.dataGridViewCheckBoxColumn1.MinimumWidth = 80;
  241. this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
  242. this.dataGridViewCheckBoxColumn1.Width = 80;
  243. //
  244. // dataGridViewTextBoxColumn1
  245. //
  246. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  247. this.dataGridViewTextBoxColumn1.DataPropertyName = "md_macode";
  248. this.dataGridViewTextBoxColumn1.HeaderText = "工单编号";
  249. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  250. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  251. this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  252. //
  253. // dataGridViewTextBoxColumn2
  254. //
  255. this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  256. this.dataGridViewTextBoxColumn2.DataPropertyName = "md_sncode";
  257. this.dataGridViewTextBoxColumn2.HeaderText = "序列号";
  258. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  259. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  260. this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  261. //
  262. // dataGridViewTextBoxColumn3
  263. //
  264. this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  265. this.dataGridViewTextBoxColumn3.DataPropertyName = "md_prodcode";
  266. this.dataGridViewTextBoxColumn3.HeaderText = "产品代码";
  267. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  268. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  269. this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  270. //
  271. // dataGridViewTextBoxColumn4
  272. //
  273. this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  274. this.dataGridViewTextBoxColumn4.DataPropertyName = "pr_detail";
  275. this.dataGridViewTextBoxColumn4.HeaderText = "产品名称";
  276. this.dataGridViewTextBoxColumn4.MinimumWidth = 80;
  277. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  278. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  279. this.dataGridViewTextBoxColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  280. //
  281. // dataGridViewTextBoxColumn5
  282. //
  283. this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  284. this.dataGridViewTextBoxColumn5.DataPropertyName = "md_code";
  285. this.dataGridViewTextBoxColumn5.HeaderText = "";
  286. this.dataGridViewTextBoxColumn5.MinimumWidth = 2;
  287. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  288. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  289. this.dataGridViewTextBoxColumn5.Visible = false;
  290. this.dataGridViewTextBoxColumn5.Width = 5;
  291. //
  292. // dataGridViewTextBoxColumn6
  293. //
  294. this.dataGridViewTextBoxColumn6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  295. this.dataGridViewTextBoxColumn6.HeaderText = "";
  296. this.dataGridViewTextBoxColumn6.MinimumWidth = 2;
  297. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  298. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  299. this.dataGridViewTextBoxColumn6.Width = 2;
  300. //
  301. // make_count
  302. //
  303. this.make_count.AutoSize = true;
  304. this.make_count.CutLength = null;
  305. this.make_count.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306. this.make_count.Location = new System.Drawing.Point(544, 16);
  307. this.make_count.MaximumSize = new System.Drawing.Size(200, 0);
  308. this.make_count.Name = "make_count";
  309. this.make_count.Size = new System.Drawing.Size(0, 21);
  310. this.make_count.TabIndex = 230;
  311. //
  312. // choosenum
  313. //
  314. this.choosenum.AutoSize = true;
  315. this.choosenum.CutLength = null;
  316. this.choosenum.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  317. this.choosenum.Location = new System.Drawing.Point(238, 294);
  318. this.choosenum.MaximumSize = new System.Drawing.Size(200, 0);
  319. this.choosenum.Name = "choosenum";
  320. this.choosenum.Size = new System.Drawing.Size(0, 21);
  321. this.choosenum.TabIndex = 229;
  322. //
  323. // sum
  324. //
  325. this.sum.AutoSize = true;
  326. this.sum.CutLength = null;
  327. this.sum.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  328. this.sum.Location = new System.Drawing.Point(136, 293);
  329. this.sum.MaximumSize = new System.Drawing.Size(200, 0);
  330. this.sum.Name = "sum";
  331. this.sum.Size = new System.Drawing.Size(0, 21);
  332. this.sum.TabIndex = 228;
  333. //
  334. // ChooseAll
  335. //
  336. this.ChooseAll.Location = new System.Drawing.Point(22, 293);
  337. this.ChooseAll.Name = "ChooseAll";
  338. this.ChooseAll.Size = new System.Drawing.Size(38, 20);
  339. this.ChooseAll.TabIndex = 223;
  340. this.ChooseAll.Text = "全选";
  341. this.ChooseAll.UseVisualStyleBackColor = true;
  342. //
  343. // mdcode
  344. //
  345. this.mdcode.AllPower = null;
  346. this.mdcode.BackColor = System.Drawing.Color.White;
  347. this.mdcode.ID = null;
  348. this.mdcode.Location = new System.Drawing.Point(93, 16);
  349. this.mdcode.Name = "mdcode";
  350. this.mdcode.Power = null;
  351. this.mdcode.Size = new System.Drawing.Size(196, 21);
  352. this.mdcode.Str = null;
  353. this.mdcode.Str1 = null;
  354. this.mdcode.Str2 = null;
  355. this.mdcode.TabIndex = 220;
  356. this.mdcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.md_code_KeyDown);
  357. //
  358. // Sure
  359. //
  360. this.Sure.AllPower = null;
  361. this.Sure.BackColor = System.Drawing.Color.Transparent;
  362. this.Sure.DownImage = ((System.Drawing.Image)(resources.GetObject("Sure.DownImage")));
  363. this.Sure.Image = null;
  364. this.Sure.IsShowBorder = true;
  365. this.Sure.Location = new System.Drawing.Point(262, 493);
  366. this.Sure.MoveImage = ((System.Drawing.Image)(resources.GetObject("Sure.MoveImage")));
  367. this.Sure.Name = "Sure";
  368. this.Sure.NormalImage = ((System.Drawing.Image)(resources.GetObject("Sure.NormalImage")));
  369. this.Sure.Power = null;
  370. this.Sure.Size = new System.Drawing.Size(75, 28);
  371. this.Sure.TabIndex = 219;
  372. this.Sure.Text = "确认";
  373. this.Sure.UseVisualStyleBackColor = false;
  374. this.Sure.Click += new System.EventHandler(this.Sure_Click);
  375. //
  376. // OperateResult
  377. //
  378. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  379. this.OperateResult.Location = new System.Drawing.Point(435, 322);
  380. this.OperateResult.Name = "OperateResult";
  381. this.OperateResult.Size = new System.Drawing.Size(412, 199);
  382. this.OperateResult.TabIndex = 216;
  383. this.OperateResult.Text = "";
  384. //
  385. // sn_code
  386. //
  387. this.sn_code.AllPower = null;
  388. this.sn_code.BackColor = System.Drawing.Color.White;
  389. this.sn_code.ID = null;
  390. this.sn_code.Location = new System.Drawing.Point(93, 61);
  391. this.sn_code.Name = "sn_code";
  392. this.sn_code.Power = null;
  393. this.sn_code.Size = new System.Drawing.Size(196, 21);
  394. this.sn_code.Str = null;
  395. this.sn_code.Str1 = null;
  396. this.sn_code.Str2 = null;
  397. this.sn_code.TabIndex = 214;
  398. this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
  399. //
  400. // inputreson
  401. //
  402. this.inputreson.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  403. this.inputreson.Location = new System.Drawing.Point(122, 322);
  404. this.inputreson.Name = "inputreson";
  405. this.inputreson.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
  406. this.inputreson.Size = new System.Drawing.Size(295, 124);
  407. this.inputreson.TabIndex = 212;
  408. this.inputreson.Text = "";
  409. //
  410. // Make_MakeCancelDown
  411. //
  412. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  413. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  414. this.ClientSize = new System.Drawing.Size(872, 533);
  415. this.Controls.Add(this.make_count);
  416. this.Controls.Add(this.choosenum);
  417. this.Controls.Add(this.sum);
  418. this.Controls.Add(this.已选);
  419. this.Controls.Add(this.label1);
  420. this.Controls.Add(this.ChooseAll);
  421. this.Controls.Add(this.sn_code_rb);
  422. this.Controls.Add(this.md_code_rb);
  423. this.Controls.Add(this.mdcode);
  424. this.Controls.Add(this.Sure);
  425. this.Controls.Add(this.OperateResult);
  426. this.Controls.Add(this.sn_code);
  427. this.Controls.Add(this.ms_makecode);
  428. this.Controls.Add(this.pr_code);
  429. this.Controls.Add(this.LabelDataGridView);
  430. this.Controls.Add(this.inputreson);
  431. this.Controls.Add(this.md_reson);
  432. this.Controls.Add(this.count_label);
  433. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  434. this.Name = "Make_MakeCancelDown";
  435. this.Tag = "Make!MakeCancelDown";
  436. this.Text = "Make_MakeCancelDown";
  437. this.Load += new System.EventHandler(this.Make_MakeCancelDown_Load);
  438. this.SizeChanged += new System.EventHandler(this.Make_MakeCancelDown_SizeChanged);
  439. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).EndInit();
  440. this.ResumeLayout(false);
  441. this.PerformLayout();
  442. }
  443. #endregion
  444. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  445. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  446. private CustomControl.TextBoxWithIcon.EnterTextBox sn_code;
  447. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  448. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  449. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  450. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  451. private System.Windows.Forms.Label ms_makecode;
  452. private System.Windows.Forms.Label pr_code;
  453. private System.Windows.Forms.DataGridView LabelDataGridView;
  454. private CustomControl.RichText.RichTextAutoBottom inputreson;
  455. private System.Windows.Forms.Label md_reson;
  456. private System.Windows.Forms.Label count_label;
  457. private CustomControl.ButtonUtil.NormalButton Sure;
  458. private CustomControl.TextBoxWithIcon.EnterTextBox mdcode;
  459. private System.Windows.Forms.RadioButton md_code_rb;
  460. private System.Windows.Forms.RadioButton sn_code_rb;
  461. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
  462. private CustomControl.ButtonUtil.ChooseAllButton ChooseAll;
  463. private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
  464. private System.Windows.Forms.DataGridViewTextBoxColumn md_macode;
  465. private System.Windows.Forms.DataGridViewTextBoxColumn md_sncode;
  466. private System.Windows.Forms.DataGridViewTextBoxColumn md_prodcode;
  467. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
  468. private System.Windows.Forms.DataGridViewTextBoxColumn md_code;
  469. private System.Windows.Forms.DataGridViewTextBoxColumn MD_DOWNMAN;
  470. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  471. private System.Windows.Forms.Label label1;
  472. private System.Windows.Forms.Label 已选;
  473. private CustomControl.ValueLabel.ValueLabel sum;
  474. private CustomControl.ValueLabel.ValueLabel choosenum;
  475. private CustomControl.ValueLabel.ValueLabel make_count;
  476. }
  477. }