Jump to content

مشكله


Recommended Posts

السلام عليكم بدون مقدمات بنخش ف المووضوع

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

ولاكن جت لي بس ال

و الفراغ حقهاUser Name

#Client,SiDe.....

GUIEditor = { 
    tab = {}, 
    tabpanel = {}, 
   medit = {}, 
    button = {}, 
    window = {}, 
    label = {}, 
    memo = {} 
} 
GUIEditor.window[1] = guiCreateWindow(sx/2-(601/2), sy/2-(344/2), 601, 344, "", false) 
guiSetVisible(GUIEditor.window[1], false) 
guiWindowSetSizable(GUIEditor.window[1], false) 
guiSetAlpha(GUIEditor.window[1], 1.00) 
guiSetInputMode("no_binds_when_editing") 
GUIEditor.tabpanel[1] = guiCreateTabPanel(10, 21, 579, 313, true, GUIEditor.window[1]) 
  
-----------------------------|Login|----------------------------- 
GUIEditor.tab[1] = guiCreateTab("Login", GUIEditor.tabpanel[1]) 
  
local MainText = xmlNodeGetValue(xmlLoadFile("Main.xml")) or "" 
GUIEditor.memo[1] = guiCreateMemo(7, 8, 271, 270, MainText, false, GUIEditor.window[1]) 
guiMemoSetReadOnly(GUIEditor.memo[1], true) 
  
GUIEditor.label[1] = guiCreateLabel(395, 28, 65, 18, "UserName", false, GUIEditor.window[1]) 
guiSetFont(GUIEditor.label[1], "default-bold-small") 
GUIEditor.edit[1] = guiCreateEdit(322, 50, 210, 30, "", false, GUIEditor.window[1]) 
GUIEditor.label[2] = guiCreateLabel(395, 107, 65, 18, "Password", false,GUIEditor.window[1]) 
guiSetFont(GUIEditor.label[2], "default-bold-small") 
GUIEditor.edit[2] = guiCreateEdit(322, 130, 210, 30, "", false, GUIEditor.window[1]) 
guiEditSetMasked(GUIEditor.edit[2], true) 
GUIEditor.button[1] = guiCreateButton(313, 207, 235, 34, "Login", false, GUIEditor.window[1]) 
  
  
-----------------------------|Register|----------------------------- 
GUIEditor.tab[2] = guiCreateTab("Register", GUIEditor.tabpanel[1]) 
  
GUIEditor.label[3] = guiCreateLabel(273, 26, 60, 19, "UserName", false, GUIEditor.tab[2]) 
guiSetFont(GUIEditor.label[3], "default-bold-small") 
GUIEditor.edit[3] = guiCreateEdit(198, 49, 212, 27, "", false, GUIEditor.tab[2]) 
GUIEditor.label[4] = guiCreateLabel(273, 90, 60, 19, "Password", false, GUIEditor.tab[2]) 
guiSetFont(GUIEditor.label[4], "default-bold-small") 
GUIEditor.edit[4] = guiCreateEdit(198, 119, 212, 27, "", false, GUIEditor.tab[2]) 
GUIEditor.label[5] = guiCreateLabel(256, 162, 107, 16, "Confirm Password", false, GUIEditor.tab[2]) 
guiSetFont(GUIEditor.label[5], "default-bold-small") 
GUIEditor.edit[5] = guiCreateEdit(198, 188, 212, 27, "", false, GUIEditor.tab[2]) 
  
GUIEditor.button[2] = guiCreateButton(153, 233, 312, 36, "Register", false, GUIEditor.tab[2]) 
  
-----------------------------|Rules|----------------------------- 
GUIEditor.tab[3] = guiCreateTab("Rules", GUIEditor.tabpanel[1]) 
local RulesText = xmlNodeGetValue(xmlLoadFile("Rules.xml")) or "" 
GUIEditor.memo[2] = guiCreateMemo(10, 8, 559, 271, RulesText, false, GUIEditor.tab[3]) 
guiMemoSetReadOnly(GUIEditor.memo[2], true) 

Link to comment
false المفروض true في سطر 15 انت حاط

اخوي المشكله مو منها انا اقصد ابيها ابرا كل الاشياء برا ع لوحه مابي التاب ابي احذفهم عرفت

طيب ايش المشكلة؟

احذف كود التاب و حط الأزرار و الأيدت و الليبلات داخل النافذه

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