You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
3.1 KiB
55 lines
3.1 KiB
2 months ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<configuration>
|
||
|
<configSections>
|
||
|
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
||
|
<section name="PaintingPC.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
||
|
</sectionGroup>
|
||
|
</configSections>
|
||
|
<startup>
|
||
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
|
||
|
</startup>
|
||
|
<connectionStrings>
|
||
|
<!--<add name="SqlConnString" connectionString="Persist Security Info=true;Initial Catalog=BBMPT;Data Source=10.60.101.9;User ID=sa;Password=a1+" />-->
|
||
|
<add name="SqlConnString" connectionString="Data Source=10.60.101.60;user id=sa;password=a1+;database=BBMPT1;max pool size = 50;"/>
|
||
|
<add name="SqlConnStringForeign" connectionString="Persist Security Info=true;Initial Catalog=PRODUCTION_DATA;Data Source=10.60.27.27\PAINTLINEDATA;User ID=SQLAdmin;Password=admin" />
|
||
|
</connectionStrings>
|
||
|
<appSettings>
|
||
|
<!--<add key="Position" value="下线一检 B侧 下支架" />-->
|
||
|
<add key="Position" value="下线质检" />
|
||
|
<add key="Station" value="F06" />
|
||
|
<!--<add key="FrmFirstCheckLeftSide" value="Side_1_BC01"/>
|
||
|
<add key="FrmFirstCheckRightSide" value="Side_1_BC02"/>-->
|
||
|
<add key="InspectTimes" value="2" />
|
||
|
<add key="IP" value="10.60.101.10" />
|
||
|
<add key="PictureFolder" value="pdf" />
|
||
|
<add key="User" value="Administrator" />
|
||
|
<add key="UserPwd" value="Messystem!@#1" />
|
||
|
<add key="RemotePictureFolder" value="\\10.60.101.10\PDF\" />
|
||
|
<add key="WMSWebServiceURL" value="http://10.60.101.10:8013/WMSWebService.asmx" />
|
||
|
<!--<add key="WMSWebServiceURL" value="http://localhost:20104/WMSWebService.asmx"/>-->
|
||
|
<add key="SkidNoStart" value="1" />
|
||
|
|
||
|
<add key="PrinterName" value="Microsoft XPS Document Writer"/>
|
||
|
<!--每次运行程序滑撬号起始值-->
|
||
|
<add key="ClientSettingsProvider.ServiceUri" value="" />
|
||
|
</appSettings>
|
||
|
<system.web>
|
||
|
<membership defaultProvider="ClientAuthenticationMembershipProvider">
|
||
|
<providers>
|
||
|
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" />
|
||
|
</providers>
|
||
|
</membership>
|
||
|
<roleManager defaultProvider="ClientRoleProvider" enabled="true">
|
||
|
<providers>
|
||
|
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400" />
|
||
|
</providers>
|
||
|
</roleManager>
|
||
|
</system.web>
|
||
|
<applicationSettings>
|
||
|
<PaintingPC.Properties.Settings>
|
||
|
<setting name="PaintingPC_WebReference_WMSWebService" serializeAs="String">
|
||
|
<value>http://111.160.83.98:8013/WMSWebService.asmx</value>
|
||
|
</setting>
|
||
|
</PaintingPC.Properties.Settings>
|
||
|
</applicationSettings>
|
||
|
</configuration>
|