#! /usr/bin/env python
#
# GUI module generated by PAGE version 4.5
# In conjunction with Tcl version 8.6
#    Sep 10, 2015 05:40:39 PM
import sys

try:
    from Tkinter import *
except ImportError:
    from tkinter import *

try:
    import ttk
    py3 = 0
except ImportError:
    import tkinter.ttk as ttk
    py3 = 1

import main_support

def vp_start_gui():
    '''Starting point when module is the main routine.'''
    global val, w, root
    root = Tk()
    root.title('New_Toplevel_1')
    geom = "646x597+455+32"
    root.geometry(geom)
    main_support.set_Tk_var()
    w = New_Toplevel_1 (root)
    main_support.init(root, w)
    root.mainloop()

w = None
def create_New_Toplevel_1(root, param=None):
    '''Starting point when module is imported by another program.'''
    global w, w_win, rt
    rt = root
    w = Toplevel (root)
    w.title('New_Toplevel_1')
    geom = "646x597+455+32"
    w.geometry(geom)
    main_support.set_Tk_var()
    w_win = New_Toplevel_1 (w)
    main_support.init(w, w_win, param)
    return w_win

def destroy_New_Toplevel_1():
    global w
    w.destroy()
    w = None


class New_Toplevel_1:
    def __init__(self, master=None):
        
        main_support.InitSampleValues()
        
        _bgcolor = '#d9d9d9'  # X11 color: 'gray85'
        _fgcolor = '#000000'  # X11 color: 'black'
        _compcolor = '#d9d9d9' # X11 color: 'gray85'
        _ana1color = '#d9d9d9' # X11 color: 'gray85' 
        _ana2color = '#d9d9d9' # X11 color: 'gray85' 
        self.style = ttk.Style()
        if sys.platform == "win32":
            self.style.theme_use('winnative')
        self.style.configure('.',background=_bgcolor)
        self.style.configure('.',foreground=_fgcolor)
        self.style.configure('.',font="TkDefaultFont")
        self.style.map('.',background=
            [('selected', _compcolor), ('active',_ana2color)])
        master.configure(background="#d9d9d9")
        master.configure(highlightbackground="#d9d9d9")
        master.configure(highlightcolor="black")



        self.style.configure('TNotebook.Tab', background=_bgcolor)
        self.style.configure('TNotebook.Tab', foreground=_fgcolor)
        self.style.map('TNotebook.Tab', background=
            [('selected', _compcolor), ('active',_ana2color)])
        self.TNotebook1 = ttk.Notebook(master)
        self.TNotebook1.place(relx=0.0, rely=0.0, relheight=1.0, relwidth=1.52)
        self.TNotebook1.configure(width=984)
        self.TNotebook1.configure(takefocus="")
        self.TNotebook1_pg0 = ttk.Frame(self.TNotebook1)
        self.TNotebook1.add(self.TNotebook1_pg0, padding=3)
        self.TNotebook1.tab(0, text="Config",underline="-1",)
        self.TNotebook1_pg1 = ttk.Frame(self.TNotebook1)
        self.TNotebook1.add(self.TNotebook1_pg1, padding=3)
        self.TNotebook1.tab(1, text="SendAuthorizeRequest",underline="-1",)
        self.TNotebook1_pg2 = ttk.Frame(self.TNotebook1)
        self.TNotebook1.add(self.TNotebook1_pg2, padding=3)
        self.TNotebook1.tab(2, text="GetAuthorizeAnswer",underline="-1",)
        self.TNotebook1_pg3 = ttk.Frame(self.TNotebook1)
        self.TNotebook1.add(self.TNotebook1_pg3, padding=3)
        self.TNotebook1.tab(3, text="GetStatus",underline="-1",)
        self.TNotebook1_pg4 = ttk.Frame(self.TNotebook1)
        self.TNotebook1.add(self.TNotebook1_pg4, padding=3)
        self.TNotebook1.tab(4, text="CyberSource",underline="-1",)
        self.TNotebook1_pg5 = ttk.Frame(self.TNotebook1)
        self.TNotebook1.add(self.TNotebook1_pg5, padding=3)
        self.TNotebook1.tab(5, text="CS Retail",underline="-1",)

        self.Label1 = Label(self.TNotebook1_pg0)
        self.Label1.place(relx=0.01, rely=0.04, height=21, width=109)
        self.Label1.configure(activebackground="#f9f9f9")
        self.Label1.configure(activeforeground="black")
        self.Label1.configure(background=_bgcolor)
        self.Label1.configure(disabledforeground="#a3a3a3")
        self.Label1.configure(foreground="#000000")
        self.Label1.configure(highlightbackground="#d9d9d9")
        self.Label1.configure(highlightcolor="black")
        self.Label1.configure(text='''AuthorizationWSDL''')

        self.Label3 = Label(self.TNotebook1_pg0)
        self.Label3.place(relx=0.01, rely=0.23, height=21, width=54)
        self.Label3.configure(activebackground="#f9f9f9")
        self.Label3.configure(activeforeground="black")
        self.Label3.configure(background=_bgcolor)
        self.Label3.configure(disabledforeground="#a3a3a3")
        self.Label3.configure(foreground="#000000")
        self.Label3.configure(highlightbackground="#d9d9d9")
        self.Label3.configure(highlightcolor="black")
        self.Label3.configure(text='''Endpoint''')

        self.Label4 = Label(self.TNotebook1_pg0)
        self.Label4.place(relx=0.01, rely=0.32, height=21, width=78)
        self.Label4.configure(activebackground="#f9f9f9")
        self.Label4.configure(activeforeground="black")
        self.Label4.configure(background=_bgcolor)
        self.Label4.configure(disabledforeground="#a3a3a3")
        self.Label4.configure(foreground="#000000")
        self.Label4.configure(highlightbackground="#d9d9d9")
        self.Label4.configure(highlightcolor="black")
        self.Label4.configure(text='''Authorization''')
        
        self.authorizeWSDL = Entry(self.TNotebook1_pg0)
        self.authorizeWSDL.place(relx=0.15, rely=0.04, relheight=0.04
                , relwidth=0.4)
        self.authorizeWSDL.configure(background="white")
        self.authorizeWSDL.configure(disabledforeground="#a3a3a3")
        self.authorizeWSDL.configure(font="TkFixedFont")
        self.authorizeWSDL.configure(foreground="#000000")
        self.authorizeWSDL.configure(highlightbackground="#d9d9d9")
        self.authorizeWSDL.configure(highlightcolor="black")
        self.authorizeWSDL.configure(insertbackground="black")
        self.authorizeWSDL.configure(selectbackground="#c4c4c4")
        self.authorizeWSDL.configure(selectforeground="black")
        self.authorizeWSDL.configure(textvariable=main_support.configAuthorizationWSDL)

        self.Entry3 = Entry(self.TNotebook1_pg0)
        self.Entry3.place(relx=0.15, rely=0.23, relheight=0.04, relwidth=0.4)
        self.Entry3.configure(background="white")
        self.Entry3.configure(disabledforeground="#a3a3a3")
        self.Entry3.configure(font="TkFixedFont")
        self.Entry3.configure(foreground="#000000")
        self.Entry3.configure(highlightbackground="#d9d9d9")
        self.Entry3.configure(highlightcolor="black")
        self.Entry3.configure(insertbackground="black")
        self.Entry3.configure(selectbackground="#c4c4c4")
        self.Entry3.configure(selectforeground="black")
        self.Entry3.configure(textvariable=main_support.configEndpoint)

        self.Entry4 = Entry(self.TNotebook1_pg0)
        self.Entry4.place(relx=0.15, rely=0.32, relheight=0.04, relwidth=0.4)
        self.Entry4.configure(background="white")
        self.Entry4.configure(disabledforeground="#a3a3a3")
        self.Entry4.configure(font="TkFixedFont")
        self.Entry4.configure(foreground="#000000")
        self.Entry4.configure(highlightbackground="#d9d9d9")
        self.Entry4.configure(highlightcolor="black")
        self.Entry4.configure(insertbackground="black")
        self.Entry4.configure(selectbackground="#c4c4c4")
        self.Entry4.configure(selectforeground="black")
        self.Entry4.configure(textvariable=main_support.configAuthorization)



        self.Label2 = Label(self.TNotebook1_pg1)
        self.Label2.place(relx=0.01, rely=0.02, height=21, width=45)
        self.Label2.configure(activebackground="#f9f9f9")
        self.Label2.configure(activeforeground="black")
        self.Label2.configure(background=_bgcolor)
        self.Label2.configure(disabledforeground="#a3a3a3")
        self.Label2.configure(foreground="#000000")
        self.Label2.configure(highlightbackground="#d9d9d9")
        self.Label2.configure(highlightcolor="black")
        self.Label2.configure(text='''Session''')

        self.Label7 = Label(self.TNotebook1_pg1)
        self.Label7.place(relx=0.01, rely=0.07, height=21, width=48)
        self.Label7.configure(activebackground="#f9f9f9")
        self.Label7.configure(activeforeground="black")
        self.Label7.configure(background=_bgcolor)
        self.Label7.configure(disabledforeground="#a3a3a3")
        self.Label7.configure(foreground="#000000")
        self.Label7.configure(highlightbackground="#d9d9d9")
        self.Label7.configure(highlightcolor="black")
        self.Label7.configure(text='''Security''')

        self.Label8 = Label(self.TNotebook1_pg1)
        self.Label8.place(relx=0.01, rely=0.12, height=21, width=98)
        self.Label8.configure(activebackground="#f9f9f9")
        self.Label8.configure(activeforeground="black")
        self.Label8.configure(background=_bgcolor)
        self.Label8.configure(disabledforeground="#a3a3a3")
        self.Label8.configure(foreground="#000000")
        self.Label8.configure(highlightbackground="#d9d9d9")
        self.Label8.configure(highlightcolor="black")
        self.Label8.configure(text='''EncodingMethod''')

        self.Label9 = Label(self.TNotebook1_pg1)
        self.Label9.place(relx=0.01, rely=0.17, height=21, width=57)
        self.Label9.configure(activebackground="#f9f9f9")
        self.Label9.configure(activeforeground="black")
        self.Label9.configure(background=_bgcolor)
        self.Label9.configure(disabledforeground="#a3a3a3")
        self.Label9.configure(foreground="#000000")
        self.Label9.configure(highlightbackground="#d9d9d9")
        self.Label9.configure(highlightcolor="black")
        self.Label9.configure(text='''Merchant''')

        self.Label10 = Label(self.TNotebook1_pg1)
        self.Label10.place(relx=0.01, rely=0.22, height=21, width=69)
        self.Label10.configure(activebackground="#f9f9f9")
        self.Label10.configure(activeforeground="black")
        self.Label10.configure(background=_bgcolor)
        self.Label10.configure(disabledforeground="#a3a3a3")
        self.Label10.configure(foreground="#000000")
        self.Label10.configure(highlightbackground="#d9d9d9")
        self.Label10.configure(highlightcolor="black")
        self.Label10.configure(text='''OperationId''')

        self.Label11 = Label(self.TNotebook1_pg1)
        self.Label11.place(relx=0.01, rely=0.27, height=21, width=82)
        self.Label11.configure(activebackground="#f9f9f9")
        self.Label11.configure(activeforeground="black")
        self.Label11.configure(background=_bgcolor)
        self.Label11.configure(disabledforeground="#a3a3a3")
        self.Label11.configure(foreground="#000000")
        self.Label11.configure(highlightbackground="#d9d9d9")
        self.Label11.configure(highlightcolor="black")
        self.Label11.configure(text='''CurrencyCode''')

        self.Label12 = Label(self.TNotebook1_pg1)
        self.Label12.place(relx=0.01, rely=0.32, height=21, width=50)
        self.Label12.configure(activebackground="#f9f9f9")
        self.Label12.configure(activeforeground="black")
        self.Label12.configure(background=_bgcolor)
        self.Label12.configure(disabledforeground="#a3a3a3")
        self.Label12.configure(foreground="#000000")
        self.Label12.configure(highlightbackground="#d9d9d9")
        self.Label12.configure(highlightcolor="black")
        self.Label12.configure(text='''Amount''')

        self.Label13 = Label(self.TNotebook1_pg1)
        self.Label13.place(relx=0.01, rely=0.37, height=21, width=48)
        self.Label13.configure(activebackground="#f9f9f9")
        self.Label13.configure(activeforeground="black")
        self.Label13.configure(background=_bgcolor)
        self.Label13.configure(disabledforeground="#a3a3a3")
        self.Label13.configure(foreground="#000000")
        self.Label13.configure(highlightbackground="#d9d9d9")
        self.Label13.configure(highlightcolor="black")
        self.Label13.configure(text='''URL_OK''')

        self.Label14 = Label(self.TNotebook1_pg1)
        self.Label14.place(relx=0.01, rely=0.42, height=21, width=68)
        self.Label14.configure(activebackground="#f9f9f9")
        self.Label14.configure(activeforeground="black")
        self.Label14.configure(background=_bgcolor)
        self.Label14.configure(disabledforeground="#a3a3a3")
        self.Label14.configure(foreground="#000000")
        self.Label14.configure(highlightbackground="#d9d9d9")
        self.Label14.configure(highlightcolor="black")
        self.Label14.configure(text='''URL_ERROR''')

        self.Label15 = Label(self.TNotebook1_pg1)
        self.Label15.place(relx=0.01, rely=0.47, height=21, width=72)
        self.Label15.configure(activebackground="#f9f9f9")
        self.Label15.configure(activeforeground="black")
        self.Label15.configure(background=_bgcolor)
        self.Label15.configure(disabledforeground="#a3a3a3")
        self.Label15.configure(foreground="#000000")
        self.Label15.configure(highlightbackground="#d9d9d9")
        self.Label15.configure(highlightcolor="black")
        self.Label15.configure(text='''EmailCliente''')

        self.Entry1 = Entry(self.TNotebook1_pg1)
        self.Entry1.place(relx=0.11, rely=0.02, relheight=0.03, relwidth=0.48)
        self.Entry1.configure(background="white")
        self.Entry1.configure(disabledforeground="#a3a3a3")
        self.Entry1.configure(font="TkFixedFont")
        self.Entry1.configure(foreground="#000000")
        self.Entry1.configure(highlightbackground="#d9d9d9")
        self.Entry1.configure(highlightcolor="black")
        self.Entry1.configure(insertbackground="black")
        self.Entry1.configure(selectbackground="#c4c4c4")
        self.Entry1.configure(selectforeground="black")
        self.Entry1.configure(textvariable=main_support.sarSession)

        self.Entry6 = Entry(self.TNotebook1_pg1)
        self.Entry6.place(relx=0.11, rely=0.07, relheight=0.03, relwidth=0.48)
        self.Entry6.configure(background="white")
        self.Entry6.configure(disabledforeground="#a3a3a3")
        self.Entry6.configure(font="TkFixedFont")
        self.Entry6.configure(foreground="#000000")
        self.Entry6.configure(highlightbackground="#d9d9d9")
        self.Entry6.configure(highlightcolor="black")
        self.Entry6.configure(insertbackground="black")
        self.Entry6.configure(selectbackground="#c4c4c4")
        self.Entry6.configure(selectforeground="black")
        self.Entry6.configure(textvariable=main_support.sarSecurity)

        self.Entry7 = Entry(self.TNotebook1_pg1)
        self.Entry7.place(relx=0.11, rely=0.12, relheight=0.03, relwidth=0.48)
        self.Entry7.configure(background="white")
        self.Entry7.configure(disabledforeground="#a3a3a3")
        self.Entry7.configure(font="TkFixedFont")
        self.Entry7.configure(foreground="#000000")
        self.Entry7.configure(highlightbackground="#d9d9d9")
        self.Entry7.configure(highlightcolor="black")
        self.Entry7.configure(insertbackground="black")
        self.Entry7.configure(selectbackground="#c4c4c4")
        self.Entry7.configure(selectforeground="black")
        self.Entry7.configure(textvariable=main_support.sarEncodingMethod)

        self.Entry8 = Entry(self.TNotebook1_pg1)
        self.Entry8.place(relx=0.11, rely=0.17, relheight=0.03, relwidth=0.48)
        self.Entry8.configure(background="white")
        self.Entry8.configure(disabledforeground="#a3a3a3")
        self.Entry8.configure(font="TkFixedFont")
        self.Entry8.configure(foreground="#000000")
        self.Entry8.configure(highlightbackground="#d9d9d9")
        self.Entry8.configure(highlightcolor="black")
        self.Entry8.configure(insertbackground="black")
        self.Entry8.configure(selectbackground="#c4c4c4")
        self.Entry8.configure(selectforeground="black")
        self.Entry8.configure(textvariable=main_support.sarMerchant)

        self.Entry9 = Entry(self.TNotebook1_pg1)
        self.Entry9.place(relx=0.11, rely=0.22, relheight=0.03, relwidth=0.48)
        self.Entry9.configure(background="white")
        self.Entry9.configure(disabledforeground="#a3a3a3")
        self.Entry9.configure(font="TkFixedFont")
        self.Entry9.configure(foreground="#000000")
        self.Entry9.configure(highlightbackground="#d9d9d9")
        self.Entry9.configure(highlightcolor="black")
        self.Entry9.configure(insertbackground="black")
        self.Entry9.configure(selectbackground="#c4c4c4")
        self.Entry9.configure(selectforeground="black")
        self.Entry9.configure(textvariable=main_support.sarOperationId)

        self.Entry10 = Entry(self.TNotebook1_pg1)
        self.Entry10.place(relx=0.11, rely=0.27, relheight=0.03, relwidth=0.48)
        self.Entry10.configure(background="white")
        self.Entry10.configure(disabledforeground="#a3a3a3")
        self.Entry10.configure(font="TkFixedFont")
        self.Entry10.configure(foreground="#000000")
        self.Entry10.configure(highlightbackground="#d9d9d9")
        self.Entry10.configure(highlightcolor="black")
        self.Entry10.configure(insertbackground="black")
        self.Entry10.configure(selectbackground="#c4c4c4")
        self.Entry10.configure(selectforeground="black")
        self.Entry10.configure(textvariable=main_support.sarCurrencyCode)

        self.Entry11 = Entry(self.TNotebook1_pg1)
        self.Entry11.place(relx=0.11, rely=0.32, relheight=0.03, relwidth=0.48)
        self.Entry11.configure(background="white")
        self.Entry11.configure(disabledforeground="#a3a3a3")
        self.Entry11.configure(font="TkFixedFont")
        self.Entry11.configure(foreground="#000000")
        self.Entry11.configure(highlightbackground="#d9d9d9")
        self.Entry11.configure(highlightcolor="black")
        self.Entry11.configure(insertbackground="black")
        self.Entry11.configure(selectbackground="#c4c4c4")
        self.Entry11.configure(selectforeground="black")
        self.Entry11.configure(textvariable=main_support.sarAmount)

        self.Entry12 = Entry(self.TNotebook1_pg1)
        self.Entry12.place(relx=0.11, rely=0.37, relheight=0.03, relwidth=0.48)
        self.Entry12.configure(background="white")
        self.Entry12.configure(disabledforeground="#a3a3a3")
        self.Entry12.configure(font="TkFixedFont")
        self.Entry12.configure(foreground="#000000")
        self.Entry12.configure(highlightbackground="#d9d9d9")
        self.Entry12.configure(highlightcolor="black")
        self.Entry12.configure(insertbackground="black")
        self.Entry12.configure(selectbackground="#c4c4c4")
        self.Entry12.configure(selectforeground="black")
        self.Entry12.configure(textvariable=main_support.sarURL_OK)

        self.Entry13 = Entry(self.TNotebook1_pg1)
        self.Entry13.place(relx=0.11, rely=0.42, relheight=0.03, relwidth=0.48)
        self.Entry13.configure(background="white")
        self.Entry13.configure(disabledforeground="#a3a3a3")
        self.Entry13.configure(font="TkFixedFont")
        self.Entry13.configure(foreground="#000000")
        self.Entry13.configure(highlightbackground="#d9d9d9")
        self.Entry13.configure(highlightcolor="black")
        self.Entry13.configure(insertbackground="black")
        self.Entry13.configure(selectbackground="#c4c4c4")
        self.Entry13.configure(selectforeground="black")
        self.Entry13.configure(textvariable=main_support.sarURL_ERROR)

        self.Entry14 = Entry(self.TNotebook1_pg1)
        self.Entry14.place(relx=0.11, rely=0.47, relheight=0.03, relwidth=0.48)
        self.Entry14.configure(background="white")
        self.Entry14.configure(disabledforeground="#a3a3a3")
        self.Entry14.configure(font="TkFixedFont")
        self.Entry14.configure(foreground="#000000")
        self.Entry14.configure(highlightbackground="#d9d9d9")
        self.Entry14.configure(highlightcolor="black")
        self.Entry14.configure(insertbackground="black")
        self.Entry14.configure(selectbackground="#c4c4c4")
        self.Entry14.configure(selectforeground="black")
        self.Entry14.configure(textvariable=main_support.sarEmailCliente)

        self.Button2 = Button(self.TNotebook1_pg1)
        self.Button2.place(relx=0.02, rely=0.55, height=24, width=317)
        self.Button2.configure(activebackground="#d9d9d9")
        self.Button2.configure(activeforeground="#000000")
        self.Button2.configure(background=_bgcolor)
        self.Button2.configure(command=main_support.SendAuthorizeRequestCommand)
        self.Button2.configure(disabledforeground="#a3a3a3")
        self.Button2.configure(foreground="#000000")
        self.Button2.configure(highlightbackground="#d9d9d9")
        self.Button2.configure(highlightcolor="black")
        self.Button2.configure(pady="0")
        self.Button2.configure(text='''SendAuthorizeRequest''')

        self.Label16 = Label(self.TNotebook1_pg1)
        self.Label16.place(relx=0.02, rely=0.62, height=21, width=45)
        self.Label16.configure(activebackground="#f9f9f9")
        self.Label16.configure(activeforeground="black")
        self.Label16.configure(background=_bgcolor)
        self.Label16.configure(disabledforeground="#a3a3a3")
        self.Label16.configure(foreground="#000000")
        self.Label16.configure(highlightbackground="#d9d9d9")
        self.Label16.configure(highlightcolor="black")
        self.Label16.configure(text='''Answer''')

        self.Entry15 = Entry(self.TNotebook1_pg1)
        self.Entry15.place(relx=0.06, rely=0.61, relheight=0.04, relwidth=0.52)
        self.Entry15.configure(background="white")
        self.Entry15.configure(disabledforeground="#a3a3a3")
        self.Entry15.configure(font="TkFixedFont")
        self.Entry15.configure(foreground="#000000")
        self.Entry15.configure(highlightbackground="#d9d9d9")
        self.Entry15.configure(highlightcolor="black")
        self.Entry15.configure(insertbackground="black")
        self.Entry15.configure(selectbackground="#c4c4c4")
        self.Entry15.configure(selectforeground="black")
        self.Entry15.configure(textvariable=main_support.sarAnswer)
        self.Entry15.configure(width=514)

        self.Label68 = Label(self.TNotebook1_pg1)
        self.Label68.place(relx=0.01, rely=0.67, height=181, width=614)
        self.Label68.configure(background=_bgcolor)
        self.Label68.configure(disabledforeground="#a3a3a3")
        self.Label68.configure(foreground="#000000")
        self.Label68.configure(justify=LEFT)
        self.Label68.configure(textvariable=main_support.sarAnswer)
        self.Label68.configure(width=614)
        self.Label68.configure(wraplength="614")
        
        self.Label17 = Label(self.TNotebook1_pg2)
        self.Label17.place(relx=0.01, rely=0.03, height=21, width=48)
        self.Label17.configure(activebackground="#f9f9f9")
        self.Label17.configure(activeforeground="black")
        self.Label17.configure(background=_bgcolor)
        self.Label17.configure(disabledforeground="#a3a3a3")
        self.Label17.configure(foreground="#000000")
        self.Label17.configure(highlightbackground="#d9d9d9")
        self.Label17.configure(highlightcolor="black")
        self.Label17.configure(text='''Security''')

        self.Label18 = Label(self.TNotebook1_pg2)
        self.Label18.place(relx=0.01, rely=0.08, height=21, width=57)
        self.Label18.configure(activebackground="#f9f9f9")
        self.Label18.configure(activeforeground="black")
        self.Label18.configure(background=_bgcolor)
        self.Label18.configure(disabledforeground="#a3a3a3")
        self.Label18.configure(foreground="#000000")
        self.Label18.configure(highlightbackground="#d9d9d9")
        self.Label18.configure(highlightcolor="black")
        self.Label18.configure(text='''Merchant''')

        self.Label19 = Label(self.TNotebook1_pg2)
        self.Label19.place(relx=0.01, rely=0.13, height=21, width=67)
        self.Label19.configure(activebackground="#f9f9f9")
        self.Label19.configure(activeforeground="black")
        self.Label19.configure(background=_bgcolor)
        self.Label19.configure(disabledforeground="#a3a3a3")
        self.Label19.configure(foreground="#000000")
        self.Label19.configure(highlightbackground="#d9d9d9")
        self.Label19.configure(highlightcolor="black")
        self.Label19.configure(text='''RequestKey''')

        self.Label20 = Label(self.TNotebook1_pg2)
        self.Label20.place(relx=0.01, rely=0.18, height=21, width=64)
        self.Label20.configure(activebackground="#f9f9f9")
        self.Label20.configure(activeforeground="black")
        self.Label20.configure(background=_bgcolor)
        self.Label20.configure(disabledforeground="#a3a3a3")
        self.Label20.configure(foreground="#000000")
        self.Label20.configure(highlightbackground="#d9d9d9")
        self.Label20.configure(highlightcolor="black")
        self.Label20.configure(text='''AnswerKey''')

        self.Entry16 = Entry(self.TNotebook1_pg2)
        self.Entry16.place(relx=0.08, rely=0.03, relheight=0.03, relwidth=0.46)
        self.Entry16.configure(background="white")
        self.Entry16.configure(disabledforeground="#a3a3a3")
        self.Entry16.configure(font="TkFixedFont")
        self.Entry16.configure(foreground="#000000")
        self.Entry16.configure(highlightbackground="#d9d9d9")
        self.Entry16.configure(highlightcolor="black")
        self.Entry16.configure(insertbackground="black")
        self.Entry16.configure(selectbackground="#c4c4c4")
        self.Entry16.configure(selectforeground="black")
        self.Entry16.configure(textvariable=main_support.gaaSecurity)

        self.Entry17 = Entry(self.TNotebook1_pg2)
        self.Entry17.place(relx=0.08, rely=0.08, relheight=0.03, relwidth=0.46)
        self.Entry17.configure(background="white")
        self.Entry17.configure(disabledforeground="#a3a3a3")
        self.Entry17.configure(font="TkFixedFont")
        self.Entry17.configure(foreground="#000000")
        self.Entry17.configure(highlightbackground="#d9d9d9")
        self.Entry17.configure(highlightcolor="black")
        self.Entry17.configure(insertbackground="black")
        self.Entry17.configure(selectbackground="#c4c4c4")
        self.Entry17.configure(selectforeground="black")
        self.Entry17.configure(textvariable=main_support.gaaMerchant)

        self.Entry18 = Entry(self.TNotebook1_pg2)
        self.Entry18.place(relx=0.08, rely=0.13, relheight=0.03, relwidth=0.46)
        self.Entry18.configure(background="white")
        self.Entry18.configure(disabledforeground="#a3a3a3")
        self.Entry18.configure(font="TkFixedFont")
        self.Entry18.configure(foreground="#000000")
        self.Entry18.configure(highlightbackground="#d9d9d9")
        self.Entry18.configure(highlightcolor="black")
        self.Entry18.configure(insertbackground="black")
        self.Entry18.configure(selectbackground="#c4c4c4")
        self.Entry18.configure(selectforeground="black")
        self.Entry18.configure(textvariable=main_support.gaaRequestKey)

        self.Entry19 = Entry(self.TNotebook1_pg2)
        self.Entry19.place(relx=0.08, rely=0.18, relheight=0.03, relwidth=0.46)
        self.Entry19.configure(background="white")
        self.Entry19.configure(disabledforeground="#a3a3a3")
        self.Entry19.configure(font="TkFixedFont")
        self.Entry19.configure(foreground="#000000")
        self.Entry19.configure(highlightbackground="#d9d9d9")
        self.Entry19.configure(highlightcolor="black")
        self.Entry19.configure(insertbackground="black")
        self.Entry19.configure(selectbackground="#c4c4c4")
        self.Entry19.configure(selectforeground="black")
        self.Entry19.configure(textvariable=main_support.gaaAnswerKey)

        self.Button3 = Button(self.TNotebook1_pg2)
        self.Button3.place(relx=0.02, rely=0.29, height=24, width=267)
        self.Button3.configure(activebackground="#d9d9d9")
        self.Button3.configure(activeforeground="#000000")
        self.Button3.configure(background=_bgcolor)
        self.Button3.configure(command=main_support.GetAuthorizeAnswerCommand)
        self.Button3.configure(disabledforeground="#a3a3a3")
        self.Button3.configure(foreground="#000000")
        self.Button3.configure(highlightbackground="#d9d9d9")
        self.Button3.configure(highlightcolor="black")
        self.Button3.configure(pady="0")
        self.Button3.configure(text='''GetAuthorizeAnswer''')

        self.Label21 = Label(self.TNotebook1_pg2)
        self.Label21.place(relx=0.02, rely=0.35, height=21, width=45)
        self.Label21.configure(activebackground="#f9f9f9")
        self.Label21.configure(activeforeground="black")
        self.Label21.configure(background=_bgcolor)
        self.Label21.configure(disabledforeground="#a3a3a3")
        self.Label21.configure(foreground="#000000")
        self.Label21.configure(highlightbackground="#d9d9d9")
        self.Label21.configure(highlightcolor="black")
        self.Label21.configure(text='''Answer''')

        self.Entry20 = Entry(self.TNotebook1_pg2)
        self.Entry20.place(relx=0.07, rely=0.37, relheight=0.04, relwidth=0.57)
        self.Entry20.configure(background="white")
        self.Entry20.configure(disabledforeground="#a3a3a3")
        self.Entry20.configure(font="TkFixedFont")
        self.Entry20.configure(foreground="#000000")
        self.Entry20.configure(highlightbackground="#d9d9d9")
        self.Entry20.configure(highlightcolor="black")
        self.Entry20.configure(insertbackground="black")
        self.Entry20.configure(selectbackground="#c4c4c4")
        self.Entry20.configure(selectforeground="black")
        self.Entry20.configure(textvariable=main_support.gaaAnswer)
        self.Entry20.configure(width=554)

        self.Label69 = Label(self.TNotebook1_pg2)
        self.Label69.place(relx=0.01, rely=0.42, height=321, width=624)
        self.Label69.configure(background=_bgcolor)
        self.Label69.configure(disabledforeground="#a3a3a3")
        self.Label69.configure(foreground="#000000")
        self.Label69.configure(textvariable=main_support.gaaAnswer)
        self.Label69.configure(width=624)
        self.Label69.configure(wraplength="624")

        self.Label22 = Label(self.TNotebook1_pg3)
        self.Label22.place(relx=0.01, rely=0.02, height=21, width=57)
        self.Label22.configure(activebackground="#f9f9f9")
        self.Label22.configure(activeforeground="black")
        self.Label22.configure(background=_bgcolor)
        self.Label22.configure(disabledforeground="#a3a3a3")
        self.Label22.configure(foreground="#000000")
        self.Label22.configure(highlightbackground="#d9d9d9")
        self.Label22.configure(highlightcolor="black")
        self.Label22.configure(text='''Merchant''')

        self.Label23 = Label(self.TNotebook1_pg3)
        self.Label23.place(relx=0.01, rely=0.08, height=21, width=69)
        self.Label23.configure(activebackground="#f9f9f9")
        self.Label23.configure(activeforeground="black")
        self.Label23.configure(background=_bgcolor)
        self.Label23.configure(disabledforeground="#a3a3a3")
        self.Label23.configure(foreground="#000000")
        self.Label23.configure(highlightbackground="#d9d9d9")
        self.Label23.configure(highlightcolor="black")
        self.Label23.configure(text='''OperationId''')

        self.Entry21 = Entry(self.TNotebook1_pg3)
        self.Entry21.place(relx=0.1, rely=0.02, relheight=0.03, relwidth=0.48)
        self.Entry21.configure(background="white")
        self.Entry21.configure(disabledforeground="#a3a3a3")
        self.Entry21.configure(font="TkFixedFont")
        self.Entry21.configure(foreground="#000000")
        self.Entry21.configure(highlightbackground="#d9d9d9")
        self.Entry21.configure(highlightcolor="black")
        self.Entry21.configure(insertbackground="black")
        self.Entry21.configure(selectbackground="#c4c4c4")
        self.Entry21.configure(selectforeground="black")
        self.Entry21.configure(textvariable=main_support.gsMerchant)

        self.Entry22 = Entry(self.TNotebook1_pg3)
        self.Entry22.place(relx=0.1, rely=0.08, relheight=0.03, relwidth=0.48)
        self.Entry22.configure(background="white")
        self.Entry22.configure(disabledforeground="#a3a3a3")
        self.Entry22.configure(font="TkFixedFont")
        self.Entry22.configure(foreground="#000000")
        self.Entry22.configure(highlightbackground="#d9d9d9")
        self.Entry22.configure(highlightcolor="black")
        self.Entry22.configure(insertbackground="black")
        self.Entry22.configure(selectbackground="#c4c4c4")
        self.Entry22.configure(selectforeground="black")
        self.Entry22.configure(textvariable=main_support.gsOperationId)

        self.Button4 = Button(self.TNotebook1_pg3)
        self.Button4.place(relx=0.02, rely=0.17, height=24, width=200)
        self.Button4.configure(activebackground="#d9d9d9")
        self.Button4.configure(activeforeground="#000000")
        self.Button4.configure(background=_bgcolor)
        self.Button4.configure(command=main_support.getStatusCommand)
        self.Button4.configure(disabledforeground="#a3a3a3")
        self.Button4.configure(foreground="#000000")
        self.Button4.configure(highlightbackground="#d9d9d9")
        self.Button4.configure(highlightcolor="black")
        self.Button4.configure(pady="0")
        self.Button4.configure(text='''getStatus''')

        self.Label24 = Label(self.TNotebook1_pg3)
        self.Label24.place(relx=0.01, rely=0.23, height=21, width=45)
        self.Label24.configure(activebackground="#f9f9f9")
        self.Label24.configure(activeforeground="black")
        self.Label24.configure(background=_bgcolor)
        self.Label24.configure(disabledforeground="#a3a3a3")
        self.Label24.configure(foreground="#000000")
        self.Label24.configure(highlightbackground="#d9d9d9")
        self.Label24.configure(highlightcolor="black")
        self.Label24.configure(text='''Answer''')

        self.Label67 = Label(self.TNotebook1_pg3)
        self.Label67.place(relx=0.01, rely=0.3, height=381, width=614)
        self.Label67.configure(activebackground="#f9f9f9")
        self.Label67.configure(activeforeground="black")
        self.Label67.configure(background=_bgcolor)
        self.Label67.configure(disabledforeground="#a3a3a3")
        self.Label67.configure(foreground="#000000")
        self.Label67.configure(highlightbackground="#d9d9d9")
        self.Label67.configure(highlightcolor="black")
        self.Label67.configure(justify=LEFT)
        self.Label67.configure(textvariable=main_support.gsAnswer)
        self.Label67.configure(wraplength="600")

        self.Entry23 = Entry(self.TNotebook1_pg3)
        self.Entry23.place(relx=0.06, rely=0.25, relheight=0.04, relwidth=0.59)
        self.Entry23.configure(background="white")
        self.Entry23.configure(disabledforeground="#a3a3a3")
        self.Entry23.configure(font="TkFixedFont")
        self.Entry23.configure(foreground="#000000")
        self.Entry23.configure(insertbackground="black")
        self.Entry23.configure(textvariable=main_support.gsAnswer)
        self.Entry23.configure(width=574)

        self.Label25 = Label(self.TNotebook1_pg4)
        self.Label25.place(relx=0.01, rely=0.02, height=21, width=59)
        self.Label25.configure(activebackground="#f9f9f9")
        self.Label25.configure(activeforeground="black")
        self.Label25.configure(background=_bgcolor)
        self.Label25.configure(disabledforeground="#a3a3a3")
        self.Label25.configure(foreground="#000000")
        self.Label25.configure(highlightbackground="#d9d9d9")
        self.Label25.configure(highlightcolor="black")
        self.Label25.configure(text='''CSBTCITY''')

        self.Label26 = Label(self.TNotebook1_pg4)
        self.Label26.place(relx=0.01, rely=0.07, height=21, width=68)
        self.Label26.configure(activebackground="#f9f9f9")
        self.Label26.configure(activeforeground="black")
        self.Label26.configure(background=_bgcolor)
        self.Label26.configure(disabledforeground="#a3a3a3")
        self.Label26.configure(foreground="#000000")
        self.Label26.configure(highlightbackground="#d9d9d9")
        self.Label26.configure(highlightcolor="black")
        self.Label26.configure(text='''CSBTEMAIL''')

        self.Label27 = Label(self.TNotebook1_pg4)
        self.Label27.place(relx=0.01, rely=0.12, height=21, width=97)
        self.Label27.configure(activebackground="#f9f9f9")
        self.Label27.configure(activeforeground="black")
        self.Label27.configure(background=_bgcolor)
        self.Label27.configure(disabledforeground="#a3a3a3")
        self.Label27.configure(foreground="#000000")
        self.Label27.configure(highlightbackground="#d9d9d9")
        self.Label27.configure(highlightcolor="black")
        self.Label27.configure(text='''CSBTFIRSTNAME''')

        self.Label28 = Label(self.TNotebook1_pg4)
        self.Label28.place(relx=0.01, rely=0.17, height=21, width=108)
        self.Label28.configure(activebackground="#f9f9f9")
        self.Label28.configure(activeforeground="black")
        self.Label28.configure(background=_bgcolor)
        self.Label28.configure(disabledforeground="#a3a3a3")
        self.Label28.configure(foreground="#000000")
        self.Label28.configure(highlightbackground="#d9d9d9")
        self.Label28.configure(highlightcolor="black")
        self.Label28.configure(text='''CSBTPOSTALCODE''')

        self.Label29 = Label(self.TNotebook1_pg4)
        self.Label29.place(relx=0.01, rely=0.22, height=21, width=79)
        self.Label29.configure(activebackground="#f9f9f9")
        self.Label29.configure(activeforeground="black")
        self.Label29.configure(background=_bgcolor)
        self.Label29.configure(disabledforeground="#a3a3a3")
        self.Label29.configure(foreground="#000000")
        self.Label29.configure(highlightbackground="#d9d9d9")
        self.Label29.configure(highlightcolor="black")
        self.Label29.configure(text='''CSBTSTREET1''')

        self.Label30 = Label(self.TNotebook1_pg4)
        self.Label30.place(relx=0.01, rely=0.27, height=21, width=93)
        self.Label30.configure(activebackground="#f9f9f9")
        self.Label30.configure(activeforeground="black")
        self.Label30.configure(background=_bgcolor)
        self.Label30.configure(disabledforeground="#a3a3a3")
        self.Label30.configure(foreground="#000000")
        self.Label30.configure(highlightbackground="#d9d9d9")
        self.Label30.configure(highlightcolor="black")
        self.Label30.configure(text='''CSBTIPADDRESS''')

        self.Label31 = Label(self.TNotebook1_pg4)
        self.Label31.place(relx=0.01, rely=0.32, height=21, width=111)
        self.Label31.configure(activebackground="#f9f9f9")
        self.Label31.configure(activeforeground="black")
        self.Label31.configure(background=_bgcolor)
        self.Label31.configure(disabledforeground="#a3a3a3")
        self.Label31.configure(foreground="#000000")
        self.Label31.configure(highlightbackground="#d9d9d9")
        self.Label31.configure(highlightcolor="black")
        self.Label31.configure(text='''CSPTGRANDTOTAL''')

        self.Label32 = Label(self.TNotebook1_pg4)
        self.Label32.place(relx=0.01, rely=0.37, height=21, width=53)
        self.Label32.configure(activebackground="#f9f9f9")
        self.Label32.configure(activeforeground="black")
        self.Label32.configure(background=_bgcolor)
        self.Label32.configure(disabledforeground="#a3a3a3")
        self.Label32.configure(foreground="#000000")
        self.Label32.configure(highlightbackground="#d9d9d9")
        self.Label32.configure(highlightcolor="black")
        self.Label32.configure(text='''CSMDD6''')

        self.Label33 = Label(self.TNotebook1_pg4)
        self.Label33.place(relx=0.01, rely=0.42, height=21, width=53)
        self.Label33.configure(activebackground="#f9f9f9")
        self.Label33.configure(activeforeground="black")
        self.Label33.configure(background=_bgcolor)
        self.Label33.configure(disabledforeground="#a3a3a3")
        self.Label33.configure(foreground="#000000")
        self.Label33.configure(highlightbackground="#d9d9d9")
        self.Label33.configure(highlightcolor="black")
        self.Label33.configure(text='''CSMDD8''')

        self.Label34 = Label(self.TNotebook1_pg4)
        self.Label34.place(relx=0.01, rely=0.47, height=21, width=59)
        self.Label34.configure(activebackground="#f9f9f9")
        self.Label34.configure(activeforeground="black")
        self.Label34.configure(background=_bgcolor)
        self.Label34.configure(disabledforeground="#a3a3a3")
        self.Label34.configure(foreground="#000000")
        self.Label34.configure(highlightbackground="#d9d9d9")
        self.Label34.configure(highlightcolor="black")
        self.Label34.configure(text='''CSMDD10''')

        self.Entry24 = Entry(self.TNotebook1_pg4)
        self.Entry24.place(relx=0.12, rely=0.02, relheight=0.03, relwidth=0.17)
        self.Entry24.configure(background="white")
        self.Entry24.configure(disabledforeground="#a3a3a3")
        self.Entry24.configure(font="TkFixedFont")
        self.Entry24.configure(foreground="#000000")
        self.Entry24.configure(highlightbackground="#d9d9d9")
        self.Entry24.configure(highlightcolor="black")
        self.Entry24.configure(insertbackground="black")
        self.Entry24.configure(selectbackground="#c4c4c4")
        self.Entry24.configure(selectforeground="black")
        self.Entry24.configure(textvariable=main_support.CSBTCITY)

        self.Entry25 = Entry(self.TNotebook1_pg4)
        self.Entry25.place(relx=0.12, rely=0.07, relheight=0.03, relwidth=0.17)
        self.Entry25.configure(background="white")
        self.Entry25.configure(disabledforeground="#a3a3a3")
        self.Entry25.configure(font="TkFixedFont")
        self.Entry25.configure(foreground="#000000")
        self.Entry25.configure(highlightbackground="#d9d9d9")
        self.Entry25.configure(highlightcolor="black")
        self.Entry25.configure(insertbackground="black")
        self.Entry25.configure(selectbackground="#c4c4c4")
        self.Entry25.configure(selectforeground="black")
        self.Entry25.configure(textvariable=main_support.CSBTEMAIL)

        self.Entry26 = Entry(self.TNotebook1_pg4)
        self.Entry26.place(relx=0.12, rely=0.12, relheight=0.03, relwidth=0.17)
        self.Entry26.configure(background="white")
        self.Entry26.configure(disabledforeground="#a3a3a3")
        self.Entry26.configure(font="TkFixedFont")
        self.Entry26.configure(foreground="#000000")
        self.Entry26.configure(highlightbackground="#d9d9d9")
        self.Entry26.configure(highlightcolor="black")
        self.Entry26.configure(insertbackground="black")
        self.Entry26.configure(selectbackground="#c4c4c4")
        self.Entry26.configure(selectforeground="black")
        self.Entry26.configure(textvariable=main_support.CSBTFIRSTNAME)

        self.Entry27 = Entry(self.TNotebook1_pg4)
        self.Entry27.place(relx=0.12, rely=0.17, relheight=0.03, relwidth=0.17)
        self.Entry27.configure(background="white")
        self.Entry27.configure(disabledforeground="#a3a3a3")
        self.Entry27.configure(font="TkFixedFont")
        self.Entry27.configure(foreground="#000000")
        self.Entry27.configure(highlightbackground="#d9d9d9")
        self.Entry27.configure(highlightcolor="black")
        self.Entry27.configure(insertbackground="black")
        self.Entry27.configure(selectbackground="#c4c4c4")
        self.Entry27.configure(selectforeground="black")
        self.Entry27.configure(textvariable=main_support.CSBTPOSTALCODE)

        self.Entry28 = Entry(self.TNotebook1_pg4)
        self.Entry28.place(relx=0.12, rely=0.22, relheight=0.03, relwidth=0.17)
        self.Entry28.configure(background="white")
        self.Entry28.configure(disabledforeground="#a3a3a3")
        self.Entry28.configure(font="TkFixedFont")
        self.Entry28.configure(foreground="#000000")
        self.Entry28.configure(highlightbackground="#d9d9d9")
        self.Entry28.configure(highlightcolor="black")
        self.Entry28.configure(insertbackground="black")
        self.Entry28.configure(selectbackground="#c4c4c4")
        self.Entry28.configure(selectforeground="black")
        self.Entry28.configure(textvariable=main_support.CSBTSTREET1)

        self.Entry29 = Entry(self.TNotebook1_pg4)
        self.Entry29.place(relx=0.12, rely=0.27, relheight=0.03, relwidth=0.17)
        self.Entry29.configure(background="white")
        self.Entry29.configure(disabledforeground="#a3a3a3")
        self.Entry29.configure(font="TkFixedFont")
        self.Entry29.configure(foreground="#000000")
        self.Entry29.configure(highlightbackground="#d9d9d9")
        self.Entry29.configure(highlightcolor="black")
        self.Entry29.configure(insertbackground="black")
        self.Entry29.configure(selectbackground="#c4c4c4")
        self.Entry29.configure(selectforeground="black")
        self.Entry29.configure(textvariable=main_support.CSBTIPADDRESS)

        self.Entry30 = Entry(self.TNotebook1_pg4)
        self.Entry30.place(relx=0.12, rely=0.32, relheight=0.03, relwidth=0.17)
        self.Entry30.configure(background="white")
        self.Entry30.configure(disabledforeground="#a3a3a3")
        self.Entry30.configure(font="TkFixedFont")
        self.Entry30.configure(foreground="#000000")
        self.Entry30.configure(highlightbackground="#d9d9d9")
        self.Entry30.configure(highlightcolor="black")
        self.Entry30.configure(insertbackground="black")
        self.Entry30.configure(selectbackground="#c4c4c4")
        self.Entry30.configure(selectforeground="black")
        self.Entry30.configure(textvariable=main_support.CSPTGRANDTOTALAMOUNT)

        self.Entry31 = Entry(self.TNotebook1_pg4)
        self.Entry31.place(relx=0.12, rely=0.37, relheight=0.03, relwidth=0.17)
        self.Entry31.configure(background="white")
        self.Entry31.configure(disabledforeground="#a3a3a3")
        self.Entry31.configure(font="TkFixedFont")
        self.Entry31.configure(foreground="#000000")
        self.Entry31.configure(highlightbackground="#d9d9d9")
        self.Entry31.configure(highlightcolor="black")
        self.Entry31.configure(insertbackground="black")
        self.Entry31.configure(selectbackground="#c4c4c4")
        self.Entry31.configure(selectforeground="black")
        self.Entry31.configure(textvariable=main_support.CSMDD6)

        self.Entry32 = Entry(self.TNotebook1_pg4)
        self.Entry32.place(relx=0.12, rely=0.42, relheight=0.03, relwidth=0.17)
        self.Entry32.configure(background="white")
        self.Entry32.configure(disabledforeground="#a3a3a3")
        self.Entry32.configure(font="TkFixedFont")
        self.Entry32.configure(foreground="#000000")
        self.Entry32.configure(highlightbackground="#d9d9d9")
        self.Entry32.configure(highlightcolor="black")
        self.Entry32.configure(insertbackground="black")
        self.Entry32.configure(selectbackground="#c4c4c4")
        self.Entry32.configure(selectforeground="black")
        self.Entry32.configure(textvariable=main_support.CSMDD8)

        self.Entry33 = Entry(self.TNotebook1_pg4)
        self.Entry33.place(relx=0.12, rely=0.47, relheight=0.03, relwidth=0.17)
        self.Entry33.configure(background="white")
        self.Entry33.configure(disabledforeground="#a3a3a3")
        self.Entry33.configure(font="TkFixedFont")
        self.Entry33.configure(foreground="#000000")
        self.Entry33.configure(highlightbackground="#d9d9d9")
        self.Entry33.configure(highlightcolor="black")
        self.Entry33.configure(insertbackground="black")
        self.Entry33.configure(selectbackground="#c4c4c4")
        self.Entry33.configure(selectforeground="black")
        self.Entry33.configure(textvariable=main_support.CSMDD10)

        self.Label35 = Label(self.TNotebook1_pg4)
        self.Label35.place(relx=0.34, rely=0.02, height=21, width=89)
        self.Label35.configure(activebackground="#f9f9f9")
        self.Label35.configure(activeforeground="black")
        self.Label35.configure(background=_bgcolor)
        self.Label35.configure(disabledforeground="#a3a3a3")
        self.Label35.configure(foreground="#000000")
        self.Label35.configure(highlightbackground="#d9d9d9")
        self.Label35.configure(highlightcolor="black")
        self.Label35.configure(text='''CSBTCOUNTRY''')

        self.Label36 = Label(self.TNotebook1_pg4)
        self.Label36.place(relx=0.34, rely=0.07, height=21, width=122)
        self.Label36.configure(activebackground="#f9f9f9")
        self.Label36.configure(activeforeground="black")
        self.Label36.configure(background=_bgcolor)
        self.Label36.configure(disabledforeground="#a3a3a3")
        self.Label36.configure(foreground="#000000")
        self.Label36.configure(highlightbackground="#d9d9d9")
        self.Label36.configure(highlightcolor="black")
        self.Label36.configure(text='''CSBTPHONENUMBER''')

        self.Label37 = Label(self.TNotebook1_pg4)
        self.Label37.place(relx=0.34, rely=0.12, height=21, width=95)
        self.Label37.configure(activebackground="#f9f9f9")
        self.Label37.configure(activeforeground="black")
        self.Label37.configure(background=_bgcolor)
        self.Label37.configure(disabledforeground="#a3a3a3")
        self.Label37.configure(foreground="#000000")
        self.Label37.configure(highlightbackground="#d9d9d9")
        self.Label37.configure(highlightcolor="black")
        self.Label37.configure(text='''CSBTLASTNAME''')

        self.Label38 = Label(self.TNotebook1_pg4)
        self.Label38.place(relx=0.34, rely=0.17, height=21, width=68)
        self.Label38.configure(activebackground="#f9f9f9")
        self.Label38.configure(activeforeground="black")
        self.Label38.configure(background=_bgcolor)
        self.Label38.configure(disabledforeground="#a3a3a3")
        self.Label38.configure(foreground="#000000")
        self.Label38.configure(highlightbackground="#d9d9d9")
        self.Label38.configure(highlightcolor="black")
        self.Label38.configure(text='''CSBTSTATE''')

        self.Label39 = Label(self.TNotebook1_pg4)
        self.Label39.place(relx=0.34, rely=0.22, height=21, width=79)
        self.Label39.configure(activebackground="#f9f9f9")
        self.Label39.configure(activeforeground="black")
        self.Label39.configure(background=_bgcolor)
        self.Label39.configure(disabledforeground="#a3a3a3")
        self.Label39.configure(foreground="#000000")
        self.Label39.configure(highlightbackground="#d9d9d9")
        self.Label39.configure(highlightcolor="black")
        self.Label39.configure(text='''CSBTSTREET2''')

        self.Label40 = Label(self.TNotebook1_pg4)
        self.Label40.place(relx=0.34, rely=0.27, height=21, width=107)
        self.Label40.configure(activebackground="#f9f9f9")
        self.Label40.configure(activeforeground="black")
        self.Label40.configure(background=_bgcolor)
        self.Label40.configure(disabledforeground="#a3a3a3")
        self.Label40.configure(foreground="#000000")
        self.Label40.configure(highlightbackground="#d9d9d9")
        self.Label40.configure(highlightcolor="black")
        self.Label40.configure(text='''CSBTCUSTOMERID''')

        self.Label41 = Label(self.TNotebook1_pg4)
        self.Label41.place(relx=0.34, rely=0.32, height=21, width=94)
        self.Label41.configure(activebackground="#f9f9f9")
        self.Label41.configure(activeforeground="black")
        self.Label41.configure(background=_bgcolor)
        self.Label41.configure(disabledforeground="#a3a3a3")
        self.Label41.configure(foreground="#000000")
        self.Label41.configure(highlightbackground="#d9d9d9")
        self.Label41.configure(highlightcolor="black")
        self.Label41.configure(text='''CSPTCURRENCY''')

        self.Label42 = Label(self.TNotebook1_pg4)
        self.Label42.place(relx=0.34, rely=0.37, height=21, width=53)
        self.Label42.configure(activebackground="#f9f9f9")
        self.Label42.configure(activeforeground="black")
        self.Label42.configure(background=_bgcolor)
        self.Label42.configure(disabledforeground="#a3a3a3")
        self.Label42.configure(foreground="#000000")
        self.Label42.configure(highlightbackground="#d9d9d9")
        self.Label42.configure(highlightcolor="black")
        self.Label42.configure(text='''CSMDD7''')

        self.Label43 = Label(self.TNotebook1_pg4)
        self.Label43.place(relx=0.34, rely=0.42, height=21, width=53)
        self.Label43.configure(activebackground="#f9f9f9")
        self.Label43.configure(activeforeground="black")
        self.Label43.configure(background=_bgcolor)
        self.Label43.configure(disabledforeground="#a3a3a3")
        self.Label43.configure(foreground="#000000")
        self.Label43.configure(highlightbackground="#d9d9d9")
        self.Label43.configure(highlightcolor="black")
        self.Label43.configure(text='''CSMDD9''')

        self.Label44 = Label(self.TNotebook1_pg4)
        self.Label44.place(relx=0.34, rely=0.47, height=21, width=59)
        self.Label44.configure(activebackground="#f9f9f9")
        self.Label44.configure(activeforeground="black")
        self.Label44.configure(background=_bgcolor)
        self.Label44.configure(disabledforeground="#a3a3a3")
        self.Label44.configure(foreground="#000000")
        self.Label44.configure(highlightbackground="#d9d9d9")
        self.Label44.configure(highlightcolor="black")
        self.Label44.configure(text='''CSMDD11''')

        self.Entry34 = Entry(self.TNotebook1_pg4)
        self.Entry34.place(relx=0.47, rely=0.02, relheight=0.03, relwidth=0.17)
        self.Entry34.configure(background="white")
        self.Entry34.configure(disabledforeground="#a3a3a3")
        self.Entry34.configure(font="TkFixedFont")
        self.Entry34.configure(foreground="#000000")
        self.Entry34.configure(highlightbackground="#d9d9d9")
        self.Entry34.configure(highlightcolor="black")
        self.Entry34.configure(insertbackground="black")
        self.Entry34.configure(selectbackground="#c4c4c4")
        self.Entry34.configure(selectforeground="black")
        self.Entry34.configure(textvariable=main_support.CSBTCOUNTRY)

        self.Entry35 = Entry(self.TNotebook1_pg4)
        self.Entry35.place(relx=0.47, rely=0.07, relheight=0.03, relwidth=0.17)
        self.Entry35.configure(background="white")
        self.Entry35.configure(disabledforeground="#a3a3a3")
        self.Entry35.configure(font="TkFixedFont")
        self.Entry35.configure(foreground="#000000")
        self.Entry35.configure(highlightbackground="#d9d9d9")
        self.Entry35.configure(highlightcolor="black")
        self.Entry35.configure(insertbackground="black")
        self.Entry35.configure(selectbackground="#c4c4c4")
        self.Entry35.configure(selectforeground="black")
        self.Entry35.configure(textvariable=main_support.CSBTPHONENUMBER)

        self.Entry36 = Entry(self.TNotebook1_pg4)
        self.Entry36.place(relx=0.47, rely=0.12, relheight=0.03, relwidth=0.17)
        self.Entry36.configure(background="white")
        self.Entry36.configure(disabledforeground="#a3a3a3")
        self.Entry36.configure(font="TkFixedFont")
        self.Entry36.configure(foreground="#000000")
        self.Entry36.configure(highlightbackground="#d9d9d9")
        self.Entry36.configure(highlightcolor="black")
        self.Entry36.configure(insertbackground="black")
        self.Entry36.configure(selectbackground="#c4c4c4")
        self.Entry36.configure(selectforeground="black")
        self.Entry36.configure(textvariable=main_support.CSBTLASTNAME)

        self.Entry37 = Entry(self.TNotebook1_pg4)
        self.Entry37.place(relx=0.47, rely=0.17, relheight=0.03, relwidth=0.17)
        self.Entry37.configure(background="white")
        self.Entry37.configure(disabledforeground="#a3a3a3")
        self.Entry37.configure(font="TkFixedFont")
        self.Entry37.configure(foreground="#000000")
        self.Entry37.configure(highlightbackground="#d9d9d9")
        self.Entry37.configure(highlightcolor="black")
        self.Entry37.configure(insertbackground="black")
        self.Entry37.configure(selectbackground="#c4c4c4")
        self.Entry37.configure(selectforeground="black")
        self.Entry37.configure(textvariable=main_support.CSBTSTATE)

        self.Entry38 = Entry(self.TNotebook1_pg4)
        self.Entry38.place(relx=0.47, rely=0.22, relheight=0.03, relwidth=0.17)
        self.Entry38.configure(background="white")
        self.Entry38.configure(disabledforeground="#a3a3a3")
        self.Entry38.configure(font="TkFixedFont")
        self.Entry38.configure(foreground="#000000")
        self.Entry38.configure(highlightbackground="#d9d9d9")
        self.Entry38.configure(highlightcolor="black")
        self.Entry38.configure(insertbackground="black")
        self.Entry38.configure(selectbackground="#c4c4c4")
        self.Entry38.configure(selectforeground="black")
        self.Entry38.configure(textvariable=main_support.CSBTSTREET2)

        self.Entry39 = Entry(self.TNotebook1_pg4)
        self.Entry39.place(relx=0.47, rely=0.27, relheight=0.03, relwidth=0.17)
        self.Entry39.configure(background="white")
        self.Entry39.configure(disabledforeground="#a3a3a3")
        self.Entry39.configure(font="TkFixedFont")
        self.Entry39.configure(foreground="#000000")
        self.Entry39.configure(highlightbackground="#d9d9d9")
        self.Entry39.configure(highlightcolor="black")
        self.Entry39.configure(insertbackground="black")
        self.Entry39.configure(selectbackground="#c4c4c4")
        self.Entry39.configure(selectforeground="black")
        self.Entry39.configure(textvariable=main_support.CSBTCUSTOMERID)

        self.Entry40 = Entry(self.TNotebook1_pg4)
        self.Entry40.place(relx=0.47, rely=0.32, relheight=0.03, relwidth=0.17)
        self.Entry40.configure(background="white")
        self.Entry40.configure(disabledforeground="#a3a3a3")
        self.Entry40.configure(font="TkFixedFont")
        self.Entry40.configure(foreground="#000000")
        self.Entry40.configure(highlightbackground="#d9d9d9")
        self.Entry40.configure(highlightcolor="black")
        self.Entry40.configure(insertbackground="black")
        self.Entry40.configure(selectbackground="#c4c4c4")
        self.Entry40.configure(selectforeground="black")
        self.Entry40.configure(textvariable=main_support.CSPTCURRENCY)

        self.Entry41 = Entry(self.TNotebook1_pg4)
        self.Entry41.place(relx=0.47, rely=0.37, relheight=0.03, relwidth=0.17)
        self.Entry41.configure(background="white")
        self.Entry41.configure(disabledforeground="#a3a3a3")
        self.Entry41.configure(font="TkFixedFont")
        self.Entry41.configure(foreground="#000000")
        self.Entry41.configure(highlightbackground="#d9d9d9")
        self.Entry41.configure(highlightcolor="black")
        self.Entry41.configure(insertbackground="black")
        self.Entry41.configure(selectbackground="#c4c4c4")
        self.Entry41.configure(selectforeground="black")
        self.Entry41.configure(textvariable=main_support.CSMDD7)

        self.Entry42 = Entry(self.TNotebook1_pg4)
        self.Entry42.place(relx=0.47, rely=0.42, relheight=0.03, relwidth=0.17)
        self.Entry42.configure(background="white")
        self.Entry42.configure(disabledforeground="#a3a3a3")
        self.Entry42.configure(font="TkFixedFont")
        self.Entry42.configure(foreground="#000000")
        self.Entry42.configure(highlightbackground="#d9d9d9")
        self.Entry42.configure(highlightcolor="black")
        self.Entry42.configure(insertbackground="black")
        self.Entry42.configure(selectbackground="#c4c4c4")
        self.Entry42.configure(selectforeground="black")
        self.Entry42.configure(textvariable=main_support.CSMDD9)

        self.Entry43 = Entry(self.TNotebook1_pg4)
        self.Entry43.place(relx=0.47, rely=0.47, relheight=0.03, relwidth=0.17)
        self.Entry43.configure(background="white")
        self.Entry43.configure(disabledforeground="#a3a3a3")
        self.Entry43.configure(font="TkFixedFont")
        self.Entry43.configure(foreground="#000000")
        self.Entry43.configure(highlightbackground="#d9d9d9")
        self.Entry43.configure(highlightcolor="black")
        self.Entry43.configure(insertbackground="black")
        self.Entry43.configure(selectbackground="#c4c4c4")
        self.Entry43.configure(selectforeground="black")
        self.Entry43.configure(textvariable=main_support.CSMDD11)

        self.Radiobutton1 = Radiobutton(self.TNotebook1_pg4)
        self.Radiobutton1.place(relx=0.01, rely=0.55, relheight=0.04
                , relwidth=0.06)
        self.Radiobutton1.configure(activebackground="#d9d9d9")
        self.Radiobutton1.configure(activeforeground="#000000")
        self.Radiobutton1.configure(background=_bgcolor)
        self.Radiobutton1.configure(disabledforeground="#a3a3a3")
        self.Radiobutton1.configure(foreground="#000000")
        self.Radiobutton1.configure(highlightbackground="#d9d9d9")
        self.Radiobutton1.configure(highlightcolor="black")
        self.Radiobutton1.configure(justify=LEFT)
        self.Radiobutton1.configure(text='''Retail''')
        self.Radiobutton1.configure(variable=main_support.isRetail)

        self.Label45 = Label(self.TNotebook1_pg5)
        self.Label45.place(relx=0.01, rely=0.02, height=21, width=58)
        self.Label45.configure(activebackground="#f9f9f9")
        self.Label45.configure(activeforeground="black")
        self.Label45.configure(background=_bgcolor)
        self.Label45.configure(disabledforeground="#a3a3a3")
        self.Label45.configure(foreground="#000000")
        self.Label45.configure(highlightbackground="#d9d9d9")
        self.Label45.configure(highlightcolor="black")
        self.Label45.configure(text='''CSSTCITY''')

        self.Label46 = Label(self.TNotebook1_pg5)
        self.Label46.place(relx=0.01, rely=0.07, height=21, width=67)
        self.Label46.configure(activebackground="#f9f9f9")
        self.Label46.configure(activeforeground="black")
        self.Label46.configure(background=_bgcolor)
        self.Label46.configure(disabledforeground="#a3a3a3")
        self.Label46.configure(foreground="#000000")
        self.Label46.configure(highlightbackground="#d9d9d9")
        self.Label46.configure(highlightcolor="black")
        self.Label46.configure(text='''CSSTEMAIL''')

        self.Label47 = Label(self.TNotebook1_pg5)
        self.Label47.place(relx=0.01, rely=0.12, height=21, width=96)
        self.Label47.configure(activebackground="#f9f9f9")
        self.Label47.configure(activeforeground="black")
        self.Label47.configure(background=_bgcolor)
        self.Label47.configure(disabledforeground="#a3a3a3")
        self.Label47.configure(foreground="#000000")
        self.Label47.configure(highlightbackground="#d9d9d9")
        self.Label47.configure(highlightcolor="black")
        self.Label47.configure(text='''CSSTFIRSTNAME''')

        self.Label48 = Label(self.TNotebook1_pg5)
        self.Label48.place(relx=0.01, rely=0.18, height=21, width=107)
        self.Label48.configure(activebackground="#f9f9f9")
        self.Label48.configure(activeforeground="black")
        self.Label48.configure(background=_bgcolor)
        self.Label48.configure(disabledforeground="#a3a3a3")
        self.Label48.configure(foreground="#000000")
        self.Label48.configure(highlightbackground="#d9d9d9")
        self.Label48.configure(highlightcolor="black")
        self.Label48.configure(text='''CSSTPOSTALCODE''')

        self.Label49 = Label(self.TNotebook1_pg5)
        self.Label49.place(relx=0.01, rely=0.23, height=21, width=78)
        self.Label49.configure(activebackground="#f9f9f9")
        self.Label49.configure(activeforeground="black")
        self.Label49.configure(background=_bgcolor)
        self.Label49.configure(disabledforeground="#a3a3a3")
        self.Label49.configure(foreground="#000000")
        self.Label49.configure(highlightbackground="#d9d9d9")
        self.Label49.configure(highlightcolor="black")
        self.Label49.configure(text='''CSSTSTREET1''')

        self.Label50 = Label(self.TNotebook1_pg5)
        self.Label50.place(relx=0.32, rely=0.02, height=21, width=88)
        self.Label50.configure(activebackground="#f9f9f9")
        self.Label50.configure(activeforeground="black")
        self.Label50.configure(background=_bgcolor)
        self.Label50.configure(disabledforeground="#a3a3a3")
        self.Label50.configure(foreground="#000000")
        self.Label50.configure(highlightbackground="#d9d9d9")
        self.Label50.configure(highlightcolor="black")
        self.Label50.configure(text='''CSSTCOUNTRY''')

        self.Label51 = Label(self.TNotebook1_pg5)
        self.Label51.place(relx=0.32, rely=0.07, height=21, width=121)
        self.Label51.configure(activebackground="#f9f9f9")
        self.Label51.configure(activeforeground="black")
        self.Label51.configure(background=_bgcolor)
        self.Label51.configure(disabledforeground="#a3a3a3")
        self.Label51.configure(foreground="#000000")
        self.Label51.configure(highlightbackground="#d9d9d9")
        self.Label51.configure(highlightcolor="black")
        self.Label51.configure(text='''CSSTPHONENUMBER''')

        self.Label52 = Label(self.TNotebook1_pg5)
        self.Label52.place(relx=0.32, rely=0.12, height=21, width=94)
        self.Label52.configure(activebackground="#f9f9f9")
        self.Label52.configure(activeforeground="black")
        self.Label52.configure(background=_bgcolor)
        self.Label52.configure(disabledforeground="#a3a3a3")
        self.Label52.configure(foreground="#000000")
        self.Label52.configure(highlightbackground="#d9d9d9")
        self.Label52.configure(highlightcolor="black")
        self.Label52.configure(text='''CSSTLASTNAME''')

        self.Label53 = Label(self.TNotebook1_pg5)
        self.Label53.place(relx=0.32, rely=0.18, height=21, width=67)
        self.Label53.configure(activebackground="#f9f9f9")
        self.Label53.configure(activeforeground="black")
        self.Label53.configure(background=_bgcolor)
        self.Label53.configure(disabledforeground="#a3a3a3")
        self.Label53.configure(foreground="#000000")
        self.Label53.configure(highlightbackground="#d9d9d9")
        self.Label53.configure(highlightcolor="black")
        self.Label53.configure(text='''CSSTSTATE''')

        self.Label54 = Label(self.TNotebook1_pg5)
        self.Label54.place(relx=0.32, rely=0.23, height=21, width=78)
        self.Label54.configure(activebackground="#f9f9f9")
        self.Label54.configure(activeforeground="black")
        self.Label54.configure(background=_bgcolor)
        self.Label54.configure(disabledforeground="#a3a3a3")
        self.Label54.configure(foreground="#000000")
        self.Label54.configure(highlightbackground="#d9d9d9")
        self.Label54.configure(highlightcolor="black")
        self.Label54.configure(text='''CSSTSTREET2''')

        self.Entry44 = Entry(self.TNotebook1_pg5)
        self.Entry44.place(relx=0.12, rely=0.02, relheight=0.04, relwidth=0.17)
        self.Entry44.configure(background="white")
        self.Entry44.configure(disabledforeground="#a3a3a3")
        self.Entry44.configure(font="TkFixedFont")
        self.Entry44.configure(foreground="#000000")
        self.Entry44.configure(highlightbackground="#d9d9d9")
        self.Entry44.configure(highlightcolor="black")
        self.Entry44.configure(insertbackground="black")
        self.Entry44.configure(selectbackground="#c4c4c4")
        self.Entry44.configure(selectforeground="black")
        self.Entry44.configure(textvariable=main_support.CSSTCITY)

        self.Entry45 = Entry(self.TNotebook1_pg5)
        self.Entry45.place(relx=0.12, rely=0.07, relheight=0.04, relwidth=0.17)
        self.Entry45.configure(background="white")
        self.Entry45.configure(disabledforeground="#a3a3a3")
        self.Entry45.configure(font="TkFixedFont")
        self.Entry45.configure(foreground="#000000")
        self.Entry45.configure(highlightbackground="#d9d9d9")
        self.Entry45.configure(highlightcolor="black")
        self.Entry45.configure(insertbackground="black")
        self.Entry45.configure(selectbackground="#c4c4c4")
        self.Entry45.configure(selectforeground="black")
        self.Entry45.configure(textvariable=main_support.CSSTEMAIL)

        self.Entry46 = Entry(self.TNotebook1_pg5)
        self.Entry46.place(relx=0.12, rely=0.12, relheight=0.04, relwidth=0.17)
        self.Entry46.configure(background="white")
        self.Entry46.configure(disabledforeground="#a3a3a3")
        self.Entry46.configure(font="TkFixedFont")
        self.Entry46.configure(foreground="#000000")
        self.Entry46.configure(highlightbackground="#d9d9d9")
        self.Entry46.configure(highlightcolor="black")
        self.Entry46.configure(insertbackground="black")
        self.Entry46.configure(selectbackground="#c4c4c4")
        self.Entry46.configure(selectforeground="black")
        self.Entry46.configure(textvariable=main_support.CSSTFIRSTNAME)

        self.Entry47 = Entry(self.TNotebook1_pg5)
        self.Entry47.place(relx=0.12, rely=0.18, relheight=0.04, relwidth=0.17)
        self.Entry47.configure(background="white")
        self.Entry47.configure(disabledforeground="#a3a3a3")
        self.Entry47.configure(font="TkFixedFont")
        self.Entry47.configure(foreground="#000000")
        self.Entry47.configure(highlightbackground="#d9d9d9")
        self.Entry47.configure(highlightcolor="black")
        self.Entry47.configure(insertbackground="black")
        self.Entry47.configure(selectbackground="#c4c4c4")
        self.Entry47.configure(selectforeground="black")
        self.Entry47.configure(textvariable=main_support.CSSTPOSTALCODE)

        self.Entry48 = Entry(self.TNotebook1_pg5)
        self.Entry48.place(relx=0.12, rely=0.23, relheight=0.04, relwidth=0.17)
        self.Entry48.configure(background="white")
        self.Entry48.configure(disabledforeground="#a3a3a3")
        self.Entry48.configure(font="TkFixedFont")
        self.Entry48.configure(foreground="#000000")
        self.Entry48.configure(highlightbackground="#d9d9d9")
        self.Entry48.configure(highlightcolor="black")
        self.Entry48.configure(insertbackground="black")
        self.Entry48.configure(selectbackground="#c4c4c4")
        self.Entry48.configure(selectforeground="black")
        self.Entry48.configure(textvariable=main_support.CSSTSTREET1)

        self.Entry49 = Entry(self.TNotebook1_pg5)
        self.Entry49.place(relx=0.45, rely=0.02, relheight=0.04, relwidth=0.17)
        self.Entry49.configure(background="white")
        self.Entry49.configure(disabledforeground="#a3a3a3")
        self.Entry49.configure(font="TkFixedFont")
        self.Entry49.configure(foreground="#000000")
        self.Entry49.configure(highlightbackground="#d9d9d9")
        self.Entry49.configure(highlightcolor="black")
        self.Entry49.configure(insertbackground="black")
        self.Entry49.configure(selectbackground="#c4c4c4")
        self.Entry49.configure(selectforeground="black")
        self.Entry49.configure(textvariable=main_support.CSSTCOUNTRY)

        self.Entry50 = Entry(self.TNotebook1_pg5)
        self.Entry50.place(relx=0.45, rely=0.07, relheight=0.04, relwidth=0.17)
        self.Entry50.configure(background="white")
        self.Entry50.configure(disabledforeground="#a3a3a3")
        self.Entry50.configure(font="TkFixedFont")
        self.Entry50.configure(foreground="#000000")
        self.Entry50.configure(highlightbackground="#d9d9d9")
        self.Entry50.configure(highlightcolor="black")
        self.Entry50.configure(insertbackground="black")
        self.Entry50.configure(selectbackground="#c4c4c4")
        self.Entry50.configure(selectforeground="black")
        self.Entry50.configure(textvariable=main_support.CSSTPHONENUMBER)

        self.Entry51 = Entry(self.TNotebook1_pg5)
        self.Entry51.place(relx=0.45, rely=0.12, relheight=0.04, relwidth=0.17)
        self.Entry51.configure(background="white")
        self.Entry51.configure(disabledforeground="#a3a3a3")
        self.Entry51.configure(font="TkFixedFont")
        self.Entry51.configure(foreground="#000000")
        self.Entry51.configure(highlightbackground="#d9d9d9")
        self.Entry51.configure(highlightcolor="black")
        self.Entry51.configure(insertbackground="black")
        self.Entry51.configure(selectbackground="#c4c4c4")
        self.Entry51.configure(selectforeground="black")
        self.Entry51.configure(textvariable=main_support.CSSTLASTNAME)

        self.Entry52 = Entry(self.TNotebook1_pg5)
        self.Entry52.place(relx=0.45, rely=0.18, relheight=0.04, relwidth=0.17)
        self.Entry52.configure(background="white")
        self.Entry52.configure(disabledforeground="#a3a3a3")
        self.Entry52.configure(font="TkFixedFont")
        self.Entry52.configure(foreground="#000000")
        self.Entry52.configure(highlightbackground="#d9d9d9")
        self.Entry52.configure(highlightcolor="black")
        self.Entry52.configure(insertbackground="black")
        self.Entry52.configure(selectbackground="#c4c4c4")
        self.Entry52.configure(selectforeground="black")
        self.Entry52.configure(textvariable=main_support.CSSTSTATE)

        self.Entry53 = Entry(self.TNotebook1_pg5)
        self.Entry53.place(relx=0.45, rely=0.23, relheight=0.04, relwidth=0.17)
        self.Entry53.configure(background="white")
        self.Entry53.configure(disabledforeground="#a3a3a3")
        self.Entry53.configure(font="TkFixedFont")
        self.Entry53.configure(foreground="#000000")
        self.Entry53.configure(highlightbackground="#d9d9d9")
        self.Entry53.configure(highlightcolor="black")
        self.Entry53.configure(insertbackground="black")
        self.Entry53.configure(selectbackground="#c4c4c4")
        self.Entry53.configure(selectforeground="black")
        self.Entry53.configure(textvariable=main_support.CSSTSTREET2)

        self.Label55 = Label(self.TNotebook1_pg5)
        self.Label55.place(relx=0.01, rely=0.33, height=21, width=115)
        self.Label55.configure(activebackground="#f9f9f9")
        self.Label55.configure(activeforeground="black")
        self.Label55.configure(background=_bgcolor)
        self.Label55.configure(disabledforeground="#a3a3a3")
        self.Label55.configure(foreground="#000000")
        self.Label55.configure(highlightbackground="#d9d9d9")
        self.Label55.configure(highlightcolor="black")
        self.Label55.configure(text='''CSITPRODUCTCODE''')

        self.Label56 = Label(self.TNotebook1_pg5)
        self.Label56.place(relx=0.01, rely=0.39, height=21, width=118)
        self.Label56.configure(activebackground="#f9f9f9")
        self.Label56.configure(activeforeground="black")
        self.Label56.configure(background=_bgcolor)
        self.Label56.configure(disabledforeground="#a3a3a3")
        self.Label56.configure(foreground="#000000")
        self.Label56.configure(highlightbackground="#d9d9d9")
        self.Label56.configure(highlightcolor="black")
        self.Label56.configure(text='''CSITPRODUCTNAME''')

        self.Label57 = Label(self.TNotebook1_pg5)
        self.Label57.place(relx=0.01, rely=0.44, height=21, width=119)
        self.Label57.configure(activebackground="#f9f9f9")
        self.Label57.configure(activeforeground="black")
        self.Label57.configure(background=_bgcolor)
        self.Label57.configure(disabledforeground="#a3a3a3")
        self.Label57.configure(foreground="#000000")
        self.Label57.configure(highlightbackground="#d9d9d9")
        self.Label57.configure(highlightcolor="black")
        self.Label57.configure(text='''CSITTOTALAMOUNT''')

        self.Label58 = Label(self.TNotebook1_pg5)
        self.Label58.place(relx=0.01, rely=0.49, height=21, width=88)
        self.Label58.configure(activebackground="#f9f9f9")
        self.Label58.configure(activeforeground="black")
        self.Label58.configure(background=_bgcolor)
        self.Label58.configure(disabledforeground="#a3a3a3")
        self.Label58.configure(foreground="#000000")
        self.Label58.configure(highlightbackground="#d9d9d9")
        self.Label58.configure(highlightcolor="black")
        self.Label58.configure(text='''CSITUNITPRICE''')

        self.Label59 = Label(self.TNotebook1_pg5)
        self.Label59.place(relx=0.32, rely=0.33, height=21, width=157)
        self.Label59.configure(activebackground="#f9f9f9")
        self.Label59.configure(activeforeground="black")
        self.Label59.configure(background=_bgcolor)
        self.Label59.configure(disabledforeground="#a3a3a3")
        self.Label59.configure(foreground="#000000")
        self.Label59.configure(highlightbackground="#d9d9d9")
        self.Label59.configure(highlightcolor="black")
        self.Label59.configure(text='''CSITPRODUCTDESCRIPTION''')

        self.Label60 = Label(self.TNotebook1_pg5)
        self.Label60.place(relx=0.32, rely=0.39, height=21, width=105)
        self.Label60.configure(activebackground="#f9f9f9")
        self.Label60.configure(activeforeground="black")
        self.Label60.configure(background=_bgcolor)
        self.Label60.configure(disabledforeground="#a3a3a3")
        self.Label60.configure(foreground="#000000")
        self.Label60.configure(highlightbackground="#d9d9d9")
        self.Label60.configure(highlightcolor="black")
        self.Label60.configure(text='''CSITPRODUCTSKU''')

        self.Label61 = Label(self.TNotebook1_pg5)
        self.Label61.place(relx=0.32, rely=0.44, height=21, width=88)
        self.Label61.configure(activebackground="#f9f9f9")
        self.Label61.configure(activeforeground="black")
        self.Label61.configure(background=_bgcolor)
        self.Label61.configure(disabledforeground="#a3a3a3")
        self.Label61.configure(foreground="#000000")
        self.Label61.configure(highlightbackground="#d9d9d9")
        self.Label61.configure(highlightcolor="black")
        self.Label61.configure(text='''CSITQUANTITY''')

        self.Entry54 = Entry(self.TNotebook1_pg5)
        self.Entry54.place(relx=0.12, rely=0.33, relheight=0.04, relwidth=0.17)
        self.Entry54.configure(background="white")
        self.Entry54.configure(disabledforeground="#a3a3a3")
        self.Entry54.configure(font="TkFixedFont")
        self.Entry54.configure(foreground="#000000")
        self.Entry54.configure(highlightbackground="#d9d9d9")
        self.Entry54.configure(highlightcolor="black")
        self.Entry54.configure(insertbackground="black")
        self.Entry54.configure(selectbackground="#c4c4c4")
        self.Entry54.configure(selectforeground="black")
        self.Entry54.configure(textvariable=main_support.CSITPRODUCTCODE)

        self.Entry55 = Entry(self.TNotebook1_pg5)
        self.Entry55.place(relx=0.12, rely=0.39, relheight=0.04, relwidth=0.17)
        self.Entry55.configure(background="white")
        self.Entry55.configure(disabledforeground="#a3a3a3")
        self.Entry55.configure(font="TkFixedFont")
        self.Entry55.configure(foreground="#000000")
        self.Entry55.configure(highlightbackground="#d9d9d9")
        self.Entry55.configure(highlightcolor="black")
        self.Entry55.configure(insertbackground="black")
        self.Entry55.configure(selectbackground="#c4c4c4")
        self.Entry55.configure(selectforeground="black")
        self.Entry55.configure(textvariable=main_support.CSITPRODUCTNAME)

        self.Entry56 = Entry(self.TNotebook1_pg5)
        self.Entry56.place(relx=0.12, rely=0.44, relheight=0.04, relwidth=0.17)
        self.Entry56.configure(background="white")
        self.Entry56.configure(disabledforeground="#a3a3a3")
        self.Entry56.configure(font="TkFixedFont")
        self.Entry56.configure(foreground="#000000")
        self.Entry56.configure(highlightbackground="#d9d9d9")
        self.Entry56.configure(highlightcolor="black")
        self.Entry56.configure(insertbackground="black")
        self.Entry56.configure(selectbackground="#c4c4c4")
        self.Entry56.configure(selectforeground="black")
        self.Entry56.configure(textvariable=main_support.CSITTOTALAMOUNT)

        self.Entry57 = Entry(self.TNotebook1_pg5)
        self.Entry57.place(relx=0.12, rely=0.49, relheight=0.04, relwidth=0.17)
        self.Entry57.configure(background="white")
        self.Entry57.configure(disabledforeground="#a3a3a3")
        self.Entry57.configure(font="TkFixedFont")
        self.Entry57.configure(foreground="#000000")
        self.Entry57.configure(highlightbackground="#d9d9d9")
        self.Entry57.configure(highlightcolor="black")
        self.Entry57.configure(insertbackground="black")
        self.Entry57.configure(selectbackground="#c4c4c4")
        self.Entry57.configure(selectforeground="black")
        self.Entry57.configure(textvariable=main_support.CSITUNITPRICE)

        self.Entry58 = Entry(self.TNotebook1_pg5)
        self.Entry58.place(relx=0.45, rely=0.33, relheight=0.04, relwidth=0.17)
        self.Entry58.configure(background="white")
        self.Entry58.configure(disabledforeground="#a3a3a3")
        self.Entry58.configure(font="TkFixedFont")
        self.Entry58.configure(foreground="#000000")
        self.Entry58.configure(highlightbackground="#d9d9d9")
        self.Entry58.configure(highlightcolor="black")
        self.Entry58.configure(insertbackground="black")
        self.Entry58.configure(selectbackground="#c4c4c4")
        self.Entry58.configure(selectforeground="black")
        self.Entry58.configure(textvariable=main_support.CSITPRODUCTDESCRIPTION)

        self.Entry59 = Entry(self.TNotebook1_pg5)
        self.Entry59.place(relx=0.45, rely=0.39, relheight=0.04, relwidth=0.17)
        self.Entry59.configure(background="white")
        self.Entry59.configure(disabledforeground="#a3a3a3")
        self.Entry59.configure(font="TkFixedFont")
        self.Entry59.configure(foreground="#000000")
        self.Entry59.configure(highlightbackground="#d9d9d9")
        self.Entry59.configure(highlightcolor="black")
        self.Entry59.configure(insertbackground="black")
        self.Entry59.configure(selectbackground="#c4c4c4")
        self.Entry59.configure(selectforeground="black")
        self.Entry59.configure(textvariable=main_support.CSITPRODUCTSKU)

        self.Entry60 = Entry(self.TNotebook1_pg5)
        self.Entry60.place(relx=0.45, rely=0.44, relheight=0.04, relwidth=0.17)
        self.Entry60.configure(background="white")
        self.Entry60.configure(disabledforeground="#a3a3a3")
        self.Entry60.configure(font="TkFixedFont")
        self.Entry60.configure(foreground="#000000")
        self.Entry60.configure(highlightbackground="#d9d9d9")
        self.Entry60.configure(highlightcolor="black")
        self.Entry60.configure(insertbackground="black")
        self.Entry60.configure(selectbackground="#c4c4c4")
        self.Entry60.configure(selectforeground="black")
        self.Entry60.configure(textvariable=main_support.CSITQUANTITY)

        self.Label62 = Label(self.TNotebook1_pg5)
        self.Label62.place(relx=0.01, rely=0.6, height=21, width=59)
        self.Label62.configure(activebackground="#f9f9f9")
        self.Label62.configure(activeforeground="black")
        self.Label62.configure(background=_bgcolor)
        self.Label62.configure(disabledforeground="#a3a3a3")
        self.Label62.configure(foreground="#000000")
        self.Label62.configure(highlightbackground="#d9d9d9")
        self.Label62.configure(highlightcolor="black")
        self.Label62.configure(text='''CSMDD12''')

        self.Label63 = Label(self.TNotebook1_pg5)
        self.Label63.place(relx=0.01, rely=0.65, height=21, width=59)
        self.Label63.configure(activebackground="#f9f9f9")
        self.Label63.configure(activeforeground="black")
        self.Label63.configure(background=_bgcolor)
        self.Label63.configure(disabledforeground="#a3a3a3")
        self.Label63.configure(foreground="#000000")
        self.Label63.configure(highlightbackground="#d9d9d9")
        self.Label63.configure(highlightcolor="black")
        self.Label63.configure(text='''CSMDD14''')

        self.Label64 = Label(self.TNotebook1_pg5)
        self.Label64.place(relx=0.01, rely=0.7, height=21, width=59)
        self.Label64.configure(activebackground="#f9f9f9")
        self.Label64.configure(activeforeground="black")
        self.Label64.configure(background=_bgcolor)
        self.Label64.configure(disabledforeground="#a3a3a3")
        self.Label64.configure(foreground="#000000")
        self.Label64.configure(highlightbackground="#d9d9d9")
        self.Label64.configure(highlightcolor="black")
        self.Label64.configure(text='''CSMDD16''')

        self.Label65 = Label(self.TNotebook1_pg5)
        self.Label65.place(relx=0.32, rely=0.6, height=21, width=59)
        self.Label65.configure(activebackground="#f9f9f9")
        self.Label65.configure(activeforeground="black")
        self.Label65.configure(background=_bgcolor)
        self.Label65.configure(disabledforeground="#a3a3a3")
        self.Label65.configure(foreground="#000000")
        self.Label65.configure(highlightbackground="#d9d9d9")
        self.Label65.configure(highlightcolor="black")
        self.Label65.configure(text='''CSMDD13''')

        self.Label66 = Label(self.TNotebook1_pg5)
        self.Label66.place(relx=0.32, rely=0.65, height=21, width=59)
        self.Label66.configure(activebackground="#f9f9f9")
        self.Label66.configure(activeforeground="black")
        self.Label66.configure(background=_bgcolor)
        self.Label66.configure(disabledforeground="#a3a3a3")
        self.Label66.configure(foreground="#000000")
        self.Label66.configure(highlightbackground="#d9d9d9")
        self.Label66.configure(highlightcolor="black")
        self.Label66.configure(text='''CSMDD15''')

        self.Entry61 = Entry(self.TNotebook1_pg5)
        self.Entry61.place(relx=0.12, rely=0.6, relheight=0.04, relwidth=0.17)
        self.Entry61.configure(background="white")
        self.Entry61.configure(disabledforeground="#a3a3a3")
        self.Entry61.configure(font="TkFixedFont")
        self.Entry61.configure(foreground="#000000")
        self.Entry61.configure(highlightbackground="#d9d9d9")
        self.Entry61.configure(highlightcolor="black")
        self.Entry61.configure(insertbackground="black")
        self.Entry61.configure(selectbackground="#c4c4c4")
        self.Entry61.configure(selectforeground="black")
        self.Entry61.configure(textvariable=main_support.CSMDD12)

        self.Entry62 = Entry(self.TNotebook1_pg5)
        self.Entry62.place(relx=0.12, rely=0.65, relheight=0.04, relwidth=0.17)
        self.Entry62.configure(background="white")
        self.Entry62.configure(disabledforeground="#a3a3a3")
        self.Entry62.configure(font="TkFixedFont")
        self.Entry62.configure(foreground="#000000")
        self.Entry62.configure(highlightbackground="#d9d9d9")
        self.Entry62.configure(highlightcolor="black")
        self.Entry62.configure(insertbackground="black")
        self.Entry62.configure(selectbackground="#c4c4c4")
        self.Entry62.configure(selectforeground="black")
        self.Entry62.configure(textvariable=main_support.CSMDD14)

        self.Entry63 = Entry(self.TNotebook1_pg5)
        self.Entry63.place(relx=0.12, rely=0.7, relheight=0.04, relwidth=0.17)
        self.Entry63.configure(background="white")
        self.Entry63.configure(disabledforeground="#a3a3a3")
        self.Entry63.configure(font="TkFixedFont")
        self.Entry63.configure(foreground="#000000")
        self.Entry63.configure(highlightbackground="#d9d9d9")
        self.Entry63.configure(highlightcolor="black")
        self.Entry63.configure(insertbackground="black")
        self.Entry63.configure(selectbackground="#c4c4c4")
        self.Entry63.configure(selectforeground="black")
        self.Entry63.configure(textvariable=main_support.CSMDD16)

        self.Entry64 = Entry(self.TNotebook1_pg5)
        self.Entry64.place(relx=0.45, rely=0.6, relheight=0.04, relwidth=0.17)
        self.Entry64.configure(background="white")
        self.Entry64.configure(disabledforeground="#a3a3a3")
        self.Entry64.configure(font="TkFixedFont")
        self.Entry64.configure(foreground="#000000")
        self.Entry64.configure(highlightbackground="#d9d9d9")
        self.Entry64.configure(highlightcolor="black")
        self.Entry64.configure(insertbackground="black")
        self.Entry64.configure(selectbackground="#c4c4c4")
        self.Entry64.configure(selectforeground="black")
        self.Entry64.configure(textvariable=main_support.CSMDD13)

        self.Entry65 = Entry(self.TNotebook1_pg5)
        self.Entry65.place(relx=0.45, rely=0.65, relheight=0.04, relwidth=0.17)
        self.Entry65.configure(background="white")
        self.Entry65.configure(disabledforeground="#a3a3a3")
        self.Entry65.configure(font="TkFixedFont")
        self.Entry65.configure(foreground="#000000")
        self.Entry65.configure(highlightbackground="#d9d9d9")
        self.Entry65.configure(highlightcolor="black")
        self.Entry65.configure(insertbackground="black")
        self.Entry65.configure(selectbackground="#c4c4c4")
        self.Entry65.configure(selectforeground="black")
        self.Entry65.configure(textvariable=main_support.CSMDD15)






if __name__ == '__main__':
    vp_start_gui()



