هذا هو الوحة
wnd = guiCreateWindow(0,-268,389,268," \ Login Register Panel",false)
guiSetProperty(wnd,"CaptionColour","ff0069c7")
english = guiCreateButton(0.0231,0.0784,0.0566,0.1082,"En",true,wnd)
guiSetFont(english,"default-bold-small")
arabic = guiCreateButton(0.0848,0.0784,0.0566,0.1082,"Ar",true,wnd)
guiSetFont(arabic,"default-bold-small")
user_l = guiCreateLabel(0.0206,0.1903,0.9614,0.0784,"Username",true,wnd)
guiLabelSetColor(user_l,0,255,0)
guiLabelSetHorizontalAlign(user_l,"center",false)
guiSetFont(user_l,"default-bold-small")
user = guiCreateEdit(0.0231,0.2724,0.9537,0.1306,"",true,wnd)
pass_l = guiCreateLabel(0.0206,0.4216,0.9614,0.0784,"Password",true,wnd)
guiLabelSetColor(pass_l,255,255,0)
guiLabelSetHorizontalAlign(pass_l,"center",false)
guiSetFont(pass_l,"default-bold-small")
pass = guiCreateEdit(0.0231,0.5187,0.9537,0.1306,"",true,wnd)
guiEditSetMasked(pass,true)
remember = guiCreateCheckBox(0.0231,0.6642,0.3728,0.0746,"Remember Me !!",false,true,wnd)
guiSetFont(remember,"default-bold-small")
reg = guiCreateButton(0.5244,0.7724,0.3239,0.153,"Register",true,wnd)
guiSetFont(reg,"default-bold-small")
login = guiCreateButton(0.144,0.7724,0.3239,0.153,"Login",true,wnd)
guiSetFont(login,"default-bold-small")
ex = guiCreateButton(0.9177,0.0784,0.0566,0.1082,"X",true,wnd)
guiSetFont(ex,"default-bold-small")