1# Resources
2
3This topic provides the following information for UX designers and developers:
4
5
6- [OpenHarmony System Resource Layer Design V1.0.xlsm](figures/OpenHarmony_System_Resource_Layer_Design_V1.0.xlsm), where you can get the scenarios, IDs, and more of [layered parameters](visual-basis.md)
7
8- [OpenHarmony Weather Application UX Design Deliverable V1.0.zip](figures/OpenHarmony_Weather_Application_UX_Design_Deliverable_V1.0.zip), where you can get a sample of standard [design deliverables](design-deliverable-overview.md)
9
10- [OpenHarmony_Icons.zip](figures/OpenHarmony_Icons.zip), where you can get OpenHarmony [icons](visual-icons.md)
11
12- [OpenHarmony Application Icon Templates.zip](figures/OpenHarmony-application-icon-templates.zip), where you can get OpenHarmony [application icon](visual-app-icons.md) design templates
13
14
15**OpenHarmony System Resource Layer Design** lists the IDs of available system resources in OpenHarmony and their values on different types of devices. It consists of six sheets, as described below.
16
17
18  | Sheet| Description|
19| -------- | -------- |
20| Application Color Parameters| Color-related system resources that can be used during application development.|
21| Application Rounded Corner Parameters| System resources related to rounded corners that can be used during application development.|
22| Application Font Parameters| Font-related system resources that can be used during application development.|
23| Application Spacing Parameters| Spacing-related system resources that can be used during application development.|
24| Service Widget Parameters| System resources that can be used during service widget development.|
25| Quick Reference for Opacity Values| A quick reference for converting opacity between percentage and hexadecimal representations.|
26
27
28> **NOTE**
29> - You are advised to use application-related system parameters during application development and widget-related system parameters during widget development.
30>
31> - A system parameter has different values on different device types. Currently, only system parameter values on the default device are provided. Values for others device types will be provided later.
32>
33> - Colors can be expressed in the form of RGB or ARGB. The color represented by RGB is completely opaque, and the opacity of the color represented by ARGB is determined by A (alpha channel). For example, \#7FFF0000 indicates red with 50% opacity, and \#FFFF0000 and \#FF0000 indicate red with 100% opacity.
34