release/0.4.2 #6
12
.gitignore
vendored
@ -1,6 +1,6 @@
|
|||||||
/.vs
|
bin
|
||||||
/bin
|
obj
|
||||||
/obj
|
packages
|
||||||
*.user
|
*~
|
||||||
*.pubxml.user
|
.github
|
||||||
*.csproj.user
|
.vs
|
||||||
40
README.md
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
# Roketto Launch
|
||||||
|
|
||||||
|
> Roketto Launch is an application launcher for Windows! Formerly known as Fizzy Launcher.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- Launch applications from your customised menus
|
||||||
|
- Toggle the launcher with a convenient hotkey
|
||||||
|
- No ads
|
||||||
|
|
||||||
|
## Screenshots
|
||||||
|
|
||||||
|
[](wiki/screenshot-1.png) [](wiki/screenshot-2.png) [](wiki/screenshot-3.png)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Releases & Builds
|
||||||
|
|
||||||
|
See [Releases](/Ray/roketto-launch/releases)
|
||||||
|
|
||||||
|
## Acknowledgements
|
||||||
|
|
||||||
|
This software uses a number of dependencies and assets from third-parties.
|
||||||
|
These developers and artists deserve due credit for their work and for their commitment to sharing their work freely.
|
||||||
|
Each product is released under their own particular license, for more information please visit their websites.
|
||||||
|
|
||||||
|
|
||||||
|
- [Feather - Simply Beautiful Open Source Icons](https://feathericons.com/)
|
||||||
|
- [Lucide](https://lucide.dev/icons/)
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
This software is due to be released under the GPLv3 license.
|
||||||
|
|
||||||
|
All software on this website is provided "as is" without warranty of any kind, either express or implied.
|
||||||
|
The use of this software, in particular, is done solely at your own risk; with agreement that the original author is not liable for any damage (subsequently incurred) of any kind.
|
||||||
3
RokettoLaunch.slnx
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<Solution>
|
||||||
|
<Project Path="source/RokettoLaunch.csproj" />
|
||||||
|
</Solution>
|
||||||
@ -2,9 +2,9 @@
|
|||||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||||
|
|
||||||
#define MyAppName "RokettoLaunch"
|
#define MyAppName "RokettoLaunch"
|
||||||
#define MyAppVersion "0.3.5.335"
|
#define MyAppVersion "0.4.2.208"
|
||||||
#define MyAppPublisher "Hi, I'm Ray"
|
#define MyAppPublisher "Hi, I'm Ray"
|
||||||
#define MyAppURL "https://www.hiimray.co.uk/software-fizzy-launcher"
|
#define MyAppURL "https://git.hiimray.co.uk/Ray/roketto-launch"
|
||||||
#define MyAppExeName "rokettolaunch.exe"
|
#define MyAppExeName "rokettolaunch.exe"
|
||||||
|
|
||||||
#define AppSourcePath "L:\gitea-hiimray\roketto-launch\bin"
|
#define AppSourcePath "L:\gitea-hiimray\roketto-launch\bin"
|
||||||
|
|||||||
18
build.bat
@ -1,17 +1,15 @@
|
|||||||
RMDIR /s /q "bin\"
|
rmdir /s /q "bin\"
|
||||||
RMDIR /s /q "obj\"
|
rmdir /s /q "source\bin\"
|
||||||
|
rmdir /s /q "source\obj\"
|
||||||
|
|
||||||
MKDIR bin
|
dotnet restore RokettoLaunch.slnx
|
||||||
|
dotnet publish RokettoLaunch.slnx -r win-x64 -c Release /p:PublishSingleFile=true /p:SelfContained=false /p:PublishReadyToRunfalse=true /p:PublishDir="..\bin\"
|
||||||
dotnet restore skye.sln
|
|
||||||
dotnet publish skye.sln -r win-x64 -c Release /p:PublishSingleFile=true /p:SelfContained=false /p:PublishReadyToRunfalse=true /p:PublishDir="bin\"
|
|
||||||
|
|
||||||
"C:\B\Portable Files (dev)\Inno Setup\v6.0.4-2\app\ISCC.exe" "build-installer.iss"
|
"C:\B\Portable Files (dev)\Inno Setup\v6.0.4-2\app\ISCC.exe" "build-installer.iss"
|
||||||
|
|
||||||
"C:\B\Portable Files\7-Zip (Portable)\25.01\App\7-Zip64\7z.exe" a -t7z "bin\rokettolaunch.7z" ".\bin\rokettolaunch.exe" -mx9
|
"C:\B\Portable Files\7-Zip (Portable)\26.02\App\7-Zip64\7z.exe" a -t7z "bin\rokettolaunch.7z" ".\bin\rokettolaunch.exe" -mx9
|
||||||
|
|
||||||
RMDIR /s /q "bin\debug"
|
rmdir /s /q "source\bin\"
|
||||||
RMDIR /s /q "bin\release"
|
rmdir /s /q "source\obj\"
|
||||||
RMDIR /s /q "obj\"
|
|
||||||
|
|
||||||
PAUSE
|
PAUSE
|
||||||
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
119
icon/icon.svg
Normal file
@ -0,0 +1,119 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="33.911339mm"
|
||||||
|
height="33.915413mm"
|
||||||
|
viewBox="0 0 33.911339 33.915413"
|
||||||
|
version="1.1"
|
||||||
|
id="svg837"
|
||||||
|
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
|
||||||
|
sodipodi:docname="icon2.svg"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview839"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:document-units="mm"
|
||||||
|
showgrid="false"
|
||||||
|
fit-margin-top="0"
|
||||||
|
fit-margin-left="0"
|
||||||
|
fit-margin-right="0"
|
||||||
|
fit-margin-bottom="0"
|
||||||
|
inkscape:zoom="4.192802"
|
||||||
|
inkscape:cx="144.05641"
|
||||||
|
inkscape:cy="176.61221"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1017"
|
||||||
|
inkscape:window-x="1912"
|
||||||
|
inkscape:window-y="845"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer1" />
|
||||||
|
<defs
|
||||||
|
id="defs834" />
|
||||||
|
<g
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(-48.727023,-104.41248)">
|
||||||
|
<g
|
||||||
|
id="g1653"
|
||||||
|
transform="matrix(0.07667272,0,0,0.08072037,19.998678,104.42188)"
|
||||||
|
inkscape:export-filename="L:\L\xData (95785206A)\2024\graphics\roketto-launch\icon-128.png"
|
||||||
|
inkscape:export-xdpi="96"
|
||||||
|
inkscape:export-ydpi="96">
|
||||||
|
<g
|
||||||
|
id="g1293">
|
||||||
|
<path
|
||||||
|
d="m 806.14512,9.883672 c -78.857,1.695702 -278.11799,33.916603 -354.43097,229.786678 26.28598,5.08801 90.72699,67.83402 100.90197,102.59802 194.174,-99.20602 249.2894,-256.071987 253.529,-332.384698 z"
|
||||||
|
id="path663"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
stroke-width="10"
|
||||||
|
stroke="#000000"
|
||||||
|
fill-rule="evenodd"
|
||||||
|
fill="#ffffff"
|
||||||
|
style="stroke:#545b6b;stroke-width:20;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<path
|
||||||
|
d="m 660.30211,271.04337 c 0,0 -3.39099,86.488 -3.39099,87.336 0,0.84799 -104.295,48.332 -110.22999,50.876 l 5.087,-67.83401 c 9.327,0.84799 92.42398,-52.57098 108.53398,-70.37799 z"
|
||||||
|
id="path664"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
stroke-width="10"
|
||||||
|
stroke="#000000"
|
||||||
|
fill-rule="evenodd"
|
||||||
|
fill="#ffffff"
|
||||||
|
style="stroke:#545b6b;stroke-width:20;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<path
|
||||||
|
d="m 519.21787,130.13745 c 0,0 -85.53095,3.82004 -86.37866,3.84088 -0.84775,0.0208 -45.7544,105.45127 -48.1518,111.44696 l 67.68851,-6.75244 c 9.09866,-33.04559 46.89285,-88.60014 66.84195,-108.5354 z"
|
||||||
|
id="path665"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
stroke-width="10"
|
||||||
|
stroke="#000000"
|
||||||
|
fill-rule="evenodd"
|
||||||
|
fill="#ffffff"
|
||||||
|
style="stroke:#545b6b;stroke-width:20;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
d="m 675.56542,113.28667 c 6.86088,4.73755 24.90051,19.62389 10.175,37.352 -12.71899,3.392 -30.52499,-35.656 -10.175,-37.352 z"
|
||||||
|
id="path670"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
stroke-width="12.5"
|
||||||
|
fill-rule="evenodd"
|
||||||
|
fill-opacity="0.75"
|
||||||
|
fill="#ffffff" />
|
||||||
|
<rect
|
||||||
|
x="643.34344"
|
||||||
|
y="93.690887"
|
||||||
|
width="61.187775"
|
||||||
|
height="61.187775"
|
||||||
|
rx="6.7986417"
|
||||||
|
ry="6.7986417"
|
||||||
|
id="rect866-17"
|
||||||
|
style="fill:none;stroke:#e43d5b;stroke-width:13.1872;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<rect
|
||||||
|
x="614.72675"
|
||||||
|
y="125.60563"
|
||||||
|
width="61.187775"
|
||||||
|
height="61.187775"
|
||||||
|
rx="6.7986417"
|
||||||
|
ry="6.7986417"
|
||||||
|
id="rect866-4-7"
|
||||||
|
style="fill:none;stroke:#f9a400;stroke-width:13.1872;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<rect
|
||||||
|
x="582.15564"
|
||||||
|
y="154.87866"
|
||||||
|
width="61.187775"
|
||||||
|
height="61.187775"
|
||||||
|
rx="6.7986417"
|
||||||
|
ry="6.7986417"
|
||||||
|
id="rect866-1-0"
|
||||||
|
style="fill:none;stroke:#6c65c4;stroke-width:13.1872;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 4.5 KiB |
BIN
icon/icon_128.png
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
BIN
icon/icon_16.png
Normal file
|
After Width: | Height: | Size: 834 B |
BIN
icon/icon_24.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
icon/icon_32.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
icon/icon_48.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
25
skye.sln
@ -1,25 +0,0 @@
|
|||||||
|
|
||||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
||||||
# Visual Studio Version 18
|
|
||||||
VisualStudioVersion = 18.5.11723.231
|
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RokettoLaunch", "RokettoLaunch.csproj", "{4833FB27-0817-4720-A54B-180369B0C374}"
|
|
||||||
EndProject
|
|
||||||
Global
|
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
||||||
Debug|Any CPU = Debug|Any CPU
|
|
||||||
Release|Any CPU = Release|Any CPU
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
||||||
{4833FB27-0817-4720-A54B-180369B0C374}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{4833FB27-0817-4720-A54B-180369B0C374}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{4833FB27-0817-4720-A54B-180369B0C374}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{4833FB27-0817-4720-A54B-180369B0C374}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
|
||||||
HideSolutionNode = FALSE
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
||||||
SolutionGuid = {CB4C1DB0-19FE-4AA0-9621-D66FAC4CF7C5}
|
|
||||||
EndGlobalSection
|
|
||||||
EndGlobal
|
|
||||||
@ -79,7 +79,7 @@ namespace RokettoLaunch {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to https://www.hiimray.co.uk/software-rokettolaunch.
|
/// Looks up a localized string similar to https://git.hiimray.co.uk/Ray/roketto-launch.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string AppHelpURL {
|
internal static string AppHelpURL {
|
||||||
get {
|
get {
|
||||||
@ -88,7 +88,7 @@ namespace RokettoLaunch {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to https://www.hiimray.co.uk/software-rokettolaunch.
|
/// Looks up a localized string similar to https://git.hiimray.co.uk/Ray/roketto-launch.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string AppProductURL {
|
internal static string AppProductURL {
|
||||||
get {
|
get {
|
||||||
@ -124,10 +124,10 @@
|
|||||||
<value>https://www.hiimray.co.uk</value>
|
<value>https://www.hiimray.co.uk</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AppHelpURL" xml:space="preserve">
|
<data name="AppHelpURL" xml:space="preserve">
|
||||||
<value>https://www.hiimray.co.uk/software-rokettolaunch</value>
|
<value>https://git.hiimray.co.uk/Ray/roketto-launch</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AppProductURL" xml:space="preserve">
|
<data name="AppProductURL" xml:space="preserve">
|
||||||
<value>https://www.hiimray.co.uk/software-rokettolaunch</value>
|
<value>https://git.hiimray.co.uk/Ray/roketto-launch</value>
|
||||||
</data>
|
</data>
|
||||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||||
<data name="folder_32" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="folder_32" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
44
MainForm.Designer.cs → source/MainForm.Designer.cs
generated
@ -138,7 +138,7 @@ namespace RokettoLaunch
|
|||||||
newToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
newToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||||
newToolStripMenuItem.Name = "newToolStripMenuItem";
|
newToolStripMenuItem.Name = "newToolStripMenuItem";
|
||||||
newToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N;
|
newToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N;
|
||||||
newToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
newToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||||
newToolStripMenuItem.Text = "&New";
|
newToolStripMenuItem.Text = "&New";
|
||||||
newToolStripMenuItem.Click += NewToolStripMenuItem_Click;
|
newToolStripMenuItem.Click += NewToolStripMenuItem_Click;
|
||||||
//
|
//
|
||||||
@ -147,52 +147,52 @@ namespace RokettoLaunch
|
|||||||
openToolStripMenuItem.Image = AppResource.folder_minus;
|
openToolStripMenuItem.Image = AppResource.folder_minus;
|
||||||
openToolStripMenuItem.Name = "openToolStripMenuItem";
|
openToolStripMenuItem.Name = "openToolStripMenuItem";
|
||||||
openToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O;
|
openToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O;
|
||||||
openToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
openToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||||
openToolStripMenuItem.Text = "&Open";
|
openToolStripMenuItem.Text = "&Open...";
|
||||||
openToolStripMenuItem.Click += OpenToolStripMenuItem_Click;
|
openToolStripMenuItem.Click += OpenToolStripMenuItem_Click;
|
||||||
//
|
//
|
||||||
// toolStripMenuItem13
|
// toolStripMenuItem13
|
||||||
//
|
//
|
||||||
toolStripMenuItem13.Name = "toolStripMenuItem13";
|
toolStripMenuItem13.Name = "toolStripMenuItem13";
|
||||||
toolStripMenuItem13.Size = new System.Drawing.Size(143, 6);
|
toolStripMenuItem13.Size = new System.Drawing.Size(177, 6);
|
||||||
//
|
//
|
||||||
// closeToolStripMenuItem
|
// closeToolStripMenuItem
|
||||||
//
|
//
|
||||||
closeToolStripMenuItem.Name = "closeToolStripMenuItem";
|
closeToolStripMenuItem.Name = "closeToolStripMenuItem";
|
||||||
closeToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
closeToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||||
closeToolStripMenuItem.Text = "&Close";
|
closeToolStripMenuItem.Text = "&Close";
|
||||||
closeToolStripMenuItem.Click += CloseToolStripMenuItem_Click;
|
closeToolStripMenuItem.Click += CloseToolStripMenuItem_Click;
|
||||||
//
|
//
|
||||||
// toolStripMenuItem14
|
// toolStripMenuItem14
|
||||||
//
|
//
|
||||||
toolStripMenuItem14.Name = "toolStripMenuItem14";
|
toolStripMenuItem14.Name = "toolStripMenuItem14";
|
||||||
toolStripMenuItem14.Size = new System.Drawing.Size(143, 6);
|
toolStripMenuItem14.Size = new System.Drawing.Size(177, 6);
|
||||||
//
|
//
|
||||||
// saveToolStripMenuItem
|
// saveToolStripMenuItem
|
||||||
//
|
//
|
||||||
saveToolStripMenuItem.Image = AppResource.save;
|
saveToolStripMenuItem.Image = AppResource.save;
|
||||||
saveToolStripMenuItem.Name = "saveToolStripMenuItem";
|
saveToolStripMenuItem.Name = "saveToolStripMenuItem";
|
||||||
saveToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S;
|
saveToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S;
|
||||||
saveToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
saveToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||||
saveToolStripMenuItem.Text = "&Save";
|
saveToolStripMenuItem.Text = "&Save";
|
||||||
saveToolStripMenuItem.Click += SaveToolStripMenuItem_Click;
|
saveToolStripMenuItem.Click += SaveToolStripMenuItem_Click;
|
||||||
//
|
//
|
||||||
// saveAsToolStripMenuItem
|
// saveAsToolStripMenuItem
|
||||||
//
|
//
|
||||||
saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
|
saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
|
||||||
saveAsToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
saveAsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||||
saveAsToolStripMenuItem.Text = "Save &As...";
|
saveAsToolStripMenuItem.Text = "Save &As...";
|
||||||
saveAsToolStripMenuItem.Click += SaveAsToolStripMenuItem_Click;
|
saveAsToolStripMenuItem.Click += SaveAsToolStripMenuItem_Click;
|
||||||
//
|
//
|
||||||
// toolStripMenuItem15
|
// toolStripMenuItem15
|
||||||
//
|
//
|
||||||
toolStripMenuItem15.Name = "toolStripMenuItem15";
|
toolStripMenuItem15.Name = "toolStripMenuItem15";
|
||||||
toolStripMenuItem15.Size = new System.Drawing.Size(143, 6);
|
toolStripMenuItem15.Size = new System.Drawing.Size(177, 6);
|
||||||
//
|
//
|
||||||
// exitToolStripMenuItem2
|
// exitToolStripMenuItem2
|
||||||
//
|
//
|
||||||
exitToolStripMenuItem2.Name = "exitToolStripMenuItem2";
|
exitToolStripMenuItem2.Name = "exitToolStripMenuItem2";
|
||||||
exitToolStripMenuItem2.Size = new System.Drawing.Size(146, 22);
|
exitToolStripMenuItem2.Size = new System.Drawing.Size(180, 22);
|
||||||
exitToolStripMenuItem2.Text = "E&xit";
|
exitToolStripMenuItem2.Text = "E&xit";
|
||||||
exitToolStripMenuItem2.Click += ExitToolStripMenuItem_Click;
|
exitToolStripMenuItem2.Click += ExitToolStripMenuItem_Click;
|
||||||
//
|
//
|
||||||
@ -207,7 +207,7 @@ namespace RokettoLaunch
|
|||||||
//
|
//
|
||||||
addGroupToolStripMenuItem.Image = AppResource.plus;
|
addGroupToolStripMenuItem.Image = AppResource.plus;
|
||||||
addGroupToolStripMenuItem.Name = "addGroupToolStripMenuItem";
|
addGroupToolStripMenuItem.Name = "addGroupToolStripMenuItem";
|
||||||
addGroupToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
|
addGroupToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||||
addGroupToolStripMenuItem.Text = "&Add Group";
|
addGroupToolStripMenuItem.Text = "&Add Group";
|
||||||
addGroupToolStripMenuItem.Click += AddGroupToolStripMenuItem_Click;
|
addGroupToolStripMenuItem.Click += AddGroupToolStripMenuItem_Click;
|
||||||
//
|
//
|
||||||
@ -221,14 +221,14 @@ namespace RokettoLaunch
|
|||||||
// showBigIconsToolStripMenuItem
|
// showBigIconsToolStripMenuItem
|
||||||
//
|
//
|
||||||
showBigIconsToolStripMenuItem.Name = "showBigIconsToolStripMenuItem";
|
showBigIconsToolStripMenuItem.Name = "showBigIconsToolStripMenuItem";
|
||||||
showBigIconsToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
|
showBigIconsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||||
showBigIconsToolStripMenuItem.Text = "Show &Big Icons";
|
showBigIconsToolStripMenuItem.Text = "Show &Big Icons";
|
||||||
showBigIconsToolStripMenuItem.Click += ShowBigIconsToolStripMenuItem_Click;
|
showBigIconsToolStripMenuItem.Click += ShowBigIconsToolStripMenuItem_Click;
|
||||||
//
|
//
|
||||||
// alwaysOnTopToolStripMenuItem
|
// alwaysOnTopToolStripMenuItem
|
||||||
//
|
//
|
||||||
alwaysOnTopToolStripMenuItem.Name = "alwaysOnTopToolStripMenuItem";
|
alwaysOnTopToolStripMenuItem.Name = "alwaysOnTopToolStripMenuItem";
|
||||||
alwaysOnTopToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
|
alwaysOnTopToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||||
alwaysOnTopToolStripMenuItem.Text = "Always On &Top";
|
alwaysOnTopToolStripMenuItem.Text = "Always On &Top";
|
||||||
alwaysOnTopToolStripMenuItem.Click += AlwaysOnTopToolStripMenuItem_Click;
|
alwaysOnTopToolStripMenuItem.Click += AlwaysOnTopToolStripMenuItem_Click;
|
||||||
//
|
//
|
||||||
@ -244,8 +244,8 @@ namespace RokettoLaunch
|
|||||||
optionsToolStripMenuItem.Image = AppResource.settings;
|
optionsToolStripMenuItem.Image = AppResource.settings;
|
||||||
optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
|
optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
|
||||||
optionsToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F12;
|
optionsToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F12;
|
||||||
optionsToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
|
optionsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||||
optionsToolStripMenuItem.Text = "&Options";
|
optionsToolStripMenuItem.Text = "&Options...";
|
||||||
optionsToolStripMenuItem.Click += OptionsToolStripMenuItem_Click;
|
optionsToolStripMenuItem.Click += OptionsToolStripMenuItem_Click;
|
||||||
//
|
//
|
||||||
// helpToolStripMenuItem1
|
// helpToolStripMenuItem1
|
||||||
@ -260,19 +260,19 @@ namespace RokettoLaunch
|
|||||||
viewHelpToolStripMenuItem1.Image = AppResource.help_circle;
|
viewHelpToolStripMenuItem1.Image = AppResource.help_circle;
|
||||||
viewHelpToolStripMenuItem1.Name = "viewHelpToolStripMenuItem1";
|
viewHelpToolStripMenuItem1.Name = "viewHelpToolStripMenuItem1";
|
||||||
viewHelpToolStripMenuItem1.ShortcutKeys = System.Windows.Forms.Keys.F1;
|
viewHelpToolStripMenuItem1.ShortcutKeys = System.Windows.Forms.Keys.F1;
|
||||||
viewHelpToolStripMenuItem1.Size = new System.Drawing.Size(146, 22);
|
viewHelpToolStripMenuItem1.Size = new System.Drawing.Size(180, 22);
|
||||||
viewHelpToolStripMenuItem1.Text = "&View Help";
|
viewHelpToolStripMenuItem1.Text = "&View Help";
|
||||||
viewHelpToolStripMenuItem1.Click += ViewHelpToolStripMenuItem_Click;
|
viewHelpToolStripMenuItem1.Click += ViewHelpToolStripMenuItem_Click;
|
||||||
//
|
//
|
||||||
// toolStripMenuItem16
|
// toolStripMenuItem16
|
||||||
//
|
//
|
||||||
toolStripMenuItem16.Name = "toolStripMenuItem16";
|
toolStripMenuItem16.Name = "toolStripMenuItem16";
|
||||||
toolStripMenuItem16.Size = new System.Drawing.Size(143, 6);
|
toolStripMenuItem16.Size = new System.Drawing.Size(177, 6);
|
||||||
//
|
//
|
||||||
// aboutToolStripMenuItem1
|
// aboutToolStripMenuItem1
|
||||||
//
|
//
|
||||||
aboutToolStripMenuItem1.Name = "aboutToolStripMenuItem1";
|
aboutToolStripMenuItem1.Name = "aboutToolStripMenuItem1";
|
||||||
aboutToolStripMenuItem1.Size = new System.Drawing.Size(146, 22);
|
aboutToolStripMenuItem1.Size = new System.Drawing.Size(180, 22);
|
||||||
aboutToolStripMenuItem1.Text = "&About";
|
aboutToolStripMenuItem1.Text = "&About";
|
||||||
aboutToolStripMenuItem1.Click += AboutToolStripMenuItem_Click;
|
aboutToolStripMenuItem1.Click += AboutToolStripMenuItem_Click;
|
||||||
//
|
//
|
||||||
@ -398,27 +398,27 @@ namespace RokettoLaunch
|
|||||||
// editToolStripMenuItem1
|
// editToolStripMenuItem1
|
||||||
//
|
//
|
||||||
editToolStripMenuItem1.Name = "editToolStripMenuItem1";
|
editToolStripMenuItem1.Name = "editToolStripMenuItem1";
|
||||||
editToolStripMenuItem1.Size = new System.Drawing.Size(180, 22);
|
editToolStripMenuItem1.Size = new System.Drawing.Size(126, 22);
|
||||||
editToolStripMenuItem1.Text = "&Edit";
|
editToolStripMenuItem1.Text = "&Edit";
|
||||||
editToolStripMenuItem1.Click += EditTileToolStripMenuItem_Click;
|
editToolStripMenuItem1.Click += EditTileToolStripMenuItem_Click;
|
||||||
//
|
//
|
||||||
// toolStripMenuItem6
|
// toolStripMenuItem6
|
||||||
//
|
//
|
||||||
toolStripMenuItem6.Name = "toolStripMenuItem6";
|
toolStripMenuItem6.Name = "toolStripMenuItem6";
|
||||||
toolStripMenuItem6.Size = new System.Drawing.Size(180, 22);
|
toolStripMenuItem6.Size = new System.Drawing.Size(126, 22);
|
||||||
toolStripMenuItem6.Text = "Copy To...";
|
toolStripMenuItem6.Text = "Copy To...";
|
||||||
toolStripMenuItem6.Click += CopyToTileToolStripMenuItem_Click;
|
toolStripMenuItem6.Click += CopyToTileToolStripMenuItem_Click;
|
||||||
//
|
//
|
||||||
// toolStripSeparator4
|
// toolStripSeparator4
|
||||||
//
|
//
|
||||||
toolStripSeparator4.Name = "toolStripSeparator4";
|
toolStripSeparator4.Name = "toolStripSeparator4";
|
||||||
toolStripSeparator4.Size = new System.Drawing.Size(177, 6);
|
toolStripSeparator4.Size = new System.Drawing.Size(123, 6);
|
||||||
//
|
//
|
||||||
// removeToolStripMenuItem1
|
// removeToolStripMenuItem1
|
||||||
//
|
//
|
||||||
removeToolStripMenuItem1.Image = AppResource.trash_2;
|
removeToolStripMenuItem1.Image = AppResource.trash_2;
|
||||||
removeToolStripMenuItem1.Name = "removeToolStripMenuItem1";
|
removeToolStripMenuItem1.Name = "removeToolStripMenuItem1";
|
||||||
removeToolStripMenuItem1.Size = new System.Drawing.Size(180, 22);
|
removeToolStripMenuItem1.Size = new System.Drawing.Size(126, 22);
|
||||||
removeToolStripMenuItem1.Text = "&Remove";
|
removeToolStripMenuItem1.Text = "&Remove";
|
||||||
removeToolStripMenuItem1.Click += RemoveTileToolStripMenuItem_Click;
|
removeToolStripMenuItem1.Click += RemoveTileToolStripMenuItem_Click;
|
||||||
//
|
//
|
||||||
|
Before Width: | Height: | Size: 365 B After Width: | Height: | Size: 365 B |
|
Before Width: | Height: | Size: 847 B After Width: | Height: | Size: 847 B |
|
Before Width: | Height: | Size: 203 B After Width: | Height: | Size: 203 B |
|
Before Width: | Height: | Size: 424 B After Width: | Height: | Size: 424 B |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 358 B After Width: | Height: | Size: 358 B |
|
Before Width: | Height: | Size: 601 B After Width: | Height: | Size: 601 B |
|
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 7.4 KiB |
BIN
source/Resources/icon-64.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
@ -14,7 +14,7 @@
|
|||||||
<Copyright>Ray Lam</Copyright>
|
<Copyright>Ray Lam</Copyright>
|
||||||
<AssemblyVersion>1.0.0.0</AssemblyVersion>
|
<AssemblyVersion>1.0.0.0</AssemblyVersion>
|
||||||
<FileVersion>1.0.0.0</FileVersion>
|
<FileVersion>1.0.0.0</FileVersion>
|
||||||
<Version>0.4.2.204</Version>
|
<Version>0.4.2.208</Version>
|
||||||
<EnableNETAnalyzers>False</EnableNETAnalyzers>
|
<EnableNETAnalyzers>False</EnableNETAnalyzers>
|
||||||
<PlatformTarget>x64</PlatformTarget>
|
<PlatformTarget>x64</PlatformTarget>
|
||||||
<PackageIcon>icon-128.png</PackageIcon>
|
<PackageIcon>icon-128.png</PackageIcon>
|
||||||
@ -82,8 +82,8 @@
|
|||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="RyzStudio" Version="10.1.1.261" />
|
<PackageReference Include="RyzStudio" Version="10.1.1.261" />
|
||||||
<PackageReference Include="RyzStudio.Windows.Forms" Version="10.3.0.41" />
|
<PackageReference Include="RyzStudio.Windows.Forms" Version="10.3.0.97" />
|
||||||
<PackageReference Include="RyzStudio.Windows.Forms.Themed" Version="10.3.0.41" />
|
<PackageReference Include="RyzStudio.Windows.Forms.Themed" Version="10.3.0.72" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Update="AppResource.Designer.cs">
|
<Compile Update="AppResource.Designer.cs">
|
||||||
30
source/RokettoLaunch.csproj.user
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup />
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Update="Forms\EditGroupForm.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Update="Forms\EditFolderForm.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Update="Forms\EditTileForm.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Update="MainForm.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Update="Forms\OptionsForm.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Update="Windows\Forms\TileForms\Tile.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Update="Windows\Forms\TileLayoutPanel.cs">
|
||||||
|
<SubType>Component</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Update="Windows\Forms\TilePanel.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
||||||
BIN
source/favicon.ico
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
wiki/screenshot-1-h240.png
Normal file
|
After Width: | Height: | Size: 9.5 KiB |
BIN
wiki/screenshot-1.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
wiki/screenshot-2-h240.png
Normal file
|
After Width: | Height: | Size: 38 KiB |
BIN
wiki/screenshot-2.png
Normal file
|
After Width: | Height: | Size: 99 KiB |
BIN
wiki/screenshot-3-h240.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
wiki/screenshot-3.png
Normal file
|
After Width: | Height: | Size: 24 KiB |