Page 385 - MDP2020-3
P. 385

················································································  명장양성프로젝트  【MDP】  과제발표회  자료집  Ⅲ    |  379


                    cotFrameS.place(x=0,  y=119)
                    cotFrameT.place(x=0,  y=237)

                    cotFrameFo.place(x=0,  y=357)


                    def  windowSetting():
                            if  cotSet  ==  0:
                                    cotFrameF.place_forget()

                                    cotFrameS.place_forget()
                                    cotFrameT.place_forget()
                                    cotFrameFo.place_forget()
                            elif  cotSet  ==  1:
                                    cotFrameF.place(x=0,  y=0)

                                    cotFrameS.place(x=0,  y=119)
                                    cotFrameS.config(bg="white")
                                    cotFrameT.place_forget()
                                    cotFrameFo.place_forget()
                            elif  cotSet  ==  2:

                                    cotFrameF.place(x=0,  y=0)
                                    cotFrameS.place(x=0,  y=119)
                                    cotFrameS.config(bg="khaki")
                                    cotFrameT.place_forget()
                                    cotFrameFo.place_forget()

                            elif  cotSet  ==  3:
                                    cotFrameF.place(x=0,  y=0)
                                    cotFrameS.place(x=0,  y=119)
                                    cotFrameS.config(bg="white")
                                    cotFrameT.place(x=0,  y=238)

                                    cotFrameFo.place(x=0,  y=357)
                                    cotFrameFo.config(bg="white")
                            elif  cotSet  ==  4:
                                    cotFrameF.place(x=0,  y=0)
                                    cotFrameS.place(x=0,  y=119)

                                    cotFrameS.config(bg="khaki")
                                    cotFrameT.place(x=0,  y=238)
                                    cotFrameFo.place(x=0,  y=357)
                                    cotFrameFo.config(bg="khaki")



                    def  closeExecute():
                            windowFrame.quit()
                            windowFrame.destroy()
   380   381   382   383   384   385   386   387   388   389   390