Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
GlobalSettings.settings 967 Bytes
Copy Edit Raw Blame History
BetaYuan authored 2016-03-12 22:36 . Add files to repo.
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="AudioLoopBack" GeneratedClassName="GlobalSettings">
<Profiles />
<Settings>
<Setting Name="Background_Color_Spect_C" Type="System.Drawing.Color" Scope="User">
<Value Profile="(Default)">DarkOrange</Value>
</Setting>
<Setting Name="Background_Color_Wave_C" Type="System.Drawing.Color" Scope="User">
<Value Profile="(Default)">Turquoise</Value>
</Setting>
<Setting Name="ShowCursor" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="Cursor_L" Type="System.Single" Scope="User">
<Value Profile="(Default)">0.1</Value>
</Setting>
<Setting Name="Cursor_R" Type="System.Single" Scope="User">
<Value Profile="(Default)">0.9</Value>
</Setting>
</Settings>
</SettingsFile>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化