OQC_Inspection.Designer.cs 32 KB

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