DAL/DAL.csproj | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
DAL/采购管理/ClsWW_PPBomBill.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
LMES/ClsShowMod.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Model/Model.csproj | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Model/采购管理/ClsWW_PPBomBillMain.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Model/采购管理/ClsWW_PPBomBillSub.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ProM/ProM.csproj | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ProM/委外管理/WW_EntrustOrderBillList.designer.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ProM/委外管理/WW_EntrustOrderBillList.resx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ProM/委外管理/WW_PPBomBillList.Designer.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ProM/委外管理/WW_PPBomBillList.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ProM/委外管理/WW_PPBomBillList.resx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
WebAPI/Controllers/仓存管理/委外用料/WW_PPBomBillController.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
WebAPI/WebAPI.csproj | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
WebAPI/WebAPI.csproj.user | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
DAL/DAL.csproj
@@ -622,6 +622,7 @@ <Compile Include="éè´ç®¡ç\ClsWW_EntrustOrderBill.cs"> <SubType>Code</SubType> </Compile> <Compile Include="éè´ç®¡ç\ClsWW_PPBomBill.cs" /> <Compile Include="éè´ç®¡ç\Sup_SendGoodsBill.cs" /> <Compile Include="ç产管ç\ClsSc_MateWasterRequestBill.cs" /> <Compile Include="ç产管ç\ClsSc_WorkStopBill.cs" /> DAL/²É¹º¹ÜÀí/ClsWW_PPBomBill.cs
New file @@ -0,0 +1,35 @@ using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace DAL { public class ClsWW_PPBomBill : DBUtility.ClsXt_BaseBill { public Model.ClsWW_PPBomBillMain omodel = new Model.ClsWW_PPBomBillMain(); public List<Model.ClsWW_PPBomBillSub> DetailColl = new List<Model.ClsWW_PPBomBillSub>(); public ClsWW_PPBomBill() { base.MvarItemKeySub = "WW_PPBomBillSub"; base.MvarItemKeySub2 = ""; base.MvarItemKeySub3 = ""; base.MvarItemKeySub4 = ""; base.MvarItemKey = "WW_PPBomBillMain"; base.MvarReportTitle = "å§å¤ç¨æå"; base.BillType = "1604"; base.HBillSubType = "1604"; } #region åºå®ä»£ç ~ClsWW_PPBomBill() { DetailColl = null; } #endregion èªå®ä¹æ¹æ³ } } LMES/ClsShowMod.cs
@@ -24,6 +24,7 @@ //using ReportM; using Kanban; using Demo; using ProM.å§å¤ç®¡ç; namespace LMES { @@ -4299,6 +4300,13 @@ oWW_EntrustOrderBillList.Show(); oMainForm.AddTabPage(oWW_EntrustOrderBillList); break; case "ww_ppbombilllist": //æé WW_PPBomBillList oWW_PPBomBillList = new WW_PPBomBillList(); oWW_PPBomBillList.MdiParent = oMain; oWW_PPBomBillList.Show(); oMainForm.AddTabPage(oWW_PPBomBillList); break; default: break; } Model/Model.csproj
@@ -714,6 +714,8 @@ <Compile Include="éè´ç®¡ç\ClsWW_EntrustOrderBillSub.cs"> <SubType>Code</SubType> </Compile> <Compile Include="éè´ç®¡ç\ClsWW_PPBomBillMain.cs" /> <Compile Include="éè´ç®¡ç\ClsWW_PPBomBillSub.cs" /> <Compile Include="éè´ç®¡ç\Sup_SendGoodsBillMain.cs" /> <Compile Include="éè´ç®¡ç\Sup_SendGoodsBillSub.cs" /> <Compile Include="éè¶CLOUDåæ®\ä»åºç®¡ç\ClsKf_EntrustInBackBillMain_CLD.cs" /> Model/²É¹º¹ÜÀí/ClsWW_PPBomBillMain.cs
New file @@ -0,0 +1,20 @@ using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Model { public class ClsWW_PPBomBillMain : DBUtility.ClsXt_BaseBillMain { public int HDeptID;// int --é¨é¨ public int HICMOInterI;// D int public int HSeOrderInterID;// int public int HSeOrderEntryID;// int public string HSeOrderBillNo;// varchar(50) public int HMaterID;// int public int HUnitID;// int public int HQty;// dec(18,8) public string HType;// varchar(10) ç±»å(å¯è½æ¯ å§å¤åç产) } } Model/²É¹º¹ÜÀí/ClsWW_PPBomBillSub.cs
New file @@ -0,0 +1,28 @@ using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Model { public class ClsWW_PPBomBillSub : DBUtility.ClsXt_BaseBillSub { public int HMaterID;// int //ç©æID public string HMaterNumber;// public int HUnitID;// int //åä½ID public string HUnitNumber;// public float HQtyMust;// public float HQty;// dec(18,8) --æ°é public int HWHID;// int --ä»åº public float HQtyScrap;// dec(18,8) --æèç public DateTime HSendDate;// datetime --åææ¥æ public int HSPID;// int --ä»ä½ public int HBomInterID;// int --BOM public int HICMOInterID;// int ä»»å¡åID public string HICMOBillNo;// varchar(100) ä»»å¡åå· public string HSeOrderBillNo;// varchar(50) //(éå®è®¢åå·) public int HSeOrderInterID;// int //(éå®è®¢å主å ç ) public int HSeOrderEntryID;// int //(éå®è®¢ååå ç ) public int HChangeTimes;// int //åæ´æ¬¡æ° } } ProM/ProM.csproj
@@ -119,6 +119,12 @@ <Compile Include="å§å¤ç®¡ç\WW_EntrustOrderBillQuery.designer.cs"> <DependentUpon>WW_EntrustOrderBillQuery.cs</DependentUpon> </Compile> <Compile Include="å§å¤ç®¡ç\WW_PPBomBillList.cs"> <SubType>Form</SubType> </Compile> <Compile Include="å§å¤ç®¡ç\WW_PPBomBillList.Designer.cs"> <DependentUpon>WW_PPBomBillList.cs</DependentUpon> </Compile> <Compile Include="æ¥è¡¨åæ\Cg_CgDetailReport.cs"> <SubType>Form</SubType> </Compile> @@ -358,6 +364,9 @@ <DependentUpon>WW_EntrustOrderBillQuery.cs</DependentUpon> <SubType>Designer</SubType> </EmbeddedResource> <EmbeddedResource Include="å§å¤ç®¡ç\WW_PPBomBillList.resx"> <DependentUpon>WW_PPBomBillList.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="æ¥è¡¨åæ\Cg_CgDetailReport.resx"> <DependentUpon>Cg_CgDetailReport.cs</DependentUpon> <SubType>Designer</SubType> ProM/ίÍâ¹ÜÀí/WW_EntrustOrderBillList.designer.cs
@@ -65,20 +65,20 @@ this.grdPrint = new System.Windows.Forms.DataGridView(); this.grdSum = new System.Windows.Forms.DataGridView(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.cmbHStatus = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.dtpHBDate = new System.Windows.Forms.DateTimePicker(); this.label2 = new System.Windows.Forms.Label(); this.txtHSupID = new System.Windows.Forms.TextBox(); this.dtpHEDate = new System.Windows.Forms.DateTimePicker(); this.label4 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.btnOK = new System.Windows.Forms.Button(); this.txtHBillNo = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtHBillNo2 = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.btnTB = new System.Windows.Forms.Button(); this.cmbHStatus = new System.Windows.Forms.ComboBox(); this.dtpHBDate = new System.Windows.Forms.DateTimePicker(); this.txtHSupID = new System.Windows.Forms.TextBox(); this.dtpHEDate = new System.Windows.Forms.DateTimePicker(); this.txtHBillNo = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.btnOK = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.pPic.SuspendLayout(); this.panel1.SuspendLayout(); this.Tool.SuspendLayout(); @@ -96,9 +96,10 @@ this.pPic.Controls.Add(this.panel1); this.pPic.Controls.Add(this.lblCaption); this.pPic.Dock = System.Windows.Forms.DockStyle.Top; this.pPic.Location = new System.Drawing.Point(0, 50); this.pPic.Location = new System.Drawing.Point(0, 62); this.pPic.Margin = new System.Windows.Forms.Padding(4); this.pPic.Name = "pPic"; this.pPic.Size = new System.Drawing.Size(1406, 53); this.pPic.Size = new System.Drawing.Size(1875, 66); this.pPic.TabIndex = 15; // // panel1 @@ -106,26 +107,29 @@ this.panel1.Controls.Add(this.lbljl); this.panel1.Controls.Add(this.lbldj); this.panel1.Dock = System.Windows.Forms.DockStyle.Right; this.panel1.Location = new System.Drawing.Point(1192, 0); this.panel1.Location = new System.Drawing.Point(1590, 0); this.panel1.Margin = new System.Windows.Forms.Padding(4); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(214, 53); this.panel1.Size = new System.Drawing.Size(285, 66); this.panel1.TabIndex = 7; // // lbljl // this.lbljl.AutoSize = true; this.lbljl.Location = new System.Drawing.Point(24, 30); this.lbljl.Location = new System.Drawing.Point(32, 38); this.lbljl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbljl.Name = "lbljl"; this.lbljl.Size = new System.Drawing.Size(11, 12); this.lbljl.Size = new System.Drawing.Size(15, 15); this.lbljl.TabIndex = 1; this.lbljl.Text = " "; // // lbldj // this.lbldj.AutoSize = true; this.lbldj.Location = new System.Drawing.Point(24, 12); this.lbldj.Location = new System.Drawing.Point(32, 15); this.lbldj.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbldj.Name = "lbldj"; this.lbldj.Size = new System.Drawing.Size(0, 12); this.lbldj.Size = new System.Drawing.Size(0, 15); this.lbldj.TabIndex = 0; // // lblCaption @@ -135,9 +139,10 @@ this.lblCaption.Cursor = System.Windows.Forms.Cursors.No; this.lblCaption.Font = new System.Drawing.Font("å®ä½", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblCaption.ForeColor = System.Drawing.Color.Black; this.lblCaption.Location = new System.Drawing.Point(12, 15); this.lblCaption.Location = new System.Drawing.Point(16, 19); this.lblCaption.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblCaption.Name = "lblCaption"; this.lblCaption.Size = new System.Drawing.Size(98, 21); this.lblCaption.Size = new System.Drawing.Size(124, 27); this.lblCaption.TabIndex = 4; this.lblCaption.Text = "åæ®å表"; this.lblCaption.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -175,7 +180,7 @@ this.Tool.Location = new System.Drawing.Point(0, 0); this.Tool.Name = "Tool"; this.Tool.Padding = new System.Windows.Forms.Padding(0); this.Tool.Size = new System.Drawing.Size(1406, 50); this.Tool.Size = new System.Drawing.Size(1875, 62); this.Tool.Stretch = true; this.Tool.TabIndex = 16; this.Tool.Text = "toolStrip1"; @@ -198,7 +203,7 @@ // toolStripSeparator10 // this.toolStripSeparator10.Name = "toolStripSeparator10"; this.toolStripSeparator10.Size = new System.Drawing.Size(6, 50); this.toolStripSeparator10.Size = new System.Drawing.Size(6, 62); this.toolStripSeparator10.Visible = false; // // set @@ -247,7 +252,7 @@ // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 50); this.toolStripSeparator2.Size = new System.Drawing.Size(6, 62); // // xz // @@ -280,7 +285,7 @@ // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; this.toolStripSeparator5.Size = new System.Drawing.Size(6, 50); this.toolStripSeparator5.Size = new System.Drawing.Size(6, 62); // // cx // @@ -313,7 +318,7 @@ // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 50); this.toolStripSeparator1.Size = new System.Drawing.Size(6, 62); // // shc // @@ -347,7 +352,7 @@ // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 50); this.toolStripSeparator3.Size = new System.Drawing.Size(6, 62); // // fj // @@ -367,7 +372,7 @@ // toolStripSeparator6 // this.toolStripSeparator6.Name = "toolStripSeparator6"; this.toolStripSeparator6.Size = new System.Drawing.Size(6, 50); this.toolStripSeparator6.Size = new System.Drawing.Size(6, 62); this.toolStripSeparator6.Visible = false; // // tc @@ -388,7 +393,7 @@ // this.toolStripSeparator11.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator11.Name = "toolStripSeparator11"; this.toolStripSeparator11.Size = new System.Drawing.Size(6, 50); this.toolStripSeparator11.Size = new System.Drawing.Size(6, 62); // // mrlk // @@ -398,7 +403,7 @@ this.mrlk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.mrlk.ImageTransparentColor = System.Drawing.Color.White; this.mrlk.Name = "mrlk"; this.mrlk.Size = new System.Drawing.Size(60, 47); this.mrlk.Size = new System.Drawing.Size(73, 59); this.mrlk.Text = "é»è®¤å宽"; this.mrlk.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.mrlk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; @@ -408,7 +413,7 @@ // this.toolStripSeparator7.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator7.Name = "toolStripSeparator7"; this.toolStripSeparator7.Size = new System.Drawing.Size(6, 50); this.toolStripSeparator7.Size = new System.Drawing.Size(6, 62); // // bclk // @@ -418,7 +423,7 @@ this.bclk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.bclk.ImageTransparentColor = System.Drawing.Color.White; this.bclk.Name = "bclk"; this.bclk.Size = new System.Drawing.Size(60, 47); this.bclk.Size = new System.Drawing.Size(73, 59); this.bclk.Text = "ä¿åå宽"; this.bclk.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.bclk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; @@ -428,7 +433,7 @@ // this.toolStripSeparator8.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator8.Name = "toolStripSeparator8"; this.toolStripSeparator8.Size = new System.Drawing.Size(6, 50); this.toolStripSeparator8.Size = new System.Drawing.Size(6, 62); // // timer1 // @@ -446,11 +451,13 @@ this.grdMain.BackgroundColor = System.Drawing.SystemColors.InactiveCaption; this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill; this.grdMain.Location = new System.Drawing.Point(0, 144); this.grdMain.Location = new System.Drawing.Point(0, 179); this.grdMain.Margin = new System.Windows.Forms.Padding(4); this.grdMain.Name = "grdMain"; this.grdMain.ReadOnly = true; this.grdMain.RowHeadersWidth = 51; this.grdMain.RowTemplate.Height = 23; this.grdMain.Size = new System.Drawing.Size(1406, 368); this.grdMain.Size = new System.Drawing.Size(1875, 461); this.grdMain.TabIndex = 19; this.grdMain.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.grdMain_CellMouseUp); this.grdMain.ColumnWidthChanged += new System.Windows.Forms.DataGridViewColumnEventHandler(this.grdMain_ColumnWidthChanged); @@ -461,10 +468,12 @@ // grdPrint // this.grdPrint.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdPrint.Location = new System.Drawing.Point(772, 146); this.grdPrint.Location = new System.Drawing.Point(1029, 182); this.grdPrint.Margin = new System.Windows.Forms.Padding(4); this.grdPrint.Name = "grdPrint"; this.grdPrint.RowHeadersWidth = 51; this.grdPrint.RowTemplate.Height = 23; this.grdPrint.Size = new System.Drawing.Size(25, 24); this.grdPrint.Size = new System.Drawing.Size(33, 30); this.grdPrint.TabIndex = 8; this.grdPrint.Visible = false; // @@ -475,12 +484,14 @@ this.grdSum.BackgroundColor = System.Drawing.SystemColors.Control; this.grdSum.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdSum.Dock = System.Windows.Forms.DockStyle.Bottom; this.grdSum.Location = new System.Drawing.Point(0, 512); this.grdSum.Location = new System.Drawing.Point(0, 640); this.grdSum.Margin = new System.Windows.Forms.Padding(4); this.grdSum.Name = "grdSum"; this.grdSum.ReadOnly = true; this.grdSum.RowHeadersWidth = 51; this.grdSum.RowTemplate.Height = 23; this.grdSum.ScrollBars = System.Windows.Forms.ScrollBars.None; this.grdSum.Size = new System.Drawing.Size(1406, 19); this.grdSum.Size = new System.Drawing.Size(1875, 24); this.grdSum.TabIndex = 47; // // groupBox1 @@ -501,11 +512,42 @@ this.groupBox1.Controls.Add(this.btnOK); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.Location = new System.Drawing.Point(0, 103); this.groupBox1.Location = new System.Drawing.Point(0, 128); this.groupBox1.Margin = new System.Windows.Forms.Padding(4); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(1406, 41); this.groupBox1.Padding = new System.Windows.Forms.Padding(4); this.groupBox1.Size = new System.Drawing.Size(1875, 51); this.groupBox1.TabIndex = 52; this.groupBox1.TabStop = false; // // txtHBillNo2 // this.txtHBillNo2.Location = new System.Drawing.Point(1507, 19); this.txtHBillNo2.Margin = new System.Windows.Forms.Padding(4); this.txtHBillNo2.Name = "txtHBillNo2"; this.txtHBillNo2.Size = new System.Drawing.Size(172, 25); this.txtHBillNo2.TabIndex = 30; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(1432, 24); this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(67, 15); this.label6.TabIndex = 29; this.label6.Text = "åæ®å·ï¼"; // // btnTB // this.btnTB.Location = new System.Drawing.Point(1692, 16); this.btnTB.Margin = new System.Windows.Forms.Padding(4); this.btnTB.Name = "btnTB"; this.btnTB.Size = new System.Drawing.Size(97, 30); this.btnTB.TabIndex = 28; this.btnTB.Text = "鿰忥"; this.btnTB.UseVisualStyleBackColor = true; this.btnTB.Click += new System.EventHandler(this.btnTB_Click); // // cmbHStatus // @@ -517,137 +559,123 @@ "å·²å®¡æ ¸", "æªå ³é", "å·²å ³é"}); this.cmbHStatus.Location = new System.Drawing.Point(48, 15); this.cmbHStatus.Location = new System.Drawing.Point(64, 19); this.cmbHStatus.Margin = new System.Windows.Forms.Padding(4); this.cmbHStatus.Name = "cmbHStatus"; this.cmbHStatus.Size = new System.Drawing.Size(81, 20); this.cmbHStatus.Size = new System.Drawing.Size(107, 23); this.cmbHStatus.TabIndex = 10; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(13, 19); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(41, 12); this.label5.TabIndex = 9; this.label5.Text = "ç¶æï¼"; // // dtpHBDate // this.dtpHBDate.Checked = false; this.dtpHBDate.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dtpHBDate.Location = new System.Drawing.Point(201, 15); this.dtpHBDate.Location = new System.Drawing.Point(268, 19); this.dtpHBDate.Margin = new System.Windows.Forms.Padding(4); this.dtpHBDate.Name = "dtpHBDate"; this.dtpHBDate.ShowCheckBox = true; this.dtpHBDate.Size = new System.Drawing.Size(122, 21); this.dtpHBDate.Size = new System.Drawing.Size(161, 25); this.dtpHBDate.TabIndex = 3; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(142, 19); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 2; this.label2.Text = "å¼å§æ¥æï¼"; // // txtHSupID // this.txtHSupID.Location = new System.Drawing.Point(798, 15); this.txtHSupID.Location = new System.Drawing.Point(1064, 19); this.txtHSupID.Margin = new System.Windows.Forms.Padding(4); this.txtHSupID.Name = "txtHSupID"; this.txtHSupID.Size = new System.Drawing.Size(162, 21); this.txtHSupID.Size = new System.Drawing.Size(215, 25); this.txtHSupID.TabIndex = 8; // // dtpHEDate // this.dtpHEDate.Checked = false; this.dtpHEDate.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dtpHEDate.Location = new System.Drawing.Point(395, 15); this.dtpHEDate.Location = new System.Drawing.Point(527, 19); this.dtpHEDate.Margin = new System.Windows.Forms.Padding(4); this.dtpHEDate.Name = "dtpHEDate"; this.dtpHEDate.ShowCheckBox = true; this.dtpHEDate.Size = new System.Drawing.Size(122, 21); this.dtpHEDate.Size = new System.Drawing.Size(161, 25); this.dtpHEDate.TabIndex = 5; // // txtHBillNo // this.txtHBillNo.Location = new System.Drawing.Point(769, 19); this.txtHBillNo.Margin = new System.Windows.Forms.Padding(4); this.txtHBillNo.Name = "txtHBillNo"; this.txtHBillNo.Size = new System.Drawing.Size(215, 25); this.txtHBillNo.TabIndex = 1; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(17, 24); this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(52, 15); this.label5.TabIndex = 9; this.label5.Text = "ç¶æï¼"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(189, 24); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(82, 15); this.label2.TabIndex = 2; this.label2.Text = "å¼å§æ¥æï¼"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(751, 19); this.label4.Location = new System.Drawing.Point(1001, 24); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(53, 12); this.label4.Size = new System.Drawing.Size(67, 15); this.label4.TabIndex = 7; this.label4.Text = "ä¾åºåï¼"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(530, 19); this.label1.Location = new System.Drawing.Point(707, 24); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.Size = new System.Drawing.Size(67, 15); this.label1.TabIndex = 0; this.label1.Text = "åæ®å·ï¼"; // // btnOK // this.btnOK.Location = new System.Drawing.Point(968, 13); this.btnOK.Location = new System.Drawing.Point(1291, 16); this.btnOK.Margin = new System.Windows.Forms.Padding(4); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(73, 24); this.btnOK.Size = new System.Drawing.Size(97, 30); this.btnOK.TabIndex = 6; this.btnOK.Text = "å¿«éè¿æ»¤"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // txtHBillNo // this.txtHBillNo.Location = new System.Drawing.Point(577, 15); this.txtHBillNo.Name = "txtHBillNo"; this.txtHBillNo.Size = new System.Drawing.Size(162, 21); this.txtHBillNo.TabIndex = 1; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(336, 19); this.label3.Location = new System.Drawing.Point(448, 24); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(65, 12); this.label3.Size = new System.Drawing.Size(82, 15); this.label3.TabIndex = 4; this.label3.Text = "ç»ææ¥æï¼"; // // txtHBillNo2 // this.txtHBillNo2.Location = new System.Drawing.Point(1130, 15); this.txtHBillNo2.Name = "txtHBillNo2"; this.txtHBillNo2.Size = new System.Drawing.Size(130, 21); this.txtHBillNo2.TabIndex = 30; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(1074, 19); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(53, 12); this.label6.TabIndex = 29; this.label6.Text = "åæ®å·ï¼"; // // btnTB // this.btnTB.Location = new System.Drawing.Point(1269, 13); this.btnTB.Name = "btnTB"; this.btnTB.Size = new System.Drawing.Size(73, 24); this.btnTB.TabIndex = 28; this.btnTB.Text = "鿰忥"; this.btnTB.UseVisualStyleBackColor = true; this.btnTB.Click += new System.EventHandler(this.btnTB_Click); // // WW_EntrustOrderBillList // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1406, 531); this.ClientSize = new System.Drawing.Size(1875, 664); this.Controls.Add(this.grdMain); this.Controls.Add(this.groupBox1); this.Controls.Add(this.grdPrint); this.Controls.Add(this.grdSum); this.Controls.Add(this.pPic); this.Controls.Add(this.Tool); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "WW_EntrustOrderBillList"; this.Text = "åæ®å表"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; ProM/ίÍâ¹ÜÀí/WW_EntrustOrderBillList.resx
@@ -3917,7 +3917,7 @@ <data name="dc.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value> iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADoSURBVDhPrZMvD4MwEMXvm6Jn5uaWtGIGMUXmKHKgJvBo YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAADoSURBVDhPrZMvD4MwEMXvm6Jn5uaWtGIGMUXmKHKgJvBo asEiqeQ73O4glHb8C9uaPNFr+su7dy0EQYBHBQCsYXGh6zpsjcGmabCqKixLjUVRYJ7nmKUZKqUwiiIM wxCFlD0gjuMBMgKMBygnQOYDpNgB1AzQEyAlwIUuWMCWgycdJKQH6U66ka4kBpxJm4AXFccWtOOAW3Ad iLUWLKCet+BnIJYBNsS/AJwppFlqASe6KOQOQNGhP0Yf8PMUVkM07eCAAbMWkgMP6TNEHmPihLjrgAHa @@ -3927,7 +3927,7 @@ <data name="set.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value> iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADwSURBVDhPhY+xDYUwDESz09/pr8ACiBGQ6Cj+IFRU6akY YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAADwSURBVDhPhY+xDYUwDESz09/pr8ACiBGQ6Cj+IFRU6akY go7OP2dzliGROOkp2Pgucer7XkC6xDr0ZRgGx6aCaA6GluQ4DjnPsw6KAeu66jdOEkI1AOz7jp4RjErD TKBodvkQngYTQW9ZlvuNxl3cC88rpYNe13UaAtDDiR4otZm5F2/iSjln2bZNhzGH3iNAPIBo0yQ5fTQE wIhZUgXwmXkqpoIGXOZxHJVorgJ02IwqrjHPv8rME/81AAV2ZYDkr79imqbqBWo0TAyBCeZWQDT67UG+ @@ -3937,7 +3937,7 @@ <data name="dy.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value> iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADmSURBVDhPlY6xDYMwFES9U3bKCmzACEh0FJmACRiAnoqK YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAADmSURBVDhPlY6xDYMwFES9U3bKCmzACEh0FJmACRiAnoqK jo6OzvH7yVk/OFHg0MnC/vfuhzOq6zrK76vzIrRtm3nf92sgBpdlieu6ZgCe5xmAXEot0zTZMABBXLiU grRUVRWHYTATYpOfYR9kiGbMnQelUTu5wzmsoDWk796GOI6jGRDDzH0BxAyQ1Z5e4xhuGUSQWbkAaE2B FMRN05h9uAD4JoHato1d9yjCOjOAH9Y+QggDOW5gwZdfEgR7iAf4YG53yq0eBADzjlWk/+QP2WXf9xmk @@ -3947,7 +3947,7 @@ <data name="yl.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value> iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAF/SURBVDhPnZFNSwJBAIbnX1Q/IOoYeAzqHh3C6JAgJEgU YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAF/SURBVDhPnZFNSwJBAIbnX1Q/IOoYeAzqHh3C6JAgJEgU UQgaeQgxKZQwtBRC7YsiOnQPISISKyEPUrcgKqIipNQ11/XzbWfQdf1IxQceZnaYeVhmiNV9AIvDB/OG V3JF/F5z7cK9fwrSCtP6NhrhdNyxsWXEuOpkGwvFoiTFbg+xkdI0YjDb2aZsLi9J8fouMDqhhlKlhcm2 9X9At2xlB1JCFnzJdCaHAl3jBeSyWWZpez3zSxYW4FIZJPmKQqZ0cDpcbS0zehML/HA8Ysk0k09npMNK @@ -3960,7 +3960,7 @@ <data name="xz.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value> iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGySURBVDhPhZLNKwRxGMefUlLc5D9wUE5eolyUo5PkomhJ YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAGySURBVDhPhZLNKwRxGMefUlLc5D9wUE5eolyUo5PkomhJ ybZE5D2ippYty7Ic1NgclOLiqhAlym44yF3JuzW7s2tedvcxzzO7jbWDT337PfN7nu935vdrYH51EwXf BgpLor18Is75A+gP7CDYMetdx/9Y9l3wahsy7VnjZiqVshXh9Z7xSuSETLpXuJFIJm1FLC6e85ohK2Rc WOJNTU/Yir5B3DjEptZObGnrxv2DY57PACOzC1woqm4rVdMxaaRIchzfwhLPhioL8bQYuIbBaQ8XcUX7 @@ -3974,7 +3974,7 @@ <data name="dj.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value> iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAD3SURBVDhPnZC9FYIwFEaZiQFkAB1ADzULZACGoJLKSio7 YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAD3SURBVDhPnZC9FYIwFEaZiQFkAB1ADzULZACGoJLKSio7 BqCzorNiABgABnjme+GFBPlR3znfSUJy7yMJdorG0S2KY1r6/lE0PBMcdA8z3NZEd9VtSmiolU7iSjwY CcNyUUL0UhzMIcK4An8IPFjGr2F0s3CTmrFOLbgN67vK79LQsOCqQhaIxIE9AfXVxT4Wwzp1NsGYQ4b9 tjhSe4smiVKma19NL+4KBEQA85hH1OQH+T6T6MgagaArThys0V3g8ZwpgbryzBuIXAfB3iosZSUP3VEH @@ -3984,7 +3984,7 @@ <data name="cx.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value> iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFOSURBVDhPnZBPK0RRGIfvxkL5Dha+gLK0tsRGkY3dkK2w YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAFOSURBVDhPnZBPK0RRGIfvxkL5Dha+gLK0tsRGkY3dkK2w UjJbCzQWk5EFRslEiUwZFNLo+lMaxWCIIUXIQhYzj/edc28NHUzzq1/v7Z7zPOee6/ybgMu3lhwP6NrO F9q6blqaSDaETnOs3UIiCx2bUBuDmjmojpr5t0QWZ9KQfJSNkll5roxAxQRUTZn+LvBOH0vBQgbidzB0 KF+wCA1xaEyYqbVLPEG/CwMC9iShbQu69yEo0uFzM7V2QV2Y2E2e4Al07kGL3L/3CEKXsCRXSryaOZ3J @@ -3996,7 +3996,7 @@ <data name="sx.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value> iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHXSURBVDhPjZJNSBtRFIUH3Ke4aiHVTRd2V7B7EXGhriyu YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAHXSURBVDhPjZJNSBtRFIUH3Ke4aiHVTRd2V7B7EXGhriyu ao0ImqppU39qSFVMtVZLrfQXFMlKFy4KbaXQTao7Cd1U3VSyFFQIqNXYZDKZTHJ8976ZTEZD6AcnL+/e e857A08p5uX7MEgv3i4h9GYRE3MLJUW9sdlPMG0SKhCvP4Z5/R8cIVYA0dk/AkOsKT1fUmpWzvkCz+2A 4PQ7WRW0tnvR5unFvQ7vFVH9fvdjdPYNoccftANGJufZbOTyvJZjdOaD8/uJ4dAcNzO6ga3dPezEbNFe @@ -4010,7 +4010,7 @@ <data name="shc.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value> iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACcSURBVDhPtZPBCcQgEEXtNVUFBI+WYAlewl4twxJm88RZ YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAACcSURBVDhPtZPBCcQgEEXtNVUFBI+WYAlewl4twxJm88RZ xDUbDeyDQWf4805q/o3U02yblbbq+JoakhhjCdPvIrIfUuYhhGsJ4TNXgt77ocA5NxboMuGz/QSnBO1y H7wV9MtLgtHykiDnXIbWvp4JIKX0JaGfFkAv4b4kgFbCuSwAlVCPBKCS9iXSa90KAIn+BeD9s0j9/Avz GPMGIZpkvqVDGAQAAAAASUVORK5CYII= @@ -4019,7 +4019,7 @@ <data name="xc.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value> iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACYSURBVDhPrZMxDsMgEAT5qx9DSW0pEiVPoKSkSc9zNlmL YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAACYSURBVDhPrZMxDsMgEAT5qx9DSW0pEiVPoKSkSc9zNlmL i+wUezjKSifB6mZEYYe/ZNseOM+sj34edbi4A9ifIIBa6wFOAcYYWvQtyDl/BNZJiRK8K1/iCjzJyguk ZEkwJey4c5GsCgxOKaG1dk9gcIwRpZR7L5AwowQuzCgB7xJmbNHGBDwTlLCF3z9Bjv0LTO/dh39PCC/T 8HpVcPCyWAAAAABJRU5ErkJggg== @@ -4028,7 +4028,7 @@ <data name="fj.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value> iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAF/SURBVDhPnZFNSwJBAIbnX1Q/IOoYeAzqHh3C6JAgJEgU YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAF/SURBVDhPnZFNSwJBAIbnX1Q/IOoYeAzqHh3C6JAgJEgU UQgaeQgxKZQwtBRC7YsiOnQPISISKyEPUrcgKqIipNQ11/XzbWfQdf1IxQceZnaYeVhmiNV9AIvDB/OG V3JF/F5z7cK9fwrSCtP6NhrhdNyxsWXEuOpkGwvFoiTFbg+xkdI0YjDb2aZsLi9J8fouMDqhhlKlhcm2 9X9At2xlB1JCFnzJdCaHAl3jBeSyWWZpez3zSxYW4FIZJPmKQqZ0cDpcbS0zehML/HA8Ysk0k09npMNK @@ -4041,7 +4041,7 @@ <data name="tc.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value> iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADCSURBVDhPpZJdCoMwEIRzpxxJ6Ak2z/ZZnysIBXuUHMA7 YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAADCSURBVDhPpZJdCoMwEIRzpxxJ6Ak2z/ZZnysIBXuUHMA7 bXeWrGBMYkoHh+gk8xl/XEneP7jXqXIWJkIgHscnT/PEy2vhz7ZhMQ/Dm5l3ObRcB1ACzAKQ6FTcV69G rgWTbUl3QFQtFgGpfAAoAVDOi2ZbrwW5hwY4N+P6FmDlkrsBq6zOy3AXIEkhGHMbIMaorgGgI8Cu7CsY wOZbAEgDBch/gOveRzgJAKLwH0CGJsDmxU1dAMiSu3R5iZr+oJuic1+SJ5jRbOqnmgAAAABJRU5ErkJg @@ -4051,7 +4051,7 @@ <data name="mrlk.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value> iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAH/SURBVDhPfZHfS1NhGMefkCLQu/A/6MK6SbMQFlg3dudN YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAH/SURBVDhPfZHfS1NhGMefkCLQu/A/6MK6SbMQFlg3dudN oBFDY9BF05XMMAoLL3bhxGB4zjzoVCKim4iCgkCMSam1cqP9aO4YJlpIDmqh00IRv73Pe87OWuV54Mt7 znm/n895z0aF8Stj6FdGoARDUAf/H97jTp96FyZmjC8QwuRUBB0zACkiwT0i9rxvgBcvX4MZEye65Vex vp6HJ7yJ+1nYpmNyE3nRZcbEiW74AljL5UB3gOk84J8HnFPA0UfirZqIaoZPMQDZZcbEibp6+vE9mwUF @@ -4066,7 +4066,7 @@ <data name="bclk.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value> iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAH4SURBVDhPjZPNS1RRGMZfI2jRLlqUEKLUQgsl3EauEoRW YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAH4SURBVDhPjZPNS1RRGMZfI2jRLlqUEKLUQgsl3EauEoRW /QN+phG4CQXTNrPLbzFrpZAuBIfEqChctFRndHI0YzKnxkHFYQgH50NH5+o8Pm/HwQ/s4oGHc++5z/O7 77nnvSKPPZDyKYSfA8tN55N6NfMvK1XT+LIBxAH8PqfUqxnNitR+g1x/yQuRlJWCZVm2Uo965RozmpXq aRR/Io1jYgJwTdlLPeqt92QqqHLj7phZTCST2Nqxl3rUWzrOTKX7JGBykm9x2Us96r3p1ApOAf5G49iI ProM/ίÍâ¹ÜÀí/WW_PPBomBillList.Designer.cs
New file @@ -0,0 +1,664 @@  namespace ProM.å§å¤ç®¡ç { partial class WW_PPBomBillList { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WW_PPBomBillList)); this.timer2 = new System.Windows.Forms.Timer(this.components); this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator(); this.bclk = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.dtpHBDate = new System.Windows.Forms.DateTimePicker(); this.txtHBarCode_Pack = new System.Windows.Forms.TextBox(); this.dtpHEDate = new System.Windows.Forms.DateTimePicker(); this.txtHBillNo = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.btnOK = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label3 = new System.Windows.Forms.Label(); this.grdPrint = new System.Windows.Forms.DataGridView(); this.grdSum = new System.Windows.Forms.DataGridView(); this.mrlk = new System.Windows.Forms.ToolStripButton(); this.grdMain = new System.Windows.Forms.DataGridView(); this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator(); this.pPic = new System.Windows.Forms.Panel(); this.panel1 = new System.Windows.Forms.Panel(); this.lbljl = new System.Windows.Forms.Label(); this.lbldj = new System.Windows.Forms.Label(); this.lblCaption = new System.Windows.Forms.Label(); this.Tool = new System.Windows.Forms.ToolStrip(); this.dc = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator(); this.set = new System.Windows.Forms.ToolStripButton(); this.dy = new System.Windows.Forms.ToolStripButton(); this.yl = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.xz = new System.Windows.Forms.ToolStripButton(); this.dj = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); this.cx = new System.Windows.Forms.ToolStripButton(); this.sx = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.shc = new System.Windows.Forms.ToolStripButton(); this.xc = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.fj = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); this.tc = new System.Windows.Forms.ToolStripButton(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdPrint)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grdSum)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit(); this.pPic.SuspendLayout(); this.panel1.SuspendLayout(); this.Tool.SuspendLayout(); this.SuspendLayout(); // // timer2 // this.timer2.Enabled = true; // // toolStripSeparator8 // this.toolStripSeparator8.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator8.Name = "toolStripSeparator8"; this.toolStripSeparator8.Size = new System.Drawing.Size(6, 62); // // bclk // this.bclk.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.bclk.Image = ((System.Drawing.Image)(resources.GetObject("bclk.Image"))); this.bclk.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.bclk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.bclk.ImageTransparentColor = System.Drawing.Color.White; this.bclk.Name = "bclk"; this.bclk.Size = new System.Drawing.Size(73, 59); this.bclk.Text = "ä¿åå宽"; this.bclk.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.bclk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.bclk.Click += new System.EventHandler(this.bclk_Click); // // toolStripSeparator7 // this.toolStripSeparator7.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator7.Name = "toolStripSeparator7"; this.toolStripSeparator7.Size = new System.Drawing.Size(6, 62); // // dtpHBDate // this.dtpHBDate.Checked = false; this.dtpHBDate.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dtpHBDate.Location = new System.Drawing.Point(218, 19); this.dtpHBDate.Margin = new System.Windows.Forms.Padding(4); this.dtpHBDate.Name = "dtpHBDate"; this.dtpHBDate.ShowCheckBox = true; this.dtpHBDate.Size = new System.Drawing.Size(161, 25); this.dtpHBDate.TabIndex = 3; // // txtHBarCode_Pack // this.txtHBarCode_Pack.Location = new System.Drawing.Point(1101, 19); this.txtHBarCode_Pack.Margin = new System.Windows.Forms.Padding(4); this.txtHBarCode_Pack.Name = "txtHBarCode_Pack"; this.txtHBarCode_Pack.Size = new System.Drawing.Size(215, 25); this.txtHBarCode_Pack.TabIndex = 8; // // dtpHEDate // this.dtpHEDate.Checked = false; this.dtpHEDate.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dtpHEDate.Location = new System.Drawing.Point(498, 19); this.dtpHEDate.Margin = new System.Windows.Forms.Padding(4); this.dtpHEDate.Name = "dtpHEDate"; this.dtpHEDate.ShowCheckBox = true; this.dtpHEDate.Size = new System.Drawing.Size(161, 25); this.dtpHEDate.TabIndex = 5; // // txtHBillNo // this.txtHBillNo.Location = new System.Drawing.Point(760, 19); this.txtHBillNo.Margin = new System.Windows.Forms.Padding(4); this.txtHBillNo.Name = "txtHBillNo"; this.txtHBillNo.Size = new System.Drawing.Size(215, 25); this.txtHBillNo.TabIndex = 1; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(138, 24); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(82, 15); this.label2.TabIndex = 2; this.label2.Text = "å¼å§æ¥æï¼"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(1001, 24); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(97, 15); this.label4.TabIndex = 7; this.label4.Text = "ç®±å·æ¡å½¢ç ï¼"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(690, 24); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(67, 15); this.label1.TabIndex = 0; this.label1.Text = "åæ®å·ï¼"; // // btnOK // this.btnOK.Location = new System.Drawing.Point(1333, 16); this.btnOK.Margin = new System.Windows.Forms.Padding(4); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(97, 30); this.btnOK.TabIndex = 6; this.btnOK.Text = "å¿«éè¿æ»¤"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // groupBox1 // this.groupBox1.BackColor = System.Drawing.Color.Lavender; this.groupBox1.Controls.Add(this.dtpHBDate); this.groupBox1.Controls.Add(this.txtHBarCode_Pack); this.groupBox1.Controls.Add(this.dtpHEDate); this.groupBox1.Controls.Add(this.txtHBillNo); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.btnOK); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.Location = new System.Drawing.Point(0, 128); this.groupBox1.Margin = new System.Windows.Forms.Padding(4); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(4); this.groupBox1.Size = new System.Drawing.Size(1807, 51); this.groupBox1.TabIndex = 58; this.groupBox1.TabStop = false; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(417, 24); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(82, 15); this.label3.TabIndex = 4; this.label3.Text = "ç»ææ¥æï¼"; // // grdPrint // this.grdPrint.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdPrint.Location = new System.Drawing.Point(1029, 182); this.grdPrint.Margin = new System.Windows.Forms.Padding(4); this.grdPrint.Name = "grdPrint"; this.grdPrint.RowHeadersWidth = 51; this.grdPrint.RowTemplate.Height = 23; this.grdPrint.Size = new System.Drawing.Size(33, 30); this.grdPrint.TabIndex = 53; this.grdPrint.Visible = false; // // grdSum // this.grdSum.AllowUserToAddRows = false; this.grdSum.AllowUserToDeleteRows = false; this.grdSum.BackgroundColor = System.Drawing.SystemColors.Control; this.grdSum.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdSum.Dock = System.Windows.Forms.DockStyle.Bottom; this.grdSum.Location = new System.Drawing.Point(0, 662); this.grdSum.Margin = new System.Windows.Forms.Padding(4); this.grdSum.Name = "grdSum"; this.grdSum.ReadOnly = true; this.grdSum.RowHeadersWidth = 51; this.grdSum.RowTemplate.Height = 23; this.grdSum.ScrollBars = System.Windows.Forms.ScrollBars.None; this.grdSum.Size = new System.Drawing.Size(1807, 14); this.grdSum.TabIndex = 57; // // mrlk // this.mrlk.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.mrlk.Image = ((System.Drawing.Image)(resources.GetObject("mrlk.Image"))); this.mrlk.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.mrlk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.mrlk.ImageTransparentColor = System.Drawing.Color.White; this.mrlk.Name = "mrlk"; this.mrlk.Size = new System.Drawing.Size(73, 59); this.mrlk.Text = "é»è®¤å宽"; this.mrlk.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.mrlk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.mrlk.Click += new System.EventHandler(this.mrlk_Click); // // grdMain // this.grdMain.AllowUserToAddRows = false; this.grdMain.AllowUserToDeleteRows = false; this.grdMain.BackgroundColor = System.Drawing.SystemColors.InactiveCaption; this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill; this.grdMain.Location = new System.Drawing.Point(0, 128); this.grdMain.Margin = new System.Windows.Forms.Padding(4); this.grdMain.Name = "grdMain"; this.grdMain.ReadOnly = true; this.grdMain.RowHeadersWidth = 51; this.grdMain.RowTemplate.Height = 23; this.grdMain.Size = new System.Drawing.Size(1807, 548); this.grdMain.TabIndex = 19; this.grdMain.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.grdMain_CellMouseUp); this.grdMain.Scroll += new System.Windows.Forms.ScrollEventHandler(this.grdMain_Scroll); this.grdMain.Paint += new System.Windows.Forms.PaintEventHandler(this.grdMain_Paint); this.grdMain.DoubleClick += new System.EventHandler(this.grdMain_DblClick); // // toolStripSeparator11 // this.toolStripSeparator11.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator11.Name = "toolStripSeparator11"; this.toolStripSeparator11.Size = new System.Drawing.Size(6, 62); // // pPic // this.pPic.BackColor = System.Drawing.Color.White; this.pPic.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pPic.BackgroundImage"))); this.pPic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.pPic.Controls.Add(this.panel1); this.pPic.Controls.Add(this.lblCaption); this.pPic.Dock = System.Windows.Forms.DockStyle.Top; this.pPic.Location = new System.Drawing.Point(0, 62); this.pPic.Margin = new System.Windows.Forms.Padding(4); this.pPic.Name = "pPic"; this.pPic.Size = new System.Drawing.Size(1807, 66); this.pPic.TabIndex = 54; // // panel1 // this.panel1.Controls.Add(this.lbljl); this.panel1.Controls.Add(this.lbldj); this.panel1.Dock = System.Windows.Forms.DockStyle.Right; this.panel1.Location = new System.Drawing.Point(1522, 0); this.panel1.Margin = new System.Windows.Forms.Padding(4); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(285, 66); this.panel1.TabIndex = 7; // // lbljl // this.lbljl.AutoSize = true; this.lbljl.Location = new System.Drawing.Point(32, 38); this.lbljl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbljl.Name = "lbljl"; this.lbljl.Size = new System.Drawing.Size(15, 15); this.lbljl.TabIndex = 1; this.lbljl.Text = " "; // // lbldj // this.lbldj.AutoSize = true; this.lbldj.Location = new System.Drawing.Point(32, 15); this.lbldj.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbldj.Name = "lbldj"; this.lbldj.Size = new System.Drawing.Size(0, 15); this.lbldj.TabIndex = 0; // // lblCaption // this.lblCaption.AutoSize = true; this.lblCaption.BackColor = System.Drawing.Color.Transparent; this.lblCaption.Cursor = System.Windows.Forms.Cursors.No; this.lblCaption.Font = new System.Drawing.Font("å®ä½", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblCaption.ForeColor = System.Drawing.Color.Black; this.lblCaption.Location = new System.Drawing.Point(16, 19); this.lblCaption.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblCaption.Name = "lblCaption"; this.lblCaption.Size = new System.Drawing.Size(124, 27); this.lblCaption.TabIndex = 4; this.lblCaption.Text = "åæ®å表"; this.lblCaption.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // Tool // this.Tool.AutoSize = false; this.Tool.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Tool.BackgroundImage"))); this.Tool.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.Tool.ImageScalingSize = new System.Drawing.Size(22, 22); this.Tool.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.dc, this.toolStripSeparator10, this.set, this.dy, this.yl, this.toolStripSeparator2, this.xz, this.dj, this.toolStripSeparator5, this.cx, this.sx, this.toolStripSeparator1, this.shc, this.xc, this.toolStripSeparator3, this.fj, this.toolStripSeparator6, this.tc, this.toolStripSeparator11, this.mrlk, this.toolStripSeparator7, this.bclk, this.toolStripSeparator8}); this.Tool.Location = new System.Drawing.Point(0, 0); this.Tool.Name = "Tool"; this.Tool.Padding = new System.Windows.Forms.Padding(0); this.Tool.Size = new System.Drawing.Size(1807, 62); this.Tool.Stretch = true; this.Tool.TabIndex = 55; this.Tool.Text = "toolStrip1"; // // dc // this.dc.AutoSize = false; this.dc.Image = ((System.Drawing.Image)(resources.GetObject("dc.Image"))); this.dc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.dc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.dc.ImageTransparentColor = System.Drawing.Color.White; this.dc.Name = "dc"; this.dc.Size = new System.Drawing.Size(36, 47); this.dc.Text = "å¼åº"; this.dc.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.dc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.dc.Visible = false; // // toolStripSeparator10 // this.toolStripSeparator10.Name = "toolStripSeparator10"; this.toolStripSeparator10.Size = new System.Drawing.Size(6, 62); this.toolStripSeparator10.Visible = false; // // set // this.set.AutoSize = false; this.set.Image = ((System.Drawing.Image)(resources.GetObject("set.Image"))); this.set.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.set.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.set.ImageTransparentColor = System.Drawing.Color.White; this.set.Name = "set"; this.set.Size = new System.Drawing.Size(36, 47); this.set.Text = "设置"; this.set.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.set.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.set.Visible = false; // // dy // this.dy.AutoSize = false; this.dy.Image = ((System.Drawing.Image)(resources.GetObject("dy.Image"))); this.dy.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.dy.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.dy.ImageTransparentColor = System.Drawing.Color.White; this.dy.Name = "dy"; this.dy.Size = new System.Drawing.Size(36, 47); this.dy.Text = "æå°"; this.dy.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.dy.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; // // yl // this.yl.AutoSize = false; this.yl.Image = ((System.Drawing.Image)(resources.GetObject("yl.Image"))); this.yl.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.yl.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.yl.ImageTransparentColor = System.Drawing.Color.Magenta; this.yl.Name = "yl"; this.yl.Size = new System.Drawing.Size(36, 47); this.yl.Text = "é¢è§"; this.yl.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.yl.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 62); // // xz // this.xz.AutoSize = false; this.xz.Image = ((System.Drawing.Image)(resources.GetObject("xz.Image"))); this.xz.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.xz.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.xz.ImageTransparentColor = System.Drawing.Color.Magenta; this.xz.Name = "xz"; this.xz.Size = new System.Drawing.Size(36, 47); this.xz.Text = "æ°å¢"; this.xz.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.xz.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; // // dj // this.dj.AutoSize = false; this.dj.Image = ((System.Drawing.Image)(resources.GetObject("dj.Image"))); this.dj.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.dj.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.dj.ImageTransparentColor = System.Drawing.Color.White; this.dj.Name = "dj"; this.dj.Size = new System.Drawing.Size(36, 47); this.dj.Text = "ä¿®æ¹"; this.dj.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.dj.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; // // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; this.toolStripSeparator5.Size = new System.Drawing.Size(6, 62); // // cx // this.cx.AutoSize = false; this.cx.Image = ((System.Drawing.Image)(resources.GetObject("cx.Image"))); this.cx.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.cx.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.cx.ImageTransparentColor = System.Drawing.Color.White; this.cx.Name = "cx"; this.cx.Size = new System.Drawing.Size(36, 47); this.cx.Text = "æ¥è¯¢"; this.cx.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.cx.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.cx.Click += new System.EventHandler(this.cx_Click); // // sx // this.sx.AutoSize = false; this.sx.Image = ((System.Drawing.Image)(resources.GetObject("sx.Image"))); this.sx.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.sx.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.sx.ImageTransparentColor = System.Drawing.Color.Magenta; this.sx.Name = "sx"; this.sx.Size = new System.Drawing.Size(36, 47); this.sx.Text = "å·æ°"; this.sx.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.sx.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.sx.Click += new System.EventHandler(this.sx_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 62); // // shc // this.shc.AutoSize = false; this.shc.Image = ((System.Drawing.Image)(resources.GetObject("shc.Image"))); this.shc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.shc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.shc.ImageTransparentColor = System.Drawing.Color.White; this.shc.Name = "shc"; this.shc.Size = new System.Drawing.Size(36, 47); this.shc.Text = "䏿¥"; this.shc.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.shc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; // // xc // this.xc.AutoSize = false; this.xc.Image = ((System.Drawing.Image)(resources.GetObject("xc.Image"))); this.xc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.xc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.xc.ImageTransparentColor = System.Drawing.Color.White; this.xc.Name = "xc"; this.xc.Size = new System.Drawing.Size(36, 47); this.xc.Text = "䏿¥"; this.xc.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.xc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.xc.ToolTipText = "䏿¥"; // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 62); // // fj // this.fj.AutoSize = false; this.fj.Image = ((System.Drawing.Image)(resources.GetObject("fj.Image"))); this.fj.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.fj.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.fj.ImageTransparentColor = System.Drawing.Color.Magenta; this.fj.Name = "fj"; this.fj.Size = new System.Drawing.Size(36, 47); this.fj.Text = "éä»¶"; this.fj.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.fj.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.fj.Visible = false; // // toolStripSeparator6 // this.toolStripSeparator6.Name = "toolStripSeparator6"; this.toolStripSeparator6.Size = new System.Drawing.Size(6, 62); this.toolStripSeparator6.Visible = false; // // tc // this.tc.AutoSize = false; this.tc.Image = ((System.Drawing.Image)(resources.GetObject("tc.Image"))); this.tc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.tc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tc.ImageTransparentColor = System.Drawing.Color.White; this.tc.Name = "tc"; this.tc.Size = new System.Drawing.Size(36, 47); this.tc.Text = "éåº"; this.tc.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.tc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tc.Click += new System.EventHandler(this.tc_Click); // // WW_PPBomBillList // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1807, 676); this.Controls.Add(this.groupBox1); this.Controls.Add(this.grdPrint); this.Controls.Add(this.grdSum); this.Controls.Add(this.grdMain); this.Controls.Add(this.pPic); this.Controls.Add(this.Tool); this.Name = "WW_PPBomBillList"; this.Text = "å§å¤ç¨ææ¸ åå表"; this.Load += new System.EventHandler(this.WW_PPBomBillList_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdPrint)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grdSum)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit(); this.pPic.ResumeLayout(false); this.pPic.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.Tool.ResumeLayout(false); this.Tool.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Timer timer2; private System.Windows.Forms.ToolStripSeparator toolStripSeparator8; private System.Windows.Forms.ToolStripButton bclk; private System.Windows.Forms.ToolStripSeparator toolStripSeparator7; public System.Windows.Forms.Timer timer1; private System.Windows.Forms.DateTimePicker dtpHBDate; private System.Windows.Forms.TextBox txtHBarCode_Pack; private System.Windows.Forms.DateTimePicker dtpHEDate; private System.Windows.Forms.TextBox txtHBillNo; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label3; private System.Windows.Forms.DataGridView grdPrint; private System.Windows.Forms.DataGridView grdSum; private System.Windows.Forms.ToolStripButton mrlk; private System.Windows.Forms.DataGridView grdMain; private System.Windows.Forms.ToolStripSeparator toolStripSeparator11; private System.Windows.Forms.Panel pPic; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label lbljl; private System.Windows.Forms.Label lbldj; private System.Windows.Forms.Label lblCaption; private System.Windows.Forms.ToolStrip Tool; private System.Windows.Forms.ToolStripButton dc; private System.Windows.Forms.ToolStripSeparator toolStripSeparator10; private System.Windows.Forms.ToolStripButton set; private System.Windows.Forms.ToolStripButton dy; private System.Windows.Forms.ToolStripButton yl; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripButton xz; private System.Windows.Forms.ToolStripButton dj; private System.Windows.Forms.ToolStripSeparator toolStripSeparator5; private System.Windows.Forms.ToolStripButton cx; private System.Windows.Forms.ToolStripButton sx; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton shc; private System.Windows.Forms.ToolStripButton xc; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripButton fj; private System.Windows.Forms.ToolStripSeparator toolStripSeparator6; private System.Windows.Forms.ToolStripButton tc; } } ProM/ίÍâ¹ÜÀí/WW_PPBomBillList.cs
New file @@ -0,0 +1,526 @@ using DAL; using SQLHelper; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace ProM.å§å¤ç®¡ç { public partial class WW_PPBomBillList : Form { public WW_PPBomBillList() { InitializeComponent(); } public frmBillQueryCondition_New frmCondition; const string ViewName = "h_v_WW_PPBomBillList"; const string ModCaption = "å§å¤ç¨ææ¸ å"; public const string ModName = "1601"; public const string ModRightName = "WW_PPBomBill"; public const string ModRightNameEdit = ModRightName + "_Edit"; public const string ModRightNameCheck = ModRightName + "_Check"; public const string ModRightNameClose = ModRightName + "_Close"; public const string ModRightNameDelete = ModRightName + "_Delete"; public const string ModRightNameMoney = ModRightName + "_Money"; public const string ModRightNameQty = ModRightName + "_Qty"; DAL.ClsWW_PPBomBill oBill = new DAL.ClsWW_PPBomBill(); //public WW_PPBomBill oFrm; //æ°å¢ç¼è¾çªä½ public string sDlgWhere = ""; //å¤çªä½éå ¥ Pub_Class.ClsGridListSum oSumGrid = new Pub_Class.ClsGridListSum(); //åè®¡ç½æ ¼ public Int32 iTopRow = 0;//ç»æ¨ªçº¿ int _ScrollValue = 0;//å·æ° åä½ #region åºå®ä»£ç //åå®¡æ ¸ private void qsh_Click(object sender, EventArgs e) { Sub_AbandonCheck(); } private void GraphicsGrid() { //ç»åºçº¿ DBUtility.Xt_BaseBillFun.GraphicsGrid(grdMain); //ç»æ¨ªçº¿ DBUtility.Xt_BaseBillFun.GraphicsRowGrid(grdMain, iTopRow, iTopRow + 50, Fun_GetCol("hmainid")); } // private void grdMain_Paint(object sender, PaintEventArgs e) { GraphicsGrid(); } //å计 new private void Total() { if (grdMain.Rows.Count > 0 && grdMain.ColumnCount > 0) { oSumGrid.SetGridsum(); oSumGrid.Total(); } } //å计 new private void grdMain_ColumnWidthChanged(object sender, DataGridViewColumnEventArgs e) { Total(); } //å计 new private void grdMain_CellMouseUp(object sender, DataGridViewCellMouseEventArgs e) { Total(); } private void dc_Click(object sender, EventArgs e) { DBUtility.Gy_BaseFun.DataToExcel(this.Text, grdMain); } //åå§åç½æ ¼ private void initGrid() { DBUtility.Xt_BaseBillFun.initGridList(grdMain, this.Name); } // //æ¾ç¤º private void Display() { ClsCN SubCn = new ClsCN(); DataSet DSet; string sSql = ""; string sWhere = ""; //ç¹æ®æ¡ä»¶(æ¥æéå¶ï¼é¨é¨éå¶) DBUtility.Xt_BaseBillFun.Sub_SQLWhere(ref sWhere); if (sDlgWhere == "") { //è¿æ»¤æ¡ä»¶ if (frmCondition.SqlStr.Trim().Length == 0) return; sSql = frmCondition.SqlStr + sWhere + " order by åæ®å· desc "; } else { sSql = "Select * from " + ViewName + " Where 1=1 " + sWhere + sDlgWhere + " order by åæ®å· desc "; } // DSet = SubCn.RunProcReturn(sSql, ViewName, ref DBUtility.ClsPub.sExeReturnInfo); //çæé¦è¡æ é¢ if (DSet == null) { MessageBox.Show("没æè¿åä»»ä½ç»æ,请å¨è¿æ»¤æ¡ä¸ç¹å»ãæ¢å¤ãæé®,å°è¯å次æ¥è¯¢ï¼" + DBUtility.ClsPub.sExeReturnInfo); return; } //éæ¾å»ç» DBUtility.Xt_BaseBillFun.CancelFrozenCol(grdMain); //å·æ°å,åæ»å°åä½ç½® int selectRows = 0; if (grdMain.CurrentRow != null) { selectRows = DBUtility.ClsPub.isInt(grdMain.CurrentRow.Index); } //ç»å® grdMain.DataSource = DSet.Tables[0].DefaultView; //å·æ°å,åæ»å°åä½ç½® if (grdMain.Rows.Count > _ScrollValue) { grdMain.FirstDisplayedScrollingRowIndex = _ScrollValue; //iTopRow = _ScrollValue; } if (grdMain.Rows.Count > 0 && grdMain.Rows.Count > selectRows) { grdMain.Rows[selectRows].Selected = true; } //设置å计å string sTotalCol = ""; sTotalCol = DBUtility.Gy_BaseFun.GetTotalCols(DSet); string[] sT; sT = sTotalCol.Split(Convert.ToChar(",")); oSumGrid.BuildTotalCols(sT); //iTopRow = 0; //å»ç» int FrCol = DBUtility.ClsPub.isInt(frmCondition.txtFrozenCol.Text); string s = frmCondition.cmbHComplete.Text; DBUtility.Xt_BaseBillFun.DisplayGrid(grdMain, this.Name, s, FrCol); //ç»çº¿ GraphLine(); //GraphicsGrid(); // Total(); // } //æ¶é´æ§ä»¶ private void timer1_Tick(object sender, EventArgs e) { timer1.Enabled = false; //initGrid(); Display(); } //éåº private void tc_Click(object sender, EventArgs e) { this.Close(); } //å·æ° private void sx_Click(object sender, EventArgs e) { timer1.Enabled = true; } //æ¾ç¤ºåæ® private void dj_Click(object sender, EventArgs e) { Sub_ShowBill(); } //æ¾ç¤ºåæ® private void Sub_ShowBill() { Int64 lngBillKey = 0; if (grdMain.CurrentRow == null) return; lngBillKey = DBUtility.ClsPub.isLong(grdMain.Rows[grdMain.CurrentRow.Index].Cells[Fun_GetCol("hmainid")].Value); if (lngBillKey == 0) return; DAL.ClsWW_PPBomBill oBill = new DAL.ClsWW_PPBomBill(); if (oBill.ShowBill(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo)) { //oFrm = new WW_EntrustOrderBill(); //oFrm.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_View; //oFrm.BillOld = oBill; //oFrm.ShowDialog(); //if (oFrm.BillChange) //{ // //if (MessageBox.Show("åæ®å表已ç»åçåå,æ¯å¦å·æ°", "æç¤º", MessageBoxButtons.OKCancel, MessageBoxIcon.Question) == DialogResult.OK) // //{ // timer1.Enabled = true; // //} //} } else { MessageBox.Show("åæ®æªæ¾å°", "æç¤º"); } oBill = null; } // private Int32 Fun_GetCol(string sCol) { return DBUtility.Xt_BaseBillFun.Fun_GetCol(sCol, grdMain); } // private void WW_PPBomBillList_Load(object sender, EventArgs e) { // frmCondition = new frmBillQueryCondition_New(); this.Text = ModCaption; lblCaption.Text = ModCaption; oSumGrid.ogrdMain = grdMain; //åå§å new oSumGrid.oGridsum = grdSum; initGrid(); //åå§åå¿«éè¿æ»¤ dtpHBDate.Value = DateTime.Today.AddDays(-30); dtpHEDate.Value = DateTime.Today; dtpHBDate.Checked = false; dtpHEDate.Checked = false; // } //å廿¥ç private void grdMain_DblClick(object sender, EventArgs e) { Sub_ShowBill(); } //æ¥è¯¢ private void cx_Click(object sender, EventArgs e) { frmCondition = new frmBillQueryCondition_New(); SetCondition(frmCondition, ViewName, this.Name); frmCondition.ShowDialog(); if (frmCondition.Tag.ToString() == "OK") { Display(); } } public void SetCondition(frmBillQueryCondition_New frmCondition, string ViewName, string Name) { frmCondition.Tag = ""; frmCondition.ViewName = ViewName; frmCondition.ModName = Name; } //private void xz_Click(object sender, EventArgs e) //{ // // // oFrm = new WW_EntrustOrderBill(); // oFrm.ShowDialog(); //} //private void sc_Click(object sender, EventArgs e) //{ // Sub_DeleteBill(); //} ////å é¤ //private void Sub_DeleteBill() //{ // //ç¼è¾æé // //if (!DBUtility.ClsPub.Security_Log(ModRightNameEdit, 1, true,DBUtility.ClsPub.CurUserName)) // //{ // // return; // //} // // // Int64 lngBillKey = 0; // if (grdMain.CurrentRow == null) // return; // lngBillKey = DBUtility.ClsPub.isLong(grdMain.Rows[grdMain.CurrentRow.Index].Cells[Fun_GetCol("hmainid")].Value); // if (lngBillKey == 0) // return; // DAL.ClsWW_EntrustOrderBill oBill = new DAL.ClsWW_EntrustOrderBill(); // if (oBill.ShowBill(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo)) // { // if (oBill.omodel.HBillStatus > 1) // { // MessageBox.Show("åæ®å½åå¤äºä¸è½å é¤ç¶æ,ä¸è½å é¤ï¼", "æç¤º"); // return; // } // if (oBill.omodel.HChecker != "") // { // MessageBox.Show("忮已ç»å®¡æ ¸,ä¸è½å é¤ï¼", "æç¤º"); // return; // } // if (MessageBox.Show("ç¡®å®è¦å é¤å½ååæ®ï¼", "æç¤º", MessageBoxButtons.OKCancel)==DialogResult.OK) // { // if (!oBill.DeleteBill(oBill.omodel.HInterID, ref DBUtility.ClsPub.sExeReturnInfo)) // { // MessageBox.Show(DBUtility.ClsPub.sExeReturnInfo, "æç¤º"); // return; // } // else // { // Display(); // } // } // } // else // { // MessageBox.Show("åæ®æªæ¾å°", "æç¤º"); // } //} //private void timer2_Tick(object sender, EventArgs e) //{ // timer2.Enabled = false; // if (sDlgWhere == "") // { // frmCondition = new frmBillQueryCondition_New(); // SetCondition(frmCondition, ViewName, this.Name); // frmCondition.ShowDialog(); // if (frmCondition.Tag.ToString() == "OK") // { // timer1.Enabled = true; // } // } // else // { // timer1.Enabled = true; // } //} // private void bclk_Click(object sender, EventArgs e) { //ä¿åå宽 DBUtility.Xt_BaseBillFun.SaveGrid(grdMain, this.Name); } private void mrlk_Click(object sender, EventArgs e) { DBUtility.Xt_BaseBillFun.DefaultGridView(grdMain, this.Name); } // private void GraphLine() { int MainIDCol = Fun_GetCol("hmainid"); int SubIDCol = Fun_GetCol("hsubid"); string s = frmCondition.cmbHComplete.Text; long n = 0; DBUtility.Xt_BaseBillFun.GraphLine(grdMain, MainIDCol, SubIDCol, s, ref n); //æ¾ç¤º lbldj.Text = "æ¥è¯¢åº " + n.ToString() + " å¼ åæ®"; lbljl.Text = "å ±æ " + grdMain.RowCount.ToString() + " æ¡è®°å½"; } //å®¡æ ¸ private void sh_Click(object sender, EventArgs e) { this.Sub_CheckBill(); } //å®¡æ ¸åæ® private void Sub_CheckBill() { //å®¡æ ¸æé if (!DBUtility.ClsPub.Security_Log(ModRightNameCheck, 1, true, DBUtility.ClsPub.CurUserName)) { return; } // Int64 lngBillKey = 0; if (grdMain.CurrentRow == null) return; lngBillKey = DBUtility.ClsPub.isLong(grdMain.Rows[grdMain.CurrentRow.Index].Cells[Fun_GetCol("hmainid")].Value); if (lngBillKey == 0) return; DAL.ClsWW_PPBomBill oBill = new DAL.ClsWW_PPBomBill(); //æ¥çæ¯å¦å·²å®¡æ ¸,å ³é,ä½åº if (oBill.ShowBill(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo)) { if (oBill.omodel.HChecker.Trim() != "") { MessageBox.Show("åæ®å·²å®¡æ ¸!ä¸è½åæ¬¡å®¡æ ¸", "æç¤º"); return; } if (oBill.omodel.HCloseMan.Trim() != "") { MessageBox.Show("åæ®å·²å ³é!ä¸è½åæ¬¡å®¡æ ¸", "æç¤º"); return; } if (oBill.omodel.HDeleteMan.Trim() != "") { MessageBox.Show("忮已ä½åº!ä¸è½åæ¬¡å®¡æ ¸", "æç¤º"); return; } } else { MessageBox.Show("åæ®ä¸åå¨!åå :" + DBUtility.ClsPub.sExeReturnInfo, "æç¤º"); return; } //å®¡æ ¸ if (oBill.CheckBill(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo) == true) { MessageBox.Show("å®¡æ ¸æå!", "æç¤º"); return; } else { MessageBox.Show("å®¡æ ¸å¤±è´¥!åå :" + DBUtility.ClsPub.sExeReturnInfo, "æç¤º"); return; } } //å审忮 private void Sub_AbandonCheck() { //å®¡æ ¸æé if (!DBUtility.ClsPub.Security_Log(ModRightNameCheck, 1, true, DBUtility.ClsPub.CurUserName)) { return; } // Int64 lngBillKey = 0; if (grdMain.CurrentRow == null) return; lngBillKey = DBUtility.ClsPub.isLong(grdMain.Rows[grdMain.CurrentRow.Index].Cells[Fun_GetCol("hmainid")].Value); if (lngBillKey == 0) return; DAL.ClsWW_PPBomBill oBill = new DAL.ClsWW_PPBomBill(); //æ¥çæ¯å¦å·²å®¡æ ¸,å ³é,ä½åº if (oBill.ShowBill(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo)) { if (oBill.omodel.HChecker.Trim() == "") { MessageBox.Show("åæ®æªå®¡æ ¸!ä¸éè¦åå®¡æ ¸!", "æç¤º"); return; } if (oBill.omodel.HCloseMan.Trim() != "") { MessageBox.Show("åæ®å·²å ³é!ä¸è½åæ¬¡å®¡æ ¸", "æç¤º"); return; } if (oBill.omodel.HDeleteMan.Trim() != "") { MessageBox.Show("忮已ä½åº!ä¸è½åæ¬¡å®¡æ ¸", "æç¤º"); return; } } else { MessageBox.Show("åæ®ä¸åå¨!åå :" + DBUtility.ClsPub.sExeReturnInfo, "æç¤º"); return; } //åå®¡æ ¸ if (oBill.AbandonCheck(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo) == true) { MessageBox.Show("åå®¡æ ¸æå!", "æç¤º"); return; } else { MessageBox.Show("åå®¡æ ¸å¤±è´¥!åå :" + DBUtility.ClsPub.sExeReturnInfo, "æç¤º"); return; } } //æ»å¨æ¡ ä¿å é¡¶é¨è¡æ° private void grdMain_Scroll(object sender, ScrollEventArgs e) { if (e.ScrollOrientation == ScrollOrientation.VerticalScroll) { this.iTopRow = e.NewValue; _ScrollValue = e.NewValue; } } #endregion //å¿«éè¿æ»¤ private void btnOK_Click(object sender, EventArgs e) { Sub_FastQuery(); } //å¿«éè¿æ»¤ private void Sub_FastQuery() { string sFastSQL = ""; //夿å¼å§æ¥æ if (dtpHBDate.Checked) { sFastSQL = sFastSQL + " and æ¥æ>='" + dtpHBDate.Value.ToShortDateString() + "'"; } //å¤æç»ææ¥æ if (dtpHEDate.Checked) { sFastSQL = sFastSQL + " and æ¥æ<='" + dtpHEDate.Value.ToShortDateString() + "'"; } //åæ®å· if (txtHBillNo.Text.Trim() != "") { sFastSQL = sFastSQL + " and åæ®å· like '%" + txtHBillNo.Text + "%'"; } //徿¥åä½ if (txtHBarCode_Pack.Text.Trim() != "") { sFastSQL = sFastSQL + " and ç®±å·æ¡å½¢ç like '%" + txtHBarCode_Pack.Text + "%'"; } if (sFastSQL.Trim() == "") { MessageBox.Show("没æè¾å ¥æ¡ä»¶!"); return; } sDlgWhere = sFastSQL; Display(); sDlgWhere = ""; } } } ProM/ίÍâ¹ÜÀí/WW_PPBomBillList.resx
New file Diff too large WebAPI/Controllers/²Ö´æ¹ÜÀí/ίÍâÓÃÁÏ/WW_PPBomBillController.cs
@@ -18,7 +18,7 @@ public DLL.ClsWW_PPBomBill BillNew0 = new DLL.ClsWW_PPBomBill(); public DLL.ClsWW_PPBomBill BillOld0 = new DLL.ClsWW_PPBomBill(); #region æ¨¡å ·éè´å ¥åºåå表 #region å§å¤ç¨æå表 [Route("WW_PPBomBillController/Get_WW_PPBomBillList")] [HttpGet] WebAPI/WebAPI.csproj
@@ -372,6 +372,7 @@ <Compile Include="Controllers\SCGL\Sc_PackUnionBillController.cs" /> <Compile Include="Controllers\Sc_MouldRepairSendWorkBillController.cs" /> <Compile Include="Controllers\Sc_ProcessMangementController.cs" /> <Compile Include="Controllers\ä»å管ç\å§å¤ç¨æ\WW_PPBomBillController.cs" /> <Compile Include="Controllers\ä»å管ç\æ«ç å¼å¸¸è®°å½\KF_PonderationBillController.cs" /> <Compile Include="Controllers\ä»å管ç\æ¡ç åºå ¥åºè®°å½\Kf_ICStockInOutBillController.cs" /> <Compile Include="Controllers\ä»å管ç\æ¡ç åºå\KF_ICInventoryList_WMSBillController.cs" /> @@ -486,6 +487,7 @@ <Compile Include="DLL\ClsSc_MouldOtherInBill.cs" /> <Compile Include="DLL\ClsSc_MouldMoveStockStepOutBill.cs" /> <Compile Include="DLL\ClsSc_PackUnionBill.cs" /> <Compile Include="DLL\ClsWW_PPBomBill.cs" /> <Compile Include="DLL\å·¥èµç®¡ç\ClsPay_GroupBalBill.cs" /> <Compile Include="DLL\å·¥èµç®¡ç\ClsGy_GroupEmpBill.cs" /> <Compile Include="DLL\å·¥èµç®¡ç\ClsPay_WorkTimesBill.cs" /> @@ -499,6 +501,8 @@ <Compile Include="Models\ClsSc_PackUnionBillSub.cs" /> <Compile Include="Models\ClsSc_ProcessReportMain.cs" /> <Compile Include="Models\ClsSc_ProcessReportSub.cs" /> <Compile Include="Models\ClsWW_PPBomBillMain.cs" /> <Compile Include="Models\ClsWW_PPBomBillSub.cs" /> <Compile Include="Models\GetWeekList.cs" /> <Compile Include="Models\jsonScanline.cs" /> <Compile Include="Models\ScanLineCode.cs" /> WebAPI/WebAPI.csproj.user
@@ -18,7 +18,7 @@ <IISExpressWindowsAuthentication /> <IISExpressUseClassicPipelineMode /> <UseGlobalApplicationHostFile /> <ProjectView>ProjectFiles</ProjectView> <ProjectView>ShowAllFiles</ProjectView> <Controller_SelectedScaffolderID>ApiControllerEmptyScaffolder</Controller_SelectedScaffolderID> <Controller_SelectedScaffolderCategoryPath>root/Common/Web API</Controller_SelectedScaffolderCategoryPath> </PropertyGroup>