?? splashscreen.xml
字號:
<application> <window caption="Splash Screen Test" width="600" height="480"/> <splashScreen style="height: 110px; width: 200px; border: 10px solid navy; color: navy; background: white;"> <html style="width: 160px; left: 10px; top: 10px; "><h1 style="margin: 0; font-size: 25px;">Hello World</h1></html> <statusText style="width: 160px; color: navy; left: 10px; top: 45px;"/> <progressBar style="width: 160px; border: 1px solid navy; left: 10px; top: 60px; "/> </splashScreen> <!-- just status text and progress bar You can also hide sections using display: none <splashScreen style="height: 50px; width: 50%; border: 0; color: WindowText; background: transparent;"> <html/> <statusText style="width: 100%; color: WindowText; left: 0; top: 0;"/> <progressBar style="width: 100%; left: 0px; top: 15px; "/> </splashScreen> --> <resources> <script><![CDATA[function SplashScreen() {}SplashScreen.main = function () { new SplashScreen; };// we want to raise an error here to keep the splash visiblethrow "Intentional error"; ]]></script> </resources></application>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -