当前位置:首页 > 电脑工具

关机工具 130852绿色版 win7win8 64位可用

游戏科技网2026年09月12日 14:37电脑工具10
描述:关机工具旧版本从 1.3 重新设计(旧版本号同时废止),使用新界面框架来完成脚本化界面绘制工作,界面布局请看软件主程序同目录下的 XML 文件。后续功能会慢慢完善,包括交互功能。 界面脚本基于 xml 标记语言;<form> 部分描述启动窗体大小、样式、行为,<item>&…
关机工具旧版本从 1.3 重新设计(旧版本号同时废止),使用新界面框架来完成脚本化界面绘制工作,界面布局请看软件主程序同目录下的 XML 文件。后续功能会慢慢完善,包括交互功能。

界面脚本基于 xml 标记语言;<form> 部分描述启动窗体大小、样式、行为,<item> 部分描述启动窗体时载入的元素,<string> 部分为保留的内部语言字符串。典型的脚本文件主体部分应该包含类似如下内容来说明窗体与元素:
 
  <!-- 窗体配置 -->
  <!-- caption/title1/title2 属性,设置窗体标题栏文字 -->
  <form caption="关机工具 测试版" title1="关机工具" title2="移动影音转换专家" />
  <!-- width/height 属性,窗体绘制区域尺寸,单位为像素 -->
  <!-- fontname 属性,设置窗体绘制字体 -->
  <!-- backcolor 属性,Long 值,如需使用十六进位值需将字符 "&" 转义为 "&amp;" 如 "&amp;HFFFFFF" -->
  <form width="540" height="200" fontname="微软雅黑" backcolor="16775160" />
  <!-- 窗体启动位置,-1 自动、0 屏幕中间、1 任务栏左侧、2 任务栏右侧、3 任务栏中间 -->
  <form windowstartupposition="-1" />
  <!-- 当窗体失去焦点时尝试退出 -->
  <form exitwhenlosingfocus="true" />
  <!-- 启用分层窗体 -->
  <form layeredWindow="true" />
  <!-- 控件配置 -->
  <!-- onmouseclick 事件,提示并延迟 3 秒立即执行的可选动作:shutdown/restart/logoff/setsuspendstate_hibernate_true/setsuspendstate_hibernate_false -->
  <!-- onmouseclick 事件,提示并等待选择执行的可选动作:fastshutdown/fastrestart -->
  <!-- onmouseclick 事件,立即执行的可选动作:lockworkstation/monitorpoweroff -->
  <!-- onmouseclick 事件,其他可选动作:startbutton/cmd/controlpanel/devicemanager/taskmanager/mycomputer/screensave -->
  <!-- index 属性,范围为 -1 到 9999 -->
  <!-- left/top/width/height 属性,设置控件在窗体中的位置及大小 -->
  <!-- type 属性,设置控件类型,可用类型:button -->
  <!-- caption/comment/tip 属性,设置控件文字 -->
  <!-- fontname 属性,设置控件绘制字体 -->
  <!-- forecolor/backcolor 属性,Long 值,如需使用十六进位值需将字符 "&" 转义为 "&amp;" 如 "&amp;HFFFFFF" -->
  <item onmouseclick="startbutton" index="0" left="25" top="65" width="115" height="65" type="button" caption="开始" comment="Start" tip="" fontname="微软雅黑" forecolor="14864850" backcolor="13395456" />
  <item onmouseclick="taskmanager" index="1" left="145" top="65" width="70" height="45" type="button" caption="任务" comment="Taskmanager" tip="" fontname="微软雅黑" forecolor="14864850" backcolor="1698" />
  <item onmouseclick="lockworkstation" index="2" left="220" top="65" width="70" height="45" type="button" caption="锁定" comment="Lock" tip="" fontname="微软雅黑" forecolor="14864850" backcolor="1698" />
  <item onmouseclick="logoff" index="3" left="295" top="65" width="70" height="45" type="button" caption="注销" comment="Logoff" tip="" fontname="微软雅黑" forecolor="14864850" backcolor="1698" />
  <item onmouseclick="restart" index="4" left="370" top="65" width="70" height="45" type="button" caption="重启" comment="Restart" tip="" fontname="微软雅黑" forecolor="14864850" backcolor="1698" />
  <item onmouseclick="shutdown" index="5" left="445" top="65" width="70" height="45" type="button" caption="关机" comment="Shutdown" tip="" fontname="微软雅黑" forecolor="14864850" backcolor="1698" />
  <item onmouseclick="monitorpoweroff" index="6" left="145" top="110" width="70" height="20" type="button" caption="关闭显示器" comment="" tip="" fontname="微软雅黑" forecolor="14864850" backcolor="6443346" />
  <item onmouseclick="screensave" index="7" left="220" top="110" width="70" height="20" type="button" caption="启动屏幕保护" comment="" tip="" fontname="微软雅黑" forecolor="14864850" backcolor="6443346" />
  <item onmouseclick="cmd" index="8" left="295" top="110" width="70" height="20" type="button" caption="启动命令行" comment="" tip="" fontname="微软雅黑" forecolor="14864850" backcolor="6443346" />
  <item onmouseclick="setsuspendstate_hibernate_true" index="9" left="370" top="110" width="70" height="20" type="button" caption="休眠" comment="" tip="" fontname="微软雅黑" forecolor="14864850" backcolor="6443346" />
  <item onmouseclick="setsuspendstate_hibernate_false" index="10" left="445" top="110" width="70" height="20" type="button" caption="待机" comment="" tip="" fontname="微软雅黑" forecolor="14864850" backcolor="6443346" />
  <item onmouseclick="fastshutdown" index="11" left="25" top="135" width="94" height="20" type="button" caption="快速关机" comment="" tip="" fontname="微软雅黑" forecolor="14864850" backcolor="225" />
  <item onmouseclick="fastrestart" index="12" left="124" top="135" width="94" height="20" type="button" caption="快速重启" comment="" tip="" fontname="微软雅黑" forecolor="14864850" backcolor="225" />
  <item onmouseclick="controlpanel" index="13" left="223" top="135" width="94" height="20" type="button" caption="控制面板" comment="" tip="" fontname="微软雅黑" forecolor="14864850" backcolor="8153964" />
  <item onmouseclick="devicemanager" index="14" left="322" top="135" width="94" height="20" type="button" caption="设备管理器" comment="" tip="" fontname="微软雅黑" forecolor="14864850" backcolor="8153964" />
  <item onmouseclick="mycomputer" index="15" left="421" top="135" width="94" height="20" type="button" caption="我的电脑" comment="" tip="" fontname="微软雅黑" forecolor="14864850" backcolor="8153964" />
  <!-- 界面语言字符串,仅用于不同语言翻译,index 范围为 0 到 999。 -->
  <string index="0" text="无法初始化界面支持框架!" />
  <string index="1" text="无法初始化 GDIPLUS!" />
  <string index="2" text="" />
  <string index="3" text="" />
  <string index="4" text="" />
  <string index="5" text="" />
  <string index="6" text="" />
  <string index="7" text="" />
  <string index="8" text="是否立即执行?" />
  <string index="9" text="已经完成。" />
  <string index="10" text="无法完成。" />
  <string index="11" text="关机" />
  <string index="12" text="重启" />
  <string index="13" text="注销" />
  <string index="14" text="锁定" />
  <string index="15" text="休眠" />
  <string index="16" text="待机" />
  <string index="17" text="关闭屏幕" />
  <string index="18" text="瞬间关机" />
  <string index="19" text="瞬间重启" />
  <string index="20" text="" />
