| 12345678910111213141516171819 |
- <?xml version="1.0" encoding="utf-8"?>
- <Windows>
- <!-- 进度 -->
- <VerticalLayout >
- <VerticalLayout width="480" height="250" roundcorner="5,5" bkimage="file='form\pic.png'">
-
- </VerticalLayout>
- <VerticalLayout bkimage="form\bk_down1.png" >
- <Control height="60" />
- <Slider name="slrProgress" padding="30,0,30,0" height="3" mouse="false" foreimage="form\fg.png" bkimage="form\bg.png" thumbsize="0,0" bkcolor="#FFD8D8D8" />
- <HorizontalLayout height="20" padding="30,5,0,0">
- <Label font="0" name="progress_tip" width="100" textcolor="#FFFFFF" />
- <Control />
- <Label font="0" name="progress_pos" width="60" textalign="right" textcolor="#FFFFFF" />
- </HorizontalLayout>
- <Control />
- </VerticalLayout>
- </VerticalLayout >
- </Windows>
|