Skip to content

Commit

Permalink
Finalized a good bit of the layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-DeForrest-Reynolds committed Nov 29, 2023
1 parent 8b745ad commit b9fb41b
Show file tree
Hide file tree
Showing 8 changed files with 14,873 additions and 292 deletions.
654 changes: 396 additions & 258 deletions Forms/MainForm.Designer.cs

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions Forms/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,11 @@ public void Search_Enter(object sender, EventArgs e)
Search.Text = "";
}
}

private void Search_TextChanged(object sender, EventArgs e)
{

}
}
public partial class Toolbox
{
Expand Down
14,440 changes: 14,438 additions & 2 deletions Forms/MainForm.resx

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions Forms/TestingForm.Designer.cs

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

3 changes: 3 additions & 0 deletions Forms/TestingForm.resx
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="menuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
Expand Down
34 changes: 2 additions & 32 deletions Properties/Resources.Designer.cs

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

13 changes: 13 additions & 0 deletions Recipsio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,17 @@
<None Remove="App.config" />
<None Remove="recipe.ico" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
</Project>
Binary file added deforrest-studios-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b9fb41b

Please sign in to comment.