Skip to content

Commit

Permalink
New release 1.9.2
Browse files Browse the repository at this point in the history
-Cosmetic changes
-Default startup size for main form is smaller
-Enabled resizing to smaller sizes
-Set entry bar to be all caps all the time
  • Loading branch information
wjz1095 committed Jun 11, 2022
1 parent 1772511 commit afda635
Show file tree
Hide file tree
Showing 14 changed files with 91 additions and 85 deletions.
Binary file modified CAD-Timeline/CAD-Timeline.v11.suo
Binary file not shown.
101 changes: 53 additions & 48 deletions CAD-Timeline/CAD-Timeline/MainForm.Designer.vb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion CAD-Timeline/CAD-Timeline/MainForm.vb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@

' When attempting to close the form, it will ask and confirm if you want to close it instead of just closing
Private Sub MainForm_Closing(sender As Object, e As System.ComponentModel.CancelEventArgs) Handles MyBase.Closing
If MessageBox.Show("Are you sure you want to close the program?", "Program Close Confirmation", MessageBoxButtons.YesNo) = DialogResult.No Then
If MessageBox.Show("Are you sure you want to close the program?", "Close Confirmation", MessageBoxButtons.YesNo) = DialogResult.No Then
' Cancel the Closing event from closing the form.
e.Cancel = True
Else
Expand Down
33 changes: 17 additions & 16 deletions CAD-Timeline/CAD-Timeline/UserInputForm.Designer.vb

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

Binary file modified CAD-Timeline/CAD-Timeline/bin/Debug/CAD-Timeline.exe
Binary file not shown.
Binary file modified CAD-Timeline/CAD-Timeline/bin/Debug/CAD-Timeline.pdb
Binary file not shown.
20 changes: 10 additions & 10 deletions CAD-Timeline/CAD-Timeline/bin/Debug/CAD-Timeline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,33 @@ CAD-Timeline
</name>
</assembly>
<members>
<member name="P:CAD_Timeline.My.Resources.Resource1.ResourceManager">
<member name="P:CAD_Timeline.My.Resources.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member><member name="P:CAD_Timeline.My.Resources.Resource1.Culture">
</member><member name="P:CAD_Timeline.My.Resources.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member><member name="P:CAD_Timeline.My.Resources.Resource1.Icon1">
<summary>
Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
</summary>
</member><member name="T:CAD_Timeline.My.Resources.Resource1">
</member><member name="T:CAD_Timeline.My.Resources.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member><member name="P:CAD_Timeline.My.Resources.Resources.ResourceManager">
</member><member name="P:CAD_Timeline.My.Resources.Resource1.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member><member name="P:CAD_Timeline.My.Resources.Resources.Culture">
</member><member name="P:CAD_Timeline.My.Resources.Resource1.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member><member name="T:CAD_Timeline.My.Resources.Resources">
</member><member name="P:CAD_Timeline.My.Resources.Resource1.Icon1">
<summary>
Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
</summary>
</member><member name="T:CAD_Timeline.My.Resources.Resource1">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
Expand Down
Binary file modified CAD-Timeline/CAD-Timeline/obj/Debug/CAD-Timeline.exe
Binary file not shown.
Binary file modified CAD-Timeline/CAD-Timeline/obj/Debug/CAD-Timeline.pdb
Binary file not shown.
Binary file not shown.
20 changes: 10 additions & 10 deletions CAD-Timeline/CAD-Timeline/obj/Debug/CAD-Timeline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,33 @@ CAD-Timeline
</name>
</assembly>
<members>
<member name="P:CAD_Timeline.My.Resources.Resource1.ResourceManager">
<member name="P:CAD_Timeline.My.Resources.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member><member name="P:CAD_Timeline.My.Resources.Resource1.Culture">
</member><member name="P:CAD_Timeline.My.Resources.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member><member name="P:CAD_Timeline.My.Resources.Resource1.Icon1">
<summary>
Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
</summary>
</member><member name="T:CAD_Timeline.My.Resources.Resource1">
</member><member name="T:CAD_Timeline.My.Resources.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member><member name="P:CAD_Timeline.My.Resources.Resources.ResourceManager">
</member><member name="P:CAD_Timeline.My.Resources.Resource1.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member><member name="P:CAD_Timeline.My.Resources.Resources.Culture">
</member><member name="P:CAD_Timeline.My.Resources.Resource1.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member><member name="T:CAD_Timeline.My.Resources.Resources">
</member><member name="P:CAD_Timeline.My.Resources.Resource1.Icon1">
<summary>
Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
</summary>
</member><member name="T:CAD_Timeline.My.Resources.Resource1">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file added Releases/CAD-Timeline_V1.9.2.exe
Binary file not shown.

0 comments on commit afda635

Please sign in to comment.