diff --git a/Bin/Debug/VSoft/UserDb/Win.dat b/Bin/Debug/VSoft/UserDb/Win.dat
index 3d48117..9d44407 100644
--- a/Bin/Debug/VSoft/UserDb/Win.dat
+++ b/Bin/Debug/VSoft/UserDb/Win.dat
@@ -3,6 +3,6 @@ hwnd=135982
width=733
height=570
[VSoft_Test]
-hwnd=333278
+hwnd=987400
width=733
height=570
diff --git a/Bin/Debug/VSoft/VSoft.dll b/Bin/Debug/VSoft/VSoft.dll
index 829ad88..53b7692 100644
Binary files a/Bin/Debug/VSoft/VSoft.dll and b/Bin/Debug/VSoft/VSoft.dll differ
diff --git a/Bin/Debug/VSoft/VSoftBox.exe b/Bin/Debug/VSoft/VSoftBox.exe
index 9e54bbb..ebc780c 100644
Binary files a/Bin/Debug/VSoft/VSoftBox.exe and b/Bin/Debug/VSoft/VSoftBox.exe differ
diff --git a/Bin/Debug/VSoft/cUpdate.dat b/Bin/Debug/VSoft/cUpdate.dat
index 55dbe29..4d86c8c 100644
--- a/Bin/Debug/VSoft/cUpdate.dat
+++ b/Bin/Debug/VSoft/cUpdate.dat
@@ -1,3 +1,3 @@
-
+
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d474704..6841725 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,9 @@
-### 2021-03-07更新
+### 2021-03-08更新
+------
+#### VSoft V1.0.2103.0801
+- *.[改进]改进公司条件下的皮肤,更美观。
+
+### 2021-03-07更新
------
#### VSoft V1.0.2103.0701
- *.[新增]当拖放的文件是快捷方式时,支持获取备注信息。
diff --git a/Source/.vs/VSoft/v16/.suo b/Source/.vs/VSoft/v16/.suo
index aa8846f..75bea18 100644
Binary files a/Source/.vs/VSoft/v16/.suo and b/Source/.vs/VSoft/v16/.suo differ
diff --git a/Source/VSoftBox/Properties/AssemblyInfo.cs b/Source/VSoftBox/Properties/AssemblyInfo.cs
index 21b4ab3..9d745d9 100644
--- a/Source/VSoftBox/Properties/AssemblyInfo.cs
+++ b/Source/VSoftBox/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.2103.0601")]
-[assembly: AssemblyFileVersion("1.0.2103.0601")]
\ No newline at end of file
+[assembly: AssemblyVersion("1.0.2103.0801")]
+[assembly: AssemblyFileVersion("1.0.2103.0801")]
\ No newline at end of file
diff --git a/Source/VSoft_Dll/FrmVSoft.Designer.cs b/Source/VSoft_Dll/FrmVSoft.Designer.cs
index 97a640b..d79b031 100644
--- a/Source/VSoft_Dll/FrmVSoft.Designer.cs
+++ b/Source/VSoft_Dll/FrmVSoft.Designer.cs
@@ -494,7 +494,6 @@
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MinimumSize = new System.Drawing.Size(160, 60);
this.Name = "FrmVSoft";
- this.Opacity = 0.97D;
this.SideResizeWidth = 4;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "VSoft";
diff --git a/Source/VSoft_Dll/Properties/AssemblyInfo.cs b/Source/VSoft_Dll/Properties/AssemblyInfo.cs
index 8c5169e..dc4f6b6 100644
--- a/Source/VSoft_Dll/Properties/AssemblyInfo.cs
+++ b/Source/VSoft_Dll/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.2103.0701")]
-[assembly: AssemblyFileVersion("1.0.2103.0701")]
\ No newline at end of file
+[assembly: AssemblyVersion("1.0.2103.0801")]
+[assembly: AssemblyFileVersion("1.0.2103.0801")]
\ No newline at end of file
diff --git a/Source/VSoft_Dll/Skins/ThemeForm.cs b/Source/VSoft_Dll/Skins/ThemeForm.cs
index 0c99dec..fcc58dc 100644
--- a/Source/VSoft_Dll/Skins/ThemeForm.cs
+++ b/Source/VSoft_Dll/Skins/ThemeForm.cs
@@ -19,9 +19,9 @@ namespace VSoft.Skins
{
ThemeName = "Default";
#if DY
- ryControls.Skin.SkinCommon.ButtonSkin.BackColor = Color.DarkGreen;
- CaptionBackColorTop = Color.DarkGreen;
- CaptionBackColorBottom = Color.SeaGreen;
+ ryControls.Skin.SkinCommon.ButtonSkin.BackColor = Color.FromArgb(0, 150, 20);
+ CaptionBackColorTop = Color.FromArgb(70, 190, 107);
+ CaptionBackColorBottom = Color.FromArgb(24, 190, 114);
#else
ryControls.Skin.SkinCommon.ButtonSkin.BackColor = Color.Teal;
CaptionBackColorTop = Color.LightSeaGreen;
diff --git a/Source/VSoft_Dll/VSoft.csproj b/Source/VSoft_Dll/VSoft.csproj
index 8803fe7..7338a27 100644
--- a/Source/VSoft_Dll/VSoft.csproj
+++ b/Source/VSoft_Dll/VSoft.csproj
@@ -18,7 +18,7 @@
full
false
..\..\Bin\Debug\VSoft\
- TRACE;DEBUG;TEST
+ TRACE;DEBUG;DY
prompt
4
x86