Skip to content

Commit

Permalink
+Enable window to be resizable and controls to expand with resize.
Browse files Browse the repository at this point in the history
+Re-enabled Maximize
  • Loading branch information
carnageX committed Feb 28, 2015
1 parent 83e351f commit 9decb3e
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 29 deletions.
129 changes: 100 additions & 29 deletions MD5HashCheckGUI/MainForm.Designer.cs

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

5 changes: 5 additions & 0 deletions MD5HashCheckGUI/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,11 @@ void MF_buttonBrowseClick(object sender, EventArgs e)
this.MF_progressBar.Minimum = 1;
this.MF_progressBar.Maximum = this.MF_fileList.Items.Count;
}//Browse

private void MF_buttonExport_Click(object sender, EventArgs e)
{
this.MF_exportFile.ShowDialog();
}

/// <summary>MF Compare button click</summary>
/// <param name="sender"></param>
Expand Down
3 changes: 3 additions & 0 deletions MD5HashCheckGUI/MainForm.resx
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@
<metadata name="MF_openFile.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>132, 17</value>
</metadata>
<metadata name="MF_exportFile.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>627, 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

0 comments on commit 9decb3e

Please sign in to comment.