home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 January / Gamestar_69_2005-01_dvd.iso / Dema / theprojectv1-0.exe / FCData / Scripts.pak / Scripts / OldUI / MenuScreens / Skin.lua < prev    next >
Encoding:
Text File  |  2004-08-24  |  4.1 KB  |  153 lines

  1. UI.skins=
  2. {    
  3.     ActionButton=
  4.     {
  5.         classname = "button",
  6.         
  7.         left = 580, top = 520,
  8.         width = 160, height = 32,
  9.         
  10.         color = "96 96 96 255",
  11.         
  12.         bordersize = 0,
  13.         bordercolor = UI.szBorderColor,
  14.     },
  15.     
  16.     CheckBox=
  17.     {
  18.         classname = "checkbox",
  19.         width = 28, height = 28,
  20. --        color="255 255 255 255",
  21.         color="0 0 0 255",
  22.                 
  23.         bordersize = 1,
  24.         bordercolor = UI.szBorderColor,
  25.         
  26.         checkcolor = "121 186 128 255",
  27.         
  28. --        style = UISTYLE_TRANSPARENT,
  29.         
  30.         OnGotFocus = DefOnGotFocus,
  31.         OnLostFocus = DefOnLostFocus,
  32.         OnMouseEnter = DefOnMouseEnter,
  33.         OnMouseLeave = DefOnMouseLeave,        
  34.     },
  35.     
  36.     ComboBox=
  37.     {
  38.         classname = "combobox",
  39.         width = 166, height = 28,
  40.  
  41.         bordersize = 1,
  42.         bordercolor = UI.szBorderColor,
  43.         
  44.         buttontexture = System:LoadImage("textures/gui/buttons.dds"),
  45.         downbuttontexture = System:LoadImage("textures/gui/buttons_down.dds"),
  46.         overbuttontexture = System:LoadImage("textures/gui/buttons_over.dds"),
  47.         buttontexrect = "2 3 25 25",
  48.         
  49.         itembgcolor = "0 0 0 255",
  50.         
  51.         leftspacing = 6,
  52.         buttonsize = 28,
  53.     },
  54.  
  55.     EditBox=
  56.     {
  57.         classname = "editbox",
  58.         width = 166, height = 28,
  59.  
  60.         bordersize = 1,
  61.         bordercolor = UI.szBorderColor,
  62.         
  63. --        style = UISTYLE_TRANSPARENT,
  64.         
  65.         leftspacing = 4,
  66.         rightspacing = 4,
  67.         
  68.         cursorcolor = "255 255 255 255",
  69.         selectioncolor = UI.szSelectionColor,
  70.         color="0 0 0 255",
  71.     },
  72.  
  73.     ListView=
  74.     {
  75.         classname = "listview",
  76.         width = 680, height = 480,
  77.         bordersize = 1,
  78.         bordercolor = UI.szBorderColor,
  79.         color="0 0 0 0",
  80.         headerheight = 22,
  81.         cellpadding = 4,
  82.  
  83.         sortcolumntextcolor = "255 255 255 255",
  84.         sortcolumncolor = "181 246 188 255",
  85.         selectioncolor = UI.szSelectionColor,    
  86.     },
  87.     
  88.     Label=
  89.     {
  90.         classname = "static",
  91.         style = UISTYLE_TRANSPARENT,
  92.         halign = UIALIGN_RIGHT,
  93.         height = 28,
  94.         
  95.         leftspacing = 6,
  96.     },
  97.  
  98.     VScrollBar=
  99.     {
  100.         classname = "scrollbar",
  101.         color = "255 255 255 255",
  102.         
  103.         bordersize = 1,
  104.         bordercolor = UI.szBorderColor,
  105.         
  106.         pathtexture = System:LoadImage("textures/gui/buttons.dds"),
  107.         downpathtexture = System:LoadImage("textures/gui/buttons_down.dds"),
  108.         overpathtexture = System:LoadImage("textures/gui/buttons_over.dds"),
  109.         pathtexrect = "2 2 1 1",
  110.         slidertexture = System:LoadImage("textures/gui/buttons.dds"),
  111.         downslidertexture = System:LoadImage("textures/gui/buttons_down.dds"),
  112.         overslidertexture = System:LoadImage("textures/gui/buttons_over.dds"),
  113.         slidertexrect = "59 30 24 27",
  114.         minustexture = System:LoadImage("textures/gui/buttons.dds"),
  115.         downminustexture = System:LoadImage("textures/gui/buttons_down.dds"),
  116.         overminustexture = System:LoadImage("textures/gui/buttons_over.dds"),
  117.         minustexrect = "31 3 24 24",
  118.         plustexture = System:LoadImage("textures/gui/buttons.dds"),
  119.         downplustexture = System:LoadImage("textures/gui/buttons_down.dds"),
  120.         overplustexture = System:LoadImage("textures/gui/buttons_over.dds"),    
  121.         plustexrect = "3 3 24 24",
  122.         
  123.         width = 20, height = 200,
  124.     },
  125.  
  126.     HScrollBar=
  127.     {
  128.         classname = "scrollbar",
  129.         color = "255 255 255 255",
  130.         
  131.         bordersize = 1,
  132.         bordercolor = UI.szBorderColor,
  133.         
  134.         pathtexture = System:LoadImage("textures/gui/buttons.dds"),
  135.         downpathtexture = System:LoadImage("textures/gui/buttons_down.dds"),
  136.         overpathtexture = System:LoadImage("textures/gui/buttons_over.dds"),
  137.         pathtexrect = "2 2 1 1",    
  138.         slidertexture = System:LoadImage("textures/gui/buttons.dds"),
  139.         downslidertexture = System:LoadImage("textures/gui/buttons_down.dds"),
  140.         overslidertexture = System:LoadImage("textures/gui/buttons_over.dds"),
  141.         slidertexrect = "58 31 26 24",
  142.         minustexture = System:LoadImage("textures/gui/buttons.dds"),
  143.         downminustexture = System:LoadImage("textures/gui/buttons_down.dds"),
  144.         overminustexture = System:LoadImage("textures/gui/buttons_over.dds"),
  145.         minustexrect = "3 31 24 24",
  146.         plustexture = System:LoadImage("textures/gui/buttons.dds"),
  147.         downplustexture = System:LoadImage("textures/gui/buttons_down.dds"),
  148.         overplustexture = System:LoadImage("textures/gui/buttons_over.dds"),    
  149.         plustexrect = "31 31 24 24",
  150.         
  151.         width = 200, height = 20,
  152.     },
  153. };