软件无法下载?不知道解压密码?微信关注订阅号"闪电下载"获取

本帖长期更新最新版 请收藏下载!版权声明:本站提的序列号、注册码、注册机、破解补丁等均来自互联网,仅供学习交流之用,请在下载后24小时内删除。

“关机工具 130852绿色版 win7win8 64位可用” 的相关文章

(注册表清理工具)Wie Regitry Cleaner Pro 1091707

Wise Registry Cleaner是一款免费安全的注册表清理工具。随着系统长时间的使用,一些在使用中积累的注册表垃圾文件会时刻影响到系统性能的发挥,我们须要一些系统优化工具来对自己的电脑进行清理,时刻保持系统的高效性。Wise Registry Cleaner可以安全快速地扫描,查找有效的信…

10AppManager中文版 36 最新绿色汉化版

10AppManager中文版 36 最新绿色汉化版

win10预装应用卸载工具(10AppsManager)是一款便捷实用的卸载软件,它可以帮用户简单快速的卸载掉系统预装的一些软件,最新的 windows 10 朝着全平台大一统的方向走去,所以预装了一些可能会有用的软件,但强迫症患者不一定喜欢,有了这个软件就可以帮到你了。需要中文版的可以在下面的推荐…

2BrightSpark SyncBackPro 1216 中文版

2BrightSpark SyncBackPro 1216 中文版

SyncBackPro是一款功能强大的用于备份,同步和恢复数据文件的专业工具,具有许多高级功能,自动向便携式设备传输媒体文件。备份图片,音乐文件和电影。通过有关配置文件运行,创建等脚本功能以及自动驱动器故障检测(SMART)的通知,SyncBackPro可提供完整的备份解决方案。使用此备份实用程序,…

3dmark11破解版 Futuremark 3DMark Profeional Edition v15中文版

3dmark11破解版 Futuremark 3DMark Profeional Edition v15中文版

3DMark 11 是专门为测量 PC 游戏效能所设计的测试软件,可以广泛使用 DirectX 11 中 的所有新功能,包括曲面细分 (Tessellation)、计算着色器 (Compute Shader) 及多执行绪渲染 (Multi-threading)。 由于深受全球游戏玩家信任 并能给予精…

ADB文件管理器 v10 绿色中文版

ADB文件管理器 v10 绿色中文版

ADB文件管理器是一个简单的管理工具,能够通过有线或无线ADB管理手机或者安卓设备的文件,已经尽量去除无用的模块了。支持新建文件和文件夹、目录和文件下载、文件和文件夹重命名、文件和文件夹复制剪切、文件或文件夹属性。 功能特色 1、支持新建文件和文件夹、目录和文件下载、文件和文件夹重命名、文件和文件夹…

AIDA64 7707500 All Edition Final

AIDA64 7707500 All Edition Final

AIDA64 Business是一款权威的系统硬件信息检测和测试软件,AIDA64 Extreme Edition(原EVEREST)可以详细显示出电脑硬件每一方面的信息。AIDA64不仅提供了诸如协助超频,硬件侦错,压力测试和传感器监测等多种功能,而且还可以对处理器,系统内存和磁盘驱动器的性能进行…