📄 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 + -