Jump to content

مطلوب كود برمجة


Recommended Posts

السلام عليكم

شباب انا سويت لوحة تسجيل دخول ممكن طلب بسيط ؟ :?

ابي اكواد برمجة الوحة

تفضلو هاي الوحة وشكرا

GUIEditor = { 
    tab = {}, 
    button = {}, 
    edit = {}, 
    window = {}, 
    memo = {}, 
    checkbox = {}, 
    label = {}, 
    tabpanel = {}, 
} 
GUIEditor = { 
    tab = {} 
} 
GUIEditor.window[1] = guiCreateWindow(121, 131, 462, 346, "Login Panel | لوحة تسجيل دخول", false) 
guiWindowSetSizable(GUIEditor.window[1], false) 
guiSetAlpha(GUIEditor.window[1], 0.92) 
  
GUIEditor.tabpanel[1] = guiCreateTabPanel(173, 26, 280, 311, false, GUIEditor.window[1]) 
  
GUIEditor.tab[1] = guiCreateTab("Login Panel", GUIEditor.tabpanel[1]) 
  
GUIEditor.label[1] = guiCreateLabel(7, 19, 87, 17, "Username :", false, GUIEditor.tab[1]) 
guiSetFont(GUIEditor.label[1], "default-bold-small") 
guiLabelSetColor(GUIEditor.label[1], 248, 0, 250) 
GUIEditor.label[2] = guiCreateLabel(10, 92, 87, 17, "Password :", false, GUIEditor.tab[1]) 
guiSetFont(GUIEditor.label[2], "default-bold-small") 
guiLabelSetColor(GUIEditor.label[2], 236, 228, 13) 
GUIEditor.edit[4] = guiCreateEdit(76, 17, 126, 21, "", false, GUIEditor.tab[1]) 
GUIEditor.edit[5] = guiCreateEdit(76, 92, 126, 21, "", false, GUIEditor.tab[1]) 
GUIEditor.button[1] = guiCreateButton(18, 148, 248, 29, "Login Server ( Name Server )", false, GUIEditor.tab[1]) 
guiSetFont(GUIEditor.button[1], "default-bold-small") 
guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFA7FE00") 
GUIEditor.label[4] = guiCreateLabel(18, 187, 246, 36, "قم الان بتسجيل دخول لمتابة الى سيرفر", false, GUIEditor.tab[1]) 
guiSetFont(GUIEditor.label[4], "default-bold-small") 
guiLabelSetColor(GUIEditor.label[4], 253, 0, 0) 
GUIEditor.label[5] = guiCreateLabel(18, 209, 246, 36, "نتمنا لكم افضل الاوقات في سيرفرنا", false, GUIEditor.tab[1]) 
guiSetFont(GUIEditor.label[5], "default-bold-small") 
guiLabelSetColor(GUIEditor.label[5], 253, 0, 0) 
GUIEditor.label[6] = guiCreateLabel(18, 241, 246, 36, "Welcome To Server ( Name Server )", false, GUIEditor.tab[1]) 
guiSetFont(GUIEditor.label[6], "default-bold-small") 
guiLabelSetColor(GUIEditor.label[6], 253, 0, 0) 
GUIEditor.label[8] = guiCreateLabel(55, 123, 151, 19, "حفظ بيانات الحساب :", false, GUIEditor.tab[1]) 
guiLabelSetColor(GUIEditor.label[8], 0, 28, 241) 
GUIEditor.checkbox[1] = guiCreateCheckBox(35, 127, 15, 15, "", true, false, GUIEditor.tab[1]) 
  
GUIEditor.tab[2] = guiCreateTab("Register Now", GUIEditor.tabpanel[1]) 
  
