OQC_Inspection.Designer.cs 35 KB

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