Jump to content

لوحة تسجيل دخول


Recommended Posts

السلام عليكم

شباب سويت لوحة تسجيل دخول

بس المكشلة كلشي

ما أعرف أسوي لها من أكواد ممكن حل

وشكرا

ذا الكود

GUIEditor_Window = {} 
GUIEditor_TabPanel = {} 
GUIEditor_Tab = {} 
GUIEditor_Button = {} 
GUIEditor_Label = {} 
GUIEditor_Edit = {} 
  
GUIEditor_Window[1] = guiCreateWindow(396,306,629,528,"لوحة تسجيل الدخول",false) 
GUIEditor_TabPanel[1] = guiCreateTabPanel(15,37,605,479,false,GUIEditor_Window[1]) 
GUIEditor_Tab[1] = guiCreateTab("تسجيل الدخول",GUIEditor_TabPanel[1]) 
GUIEditor_Edit[1] = guiCreateEdit(11,32,580,105,"",false,GUIEditor_Tab[1]) 
GUIEditor_Button[1] = guiCreateButton(91,298,429,119,"تسجيل الدخول",false,GUIEditor_Tab[1]) 
guiSetFont(GUIEditor_Button[1],"default-bold-small") 
GUIEditor_Edit[2] = guiCreateEdit(11,158,582,105,"",false,GUIEditor_Tab[1]) 
guiEditSetMasked(GUIEditor_Edit[2],true) 
GUIEditor_Label[1] = guiCreateLabel(209,13,220,18,"أسم المستخدم",false,GUIEditor_Tab[1]) 
guiSetFont(GUIEditor_Label[1],"default-bold-small") 
GUIEditor_Label[2] = guiCreateLabel(209,139,220,18,"كلمة المرور",false,GUIEditor_Tab[1]) 
guiSetFont(GUIEditor_Label[2],"default-bold-small") 
GUIEditor_Tab[2] = guiCreateTab("التسجيل",GUIEditor_TabPanel[1]) 
GUIEditor_Edit[3] = guiCreateEdit(9,24,590,72,"",false,GUIEditor_Tab[2]) 
GUIEditor_Edit[4] = guiCreateEdit(9,111,589,72,"",false,GUIEditor_Tab[2]) 
guiEditSetMasked(GUIEditor_Edit[4],true) 
GUIEditor_Edit[5] = guiCreateEdit(9,199,586,72,"",false,GUIEditor_Tab[2]) 
guiEditSetMasked(GUIEditor_Edit[5],true) 
GUIEditor_Button[2] = guiCreateButton(107,307,390,88,"تسجيل",false,GUIEditor_Tab[2]) 
guiSetFont(GUIEditor_Button[2],"default-bold-small") 
GUIEditor_Label[3] = guiCreateLabel(220,7,218,21,"أسم المستخدم",false,GUIEditor_Tab[2]) 
guiSetFont(GUIEditor_Label[3],"default-bold-small") 
GUIEditor_Label[4] = guiCreateLabel(220,96,218,21,"كلمة المرور",false,GUIEditor_Tab[2]) 
guiSetFont(GUIEditor_Label[4],"default-bold-small") 
GUIEditor_Label[5] = guiCreateLabel(220,183,218,21,"تأكيد كلمة المرور",false,GUIEditor_Tab[2]) 
guiSetFont(GUIEditor_Label[5],"default-bold-small") 
GUIEditor_Button[3] = guiCreateButton(580,22,38,35,"X",false,GUIEditor_Window[1]) 
  
  
  

Link to comment

شكرا

بس على ألأقل لو تعطيني رابط شرح أو

تعطيني مود جاهز أنت منطيني

الكميونتي والويكي

ابسوي لك شرح

كذا تعطي الاعب 1000

givePlayerMoney( player, 1000 ) 

وانتهى الشرح

الحكمة: لازم ان تبدا من تحت لفوق ؛ من السهل للصعب

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...