| | |
| | | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="Current"> |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="Current"> |
| | | <PropertyGroup> |
| | | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| | | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| | |
| | | <WarningLevel>4</WarningLevel> |
| | | </PropertyGroup> |
| | | <ItemGroup> |
| | | <Reference Include="AxInterop.gregn6Lib, Version=6.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| | | <SpecificVersion>False</SpecificVersion> |
| | | <HintPath>..\SCM\bin\x86\Debug\AxInterop.gregn6Lib.dll</HintPath> |
| | | </Reference> |
| | | <Reference Include="BLL, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86"> |
| | | <SpecificVersion>False</SpecificVersion> |
| | | <HintPath>..\DLL\BLL.dll</HintPath> |
| | |
| | | <Reference Include="DBUtility, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86"> |
| | | <SpecificVersion>False</SpecificVersion> |
| | | <HintPath>..\DLL\DBUtility.dll</HintPath> |
| | | </Reference> |
| | | <Reference Include="Interop.gregn6Lib, Version=6.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| | | <SpecificVersion>False</SpecificVersion> |
| | | <HintPath>..\SCM\bin\x86\Debug\Interop.gregn6Lib.dll</HintPath> |
| | | </Reference> |
| | | <Reference Include="Pub_Class, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86"> |
| | | <SpecificVersion>False</SpecificVersion> |
| | |
| | | </Compile> |
| | | <Compile Include="Program.cs" /> |
| | | <Compile Include="Properties\AssemblyInfo.cs" /> |
| | | <EmbeddedResource Include="Form1.resx"> |
| | | <DependentUpon>Form1.cs</DependentUpon> |
| | | </EmbeddedResource> |
| | | <EmbeddedResource Include="Properties\Resources.resx"> |
| | | <Generator>ResXFileCodeGenerator</Generator> |
| | | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
| | |
| | | <Name>SCM</Name> |
| | | </ProjectReference> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <COMReference Include="Axgregn6Lib"> |
| | | <Guid>{4018F953-1BFE-441E-8A04-DC8BA1FF060E}</Guid> |
| | | <VersionMajor>6</VersionMajor> |
| | | <VersionMinor>0</VersionMinor> |
| | | <Lcid>0</Lcid> |
| | | <WrapperTool>aximp</WrapperTool> |
| | | <Isolated>False</Isolated> |
| | | </COMReference> |
| | | <COMReference Include="gregn6Lib"> |
| | | <Guid>{4018F953-1BFE-441E-8A04-DC8BA1FF060E}</Guid> |
| | | <VersionMajor>6</VersionMajor> |
| | | <VersionMinor>0</VersionMinor> |
| | | <Lcid>0</Lcid> |
| | | <WrapperTool>tlbimp</WrapperTool> |
| | | <Isolated>False</Isolated> |
| | | <EmbedInteropTypes>True</EmbedInteropTypes> |
| | | </COMReference> |
| | | <COMReference Include="stdole"> |
| | | <Guid>{00020430-0000-0000-C000-000000000046}</Guid> |
| | | <VersionMajor>2</VersionMajor> |
| | | <VersionMinor>0</VersionMinor> |
| | | <Lcid>0</Lcid> |
| | | <WrapperTool>primary</WrapperTool> |
| | | <Isolated>False</Isolated> |
| | | <EmbedInteropTypes>True</EmbedInteropTypes> |
| | | </COMReference> |
| | | </ItemGroup> |
| | | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
| | | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
| | | Other similar extension points exist, see Microsoft.Common.targets. |
| | |
| | | /// </summary> |
| | | private void InitializeComponent() |
| | | { |
| | | this.components = new System.ComponentModel.Container(); |
| | | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); |
| | | this.printDialog1 = new System.Windows.Forms.PrintDialog(); |
| | | this.axGRDisplayViewer1 = new Axgregn6Lib.AxGRDisplayViewer(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.axGRDisplayViewer1)).BeginInit(); |
| | | this.SuspendLayout(); |
| | | // |
| | | // printDialog1 |
| | | // |
| | | this.printDialog1.UseEXDialog = true; |
| | | // |
| | | // axGRDisplayViewer1 |
| | | // |
| | | this.axGRDisplayViewer1.Enabled = true; |
| | | this.axGRDisplayViewer1.Location = new System.Drawing.Point(70, 57); |
| | | this.axGRDisplayViewer1.Name = "axGRDisplayViewer1"; |
| | | this.axGRDisplayViewer1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axGRDisplayViewer1.OcxState"))); |
| | | this.axGRDisplayViewer1.Size = new System.Drawing.Size(124, 151); |
| | | this.axGRDisplayViewer1.TabIndex = 0; |
| | | // |
| | | // Form1 |
| | | // |
| | | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
| | | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
| | | this.ClientSize = new System.Drawing.Size(284, 261); |
| | | this.Controls.Add(this.axGRDisplayViewer1); |
| | | this.Name = "Form1"; |
| | | this.Text = "Form1"; |
| | | ((System.ComponentModel.ISupportInitialize)(this.axGRDisplayViewer1)).EndInit(); |
| | | this.ResumeLayout(false); |
| | | |
| | | } |
| | | |
| | | #endregion |
| | | |
| | | private System.Windows.Forms.PrintDialog printDialog1; |
| | | private Axgregn6Lib.AxGRDisplayViewer axGRDisplayViewer1; |
| | | } |
| | | } |
| | | |
| | |
| | | <resheader name="writer"> |
| | | <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
| | | </resheader> |
| | | <metadata name="printDialog1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
| | | <value>17, 17</value> |
| | | </metadata> |
| | | <data name="axGRDisplayViewer1.OcxState" mimetype="application/x-microsoft.net.object.binary.base64"> |
| | | <value> |
| | | AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w |
| | | LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACFTeXN0 |
| | | ZW0uV2luZG93cy5Gb3Jtcy5BeEhvc3QrU3RhdGUBAAAABERhdGEHAgIAAAAJAwAAAA8DAAAAiQAAAAIB |
| | | AAAAAQAAAAAAAAAAAAAAAHQAAAAACQAAAwABAAAACwABAAsAAQACAAAAAgAAAAIAAAACAAAAAgAAAAsA |
| | | AAALAAAACwAAAAsAAQALAAAACwAAAAsAAAALAAEACwABAAsAAQATAAUAAIATAA0AAIATAA4AAIALAAAA |
| | | CwABAAsAAQALAAEAAAAAAAs= |
| | | </value> |
| | | </data> |
| | | </root> |
| | |
| | | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="Current"> |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="Current"> |
| | | <PropertyGroup> |
| | | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| | | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| | |
| | | <Reference Include="Pub_Control, Version=1.0.6933.41359, Culture=neutral, processorArchitecture=x86"> |
| | | <SpecificVersion>False</SpecificVersion> |
| | | <HintPath>..\DLL\Pub_Control.dll</HintPath> |
| | | </Reference> |
| | | <Reference Include="SQLHelper, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86"> |
| | | <SpecificVersion>False</SpecificVersion> |
| | | <HintPath>..\DLL\SQLHelper.dll</HintPath> |
| | | </Reference> |
| | | <Reference Include="System"> |
| | | <HintPath>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.dll</HintPath> |
| | |
| | | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="Current"> |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="Current"> |
| | | <PropertyGroup> |
| | | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| | | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| | |
| | | <SpecificVersion>False</SpecificVersion> |
| | | <HintPath>..\DLL\DBUtility.dll</HintPath> |
| | | </Reference> |
| | | <Reference Include="Interop.Excel, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| | | <SpecificVersion>False</SpecificVersion> |
| | | <HintPath>..\..\..\..\çå¨å½é
\ç卿ºä»£ç 20180829\ç卿ºä»£ç \NETERP\bin\x86\Debug\Interop.Excel.dll</HintPath> |
| | | <Reference Include="Interop.Excel"> |
| | | <HintPath>..\DLL\Interop.Excel.dll</HintPath> |
| | | <EmbedInteropTypes>True</EmbedInteropTypes> |
| | | </Reference> |
| | | <Reference Include="NPOI, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL"> |
| | | <SpecificVersion>False</SpecificVersion> |
| | | <HintPath>..\..\..\..\APS\MESæºä»£ç \NETERP\bin\x86\Debug\NPOI.dll</HintPath> |
| | | <Reference Include="NPOI"> |
| | | <HintPath>..\DLL\NPOI.dll</HintPath> |
| | | </Reference> |
| | | <Reference Include="NPOI.OOXML, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL"> |
| | | <SpecificVersion>False</SpecificVersion> |
| | | <HintPath>..\..\..\..\APS\MESæºä»£ç \NETERP\bin\x86\Debug\NPOI.OOXML.dll</HintPath> |
| | | <Reference Include="NPOI.OOXML"> |
| | | <HintPath>..\DLL\NPOI.OOXML.dll</HintPath> |
| | | </Reference> |
| | | <Reference Include="NPOI.OpenXml4Net, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL"> |
| | | <SpecificVersion>False</SpecificVersion> |
| | | <HintPath>..\..\..\..\APS\MESæºä»£ç \NETERP\bin\x86\Debug\NPOI.OpenXml4Net.dll</HintPath> |
| | | <Reference Include="NPOI.OpenXml4Net"> |
| | | <HintPath>..\DLL\NPOI.OpenXml4Net.dll</HintPath> |
| | | </Reference> |
| | | <Reference Include="NPOI.OpenXmlFormats, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL"> |
| | | <SpecificVersion>False</SpecificVersion> |
| | | <HintPath>..\..\..\..\APS\MESæºä»£ç \NETERP\bin\x86\Debug\NPOI.OpenXmlFormats.dll</HintPath> |
| | | <Reference Include="NPOI.OpenXmlFormats"> |
| | | <HintPath>..\DLL\NPOI.OpenXmlFormats.dll</HintPath> |
| | | </Reference> |
| | | <Reference Include="Pub_Class, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86"> |
| | | <SpecificVersion>False</SpecificVersion> |
| | |
| | | <Reference Include="System.Web.Services" /> |
| | | <Reference Include="System.Windows.Forms" /> |
| | | <Reference Include="System.Xml" /> |
| | | <Reference Include="Microsoft.CSharp" /> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <Compile Include="Class1.cs" /> |
| | |
| | | //public static string WEBSURL = "http://122.227.138.236/WEBS-WMS/WebService1.asmx"; //å£é¾ |
| | | //public static string WEBSURL = "http://220.189.218.154:8091/WEBS-WMS/WebService1.asmx"; //åç»´å° å¤ç½ |
| | | //public static string WEBSURL = "http://122.227.199.62:5050/LMESWEBS/WebService1.asmx"; //é©çµ å¤ç½JIT |
| | | public static string WEBSURL = "http://122.227.199.62:5050/WMSWEBS/WebService1.asmx"; //é©çµ å¤ç½ |
| | | //public static string WEBSURL = "http://122.227.199.62:5050/WMSWEBS/WebService1.asmx"; //é©çµ å¤ç½ |
| | | public static string WEBSURL = "http://192.168.10.61/WEB-WMS/WebService1.asmx"; //é©çµ å
ç½æµè¯ |
| | | //public static string WEBSURL = "http://192.168.10.60/WMSWEBS/WebService1.asmx"; //é©çµ å
ç½å®æ³¢ï¼è½¦é´ï¼ |
| | | //public static string WEBSURL = "http://60.190.50.86:5050/WEBS_CE/WebService1.asmx"; //é£é¾ |
| | | //public static string WEBSURL = "http://192.192.192.13/WMSWEBS/WebService1.asmx"; //åå |
| | |
| | | ",HPressModel,HCusModel,HMaterialModel,HColor,HBarCodeDate " + |
| | | ",HLogo,HPackageSize,HMaterialJQty,HMaterialMQty,HCustomBatchNo " + |
| | | ",HSTOCKORGID,HOWNERID,HBeginDate,HSeOrderBillNo,HGBBarCode " + |
| | | ",POOrderBillNo,HInterID " + |
| | | ",POOrderBillNo,HInterID,HInitSourceEntryID " + |
| | | ",HMaterName,HMaterModel,HPinfan,HAuxPropID,HMTONo " + |
| | | ") values (" |
| | | + "'" + HBarCode + "','" + HBarCodeType + "'," + HMaterID.ToString() + "," + HUnitID.ToString() + "," + HQty2.ToString() |
| | |
| | | + ",'" + HPressModel + "','" + HCusModel + "','" + HMaterialModel + "','" + HColor + "','" + sDate + "'" |
| | | + ",'" + HLogo + "','" + HPackageSize + "'," + HMaterialJQty.ToString() + "," + HMaterialMQty.ToString() + ",'" + HCustomBatchNo + "'" |
| | | + ", " + HOrgID.ToString() + "," + HOrgID.ToString() + ",'" + HBeginDate.ToShortDateString() + "','" + HSeOrderBillNo + "','" + HGBBarCode + "'" |
| | | + ",'" + POOrderBillNo + "'," + HInterID.ToString() |
| | | + ",'" + POOrderBillNo + "'," + HInterID.ToString() + "," + HSourceEntryID.ToString() |
| | | + ",'" + HMaterName + "','" + HMaterModel + "','" + HPinfan + "'," + HAuxPropID.ToString() + ",'" + HMTONo + "')"; |
| | | //oCn.RunProc("exec setLSH '" + ClsPub.GetServerDate(0) + "'"); |
| | | mm = mm + 1; |