Make_MakeCancelDown.Designer.cs 26 KB

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