Page 387 - MDP2020-3
P. 387
················································································ 명장양성프로젝트 【MDP】 과제발표회 자료집 Ⅲ | 381
windowFrame.quit()
windowFrame.destroy()
def running_picture(picName):
take_pictures(picName)
showListFrame = Frame(windowFrame, bg=barColor, width=100, height=720)
showListFrame.pack(side="right")
buttonExecute1 = Button(showListFrame, image=faceImage, command=lambda:
running_picture(str(faceNameEntry.get())),
bg=statusButtonColor)
buttonExecute1.place(x=15, y=535)
buttonExecuteClose = Button(showListFrame, image=exitImage,
command=closeExecute, bg=statusButtonColor)
buttonExecuteClose.place(x=15, y=635)
numsButton = Button(frameNums, text="리셋", font=mainFont, width=10, height=3,
command=resetTime)
exitImage = convTk(".\\img\\stop.png", 65, 65)
exitImage2 = convTk(".\\img\\stop2.png", 65, 65)
faceImage = convTk(".\\img\\face.png", 65, 65)
exitButton = Button(shOptionFrame, width=65, height=65, command=closeFrame,
image=exitImage, bg=barColor)
listImage = convTk(".\\img\\list.png", 65, 65)
listButton = Button(shOptionFrame, width=65, height=65, bg=barColor, image=listImage,
command=listAllTime)
extraButton0 = Button(shOptionFrame, width=65, height=65, bg=barColor,
image=imageLed, command=ledWindow)
extraButton1 = Button(shOptionFrame, width=65, height=65, bg=barColor,
image=imageWindow, command=windowWindow)
faceButton0 = Button(shOptionFrame, width=65, height=65, bg=barColor,
image=faceImage, command=faceWindow)
numsLabelS = Label(numsFrame, bg="white", fg="red", font=numsSFont, text="현재 인원
")