Giới thiệu sản phẩm
from tkinter import *
from tkinter import messagebox
from tkinter.ttk import Combobox
#cửa sổ đăng nhập
WinLogin=Tk()
WinLogin.geometry('400x500')
WinLogin.title('Đăng Nhập')
lbllogin=Label(WinLogin,text='Đăng nhập',
font=('Times New Roman',25,'bold'))
lbllogin.place(x=120,y=100)
lbluser=Label(WinLogin,text='Tài Khoản',font=('Times New Roman',12,'bold'))
lbluser.place(x=50,y=200)
lblpass=Label(WinLogin,text='Mật khẩu',font=('Times New Roman',12,'bold'))
lblpass.place(x=50,y=270)
checkcapcha1=BooleanVar()
Hình ảnh sản phẩm
Sản phẩm cùng tác giả
Sản phẩm liên quan
Không có sản phẩm nào
Đăng nhập để tham gia bình luận