### 2021-03-08更新

------
#### VSoft    V1.0.2103.0801
- *.[改进]改进公司条件下的皮肤,更美观。
This commit is contained in:
鑫Intel 2021-03-08 14:56:45 +08:00
parent 17cafdc685
commit f4763017c4
11 changed files with 16 additions and 12 deletions

View File

@ -3,6 +3,6 @@ hwnd=135982
width=733
height=570
[VSoft_Test]
hwnd=333278
hwnd=987400
width=733
height=570

Binary file not shown.

Binary file not shown.

View File

@ -1,3 +1,3 @@
<root>
<list id="LastUpdateTime" Value="2021/3/7 20:23:02" />
<list id="LastUpdateTime" Value="2021/3/8 14:49:57" />
</root>

View File

@ -1,4 +1,9 @@
### 2021-03-07更新
### 2021-03-08更新
------
#### VSoft V1.0.2103.0801
- *.[改进]改进公司条件下的皮肤,更美观。
### 2021-03-07更新
------
#### VSoft V1.0.2103.0701
- *.[新增]当拖放的文件是快捷方式时,支持获取备注信息。

Binary file not shown.

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.2103.0601")]
[assembly: AssemblyFileVersion("1.0.2103.0601")]
[assembly: AssemblyVersion("1.0.2103.0801")]
[assembly: AssemblyFileVersion("1.0.2103.0801")]

View File

@ -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";

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.2103.0701")]
[assembly: AssemblyFileVersion("1.0.2103.0701")]
[assembly: AssemblyVersion("1.0.2103.0801")]
[assembly: AssemblyFileVersion("1.0.2103.0801")]

View File

@ -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;

View File

@ -18,7 +18,7 @@
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\Bin\Debug\VSoft\</OutputPath>
<DefineConstants>TRACE;DEBUG;TEST</DefineConstants>
<DefineConstants>TRACE;DEBUG;DY</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>