Jump to content

مطلوب مبرمج جيد


Recommended Posts

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

ممكن تبرمجوها لي ؟؟

او تعطوني اكواد البرمجة لانو ما اعرفهاوشكرا

GUIEditor = { 
    edit = {}, 
    button = {}, 
    label = {}, 
    window = {}, 
} 
GUIEditor = { 
    button = {} 
} 
GUIEditor.window[1] = guiCreateWindow(207, 131, 414, 288, "لوحة تسجيل دخول الجديدة", false) 
guiWindowSetSizable(GUIEditor.window[1], false) 
guiSetAlpha(GUIEditor.window[1], 1.00) 
guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF00EBF9") 
  
GUIEditor.label[1] = guiCreateLabel(9, 66, 75, 19, ": اسم الحساب", false, GUIEditor.window[1]) 
guiSetFont(GUIEditor.label[1], "default-bold-small") 
guiLabelSetColor(GUIEditor.label[1], 219, 29, 29) 
GUIEditor.label[2] = guiCreateLabel(10, 108, 75, 19, ": الباسوورد", false, GUIEditor.window[1]) 
guiSetFont(GUIEditor.label[2], "default-bold-small") 
guiLabelSetColor(GUIEditor.label[2], 172, 242, 5) 
GUIEditor.edit[1] = guiCreateEdit(85, 67, 143, 18, "@", false, GUIEditor.window[1]) 
GUIEditor.edit[2] = guiCreateEdit(75, 108, 143, 18, "#", false, GUIEditor.window[1]) 
GUIEditor.button[1] = guiCreateButton(9, 146, 101, 43, "Register", false, GUIEditor.window[1]) 
guiSetAlpha(GUIEditor.button[1], 0.58) 
guiSetFont(GUIEditor.button[1], "default-bold-small") 
guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF00F505") 
GUIEditor.button[2] = guiCreateButton(170, 146, 101, 43, "Login", false, GUIEditor.window[1]) 
guiSetAlpha(GUIEditor.button[2], 0.71) 
guiSetFont(GUIEditor.button[2], "default-bold-small") 
guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF0252F4") 
GUIEditor.label[3] = guiCreateLabel(10, 23, 386, 15, "مرحبا بكم في لوحة تسجيل الدخول الجديدة ، قم بعملل ساب وبعدها بالتسجيل", false, GUIEditor.window[1]) 
guiSetFont(GUIEditor.label[3], "default-bold-small") 
GUIEditor.label[4] = guiCreateLabel(10, 42, 386, 15, "نتمنا لكم حظاً سعيدا في سيرفر ", false, GUIEditor.window[1]) 
guiSetFont(GUIEditor.label[4], "default-bold-small") 
GUIEditor.label[5] = guiCreateLabel(20, 251, 116, 23, "By SiR,GoKa[R]", false, GUIEditor.window[1]) 
guiSetFont(GUIEditor.label[5], "default-bold-small") 
guiLabelSetColor(GUIEditor.label[5], 242, 244, 0) 

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