Page 279 - MDP2020-3
P. 279
················································································ 명장양성프로젝트 【MDP】 과제발표회 자료집 Ⅲ | 273
elif personNums[j]['StartTime'] is not None and personNums[j]['StopTime'] is
None:
strExtraT += " {0:<15s} {1:<9s} {2:<21s} {3:<16s}
{4:<s}".format(nameExtra, statusExtra,
startTimeExtra, "None", "None")
elif personNums[j]['StartTime'] is None and personNums[j]['StopTime'] is
None:
strExtraT += " {0:<15s} {1:<12s} {2:<19s} {3:<17s}
{4:<s}".format(nameExtra, statusExtra, "None",
"None", "None")
listList.insert(j + 1, strExtraT)
showListFrame = Frame(listWindow, bg=barColor, width=100, height=720)
showListFrame.pack(side="right")
buttonExecuteClose = Button(showListFrame, image=exitImage,
command=closeExecute2, bg=statusButtonColor)
buttonExecuteClose.place(x=15, y=635)
listButtonExtra = Button(showListFrame, width=65, height=65, bg=barColor,
image=listImage, command=listTimeAll)
listButtonExtra.place(x=15, y=540)
def ledWindow():
global imageLedOn, imageLedOff, ledNums
ledFrame = Toplevel(frame, bg=numsColor)
ledFrame.title("전구확인창")
ledFrame.overrideredirect(True)
ledFrame.geometry("1280x720+0+0")
ledFLabel = Label(ledFrame, image=imageLedOff, bg=numsColor)
ledSLabel = Label(ledFrame, image=imageLedOff, bg=numsColor)
ledTLabel = Label(ledFrame, image=imageLedOff, bg=numsColor)
ledFOLabel = Label(ledFrame, image=imageLedOff, bg=numsColor)
ledFILabel = Label(ledFrame, image=imageLedOff, bg=numsColor)
ledFLabel.place(x=30, y=150)
ledSLabel.place(x=255, y=380)
ledTLabel.place(x=500, y=150)
ledFOLabel.place(x=735, y=380)