Skip to content

Commit

Permalink
v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CatmanFan committed Jul 7, 2024
1 parent 5dc3cb8 commit 0d5398c
Show file tree
Hide file tree
Showing 13 changed files with 2,112 additions and 2,121 deletions.
12 changes: 3 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,14 @@ images/
legacy/
/legacy/
/packages

/FriishProduce/langs/_source.json
/FriishProduce/langs/crowdin
/FriishProduce/Data
/FriishProduce/Database_Test.xml
/FriishProduce/Strings/Original
/FriishProduce/_classes/LanguageRESX.cs
/FriishProduce/LanguageEditor.cs
/FriishProduce/LanguageEditor.Designer.cs
/FriishProduce/LanguageEditor.resx
/FriishProduce/Emanuals
/VCManualCreator
/FriishProduce/Strings/de.json
/FriishProduce/de.json
/FriishProduce/Resources/banners/tpl/rpgm_icon.pdn
/FriishProduce_v2.0
/FriishProduce/Resources/bg_0.png
/FriishProduce/Resources/bg_1.pdn
/FriishProduce/Resources/bg.png
/FriishProduce/Resources/logo.pdn
5 changes: 3 additions & 2 deletions FriishProduce/FriishProduce.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>icon.ico</ApplicationIcon>
<ApplicationIcon>logo.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<StartupObject>FriishProduce.Program</StartupObject>
Expand Down Expand Up @@ -495,7 +495,8 @@
</ItemGroup>
<ItemGroup>
<Content Include="icon.ico" />
<None Include="Resources\bg1.png" />
<Content Include="logo.ico" />
<None Include="Resources\logo.png" />
<None Include="Resources\bg.png" />
<None Include="Resources\apps\lzh8_cmp_nonstrict.exe" />
<None Include="Resources\apps\lzh8_cmp.exe" />
Expand Down
2 changes: 1 addition & 1 deletion FriishProduce/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions FriishProduce/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,6 @@ public MainForm()
InitializeComponent();
Program.Handle = Handle;



mainPanel.BackgroundImage = new Random().Next(0, 4) >= 2 ? Properties.Resources.bg1 : Properties.Resources.bg;
if (mainPanel.BackgroundImage != null) tabControl.BackLowColor = tabControl.BackHighColor = tabControl.BackColor = Color.Transparent;
tabControl.BackgroundImage = mainPanel.BackgroundImage;
tabControl.BackgroundImageLayout = mainPanel.BackgroundImageLayout;
Expand Down
4,143 changes: 2,072 additions & 2,071 deletions FriishProduce/MainForm.resx

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions FriishProduce/ProjectForm.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@
<value>1</value>
</data>
<data name="players.Location" type="System.Drawing.Point, System.Drawing">
<value>373, 68</value>
<value>365, 68</value>
</data>
<data name="players.Size" type="System.Drawing.Size, System.Drawing">
<value>64, 20</value>
Expand All @@ -1087,7 +1087,7 @@
<value>0</value>
</data>
<data name="released.Location" type="System.Drawing.Point, System.Drawing">
<value>194, 68</value>
<value>186, 68</value>
</data>
<data name="released.Size" type="System.Drawing.Size, System.Drawing">
<value>64, 20</value>
Expand All @@ -1108,7 +1108,7 @@
<value>1</value>
</data>
<data name="banner_title.Location" type="System.Drawing.Point, System.Drawing">
<value>194, 17</value>
<value>186, 17</value>
</data>
<data name="banner_title.MaxLength" type="System.Int32, mscorlib">
<value>130</value>
Expand Down Expand Up @@ -1174,7 +1174,7 @@
<value>NoControl</value>
</data>
<data name="label10.Location" type="System.Drawing.Point, System.Drawing">
<value>263, 70</value>
<value>255, 70</value>
</data>
<data name="label10.Size" type="System.Drawing.Size, System.Drawing">
<value>105, 18</value>
Expand Down Expand Up @@ -1204,7 +1204,7 @@
<value>NoControl</value>
</data>
<data name="label9.Location" type="System.Drawing.Point, System.Drawing">
<value>63, 70</value>
<value>55, 70</value>
</data>
<data name="label9.Size" type="System.Drawing.Size, System.Drawing">
<value>125, 19</value>
Expand All @@ -1216,7 +1216,7 @@
<value>year</value>
</data>
<data name="label9.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>TopCenter</value>
<value>TopRight</value>
</data>
<data name="&gt;&gt;label9.Name" xml:space="preserve">
<value>label9</value>
Expand All @@ -1234,7 +1234,7 @@
<value>NoControl</value>
</data>
<data name="label8.Location" type="System.Drawing.Point, System.Drawing">
<value>63, 20</value>
<value>55, 20</value>
</data>
<data name="label8.Size" type="System.Drawing.Size, System.Drawing">
<value>125, 35</value>
Expand All @@ -1246,7 +1246,7 @@
<value>full_banner_name</value>
</data>
<data name="label8.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>TopCenter</value>
<value>TopRight</value>
</data>
<data name="&gt;&gt;label8.Name" xml:space="preserve">
<value>label8</value>
Expand Down
26 changes: 8 additions & 18 deletions FriishProduce/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions FriishProduce/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,6 @@
<data name="mr-saturn" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\icons\mr-saturn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="flash" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\icons\flash.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
Expand Down Expand Up @@ -280,7 +277,7 @@
<data name="bg" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\bg.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="bg1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\bg1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<data name="logo" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\logo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>
Binary file added FriishProduce/Resources/bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FriishProduce/Resources/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 15 additions & 4 deletions FriishProduce/Subforms/About.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed FriishProduce/icon.ico
Binary file not shown.
Binary file added FriishProduce/logo.ico
Binary file not shown.

0 comments on commit 0d5398c

Please sign in to comment.