1 Star 0 Fork 87

en / ComponentOne_Winform

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.config 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
Grapecityandyli 提交于 2017-03-22 17:06 . update by andy on 2017.03.22
<?xml version="1.0"?>
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="ControlExplorer.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
</sectionGroup>
</configSections>
<appSettings>
<add key="C1ApplicationTheme" value="(none)"/>
</appSettings>
<connectionStrings>
<add name="ControlExplorer.Properties.Settings.C1DemoConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\C1Demo.mdb;Persist Security Info=True" providerName="System.Data.OleDb"/>
</connectionStrings>
<userSettings>
<ControlExplorer.Properties.Settings>
<setting name="QatBelowRibbon" serializeAs="String">
<value>False</value>
</setting>
</ControlExplorer.Properties.Settings>
</userSettings>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
C#
1
https://gitee.com/lypvc/ComponentOne_Winform.git
git@gitee.com:lypvc/ComponentOne_Winform.git
lypvc
ComponentOne_Winform
ComponentOne_Winform
master

搜索帮助