OQC_Inspection.Designer.cs 33 KB

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