Page 272 - MDP2020-3
P. 272
266
| 인천전자마이스터고등학교 ·············································································································
imgtk = ImageTk.PhotoImage(image=img)
return imgtk
sSPerson = ""
sPerson = StringVar()
r4c = StringVar()
frameNums = Frame(frame, relief="solid", bg=numsColor)
numsFrame = Frame(frameNums, relief="solid", bg="white", bd=3, width=400,
height=220)
numsFrame2 = Frame(frameNums, relief="solid", bg="white", bd=3, width=400,
height=300)
shOptionFrame = Frame(frameNums, bg=barColor, width=100, height=720)
mainFont = font.Font(family="여기어때 잘난체", size=15)
listFont = font.Font(family="여기어때 잘난체", size=17)
l2Font = font.Font(family="여기어때 잘난체", size=22)
numsSFont = font.Font(family="여기어때 잘난체", size=25)
statusFont = font.Font(family="여기어때 잘난체", size=21)
numsFont = font.Font(family="여기어때 잘난체", size=100)
pngLabel = Label()
scroll = Scrollbar(numsFrame2)
listScroll = Listbox(numsFrame2, yscrollcommand=scroll.set, width=28, font=listFont,
selectbackground="white",
bg="white", selectforeground="black", activestyle="none")
imageEnter = convTk(".\\img\\enter.png", 120, 120)
imageExit = convTk(".\\img\\exit.png", 120, 120)
imageSemiExit = convTk(".\\img\\semiexit.png", 120, 120)
imageBusiness = convTk(".\\img\\business.png", 120, 120)
imageLed = convTk(".\\img\\led.png", 65, 65)
imageWindow = convTk(".\\img\\window.png", 65, 65)
imageLedOff = convTk(".\\img\\led_off.png", 200, 200)
imageLedOn = convTk(".\\img\\led_on.png", 200, 200)
upCot = convTk(".\\img\\up.png", 65, 65)
downCot = convTk(".\\img\\down.png", 65, 65)
def sqlExcute(sqlQ):