### 2021-03-08更新
------ #### VSoft V1.0.2103.0801 - *.[改进]改进公司条件下的皮肤,更美观。
This commit is contained in:
parent
17cafdc685
commit
f4763017c4
|
|
@ -3,6 +3,6 @@ hwnd=135982
|
||||||
width=733
|
width=733
|
||||||
height=570
|
height=570
|
||||||
[VSoft_Test]
|
[VSoft_Test]
|
||||||
hwnd=333278
|
hwnd=987400
|
||||||
width=733
|
width=733
|
||||||
height=570
|
height=570
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
|
|
@ -1,3 +1,3 @@
|
||||||
<root>
|
<root>
|
||||||
<list id="LastUpdateTime" Value="2021/3/7 20:23:02" />
|
<list id="LastUpdateTime" Value="2021/3/8 14:49:57" />
|
||||||
</root>
|
</root>
|
||||||
|
|
@ -1,4 +1,9 @@
|
||||||
### 2021-03-07更新
|
### 2021-03-08更新
|
||||||
|
------
|
||||||
|
#### VSoft V1.0.2103.0801
|
||||||
|
- *.[改进]改进公司条件下的皮肤,更美观。
|
||||||
|
|
||||||
|
### 2021-03-07更新
|
||||||
------
|
------
|
||||||
#### VSoft V1.0.2103.0701
|
#### VSoft V1.0.2103.0701
|
||||||
- *.[新增]当拖放的文件是快捷方式时,支持获取备注信息。
|
- *.[新增]当拖放的文件是快捷方式时,支持获取备注信息。
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
||||||
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
|
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
|
||||||
//通过使用 "*",如下所示:
|
//通过使用 "*",如下所示:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.0.2103.0601")]
|
[assembly: AssemblyVersion("1.0.2103.0801")]
|
||||||
[assembly: AssemblyFileVersion("1.0.2103.0601")]
|
[assembly: AssemblyFileVersion("1.0.2103.0801")]
|
||||||
1
Source/VSoft_Dll/FrmVSoft.Designer.cs
generated
1
Source/VSoft_Dll/FrmVSoft.Designer.cs
generated
|
|
@ -494,7 +494,6 @@
|
||||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||||
this.MinimumSize = new System.Drawing.Size(160, 60);
|
this.MinimumSize = new System.Drawing.Size(160, 60);
|
||||||
this.Name = "FrmVSoft";
|
this.Name = "FrmVSoft";
|
||||||
this.Opacity = 0.97D;
|
|
||||||
this.SideResizeWidth = 4;
|
this.SideResizeWidth = 4;
|
||||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||||
this.Text = "VSoft";
|
this.Text = "VSoft";
|
||||||
|
|
|
||||||
|
|
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
||||||
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
|
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
|
||||||
//通过使用 "*",如下所示:
|
//通过使用 "*",如下所示:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.0.2103.0701")]
|
[assembly: AssemblyVersion("1.0.2103.0801")]
|
||||||
[assembly: AssemblyFileVersion("1.0.2103.0701")]
|
[assembly: AssemblyFileVersion("1.0.2103.0801")]
|
||||||
|
|
@ -19,9 +19,9 @@ namespace VSoft.Skins
|
||||||
{
|
{
|
||||||
ThemeName = "Default";
|
ThemeName = "Default";
|
||||||
#if DY
|
#if DY
|
||||||
ryControls.Skin.SkinCommon.ButtonSkin.BackColor = Color.DarkGreen;
|
ryControls.Skin.SkinCommon.ButtonSkin.BackColor = Color.FromArgb(0, 150, 20);
|
||||||
CaptionBackColorTop = Color.DarkGreen;
|
CaptionBackColorTop = Color.FromArgb(70, 190, 107);
|
||||||
CaptionBackColorBottom = Color.SeaGreen;
|
CaptionBackColorBottom = Color.FromArgb(24, 190, 114);
|
||||||
#else
|
#else
|
||||||
ryControls.Skin.SkinCommon.ButtonSkin.BackColor = Color.Teal;
|
ryControls.Skin.SkinCommon.ButtonSkin.BackColor = Color.Teal;
|
||||||
CaptionBackColorTop = Color.LightSeaGreen;
|
CaptionBackColorTop = Color.LightSeaGreen;
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
<DebugType>full</DebugType>
|
<DebugType>full</DebugType>
|
||||||
<Optimize>false</Optimize>
|
<Optimize>false</Optimize>
|
||||||
<OutputPath>..\..\Bin\Debug\VSoft\</OutputPath>
|
<OutputPath>..\..\Bin\Debug\VSoft\</OutputPath>
|
||||||
<DefineConstants>TRACE;DEBUG;TEST</DefineConstants>
|
<DefineConstants>TRACE;DEBUG;DY</DefineConstants>
|
||||||
<ErrorReport>prompt</ErrorReport>
|
<ErrorReport>prompt</ErrorReport>
|
||||||
<WarningLevel>4</WarningLevel>
|
<WarningLevel>4</WarningLevel>
|
||||||
<PlatformTarget>x86</PlatformTarget>
|
<PlatformTarget>x86</PlatformTarget>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user