Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DISMTools 0.4 Preview 2 #62

Merged
merged 13 commits into from
Nov 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions DISMTools.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,12 @@
<Compile Include="Panels\Get_Ops\InfoSave\ImgInfoSaveDlg.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Panels\Get_Ops\InfoSave\InfoSaveResults.Designer.vb">
<DependentUpon>InfoSaveResults.vb</DependentUpon>
</Compile>
<Compile Include="Panels\Get_Ops\InfoSave\InfoSaveResults.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Panels\Get_Ops\Pkgs\GetPkgInfo.Designer.vb">
<DependentUpon>GetPkgInfo.vb</DependentUpon>
</Compile>
Expand Down Expand Up @@ -709,6 +715,9 @@
<EmbeddedResource Include="Panels\Get_Ops\InfoSave\ImgInfoSaveDlg.resx">
<DependentUpon>ImgInfoSaveDlg.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Panels\Get_Ops\InfoSave\InfoSaveResults.resx">
<DependentUpon>InfoSaveResults.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Panels\Get_Ops\Pkgs\GetPkgInfo.resx">
<DependentUpon>GetPkgInfo.vb</DependentUpon>
</EmbeddedResource>
Expand Down
Binary file modified Installer/Output/dt_setup.exe
Binary file not shown.
75 changes: 49 additions & 26 deletions MainForm.Designer.vb

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

12 changes: 0 additions & 12 deletions MainForm.resx
Original file line number Diff line number Diff line change
Expand Up @@ -291,12 +291,6 @@ These options, and the program information, can be found by opening the Help men
JCQkJEQxb97/AOrW4M1DfY/XAAAAAElFTkSuQmCC
</value>
</data>
<metadata name="ToolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>249, 17</value>
</metadata>
<metadata name="StatusStrip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>356, 17</value>
</metadata>
<data name="TabPageIcon1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAAAxpJREFUaEPt
Expand Down Expand Up @@ -611,12 +605,6 @@ These options, and the program information, can be found by opening the Help men
<metadata name="ToolStrip2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>727, 17</value>
</metadata>
<metadata name="prjTreeStatus.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>132, 17</value>
</metadata>
<metadata name="ToolStrip2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>727, 17</value>
</metadata>
<data name="RefreshViewTSB.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
Expand Down
Loading