Jump to content

طلب مساعدة في صناعة لوحة تيسجيل و دخول


Recommended Posts

ذي اللوحه

w1 = guiCreateWindow(0.21,0.38,0.5688,0.3567,"لوحة تسجيل و دخول",true) 
edit.user = guiCreateEdit(192,32,240,45,"",false,w1) 
edit.pass = guiCreateEdit(192,85,240,45,"",false,w1) 
guiEditSetMasked(edit.pass,true) 
user = guiCreateLabel(113,41,79,55,": الاسم",false,w1) 
guiLabelSetColor(user,255,255,255) 
guiLabelSetVerticalAlign(user,"top") 
guiLabelSetHorizontalAlign(user,"left",false) 
pass = guiCreateLabel(113,84,78,55,": الباسورد",false,w1) 
guiLabelSetColor(pass,255,255,255) 
guiLabelSetVerticalAlign(pass,"top") 
guiLabelSetHorizontalAlign(pass,"left",false) 
play = guiCreateButton(313,162,139,43,"دخول مجهول",false,w1) 
login = guiCreateButton(14,162,139,43,"دخول",false,w1) 
register = guiCreateButton(163,162,139,43,"تسجيل",false,w1) 
  
  

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...