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

Diff of /trunk/lohnrechner2007.py

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

revision 34 by wilde, Wed Feb 9 14:17:21 2005 UTC revision 35 by wilde, Tue Apr 12 15:40:02 2005 UTC
# Line 62  class Lohnrechner(LST2005.LStRechner2005 Line 62  class Lohnrechner(LST2005.LStRechner2005
62          frame.grid(padx=10, pady=10)          frame.grid(padx=10, pady=10)
63    
64          # Steuern Ein/Ausgabe          # Steuern Ein/Ausgabe
65          Label(frame, text="Lohn:").grid(row=0, sticky=E)          Label(frame, text="Lohn (monatlich):").grid(row=0, sticky=E)
66          self.lohn = Entry(frame)          self.lohn = Entry(frame)
67          self.lohn.bind("<Return>", self.NewInput)          self.lohn.bind("<Return>", self.NewInput)
68          self.lohn.grid(row=0, column=1, sticky=W)          self.lohn.grid(row=0, column=1, sticky=W)

Legend:
Removed from v.34  
changed lines
  Added in v.35

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26