Инструменты пользователя

Инструменты сайта


koda:documentation:appendice_koda_styles_format

Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Предыдущая версия справа и слева Предыдущая версия
koda:documentation:appendice_koda_styles_format [2014/07/09 12:35]
loopback
— (текущий)
Строка 1: Строка 1:
-====== Format of Styles File  ====== 
-   
-Styles definitions reside in the styles.xml file. 
  
-<code xml> 
-<data> 
-    <styles> 
-        <class name=TAForm forced="14C00000" default="94CA0000"> 
-            <style name="WS_MAXIMIZEBOX" value="00010000"/> 
-</code> 
- 
- 
- 
-A <class> definition has one or two attributes: 
-|**default**|default style value: a string of hexadecimal digits|required| 
-|**forced**|its forced value: a string of hexadecimal digits|optional| 
- 
- 
-Each <style> definition has two or three attributes: 
-|**name**|Windows API name of style|required| 
-|**value**|its value: a string of hexadecimal digits|required| 
-|**mask**|the mask for mutually exclusive styles|optional| 
- 
-An example  of **mask**: 
- 
-<code><style name="BS_LEFT" value="00000100" mask="00000300"/> 
-<style name="BS_RIGHT" value="00000200" mask="00000300"/> 
-<style name="BS_CENTER" value="00000300" mask="00000300"/> 
-</code> 
koda/documentation/appendice_koda_styles_format.1404894901.txt.gz · Последнее изменение: 2014/07/09 12:35 — loopback

Инструменты страницы