文件名称:Delphi_721328
介绍说明--下载内容均来自于网络,请自行研究使用
基于Delphi源码监控显示电源电池信息,电源状态有3种:脱机、联机、未知;电池状态有6种:高、低、临界、充电、无系统电池、未知;剩余电池电量,通过IntToStr(lpsps.BatteryLifePercent*100)+ 来获得,这里要注意选择标志的用法,电池剩余时间用 +IntToStr(lpsps.BatteryLifeTime)+ 秒 来计算,电池总使用时间用 +IntToStr(lpsps.BatteryFullLifeTime)+ 秒 来计算。程序还可启动休眠状态。若在台机上运行本程序,很多电池信息是未知,这是正常情况。
-Delphi source code based power monitoring display battery information, there are three kinds of power status: offline, online, unknown battery status has six kinds: high, low, critical, charging, no system battery, unknown remaining battery power by IntToStr (lpsps . BatteryLifePercent* 100)+ to get here should be selected logo usage, remaining battery time with the + IntToStr (lpsps.BatteryLifeTime)+ seconds to calculate the total battery usage time with + IntToStr (lpsps . BatteryFullLifeTime)+ s to calculate. Program can also start a dormant state. If you run this program on a desktop PC, a lot of battery information is unknown, which is normal.
-Delphi source code based power monitoring display battery information, there are three kinds of power status: offline, online, unknown battery status has six kinds: high, low, critical, charging, no system battery, unknown remaining battery power by IntToStr (lpsps . BatteryLifePercent* 100)+ to get here should be selected logo usage, remaining battery time with the + IntToStr (lpsps.BatteryLifeTime)+ seconds to calculate the total battery usage time with + IntToStr (lpsps . BatteryFullLifeTime)+ s to calculate. Program can also start a dormant state. If you run this program on a desktop PC, a lot of battery information is unknown, which is normal.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Code\delphi\pudn\upandload\DATA\Delphi_721328\Delphi_721328\rd.txt
....\......\....\.........\....\.............\.............\电源电池信息\Project1.cfg
....\......\....\.........\....\.............\.............\............\Unit1.dfm
....\......\....\.........\....\.............\.............\............\Project1.dpr
....\......\....\.........\....\.............\.............\............\Unit1.pas
....\......\....\.........\....\.............\.............\............\Project1.res
....\......\....\.........\....\.............\.............\............\2-1.jpg
....\......\....\.........\....\.............\.............\............\2-2.jpg
....\......\....\.........\....\.............\.............\电源电池信息