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.md_reson = new System.Windows.Forms.Label();
  33. this.count_label = new System.Windows.Forms.Label();
  34. this.md_code_rb = new System.Windows.Forms.RadioButton();
  35. this.sn_code_rb = new System.Windows.Forms.RadioButton();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.已选 = new System.Windows.Forms.Label();
  38. this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  39. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.make_count = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  46. this.choosenum = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  47. this.sum = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  48. this.ChooseAll = new UAS_MES.CustomControl.ButtonUtil.ChooseAllButton();
  49. this.mdcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  50. this.Sure = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  51. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  52. this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  53. this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  54. this.md_macode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.md_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.md_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.md_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.MD_DOWNMAN = new System.Windows.Forms.DataGridViewTextBoxColumn();
  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. // md_reson
  105. //
  106. this.md_reson.AutoSize = true;
  107. this.md_reson.Font = new System.Drawing.Font("微软雅黑", 12F);
  108. this.md_reson.Location = new System.Drawing.Point(11, 322);
  109. this.md_reson.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  110. this.md_reson.Name = "md_reson";
  111. this.md_reson.Size = new System.Drawing.Size(106, 21);
  112. this.md_reson.TabIndex = 211;
  113. this.md_reson.Text = "取消下地原因";
  114. //
  115. // count_label
  116. //
  117. this.count_label.AutoSize = true;
  118. this.count_label.Font = new System.Drawing.Font("微软雅黑", 12F);
  119. this.count_label.Location = new System.Drawing.Point(497, 16);
  120. this.count_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  121. this.count_label.Name = "count_label";
  122. this.count_label.Size = new System.Drawing.Size(42, 21);
  123. this.count_label.TabIndex = 209;
  124. this.count_label.Text = "数量";
  125. //
  126. // md_code_rb
  127. //
  128. this.md_code_rb.AutoSize = true;
  129. this.md_code_rb.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.md_code_rb.Location = new System.Drawing.Point(22, 12);
  131. this.md_code_rb.Name = "md_code_rb";
  132. this.md_code_rb.Size = new System.Drawing.Size(76, 25);
  133. this.md_code_rb.TabIndex = 221;
  134. this.md_code_rb.TabStop = true;
  135. this.md_code_rb.Text = "事件号";
  136. this.md_code_rb.UseVisualStyleBackColor = true;
  137. this.md_code_rb.Click += new System.EventHandler(this.md_code_rb_Click);
  138. //
  139. // sn_code_rb
  140. //
  141. this.sn_code_rb.AutoSize = true;
  142. this.sn_code_rb.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.sn_code_rb.Location = new System.Drawing.Point(22, 55);
  144. this.sn_code_rb.Name = "sn_code_rb";
  145. this.sn_code_rb.Size = new System.Drawing.Size(76, 25);
  146. this.sn_code_rb.TabIndex = 222;
  147. this.sn_code_rb.TabStop = true;
  148. this.sn_code_rb.Text = "序列号";
  149. this.sn_code_rb.UseVisualStyleBackColor = true;
  150. this.sn_code_rb.Click += new System.EventHandler(this.md_code_rb_Click);
  151. //
  152. // label1
  153. //
  154. this.label1.AutoSize = true;
  155. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
  156. this.label1.Location = new System.Drawing.Point(89, 293);
  157. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  158. this.label1.Name = "label1";
  159. this.label1.Size = new System.Drawing.Size(42, 21);
  160. this.label1.TabIndex = 224;
  161. this.label1.Text = "总数";
  162. //
  163. // 已选
  164. //
  165. this.已选.AutoSize = true;
  166. this.已选.Font = new System.Drawing.Font("微软雅黑", 12F);
  167. this.已选.Location = new System.Drawing.Point(196, 294);
  168. this.已选.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  169. this.已选.Name = "已选";
  170. this.已选.Size = new System.Drawing.Size(42, 21);
  171. this.已选.TabIndex = 226;
  172. this.已选.Text = "已选";
  173. //
  174. // dataGridViewCheckBoxColumn1
  175. //
  176. this.dataGridViewCheckBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  177. this.dataGridViewCheckBoxColumn1.HeaderText = "勾选";
  178. this.dataGridViewCheckBoxColumn1.MinimumWidth = 80;
  179. this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
  180. this.dataGridViewCheckBoxColumn1.Width = 80;
  181. //
  182. // dataGridViewTextBoxColumn1
  183. //
  184. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  185. this.dataGridViewTextBoxColumn1.DataPropertyName = "md_macode";
  186. this.dataGridViewTextBoxColumn1.HeaderText = "工单编号";
  187. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  188. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  189. this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  190. //
  191. // dataGridViewTextBoxColumn2
  192. //
  193. this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  194. this.dataGridViewTextBoxColumn2.DataPropertyName = "md_sncode";
  195. this.dataGridViewTextBoxColumn2.HeaderText = "序列号";
  196. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  197. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  198. this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  199. //
  200. // dataGridViewTextBoxColumn3
  201. //
  202. this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  203. this.dataGridViewTextBoxColumn3.DataPropertyName = "md_prodcode";
  204. this.dataGridViewTextBoxColumn3.HeaderText = "产品代码";
  205. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  206. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  207. this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  208. //
  209. // dataGridViewTextBoxColumn4
  210. //
  211. this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  212. this.dataGridViewTextBoxColumn4.DataPropertyName = "pr_detail";
  213. this.dataGridViewTextBoxColumn4.HeaderText = "产品名称";
  214. this.dataGridViewTextBoxColumn4.MinimumWidth = 80;
  215. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  216. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  217. this.dataGridViewTextBoxColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  218. //
  219. // dataGridViewTextBoxColumn5
  220. //
  221. this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  222. this.dataGridViewTextBoxColumn5.DataPropertyName = "md_code";
  223. this.dataGridViewTextBoxColumn5.HeaderText = "";
  224. this.dataGridViewTextBoxColumn5.MinimumWidth = 2;
  225. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  226. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  227. this.dataGridViewTextBoxColumn5.Visible = false;
  228. this.dataGridViewTextBoxColumn5.Width = 5;
  229. //
  230. // dataGridViewTextBoxColumn6
  231. //
  232. this.dataGridViewTextBoxColumn6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  233. this.dataGridViewTextBoxColumn6.HeaderText = "";
  234. this.dataGridViewTextBoxColumn6.MinimumWidth = 2;
  235. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  236. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  237. this.dataGridViewTextBoxColumn6.Width = 2;
  238. //
  239. // make_count
  240. //
  241. this.make_count.AutoSize = true;
  242. this.make_count.CutLength = null;
  243. this.make_count.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  244. this.make_count.Location = new System.Drawing.Point(544, 16);
  245. this.make_count.MaximumSize = new System.Drawing.Size(200, 0);
  246. this.make_count.Name = "make_count";
  247. this.make_count.Size = new System.Drawing.Size(0, 21);
  248. this.make_count.TabIndex = 230;
  249. //
  250. // choosenum
  251. //
  252. this.choosenum.AutoSize = true;
  253. this.choosenum.CutLength = null;
  254. this.choosenum.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  255. this.choosenum.Location = new System.Drawing.Point(238, 294);
  256. this.choosenum.MaximumSize = new System.Drawing.Size(200, 0);
  257. this.choosenum.Name = "choosenum";
  258. this.choosenum.Size = new System.Drawing.Size(0, 21);
  259. this.choosenum.TabIndex = 229;
  260. //
  261. // sum
  262. //
  263. this.sum.AutoSize = true;
  264. this.sum.CutLength = null;
  265. this.sum.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  266. this.sum.Location = new System.Drawing.Point(136, 293);
  267. this.sum.MaximumSize = new System.Drawing.Size(200, 0);
  268. this.sum.Name = "sum";
  269. this.sum.Size = new System.Drawing.Size(0, 21);
  270. this.sum.TabIndex = 228;
  271. //
  272. // ChooseAll
  273. //
  274. this.ChooseAll.Location = new System.Drawing.Point(22, 293);
  275. this.ChooseAll.Name = "ChooseAll";
  276. this.ChooseAll.Size = new System.Drawing.Size(38, 20);
  277. this.ChooseAll.TabIndex = 223;
  278. this.ChooseAll.Text = "全选";
  279. this.ChooseAll.UseVisualStyleBackColor = true;
  280. //
  281. // mdcode
  282. //
  283. this.mdcode.AllPower = null;
  284. this.mdcode.BackColor = System.Drawing.Color.White;
  285. this.mdcode.ID = null;
  286. this.mdcode.Location = new System.Drawing.Point(93, 16);
  287. this.mdcode.Name = "mdcode";
  288. this.mdcode.Power = null;
  289. this.mdcode.Size = new System.Drawing.Size(196, 21);
  290. this.mdcode.Str = null;
  291. this.mdcode.Str1 = null;
  292. this.mdcode.Str2 = null;
  293. this.mdcode.TabIndex = 220;
  294. this.mdcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.md_code_KeyDown);
  295. //
  296. // Sure
  297. //
  298. this.Sure.AllPower = null;
  299. this.Sure.BackColor = System.Drawing.Color.Transparent;
  300. this.Sure.DownImage = ((System.Drawing.Image)(resources.GetObject("Sure.DownImage")));
  301. this.Sure.Image = null;
  302. this.Sure.IsShowBorder = true;
  303. this.Sure.Location = new System.Drawing.Point(262, 493);
  304. this.Sure.MoveImage = ((System.Drawing.Image)(resources.GetObject("Sure.MoveImage")));
  305. this.Sure.Name = "Sure";
  306. this.Sure.NormalImage = ((System.Drawing.Image)(resources.GetObject("Sure.NormalImage")));
  307. this.Sure.Power = null;
  308. this.Sure.Size = new System.Drawing.Size(75, 28);
  309. this.Sure.TabIndex = 219;
  310. this.Sure.Text = "确认";
  311. this.Sure.UseVisualStyleBackColor = false;
  312. this.Sure.Click += new System.EventHandler(this.Sure_Click);
  313. //
  314. // OperateResult
  315. //
  316. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  317. this.OperateResult.Location = new System.Drawing.Point(435, 322);
  318. this.OperateResult.Name = "OperateResult";
  319. this.OperateResult.Size = new System.Drawing.Size(412, 199);
  320. this.OperateResult.TabIndex = 216;
  321. this.OperateResult.Text = "";
  322. //
  323. // sn_code
  324. //
  325. this.sn_code.AllPower = null;
  326. this.sn_code.BackColor = System.Drawing.Color.White;
  327. this.sn_code.ID = null;
  328. this.sn_code.Location = new System.Drawing.Point(93, 61);
  329. this.sn_code.Name = "sn_code";
  330. this.sn_code.Power = null;
  331. this.sn_code.Size = new System.Drawing.Size(196, 21);
  332. this.sn_code.Str = null;
  333. this.sn_code.Str1 = null;
  334. this.sn_code.Str2 = null;
  335. this.sn_code.TabIndex = 214;
  336. this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
  337. //
  338. // Choose
  339. //
  340. this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  341. this.Choose.HeaderText = "勾选";
  342. this.Choose.MinimumWidth = 60;
  343. this.Choose.Name = "Choose";
  344. this.Choose.Width = 60;
  345. //
  346. // md_macode
  347. //
  348. this.md_macode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  349. this.md_macode.DataPropertyName = "md_macode";
  350. this.md_macode.HeaderText = "工单编号";
  351. this.md_macode.Name = "md_macode";
  352. this.md_macode.ReadOnly = true;
  353. this.md_macode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  354. //
  355. // md_sncode
  356. //
  357. this.md_sncode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  358. this.md_sncode.DataPropertyName = "md_sncode";
  359. this.md_sncode.HeaderText = "序列号";
  360. this.md_sncode.Name = "md_sncode";
  361. this.md_sncode.ReadOnly = true;
  362. this.md_sncode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  363. //
  364. // md_prodcode
  365. //
  366. this.md_prodcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  367. this.md_prodcode.DataPropertyName = "md_prodcode";
  368. this.md_prodcode.HeaderText = "产品代码";
  369. this.md_prodcode.Name = "md_prodcode";
  370. this.md_prodcode.ReadOnly = true;
  371. this.md_prodcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  372. //
  373. // pr_detail
  374. //
  375. this.pr_detail.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  376. this.pr_detail.DataPropertyName = "pr_detail";
  377. this.pr_detail.HeaderText = "产品名称";
  378. this.pr_detail.MinimumWidth = 80;
  379. this.pr_detail.Name = "pr_detail";
  380. this.pr_detail.ReadOnly = true;
  381. this.pr_detail.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  382. //
  383. // md_code
  384. //
  385. this.md_code.DataPropertyName = "md_code";
  386. this.md_code.HeaderText = "";
  387. this.md_code.Name = "md_code";
  388. this.md_code.ReadOnly = true;
  389. this.md_code.Visible = false;
  390. //
  391. // MD_DOWNMAN
  392. //
  393. this.MD_DOWNMAN.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  394. this.MD_DOWNMAN.HeaderText = "";
  395. this.MD_DOWNMAN.MinimumWidth = 2;
  396. this.MD_DOWNMAN.Name = "MD_DOWNMAN";
  397. this.MD_DOWNMAN.ReadOnly = true;
  398. this.MD_DOWNMAN.Width = 2;
  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. }