home *** CD-ROM | disk | FTP | other *** search
- UI.skins=
- {
- ActionButton=
- {
- classname = "button",
-
- left = 580, top = 520,
- width = 160, height = 32,
-
- color = "96 96 96 255",
-
- bordersize = 0,
- bordercolor = UI.szBorderColor,
- },
-
- CheckBox=
- {
- classname = "checkbox",
- width = 28, height = 28,
- -- color="255 255 255 255",
- color="0 0 0 255",
-
- bordersize = 1,
- bordercolor = UI.szBorderColor,
-
- checkcolor = "121 186 128 255",
-
- -- style = UISTYLE_TRANSPARENT,
-
- OnGotFocus = DefOnGotFocus,
- OnLostFocus = DefOnLostFocus,
- OnMouseEnter = DefOnMouseEnter,
- OnMouseLeave = DefOnMouseLeave,
- },
-
- ComboBox=
- {
- classname = "combobox",
- width = 166, height = 28,
-
- bordersize = 1,
- bordercolor = UI.szBorderColor,
-
- buttontexture = System:LoadImage("textures/gui/buttons.dds"),
- downbuttontexture = System:LoadImage("textures/gui/buttons_down.dds"),
- overbuttontexture = System:LoadImage("textures/gui/buttons_over.dds"),
- buttontexrect = "2 3 25 25",
-
- itembgcolor = "0 0 0 255",
-
- leftspacing = 6,
- buttonsize = 28,
- },
-
- EditBox=
- {
- classname = "editbox",
- width = 166, height = 28,
-
- bordersize = 1,
- bordercolor = UI.szBorderColor,
-
- -- style = UISTYLE_TRANSPARENT,
-
- leftspacing = 4,
- rightspacing = 4,
-
- cursorcolor = "255 255 255 255",
- selectioncolor = UI.szSelectionColor,
- color="0 0 0 255",
- },
-
- ListView=
- {
- classname = "listview",
- width = 680, height = 480,
- bordersize = 1,
- bordercolor = UI.szBorderColor,
- color="0 0 0 0",
- headerheight = 22,
- cellpadding = 4,
-
- sortcolumntextcolor = "255 255 255 255",
- sortcolumncolor = "181 246 188 255",
- selectioncolor = UI.szSelectionColor,
- },
-
- Label=
- {
- classname = "static",
- style = UISTYLE_TRANSPARENT,
- halign = UIALIGN_RIGHT,
- height = 28,
-
- leftspacing = 6,
- },
-
- VScrollBar=
- {
- classname = "scrollbar",
- color = "255 255 255 255",
-
- bordersize = 1,
- bordercolor = UI.szBorderColor,
-
- pathtexture = System:LoadImage("textures/gui/buttons.dds"),
- downpathtexture = System:LoadImage("textures/gui/buttons_down.dds"),
- overpathtexture = System:LoadImage("textures/gui/buttons_over.dds"),
- pathtexrect = "2 2 1 1",
- slidertexture = System:LoadImage("textures/gui/buttons.dds"),
- downslidertexture = System:LoadImage("textures/gui/buttons_down.dds"),
- overslidertexture = System:LoadImage("textures/gui/buttons_over.dds"),
- slidertexrect = "59 30 24 27",
- minustexture = System:LoadImage("textures/gui/buttons.dds"),
- downminustexture = System:LoadImage("textures/gui/buttons_down.dds"),
- overminustexture = System:LoadImage("textures/gui/buttons_over.dds"),
- minustexrect = "31 3 24 24",
- plustexture = System:LoadImage("textures/gui/buttons.dds"),
- downplustexture = System:LoadImage("textures/gui/buttons_down.dds"),
- overplustexture = System:LoadImage("textures/gui/buttons_over.dds"),
- plustexrect = "3 3 24 24",
-
- width = 20, height = 200,
- },
-
- HScrollBar=
- {
- classname = "scrollbar",
- color = "255 255 255 255",
-
- bordersize = 1,
- bordercolor = UI.szBorderColor,
-
- pathtexture = System:LoadImage("textures/gui/buttons.dds"),
- downpathtexture = System:LoadImage("textures/gui/buttons_down.dds"),
- overpathtexture = System:LoadImage("textures/gui/buttons_over.dds"),
- pathtexrect = "2 2 1 1",
- slidertexture = System:LoadImage("textures/gui/buttons.dds"),
- downslidertexture = System:LoadImage("textures/gui/buttons_down.dds"),
- overslidertexture = System:LoadImage("textures/gui/buttons_over.dds"),
- slidertexrect = "58 31 26 24",
- minustexture = System:LoadImage("textures/gui/buttons.dds"),
- downminustexture = System:LoadImage("textures/gui/buttons_down.dds"),
- overminustexture = System:LoadImage("textures/gui/buttons_over.dds"),
- minustexrect = "3 31 24 24",
- plustexture = System:LoadImage("textures/gui/buttons.dds"),
- downplustexture = System:LoadImage("textures/gui/buttons_down.dds"),
- overplustexture = System:LoadImage("textures/gui/buttons_over.dds"),
- plustexrect = "31 31 24 24",
-
- width = 200, height = 20,
- },
- };