GUIEditor.label[10] = guiCreateLabel(10, 25, 79, 17, "Username :", false, GUIEditor.tab[2]) 
guiSetFont(GUIEditor.label[10], "default-bold-small") 
guiLabelSetColor(GUIEditor.label[10], 213, 251, 0) 
GUIEditor.label[11] = guiCreateLabel(10, 103, 79, 17, "Password :", false, GUIEditor.tab[2]) 
guiSetFont(GUIEditor.label[11], "default-bold-small") 
guiLabelSetColor(GUIEditor.label[11], 0, 83, 252) 
GUIEditor.edit[6] = guiCreateEdit(75, 25, 127, 18, "", false, GUIEditor.tab[2]) 
GUIEditor.edit[7] = guiCreateEdit(75, 103, 127, 18, "", false, GUIEditor.tab[2]) 
GUIEditor.button[3] = guiCreateButton(10, 155, 263, 31, "Register ( Name Server )", false, GUIEditor.tab[2]) 
guiSetFont(GUIEditor.button[3], "default-bold-small") 
guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FF17FB00") 
GUIEditor.label[12] = guiCreateLabel(14, 194, 258, 21, "مرحبا قم بالضغط على Register لانشاء حساب", false, GUIEditor.tab[2]) 
guiSetFont(GUIEditor.label[12], "default-bold-small") 
guiLabelSetColor(GUIEditor.label[12], 248, 0, 0) 
GUIEditor.label[13] = guiCreateLabel(10, 230, 258, 21, "نتمنا لكم افضل الاوقات في سيرفرنا", false, GUIEditor.tab[2]) 
guiSetFont(GUIEditor.label[13], "default-bold-small") 
guiLabelSetColor(GUIEditor.label[13], 247, 0, 0) 
GUIEditor.label[14] = guiCreateLabel(10, 256, 258, 21, "Welcome To Server ( Name Server )", false, GUIEditor.tab[2]) 
guiSetFont(GUIEditor.label[14], "default-bold-small") 
guiLabelSetColor(GUIEditor.label[14], 247, 0, 0) 
GUIEditor.label[15] = guiCreateLabel(53, 130, 155, 15, "اوافق على انشاء حساب جديد", false, GUIEditor.tab[2]) 
guiLabelSetColor(GUIEditor.label[15], 59, 5, 235) 
GUIEditor.checkbox[2] = guiCreateCheckBox(32, 133, 15, 15, "", false, false, GUIEditor.tab[2]) 
  
GUIEditor.tab[3] = guiCreateTab("Owner Server", GUIEditor.tabpanel[1]) 
  
GUIEditor.button[4] = guiCreateButton(4, 10, 266, 31, "Owner Server ( Name Server )", false, GUIEditor.tab[3]) 
guiSetFont(GUIEditor.button[4], "default-bold-small") 
guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FFF60000") 
GUIEditor.button[5] = guiCreateButton(31, 61, 112, 40, "SiR,GoKa[R]", false, GUIEditor.tab[3]) 
guiSetFont(GUIEditor.button[5], "default-bold-small") 
guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FF015CF3") 
GUIEditor.button[6] = guiCreateButton(143, 130, 112, 40, "Name Owner", false, GUIEditor.tab[3]) 
guiSetFont(GUIEditor.button[6], "default-bold-small") 
guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FF00E5F3") 
GUIEditor.button[7] = guiCreateButton(31, 206, 112, 40, "Name Owner", false, GUIEditor.tab[3]) 
guiSetFont(GUIEditor.button[7], "default-bold-small") 
guiSetProperty(GUIEditor.button[7], "NormalTextColour", "FF9EEE04") 
GUIEditor.label[16] = guiCreateLabel(5, 69, 28, 28, "1-", false, GUIEditor.tab[3]) 
guiLabelSetColor(GUIEditor.label[16], 245, 243, 0) 
GUIEditor.label[17] = guiCreateLabel(125, 140, 28, 28, "2-", false, GUIEditor.tab[3]) 
guiLabelSetColor(GUIEditor.label[17], 245, 243, 0) 
GUIEditor.label[18] = guiCreateLabel(10, 216, 28, 28, "3-", false, GUIEditor.tab[3]) 
guiLabelSetColor(GUIEditor.label[18], 245, 243, 0) 
  
  
GUIEditor.label[19] = guiCreateLabel(21, 56, 162, 33, "Welcome To Server ", false, GUIEditor.window[1]) 
guiSetFont(GUIEditor.label[19], "default-bold-small") 
GUIEditor.label[21] = guiCreateLabel(21, 99, 162, 33, "Name Server", false, GUIEditor.window[1]) 
guiSetFont(GUIEditor.label[21], "default-bold-small") 
GUIEditor.memo[1] = guiCreateMemo(9, 169, 164, 160, "مرحبا بكم في لوحة تسجيل\nقم بأنشاء حساب مميز لك\n \nلحفظ الفلوس والاسلحة \n\nحياكم الله في سيرفرنا\n\nBy ++SiR,GoKa[R]~~#", false, GUIEditor.window[1]) 
GUIEditor.label[22] = guiCreateLabel(10, 23, 162, 33, "EdiT By SiR,GoKa[R]", false, GUIEditor.window[1]) 
guiSetFont(GUIEditor.label[22], "default-bold-small") 

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