Skip to content

Commit

Permalink
Pixel window split view option.
Browse files Browse the repository at this point in the history
Icon for BinaryChunkExportForm.
Preset changes need to redrawPixels.
Rename snapScrollToNextStride... to just snapScroll...
  • Loading branch information
bbbradsmith committed Oct 13, 2024
1 parent a31c6ec commit 235a5fb
Show file tree
Hide file tree
Showing 9 changed files with 486 additions and 30 deletions.
9 changes: 9 additions & 0 deletions Binxelview.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@
<Compile Include="Dialogs\BinaryChunkExportForm.Designer.cs">
<DependentUpon>BinaryChunkExportForm.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\ViewForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\ViewForm.Designer.cs">
<DependentUpon>ViewForm.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="BinxelviewForm.resx">
Expand All @@ -71,6 +77,9 @@
<EmbeddedResource Include="Dialogs\BinaryChunkExportForm.resx">
<DependentUpon>BinaryChunkExportForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ViewForm.resx">
<DependentUpon>ViewForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
Expand Down
31 changes: 21 additions & 10 deletions BinxelviewForm.Designer.cs

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

Loading

0 comments on commit 235a5fb

Please sign in to comment.