Skip to content

Commit 0e6dff4

Browse files
authored
Upload 20240606
1 parent dc734ac commit 0e6dff4

File tree

97 files changed

+34280
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+34280
-0
lines changed

Src/PackOut.bat

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
@echo off
2+
echo 任意键打包 实用工具集合小工具(UsefulControl)...
3+
pause > nul
4+
if exist %~dp0UsefulControl-Bin rd /s /q %~dp0UsefulControl-Bin
5+
md %~dp0UsefulControl-Bin
6+
copy %~dp0UsefulControl\bin\Release\UsefulControl.exe %~dp0UsefulControl-Bin\UsefulControl.exe
7+
copy %~dp0UsefulControl\bin\x64\Release\UsefulControl.exe %~dp0UsefulControl-Bin\UsefulControl64.exe
8+
9+
copy %~dp0UsefulControl\files\1-安装.bat %~dp0UsefulControl-Bin\1-安装.bat
10+
copy %~dp0UsefulControl\files\2-卸载.bat %~dp0UsefulControl-Bin\2-卸载.bat
11+
copy %~dp0UsefulControl\files\3-自动启动管理.bat %~dp0UsefulControl-Bin\3-自动启动管理.bat
12+
copy %~dp0UsefulControl\files\4-添加Userinit级自动启动该程序.bat %~dp0UsefulControl-Bin\4-添加Userinit级自动启动该程序.bat
13+
copy %~dp0UsefulControl\files\5-删除Userinit级自动启动该程序.bat %~dp0UsefulControl-Bin\5-删除Userinit级自动启动该程序.bat
14+
copy %~dp0UsefulControl\files\UsefulControlAdmxs.exe %~dp0UsefulControl-Bin\UsefulControlAdmxs.exe
15+
16+
echo.
17+
echo 完成!
18+
echo 任意键退出...
19+
pause > nul

Src/UsefulControl.sln

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 11.00
3+
# Visual Studio 2010
4+
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "UsefulControl", "UsefulControl\UsefulControl.vbproj", "{F5B7BEEB-255F-4D20-A039-A4012DB99ECF}"
5+
EndProject
6+
Global
7+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8+
Debug|x64 = Debug|x64
9+
Debug|x86 = Debug|x86
10+
Release|x64 = Release|x64
11+
Release|x86 = Release|x86
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{F5B7BEEB-255F-4D20-A039-A4012DB99ECF}.Debug|x64.ActiveCfg = Debug|x64
15+
{F5B7BEEB-255F-4D20-A039-A4012DB99ECF}.Debug|x64.Build.0 = Debug|x64
16+
{F5B7BEEB-255F-4D20-A039-A4012DB99ECF}.Debug|x86.ActiveCfg = Debug|x86
17+
{F5B7BEEB-255F-4D20-A039-A4012DB99ECF}.Debug|x86.Build.0 = Debug|x86
18+
{F5B7BEEB-255F-4D20-A039-A4012DB99ECF}.Release|x64.ActiveCfg = Release|x64
19+
{F5B7BEEB-255F-4D20-A039-A4012DB99ECF}.Release|x64.Build.0 = Release|x64
20+
{F5B7BEEB-255F-4D20-A039-A4012DB99ECF}.Release|x86.ActiveCfg = Release|x86
21+
{F5B7BEEB-255F-4D20-A039-A4012DB99ECF}.Release|x86.Build.0 = Release|x86
22+
EndGlobalSection
23+
GlobalSection(SolutionProperties) = preSolution
24+
HideSolutionNode = FALSE
25+
EndGlobalSection
26+
EndGlobal

Src/UsefulControl.suo

98 KB
Binary file not shown.

Src/UsefulControl/App.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client" />
5+
</startup>
6+
</configuration>

Src/UsefulControl/BlackForm.Designer.vb

Lines changed: 49 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)