123456789101112131415161718192021222324252627282930313233343536 |
- <?xml version="1.0" encoding="utf-8"?>
- <Window size="408,287" sizebox="0,0,0,0" mininfo="408,287" maxinfo="408,287" caption="0,0,0,30" richeditcorner="20,20,20,20">
-
- <Font id="0" name="微软雅黑" size="13" bold="false" default="true" shared="true" />
- <Font id="1" name="微软雅黑" size="14" bold="true" shared="true" />
- <VerticalLayout width="408" height="287" bkimage="file='form\bk_down2.png'" inset="1,1,1,1" >
- <HorizontalLayout height="30" bkimage="file='form\bk_down.png'">
- <Label name="lblTitle" textpadding="5,0,0,0" text="" textcolor="#FFFFFFFF"/>
- <HorizontalLayout width="67">
- <Container />
-
- <!--<Button name="btnFinishedMin" width="28" height="20" normalimage="min_normal.png" hotimage="min_hot.png" pushedimage="min_pushed.png" />-->
- <Button name="btnClose" width="29" height="26" normalimage="file='close1.png' source='0,0,29,26'" hotimage="file='close1.png' source='0,26,29,52'" pushedimage="file='close1.png' source='0,52,29,78'" />
- </HorizontalLayout>
- </HorizontalLayout>
-
- <Container />
-
- <HorizontalLayout height="80" >
- <Container width="40" />
- <Container width="10" />
- <Text name="lblMsg" valign="vcenter" align="left" textcolor="#FFFFFFFF" showhtml="true"/>
- <Container width="20" />
- </HorizontalLayout>
-
- <Container />
- <HorizontalLayout padding="220,45,0,0" height="50" >
- <Button name="backupBtnOK" font="1" text="我 知 道 了" textcolor="#FFFFFFFF" normalimage="file='form/cancel_uninstall_normal.png' " hotimage="file='form/cancel_uninstall_hotimage.png'" pushedimage="file='form/cancel_uninstall_normal.png'" width="80" height="30" />
- <!-- <Control width="10" /> -->
- <!-- <Button name="gotouninstall" font="1" text="继续卸载" textcolor="#FFFFFFFF" normalimage="file='form/cancel_uninstall_normal.png' " hotimage="file='form/cancel_uninstall_hotimage.png'" pushedimage="file='form/cancel_uninstall_normal.png'" width="80" height="30" /> -->
- <Control width="20" />
- </HorizontalLayout>
-
- </VerticalLayout>
- </Window>
|