Parent Directory
|
Revision Log
|
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) |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |