/[lohnrechner]/trunk/lohnrechner2006.py
ViewVC logotype

Diff of /trunk/lohnrechner2006.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 32 by wilde, Mon Jan 31 10:31:05 2005 UTC revision 33 by wilde, Fri Feb 4 13:25:36 2005 UTC
# Line 58  class Lohnrechner(LST2005.LStRechner2005 Line 58  class Lohnrechner(LST2005.LStRechner2005
58      def SetupUI(self):      def SetupUI(self):
59          self.root.resizable(NO, NO)          self.root.resizable(NO, NO)
60    
61          frame = Frame(root)          frame = Frame(self.root)
62          frame.grid(padx=10, pady=10)          frame.grid(padx=10, pady=10)
63    
64          # Steuern Ein/Ausgabe          # Steuern Ein/Ausgabe
# Line 161  class Lohnrechner(LST2005.LStRechner2005 Line 161  class Lohnrechner(LST2005.LStRechner2005
161          # Allgemeine UI Elemente          # Allgemeine UI Elemente
162          buttons = Frame(frame)          buttons = Frame(frame)
163          buttons.grid(row=9, column=2, columnspan=2)          buttons.grid(row=9, column=2, columnspan=2)
164          Button(buttons, text="Quit", command=root.quit).pack(side=LEFT)          Button(buttons, text="Quit", command=self.root.quit).pack(side=LEFT)
165          Button(buttons, text="Info", command=self.Info).pack(side=LEFT)          Button(buttons, text="Info", command=self.Info).pack(side=LEFT)
166          Button(buttons, text="Berechnen", command=self.CalcOutput).pack(side=LEFT)          Button(buttons, text="Berechnen", command=self.CalcOutput).pack(side=LEFT)
167    

Legend:
Removed from v.32  
changed lines
  Added in v.33

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26