Skip to content

Commit

Permalink
Close popup windows on exit
Browse files Browse the repository at this point in the history
  • Loading branch information
alphastar868 committed Aug 17, 2016
1 parent 53f4e22 commit efdb499
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions I-Nex/i-nex/.src/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -1145,8 +1145,27 @@ Public Sub Form_Move()

End

Public Sub Form_CloseWindows()
FCopyUrl.Close
FInputDate.Close
FDirDialog.Close
FFileDialog.Close

FModules.Close
FEDID.Close
FNET_R_T.Close
FSystemInfo.Close

FValidate.Close
ScreenShot.Close
FReport_Gen.Close
About.Close

End

Public Sub Form_Close()

Form_CloseWindows()
Settings["Window/X"] = Me.X
Settings["Window/Y"] = Me.Y
Settings["Tab/Pos"] = TabStrip1.Orientation
Expand Down

0 comments on commit efdb499

Please sign in to comment.