mirror of https://github.com/BOINC/boinc.git
New Skin xml design
svn path=/trunk/boinc/; revision=10524
This commit is contained in:
parent
66c84208e7
commit
e74c556668
|
@ -0,0 +1,91 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<clientskin>
|
||||||
|
<images>
|
||||||
|
<background>
|
||||||
|
<imgsrc>graphic/BOINC_SimpleGUI_bg.bmp</imgsrc>
|
||||||
|
<bgcol>253:254:229</bgcol>
|
||||||
|
</background>
|
||||||
|
<dlgpreferences>
|
||||||
|
<imgsrc>graphic/dlgPreferences.bmp</imgsrc>
|
||||||
|
</dlgpreferences>
|
||||||
|
<gauge>
|
||||||
|
<fgcol>220:220:172</fgcol>
|
||||||
|
<bgcol>248:251:184</bgcool>
|
||||||
|
</gauge>
|
||||||
|
<buttons>
|
||||||
|
<preferences>
|
||||||
|
<imgsrc>graphic/btnPreferences.bmp</imgsrc>
|
||||||
|
</preferences>
|
||||||
|
<attchproj>
|
||||||
|
<imgsrc>graphic/btnAttachProject.bmp</imgsrc>
|
||||||
|
</attchproj>
|
||||||
|
<advancedview>
|
||||||
|
<imgsrc>graphic/btnAdvancedView.bmp</imgsrc>
|
||||||
|
</advancedview>
|
||||||
|
<play>
|
||||||
|
<imgsrc>graphic/play.bmp</imgsrc>
|
||||||
|
</play>
|
||||||
|
<pause>
|
||||||
|
<imgsrc>graphic/pause.bmp</imgsrc>
|
||||||
|
</pause>
|
||||||
|
<messages>
|
||||||
|
<imgsrc>graphic/messages.bmp</imgsrc>
|
||||||
|
</messages>
|
||||||
|
<open>
|
||||||
|
<imgsrc>graphic/btnOpen.bmp</imgsrc>
|
||||||
|
</open>
|
||||||
|
<save>
|
||||||
|
<imgsrc>graphic/btnSave.bmp</imgsrc>
|
||||||
|
</save>
|
||||||
|
<cancel>
|
||||||
|
<imgsrc>graphic/btnCancel.bmp</imgsrc>
|
||||||
|
</cancel>
|
||||||
|
<leftArr>
|
||||||
|
<imgsrc>graphic/arwLeft.png</imgsrc>
|
||||||
|
<imgsrcclick>graphic/arwLeftClick.png</imgsrcclick>
|
||||||
|
</leftArr>
|
||||||
|
<rightArr>
|
||||||
|
<imgsrc>graphic/arwRight.png</imgsrc>
|
||||||
|
<imgsrcclick>graphic/arwRightClick.png</imgsrcclick>
|
||||||
|
</rightArr>
|
||||||
|
<expand>
|
||||||
|
<imgsrc>graphic/btnExpand.png</imgsrc>
|
||||||
|
<imgsrcclick>graphic/btnExpandClick.png</imgsrcclick>
|
||||||
|
</expand>
|
||||||
|
<collapse>
|
||||||
|
<imgsrc>graphic/btnCollapse.png</imgsrc>
|
||||||
|
<imgsrcclick>graphic/btnCollapseClick.png</imgsrcclick>
|
||||||
|
</collapse>
|
||||||
|
</buttons>
|
||||||
|
<icons>
|
||||||
|
<working>
|
||||||
|
<imgsrc>graphic/working.bmp</imgsrc>
|
||||||
|
</working>
|
||||||
|
<sleeping>
|
||||||
|
<imgsrc>graphic/sleeping.bmp</imgsrc>
|
||||||
|
</sleeping>
|
||||||
|
<workingWkUnit>
|
||||||
|
<imgsrc>graphic/ico_workWU.png</imgsrc>
|
||||||
|
<frcol>255:255:255</frcol>
|
||||||
|
<tocol>248:248:152</tocol>
|
||||||
|
<brdcol>234:234:183</brdcol>
|
||||||
|
</workingWkUnit>
|
||||||
|
<sleepingWkUnit>
|
||||||
|
<imgsrc>graphic/ico_sleepWU.png</imgsrc>
|
||||||
|
<frcol>255:255:255</frcol>
|
||||||
|
<tocol>248:248:185</tocol>
|
||||||
|
<brdcol>245:245:199</brdcol>
|
||||||
|
</sleepingWkUnit>
|
||||||
|
<prjWCGicon>
|
||||||
|
<imgsrc>graphic/22_20_wcg.png</imgsrc>
|
||||||
|
</prjWCGicon>
|
||||||
|
<prjPREDicon>
|
||||||
|
<imgsrc>graphic/19_16_prdct.png</imgsrc>
|
||||||
|
</prjPREDicon>
|
||||||
|
</icons>
|
||||||
|
<animation>
|
||||||
|
<background>graphic/project_image.bmp</background>
|
||||||
|
<animation>graphic/molecule.gif</animation>
|
||||||
|
</animation>
|
||||||
|
</images>
|
||||||
|
</clientskin>
|
Loading…
Reference in New Issue