Page 284 - MDP2020-3
P. 284

278
                      |    인천전자마이스터고등학교  ·············································································································



            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="현재  인원

            ")


            sPerson.set(sSPerson)
            numsLabel       =      Label(numsFrame,         bg="White",       fg="red",      font=numsFont,
            textvariable=sPerson)



            frameNums.pack(fill="both",  expand=True)
            shOptionFrame.pack(side="right")


            numsFrame.pack(side="top",  anchor="center",  pady=40)

            numsFrame2.pack(anchor="center")
            numsButton.pack(side="bottom",  anchor="center")
            numsLabelS.place(x=120,  y=10)
            numsLabel.place(x=150,  y=60)



            scroll.pack(side="right",  fill="y")
            listScroll.pack(side="left",  fill="both")
            listScroll.bind('<<ListboxSelect>>',  listClick)
            scroll.config(command=listScroll.yview)
            exitButton.place(x=15,  y=635)

            listButton.place(x=15,  y=540)
            extraButton0.place(x=15,  y=20)
            extraButton1.place(x=15,  y=120)
            faceButton0.place(x=15,  y=220)



            while  True:
                    if  lPersonNums  !=  personNums:
                            resetList()
                            lPersonNums  =  personNums
   279   280   281   282   283   284   285   286   287   288   289