OQC_Inspection.Designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580
  1. namespace UAS_MES_NEW.OQC
  2. {
  3. partial class OQC_Inspection
  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(OQC_Inspection));
  29. this.obd_makecode_label = new System.Windows.Forms.Label();
  30. this.ms_sncode_label = new System.Windows.Forms.Label();
  31. this.obd_outboxcode_label = new System.Windows.Forms.Label();
  32. this.ob_checkno_label = new System.Windows.Forms.Label();
  33. this.ob_prodcode_label = new System.Windows.Forms.Label();
  34. this.ob_status_label = new System.Windows.Forms.Label();
  35. this.ob_batchqty_label = new System.Windows.Forms.Label();
  36. this.pa_outboxcode_label = new System.Windows.Forms.Label();
  37. this.WithDraw = new System.Windows.Forms.CheckBox();
  38. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  39. this.ChooseAll = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  40. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  41. this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  42. this.Delete = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  43. this.SendOQC = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  44. this.GetBatch = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  45. this.pa_outboxcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  46. this.ob_batchqty = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  47. this.RemoveAll = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  48. this.NewBatch = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  49. this.ob_status = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  50. this.ma_prodcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  51. this.ob_checkno = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  52. this.obd_outboxcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  53. this.ms_sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  54. this.CheckBatchDGV = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  55. this.勾选 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  56. this.obd_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.obd_outboxcode_dgv = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.obd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.obd_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.ob_source = new System.Windows.Forms.Label();
  61. ((System.ComponentModel.ISupportInitialize)(this.CheckBatchDGV)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // obd_makecode_label
  65. //
  66. this.obd_makecode_label.AutoSize = true;
  67. this.obd_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.obd_makecode_label.Location = new System.Drawing.Point(24, 112);
  69. this.obd_makecode_label.Name = "obd_makecode_label";
  70. this.obd_makecode_label.Size = new System.Drawing.Size(58, 21);
  71. this.obd_makecode_label.TabIndex = 144;
  72. this.obd_makecode_label.Text = "工单号";
  73. //
  74. // ms_sncode_label
  75. //
  76. this.ms_sncode_label.AutoSize = true;
  77. this.ms_sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.ms_sncode_label.Location = new System.Drawing.Point(24, 75);
  79. this.ms_sncode_label.Name = "ms_sncode_label";
  80. this.ms_sncode_label.Size = new System.Drawing.Size(58, 21);
  81. this.ms_sncode_label.TabIndex = 146;
  82. this.ms_sncode_label.Text = "序列号";
  83. //
  84. // obd_outboxcode_label
  85. //
  86. this.obd_outboxcode_label.AutoSize = true;
  87. this.obd_outboxcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.obd_outboxcode_label.Location = new System.Drawing.Point(26, 41);
  89. this.obd_outboxcode_label.Name = "obd_outboxcode_label";
  90. this.obd_outboxcode_label.Size = new System.Drawing.Size(42, 21);
  91. this.obd_outboxcode_label.TabIndex = 148;
  92. this.obd_outboxcode_label.Text = "箱号";
  93. //
  94. // ob_checkno_label
  95. //
  96. this.ob_checkno_label.AutoSize = true;
  97. this.ob_checkno_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.ob_checkno_label.Location = new System.Drawing.Point(24, 11);
  99. this.ob_checkno_label.Name = "ob_checkno_label";
  100. this.ob_checkno_label.Size = new System.Drawing.Size(58, 21);
  101. this.ob_checkno_label.TabIndex = 150;
  102. this.ob_checkno_label.Text = "抽检批";
  103. //
  104. // ob_prodcode_label
  105. //
  106. this.ob_prodcode_label.AutoSize = true;
  107. this.ob_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.ob_prodcode_label.Location = new System.Drawing.Point(263, 112);
  109. this.ob_prodcode_label.Name = "ob_prodcode_label";
  110. this.ob_prodcode_label.Size = new System.Drawing.Size(74, 21);
  111. this.ob_prodcode_label.TabIndex = 152;
  112. this.ob_prodcode_label.Text = "产品编号";
  113. //
  114. // ob_status_label
  115. //
  116. this.ob_status_label.AutoSize = true;
  117. this.ob_status_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.ob_status_label.Location = new System.Drawing.Point(516, 112);
  119. this.ob_status_label.Name = "ob_status_label";
  120. this.ob_status_label.Size = new System.Drawing.Size(74, 21);
  121. this.ob_status_label.TabIndex = 154;
  122. this.ob_status_label.Text = "批次状态";
  123. //
  124. // ob_batchqty_label
  125. //
  126. this.ob_batchqty_label.AutoSize = true;
  127. this.ob_batchqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  128. this.ob_batchqty_label.Location = new System.Drawing.Point(22, 479);
  129. this.ob_batchqty_label.Name = "ob_batchqty_label";
  130. this.ob_batchqty_label.Size = new System.Drawing.Size(58, 21);
  131. this.ob_batchqty_label.TabIndex = 160;
  132. this.ob_batchqty_label.Text = "批数量";
  133. //
  134. // pa_outboxcode_label
  135. //
  136. this.pa_outboxcode_label.AutoSize = true;
  137. this.pa_outboxcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.pa_outboxcode_label.Location = new System.Drawing.Point(22, 514);
  139. this.pa_outboxcode_label.Name = "pa_outboxcode_label";
  140. this.pa_outboxcode_label.Size = new System.Drawing.Size(74, 21);
  141. this.pa_outboxcode_label.TabIndex = 162;
  142. this.pa_outboxcode_label.Text = "输入箱号";
  143. //
  144. // WithDraw
  145. //
  146. this.WithDraw.AutoSize = true;
  147. this.WithDraw.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.WithDraw.Location = new System.Drawing.Point(417, 514);
  149. this.WithDraw.Name = "WithDraw";
  150. this.WithDraw.Size = new System.Drawing.Size(61, 25);
  151. this.WithDraw.TabIndex = 169;
  152. this.WithDraw.Text = "撤销";
  153. this.WithDraw.UseVisualStyleBackColor = true;
  154. //
  155. // ma_code
  156. //
  157. this.ma_code.AllPower = null;
  158. this.ma_code.Caller = null;
  159. this.ma_code.Condition = null;
  160. this.ma_code.DBTitle = null;
  161. this.ma_code.FormName = null;
  162. this.ma_code.Location = new System.Drawing.Point(102, 113);
  163. this.ma_code.Name = "ma_code";
  164. this.ma_code.Power = null;
  165. this.ma_code.ReturnData = null;
  166. this.ma_code.SelectField = null;
  167. this.ma_code.SetValueField = null;
  168. this.ma_code.Size = new System.Drawing.Size(155, 21);
  169. this.ma_code.TabIndex = 176;
  170. this.ma_code.TableName = null;
  171. this.ma_code.TextBoxEnable = false;
  172. //
  173. // ChooseAll
  174. //
  175. this.ChooseAll.AllPower = null;
  176. this.ChooseAll.BackColor = System.Drawing.Color.Transparent;
  177. this.ChooseAll.DownImage = ((System.Drawing.Image)(resources.GetObject("ChooseAll.DownImage")));
  178. this.ChooseAll.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. this.ChooseAll.Image = ((System.Drawing.Image)(resources.GetObject("ChooseAll.Image")));
  180. this.ChooseAll.IsShowBorder = true;
  181. this.ChooseAll.Location = new System.Drawing.Point(554, 480);
  182. this.ChooseAll.MoveImage = ((System.Drawing.Image)(resources.GetObject("ChooseAll.MoveImage")));
  183. this.ChooseAll.Name = "ChooseAll";
  184. this.ChooseAll.NormalImage = ((System.Drawing.Image)(resources.GetObject("ChooseAll.NormalImage")));
  185. this.ChooseAll.Power = null;
  186. this.ChooseAll.Size = new System.Drawing.Size(60, 24);
  187. this.ChooseAll.TabIndex = 175;
  188. this.ChooseAll.Text = "全部勾选";
  189. this.ChooseAll.UseVisualStyleBackColor = true;
  190. this.ChooseAll.Click += new System.EventHandler(this.ChooseAll_Click);
  191. //
  192. // OperateResult
  193. //
  194. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.OperateResult.Location = new System.Drawing.Point(698, 148);
  196. this.OperateResult.Name = "OperateResult";
  197. this.OperateResult.Size = new System.Drawing.Size(211, 319);
  198. this.OperateResult.TabIndex = 174;
  199. this.OperateResult.Text = "";
  200. //
  201. // Clean
  202. //
  203. this.Clean.AllPower = null;
  204. this.Clean.BackColor = System.Drawing.Color.Transparent;
  205. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  206. this.Clean.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  208. this.Clean.IsShowBorder = true;
  209. this.Clean.Location = new System.Drawing.Point(772, 479);
  210. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  211. this.Clean.Name = "Clean";
  212. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  213. this.Clean.Power = null;
  214. this.Clean.Size = new System.Drawing.Size(60, 24);
  215. this.Clean.TabIndex = 173;
  216. this.Clean.Text = "清除";
  217. this.Clean.UseVisualStyleBackColor = true;
  218. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  219. //
  220. // Delete
  221. //
  222. this.Delete.AllPower = "ifall";
  223. this.Delete.BackColor = System.Drawing.Color.Transparent;
  224. this.Delete.DownImage = ((System.Drawing.Image)(resources.GetObject("Delete.DownImage")));
  225. this.Delete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  226. this.Delete.Image = ((System.Drawing.Image)(resources.GetObject("Delete.Image")));
  227. this.Delete.IsShowBorder = true;
  228. this.Delete.Location = new System.Drawing.Point(160, 543);
  229. this.Delete.MoveImage = ((System.Drawing.Image)(resources.GetObject("Delete.MoveImage")));
  230. this.Delete.Name = "Delete";
  231. this.Delete.NormalImage = ((System.Drawing.Image)(resources.GetObject("Delete.NormalImage")));
  232. this.Delete.Power = "ifDelete";
  233. this.Delete.Size = new System.Drawing.Size(60, 24);
  234. this.Delete.TabIndex = 172;
  235. this.Delete.Text = "删除";
  236. this.Delete.UseVisualStyleBackColor = true;
  237. this.Delete.Click += new System.EventHandler(this.Delete_Click);
  238. //
  239. // SendOQC
  240. //
  241. this.SendOQC.AllPower = "ifall";
  242. this.SendOQC.BackColor = System.Drawing.Color.Transparent;
  243. this.SendOQC.DownImage = ((System.Drawing.Image)(resources.GetObject("SendOQC.DownImage")));
  244. this.SendOQC.Enabled = false;
  245. this.SendOQC.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  246. this.SendOQC.Image = ((System.Drawing.Image)(resources.GetObject("SendOQC.Image")));
  247. this.SendOQC.IsShowBorder = true;
  248. this.SendOQC.Location = new System.Drawing.Point(271, 543);
  249. this.SendOQC.MoveImage = ((System.Drawing.Image)(resources.GetObject("SendOQC.MoveImage")));
  250. this.SendOQC.Name = "SendOQC";
  251. this.SendOQC.NormalImage = ((System.Drawing.Image)(resources.GetObject("SendOQC.NormalImage")));
  252. this.SendOQC.Power = null;
  253. this.SendOQC.Size = new System.Drawing.Size(60, 24);
  254. this.SendOQC.TabIndex = 171;
  255. this.SendOQC.Text = "送检";
  256. this.SendOQC.UseVisualStyleBackColor = true;
  257. this.SendOQC.Click += new System.EventHandler(this.SendOQC_Click);
  258. //
  259. // GetBatch
  260. //
  261. this.GetBatch.AllPower = "ifall";
  262. this.GetBatch.BackColor = System.Drawing.Color.Transparent;
  263. this.GetBatch.DownImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.DownImage")));
  264. this.GetBatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  265. this.GetBatch.Image = ((System.Drawing.Image)(resources.GetObject("GetBatch.Image")));
  266. this.GetBatch.IsShowBorder = true;
  267. this.GetBatch.Location = new System.Drawing.Point(698, 113);
  268. this.GetBatch.MoveImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.MoveImage")));
  269. this.GetBatch.Name = "GetBatch";
  270. this.GetBatch.NormalImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.NormalImage")));
  271. this.GetBatch.Power = "ifRead";
  272. this.GetBatch.Size = new System.Drawing.Size(60, 24);
  273. this.GetBatch.TabIndex = 170;
  274. this.GetBatch.Text = "获取批";
  275. this.GetBatch.UseVisualStyleBackColor = true;
  276. this.GetBatch.Click += new System.EventHandler(this.GetBatch_Click);
  277. //
  278. // pa_outboxcode
  279. //
  280. this.pa_outboxcode.AllPower = null;
  281. this.pa_outboxcode.BackColor = System.Drawing.Color.White;
  282. this.pa_outboxcode.ID = null;
  283. this.pa_outboxcode.Location = new System.Drawing.Point(117, 515);
  284. this.pa_outboxcode.Name = "pa_outboxcode";
  285. this.pa_outboxcode.Power = null;
  286. this.pa_outboxcode.Size = new System.Drawing.Size(292, 21);
  287. this.pa_outboxcode.Str = null;
  288. this.pa_outboxcode.Str1 = null;
  289. this.pa_outboxcode.Str2 = null;
  290. this.pa_outboxcode.TabIndex = 163;
  291. this.pa_outboxcode.Tag = "NoAuto";
  292. this.pa_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.bi_outboxcode_KeyDown);
  293. //
  294. // ob_batchqty
  295. //
  296. this.ob_batchqty.AllPower = null;
  297. this.ob_batchqty.BackColor = System.Drawing.Color.White;
  298. this.ob_batchqty.ID = null;
  299. this.ob_batchqty.Location = new System.Drawing.Point(117, 480);
  300. this.ob_batchqty.Name = "ob_batchqty";
  301. this.ob_batchqty.Power = null;
  302. this.ob_batchqty.Size = new System.Drawing.Size(292, 21);
  303. this.ob_batchqty.Str = null;
  304. this.ob_batchqty.Str1 = null;
  305. this.ob_batchqty.Str2 = null;
  306. this.ob_batchqty.TabIndex = 161;
  307. this.ob_batchqty.Tag = "NoAuto";
  308. //
  309. // RemoveAll
  310. //
  311. this.RemoveAll.AllPower = "ifall";
  312. this.RemoveAll.BackColor = System.Drawing.Color.Transparent;
  313. this.RemoveAll.DownImage = ((System.Drawing.Image)(resources.GetObject("RemoveAll.DownImage")));
  314. this.RemoveAll.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  315. this.RemoveAll.Image = ((System.Drawing.Image)(resources.GetObject("RemoveAll.Image")));
  316. this.RemoveAll.IsShowBorder = true;
  317. this.RemoveAll.Location = new System.Drawing.Point(632, 480);
  318. this.RemoveAll.MoveImage = ((System.Drawing.Image)(resources.GetObject("RemoveAll.MoveImage")));
  319. this.RemoveAll.Name = "RemoveAll";
  320. this.RemoveAll.NormalImage = ((System.Drawing.Image)(resources.GetObject("RemoveAll.NormalImage")));
  321. this.RemoveAll.Power = "ifDelete";
  322. this.RemoveAll.Size = new System.Drawing.Size(60, 24);
  323. this.RemoveAll.TabIndex = 159;
  324. this.RemoveAll.Text = "全部移除";
  325. this.RemoveAll.UseVisualStyleBackColor = true;
  326. this.RemoveAll.Click += new System.EventHandler(this.RemoveAll_Click);
  327. //
  328. // NewBatch
  329. //
  330. this.NewBatch.AllPower = "ifall";
  331. this.NewBatch.BackColor = System.Drawing.Color.Transparent;
  332. this.NewBatch.DownImage = ((System.Drawing.Image)(resources.GetObject("NewBatch.DownImage")));
  333. this.NewBatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  334. this.NewBatch.Image = ((System.Drawing.Image)(resources.GetObject("NewBatch.Image")));
  335. this.NewBatch.IsShowBorder = true;
  336. this.NewBatch.Location = new System.Drawing.Point(698, 75);
  337. this.NewBatch.MoveImage = ((System.Drawing.Image)(resources.GetObject("NewBatch.MoveImage")));
  338. this.NewBatch.Name = "NewBatch";
  339. this.NewBatch.NormalImage = ((System.Drawing.Image)(resources.GetObject("NewBatch.NormalImage")));
  340. this.NewBatch.Power = "ifread";
  341. this.NewBatch.Size = new System.Drawing.Size(60, 24);
  342. this.NewBatch.TabIndex = 156;
  343. this.NewBatch.Tag = "OQC!Inspection";
  344. this.NewBatch.Text = "生成新批";
  345. this.NewBatch.UseVisualStyleBackColor = true;
  346. this.NewBatch.Click += new System.EventHandler(this.NewBatch_Click);
  347. //
  348. // ob_status
  349. //
  350. this.ob_status.AllPower = null;
  351. this.ob_status.BackColor = System.Drawing.Color.White;
  352. this.ob_status.Enabled = false;
  353. this.ob_status.ID = null;
  354. this.ob_status.Location = new System.Drawing.Point(613, 113);
  355. this.ob_status.Name = "ob_status";
  356. this.ob_status.Power = null;
  357. this.ob_status.Size = new System.Drawing.Size(78, 21);
  358. this.ob_status.Str = null;
  359. this.ob_status.Str1 = null;
  360. this.ob_status.Str2 = null;
  361. this.ob_status.TabIndex = 155;
  362. this.ob_status.Tag = "NoAuto";
  363. //
  364. // ma_prodcode
  365. //
  366. this.ma_prodcode.AllPower = null;
  367. this.ma_prodcode.BackColor = System.Drawing.Color.White;
  368. this.ma_prodcode.Enabled = false;
  369. this.ma_prodcode.ID = null;
  370. this.ma_prodcode.Location = new System.Drawing.Point(359, 113);
  371. this.ma_prodcode.Name = "ma_prodcode";
  372. this.ma_prodcode.Power = null;
  373. this.ma_prodcode.Size = new System.Drawing.Size(141, 21);
  374. this.ma_prodcode.Str = null;
  375. this.ma_prodcode.Str1 = null;
  376. this.ma_prodcode.Str2 = null;
  377. this.ma_prodcode.TabIndex = 153;
  378. this.ma_prodcode.Tag = "NoAuto";
  379. //
  380. // ob_checkno
  381. //
  382. this.ob_checkno.AllPower = null;
  383. this.ob_checkno.BackColor = System.Drawing.Color.White;
  384. this.ob_checkno.ID = null;
  385. this.ob_checkno.Location = new System.Drawing.Point(103, 15);
  386. this.ob_checkno.Name = "ob_checkno";
  387. this.ob_checkno.Power = null;
  388. this.ob_checkno.Size = new System.Drawing.Size(319, 21);
  389. this.ob_checkno.Str = null;
  390. this.ob_checkno.Str1 = null;
  391. this.ob_checkno.Str2 = null;
  392. this.ob_checkno.TabIndex = 151;
  393. this.ob_checkno.Tag = "NoAuto";
  394. this.ob_checkno.TextChanged += new System.EventHandler(this.ob_checkno_TextChanged);
  395. this.ob_checkno.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ob_checkno_KeyDown);
  396. //
  397. // obd_outboxcode
  398. //
  399. this.obd_outboxcode.AllPower = null;
  400. this.obd_outboxcode.BackColor = System.Drawing.Color.White;
  401. this.obd_outboxcode.ID = null;
  402. this.obd_outboxcode.Location = new System.Drawing.Point(103, 46);
  403. this.obd_outboxcode.Name = "obd_outboxcode";
  404. this.obd_outboxcode.Power = null;
  405. this.obd_outboxcode.Size = new System.Drawing.Size(319, 21);
  406. this.obd_outboxcode.Str = null;
  407. this.obd_outboxcode.Str1 = null;
  408. this.obd_outboxcode.Str2 = null;
  409. this.obd_outboxcode.TabIndex = 149;
  410. this.obd_outboxcode.Tag = "NoAuto";
  411. this.obd_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.obd_outboxcode_KeyDown);
  412. //
  413. // ms_sncode
  414. //
  415. this.ms_sncode.AllPower = null;
  416. this.ms_sncode.BackColor = System.Drawing.Color.White;
  417. this.ms_sncode.ID = null;
  418. this.ms_sncode.Location = new System.Drawing.Point(103, 79);
  419. this.ms_sncode.Name = "ms_sncode";
  420. this.ms_sncode.Power = null;
  421. this.ms_sncode.Size = new System.Drawing.Size(319, 21);
  422. this.ms_sncode.Str = null;
  423. this.ms_sncode.Str1 = null;
  424. this.ms_sncode.Str2 = null;
  425. this.ms_sncode.TabIndex = 147;
  426. this.ms_sncode.Tag = "NoAuto";
  427. this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_sncode_KeyDown);
  428. //
  429. // CheckBatchDGV
  430. //
  431. this.CheckBatchDGV.AllowUserToAddRows = false;
  432. this.CheckBatchDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  433. this.CheckBatchDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  434. this.勾选,
  435. this.obd_sncode,
  436. this.obd_outboxcode_dgv,
  437. this.obd_id,
  438. this.obd_makecode});
  439. this.CheckBatchDGV.EnableContentClick = false;
  440. this.CheckBatchDGV.Location = new System.Drawing.Point(27, 147);
  441. this.CheckBatchDGV.Name = "CheckBatchDGV";
  442. this.CheckBatchDGV.RowHeadersWidth = 40;
  443. this.CheckBatchDGV.RowTemplate.Height = 23;
  444. this.CheckBatchDGV.Size = new System.Drawing.Size(665, 318);
  445. this.CheckBatchDGV.TabIndex = 90;
  446. this.CheckBatchDGV.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dataGridViewExpand1_DataError);
  447. //
  448. // 勾选
  449. //
  450. this.勾选.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  451. this.勾选.HeaderText = "勾选";
  452. this.勾选.MinimumWidth = 60;
  453. this.勾选.Name = "勾选";
  454. this.勾选.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  455. this.勾选.Width = 60;
  456. //
  457. // obd_sncode
  458. //
  459. this.obd_sncode.DataPropertyName = "obd_sncode";
  460. this.obd_sncode.HeaderText = "序列号";
  461. this.obd_sncode.Name = "obd_sncode";
  462. this.obd_sncode.ReadOnly = true;
  463. //
  464. // obd_outboxcode_dgv
  465. //
  466. this.obd_outboxcode_dgv.DataPropertyName = "obd_outboxcode";
  467. this.obd_outboxcode_dgv.HeaderText = "箱号";
  468. this.obd_outboxcode_dgv.Name = "obd_outboxcode_dgv";
  469. this.obd_outboxcode_dgv.ReadOnly = true;
  470. this.obd_outboxcode_dgv.Width = 190;
  471. //
  472. // obd_id
  473. //
  474. this.obd_id.DataPropertyName = "obd_id";
  475. this.obd_id.HeaderText = "obd_id";
  476. this.obd_id.Name = "obd_id";
  477. this.obd_id.Visible = false;
  478. //
  479. // obd_makecode
  480. //
  481. this.obd_makecode.DataPropertyName = "obd_makecode";
  482. this.obd_makecode.HeaderText = "工单号";
  483. this.obd_makecode.MinimumWidth = 120;
  484. this.obd_makecode.Name = "obd_makecode";
  485. this.obd_makecode.ReadOnly = true;
  486. this.obd_makecode.Width = 215;
  487. //
  488. // ob_source
  489. //
  490. this.ob_source.AutoSize = true;
  491. this.ob_source.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  492. this.ob_source.Location = new System.Drawing.Point(694, 41);
  493. this.ob_source.Name = "ob_source";
  494. this.ob_source.Size = new System.Drawing.Size(0, 21);
  495. this.ob_source.TabIndex = 177;
  496. this.ob_source.Visible = false;
  497. //
  498. // OQC_Inspection
  499. //
  500. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  501. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  502. this.ClientSize = new System.Drawing.Size(915, 577);
  503. this.Controls.Add(this.ob_source);
  504. this.Controls.Add(this.ma_code);
  505. this.Controls.Add(this.ChooseAll);
  506. this.Controls.Add(this.OperateResult);
  507. this.Controls.Add(this.Clean);
  508. this.Controls.Add(this.Delete);
  509. this.Controls.Add(this.SendOQC);
  510. this.Controls.Add(this.GetBatch);
  511. this.Controls.Add(this.WithDraw);
  512. this.Controls.Add(this.pa_outboxcode);
  513. this.Controls.Add(this.pa_outboxcode_label);
  514. this.Controls.Add(this.ob_batchqty);
  515. this.Controls.Add(this.ob_batchqty_label);
  516. this.Controls.Add(this.RemoveAll);
  517. this.Controls.Add(this.NewBatch);
  518. this.Controls.Add(this.ob_status);
  519. this.Controls.Add(this.ob_status_label);
  520. this.Controls.Add(this.ma_prodcode);
  521. this.Controls.Add(this.ob_prodcode_label);
  522. this.Controls.Add(this.ob_checkno);
  523. this.Controls.Add(this.ob_checkno_label);
  524. this.Controls.Add(this.obd_outboxcode);
  525. this.Controls.Add(this.obd_outboxcode_label);
  526. this.Controls.Add(this.ms_sncode);
  527. this.Controls.Add(this.ms_sncode_label);
  528. this.Controls.Add(this.obd_makecode_label);
  529. this.Controls.Add(this.CheckBatchDGV);
  530. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  531. this.Name = "OQC_Inspection";
  532. this.Tag = "OQC!Inspection";
  533. this.Text = "生成送检批";
  534. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OQC_Inspection_FormClosing);
  535. this.Load += new System.EventHandler(this.生成送检批_Load);
  536. this.SizeChanged += new System.EventHandler(this.生成送检批_SizeChanged);
  537. ((System.ComponentModel.ISupportInitialize)(this.CheckBatchDGV)).EndInit();
  538. this.ResumeLayout(true);
  539. this.PerformLayout();
  540. }
  541. #endregion
  542. private CustomControl.DataGrid_View.DataGridViewWithSerialNum CheckBatchDGV;
  543. private System.Windows.Forms.Label obd_makecode_label;
  544. private CustomControl.TextBoxWithIcon.EnterTextBox ms_sncode;
  545. private System.Windows.Forms.Label ms_sncode_label;
  546. private CustomControl.TextBoxWithIcon.EnterTextBox obd_outboxcode;
  547. private System.Windows.Forms.Label obd_outboxcode_label;
  548. private CustomControl.TextBoxWithIcon.EnterTextBox ob_checkno;
  549. private System.Windows.Forms.Label ob_checkno_label;
  550. private CustomControl.TextBoxWithIcon.EnterTextBox ma_prodcode;
  551. private System.Windows.Forms.Label ob_prodcode_label;
  552. private CustomControl.TextBoxWithIcon.EnterTextBox ob_status;
  553. private System.Windows.Forms.Label ob_status_label;
  554. private CustomControl.ButtonUtil.NormalButton NewBatch;
  555. private CustomControl.ButtonUtil.NormalButton RemoveAll;
  556. private CustomControl.TextBoxWithIcon.EnterTextBox ob_batchqty;
  557. private System.Windows.Forms.Label ob_batchqty_label;
  558. private CustomControl.TextBoxWithIcon.EnterTextBox pa_outboxcode;
  559. private System.Windows.Forms.Label pa_outboxcode_label;
  560. private System.Windows.Forms.CheckBox WithDraw;
  561. private CustomControl.ButtonUtil.NormalButton GetBatch;
  562. private CustomControl.ButtonUtil.NormalButton SendOQC;
  563. private CustomControl.ButtonUtil.NormalButton Delete;
  564. private CustomControl.ButtonUtil.NormalButton Clean;
  565. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  566. private CustomControl.ButtonUtil.NormalButton ChooseAll;
  567. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  568. private System.Windows.Forms.DataGridViewCheckBoxColumn 勾选;
  569. private System.Windows.Forms.DataGridViewTextBoxColumn obd_sncode;
  570. private System.Windows.Forms.DataGridViewTextBoxColumn obd_outboxcode_dgv;
  571. private System.Windows.Forms.DataGridViewTextBoxColumn obd_id;
  572. private System.Windows.Forms.DataGridViewTextBoxColumn obd_makecode;
  573. private System.Windows.Forms.Label ob_source;
  574. }
  575. }