⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 startuperror.xul

📁 属性sosuo算法
💻 XUL
字号:
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
<?xml-stylesheet href="main.css" type="text/css"?>

<!DOCTYPE window SYSTEM "chrome://dtv/locale/bugreport.dtd">
<dialog id="main"
	xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
	xmlns:html="http://www.w3.org/1999/xhtml"
        title="&bugreport.title;"
        onload="updateLabelStartupError()"
        buttons="accept">
    <script src="chrome://dtv/content/bugreport.js"/>

    <description id="label1" class="header" width="250">
        &bugreport.pleasehelpus;
          <button label="&bugreport.copytoclipboard;" oncommand="copyLogToClipboard();" />
        <button label="&bugreport.openbugtracker;" oncommand="openBugReportWindow();" />
    </description>
  <description id="label2" width="250">
    &bugreport.pleaserestart;
  </description>

  <textbox id="log" value="" class="monospace"
           multiline="true" readonly="true" rows="8" cols="80"/>

</dialog>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -