Jump to content

كيف ؟


Recommended Posts

  • 5 weeks later...

شباب انا اليوم سويت لوحة املاك خاصة ممكن تبرمجوها لي ارجوكم

تعبت عليها ممكن رجاءً

GUIEditor = { 
    memo = {}, 
    button = {}, 
    edit = {}, 
    checkbox = {}, 
    label = {}, 
} 
GUIEditor = { 
    window = {} 
} 
GUIEditor.window[1] = guiCreateWindow(51, 35, 698, 509, "لوحة شراء | Panel Buy", false) 
guiWindowSetSizable(GUIEditor.window[1], false) 
guiSetAlpha(GUIEditor.window[1], 1.00) 
  
GUIEditor.label[1] = guiCreateLabel(292, 27, 153, 20, ".:[..معلومات..]:.", false, GUIEditor.window[1]) 
guiSetFont(GUIEditor.label[1], "default-bold-small") 
GUIEditor.label[2] = guiCreateLabel(182, 51, 371, 22, "ادارة السيرفر غير مسؤوله تماما اي تفاعلات خاررج هذه الوحة", false, GUIEditor.window[1]) 
guiSetFont(GUIEditor.label[2], "default-bold-small") 
guiLabelSetColor(GUIEditor.label[2], 254, 0, 0) 
GUIEditor.label[3] = guiCreateLabel(192, 93, 371, 22, "يتم شراء التاجات والرتب والساعات عن طريق هذه الوحة", false, GUIEditor.window[1]) 
guiSetFont(GUIEditor.label[3], "default-bold-small") 
guiLabelSetColor(GUIEditor.label[3], 254, 0, 0) 
GUIEditor.label[5] = guiCreateLabel(285, 125, 167, 23, "ملاحظة : يتم تسليم بعد 24 ساعة او اكثر", false, GUIEditor.window[1]) 
guiLabelSetColor(GUIEditor.label[5], 107, 253, 0) 
GUIEditor.label[6] = guiCreateLabel(569, 209, 98, 24, "نوع بطاقة الشحن ", false, GUIEditor.window[1]) 
guiLabelSetColor(GUIEditor.label[6], 252, 0, 0) 
GUIEditor.checkbox[1] = guiCreateCheckBox(410, 209, 118, 27, "بطاقة شحن سوا", true, false, GUIEditor.window[1]) 
GUIEditor.checkbox[2] = guiCreateCheckBox(258, 209, 118, 27, "بطاقة اتصالات مصر", false, false, GUIEditor.window[1]) 
GUIEditor.checkbox[3] = guiCreateCheckBox(101, 209, 118, 27, "الدينار الاردني", false, false, GUIEditor.window[1]) 
GUIEditor.label[7] = guiCreateLabel(569, 273, 98, 24, "المراد شرائه :", false, GUIEditor.window[1]) 
guiLabelSetColor(GUIEditor.label[7], 252, 0, 0) 
GUIEditor.checkbox[4] = guiCreateCheckBox(258, 273, 118, 27, "ساعات", false, false, GUIEditor.window[1]) 
GUIEditor.checkbox[5] = guiCreateCheckBox(410, 273, 118, 27, "تاج خاص", false, false, GUIEditor.window[1]) 
GUIEditor.memo[1] = guiCreateMemo(456, 330, 233, 170, "تاج خاص لمدة 10 ايام فقط\nسعره\n10 سوا\n10 جنيه اتصالات\n2 دينار اردني\n______________\nساعات حسب الكمية\nمن 10 الى 80 ساعة\n10 سوا\n10 جنيه اتصالات\n2 دينار اردني\nمن 80 الى 200\n20 سوا\n20 جنيه اتصالات\nبطاقة شحن امنية 3\n____________________\n", false, GUIEditor.window[1]) 
GUIEditor.label[8] = guiCreateLabel(27, 138, 164, 35, "لا يوجد عروض حالياً", false, GUIEditor.window[1]) 
guiSetFont(GUIEditor.label[8], "default-bold-small") 
guiLabelSetColor(GUIEditor.label[8], 148, 233, 0) 
GUIEditor.edit[1] = guiCreateEdit(66, 326, 190, 37, "", false, GUIEditor.window[1]) 
GUIEditor.edit[2] = guiCreateEdit(66, 415, 190, 37, "", false, GUIEditor.window[1]) 
GUIEditor.edit[3] = guiCreateEdit(66, 368, 190, 37, "", false, GUIEditor.window[1]) 
GUIEditor.label[9] = guiCreateLabel(271, 369, 127, 33, "ارقام بطاقات الشحن", false, GUIEditor.window[1]) 
guiLabelSetColor(GUIEditor.label[9], 47, 167, 185) 
GUIEditor.button[5] = guiCreateButton(280, 463, 145, 37, "ارسال معلومات", false, GUIEditor.window[1]) 
guiSetFont(GUIEditor.button[5], "default-bold-small") 
guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FFAAAAAA") 

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