Warehouse_FinishedProductIn.Designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626
  1. namespace UAS_MES_NEW.Warehouse
  2. {
  3. partial class Warehouse_FinishedProductIn
  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. this.valueLabel1 = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  29. this.richTextAutoBottom1 = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  30. this.richTextAutoBottom2 = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  31. this.searchTextBox1 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  32. this.valueLabel2 = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  33. this.valueLabel3 = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  34. this.textBox2 = new System.Windows.Forms.TextBox();
  35. this.searchTextBox2 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  36. this.bigboxBtn = new System.Windows.Forms.RadioButton();
  37. this.serBtn = new System.Windows.Forms.RadioButton();
  38. this.palletBtn = new System.Windows.Forms.RadioButton();
  39. this.searchTextBox3 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  40. this.valueLabel4 = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  41. this.valueLabel5 = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  42. this.textBox1 = new System.Windows.Forms.TextBox();
  43. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  44. this.valueLabel6 = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  45. this.valueLabel7 = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  46. this.valueLabel8 = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  47. this.valueLabel9 = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  48. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.valueLabel10 = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  52. this.valueLabel11 = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  53. this.dataGridView2 = new System.Windows.Forms.DataGridView();
  54. this.valueLabel12 = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  55. this.textBox3 = new System.Windows.Forms.TextBox();
  56. this.searchTextBox4 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  57. this.valueLabel13 = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  58. this.radioButton1 = new System.Windows.Forms.RadioButton();
  59. this.radioButton2 = new System.Windows.Forms.RadioButton();
  60. this.radioButton3 = new System.Windows.Forms.RadioButton();
  61. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.valueLabel14 = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  65. this.valueLabel15 = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  66. this.checkBox1 = new System.Windows.Forms.CheckBox();
  67. this.checkBox2 = new System.Windows.Forms.CheckBox();
  68. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
  70. this.SuspendLayout();
  71. //
  72. // valueLabel1
  73. //
  74. this.valueLabel1.AutoSize = true;
  75. this.valueLabel1.CutLength = null;
  76. this.valueLabel1.Font = new System.Drawing.Font("宋体", 14F);
  77. this.valueLabel1.Location = new System.Drawing.Point(52, 27);
  78. this.valueLabel1.MaximumSize = new System.Drawing.Size(200, 0);
  79. this.valueLabel1.Name = "valueLabel1";
  80. this.valueLabel1.Size = new System.Drawing.Size(169, 38);
  81. this.valueLabel1.TabIndex = 1;
  82. this.valueLabel1.Text = "岗位资源";
  83. //
  84. // richTextAutoBottom1
  85. //
  86. this.richTextAutoBottom1.Location = new System.Drawing.Point(-43, -88);
  87. this.richTextAutoBottom1.Name = "richTextAutoBottom1";
  88. this.richTextAutoBottom1.Size = new System.Drawing.Size(100, 96);
  89. this.richTextAutoBottom1.TabIndex = 2;
  90. this.richTextAutoBottom1.Text = "";
  91. //
  92. // richTextAutoBottom2
  93. //
  94. this.richTextAutoBottom2.Location = new System.Drawing.Point(59, 374);
  95. this.richTextAutoBottom2.Name = "richTextAutoBottom2";
  96. this.richTextAutoBottom2.Size = new System.Drawing.Size(521, 152);
  97. this.richTextAutoBottom2.TabIndex = 3;
  98. this.richTextAutoBottom2.Text = "SN:12345采集成功";
  99. this.richTextAutoBottom2.TextChanged += new System.EventHandler(this.richTextAutoBottom2_TextChanged);
  100. //
  101. // searchTextBox1
  102. //
  103. this.searchTextBox1.AllPower = null;
  104. this.searchTextBox1.Caller = null;
  105. this.searchTextBox1.Condition = null;
  106. this.searchTextBox1.DBTitle = null;
  107. this.searchTextBox1.Font = new System.Drawing.Font("宋体", 14F);
  108. this.searchTextBox1.FormName = null;
  109. this.searchTextBox1.Location = new System.Drawing.Point(244, 90);
  110. this.searchTextBox1.Name = "searchTextBox1";
  111. this.searchTextBox1.Power = null;
  112. this.searchTextBox1.ReturnData = null;
  113. this.searchTextBox1.SelectField = null;
  114. this.searchTextBox1.SetValueField = null;
  115. this.searchTextBox1.Size = new System.Drawing.Size(336, 38);
  116. this.searchTextBox1.TabIndex = 4;
  117. this.searchTextBox1.TableName = null;
  118. this.searchTextBox1.TextBoxEnable = false;
  119. //
  120. // valueLabel2
  121. //
  122. this.valueLabel2.AutoSize = true;
  123. this.valueLabel2.CutLength = null;
  124. this.valueLabel2.Font = new System.Drawing.Font("宋体", 14F);
  125. this.valueLabel2.Location = new System.Drawing.Point(52, 90);
  126. this.valueLabel2.MaximumSize = new System.Drawing.Size(200, 0);
  127. this.valueLabel2.Name = "valueLabel2";
  128. this.valueLabel2.Size = new System.Drawing.Size(131, 38);
  129. this.valueLabel2.TabIndex = 5;
  130. this.valueLabel2.Text = "工单号";
  131. //
  132. // valueLabel3
  133. //
  134. this.valueLabel3.AutoSize = true;
  135. this.valueLabel3.CutLength = null;
  136. this.valueLabel3.Font = new System.Drawing.Font("宋体", 14F);
  137. this.valueLabel3.Location = new System.Drawing.Point(52, 314);
  138. this.valueLabel3.MaximumSize = new System.Drawing.Size(200, 0);
  139. this.valueLabel3.Name = "valueLabel3";
  140. this.valueLabel3.Size = new System.Drawing.Size(55, 38);
  141. this.valueLabel3.TabIndex = 7;
  142. this.valueLabel3.Text = "SN";
  143. //
  144. // textBox2
  145. //
  146. this.textBox2.Location = new System.Drawing.Point(244, 317);
  147. this.textBox2.Name = "textBox2";
  148. this.textBox2.Size = new System.Drawing.Size(316, 35);
  149. this.textBox2.TabIndex = 6;
  150. //
  151. // searchTextBox2
  152. //
  153. this.searchTextBox2.AllPower = null;
  154. this.searchTextBox2.Caller = null;
  155. this.searchTextBox2.Condition = null;
  156. this.searchTextBox2.DBTitle = null;
  157. this.searchTextBox2.Font = new System.Drawing.Font("宋体", 14F);
  158. this.searchTextBox2.FormName = null;
  159. this.searchTextBox2.Location = new System.Drawing.Point(244, 27);
  160. this.searchTextBox2.Name = "searchTextBox2";
  161. this.searchTextBox2.Power = null;
  162. this.searchTextBox2.ReturnData = null;
  163. this.searchTextBox2.SelectField = null;
  164. this.searchTextBox2.SetValueField = null;
  165. this.searchTextBox2.Size = new System.Drawing.Size(336, 38);
  166. this.searchTextBox2.TabIndex = 8;
  167. this.searchTextBox2.TableName = null;
  168. this.searchTextBox2.TextBoxEnable = true;
  169. this.searchTextBox2.Load += new System.EventHandler(this.searchTextBox2_Load);
  170. //
  171. // bigboxBtn
  172. //
  173. this.bigboxBtn.AutoSize = true;
  174. this.bigboxBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.bigboxBtn.Location = new System.Drawing.Point(799, 192);
  176. this.bigboxBtn.Margin = new System.Windows.Forms.Padding(4);
  177. this.bigboxBtn.Name = "bigboxBtn";
  178. this.bigboxBtn.Size = new System.Drawing.Size(113, 45);
  179. this.bigboxBtn.TabIndex = 234;
  180. this.bigboxBtn.Text = "箱号";
  181. this.bigboxBtn.UseVisualStyleBackColor = true;
  182. //
  183. // serBtn
  184. //
  185. this.serBtn.AutoSize = true;
  186. this.serBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.serBtn.Location = new System.Drawing.Point(957, 189);
  188. this.serBtn.Margin = new System.Windows.Forms.Padding(4);
  189. this.serBtn.Name = "serBtn";
  190. this.serBtn.Size = new System.Drawing.Size(209, 45);
  191. this.serBtn.TabIndex = 233;
  192. this.serBtn.Text = "单台序列号";
  193. this.serBtn.UseVisualStyleBackColor = true;
  194. //
  195. // palletBtn
  196. //
  197. this.palletBtn.AutoSize = true;
  198. this.palletBtn.Checked = true;
  199. this.palletBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. this.palletBtn.Location = new System.Drawing.Point(619, 193);
  201. this.palletBtn.Margin = new System.Windows.Forms.Padding(4);
  202. this.palletBtn.Name = "palletBtn";
  203. this.palletBtn.Size = new System.Drawing.Size(145, 45);
  204. this.palletBtn.TabIndex = 232;
  205. this.palletBtn.TabStop = true;
  206. this.palletBtn.Text = "栈板号";
  207. this.palletBtn.UseVisualStyleBackColor = true;
  208. //
  209. // searchTextBox3
  210. //
  211. this.searchTextBox3.AllPower = null;
  212. this.searchTextBox3.Caller = null;
  213. this.searchTextBox3.Condition = null;
  214. this.searchTextBox3.DBTitle = null;
  215. this.searchTextBox3.Font = new System.Drawing.Font("宋体", 14F);
  216. this.searchTextBox3.FormName = null;
  217. this.searchTextBox3.Location = new System.Drawing.Point(802, 37);
  218. this.searchTextBox3.Name = "searchTextBox3";
  219. this.searchTextBox3.Power = null;
  220. this.searchTextBox3.ReturnData = null;
  221. this.searchTextBox3.SelectField = null;
  222. this.searchTextBox3.SetValueField = null;
  223. this.searchTextBox3.Size = new System.Drawing.Size(336, 38);
  224. this.searchTextBox3.TabIndex = 236;
  225. this.searchTextBox3.TableName = null;
  226. this.searchTextBox3.TextBoxEnable = false;
  227. //
  228. // valueLabel4
  229. //
  230. this.valueLabel4.AutoSize = true;
  231. this.valueLabel4.CutLength = null;
  232. this.valueLabel4.Font = new System.Drawing.Font("宋体", 14F);
  233. this.valueLabel4.Location = new System.Drawing.Point(627, 37);
  234. this.valueLabel4.MaximumSize = new System.Drawing.Size(200, 0);
  235. this.valueLabel4.Name = "valueLabel4";
  236. this.valueLabel4.Size = new System.Drawing.Size(169, 38);
  237. this.valueLabel4.TabIndex = 235;
  238. this.valueLabel4.Text = "入库单号";
  239. //
  240. // valueLabel5
  241. //
  242. this.valueLabel5.AutoSize = true;
  243. this.valueLabel5.CutLength = null;
  244. this.valueLabel5.Font = new System.Drawing.Font("宋体", 14F);
  245. this.valueLabel5.Location = new System.Drawing.Point(612, 302);
  246. this.valueLabel5.MaximumSize = new System.Drawing.Size(200, 0);
  247. this.valueLabel5.Name = "valueLabel5";
  248. this.valueLabel5.Size = new System.Drawing.Size(131, 38);
  249. this.valueLabel5.TabIndex = 238;
  250. this.valueLabel5.Text = "录入框";
  251. //
  252. // textBox1
  253. //
  254. this.textBox1.Location = new System.Drawing.Point(804, 305);
  255. this.textBox1.Name = "textBox1";
  256. this.textBox1.Size = new System.Drawing.Size(316, 35);
  257. this.textBox1.TabIndex = 237;
  258. //
  259. // dataGridView1
  260. //
  261. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  262. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  263. this.Column1,
  264. this.Column2,
  265. this.Column3});
  266. this.dataGridView1.Location = new System.Drawing.Point(619, 359);
  267. this.dataGridView1.Name = "dataGridView1";
  268. this.dataGridView1.RowTemplate.Height = 37;
  269. this.dataGridView1.Size = new System.Drawing.Size(526, 318);
  270. this.dataGridView1.TabIndex = 239;
  271. //
  272. // valueLabel6
  273. //
  274. this.valueLabel6.AutoSize = true;
  275. this.valueLabel6.CutLength = null;
  276. this.valueLabel6.Font = new System.Drawing.Font("宋体", 14F);
  277. this.valueLabel6.Location = new System.Drawing.Point(627, 90);
  278. this.valueLabel6.MaximumSize = new System.Drawing.Size(200, 0);
  279. this.valueLabel6.Name = "valueLabel6";
  280. this.valueLabel6.Size = new System.Drawing.Size(169, 38);
  281. this.valueLabel6.TabIndex = 240;
  282. this.valueLabel6.Text = "产品编号";
  283. //
  284. // valueLabel7
  285. //
  286. this.valueLabel7.AutoSize = true;
  287. this.valueLabel7.CutLength = null;
  288. this.valueLabel7.Font = new System.Drawing.Font("宋体", 14F);
  289. this.valueLabel7.Location = new System.Drawing.Point(627, 144);
  290. this.valueLabel7.MaximumSize = new System.Drawing.Size(200, 0);
  291. this.valueLabel7.Name = "valueLabel7";
  292. this.valueLabel7.Size = new System.Drawing.Size(169, 38);
  293. this.valueLabel7.TabIndex = 241;
  294. this.valueLabel7.Text = "产品名称";
  295. //
  296. // valueLabel8
  297. //
  298. this.valueLabel8.AutoSize = true;
  299. this.valueLabel8.CutLength = null;
  300. this.valueLabel8.Font = new System.Drawing.Font("宋体", 14F);
  301. this.valueLabel8.Location = new System.Drawing.Point(52, 257);
  302. this.valueLabel8.MaximumSize = new System.Drawing.Size(200, 0);
  303. this.valueLabel8.Name = "valueLabel8";
  304. this.valueLabel8.Size = new System.Drawing.Size(131, 38);
  305. this.valueLabel8.TabIndex = 242;
  306. this.valueLabel8.Text = "已采集";
  307. //
  308. // valueLabel9
  309. //
  310. this.valueLabel9.AutoSize = true;
  311. this.valueLabel9.CutLength = null;
  312. this.valueLabel9.Font = new System.Drawing.Font("宋体", 14F);
  313. this.valueLabel9.Location = new System.Drawing.Point(314, 257);
  314. this.valueLabel9.MaximumSize = new System.Drawing.Size(200, 0);
  315. this.valueLabel9.Name = "valueLabel9";
  316. this.valueLabel9.Size = new System.Drawing.Size(131, 38);
  317. this.valueLabel9.TabIndex = 243;
  318. this.valueLabel9.Text = "待采集";
  319. //
  320. // Column1
  321. //
  322. this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  323. this.Column1.HeaderText = "产品编号";
  324. this.Column1.Name = "Column1";
  325. this.Column1.Width = 151;
  326. //
  327. // Column2
  328. //
  329. this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  330. this.Column2.HeaderText = "入库数量";
  331. this.Column2.Name = "Column2";
  332. this.Column2.Width = 151;
  333. //
  334. // Column3
  335. //
  336. this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  337. this.Column3.HeaderText = "已采集数量";
  338. this.Column3.Name = "Column3";
  339. this.Column3.Width = 175;
  340. //
  341. // valueLabel10
  342. //
  343. this.valueLabel10.AutoSize = true;
  344. this.valueLabel10.CutLength = null;
  345. this.valueLabel10.Font = new System.Drawing.Font("宋体", 14F);
  346. this.valueLabel10.Location = new System.Drawing.Point(1275, 148);
  347. this.valueLabel10.MaximumSize = new System.Drawing.Size(200, 0);
  348. this.valueLabel10.Name = "valueLabel10";
  349. this.valueLabel10.Size = new System.Drawing.Size(169, 38);
  350. this.valueLabel10.TabIndex = 263;
  351. this.valueLabel10.Text = "产品名称";
  352. //
  353. // valueLabel11
  354. //
  355. this.valueLabel11.AutoSize = true;
  356. this.valueLabel11.CutLength = null;
  357. this.valueLabel11.Font = new System.Drawing.Font("宋体", 14F);
  358. this.valueLabel11.Location = new System.Drawing.Point(1275, 94);
  359. this.valueLabel11.MaximumSize = new System.Drawing.Size(200, 0);
  360. this.valueLabel11.Name = "valueLabel11";
  361. this.valueLabel11.Size = new System.Drawing.Size(169, 38);
  362. this.valueLabel11.TabIndex = 262;
  363. this.valueLabel11.Text = "产品编号";
  364. //
  365. // dataGridView2
  366. //
  367. this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  368. this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  369. this.dataGridViewTextBoxColumn1,
  370. this.dataGridViewTextBoxColumn2,
  371. this.dataGridViewTextBoxColumn3});
  372. this.dataGridView2.Location = new System.Drawing.Point(1282, 359);
  373. this.dataGridView2.Name = "dataGridView2";
  374. this.dataGridView2.RowTemplate.Height = 37;
  375. this.dataGridView2.Size = new System.Drawing.Size(526, 318);
  376. this.dataGridView2.TabIndex = 261;
  377. //
  378. // valueLabel12
  379. //
  380. this.valueLabel12.AutoSize = true;
  381. this.valueLabel12.CutLength = null;
  382. this.valueLabel12.Font = new System.Drawing.Font("宋体", 14F);
  383. this.valueLabel12.Location = new System.Drawing.Point(1275, 302);
  384. this.valueLabel12.MaximumSize = new System.Drawing.Size(200, 0);
  385. this.valueLabel12.Name = "valueLabel12";
  386. this.valueLabel12.Size = new System.Drawing.Size(131, 38);
  387. this.valueLabel12.TabIndex = 260;
  388. this.valueLabel12.Text = "录入框";
  389. //
  390. // textBox3
  391. //
  392. this.textBox3.Location = new System.Drawing.Point(1467, 305);
  393. this.textBox3.Name = "textBox3";
  394. this.textBox3.Size = new System.Drawing.Size(316, 35);
  395. this.textBox3.TabIndex = 259;
  396. //
  397. // searchTextBox4
  398. //
  399. this.searchTextBox4.AllPower = null;
  400. this.searchTextBox4.Caller = null;
  401. this.searchTextBox4.Condition = null;
  402. this.searchTextBox4.DBTitle = null;
  403. this.searchTextBox4.Font = new System.Drawing.Font("宋体", 14F);
  404. this.searchTextBox4.FormName = null;
  405. this.searchTextBox4.Location = new System.Drawing.Point(1447, 41);
  406. this.searchTextBox4.Name = "searchTextBox4";
  407. this.searchTextBox4.Power = null;
  408. this.searchTextBox4.ReturnData = null;
  409. this.searchTextBox4.SelectField = null;
  410. this.searchTextBox4.SetValueField = null;
  411. this.searchTextBox4.Size = new System.Drawing.Size(336, 38);
  412. this.searchTextBox4.TabIndex = 258;
  413. this.searchTextBox4.TableName = null;
  414. this.searchTextBox4.TextBoxEnable = false;
  415. //
  416. // valueLabel13
  417. //
  418. this.valueLabel13.AutoSize = true;
  419. this.valueLabel13.CutLength = null;
  420. this.valueLabel13.Font = new System.Drawing.Font("宋体", 14F);
  421. this.valueLabel13.Location = new System.Drawing.Point(1260, 41);
  422. this.valueLabel13.MaximumSize = new System.Drawing.Size(200, 0);
  423. this.valueLabel13.Name = "valueLabel13";
  424. this.valueLabel13.Size = new System.Drawing.Size(169, 38);
  425. this.valueLabel13.TabIndex = 257;
  426. this.valueLabel13.Text = "出库单号";
  427. //
  428. // radioButton1
  429. //
  430. this.radioButton1.AutoSize = true;
  431. this.radioButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  432. this.radioButton1.Location = new System.Drawing.Point(1447, 193);
  433. this.radioButton1.Margin = new System.Windows.Forms.Padding(4);
  434. this.radioButton1.Name = "radioButton1";
  435. this.radioButton1.Size = new System.Drawing.Size(113, 45);
  436. this.radioButton1.TabIndex = 256;
  437. this.radioButton1.Text = "箱号";
  438. this.radioButton1.UseVisualStyleBackColor = true;
  439. //
  440. // radioButton2
  441. //
  442. this.radioButton2.AutoSize = true;
  443. this.radioButton2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  444. this.radioButton2.Location = new System.Drawing.Point(1605, 193);
  445. this.radioButton2.Margin = new System.Windows.Forms.Padding(4);
  446. this.radioButton2.Name = "radioButton2";
  447. this.radioButton2.Size = new System.Drawing.Size(209, 45);
  448. this.radioButton2.TabIndex = 255;
  449. this.radioButton2.Text = "单台序列号";
  450. this.radioButton2.UseVisualStyleBackColor = true;
  451. //
  452. // radioButton3
  453. //
  454. this.radioButton3.AutoSize = true;
  455. this.radioButton3.Checked = true;
  456. this.radioButton3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  457. this.radioButton3.Location = new System.Drawing.Point(1267, 193);
  458. this.radioButton3.Margin = new System.Windows.Forms.Padding(4);
  459. this.radioButton3.Name = "radioButton3";
  460. this.radioButton3.Size = new System.Drawing.Size(145, 45);
  461. this.radioButton3.TabIndex = 254;
  462. this.radioButton3.TabStop = true;
  463. this.radioButton3.Text = "栈板号";
  464. this.radioButton3.UseVisualStyleBackColor = true;
  465. //
  466. // dataGridViewTextBoxColumn1
  467. //
  468. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  469. this.dataGridViewTextBoxColumn1.HeaderText = "产品编号";
  470. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  471. this.dataGridViewTextBoxColumn1.Width = 151;
  472. //
  473. // dataGridViewTextBoxColumn2
  474. //
  475. this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  476. this.dataGridViewTextBoxColumn2.HeaderText = "出库数量";
  477. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  478. this.dataGridViewTextBoxColumn2.Width = 151;
  479. //
  480. // dataGridViewTextBoxColumn3
  481. //
  482. this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  483. this.dataGridViewTextBoxColumn3.HeaderText = "已采集数量";
  484. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  485. this.dataGridViewTextBoxColumn3.Width = 175;
  486. //
  487. // valueLabel14
  488. //
  489. this.valueLabel14.AutoSize = true;
  490. this.valueLabel14.CutLength = null;
  491. this.valueLabel14.Font = new System.Drawing.Font("宋体", 14F);
  492. this.valueLabel14.Location = new System.Drawing.Point(52, 202);
  493. this.valueLabel14.MaximumSize = new System.Drawing.Size(200, 0);
  494. this.valueLabel14.Name = "valueLabel14";
  495. this.valueLabel14.Size = new System.Drawing.Size(169, 38);
  496. this.valueLabel14.TabIndex = 265;
  497. this.valueLabel14.Text = "产品名称";
  498. //
  499. // valueLabel15
  500. //
  501. this.valueLabel15.AutoSize = true;
  502. this.valueLabel15.CutLength = null;
  503. this.valueLabel15.Font = new System.Drawing.Font("宋体", 14F);
  504. this.valueLabel15.Location = new System.Drawing.Point(52, 148);
  505. this.valueLabel15.MaximumSize = new System.Drawing.Size(200, 0);
  506. this.valueLabel15.Name = "valueLabel15";
  507. this.valueLabel15.Size = new System.Drawing.Size(169, 38);
  508. this.valueLabel15.TabIndex = 264;
  509. this.valueLabel15.Text = "产品编号";
  510. //
  511. // checkBox1
  512. //
  513. this.checkBox1.AutoSize = true;
  514. this.checkBox1.Location = new System.Drawing.Point(619, 257);
  515. this.checkBox1.Name = "checkBox1";
  516. this.checkBox1.Size = new System.Drawing.Size(138, 28);
  517. this.checkBox1.TabIndex = 266;
  518. this.checkBox1.Text = "取消入库";
  519. this.checkBox1.UseVisualStyleBackColor = true;
  520. //
  521. // checkBox2
  522. //
  523. this.checkBox2.AutoSize = true;
  524. this.checkBox2.Location = new System.Drawing.Point(1282, 257);
  525. this.checkBox2.Name = "checkBox2";
  526. this.checkBox2.Size = new System.Drawing.Size(138, 28);
  527. this.checkBox2.TabIndex = 267;
  528. this.checkBox2.Text = "取消出库";
  529. this.checkBox2.UseVisualStyleBackColor = true;
  530. //
  531. // Warehouse_FinishedProductIn
  532. //
  533. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  534. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  535. this.ClientSize = new System.Drawing.Size(1862, 1042);
  536. this.Controls.Add(this.checkBox2);
  537. this.Controls.Add(this.checkBox1);
  538. this.Controls.Add(this.valueLabel14);
  539. this.Controls.Add(this.valueLabel15);
  540. this.Controls.Add(this.valueLabel10);
  541. this.Controls.Add(this.valueLabel11);
  542. this.Controls.Add(this.dataGridView2);
  543. this.Controls.Add(this.valueLabel12);
  544. this.Controls.Add(this.textBox3);
  545. this.Controls.Add(this.searchTextBox4);
  546. this.Controls.Add(this.valueLabel13);
  547. this.Controls.Add(this.radioButton1);
  548. this.Controls.Add(this.radioButton2);
  549. this.Controls.Add(this.radioButton3);
  550. this.Controls.Add(this.valueLabel9);
  551. this.Controls.Add(this.valueLabel8);
  552. this.Controls.Add(this.valueLabel7);
  553. this.Controls.Add(this.valueLabel6);
  554. this.Controls.Add(this.dataGridView1);
  555. this.Controls.Add(this.valueLabel5);
  556. this.Controls.Add(this.textBox1);
  557. this.Controls.Add(this.searchTextBox3);
  558. this.Controls.Add(this.valueLabel4);
  559. this.Controls.Add(this.bigboxBtn);
  560. this.Controls.Add(this.serBtn);
  561. this.Controls.Add(this.palletBtn);
  562. this.Controls.Add(this.searchTextBox2);
  563. this.Controls.Add(this.valueLabel3);
  564. this.Controls.Add(this.textBox2);
  565. this.Controls.Add(this.valueLabel2);
  566. this.Controls.Add(this.searchTextBox1);
  567. this.Controls.Add(this.richTextAutoBottom2);
  568. this.Controls.Add(this.richTextAutoBottom1);
  569. this.Controls.Add(this.valueLabel1);
  570. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  571. this.Name = "Warehouse_FinishedProductIn";
  572. this.Text = "SN采集过站";
  573. this.Load += new System.EventHandler(this.Warehouse_FinishedProductIn_Load);
  574. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  575. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
  576. this.ResumeLayout(true);
  577. this.PerformLayout();
  578. }
  579. #endregion
  580. private CustomControl.ValueLabel.ValueLabel valueLabel1;
  581. private CustomControl.RichText.RichTextAutoBottom richTextAutoBottom1;
  582. private CustomControl.RichText.RichTextAutoBottom richTextAutoBottom2;
  583. private CustomControl.TextBoxWithIcon.SearchTextBox searchTextBox1;
  584. private CustomControl.ValueLabel.ValueLabel valueLabel2;
  585. private CustomControl.ValueLabel.ValueLabel valueLabel3;
  586. private System.Windows.Forms.TextBox textBox2;
  587. private CustomControl.TextBoxWithIcon.SearchTextBox searchTextBox2;
  588. private System.Windows.Forms.RadioButton bigboxBtn;
  589. private System.Windows.Forms.RadioButton serBtn;
  590. private System.Windows.Forms.RadioButton palletBtn;
  591. private CustomControl.TextBoxWithIcon.SearchTextBox searchTextBox3;
  592. private CustomControl.ValueLabel.ValueLabel valueLabel4;
  593. private CustomControl.ValueLabel.ValueLabel valueLabel5;
  594. private System.Windows.Forms.TextBox textBox1;
  595. private System.Windows.Forms.DataGridView dataGridView1;
  596. private CustomControl.ValueLabel.ValueLabel valueLabel6;
  597. private CustomControl.ValueLabel.ValueLabel valueLabel7;
  598. private CustomControl.ValueLabel.ValueLabel valueLabel8;
  599. private CustomControl.ValueLabel.ValueLabel valueLabel9;
  600. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  601. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  602. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  603. private CustomControl.ValueLabel.ValueLabel valueLabel10;
  604. private CustomControl.ValueLabel.ValueLabel valueLabel11;
  605. private System.Windows.Forms.DataGridView dataGridView2;
  606. private CustomControl.ValueLabel.ValueLabel valueLabel12;
  607. private System.Windows.Forms.TextBox textBox3;
  608. private CustomControl.TextBoxWithIcon.SearchTextBox searchTextBox4;
  609. private CustomControl.ValueLabel.ValueLabel valueLabel13;
  610. private System.Windows.Forms.RadioButton radioButton1;
  611. private System.Windows.Forms.RadioButton radioButton2;
  612. private System.Windows.Forms.RadioButton radioButton3;
  613. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  614. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  615. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  616. private CustomControl.ValueLabel.ValueLabel valueLabel14;
  617. private CustomControl.ValueLabel.ValueLabel valueLabel15;
  618. private System.Windows.Forms.CheckBox checkBox1;
  619. private System.Windows.Forms.CheckBox checkBox2;
  620. }
  621. }