Initial commit and push

This commit is contained in:
2021-05-12 16:38:14 -05:00
parent d9b8ad1292
commit f2efb7c42d
104 changed files with 34330 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
'''
UI functionality for several misc dialogs.
'''
from win32com.client import constants as const
import webbrowser
xsi = Application
def close_csr_OnClicked():
PPG.Close()
xsi.DeleteObj('CSR')
def ERClose_OnClicked():
PPG.Close()
xsi.DeleteObj('ExportReport')
def launch_gt_OnClicked():
url = 'http://gametoast.com/viewtopic.php?f=36&t=26664'
webbrowser.open_new_tab(url)
def launch_website_OnClicked():
url = 'http://schlechtwetterfront.github.io/xsizetools/'
webbrowser.open_new_tab(url)
def Close_OnClicked():
PPG.Close()
xsi.DeleteObj('ZETH')