WebAPI/Controllers/生产管理/报工台工序/Sc_MESBeginStepWorkBillController.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
WebAPI/Controllers/生产管理/报工台工序/Sc_MESReturnStepWorkBillController.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
WebAPI/DLL/ClsSc_MESReturnStepWorkBill.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
WebAPI/DLL/ClsSc_ProcessReport.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
WebAPI/Properties/PublishProfiles/FolderProfile.pubxml.user | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
WorkM/流转卡管理/MES_StationEntrustInBill.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
WorkM/流转卡管理/MES_StationEntrustInBill.designer.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
WebAPI/Controllers/Éú²ú¹ÜÀí/±¨¹¤Ì¨¹¤Ðò/Sc_MESBeginStepWorkBillController.cs
@@ -1,11 +1,15 @@ using Newtonsoft.Json.Linq; using NPOI.HSSF.UserModel; using NPOI.SS.UserModel; using Pub_Class; using System; using System.Collections.Generic; using System.Data; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using WebAPI.Models; @@ -603,14 +607,14 @@ ,b.HSourceInterID,b.HSourceEntryID,b.HSourceBillNo,b.HSourceBillType from Sc_ProcessReportMain a inner join Sc_ProcessReportSub b on a.HInterID=B.HInterID inner join (select max(HProcNo) HProcNo,HBillNo,HProcID,HSourceInterID,HSourceEntryID,HSourceBillNo from Sc_ProcessPlanSub group by HBillNo,HProcID,HSourceInterID,HSourceEntryID,HSourceBillNo) pr on b.HSourceBillNo=pr.HSourceBillNo and b.HSourceInterID=pr.HSourceInterID and b.HSourceEntryID=pr.HSourceEntryID inner join (select max(HProcNo) HProcNo from Sc_ProcessPlanSub group by HBillNo,HSourceBillNo) pr on b.HProcID=pr.HProcNo left join Gy_Process p on b.HProcID=p.HItemID left join Gy_Material m on a.HMaterID=m.hitemid left join Gy_Source s on b.HSourceID=s.HItemID left join Gy_Group g on a.HGroupID=g.HItemID left join Gy_Employee e on b.HEmpID=e.HItemID "+sWhere+" and HRelationInterID='0'"); left join Gy_Employee e on b.HEmpID=e.HItemID " + sWhere+" and HRelationInterID='0'"); return new SQLHelper.ClsCN().RunProcReturn(sql, "Sc_ICMOBillWorkQtyStatus_Tmp"); } #endregion @@ -761,6 +765,16 @@ oItemSub.HCloseType = false; //å ³éç±»å //oItemSub.HRemark = ""; //夿³¨ oItemSub.HRelationQty = 0; //å ³èæ°é oItemSub.HProcPlanBillNo = ""; //å·¥åºè®¡åå oItemSub.HSeOrderBillNo = ""; oItemSub.HRemark = "æ¥å·¥å°å·¥åºæ±æ¥"; oItemSub.HOtherItem1 = ""; oItemSub.HOtherItem2 = ""; oItemSub.HOtherItem3 = ""; oItemSub.HOtherItem4 = ""; oItemSub.HOtherItem5 = ""; oItemSub.HPackType = ""; oItemSub.HBatchNo=""; //oItemSub.HRelationMoney = 0; //å ³èéé¢ //oItemSub.HRepairID = 0; //ç»´ä¿®é¡¹ç® //oItemSub.HRepairExplanation =""; //ç»´ä¿®è¦æ± WebAPI/Controllers/Éú²ú¹ÜÀí/±¨¹¤Ì¨¹¤Ðò/Sc_MESReturnStepWorkBillController.cs
@@ -441,7 +441,7 @@ string sReturn = ""; if (oSystemParameter.ShowBill(ref sReturn) == true) { if (oSystemParameter.omodel.Sc_ICMOBillWorkQtyStatus_AutoCheck == "Y") //ç³»ç»åæ° èªå¨å®¡æ ¸ if (oSystemParameter.omodel.Sc_MESReturnWorkBill_AutoCheck == "Y") //ç³»ç»åæ° èªå¨å®¡æ ¸ { objJsonResult.Verify = "Y"; } WebAPI/DLL/ClsSc_MESReturnStepWorkBill.cs
@@ -1,5 +1,6 @@ using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Web; @@ -89,6 +90,21 @@ { try { //è·åå½åå·¥åºå·¥åºå·ä»¥å夿æ¯å¦æ«éå·¥åº string sql = string.Format(@"select max(b.HProcNo) HProcNo from Sc_ProcessPlanMain a inner join Sc_ProcessPlanSub b on a.HInterID=b.HInterID where b.HSourceBillNo='" + omodel.HSourceBillNo+"' and b.HSourceInterID='"+omodel.HSourceInterID+"' and b.HSourceEntryID='"+omodel.HSourceEntryID+"'"); DataSet ds= oCn.RunProcReturn(sql, "Sc_ProcessPlanMain"); //æ¥è¯¢æå¤§å·¥åºå夿å½åå·¥åºæ¯å¦å°äºæå¤§å·¥åº if (ds.Tables[0].Rows.Count > 0 && int.Parse(ds.Tables[0].Rows[0]["HProcNo"].ToString()) > omodel.HProcID) { omodel.HProcNo = omodel.HProcNo + 5; } else { omodel.HProcNo = omodel.HProcNo + 5; //æ«éå·¥åºåºå·å 5 } //å¾å°mainid omodel.HInterID = DBUtility.ClsPub.CreateBillID(BillType, ref DBUtility.ClsPub.sExeReturnInfo); //è¥MAINDIéå¤åéæ°è·å @@ -114,6 +130,21 @@ "," + omodel.HDeptID.ToString() + "," + omodel.HWorkerID.ToString() + "," + omodel.HQty.ToString() + ",'" + omodel.HPlanBeginDate.ToString() +"',"+ omodel.HSourceInterID.ToString()+ ","+ omodel.HSourceEntryID.ToString()+",'"+ omodel.HSourceBillNo+"','"+ omodel.HSourceBillType+","+ omodel.HSourceID.ToString()+ ") "); //æ°å¢çäº§ç¶æä¸´æ¶è¡¨ string sql1 = string.Format(@"insert into Sc_ICMOBillStatus_Tmp(HYear,HPeriod,HBillType,HDate,HDeptID,HICMOInterID,HICMOEntryID,HICMOBillNo,HYX,HSplitNO,HICMOStatus,HMaterID ,HMaterNumber,HUnitID,HUnitNumber,HSourceID,HSourceNumber,HSplitPlanQty,HSplitRelationQty,HDatePlanQty ,HUnitFinishQty,HDateFinishQty,HBadQty,HUnitBadQty,HWasterQty,HSumTimes,HFinishFlag,HCurWorkFlag,HCurQualityFlag ,HBeginDate,HEndDate,HRemark,HSourceInterID,HSourceEntryID,HSourceBillNo ,HSourceBillType,HRelationInterID,HEnoughMaterFlag,HProcID,HPlanQty) select HYear,HPeriod,HBillType,HDate,HDeptID,HICMOInterID,HICMOEntryID,HICMOBillNo,HYX,HSplitNO,HICMOStatus,HMaterID ,HMaterNumber,HUnitID,HUnitNumber,HSourceID,HSourceNumber,HPlanQty,HSplitPlanQty,HSplitRelationQty,HDatePlanQty ,HUnitFinishQty,HDateFinishQty,HBadQty,HUnitBadQty,HWasterQty,HSumTimes,HFinishFlag,HCurWorkFlag,HCurQualityFlag ,HBeginDate,HEndDate,HRemark,HSourceInterID,HSourceEntryID,HSourceBillNo ,HSourceBillType,HRelationInterID,HEnoughMaterFlag,HProcID,'"+omodel.HQty.ToString()+"' " + "from Sc_ICMOBillStatus_Tmp where HSourceBillNo='"+omodel.HSourceBillNo.ToString()+"'" + " and HSourceInterID='"+omodel.HSourceInterID+"' and HSourceEntryID='"+omodel.HMainSourceEntryID.ToString()+"'" + " and HSourceID='"+omodel.HSourceID.ToString()+"' and HProcID='"+omodel.HProcID.ToString()+"'"); oCn.RunProc(sql); sReturn = "æ°å¢åæ®æåï¼"; oCn.Commit(); return true; WebAPI/DLL/ClsSc_ProcessReport.cs
@@ -145,6 +145,8 @@ //æå ¥å表 foreach (Models.ClsSc_ProcessReportSub oSub in DetailColl) { oCn.RunProc("Insert into Sc_ProcessReportSub " + " (HInterID,HEntryID,HProcID,HProcNumber,HEmpID" + ",HMaterID,HMaterNumber,HOutPrice,HOutMoney" + @@ -158,7 +160,7 @@ "HSecUnitQty1,HSecUnitRate1,HSecUnitQty2,HSecUnitRate2,HUsingQty,"+ "HSelfBadCount,HPreBadCount,HPayMentQty,HOtherDeduct,HRelPay,"+ "HOtherItem1,HOtherItem2,HOtherItem3,HOtherItem4,HOtherItem5,"+ "HPackType,HCheckEmpID,HWeight,HBatchNo" + "HPackType,HCheckEmpID,HWeight,HBatchNo,HRelationInterID" + ") values(" + omodel.HInterID.ToString() + "," + oSub.HEntryID.ToString() + "," + oSub.HProcID.ToString() + ",'" + oSub.HProcNumber + "'," + oSub.HEmpID.ToString() + "," + oSub.HMaterID.ToString() + ",'" + oSub.HMaterNumber + "'," + oSub.HOutPrice.ToString() + "," + oSub.HOutMoney.ToString() + @@ -173,17 +175,19 @@ "," + oSub.HSecUnitQty1.ToString() + "," + oSub.HSecUnitRate1.ToString() + "," + oSub.HSecUnitQty2.ToString() + "," + oSub.HSecUnitRate2.ToString() + "," + oSub.HUsingQty.ToString() + "," + oSub.HSelfBadCount.ToString() + "," + oSub.HPreBadCount.ToString() + "," + oSub.HPayMentQty.ToString() + "," + oSub.HOtherDeduct.ToString() + "," + oSub.HRelPay.ToString() + ",'" + oSub.HOtherItem1.ToString() + "','" + oSub.HOtherItem2.ToString() + "','" + oSub.HOtherItem3.ToString() + "','" + oSub.HOtherItem4.ToString() + "','" + oSub.HOtherItem5.ToString() + "','" + oSub.HPackType.ToString() + "'," + oSub.HCheckEmpID.ToString() + "," + oSub.HWeight.ToString() + ",'" + oSub.HBatchNo + "'" + "','" + oSub.HPackType.ToString() + "'," + oSub.HCheckEmpID.ToString() + "," + oSub.HWeight.ToString() + ",'" + oSub.HBatchNo + "','0'" + ") "); } //æ´æ°å ³èæ°é AddNewRelation(ref sReturn, omodel.HInterID); //æ´æ°å ³èæ°é //oCn.RunProc("exec h_p_Sc_UpDateICMOBillStepStatusRelation_Add " + omodel.HInterID); //åå¡« çäº§ç¶æè¡¨ æ¥è®¡å 为 å·²å®å·¥ ç¶æ oCn.RunProc("exec h_p_Sc_UpDateICMOBillQualityStatus " + omodel.HICMOStatusInterID.ToString() + ",3"); //é»è®¤å为 ç³è¯·æ£éªç¶æ oCn.RunProc("exec h_p_Sc_UpDateProcessReportStatus " + omodel.HInterID.ToString() + ",15"); // sReturn = "æ°å¢åæ®æåï¼"; sReturn = omodel.HInterID.ToString(); oCn.Commit(); return true; } WebAPI/Properties/PublishProfiles/FolderProfile.pubxml.user
@@ -5,7 +5,7 @@ <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <_PublishTargetUrl>D:\ç½ç«åå¸\æºäºMESWMS\API</_PublishTargetUrl> <History>True|2022-01-16T11:15:24.5874858Z;True|2022-01-16T19:07:49.0613424+08:00;True|2022-01-16T16:10:47.3112741+08:00;False|2022-01-14T19:09:41.9296709+08:00;False|2022-01-14T18:56:11.0569808+08:00;False|2022-01-14T18:28:20.1376762+08:00;False|2022-01-14T18:27:30.8678130+08:00;False|2022-01-14T18:22:45.4436504+08:00;False|2022-01-14T18:19:37.0374753+08:00;False|2022-01-14T18:18:48.5868254+08:00;False|2022-01-14T18:14:02.5810257+08:00;False|2022-01-14T18:09:51.1730754+08:00;False|2022-01-14T18:09:17.8940754+08:00;True|2022-01-13T20:08:16.2937608+08:00;True|2022-01-13T20:07:30.1505466+08:00;True|2022-01-13T13:39:42.0146294+08:00;True|2022-01-13T13:38:07.5062471+08:00;True|2022-01-13T11:29:49.3751232+08:00;True|2022-01-13T11:05:43.9574142+08:00;True|2022-01-13T10:33:23.1921058+08:00;True|2022-01-12T20:38:16.9165651+08:00;True|2022-01-12T20:24:46.3779264+08:00;True|2022-01-12T20:03:06.5030626+08:00;True|2022-01-12T19:44:55.4294326+08:00;True|2022-01-12T12:58:45.9548600+08:00;True|2022-01-12T11:28:44.7797749+08:00;True|2022-01-11T18:07:30.9151356+08:00;True|2022-01-11T15:06:32.7301609+08:00;True|2022-01-11T09:27:00.1766442+08:00;True|2021-12-30T14:41:56.8541015+08:00;True|2021-12-30T13:45:00.6130694+08:00;True|2021-12-30T13:44:18.7370780+08:00;True|2021-12-30T13:36:52.8171136+08:00;True|2021-12-28T19:14:22.5979649+08:00;True|2021-12-28T13:13:39.3543252+08:00;True|2021-12-27T15:31:26.6037782+08:00;True|2021-12-27T15:28:54.4824480+08:00;True|2021-12-27T15:22:47.8436108+08:00;True|2021-12-27T15:04:37.0711590+08:00;True|2021-12-27T15:03:52.0932499+08:00;True|2021-12-27T15:03:33.0172733+08:00;True|2021-12-27T13:28:27.4252747+08:00;True|2021-12-25T19:38:33.6784042+08:00;True|2021-12-24T20:47:43.3471563+08:00;True|2021-12-24T20:14:57.6946814+08:00;True|2021-12-24T19:55:21.1843105+08:00;True|2021-12-24T19:49:54.6719726+08:00;True|2021-12-24T19:38:14.1180741+08:00;True|2021-12-22T13:51:37.1082523+08:00;True|2021-12-21T15:38:59.8015096+08:00;True|2021-12-21T15:29:54.8095063+08:00;False|2021-12-21T15:29:21.7006531+08:00;False|2021-12-21T15:16:18.2218025+08:00;False|2021-12-21T15:11:38.1215841+08:00;False|2021-12-21T15:08:27.0590078+08:00;True|2021-12-10T14:12:36.4065298+08:00;True|2021-12-10T13:54:03.4921778+08:00;True|2021-12-10T13:25:49.0439086+08:00;True|2021-12-10T13:19:58.9494477+08:00;True|2021-12-10T13:10:45.3929017+08:00;True|2021-12-10T11:06:53.2416794+08:00;True|2021-12-07T17:23:28.9380484+08:00;True|2021-12-07T17:13:52.4384814+08:00;True|2021-12-07T16:39:49.2020208+08:00;True|2021-12-07T15:18:20.9024533+08:00;True|2021-12-07T15:07:35.4428035+08:00;True|2021-12-07T15:01:02.0445043+08:00;True|2021-12-07T14:50:08.9019705+08:00;True|2021-12-07T14:34:50.4993666+08:00;False|2021-12-07T14:32:56.0408332+08:00;True|2021-12-06T17:11:41.4004606+08:00;True|2021-12-06T16:48:07.6029757+08:00;True|2021-12-06T13:46:35.9437718+08:00;True|2021-12-06T13:45:07.6622615+08:00;True|2021-12-06T11:25:04.3483155+08:00;True|2021-12-06T11:18:24.5804187+08:00;True|2021-11-22T16:27:05.4241947+08:00;True|2021-11-22T13:40:17.6768280+08:00;True|2021-11-19T16:15:19.9085104+08:00;True|2021-11-09T10:34:21.1623512+08:00;True|2021-11-07T16:57:59.7380254+08:00;True|2021-11-07T16:53:47.4198852+08:00;True|2021-11-07T16:42:05.5096826+08:00;True|2021-11-07T16:37:21.0729013+08:00;True|2021-11-05T20:51:17.6170717+08:00;True|2021-11-05T20:35:14.6250333+08:00;True|2021-11-05T19:30:19.8374158+08:00;True|2021-11-05T19:22:46.2276569+08:00;True|2021-11-05T19:20:30.8253213+08:00;True|2021-11-05T19:16:45.7553310+08:00;True|2021-11-05T19:16:00.4532689+08:00;True|2021-11-05T19:12:25.9022478+08:00;False|2021-11-05T19:11:26.5753529+08:00;True|2021-11-05T19:09:30.0085433+08:00;True|2021-11-05T18:48:19.9395153+08:00;True|2021-11-05T18:45:34.3437897+08:00;True|2021-11-05T18:43:43.4558159+08:00;True|2021-11-05T18:40:40.9948500+08:00;True|2021-11-05T18:34:18.4440455+08:00;True|2021-11-05T15:54:51.6037132+08:00;True|2021-10-28T16:27:53.9728270+08:00;True|2021-10-28T16:03:59.5629998+08:00;True|2021-10-28T08:51:04.2549186+08:00;True|2021-10-27T15:14:53.5506098+08:00;True|2021-10-27T15:00:44.9100320+08:00;True|2021-10-27T13:14:46.7921647+08:00;True|2021-10-27T11:24:49.4550753+08:00;True|2021-10-27T10:10:10.3545125+08:00;True|2021-10-27T10:02:24.9248610+08:00;True|2021-10-27T09:59:40.3795897+08:00;True|2021-10-27T09:56:30.6629207+08:00;True|2021-10-27T09:10:48.3883432+08:00;True|2021-10-27T09:03:31.9191991+08:00;True|2021-10-27T08:59:59.7651159+08:00;True|2021-10-27T08:36:11.8620997+08:00;True|2021-10-27T08:26:40.2533014+08:00;True|2021-10-26T09:19:35.5674748+08:00;True|2021-10-26T09:17:17.6900747+08:00;True|2021-10-26T09:14:32.3999220+08:00;True|2021-10-25T15:08:21.2581763+08:00;True|2021-10-25T10:01:57.8524903+08:00;True|2021-10-25T09:28:51.6294879+08:00;True|2021-10-25T09:25:50.3373336+08:00;True|2021-10-25T09:23:37.0203978+08:00;True|2021-10-25T09:18:23.3380608+08:00;True|2021-10-25T09:15:10.5292071+08:00;True|2021-10-25T08:56:30.4632027+08:00;True|2021-10-25T08:50:11.4697392+08:00;True|2021-10-22T13:46:49.7207066+08:00;True|2021-10-22T10:06:33.3130089+08:00;True|2021-10-20T14:32:10.1235516+08:00;True|2021-10-20T14:16:18.6496291+08:00;True|2021-10-20T14:08:49.2443715+08:00;True|2021-10-20T14:05:14.6847950+08:00;True|2021-10-20T13:30:21.6057636+08:00;True|2021-10-20T10:55:22.2151716+08:00;True|2021-10-19T10:42:13.4198267+08:00;True|2021-10-19T10:01:41.0018108+08:00;True|2021-10-19T09:59:11.2127619+08:00;True|2021-10-19T09:54:04.8472874+08:00;True|2021-10-15T11:19:15.5327495+08:00;True|2021-10-15T11:17:41.0686485+08:00;True|2021-10-15T11:12:11.8295042+08:00;True|2021-10-15T10:33:31.5670079+08:00;True|2021-10-15T10:27:45.0815146+08:00;True|2021-10-14T14:51:28.5331025+08:00;True|2021-10-14T14:37:28.3276051+08:00;True|2021-10-14T14:23:39.0606792+08:00;True|2021-10-14T14:21:03.8140347+08:00;True|2021-10-13T10:31:10.6628977+08:00;True|2021-10-13T10:12:24.4238027+08:00;True|2021-10-13T08:47:43.9314486+08:00;True|2021-10-12T14:07:18.6065183+08:00;True|2021-10-12T10:34:10.1682362+08:00;True|2021-10-12T10:27:14.3073332+08:00;True|2021-10-12T10:22:08.0004619+08:00;True|2021-10-12T10:21:03.0275378+08:00;True|2021-10-12T10:11:54.9812692+08:00;True|2021-10-11T16:59:07.3568342+08:00;True|2021-10-11T16:53:14.2016138+08:00;True|2021-10-11T16:21:35.0133775+08:00;True|2021-10-11T15:34:19.5731935+08:00;True|2021-10-11T15:31:07.5780983+08:00;True|2021-10-11T15:06:47.1145237+08:00;True|2021-10-11T15:03:25.5000280+08:00;True|2021-10-11T10:12:57.6416898+08:00;True|2021-10-09T10:15:17.9235165+08:00;True|2021-10-09T10:13:51.3318441+08:00;True|2021-10-09T10:01:21.6661542+08:00;True|2021-10-09T09:58:41.9225837+08:00;True|2021-10-08T14:56:49.7935800+08:00;True|2021-10-08T14:35:41.4490063+08:00;True|2021-10-08T14:02:42.6990656+08:00;True|2021-09-29T15:48:55.1547397+08:00;True|2021-09-29T15:48:23.5567191+08:00;True|2021-09-27T16:17:35.7180978+08:00;True|2021-09-27T15:51:50.4240134+08:00;True|2021-09-23T20:55:27.3554447+08:00;True|2021-09-23T14:14:44.0572017+08:00;True|2021-09-23T13:51:56.2344673+08:00;True|2021-09-23T10:46:16.7417007+08:00;True|2021-09-23T10:42:23.2117537+08:00;True|2021-09-22T15:21:22.9615672+08:00;True|2021-09-22T14:23:32.7907754+08:00;True|2021-09-22T13:48:03.4780947+08:00;True|2021-09-22T11:05:24.5249356+08:00;True|2021-09-22T10:00:19.0962943+08:00;True|2021-09-22T09:30:26.2686514+08:00;True|2021-09-17T11:22:34.5692792+08:00;True|2021-09-16T16:11:27.5372277+08:00;True|2021-09-16T14:53:40.8396557+08:00;True|2021-09-16T14:32:29.7905500+08:00;True|2021-09-16T14:26:46.2224219+08:00;True|2021-09-16T10:32:24.4244440+08:00;True|2021-09-15T11:10:35.3529360+08:00;True|2021-09-15T11:08:30.0857376+08:00;True|2021-09-15T11:05:56.7191571+08:00;True|2021-09-14T01:24:39.8041136+08:00;True|2021-09-14T01:05:01.1593327+08:00;True|2021-09-14T00:44:14.7233198+08:00;True|2021-09-13T23:48:19.4506233+08:00;True|2021-09-13T20:30:31.3243872+08:00;True|2021-09-13T19:45:35.9108911+08:00;False|2021-09-13T19:44:59.2779092+08:00;True|2021-09-13T18:09:22.4994381+08:00;True|2021-09-10T14:18:27.5788854+08:00;True|2021-09-09T15:57:01.7407207+08:00;True|2021-09-09T15:49:34.2598998+08:00;True|2021-09-09T11:32:10.7853024+08:00;True|2021-09-09T11:10:48.6840025+08:00;True|2021-09-09T10:35:37.3883078+08:00;True|2021-09-07T14:11:49.8497588+08:00;True|2021-09-07T13:34:48.4693349+08:00;True|2021-09-06T14:33:48.7549675+08:00;True|2021-09-03T16:27:51.1888520+08:00;True|2021-09-03T16:19:35.9003465+08:00;True|2021-09-03T15:46:28.1828032+08:00;True|2021-09-03T15:34:21.9362871+08:00;True|2021-09-03T11:24:49.8749819+08:00;True|2021-09-03T11:21:17.8373159+08:00;True|2021-09-03T11:16:53.2208136+08:00;True|2021-09-03T11:12:23.9063804+08:00;True|2021-09-03T09:11:09.2435721+08:00;True|2021-09-02T11:16:15.1370453+08:00;True|2021-09-02T10:35:39.1171879+08:00;True|2021-09-01T10:17:09.4536285+08:00;True|2021-09-01T09:46:28.4581776+08:00;True|2021-08-31T08:54:26.8588887+08:00;True|2021-08-31T08:39:08.3685693+08:00;True|2021-08-30T17:11:56.8438985+08:00;True|2021-08-30T15:59:42.0820292+08:00;True|2021-08-30T15:45:18.1868510+08:00;True|2021-08-30T14:56:08.3958863+08:00;True|2021-08-30T14:37:11.5379830+08:00;True|2021-08-30T14:35:34.8775934+08:00;True|2021-08-30T14:24:36.5111821+08:00;True|2021-08-30T10:05:49.6945200+08:00;True|2021-08-30T10:03:28.4064538+08:00;True|2021-08-30T10:00:16.8360929+08:00;True|2021-08-30T09:56:09.4434379+08:00;True|2021-08-30T09:55:36.1725334+08:00;True|2021-08-30T09:52:04.8600054+08:00;True|2021-08-30T09:47:46.4225655+08:00;True|2021-08-30T09:45:20.4894962+08:00;False|2021-08-27T17:17:34.2646751+08:00;False|2021-08-27T16:01:21.2791979+08:00;False|2021-08-27T15:58:06.9667160+08:00;False|2021-08-27T15:38:37.4818036+08:00;False|2021-08-27T15:21:02.8863114+08:00;False|2021-08-27T15:20:28.6828668+08:00;True|2021-08-26T16:00:44.3162145+08:00;True|2021-08-26T08:57:31.3842587+08:00;True|2021-08-23T08:43:41.1549775+08:00;True|2021-08-22T09:24:12.7210871+08:00;True|2021-08-22T09:19:53.8300229+08:00;True|2021-08-20T20:00:52.0140407+08:00;True|2021-08-20T19:40:14.7712765+08:00;True|2021-08-19T17:37:54.9748049+08:00;True|2021-08-19T17:20:11.0515687+08:00;True|2021-08-19T16:12:35.4392809+08:00;True|2021-08-19T16:06:50.6204587+08:00;True|2021-08-19T16:03:53.0824286+08:00;True|2021-08-19T15:56:01.3498791+08:00;True|2021-08-19T10:18:50.8113630+08:00;True|2021-08-19T09:58:06.2784035+08:00;True|2021-08-19T09:56:54.0619777+08:00;True|2021-08-19T00:32:08.3503093+08:00;True|2021-08-19T00:11:18.3150227+08:00;True|2021-08-19T00:02:49.4827718+08:00;True|2021-08-18T23:54:45.4845900+08:00;True|2021-08-18T23:39:51.6147977+08:00;True|2021-08-18T23:16:42.7214379+08:00;True|2021-08-18T22:38:57.4681929+08:00;True|2021-08-18T21:41:58.7560707+08:00;True|2021-08-18T21:11:52.2369249+08:00;True|2021-08-18T21:01:49.5669106+08:00;True|2021-08-18T20:47:46.5352688+08:00;False|2021-08-18T20:46:36.7956141+08:00;False|2021-08-18T20:46:01.0502138+08:00;True|2021-08-18T19:39:12.8186242+08:00;False|2021-08-18T19:38:12.6839708+08:00;True|2021-08-18T19:15:51.4626694+08:00;True|2021-08-18T16:07:20.4350886+08:00;True|2021-08-18T14:29:41.7171934+08:00;True|2021-08-18T14:20:36.3647361+08:00;True|2021-08-16T09:08:58.3617662+08:00;True|2021-08-15T20:44:29.9214083+08:00;True|2021-08-15T20:36:17.0958549+08:00;True|2021-08-15T20:29:34.3879773+08:00;True|2021-08-15T20:23:47.4052038+08:00;True|2021-08-15T15:01:19.7830862+08:00;True|2021-08-15T12:15:18.3433782+08:00;True|2021-08-13T20:59:11.3947130+08:00;True|2021-08-06T22:49:09.9538339+08:00;True|2021-08-06T22:35:19.0418168+08:00;True|2021-08-06T20:29:47.4241975+08:00;True|2021-08-06T14:08:16.4791827+08:00;True|2021-08-06T13:59:28.9874611+08:00;True|2021-08-06T13:57:34.3723977+08:00;True|2021-08-06T13:36:03.4816652+08:00;True|2021-08-06T12:22:52.5055221+08:00;True|2021-08-06T09:31:58.1272499+08:00;True|2021-08-06T09:26:51.6310039+08:00;True|2021-08-06T09:24:22.2899244+08:00;True|2021-08-06T09:06:30.6477912+08:00;True|2021-08-06T09:00:55.5101612+08:00;True|2021-08-06T08:49:59.9616490+08:00;True|2021-08-06T08:45:18.8586902+08:00;True|2021-08-05T20:09:25.8861998+08:00;True|2021-08-04T19:14:27.2396953+08:00;True|2021-08-04T19:11:47.5849093+08:00;True|2021-08-04T16:42:54.0149043+08:00;True|2021-08-04T15:02:11.5056561+08:00;True|2021-08-04T14:58:37.1435509+08:00;True|2021-08-04T14:55:34.7380132+08:00;True|2021-08-04T14:47:42.5933921+08:00;True|2021-08-04T14:45:17.9911874+08:00;True|2021-08-04T13:52:20.9601351+08:00;True|2021-08-04T09:48:28.8796992+08:00;True|2021-08-03T18:14:13.1894998+08:00;True|2021-08-03T17:45:35.1349721+08:00;True|2021-08-03T17:21:52.6028977+08:00;True|2021-08-03T17:20:35.4423020+08:00;True|2021-08-03T17:03:33.1667669+08:00;True|2021-08-03T17:01:54.2656787+08:00;True|2021-08-03T17:00:22.2778374+08:00;True|2021-08-03T16:56:58.8902582+08:00;True|2021-08-03T15:02:21.8601533+08:00;True|2021-08-03T14:57:34.0186758+08:00;True|2021-08-03T14:28:47.2242515+08:00;True|2021-08-03T14:22:22.4554236+08:00;True|2021-08-03T14:21:51.1339715+08:00;True|2021-08-03T13:37:33.9697131+08:00;True|2021-08-03T13:28:29.7591095+08:00;True|2021-08-03T11:35:09.5118324+08:00;True|2021-08-03T11:11:23.3051573+08:00;True|2021-08-02T13:14:42.3663755+08:00;True|2021-07-30T22:50:19.9749878+08:00;True|2021-07-30T22:49:31.2150970+08:00;True|2021-07-28T19:12:05.8381075+08:00;True|2021-07-28T18:59:45.4808797+08:00;True|2021-07-28T18:15:58.8301509+08:00;True|2021-07-28T18:04:54.8613546+08:00;True|2021-07-28T17:53:48.6225611+08:00;True|2021-07-28T17:42:50.9171563+08:00;True|2021-07-28T17:17:16.3137677+08:00;True|2021-07-28T17:11:46.8925200+08:00;True|2021-07-28T16:28:27.6823943+08:00;True|2021-07-28T16:23:00.3385836+08:00;True|2021-07-28T09:57:55.4237411+08:00;True|2021-07-28T08:38:29.6691541+08:00;True|2021-07-27T23:16:32.0331671+08:00;True|2021-07-27T23:06:08.1947249+08:00;True|2021-07-27T23:05:58.4619176+08:00;True|2021-07-27T18:42:09.5358261+08:00;True|2021-07-27T18:30:04.8532823+08:00;True|2021-07-27T18:29:43.5775092+08:00;True|2021-07-27T15:16:49.8356224+08:00;True|2021-07-27T15:05:27.8453220+08:00;True|2021-07-27T14:59:15.9519440+08:00;True|2021-07-27T09:23:32.6111337+08:00;True|2021-07-27T08:27:41.6395353+08:00;True|2021-07-27T08:25:56.7378296+08:00;True|2021-07-26T11:18:46.0856966+08:00;True|2021-07-26T11:18:02.0751924+08:00;True|2021-07-26T11:13:49.6285395+08:00;True|2021-07-21T21:08:25.9898902+08:00;True|2021-07-21T20:09:26.2258104+08:00;True|2021-07-13T16:17:25.8407435+08:00;True|2021-07-13T13:46:13.4309531+08:00;True|2021-07-13T12:29:04.5082461+08:00;True|2021-06-29T13:55:01.6864637+08:00;True|2021-06-29T10:38:52.2206472+08:00;True|2021-06-29T10:10:13.1540749+08:00;True|2021-06-28T14:37:56.3853273+08:00;False|2021-06-28T14:36:57.5726124+08:00;True|2021-06-25T14:17:57.5196108+08:00;True|2021-06-25T13:56:38.9522535+08:00;True|2021-06-24T19:38:32.8766933+08:00;True|2021-06-24T18:26:35.6118833+08:00;True|2021-06-24T18:02:52.8136877+08:00;True|2021-06-24T17:48:49.5851948+08:00;True|2021-06-24T17:45:46.7527572+08:00;True|2021-06-24T15:05:20.1592723+08:00;True|2021-06-23T16:18:15.6814625+08:00;True|2021-06-23T16:05:24.6112343+08:00;True|2021-06-23T15:14:08.2489658+08:00;True|2021-06-23T13:52:58.6029788+08:00;True|2021-06-22T16:11:20.4726923+08:00;True|2021-06-22T16:04:53.7231389+08:00;True|2021-06-22T15:50:59.2583262+08:00;True|2021-06-22T15:38:15.3016140+08:00;True|2021-06-22T15:34:42.9185543+08:00;True|2021-06-22T15:21:55.1419108+08:00;True|2021-06-22T15:07:21.5357494+08:00;True|2021-06-22T15:03:35.0535733+08:00;True|2021-06-22T14:54:47.8802969+08:00;True|2021-06-22T11:19:38.7303011+08:00;True|2021-06-22T08:53:49.2882695+08:00;True|2021-06-22T08:47:54.8286530+08:00;True|2021-06-21T16:27:19.3017700+08:00;True|2021-06-21T15:32:28.7237952+08:00;True|2021-06-21T12:34:02.6329555+08:00;True|2021-06-21T12:24:17.5427495+08:00;True|2021-06-21T10:47:30.6423502+08:00;True|2021-06-21T08:43:20.3026558+08:00;True|2021-06-19T15:10:06.8335499+08:00;True|2021-06-18T15:37:29.5009930+08:00;True|2021-06-18T13:46:35.6283432+08:00;True|2021-06-18T10:00:37.1474954+08:00;True|2021-06-18T09:55:21.8551780+08:00;True|2021-06-18T09:22:27.8432927+08:00;True|2021-06-17T11:17:43.2166430+08:00;True|2021-06-17T09:24:09.8350403+08:00;True|2021-06-16T16:10:47.8564888+08:00;True|2021-06-16T16:04:09.8286582+08:00;True|2021-06-16T15:12:29.9427169+08:00;True|2021-06-16T14:58:45.6801892+08:00;True|2021-06-16T14:46:01.6873221+08:00;True|2021-06-16T11:02:06.1272477+08:00;True|2021-06-16T09:33:56.0223915+08:00;True|2021-06-16T08:50:07.6995413+08:00;True|2021-06-16T08:28:38.7692635+08:00;True|2021-06-16T01:04:19.6282474+08:00;True|2021-06-16T01:03:50.5058323+08:00;False|2021-06-16T01:02:15.3819672+08:00;False|2021-06-16T01:01:38.6171098+08:00;True|2021-06-16T00:34:54.9902044+08:00;True|2021-06-15T23:55:36.2003828+08:00;True|2021-06-15T22:47:17.2192750+08:00;True|2021-06-15T22:42:41.1512585+08:00;True|2021-06-15T22:38:01.7390462+08:00;True|2021-06-15T22:14:11.2060782+08:00;True|2021-06-15T22:12:27.0615357+08:00;True|2021-06-15T22:07:59.9280871+08:00;True|2021-06-15T22:04:21.5051427+08:00;True|2021-06-15T21:25:55.0099814+08:00;True|2021-06-15T19:13:51.3494172+08:00;True|2021-06-15T19:02:17.6844742+08:00;True|2021-06-15T18:47:37.1629411+08:00;False|2021-06-15T18:47:11.0828111+08:00;True|2021-06-15T18:38:26.6620668+08:00;True|2021-06-15T18:33:45.2069831+08:00;True|2021-06-15T18:24:52.0550838+08:00;True|2021-06-15T18:19:43.6999796+08:00;True|2021-06-15T18:08:17.2464506+08:00;True|2021-06-15T18:03:51.3952624+08:00;True|2021-06-15T18:01:20.6141766+08:00;True|2021-06-15T17:59:04.4479416+08:00;True|2021-06-15T17:41:44.6389379+08:00;True|2021-06-15T17:39:03.1565124+08:00;True|2021-06-15T17:34:41.0634638+08:00;True|2021-06-15T17:33:50.4853178+08:00;True|2021-06-15T17:25:38.5914037+08:00;True|2021-06-15T17:22:21.3611360+08:00;True|2021-06-15T17:16:49.4970813+08:00;True|2021-06-15T17:05:28.9389484+08:00;True|2021-06-15T16:52:54.6372199+08:00;True|2021-06-15T16:51:23.9081030+08:00;True|2021-06-15T16:45:40.6017997+08:00;True|2021-06-15T16:41:05.0218887+08:00;True|2021-06-15T16:38:02.8541862+08:00;True|2021-06-15T16:22:10.3118721+08:00;True|2021-06-15T16:12:11.1552506+08:00;True|2021-06-15T15:33:42.0100494+08:00;True|2021-06-15T15:28:39.7145659+08:00;True|2021-06-15T15:15:02.7939125+08:00;True|2021-06-15T14:49:14.2300396+08:00;True|2021-06-15T14:42:28.1198064+08:00;True|2021-06-15T13:30:12.7997686+08:00;True|2021-06-15T13:25:37.7284670+08:00;True|2021-06-15T13:23:43.6207813+08:00;False|2021-06-15T13:23:19.4190232+08:00;True|2021-06-15T13:16:38.5062674+08:00;True|2021-06-15T13:03:31.2055635+08:00;True|2021-06-15T12:58:43.1653215+08:00;True|2021-06-15T12:39:22.8442109+08:00;True|2021-06-15T12:35:09.1288556+08:00;False|2021-06-15T12:33:50.0723143+08:00;True|2021-06-15T11:28:01.9733727+08:00;True|2021-06-15T11:26:26.6569392+08:00;True|2021-06-15T11:22:43.0366435+08:00;True|2021-06-15T11:07:50.1610580+08:00;True|2021-06-15T10:32:59.1925931+08:00;True|2021-06-10T17:16:57.9552310+08:00;True|2021-06-10T16:44:42.2731836+08:00;True|2021-06-10T14:39:27.6745737+08:00;True|2021-06-10T12:15:05.1524413+08:00;True|2021-06-09T18:19:24.1005606+08:00;True|2021-06-09T17:56:09.5646288+08:00;True|2021-06-09T13:34:06.1882292+08:00;True|2021-06-09T13:29:54.5924933+08:00;True|2021-06-09T13:25:55.7520662+08:00;True|2021-06-09T13:07:47.6686811+08:00;True|2021-06-09T12:59:41.2595048+08:00;True|2021-06-09T12:45:27.1305548+08:00;True|2021-06-09T12:29:52.1418191+08:00;True|2021-06-09T12:24:12.7610588+08:00;True|2021-06-09T11:31:25.3409568+08:00;True|2021-06-09T09:57:44.4387175+08:00;True|2021-06-09T09:54:26.5161307+08:00;True|2021-06-09T09:14:14.7288045+08:00;True|2021-06-09T09:10:25.1812139+08:00;True|2021-06-09T08:46:21.6585123+08:00;True|2021-06-08T19:56:55.7192062+08:00;True|2021-06-08T19:52:59.0326821+08:00;True|2021-06-08T19:49:13.6274217+08:00;True|2021-06-08T19:09:22.1038939+08:00;True|2021-06-08T15:28:41.3716247+08:00;True|2021-06-08T15:26:47.2621178+08:00;True|2021-06-08T13:49:45.8936617+08:00;True|2021-06-08T13:43:18.8115502+08:00;True|2021-06-08T10:04:06.2200731+08:00;True|2021-06-08T09:17:10.0470792+08:00;True|2021-06-08T08:44:37.4395849+08:00;True|2021-06-08T00:01:09.3745613+08:00;True|2021-06-07T23:49:31.5196888+08:00;True|2021-06-07T23:41:00.8017855+08:00;True|2021-06-07T23:21:53.1371134+08:00;True|2021-06-07T23:01:27.5712153+08:00;True|2021-06-07T22:36:12.9274014+08:00;True|2021-06-07T22:23:00.6545134+08:00;True|2021-06-07T17:44:47.5686346+08:00;True|2021-06-07T17:17:01.3431233+08:00;True|2021-06-07T16:53:28.9989587+08:00;True|2021-06-07T16:41:10.4975607+08:00;True|2021-06-07T14:21:06.8176477+08:00;True|2021-06-07T14:10:39.0355659+08:00;True|2021-06-07T12:34:31.4562732+08:00;True|2021-06-07T12:28:44.9629488+08:00;True|2021-06-07T10:30:26.9387988+08:00;True|2021-06-07T09:12:14.7658099+08:00;True|2021-06-07T08:37:19.6353792+08:00;True|2021-06-07T08:35:25.2031954+08:00;True|2021-06-05T07:07:32.0541266+08:00;True|2021-06-05T06:44:35.9475270+08:00;True|2021-06-05T06:37:27.4595197+08:00;True|2021-06-05T06:26:59.7663998+08:00;True|2021-06-05T05:43:12.8699318+08:00;True|2021-06-04T17:00:41.2426007+08:00;True|2021-06-04T16:08:03.8078072+08:00;True|2021-06-04T15:47:21.6412616+08:00;True|2021-06-04T15:21:02.4239800+08:00;True|2021-06-04T15:20:37.8641854+08:00;True|2021-06-04T13:38:51.5088395+08:00;True|2021-06-04T10:20:01.7784282+08:00;True|2021-06-04T10:13:50.3548857+08:00;True|2021-06-04T10:11:25.5017821+08:00;True|2021-06-04T10:09:51.6792228+08:00;True|2021-06-04T10:02:39.5851057+08:00;True|2021-06-04T09:30:40.4495494+08:00;True|2021-06-03T13:16:36.0317546+08:00;True|2021-06-03T13:12:47.0402047+08:00;True|2021-06-02T14:37:08.9683351+08:00;True|2021-06-02T14:10:15.7439829+08:00;True|2021-06-02T13:59:46.5841931+08:00;True|2021-06-02T13:25:18.7962660+08:00;True|2021-06-02T13:23:16.2261980+08:00;True|2021-06-01T15:37:32.2495085+08:00;True|2021-06-01T15:21:01.2856122+08:00;True|2021-06-01T15:13:36.7262365+08:00;True|2021-06-01T15:10:26.8905629+08:00;True|2021-06-01T14:56:17.5231551+08:00;True|2021-06-01T14:38:39.7895927+08:00;True|2021-06-01T14:23:12.3265287+08:00;True|2021-03-01T09:11:31.3226422+08:00;True|2021-05-26T14:54:56.9426462+08:00;True|2021-05-26T13:57:33.7780451+08:00;True|2021-05-26T13:39:02.8043358+08:00;True|2021-02-25T16:01:40.2917200+08:00;True|2021-02-25T15:49:46.6681205+08:00;True|2021-02-25T15:16:30.9372640+08:00;True|2021-05-25T13:10:21.7831921+08:00;True|2021-05-25T11:21:38.5224475+08:00;True|2021-05-25T11:12:52.0637175+08:00;True|2021-05-25T11:02:18.4164663+08:00;True|2021-05-25T10:52:06.8998521+08:00;True|2021-05-25T10:50:45.0929606+08:00;True|2021-05-25T10:45:54.1498313+08:00;True|2021-05-25T10:39:27.8602249+08:00;True|2021-05-25T10:34:49.5771162+08:00;True|2021-05-25T10:17:30.3009163+08:00;True|2021-05-25T10:14:03.8512581+08:00;True|2021-05-25T10:05:33.4343836+08:00;True|2021-05-24T17:01:23.3221168+08:00;True|2021-05-24T10:11:24.0197347+08:00;False|2021-05-24T10:11:07.6338995+08:00;</History> <History>True|2022-01-18T16:26:36.9722917Z;True|2022-01-19T00:15:30.8583143+08:00;True|2022-01-18T21:19:30.6193048+08:00;True|2022-01-18T21:12:07.1453825+08:00;True|2022-01-18T20:35:27.3779956+08:00;True|2022-01-18T17:44:45.2318570+08:00;True|2022-01-18T14:45:29.0299640+08:00;True|2022-01-17T22:23:20.8214203+08:00;True|2022-01-17T21:49:15.7740045+08:00;True|2022-01-17T21:47:24.6997598+08:00;True|2022-01-17T21:44:00.1942787+08:00;True|2022-01-17T21:43:15.5992687+08:00;True|2022-01-17T21:33:16.8034756+08:00;True|2022-01-17T21:25:39.9909343+08:00;True|2022-01-17T21:13:03.9659338+08:00;True|2022-01-17T20:32:14.8869091+08:00;True|2022-01-17T19:01:46.5753686+08:00;True|2022-01-17T18:31:24.1032169+08:00;True|2022-01-17T18:21:39.2918684+08:00;True|2022-01-17T18:12:07.4859038+08:00;True|2022-01-17T18:09:26.6989718+08:00;True|2022-01-17T18:04:36.7564997+08:00;True|2022-01-17T17:57:44.7814863+08:00;True|2022-01-17T17:51:50.1516107+08:00;True|2022-01-17T17:39:29.2918799+08:00;True|2022-01-17T14:55:21.5859341+08:00;True|2022-01-17T14:38:06.5091500+08:00;True|2022-01-17T14:30:25.5378436+08:00;True|2022-01-16T19:15:24.5874858+08:00;True|2022-01-16T19:07:49.0613424+08:00;True|2022-01-16T16:10:47.3112741+08:00;False|2022-01-14T19:09:41.9296709+08:00;False|2022-01-14T18:56:11.0569808+08:00;False|2022-01-14T18:28:20.1376762+08:00;False|2022-01-14T18:27:30.8678130+08:00;False|2022-01-14T18:22:45.4436504+08:00;False|2022-01-14T18:19:37.0374753+08:00;False|2022-01-14T18:18:48.5868254+08:00;False|2022-01-14T18:14:02.5810257+08:00;False|2022-01-14T18:09:51.1730754+08:00;False|2022-01-14T18:09:17.8940754+08:00;True|2022-01-13T20:08:16.2937608+08:00;True|2022-01-13T20:07:30.1505466+08:00;True|2022-01-13T13:39:42.0146294+08:00;True|2022-01-13T13:38:07.5062471+08:00;True|2022-01-13T11:29:49.3751232+08:00;True|2022-01-13T11:05:43.9574142+08:00;True|2022-01-13T10:33:23.1921058+08:00;True|2022-01-12T20:38:16.9165651+08:00;True|2022-01-12T20:24:46.3779264+08:00;True|2022-01-12T20:03:06.5030626+08:00;True|2022-01-12T19:44:55.4294326+08:00;True|2022-01-12T12:58:45.9548600+08:00;True|2022-01-12T11:28:44.7797749+08:00;True|2022-01-11T18:07:30.9151356+08:00;True|2022-01-11T15:06:32.7301609+08:00;True|2022-01-11T09:27:00.1766442+08:00;True|2021-12-30T14:41:56.8541015+08:00;True|2021-12-30T13:45:00.6130694+08:00;True|2021-12-30T13:44:18.7370780+08:00;True|2021-12-30T13:36:52.8171136+08:00;True|2021-12-28T19:14:22.5979649+08:00;True|2021-12-28T13:13:39.3543252+08:00;True|2021-12-27T15:31:26.6037782+08:00;True|2021-12-27T15:28:54.4824480+08:00;True|2021-12-27T15:22:47.8436108+08:00;True|2021-12-27T15:04:37.0711590+08:00;True|2021-12-27T15:03:52.0932499+08:00;True|2021-12-27T15:03:33.0172733+08:00;True|2021-12-27T13:28:27.4252747+08:00;True|2021-12-25T19:38:33.6784042+08:00;True|2021-12-24T20:47:43.3471563+08:00;True|2021-12-24T20:14:57.6946814+08:00;True|2021-12-24T19:55:21.1843105+08:00;True|2021-12-24T19:49:54.6719726+08:00;True|2021-12-24T19:38:14.1180741+08:00;True|2021-12-22T13:51:37.1082523+08:00;True|2021-12-21T15:38:59.8015096+08:00;True|2021-12-21T15:29:54.8095063+08:00;False|2021-12-21T15:29:21.7006531+08:00;False|2021-12-21T15:16:18.2218025+08:00;False|2021-12-21T15:11:38.1215841+08:00;False|2021-12-21T15:08:27.0590078+08:00;True|2021-12-10T14:12:36.4065298+08:00;True|2021-12-10T13:54:03.4921778+08:00;True|2021-12-10T13:25:49.0439086+08:00;True|2021-12-10T13:19:58.9494477+08:00;True|2021-12-10T13:10:45.3929017+08:00;True|2021-12-10T11:06:53.2416794+08:00;True|2021-12-07T17:23:28.9380484+08:00;True|2021-12-07T17:13:52.4384814+08:00;True|2021-12-07T16:39:49.2020208+08:00;True|2021-12-07T15:18:20.9024533+08:00;True|2021-12-07T15:07:35.4428035+08:00;True|2021-12-07T15:01:02.0445043+08:00;True|2021-12-07T14:50:08.9019705+08:00;True|2021-12-07T14:34:50.4993666+08:00;False|2021-12-07T14:32:56.0408332+08:00;True|2021-12-06T17:11:41.4004606+08:00;True|2021-12-06T16:48:07.6029757+08:00;True|2021-12-06T13:46:35.9437718+08:00;True|2021-12-06T13:45:07.6622615+08:00;True|2021-12-06T11:25:04.3483155+08:00;True|2021-12-06T11:18:24.5804187+08:00;True|2021-11-22T16:27:05.4241947+08:00;True|2021-11-22T13:40:17.6768280+08:00;True|2021-11-19T16:15:19.9085104+08:00;True|2021-11-09T10:34:21.1623512+08:00;True|2021-11-07T16:57:59.7380254+08:00;True|2021-11-07T16:53:47.4198852+08:00;True|2021-11-07T16:42:05.5096826+08:00;True|2021-11-07T16:37:21.0729013+08:00;True|2021-11-05T20:51:17.6170717+08:00;True|2021-11-05T20:35:14.6250333+08:00;True|2021-11-05T19:30:19.8374158+08:00;True|2021-11-05T19:22:46.2276569+08:00;True|2021-11-05T19:20:30.8253213+08:00;True|2021-11-05T19:16:45.7553310+08:00;True|2021-11-05T19:16:00.4532689+08:00;True|2021-11-05T19:12:25.9022478+08:00;False|2021-11-05T19:11:26.5753529+08:00;True|2021-11-05T19:09:30.0085433+08:00;True|2021-11-05T18:48:19.9395153+08:00;True|2021-11-05T18:45:34.3437897+08:00;True|2021-11-05T18:43:43.4558159+08:00;True|2021-11-05T18:40:40.9948500+08:00;True|2021-11-05T18:34:18.4440455+08:00;True|2021-11-05T15:54:51.6037132+08:00;True|2021-10-28T16:27:53.9728270+08:00;True|2021-10-28T16:03:59.5629998+08:00;True|2021-10-28T08:51:04.2549186+08:00;True|2021-10-27T15:14:53.5506098+08:00;True|2021-10-27T15:00:44.9100320+08:00;True|2021-10-27T13:14:46.7921647+08:00;True|2021-10-27T11:24:49.4550753+08:00;True|2021-10-27T10:10:10.3545125+08:00;True|2021-10-27T10:02:24.9248610+08:00;True|2021-10-27T09:59:40.3795897+08:00;True|2021-10-27T09:56:30.6629207+08:00;True|2021-10-27T09:10:48.3883432+08:00;True|2021-10-27T09:03:31.9191991+08:00;True|2021-10-27T08:59:59.7651159+08:00;True|2021-10-27T08:36:11.8620997+08:00;True|2021-10-27T08:26:40.2533014+08:00;True|2021-10-26T09:19:35.5674748+08:00;True|2021-10-26T09:17:17.6900747+08:00;True|2021-10-26T09:14:32.3999220+08:00;True|2021-10-25T15:08:21.2581763+08:00;True|2021-10-25T10:01:57.8524903+08:00;True|2021-10-25T09:28:51.6294879+08:00;True|2021-10-25T09:25:50.3373336+08:00;True|2021-10-25T09:23:37.0203978+08:00;True|2021-10-25T09:18:23.3380608+08:00;True|2021-10-25T09:15:10.5292071+08:00;True|2021-10-25T08:56:30.4632027+08:00;True|2021-10-25T08:50:11.4697392+08:00;True|2021-10-22T13:46:49.7207066+08:00;True|2021-10-22T10:06:33.3130089+08:00;True|2021-10-20T14:32:10.1235516+08:00;True|2021-10-20T14:16:18.6496291+08:00;True|2021-10-20T14:08:49.2443715+08:00;True|2021-10-20T14:05:14.6847950+08:00;True|2021-10-20T13:30:21.6057636+08:00;True|2021-10-20T10:55:22.2151716+08:00;True|2021-10-19T10:42:13.4198267+08:00;True|2021-10-19T10:01:41.0018108+08:00;True|2021-10-19T09:59:11.2127619+08:00;True|2021-10-19T09:54:04.8472874+08:00;True|2021-10-15T11:19:15.5327495+08:00;True|2021-10-15T11:17:41.0686485+08:00;True|2021-10-15T11:12:11.8295042+08:00;True|2021-10-15T10:33:31.5670079+08:00;True|2021-10-15T10:27:45.0815146+08:00;True|2021-10-14T14:51:28.5331025+08:00;True|2021-10-14T14:37:28.3276051+08:00;True|2021-10-14T14:23:39.0606792+08:00;True|2021-10-14T14:21:03.8140347+08:00;True|2021-10-13T10:31:10.6628977+08:00;True|2021-10-13T10:12:24.4238027+08:00;True|2021-10-13T08:47:43.9314486+08:00;True|2021-10-12T14:07:18.6065183+08:00;True|2021-10-12T10:34:10.1682362+08:00;True|2021-10-12T10:27:14.3073332+08:00;True|2021-10-12T10:22:08.0004619+08:00;True|2021-10-12T10:21:03.0275378+08:00;True|2021-10-12T10:11:54.9812692+08:00;True|2021-10-11T16:59:07.3568342+08:00;True|2021-10-11T16:53:14.2016138+08:00;True|2021-10-11T16:21:35.0133775+08:00;True|2021-10-11T15:34:19.5731935+08:00;True|2021-10-11T15:31:07.5780983+08:00;True|2021-10-11T15:06:47.1145237+08:00;True|2021-10-11T15:03:25.5000280+08:00;True|2021-10-11T10:12:57.6416898+08:00;True|2021-10-09T10:15:17.9235165+08:00;True|2021-10-09T10:13:51.3318441+08:00;True|2021-10-09T10:01:21.6661542+08:00;True|2021-10-09T09:58:41.9225837+08:00;True|2021-10-08T14:56:49.7935800+08:00;True|2021-10-08T14:35:41.4490063+08:00;True|2021-10-08T14:02:42.6990656+08:00;True|2021-09-29T15:48:55.1547397+08:00;True|2021-09-29T15:48:23.5567191+08:00;True|2021-09-27T16:17:35.7180978+08:00;True|2021-09-27T15:51:50.4240134+08:00;True|2021-09-23T20:55:27.3554447+08:00;True|2021-09-23T14:14:44.0572017+08:00;True|2021-09-23T13:51:56.2344673+08:00;True|2021-09-23T10:46:16.7417007+08:00;True|2021-09-23T10:42:23.2117537+08:00;True|2021-09-22T15:21:22.9615672+08:00;True|2021-09-22T14:23:32.7907754+08:00;True|2021-09-22T13:48:03.4780947+08:00;True|2021-09-22T11:05:24.5249356+08:00;True|2021-09-22T10:00:19.0962943+08:00;True|2021-09-22T09:30:26.2686514+08:00;True|2021-09-17T11:22:34.5692792+08:00;True|2021-09-16T16:11:27.5372277+08:00;True|2021-09-16T14:53:40.8396557+08:00;True|2021-09-16T14:32:29.7905500+08:00;True|2021-09-16T14:26:46.2224219+08:00;True|2021-09-16T10:32:24.4244440+08:00;True|2021-09-15T11:10:35.3529360+08:00;True|2021-09-15T11:08:30.0857376+08:00;True|2021-09-15T11:05:56.7191571+08:00;True|2021-09-14T01:24:39.8041136+08:00;True|2021-09-14T01:05:01.1593327+08:00;True|2021-09-14T00:44:14.7233198+08:00;True|2021-09-13T23:48:19.4506233+08:00;True|2021-09-13T20:30:31.3243872+08:00;True|2021-09-13T19:45:35.9108911+08:00;False|2021-09-13T19:44:59.2779092+08:00;True|2021-09-13T18:09:22.4994381+08:00;True|2021-09-10T14:18:27.5788854+08:00;True|2021-09-09T15:57:01.7407207+08:00;True|2021-09-09T15:49:34.2598998+08:00;True|2021-09-09T11:32:10.7853024+08:00;True|2021-09-09T11:10:48.6840025+08:00;True|2021-09-09T10:35:37.3883078+08:00;True|2021-09-07T14:11:49.8497588+08:00;True|2021-09-07T13:34:48.4693349+08:00;True|2021-09-06T14:33:48.7549675+08:00;True|2021-09-03T16:27:51.1888520+08:00;True|2021-09-03T16:19:35.9003465+08:00;True|2021-09-03T15:46:28.1828032+08:00;True|2021-09-03T15:34:21.9362871+08:00;True|2021-09-03T11:24:49.8749819+08:00;True|2021-09-03T11:21:17.8373159+08:00;True|2021-09-03T11:16:53.2208136+08:00;True|2021-09-03T11:12:23.9063804+08:00;True|2021-09-03T09:11:09.2435721+08:00;True|2021-09-02T11:16:15.1370453+08:00;True|2021-09-02T10:35:39.1171879+08:00;True|2021-09-01T10:17:09.4536285+08:00;True|2021-09-01T09:46:28.4581776+08:00;True|2021-08-31T08:54:26.8588887+08:00;True|2021-08-31T08:39:08.3685693+08:00;True|2021-08-30T17:11:56.8438985+08:00;True|2021-08-30T15:59:42.0820292+08:00;True|2021-08-30T15:45:18.1868510+08:00;True|2021-08-30T14:56:08.3958863+08:00;True|2021-08-30T14:37:11.5379830+08:00;True|2021-08-30T14:35:34.8775934+08:00;True|2021-08-30T14:24:36.5111821+08:00;True|2021-08-30T10:05:49.6945200+08:00;True|2021-08-30T10:03:28.4064538+08:00;True|2021-08-30T10:00:16.8360929+08:00;True|2021-08-30T09:56:09.4434379+08:00;True|2021-08-30T09:55:36.1725334+08:00;True|2021-08-30T09:52:04.8600054+08:00;True|2021-08-30T09:47:46.4225655+08:00;True|2021-08-30T09:45:20.4894962+08:00;False|2021-08-27T17:17:34.2646751+08:00;False|2021-08-27T16:01:21.2791979+08:00;False|2021-08-27T15:58:06.9667160+08:00;False|2021-08-27T15:38:37.4818036+08:00;False|2021-08-27T15:21:02.8863114+08:00;False|2021-08-27T15:20:28.6828668+08:00;True|2021-08-26T16:00:44.3162145+08:00;True|2021-08-26T08:57:31.3842587+08:00;True|2021-08-23T08:43:41.1549775+08:00;True|2021-08-22T09:24:12.7210871+08:00;True|2021-08-22T09:19:53.8300229+08:00;True|2021-08-20T20:00:52.0140407+08:00;True|2021-08-20T19:40:14.7712765+08:00;True|2021-08-19T17:37:54.9748049+08:00;True|2021-08-19T17:20:11.0515687+08:00;True|2021-08-19T16:12:35.4392809+08:00;True|2021-08-19T16:06:50.6204587+08:00;True|2021-08-19T16:03:53.0824286+08:00;True|2021-08-19T15:56:01.3498791+08:00;True|2021-08-19T10:18:50.8113630+08:00;True|2021-08-19T09:58:06.2784035+08:00;True|2021-08-19T09:56:54.0619777+08:00;True|2021-08-19T00:32:08.3503093+08:00;True|2021-08-19T00:11:18.3150227+08:00;True|2021-08-19T00:02:49.4827718+08:00;True|2021-08-18T23:54:45.4845900+08:00;True|2021-08-18T23:39:51.6147977+08:00;True|2021-08-18T23:16:42.7214379+08:00;True|2021-08-18T22:38:57.4681929+08:00;True|2021-08-18T21:41:58.7560707+08:00;True|2021-08-18T21:11:52.2369249+08:00;True|2021-08-18T21:01:49.5669106+08:00;True|2021-08-18T20:47:46.5352688+08:00;False|2021-08-18T20:46:36.7956141+08:00;False|2021-08-18T20:46:01.0502138+08:00;True|2021-08-18T19:39:12.8186242+08:00;False|2021-08-18T19:38:12.6839708+08:00;True|2021-08-18T19:15:51.4626694+08:00;True|2021-08-18T16:07:20.4350886+08:00;True|2021-08-18T14:29:41.7171934+08:00;True|2021-08-18T14:20:36.3647361+08:00;True|2021-08-16T09:08:58.3617662+08:00;True|2021-08-15T20:44:29.9214083+08:00;True|2021-08-15T20:36:17.0958549+08:00;True|2021-08-15T20:29:34.3879773+08:00;True|2021-08-15T20:23:47.4052038+08:00;True|2021-08-15T15:01:19.7830862+08:00;True|2021-08-15T12:15:18.3433782+08:00;True|2021-08-13T20:59:11.3947130+08:00;True|2021-08-06T22:49:09.9538339+08:00;True|2021-08-06T22:35:19.0418168+08:00;True|2021-08-06T20:29:47.4241975+08:00;True|2021-08-06T14:08:16.4791827+08:00;True|2021-08-06T13:59:28.9874611+08:00;True|2021-08-06T13:57:34.3723977+08:00;True|2021-08-06T13:36:03.4816652+08:00;True|2021-08-06T12:22:52.5055221+08:00;True|2021-08-06T09:31:58.1272499+08:00;True|2021-08-06T09:26:51.6310039+08:00;True|2021-08-06T09:24:22.2899244+08:00;True|2021-08-06T09:06:30.6477912+08:00;True|2021-08-06T09:00:55.5101612+08:00;True|2021-08-06T08:49:59.9616490+08:00;True|2021-08-06T08:45:18.8586902+08:00;True|2021-08-05T20:09:25.8861998+08:00;True|2021-08-04T19:14:27.2396953+08:00;True|2021-08-04T19:11:47.5849093+08:00;True|2021-08-04T16:42:54.0149043+08:00;True|2021-08-04T15:02:11.5056561+08:00;True|2021-08-04T14:58:37.1435509+08:00;True|2021-08-04T14:55:34.7380132+08:00;True|2021-08-04T14:47:42.5933921+08:00;True|2021-08-04T14:45:17.9911874+08:00;True|2021-08-04T13:52:20.9601351+08:00;True|2021-08-04T09:48:28.8796992+08:00;True|2021-08-03T18:14:13.1894998+08:00;True|2021-08-03T17:45:35.1349721+08:00;True|2021-08-03T17:21:52.6028977+08:00;True|2021-08-03T17:20:35.4423020+08:00;True|2021-08-03T17:03:33.1667669+08:00;True|2021-08-03T17:01:54.2656787+08:00;True|2021-08-03T17:00:22.2778374+08:00;True|2021-08-03T16:56:58.8902582+08:00;True|2021-08-03T15:02:21.8601533+08:00;True|2021-08-03T14:57:34.0186758+08:00;True|2021-08-03T14:28:47.2242515+08:00;True|2021-08-03T14:22:22.4554236+08:00;True|2021-08-03T14:21:51.1339715+08:00;True|2021-08-03T13:37:33.9697131+08:00;True|2021-08-03T13:28:29.7591095+08:00;True|2021-08-03T11:35:09.5118324+08:00;True|2021-08-03T11:11:23.3051573+08:00;True|2021-08-02T13:14:42.3663755+08:00;True|2021-07-30T22:50:19.9749878+08:00;True|2021-07-30T22:49:31.2150970+08:00;True|2021-07-28T19:12:05.8381075+08:00;True|2021-07-28T18:59:45.4808797+08:00;True|2021-07-28T18:15:58.8301509+08:00;True|2021-07-28T18:04:54.8613546+08:00;True|2021-07-28T17:53:48.6225611+08:00;True|2021-07-28T17:42:50.9171563+08:00;True|2021-07-28T17:17:16.3137677+08:00;True|2021-07-28T17:11:46.8925200+08:00;True|2021-07-28T16:28:27.6823943+08:00;True|2021-07-28T16:23:00.3385836+08:00;True|2021-07-28T09:57:55.4237411+08:00;True|2021-07-28T08:38:29.6691541+08:00;True|2021-07-27T23:16:32.0331671+08:00;True|2021-07-27T23:06:08.1947249+08:00;True|2021-07-27T23:05:58.4619176+08:00;True|2021-07-27T18:42:09.5358261+08:00;True|2021-07-27T18:30:04.8532823+08:00;True|2021-07-27T18:29:43.5775092+08:00;True|2021-07-27T15:16:49.8356224+08:00;True|2021-07-27T15:05:27.8453220+08:00;True|2021-07-27T14:59:15.9519440+08:00;True|2021-07-27T09:23:32.6111337+08:00;True|2021-07-27T08:27:41.6395353+08:00;True|2021-07-27T08:25:56.7378296+08:00;True|2021-07-26T11:18:46.0856966+08:00;True|2021-07-26T11:18:02.0751924+08:00;True|2021-07-26T11:13:49.6285395+08:00;True|2021-07-21T21:08:25.9898902+08:00;True|2021-07-21T20:09:26.2258104+08:00;True|2021-07-13T16:17:25.8407435+08:00;True|2021-07-13T13:46:13.4309531+08:00;True|2021-07-13T12:29:04.5082461+08:00;True|2021-06-29T13:55:01.6864637+08:00;True|2021-06-29T10:38:52.2206472+08:00;True|2021-06-29T10:10:13.1540749+08:00;True|2021-06-28T14:37:56.3853273+08:00;False|2021-06-28T14:36:57.5726124+08:00;True|2021-06-25T14:17:57.5196108+08:00;True|2021-06-25T13:56:38.9522535+08:00;True|2021-06-24T19:38:32.8766933+08:00;True|2021-06-24T18:26:35.6118833+08:00;True|2021-06-24T18:02:52.8136877+08:00;True|2021-06-24T17:48:49.5851948+08:00;True|2021-06-24T17:45:46.7527572+08:00;True|2021-06-24T15:05:20.1592723+08:00;True|2021-06-23T16:18:15.6814625+08:00;True|2021-06-23T16:05:24.6112343+08:00;True|2021-06-23T15:14:08.2489658+08:00;True|2021-06-23T13:52:58.6029788+08:00;True|2021-06-22T16:11:20.4726923+08:00;True|2021-06-22T16:04:53.7231389+08:00;True|2021-06-22T15:50:59.2583262+08:00;True|2021-06-22T15:38:15.3016140+08:00;True|2021-06-22T15:34:42.9185543+08:00;True|2021-06-22T15:21:55.1419108+08:00;True|2021-06-22T15:07:21.5357494+08:00;True|2021-06-22T15:03:35.0535733+08:00;True|2021-06-22T14:54:47.8802969+08:00;True|2021-06-22T11:19:38.7303011+08:00;True|2021-06-22T08:53:49.2882695+08:00;True|2021-06-22T08:47:54.8286530+08:00;True|2021-06-21T16:27:19.3017700+08:00;True|2021-06-21T15:32:28.7237952+08:00;True|2021-06-21T12:34:02.6329555+08:00;True|2021-06-21T12:24:17.5427495+08:00;True|2021-06-21T10:47:30.6423502+08:00;True|2021-06-21T08:43:20.3026558+08:00;True|2021-06-19T15:10:06.8335499+08:00;True|2021-06-18T15:37:29.5009930+08:00;True|2021-06-18T13:46:35.6283432+08:00;True|2021-06-18T10:00:37.1474954+08:00;True|2021-06-18T09:55:21.8551780+08:00;True|2021-06-18T09:22:27.8432927+08:00;True|2021-06-17T11:17:43.2166430+08:00;True|2021-06-17T09:24:09.8350403+08:00;True|2021-06-16T16:10:47.8564888+08:00;True|2021-06-16T16:04:09.8286582+08:00;True|2021-06-16T15:12:29.9427169+08:00;True|2021-06-16T14:58:45.6801892+08:00;True|2021-06-16T14:46:01.6873221+08:00;True|2021-06-16T11:02:06.1272477+08:00;True|2021-06-16T09:33:56.0223915+08:00;True|2021-06-16T08:50:07.6995413+08:00;True|2021-06-16T08:28:38.7692635+08:00;True|2021-06-16T01:04:19.6282474+08:00;True|2021-06-16T01:03:50.5058323+08:00;False|2021-06-16T01:02:15.3819672+08:00;False|2021-06-16T01:01:38.6171098+08:00;True|2021-06-16T00:34:54.9902044+08:00;True|2021-06-15T23:55:36.2003828+08:00;True|2021-06-15T22:47:17.2192750+08:00;True|2021-06-15T22:42:41.1512585+08:00;True|2021-06-15T22:38:01.7390462+08:00;True|2021-06-15T22:14:11.2060782+08:00;True|2021-06-15T22:12:27.0615357+08:00;True|2021-06-15T22:07:59.9280871+08:00;True|2021-06-15T22:04:21.5051427+08:00;True|2021-06-15T21:25:55.0099814+08:00;True|2021-06-15T19:13:51.3494172+08:00;True|2021-06-15T19:02:17.6844742+08:00;True|2021-06-15T18:47:37.1629411+08:00;False|2021-06-15T18:47:11.0828111+08:00;True|2021-06-15T18:38:26.6620668+08:00;True|2021-06-15T18:33:45.2069831+08:00;True|2021-06-15T18:24:52.0550838+08:00;True|2021-06-15T18:19:43.6999796+08:00;True|2021-06-15T18:08:17.2464506+08:00;True|2021-06-15T18:03:51.3952624+08:00;True|2021-06-15T18:01:20.6141766+08:00;True|2021-06-15T17:59:04.4479416+08:00;True|2021-06-15T17:41:44.6389379+08:00;True|2021-06-15T17:39:03.1565124+08:00;True|2021-06-15T17:34:41.0634638+08:00;True|2021-06-15T17:33:50.4853178+08:00;True|2021-06-15T17:25:38.5914037+08:00;True|2021-06-15T17:22:21.3611360+08:00;True|2021-06-15T17:16:49.4970813+08:00;True|2021-06-15T17:05:28.9389484+08:00;True|2021-06-15T16:52:54.6372199+08:00;True|2021-06-15T16:51:23.9081030+08:00;True|2021-06-15T16:45:40.6017997+08:00;True|2021-06-15T16:41:05.0218887+08:00;True|2021-06-15T16:38:02.8541862+08:00;True|2021-06-15T16:22:10.3118721+08:00;True|2021-06-15T16:12:11.1552506+08:00;True|2021-06-15T15:33:42.0100494+08:00;True|2021-06-15T15:28:39.7145659+08:00;True|2021-06-15T15:15:02.7939125+08:00;True|2021-06-15T14:49:14.2300396+08:00;True|2021-06-15T14:42:28.1198064+08:00;True|2021-06-15T13:30:12.7997686+08:00;True|2021-06-15T13:25:37.7284670+08:00;True|2021-06-15T13:23:43.6207813+08:00;False|2021-06-15T13:23:19.4190232+08:00;True|2021-06-15T13:16:38.5062674+08:00;True|2021-06-15T13:03:31.2055635+08:00;True|2021-06-15T12:58:43.1653215+08:00;True|2021-06-15T12:39:22.8442109+08:00;True|2021-06-15T12:35:09.1288556+08:00;False|2021-06-15T12:33:50.0723143+08:00;True|2021-06-15T11:28:01.9733727+08:00;True|2021-06-15T11:26:26.6569392+08:00;True|2021-06-15T11:22:43.0366435+08:00;True|2021-06-15T11:07:50.1610580+08:00;True|2021-06-15T10:32:59.1925931+08:00;True|2021-06-10T17:16:57.9552310+08:00;True|2021-06-10T16:44:42.2731836+08:00;True|2021-06-10T14:39:27.6745737+08:00;True|2021-06-10T12:15:05.1524413+08:00;True|2021-06-09T18:19:24.1005606+08:00;True|2021-06-09T17:56:09.5646288+08:00;True|2021-06-09T13:34:06.1882292+08:00;True|2021-06-09T13:29:54.5924933+08:00;True|2021-06-09T13:25:55.7520662+08:00;True|2021-06-09T13:07:47.6686811+08:00;True|2021-06-09T12:59:41.2595048+08:00;True|2021-06-09T12:45:27.1305548+08:00;True|2021-06-09T12:29:52.1418191+08:00;True|2021-06-09T12:24:12.7610588+08:00;True|2021-06-09T11:31:25.3409568+08:00;True|2021-06-09T09:57:44.4387175+08:00;True|2021-06-09T09:54:26.5161307+08:00;True|2021-06-09T09:14:14.7288045+08:00;True|2021-06-09T09:10:25.1812139+08:00;True|2021-06-09T08:46:21.6585123+08:00;True|2021-06-08T19:56:55.7192062+08:00;True|2021-06-08T19:52:59.0326821+08:00;True|2021-06-08T19:49:13.6274217+08:00;True|2021-06-08T19:09:22.1038939+08:00;True|2021-06-08T15:28:41.3716247+08:00;True|2021-06-08T15:26:47.2621178+08:00;True|2021-06-08T13:49:45.8936617+08:00;True|2021-06-08T13:43:18.8115502+08:00;True|2021-06-08T10:04:06.2200731+08:00;True|2021-06-08T09:17:10.0470792+08:00;True|2021-06-08T08:44:37.4395849+08:00;True|2021-06-08T00:01:09.3745613+08:00;True|2021-06-07T23:49:31.5196888+08:00;True|2021-06-07T23:41:00.8017855+08:00;True|2021-06-07T23:21:53.1371134+08:00;True|2021-06-07T23:01:27.5712153+08:00;True|2021-06-07T22:36:12.9274014+08:00;True|2021-06-07T22:23:00.6545134+08:00;True|2021-06-07T17:44:47.5686346+08:00;True|2021-06-07T17:17:01.3431233+08:00;True|2021-06-07T16:53:28.9989587+08:00;True|2021-06-07T16:41:10.4975607+08:00;True|2021-06-07T14:21:06.8176477+08:00;True|2021-06-07T14:10:39.0355659+08:00;True|2021-06-07T12:34:31.4562732+08:00;True|2021-06-07T12:28:44.9629488+08:00;True|2021-06-07T10:30:26.9387988+08:00;True|2021-06-07T09:12:14.7658099+08:00;True|2021-06-07T08:37:19.6353792+08:00;True|2021-06-07T08:35:25.2031954+08:00;True|2021-06-05T07:07:32.0541266+08:00;True|2021-06-05T06:44:35.9475270+08:00;True|2021-06-05T06:37:27.4595197+08:00;True|2021-06-05T06:26:59.7663998+08:00;True|2021-06-05T05:43:12.8699318+08:00;True|2021-06-04T17:00:41.2426007+08:00;True|2021-06-04T16:08:03.8078072+08:00;True|2021-06-04T15:47:21.6412616+08:00;True|2021-06-04T15:21:02.4239800+08:00;True|2021-06-04T15:20:37.8641854+08:00;True|2021-06-04T13:38:51.5088395+08:00;True|2021-06-04T10:20:01.7784282+08:00;True|2021-06-04T10:13:50.3548857+08:00;True|2021-06-04T10:11:25.5017821+08:00;True|2021-06-04T10:09:51.6792228+08:00;True|2021-06-04T10:02:39.5851057+08:00;True|2021-06-04T09:30:40.4495494+08:00;True|2021-06-03T13:16:36.0317546+08:00;True|2021-06-03T13:12:47.0402047+08:00;True|2021-06-02T14:37:08.9683351+08:00;True|2021-06-02T14:10:15.7439829+08:00;True|2021-06-02T13:59:46.5841931+08:00;True|2021-06-02T13:25:18.7962660+08:00;True|2021-06-02T13:23:16.2261980+08:00;True|2021-06-01T15:37:32.2495085+08:00;True|2021-06-01T15:21:01.2856122+08:00;True|2021-06-01T15:13:36.7262365+08:00;True|2021-06-01T15:10:26.8905629+08:00;True|2021-06-01T14:56:17.5231551+08:00;True|2021-06-01T14:38:39.7895927+08:00;True|2021-06-01T14:23:12.3265287+08:00;True|2021-03-01T09:11:31.3226422+08:00;True|2021-05-26T14:54:56.9426462+08:00;True|2021-05-26T13:57:33.7780451+08:00;True|2021-05-26T13:39:02.8043358+08:00;True|2021-02-25T16:01:40.2917200+08:00;True|2021-02-25T15:49:46.6681205+08:00;True|2021-02-25T15:16:30.9372640+08:00;True|2021-05-25T13:10:21.7831921+08:00;True|2021-05-25T11:21:38.5224475+08:00;True|2021-05-25T11:12:52.0637175+08:00;True|2021-05-25T11:02:18.4164663+08:00;True|2021-05-25T10:52:06.8998521+08:00;True|2021-05-25T10:50:45.0929606+08:00;True|2021-05-25T10:45:54.1498313+08:00;True|2021-05-25T10:39:27.8602249+08:00;True|2021-05-25T10:34:49.5771162+08:00;True|2021-05-25T10:17:30.3009163+08:00;True|2021-05-25T10:14:03.8512581+08:00;True|2021-05-25T10:05:33.4343836+08:00;True|2021-05-24T17:01:23.3221168+08:00;True|2021-05-24T10:11:24.0197347+08:00;False|2021-05-24T10:11:07.6338995+08:00;</History> </PropertyGroup> <ItemGroup> <File Include="apiapp.json"> @@ -18,28 +18,28 @@ <publishTime>02/22/2013 08:43:40</publishTime> </File> <File Include="bin/BLL.dll"> <publishTime>01/16/2022 20:47:46</publishTime> <publishTime>01/19/2022 00:26:23</publishTime> </File> <File Include="bin/BLL.pdb"> <publishTime>01/16/2022 20:47:46</publishTime> <publishTime>01/19/2022 00:26:23</publishTime> </File> <File Include="bin/BouncyCastle.Crypto.dll"> <publishTime>12/18/2020 05:32:28</publishTime> </File> <File Include="bin/DAL.dll"> <publishTime>01/16/2022 20:47:45</publishTime> <publishTime>01/19/2022 00:26:20</publishTime> </File> <File Include="bin/DAL.pdb"> <publishTime>01/16/2022 20:47:45</publishTime> <publishTime>01/19/2022 00:26:20</publishTime> </File> <File Include="bin/Dapper.dll"> <publishTime>07/22/2016 14:52:40</publishTime> </File> <File Include="bin/DBUtility.dll"> <publishTime>01/16/2022 20:47:43</publishTime> <publishTime>01/19/2022 00:26:16</publishTime> </File> <File Include="bin/DBUtility.pdb"> <publishTime>01/16/2022 20:47:43</publishTime> <publishTime>01/19/2022 00:26:16</publishTime> </File> <File Include="bin/ICSharpCode.SharpZipLib.dll"> <publishTime>05/09/2021 01:08:30</publishTime> @@ -69,10 +69,10 @@ <publishTime>07/25/2012 11:48:56</publishTime> </File> <File Include="bin/Model.dll"> <publishTime>01/16/2022 20:47:44</publishTime> <publishTime>01/19/2022 00:26:17</publishTime> </File> <File Include="bin/Model.pdb"> <publishTime>01/16/2022 20:47:44</publishTime> <publishTime>01/19/2022 00:26:17</publishTime> </File> <File Include="bin/Models/ClsSc_MouldScrapOutBillMain.cs"> <publishTime>01/16/2022 20:46:29</publishTime> @@ -105,22 +105,22 @@ <publishTime>10/23/2021 17:07:54</publishTime> </File> <File Include="bin/Pub_Class.dll"> <publishTime>01/16/2022 20:47:43</publishTime> <publishTime>01/19/2022 00:26:14</publishTime> </File> <File Include="bin/Pub_Class.pdb"> <publishTime>01/16/2022 20:47:43</publishTime> <publishTime>01/19/2022 00:26:14</publishTime> </File> <File Include="bin/Pub_Control.dll"> <publishTime>01/16/2022 20:47:43</publishTime> <publishTime>01/19/2022 00:26:15</publishTime> </File> <File Include="bin/Pub_Control.pdb"> <publishTime>01/16/2022 20:47:43</publishTime> <publishTime>01/19/2022 00:26:15</publishTime> </File> <File Include="bin/SQLHelper.dll"> <publishTime>01/16/2022 20:47:43</publishTime> <publishTime>01/19/2022 00:26:15</publishTime> </File> <File Include="bin/SQLHelper.pdb"> <publishTime>01/16/2022 20:47:43</publishTime> <publishTime>01/19/2022 00:26:15</publishTime> </File> <File Include="bin/stdole.dll"> <publishTime>05/09/2021 13:35:37</publishTime> @@ -222,13 +222,13 @@ <publishTime>11/24/2014 11:18:48</publishTime> </File> <File Include="bin/WebAPI.dll"> <publishTime>01/16/2022 23:04:03</publishTime> <publishTime>01/19/2022 00:26:27</publishTime> </File> <File Include="bin/WebAPI.dll.config"> <publishTime>12/15/2021 17:59:43</publishTime> </File> <File Include="bin/WebAPI.pdb"> <publishTime>01/16/2022 23:04:03</publishTime> <publishTime>01/19/2022 00:26:27</publishTime> </File> <File Include="bin/WebGrease.dll"> <publishTime>07/17/2013 17:03:52</publishTime> @@ -411,7 +411,7 @@ <publishTime>12/20/2021 13:19:56</publishTime> </File> <File Include="Web.config"> <publishTime>01/16/2022 23:04:14</publishTime> <publishTime>01/19/2022 00:26:35</publishTime> </File> </ItemGroup> </Project> WorkM/Á÷ת¿¨¹ÜÀí/MES_StationEntrustInBill.cs
@@ -1482,5 +1482,6 @@ { this.Sub_AddBill(); } } } WorkM/Á÷ת¿¨¹ÜÀí/MES_StationEntrustInBill.designer.cs
@@ -101,13 +101,13 @@ this.cmdAddNew = new System.Windows.Forms.Button(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.panel1 = new System.Windows.Forms.Panel(); this.cmdXZ = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.cmdHDelBill = new System.Windows.Forms.Button(); this.cmdXG = new System.Windows.Forms.Button(); this.panel2 = new System.Windows.Forms.Panel(); this.cmdXZ = new System.Windows.Forms.Button(); this.gbUp.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdCardList)).BeginInit(); @@ -124,9 +124,10 @@ this.cmdHMaterID.BackColor = System.Drawing.Color.Transparent; this.cmdHMaterID.Enabled = false; this.cmdHMaterID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHMaterID.Image"))); this.cmdHMaterID.Location = new System.Drawing.Point(325, 167); this.cmdHMaterID.Location = new System.Drawing.Point(488, 250); this.cmdHMaterID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cmdHMaterID.Name = "cmdHMaterID"; this.cmdHMaterID.Size = new System.Drawing.Size(30, 32); this.cmdHMaterID.Size = new System.Drawing.Size(45, 48); this.cmdHMaterID.TabIndex = 86; this.cmdHMaterID.UseVisualStyleBackColor = false; this.cmdHMaterID.Visible = false; @@ -138,10 +139,11 @@ this.txtHMaterID.Font = new System.Drawing.Font("微软é é»", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHMaterID.ForeColor = System.Drawing.Color.Green; this.txtHMaterID.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHMaterID.Location = new System.Drawing.Point(112, 166); this.txtHMaterID.Location = new System.Drawing.Point(168, 249); this.txtHMaterID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtHMaterID.Name = "txtHMaterID"; this.txtHMaterID.ReadOnly = true; this.txtHMaterID.Size = new System.Drawing.Size(212, 32); this.txtHMaterID.Size = new System.Drawing.Size(316, 44); this.txtHMaterID.TabIndex = 85; this.txtHMaterID.Tag = "0"; this.txtHMaterID.TextChanged += new System.EventHandler(this.txtHMaterID_TextChanged); @@ -152,9 +154,10 @@ this.label16.BackColor = System.Drawing.Color.Gray; this.label16.Font = new System.Drawing.Font("微软é é»", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label16.ForeColor = System.Drawing.Color.Yellow; this.label16.Location = new System.Drawing.Point(15, 166); this.label16.Location = new System.Drawing.Point(22, 249); this.label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(90, 21); this.label16.Size = new System.Drawing.Size(134, 31); this.label16.TabIndex = 84; this.label16.Text = "产å代ç ï¼"; // @@ -164,9 +167,10 @@ this.label9.BackColor = System.Drawing.Color.Gray; this.label9.Font = new System.Drawing.Font("微软é é»", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label9.ForeColor = System.Drawing.Color.Yellow; this.label9.Location = new System.Drawing.Point(15, 271); this.label9.Location = new System.Drawing.Point(22, 406); this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(90, 21); this.label9.Size = new System.Drawing.Size(134, 31); this.label9.TabIndex = 82; this.label9.Text = "ååºæ¶é´ï¼"; // @@ -176,9 +180,10 @@ this.label2.BackColor = System.Drawing.Color.Gray; this.label2.Font = new System.Drawing.Font("微软é é»", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.ForeColor = System.Drawing.Color.Yellow; this.label2.Location = new System.Drawing.Point(390, 36); this.label2.Location = new System.Drawing.Point(585, 54); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(106, 21); this.label2.Size = new System.Drawing.Size(158, 31); this.label2.TabIndex = 80; this.label2.Text = "ç产订åå·ï¼"; // @@ -188,10 +193,11 @@ this.txtHICMOBillNo.Font = new System.Drawing.Font("微软é é»", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHICMOBillNo.ForeColor = System.Drawing.Color.Green; this.txtHICMOBillNo.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHICMOBillNo.Location = new System.Drawing.Point(495, 36); this.txtHICMOBillNo.Location = new System.Drawing.Point(742, 54); this.txtHICMOBillNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtHICMOBillNo.Name = "txtHICMOBillNo"; this.txtHICMOBillNo.ReadOnly = true; this.txtHICMOBillNo.Size = new System.Drawing.Size(240, 32); this.txtHICMOBillNo.Size = new System.Drawing.Size(358, 44); this.txtHICMOBillNo.TabIndex = 81; // // txtHProcExchBillNo @@ -199,10 +205,11 @@ this.txtHProcExchBillNo.Font = new System.Drawing.Font("微软é é»", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHProcExchBillNo.ForeColor = System.Drawing.Color.Green; this.txtHProcExchBillNo.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHProcExchBillNo.Location = new System.Drawing.Point(112, 26); this.txtHProcExchBillNo.Location = new System.Drawing.Point(168, 39); this.txtHProcExchBillNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtHProcExchBillNo.Name = "txtHProcExchBillNo"; this.txtHProcExchBillNo.ReadOnly = true; this.txtHProcExchBillNo.Size = new System.Drawing.Size(243, 32); this.txtHProcExchBillNo.Size = new System.Drawing.Size(362, 44); this.txtHProcExchBillNo.TabIndex = 88; this.txtHProcExchBillNo.Tag = "0"; this.txtHProcExchBillNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHProcExchBillNo_KeyDown); @@ -213,9 +220,10 @@ this.label1.BackColor = System.Drawing.Color.Gray; this.label1.Font = new System.Drawing.Font("微软é é»", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.ForeColor = System.Drawing.Color.Yellow; this.label1.Location = new System.Drawing.Point(15, 26); this.label1.Location = new System.Drawing.Point(22, 39); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(74, 21); this.label1.Size = new System.Drawing.Size(110, 31); this.label1.TabIndex = 87; this.label1.Text = "æµè½¬å¡ï¼"; // @@ -225,10 +233,11 @@ this.txtHMaterModel.Font = new System.Drawing.Font("微软é é»", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHMaterModel.ForeColor = System.Drawing.Color.Green; this.txtHMaterModel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHMaterModel.Location = new System.Drawing.Point(112, 236); this.txtHMaterModel.Location = new System.Drawing.Point(168, 354); this.txtHMaterModel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtHMaterModel.Name = "txtHMaterModel"; this.txtHMaterModel.ReadOnly = true; this.txtHMaterModel.Size = new System.Drawing.Size(243, 32); this.txtHMaterModel.Size = new System.Drawing.Size(362, 44); this.txtHMaterModel.TabIndex = 90; this.txtHMaterModel.Tag = "0"; // @@ -238,9 +247,10 @@ this.label3.BackColor = System.Drawing.Color.Gray; this.label3.Font = new System.Drawing.Font("微软é é»", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.ForeColor = System.Drawing.Color.Yellow; this.label3.Location = new System.Drawing.Point(15, 236); this.label3.Location = new System.Drawing.Point(22, 354); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(90, 21); this.label3.Size = new System.Drawing.Size(134, 31); this.label3.TabIndex = 89; this.label3.Text = "è§æ ¼åå·ï¼"; // @@ -248,9 +258,10 @@ // this.cmdHEmpID.BackColor = System.Drawing.Color.Transparent; this.cmdHEmpID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHEmpID.Image"))); this.cmdHEmpID.Location = new System.Drawing.Point(318, 212); this.cmdHEmpID.Location = new System.Drawing.Point(477, 318); this.cmdHEmpID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cmdHEmpID.Name = "cmdHEmpID"; this.cmdHEmpID.Size = new System.Drawing.Size(30, 32); this.cmdHEmpID.Size = new System.Drawing.Size(45, 48); this.cmdHEmpID.TabIndex = 93; this.cmdHEmpID.UseVisualStyleBackColor = false; this.cmdHEmpID.Visible = false; @@ -261,9 +272,10 @@ this.txtHEmpID.Font = new System.Drawing.Font("微软é é»", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHEmpID.ForeColor = System.Drawing.Color.Green; this.txtHEmpID.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHEmpID.Location = new System.Drawing.Point(130, 213); this.txtHEmpID.Location = new System.Drawing.Point(195, 320); this.txtHEmpID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtHEmpID.Name = "txtHEmpID"; this.txtHEmpID.Size = new System.Drawing.Size(188, 32); this.txtHEmpID.Size = new System.Drawing.Size(280, 44); this.txtHEmpID.TabIndex = 92; this.txtHEmpID.Tag = "0"; this.txtHEmpID.TextChanged += new System.EventHandler(this.txtHEmpID_TextChanged); @@ -274,9 +286,10 @@ this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微软é é»", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.ForeColor = System.Drawing.Color.Yellow; this.label4.Location = new System.Drawing.Point(26, 217); this.label4.Location = new System.Drawing.Point(39, 326); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(84, 21); this.label4.Size = new System.Drawing.Size(124, 31); this.label4.TabIndex = 91; this.label4.Text = "æ ä½ åï¼"; this.label4.Visible = false; @@ -285,9 +298,10 @@ // this.cmdHSourceID.BackColor = System.Drawing.Color.Transparent; this.cmdHSourceID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHSourceID.Image"))); this.cmdHSourceID.Location = new System.Drawing.Point(318, 251); this.cmdHSourceID.Location = new System.Drawing.Point(477, 376); this.cmdHSourceID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cmdHSourceID.Name = "cmdHSourceID"; this.cmdHSourceID.Size = new System.Drawing.Size(30, 32); this.cmdHSourceID.Size = new System.Drawing.Size(45, 48); this.cmdHSourceID.TabIndex = 96; this.cmdHSourceID.UseVisualStyleBackColor = false; this.cmdHSourceID.Visible = false; @@ -298,9 +312,10 @@ this.txtHSourceID.Font = new System.Drawing.Font("微软é é»", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHSourceID.ForeColor = System.Drawing.Color.Green; this.txtHSourceID.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHSourceID.Location = new System.Drawing.Point(130, 252); this.txtHSourceID.Location = new System.Drawing.Point(195, 378); this.txtHSourceID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtHSourceID.Name = "txtHSourceID"; this.txtHSourceID.Size = new System.Drawing.Size(188, 32); this.txtHSourceID.Size = new System.Drawing.Size(280, 44); this.txtHSourceID.TabIndex = 95; this.txtHSourceID.Tag = "0"; this.txtHSourceID.TextChanged += new System.EventHandler(this.txtHSourceID_TextChanged); @@ -311,9 +326,10 @@ this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("微软é é»", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.ForeColor = System.Drawing.Color.Yellow; this.label5.Location = new System.Drawing.Point(26, 257); this.label5.Location = new System.Drawing.Point(39, 386); this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(90, 21); this.label5.Size = new System.Drawing.Size(134, 31); this.label5.TabIndex = 94; this.label5.Text = "çäº§èµæºï¼"; this.label5.Visible = false; @@ -323,10 +339,11 @@ this.txtHICMOQty.Font = new System.Drawing.Font("微软é é»", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHICMOQty.ForeColor = System.Drawing.Color.Green; this.txtHICMOQty.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHICMOQty.Location = new System.Drawing.Point(130, 17); this.txtHICMOQty.Location = new System.Drawing.Point(195, 26); this.txtHICMOQty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtHICMOQty.Name = "txtHICMOQty"; this.txtHICMOQty.ReadOnly = true; this.txtHICMOQty.Size = new System.Drawing.Size(188, 32); this.txtHICMOQty.Size = new System.Drawing.Size(280, 44); this.txtHICMOQty.TabIndex = 98; this.txtHICMOQty.Tag = "0"; // @@ -336,9 +353,10 @@ this.label6.BackColor = System.Drawing.Color.Gray; this.label6.Font = new System.Drawing.Font("微软é é»", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.ForeColor = System.Drawing.Color.Yellow; this.label6.Location = new System.Drawing.Point(390, 177); this.label6.Location = new System.Drawing.Point(585, 266); this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(90, 21); this.label6.Size = new System.Drawing.Size(134, 31); this.label6.TabIndex = 97; this.label6.Text = "æµè½¬å¡æ°ï¼"; // @@ -348,10 +366,11 @@ this.txtHPlanQty.Font = new System.Drawing.Font("微软é é»", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHPlanQty.ForeColor = System.Drawing.Color.Green; this.txtHPlanQty.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHPlanQty.Location = new System.Drawing.Point(495, 177); this.txtHPlanQty.Location = new System.Drawing.Point(742, 266); this.txtHPlanQty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtHPlanQty.Name = "txtHPlanQty"; this.txtHPlanQty.ReadOnly = true; this.txtHPlanQty.Size = new System.Drawing.Size(240, 32); this.txtHPlanQty.Size = new System.Drawing.Size(358, 44); this.txtHPlanQty.TabIndex = 100; this.txtHPlanQty.Tag = "0"; // @@ -361,9 +380,10 @@ this.label7.BackColor = System.Drawing.Color.Gray; this.label7.Font = new System.Drawing.Font("微软é é»", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label7.ForeColor = System.Drawing.Color.Yellow; this.label7.Location = new System.Drawing.Point(390, 142); this.label7.Location = new System.Drawing.Point(585, 213); this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(90, 21); this.label7.Size = new System.Drawing.Size(134, 31); this.label7.TabIndex = 99; this.label7.Text = "ååºæ°éï¼"; // @@ -372,9 +392,10 @@ this.cmdHGroupID.BackColor = System.Drawing.Color.Transparent; this.cmdHGroupID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHGroupID.Image"))); this.cmdHGroupID.ImageAlign = System.Drawing.ContentAlignment.TopRight; this.cmdHGroupID.Location = new System.Drawing.Point(1144, 50); this.cmdHGroupID.Location = new System.Drawing.Point(1716, 75); this.cmdHGroupID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cmdHGroupID.Name = "cmdHGroupID"; this.cmdHGroupID.Size = new System.Drawing.Size(22, 22); this.cmdHGroupID.Size = new System.Drawing.Size(33, 33); this.cmdHGroupID.TabIndex = 103; this.cmdHGroupID.UseVisualStyleBackColor = false; this.cmdHGroupID.Visible = false; @@ -385,9 +406,10 @@ this.txtHGroupID.Font = new System.Drawing.Font("微软é é»", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHGroupID.ForeColor = System.Drawing.Color.Green; this.txtHGroupID.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHGroupID.Location = new System.Drawing.Point(980, 50); this.txtHGroupID.Location = new System.Drawing.Point(1470, 75); this.txtHGroupID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtHGroupID.Name = "txtHGroupID"; this.txtHGroupID.Size = new System.Drawing.Size(166, 23); this.txtHGroupID.Size = new System.Drawing.Size(247, 31); this.txtHGroupID.TabIndex = 102; this.txtHGroupID.Tag = "0"; this.txtHGroupID.Visible = false; @@ -399,9 +421,10 @@ this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("微软é é»", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label8.ForeColor = System.Drawing.Color.Yellow; this.label8.Location = new System.Drawing.Point(873, 50); this.label8.Location = new System.Drawing.Point(1310, 75); this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(90, 21); this.label8.Size = new System.Drawing.Size(134, 31); this.label8.TabIndex = 101; this.label8.Text = "ç产çç»ï¼"; this.label8.Visible = false; @@ -411,9 +434,10 @@ this.cmdHProcID.BackColor = System.Drawing.Color.Transparent; this.cmdHProcID.Enabled = false; this.cmdHProcID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHProcID.Image"))); this.cmdHProcID.Location = new System.Drawing.Point(325, 97); this.cmdHProcID.Location = new System.Drawing.Point(488, 146); this.cmdHProcID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cmdHProcID.Name = "cmdHProcID"; this.cmdHProcID.Size = new System.Drawing.Size(30, 32); this.cmdHProcID.Size = new System.Drawing.Size(45, 48); this.cmdHProcID.TabIndex = 106; this.cmdHProcID.UseVisualStyleBackColor = false; this.cmdHProcID.Click += new System.EventHandler(this.cmdHProcID_Click); @@ -424,10 +448,11 @@ this.txtHProcID.Font = new System.Drawing.Font("微软é é»", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHProcID.ForeColor = System.Drawing.Color.Green; this.txtHProcID.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHProcID.Location = new System.Drawing.Point(112, 96); this.txtHProcID.Location = new System.Drawing.Point(168, 144); this.txtHProcID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtHProcID.Name = "txtHProcID"; this.txtHProcID.ReadOnly = true; this.txtHProcID.Size = new System.Drawing.Size(212, 32); this.txtHProcID.Size = new System.Drawing.Size(316, 44); this.txtHProcID.TabIndex = 105; this.txtHProcID.Tag = "0"; this.txtHProcID.TextChanged += new System.EventHandler(this.txtHProcID_TextChanged); @@ -439,9 +464,10 @@ this.label10.BackColor = System.Drawing.Color.Gray; this.label10.Font = new System.Drawing.Font("微软é é»", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label10.ForeColor = System.Drawing.Color.Yellow; this.label10.Location = new System.Drawing.Point(15, 96); this.label10.Location = new System.Drawing.Point(22, 144); this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(90, 21); this.label10.Size = new System.Drawing.Size(134, 31); this.label10.TabIndex = 104; this.label10.Text = "å½åå·¥åºï¼"; // @@ -451,10 +477,11 @@ this.txtHMaterName.Font = new System.Drawing.Font("微软é é»", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHMaterName.ForeColor = System.Drawing.Color.Green; this.txtHMaterName.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHMaterName.Location = new System.Drawing.Point(112, 201); this.txtHMaterName.Location = new System.Drawing.Point(168, 302); this.txtHMaterName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtHMaterName.Name = "txtHMaterName"; this.txtHMaterName.ReadOnly = true; this.txtHMaterName.Size = new System.Drawing.Size(243, 32); this.txtHMaterName.Size = new System.Drawing.Size(362, 44); this.txtHMaterName.TabIndex = 108; this.txtHMaterName.Tag = "0"; // @@ -464,17 +491,19 @@ this.label11.BackColor = System.Drawing.Color.Gray; this.label11.Font = new System.Drawing.Font("微软é é»", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label11.ForeColor = System.Drawing.Color.Yellow; this.label11.Location = new System.Drawing.Point(15, 201); this.label11.Location = new System.Drawing.Point(22, 302); this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(90, 21); this.label11.Size = new System.Drawing.Size(134, 31); this.label11.TabIndex = 107; this.label11.Text = "产ååç§°ï¼"; // // cmdOK // this.cmdOK.Location = new System.Drawing.Point(289, 11); this.cmdOK.Location = new System.Drawing.Point(434, 16); this.cmdOK.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cmdOK.Name = "cmdOK"; this.cmdOK.Size = new System.Drawing.Size(70, 42); this.cmdOK.Size = new System.Drawing.Size(105, 63); this.cmdOK.TabIndex = 109; this.cmdOK.Text = "å åº"; this.cmdOK.UseVisualStyleBackColor = true; @@ -483,9 +512,10 @@ // // cmdCancel // this.cmdCancel.Location = new System.Drawing.Point(376, 11); this.cmdCancel.Location = new System.Drawing.Point(564, 16); this.cmdCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cmdCancel.Name = "cmdCancel"; this.cmdCancel.Size = new System.Drawing.Size(70, 42); this.cmdCancel.Size = new System.Drawing.Size(105, 63); this.cmdCancel.TabIndex = 110; this.cmdCancel.Text = "å æ¶"; this.cmdCancel.UseVisualStyleBackColor = true; @@ -497,9 +527,10 @@ this.lblCaption.BackColor = System.Drawing.Color.Gray; this.lblCaption.Font = new System.Drawing.Font("微软é é»", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblCaption.ForeColor = System.Drawing.Color.LimeGreen; this.lblCaption.Location = new System.Drawing.Point(16, 9); this.lblCaption.Location = new System.Drawing.Point(24, 14); this.lblCaption.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblCaption.Name = "lblCaption"; this.lblCaption.Size = new System.Drawing.Size(126, 26); this.lblCaption.Size = new System.Drawing.Size(191, 39); this.lblCaption.TabIndex = 111; this.lblCaption.Text = "å§å¤å·¥åºååº"; // @@ -514,8 +545,10 @@ this.gbUp.Controls.Add(this.label8); this.gbUp.Dock = System.Windows.Forms.DockStyle.Fill; this.gbUp.Location = new System.Drawing.Point(0, 0); this.gbUp.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.gbUp.Name = "gbUp"; this.gbUp.Size = new System.Drawing.Size(1006, 538); this.gbUp.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); this.gbUp.Size = new System.Drawing.Size(1509, 806); this.gbUp.TabIndex = 114; this.gbUp.TabStop = false; // @@ -525,11 +558,9 @@ this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Font = new System.Drawing.Font("å®ä½", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.groupBox1.ForeColor = System.Drawing.Color.Yellow; this.groupBox1.Location = new System.Drawing.Point(772, 72); this.groupBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.groupBox1.Location = new System.Drawing.Point(1158, 107); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2); this.groupBox1.Size = new System.Drawing.Size(231, 463); this.groupBox1.Size = new System.Drawing.Size(347, 695); this.groupBox1.TabIndex = 182; this.groupBox1.TabStop = false; this.groupBox1.Text = "æ¬ä¾åºåå·¥å"; @@ -538,12 +569,11 @@ // this.grdCardList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdCardList.Dock = System.Windows.Forms.DockStyle.Fill; this.grdCardList.Location = new System.Drawing.Point(2, 21); this.grdCardList.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.grdCardList.Location = new System.Drawing.Point(3, 31); this.grdCardList.Name = "grdCardList"; this.grdCardList.RowHeadersWidth = 51; this.grdCardList.RowTemplate.Height = 27; this.grdCardList.Size = new System.Drawing.Size(227, 440); this.grdCardList.Size = new System.Drawing.Size(341, 661); this.grdCardList.TabIndex = 150; // // tabControl1 @@ -551,11 +581,10 @@ this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Left; this.tabControl1.Location = new System.Drawing.Point(3, 72); this.tabControl1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.tabControl1.Location = new System.Drawing.Point(4, 107); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(769, 463); this.tabControl1.Size = new System.Drawing.Size(1154, 695); this.tabControl1.TabIndex = 162; // // tabPage1 @@ -596,11 +625,10 @@ this.tabPage1.Controls.Add(this.txtHMaterModel); this.tabPage1.Controls.Add(this.cmdHProcID); this.tabPage1.Controls.Add(this.txtHStationInTime); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.tabPage1.Location = new System.Drawing.Point(4, 28); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2); this.tabPage1.Size = new System.Drawing.Size(761, 437); this.tabPage1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3); this.tabPage1.Size = new System.Drawing.Size(1146, 663); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "åºæ¬ä¿¡æ¯"; // @@ -610,9 +638,10 @@ this.label24.BackColor = System.Drawing.Color.Gray; this.label24.Font = new System.Drawing.Font("微软é é»", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label24.ForeColor = System.Drawing.Color.Yellow; this.label24.Location = new System.Drawing.Point(390, 246); this.label24.Location = new System.Drawing.Point(585, 369); this.label24.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(106, 21); this.label24.Size = new System.Drawing.Size(158, 31); this.label24.TabIndex = 160; this.label24.Text = "å§å¤å·¥åå·ï¼"; // @@ -621,9 +650,10 @@ this.txtHWWWorkOrderBillNo.Font = new System.Drawing.Font("微软é é»", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHWWWorkOrderBillNo.ForeColor = System.Drawing.Color.Green; this.txtHWWWorkOrderBillNo.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHWWWorkOrderBillNo.Location = new System.Drawing.Point(495, 246); this.txtHWWWorkOrderBillNo.Location = new System.Drawing.Point(742, 369); this.txtHWWWorkOrderBillNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtHWWWorkOrderBillNo.Name = "txtHWWWorkOrderBillNo"; this.txtHWWWorkOrderBillNo.Size = new System.Drawing.Size(240, 32); this.txtHWWWorkOrderBillNo.Size = new System.Drawing.Size(358, 44); this.txtHWWWorkOrderBillNo.TabIndex = 161; this.txtHWWWorkOrderBillNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHWWWorkOrderBillNo_KeyDown); // @@ -633,9 +663,10 @@ this.label22.BackColor = System.Drawing.Color.Gray; this.label22.Font = new System.Drawing.Font("微软é é»", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label22.ForeColor = System.Drawing.Color.Yellow; this.label22.Location = new System.Drawing.Point(15, 61); this.label22.Location = new System.Drawing.Point(22, 92); this.label22.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(84, 21); this.label22.Size = new System.Drawing.Size(124, 31); this.label22.TabIndex = 156; this.label22.Text = "æµ æ°´ å·ï¼"; // @@ -645,10 +676,11 @@ this.txtHOrderProcNO.Font = new System.Drawing.Font("微软é é»", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHOrderProcNO.ForeColor = System.Drawing.Color.Green; this.txtHOrderProcNO.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHOrderProcNO.Location = new System.Drawing.Point(495, 211); this.txtHOrderProcNO.Location = new System.Drawing.Point(742, 316); this.txtHOrderProcNO.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtHOrderProcNO.Name = "txtHOrderProcNO"; this.txtHOrderProcNO.ReadOnly = true; this.txtHOrderProcNO.Size = new System.Drawing.Size(240, 32); this.txtHOrderProcNO.Size = new System.Drawing.Size(358, 44); this.txtHOrderProcNO.TabIndex = 159; this.txtHOrderProcNO.Tag = "0"; // @@ -658,9 +690,10 @@ this.label20.BackColor = System.Drawing.Color.Gray; this.label20.Font = new System.Drawing.Font("微软é é»", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label20.ForeColor = System.Drawing.Color.Yellow; this.label20.Location = new System.Drawing.Point(15, 303); this.label20.Location = new System.Drawing.Point(22, 454); this.label20.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(83, 21); this.label20.Size = new System.Drawing.Size(121, 31); this.label20.TabIndex = 129; this.label20.Text = "å¤ æ³¨ï¼"; // @@ -669,9 +702,10 @@ this.txtHProcNo.Font = new System.Drawing.Font("微软é é»", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHProcNo.ForeColor = System.Drawing.Color.Green; this.txtHProcNo.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHProcNo.Location = new System.Drawing.Point(112, 61); this.txtHProcNo.Location = new System.Drawing.Point(168, 92); this.txtHProcNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtHProcNo.Name = "txtHProcNo"; this.txtHProcNo.Size = new System.Drawing.Size(243, 32); this.txtHProcNo.Size = new System.Drawing.Size(362, 44); this.txtHProcNo.TabIndex = 157; this.txtHProcNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHProcNo_KeyDown); // @@ -680,10 +714,11 @@ this.txtHRemark.Font = new System.Drawing.Font("微软é é»", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHRemark.ForeColor = System.Drawing.Color.Green; this.txtHRemark.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHRemark.Location = new System.Drawing.Point(112, 306); this.txtHRemark.Location = new System.Drawing.Point(168, 459); this.txtHRemark.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtHRemark.Multiline = true; this.txtHRemark.Name = "txtHRemark"; this.txtHRemark.Size = new System.Drawing.Size(622, 78); this.txtHRemark.Size = new System.Drawing.Size(931, 115); this.txtHRemark.TabIndex = 130; // // label23 @@ -692,9 +727,10 @@ this.label23.BackColor = System.Drawing.Color.Gray; this.label23.Font = new System.Drawing.Font("微软é é»", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label23.ForeColor = System.Drawing.Color.Yellow; this.label23.Location = new System.Drawing.Point(390, 211); this.label23.Location = new System.Drawing.Point(585, 316); this.label23.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(106, 21); this.label23.Size = new System.Drawing.Size(158, 31); this.label23.TabIndex = 158; this.label23.Text = "订åè·è¸ªå·ï¼"; // @@ -704,10 +740,11 @@ this.txtHBillNo.Font = new System.Drawing.Font("微软é é»", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHBillNo.ForeColor = System.Drawing.Color.Green; this.txtHBillNo.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHBillNo.Location = new System.Drawing.Point(495, 106); this.txtHBillNo.Location = new System.Drawing.Point(742, 159); this.txtHBillNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtHBillNo.Name = "txtHBillNo"; this.txtHBillNo.ReadOnly = true; this.txtHBillNo.Size = new System.Drawing.Size(240, 32); this.txtHBillNo.Size = new System.Drawing.Size(358, 44); this.txtHBillNo.TabIndex = 115; // // label12 @@ -716,9 +753,10 @@ this.label12.BackColor = System.Drawing.Color.Gray; this.label12.Font = new System.Drawing.Font("微软é é»", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label12.ForeColor = System.Drawing.Color.Yellow; this.label12.Location = new System.Drawing.Point(390, 106); this.label12.Location = new System.Drawing.Point(585, 159); this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(84, 21); this.label12.Size = new System.Drawing.Size(124, 31); this.label12.TabIndex = 114; this.label12.Text = "å æ® å·ï¼"; // @@ -727,9 +765,10 @@ this.txtHQty.Font = new System.Drawing.Font("微软é é»", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHQty.ForeColor = System.Drawing.Color.Green; this.txtHQty.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHQty.Location = new System.Drawing.Point(495, 142); this.txtHQty.Location = new System.Drawing.Point(742, 213); this.txtHQty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtHQty.Name = "txtHQty"; this.txtHQty.Size = new System.Drawing.Size(240, 32); this.txtHQty.Size = new System.Drawing.Size(358, 44); this.txtHQty.TabIndex = 117; this.txtHQty.Tag = "0"; this.txtHQty.TextChanged += new System.EventHandler(this.txtHQty_TextChanged); @@ -741,9 +780,10 @@ this.label26.BackColor = System.Drawing.Color.Gray; this.label26.Font = new System.Drawing.Font("微软é é»", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label26.ForeColor = System.Drawing.Color.Yellow; this.label26.Location = new System.Drawing.Point(390, 71); this.label26.Location = new System.Drawing.Point(585, 106); this.label26.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(93, 21); this.label26.Size = new System.Drawing.Size(135, 31); this.label26.TabIndex = 154; this.label26.Text = "ç¨ çï¼"; this.label26.Visible = false; @@ -753,10 +793,11 @@ this.txtHTaxRate.Font = new System.Drawing.Font("微软é é»", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHTaxRate.ForeColor = System.Drawing.Color.Green; this.txtHTaxRate.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHTaxRate.Location = new System.Drawing.Point(495, 71); this.txtHTaxRate.Location = new System.Drawing.Point(742, 106); this.txtHTaxRate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtHTaxRate.Name = "txtHTaxRate"; this.txtHTaxRate.ReadOnly = true; this.txtHTaxRate.Size = new System.Drawing.Size(240, 32); this.txtHTaxRate.Size = new System.Drawing.Size(358, 44); this.txtHTaxRate.TabIndex = 155; this.txtHTaxRate.Visible = false; this.txtHTaxRate.TextChanged += new System.EventHandler(this.txtHTaxRate_TextChanged); @@ -765,9 +806,10 @@ // this.cmbHSupID.BackColor = System.Drawing.Color.Transparent; this.cmbHSupID.Image = ((System.Drawing.Image)(resources.GetObject("cmbHSupID.Image"))); this.cmbHSupID.Location = new System.Drawing.Point(325, 132); this.cmbHSupID.Location = new System.Drawing.Point(488, 198); this.cmbHSupID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cmbHSupID.Name = "cmbHSupID"; this.cmbHSupID.Size = new System.Drawing.Size(30, 32); this.cmbHSupID.Size = new System.Drawing.Size(45, 48); this.cmbHSupID.TabIndex = 120; this.cmbHSupID.UseVisualStyleBackColor = false; this.cmbHSupID.Click += new System.EventHandler(this.cmbHSupID_Click); @@ -778,9 +820,10 @@ this.txtHSupID.Font = new System.Drawing.Font("微软é é»", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHSupID.ForeColor = System.Drawing.Color.Green; this.txtHSupID.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHSupID.Location = new System.Drawing.Point(112, 131); this.txtHSupID.Location = new System.Drawing.Point(168, 196); this.txtHSupID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtHSupID.Name = "txtHSupID"; this.txtHSupID.Size = new System.Drawing.Size(212, 32); this.txtHSupID.Size = new System.Drawing.Size(316, 44); this.txtHSupID.TabIndex = 119; this.txtHSupID.Tag = "0"; this.txtHSupID.TextChanged += new System.EventHandler(this.txtHSupID_TextChanged); @@ -792,9 +835,10 @@ this.label14.BackColor = System.Drawing.Color.Gray; this.label14.Font = new System.Drawing.Font("微软é é»", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label14.ForeColor = System.Drawing.Color.Yellow; this.label14.Location = new System.Drawing.Point(15, 131); this.label14.Location = new System.Drawing.Point(22, 196); this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(84, 21); this.label14.Size = new System.Drawing.Size(124, 31); this.label14.TabIndex = 118; this.label14.Text = "ä¾ åº åï¼"; // @@ -804,10 +848,11 @@ this.txtHStationInTime.Font = new System.Drawing.Font("微软é é»", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHStationInTime.ForeColor = System.Drawing.Color.Green; this.txtHStationInTime.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHStationInTime.Location = new System.Drawing.Point(112, 271); this.txtHStationInTime.Location = new System.Drawing.Point(168, 406); this.txtHStationInTime.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtHStationInTime.Name = "txtHStationInTime"; this.txtHStationInTime.ReadOnly = true; this.txtHStationInTime.Size = new System.Drawing.Size(243, 32); this.txtHStationInTime.Size = new System.Drawing.Size(362, 44); this.txtHStationInTime.TabIndex = 113; this.txtHStationInTime.Tag = "0"; // @@ -832,11 +877,10 @@ this.tabPage2.Controls.Add(this.label4); this.tabPage2.Controls.Add(this.txtHInnerBillNo); this.tabPage2.Controls.Add(this.txtHEmpID); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.tabPage2.Location = new System.Drawing.Point(4, 28); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2); this.tabPage2.Size = new System.Drawing.Size(761, 440); this.tabPage2.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3); this.tabPage2.Size = new System.Drawing.Size(1146, 652); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "å ¶ä»ä¿¡æ¯"; // @@ -846,9 +890,10 @@ this.label17.BackColor = System.Drawing.Color.Gray; this.label17.Font = new System.Drawing.Font("微软é é»", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label17.ForeColor = System.Drawing.Color.Yellow; this.label17.Location = new System.Drawing.Point(26, 57); this.label17.Location = new System.Drawing.Point(39, 86); this.label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(90, 21); this.label17.Size = new System.Drawing.Size(134, 31); this.label17.TabIndex = 123; this.label17.Text = "ååºä»¶æ°ï¼"; this.label17.Visible = false; @@ -859,9 +904,10 @@ this.label13.BackColor = System.Drawing.Color.Gray; this.label13.Font = new System.Drawing.Font("微软é é»", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label13.ForeColor = System.Drawing.Color.Yellow; this.label13.Location = new System.Drawing.Point(26, 17); this.label13.Location = new System.Drawing.Point(39, 26); this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(106, 21); this.label13.Size = new System.Drawing.Size(158, 31); this.label13.TabIndex = 116; this.label13.Text = "ä»»å¡åæ°éï¼"; this.label13.Visible = false; @@ -872,9 +918,10 @@ this.txtHPieceQty.Font = new System.Drawing.Font("微软é é»", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHPieceQty.ForeColor = System.Drawing.Color.Green; this.txtHPieceQty.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHPieceQty.Location = new System.Drawing.Point(130, 56); this.txtHPieceQty.Location = new System.Drawing.Point(195, 84); this.txtHPieceQty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtHPieceQty.Name = "txtHPieceQty"; this.txtHPieceQty.Size = new System.Drawing.Size(188, 32); this.txtHPieceQty.Size = new System.Drawing.Size(280, 44); this.txtHPieceQty.TabIndex = 124; this.txtHPieceQty.Tag = "0"; // @@ -883,9 +930,10 @@ this.txtHPrice.Font = new System.Drawing.Font("微软é é»", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHPrice.ForeColor = System.Drawing.Color.Green; this.txtHPrice.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHPrice.Location = new System.Drawing.Point(130, 174); this.txtHPrice.Location = new System.Drawing.Point(195, 261); this.txtHPrice.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtHPrice.Name = "txtHPrice"; this.txtHPrice.Size = new System.Drawing.Size(188, 32); this.txtHPrice.Size = new System.Drawing.Size(280, 44); this.txtHPrice.TabIndex = 126; this.txtHPrice.TextChanged += new System.EventHandler(this.txtHPrice_TextChanged); this.txtHPrice.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHPrice_KeyDown); @@ -896,9 +944,10 @@ this.txtHSourceName.Font = new System.Drawing.Font("微软é é»", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHSourceName.ForeColor = System.Drawing.Color.Green; this.txtHSourceName.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHSourceName.Location = new System.Drawing.Point(130, 291); this.txtHSourceName.Location = new System.Drawing.Point(195, 436); this.txtHSourceName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtHSourceName.Name = "txtHSourceName"; this.txtHSourceName.Size = new System.Drawing.Size(188, 32); this.txtHSourceName.Size = new System.Drawing.Size(280, 44); this.txtHSourceName.TabIndex = 122; this.txtHSourceName.Tag = "0"; this.txtHSourceName.Visible = false; @@ -908,9 +957,10 @@ this.label15.AutoSize = true; this.label15.Font = new System.Drawing.Font("微软é é»", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label15.ForeColor = System.Drawing.Color.Yellow; this.label15.Location = new System.Drawing.Point(26, 294); this.label15.Location = new System.Drawing.Point(39, 441); this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(88, 21); this.label15.Size = new System.Drawing.Size(128, 31); this.label15.TabIndex = 121; this.label15.Text = "æº å°ï¼"; this.label15.Visible = false; @@ -921,9 +971,10 @@ this.label18.BackColor = System.Drawing.Color.Gray; this.label18.Font = new System.Drawing.Font("微软é é»", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label18.ForeColor = System.Drawing.Color.Yellow; this.label18.Location = new System.Drawing.Point(26, 177); this.label18.Location = new System.Drawing.Point(39, 266); this.label18.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(83, 21); this.label18.Size = new System.Drawing.Size(121, 31); this.label18.TabIndex = 125; this.label18.Text = "å ä»·ï¼"; this.label18.Visible = false; @@ -933,10 +984,11 @@ this.txtHMoney.Font = new System.Drawing.Font("微软é é»", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHMoney.ForeColor = System.Drawing.Color.Green; this.txtHMoney.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHMoney.Location = new System.Drawing.Point(130, 95); this.txtHMoney.Location = new System.Drawing.Point(195, 142); this.txtHMoney.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtHMoney.Name = "txtHMoney"; this.txtHMoney.ReadOnly = true; this.txtHMoney.Size = new System.Drawing.Size(188, 32); this.txtHMoney.Size = new System.Drawing.Size(280, 44); this.txtHMoney.TabIndex = 128; this.txtHMoney.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHMoney_KeyDown); this.txtHMoney.Leave += new System.EventHandler(this.txtHMoney_Leave); @@ -947,9 +999,10 @@ this.label21.BackColor = System.Drawing.Color.Gray; this.label21.Font = new System.Drawing.Font("微软é é»", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label21.ForeColor = System.Drawing.Color.Yellow; this.label21.Location = new System.Drawing.Point(26, 137); this.label21.Location = new System.Drawing.Point(39, 206); this.label21.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(90, 21); this.label21.Size = new System.Drawing.Size(134, 31); this.label21.TabIndex = 148; this.label21.Text = "éè´§åå·ï¼"; this.label21.Visible = false; @@ -960,9 +1013,10 @@ this.label19.BackColor = System.Drawing.Color.Gray; this.label19.Font = new System.Drawing.Font("微软é é»", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label19.ForeColor = System.Drawing.Color.Yellow; this.label19.Location = new System.Drawing.Point(26, 97); this.label19.Location = new System.Drawing.Point(39, 146); this.label19.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(83, 21); this.label19.Size = new System.Drawing.Size(121, 31); this.label19.TabIndex = 127; this.label19.Text = "é é¢ï¼"; this.label19.Visible = false; @@ -972,9 +1026,10 @@ this.txtHInnerBillNo.Font = new System.Drawing.Font("微软é é»", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHInnerBillNo.ForeColor = System.Drawing.Color.Green; this.txtHInnerBillNo.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHInnerBillNo.Location = new System.Drawing.Point(130, 134); this.txtHInnerBillNo.Location = new System.Drawing.Point(195, 201); this.txtHInnerBillNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtHInnerBillNo.Name = "txtHInnerBillNo"; this.txtHInnerBillNo.Size = new System.Drawing.Size(188, 32); this.txtHInnerBillNo.Size = new System.Drawing.Size(280, 44); this.txtHInnerBillNo.TabIndex = 149; // // panel3 @@ -983,10 +1038,9 @@ this.panel3.Controls.Add(this.label25); this.panel3.Controls.Add(this.lblCaption); this.panel3.Dock = System.Windows.Forms.DockStyle.Top; this.panel3.Location = new System.Drawing.Point(3, 17); this.panel3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.panel3.Location = new System.Drawing.Point(4, 25); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(1000, 55); this.panel3.Size = new System.Drawing.Size(1501, 82); this.panel3.TabIndex = 163; // // txtHBarCode @@ -994,10 +1048,11 @@ this.txtHBarCode.Font = new System.Drawing.Font("微软é é»", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHBarCode.ForeColor = System.Drawing.Color.Green; this.txtHBarCode.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHBarCode.Location = new System.Drawing.Point(230, 9); this.txtHBarCode.Location = new System.Drawing.Point(345, 14); this.txtHBarCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtHBarCode.Multiline = true; this.txtHBarCode.Name = "txtHBarCode"; this.txtHBarCode.Size = new System.Drawing.Size(229, 33); this.txtHBarCode.Size = new System.Drawing.Size(342, 48); this.txtHBarCode.TabIndex = 115; this.txtHBarCode.Tag = "0"; this.txtHBarCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHBarCode_KeyDown); @@ -1008,17 +1063,19 @@ this.label25.BackColor = System.Drawing.Color.Gray; this.label25.Font = new System.Drawing.Font("微软é é»", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label25.ForeColor = System.Drawing.Color.Yellow; this.label25.Location = new System.Drawing.Point(155, 12); this.label25.Location = new System.Drawing.Point(232, 18); this.label25.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(74, 21); this.label25.Size = new System.Drawing.Size(110, 31); this.label25.TabIndex = 114; this.label25.Text = "æ¡å½¢ç ï¼"; // // cmdAddNew // this.cmdAddNew.Location = new System.Drawing.Point(724, 11); this.cmdAddNew.Location = new System.Drawing.Point(1086, 16); this.cmdAddNew.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cmdAddNew.Name = "cmdAddNew"; this.cmdAddNew.Size = new System.Drawing.Size(70, 42); this.cmdAddNew.Size = new System.Drawing.Size(105, 63); this.cmdAddNew.TabIndex = 114; this.cmdAddNew.Text = "æ¸ ç©º"; this.cmdAddNew.UseVisualStyleBackColor = true; @@ -1042,17 +1099,28 @@ this.panel1.Controls.Add(this.cmdCancel); this.panel1.Controls.Add(this.cmdOK); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 538); this.panel1.Location = new System.Drawing.Point(0, 806); this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1006, 65); this.panel1.Size = new System.Drawing.Size(1509, 98); this.panel1.TabIndex = 115; // // cmdXZ // this.cmdXZ.Location = new System.Drawing.Point(27, 16); this.cmdXZ.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cmdXZ.Name = "cmdXZ"; this.cmdXZ.Size = new System.Drawing.Size(105, 63); this.cmdXZ.TabIndex = 151; this.cmdXZ.Text = "æ° å¢"; this.cmdXZ.UseVisualStyleBackColor = true; this.cmdXZ.Click += new System.EventHandler(this.cmdXZ_Click); // // button3 // this.button3.Location = new System.Drawing.Point(637, 11); this.button3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.button3.Location = new System.Drawing.Point(956, 16); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(70, 42); this.button3.Size = new System.Drawing.Size(105, 63); this.button3.TabIndex = 150; this.button3.Text = "æå°"; this.button3.UseVisualStyleBackColor = true; @@ -1062,9 +1130,10 @@ // button2 // this.button2.Enabled = false; this.button2.Location = new System.Drawing.Point(550, 11); this.button2.Location = new System.Drawing.Point(825, 16); this.button2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(70, 42); this.button2.Size = new System.Drawing.Size(105, 63); this.button2.TabIndex = 149; this.button2.Text = "åå®¡æ ¸"; this.button2.UseVisualStyleBackColor = true; @@ -1072,9 +1141,10 @@ // button1 // this.button1.Enabled = false; this.button1.Location = new System.Drawing.Point(463, 11); this.button1.Location = new System.Drawing.Point(694, 16); this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(70, 42); this.button1.Size = new System.Drawing.Size(105, 63); this.button1.TabIndex = 148; this.button1.Text = "审 æ ¸"; this.button1.UseVisualStyleBackColor = true; @@ -1082,9 +1152,10 @@ // // cmdHDelBill // this.cmdHDelBill.Location = new System.Drawing.Point(192, 11); this.cmdHDelBill.Location = new System.Drawing.Point(288, 16); this.cmdHDelBill.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cmdHDelBill.Name = "cmdHDelBill"; this.cmdHDelBill.Size = new System.Drawing.Size(80, 42); this.cmdHDelBill.Size = new System.Drawing.Size(120, 63); this.cmdHDelBill.TabIndex = 122; this.cmdHDelBill.Text = "å é¤é¢æå"; this.cmdHDelBill.UseVisualStyleBackColor = true; @@ -1093,9 +1164,10 @@ // // cmdXG // this.cmdXG.Location = new System.Drawing.Point(105, 11); this.cmdXG.Location = new System.Drawing.Point(158, 16); this.cmdXG.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cmdXG.Name = "cmdXG"; this.cmdXG.Size = new System.Drawing.Size(70, 42); this.cmdXG.Size = new System.Drawing.Size(105, 63); this.cmdXG.TabIndex = 120; this.cmdXG.Text = "ä¿® æ¹"; this.cmdXG.UseVisualStyleBackColor = true; @@ -1106,30 +1178,22 @@ this.panel2.Controls.Add(this.gbUp); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1006, 538); this.panel2.Size = new System.Drawing.Size(1509, 806); this.panel2.TabIndex = 116; // // cmdXZ // this.cmdXZ.Location = new System.Drawing.Point(18, 11); this.cmdXZ.Name = "cmdXZ"; this.cmdXZ.Size = new System.Drawing.Size(70, 42); this.cmdXZ.TabIndex = 151; this.cmdXZ.Text = "æ° å¢"; this.cmdXZ.UseVisualStyleBackColor = true; this.cmdXZ.Click += new System.EventHandler(this.cmdXZ_Click); // // MES_StationEntrustInBill // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Gray; this.ClientSize = new System.Drawing.Size(1006, 603); this.ClientSize = new System.Drawing.Size(1509, 904); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.KeyPreview = true; this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "MES_StationEntrustInBill"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "å§å¤å·¥åºååº";