2018-02-21 19:36:38 +08:00
|
|
|
<window bg-color="#f0f0f0" text-color="black" font-name="sans" font-size="12" />
|
|
|
|
<dialog bg-color="#f0f0f0" fg-color="#808080" border-color="#808080" text-color="black" font-name="sans" font-size="12" />
|
|
|
|
<button state="normal" bg-color="#f0f0f0" text-color="black" border-color="#a0a0a0" />
|
|
|
|
<button state="pressed" bg-color="#c0c0c0" text-color="black" border-color="#a0a0a0" />
|
|
|
|
<button state="over" bg-color="#e0e0e0" text-color="black" border-color="#a0a0a0" />
|
|
|
|
<button state="disable" bg-color="gray" text-color="#d0d0d0" border-color="#a0a0a0" />
|
2018-03-30 22:15:45 +08:00
|
|
|
<label state="normal" text-color="black" />
|
2018-02-21 19:36:38 +08:00
|
|
|
<progress_bar state="normal" bg-color="#f0f0f0" text-color="gold" fg-color="black" border-color="#a0a0a0" />
|
|
|
|
<check_button state="checked" bg-color="#f0f0f0" text-color="black" icon="checked" />
|
|
|
|
<check_button state="unchecked" bg-color="#f0f0f0" text-color="black" icon="unchecked" />
|
|
|
|
<radio_button state="checked" bg-color="#f0f0f0" text-color="black" icon="radio_checked" />
|
|
|
|
<radio_button state="unchecked" bg-color="#f0f0f0" text-color="black" icon="radio_unchecked" />
|
2018-03-26 17:06:12 +08:00
|
|
|
|
|
|
|
<window style-type="1:bricks" bg-image="bricks" bg-image-draw-type="repeat"/>
|
2018-03-30 22:15:45 +08:00
|
|
|
|
|
|
|
<label style-type="1:green" text-color="green" />
|
|
|
|
<label style-type="3:left" text-color="red" text-align-h="left" border-color="#a0a0a0" margin="4" />
|
|
|
|
<label style-type="4:center" text-color="green" text-align-h="center" border-color="#a0a0a0" />
|
|
|
|
<label style-type="5:right" text-color="blue" text-align-h="right" border-color="#a0a0a0" margin="4"/>
|
|
|
|
|
2018-03-26 17:06:12 +08:00
|
|
|
<image style-type="1:border" border-color="#000000" bg-color="#e0e0e0"/>
|
|
|
|
<button style-type="1:blue_img" state="normal" bg-image="btn_blue_n" bg-image-draw-type="3patch_x" text-color="white"/>
|
|
|
|
<button style-type="1:blue_img" state="pressed" bg-image="btn_blue_p" bg-image-draw-type="3patch_x" text-color="white"/>
|
|
|
|
<button style-type="1:blue_img" state="over" bg-image="btn_blue_o" bg-image-draw-type="3patch_x" text-color="white"/>
|
2018-02-21 19:36:38 +08:00
|
|
|
|