delphifr_GLIBWMI-VCL-COMPONENT-LIBRARY-8B___Page

所属分类:Pascal/Delphi编程
开发工具:Delphi
文件大小:659KB
下载次数:23
上传日期:2010-05-08 17:50:56
上 传 者biba
说明:  GLibWMI is a library of components for Delphi classes to encapsulate access to WMI Windows into a set of VCL. BiosInfo, PrinterInfo, diskinfo ... which can be accessed via WMI classes: Win32_BIOS, WIN32_Printers, WIN32_DiskDrive. Simple, Drop and Active.

文件列表:
dcus (0, 2010-01-25)
dcus\FormAbout.dfm (8161, 2009-12-21)
demos (0, 2010-01-25)
demos\BIOSdemo (0, 2010-02-24)
demos\BIOSdemo\FormAbout.dfm (7007, 2009-10-28)
demos\BIOSdemo\FormAbout.pas (804, 2009-12-17)
demos\BIOSdemo\TestBiosInfo.cfg (641, 2010-02-24)
demos\BIOSdemo\TestBiosInfo.dof (3791, 2010-02-24)
demos\BIOSdemo\TestBiosInfo.dpr (280, 2009-12-22)
demos\BIOSdemo\TestBiosInfo.dproj (5054, 2010-01-22)
demos\BIOSdemo\TestBiosInfo.dproj.2007 (5012, 2010-01-22)
demos\BIOSdemo\TestBiosInfo.drc (20421, 2010-02-24)
demos\BIOSdemo\TestBiosInfo.identcache (183, 2010-02-01)
demos\BIOSdemo\TestBiosInfo.res (1984, 2010-02-24)
demos\BIOSdemo\UMainDemoBIOS.dfm (28865, 2009-12-23)
demos\BIOSdemo\UMainDemoBIOS.pas (6289, 2009-12-23)
demos\Clean.cmd (698, 2010-01-25)
demos\DelDCUs.cmd (514, 2009-12-22)
demos\Deltmp.cmd (468, 2009-05-11)
demos\DiskDriveInfo (0, 2010-02-24)
demos\DiskDriveInfo\DiskDriveInfo.cfg (641, 2010-02-24)
demos\DiskDriveInfo\DiskDriveInfo.dof (3759, 2010-02-24)
demos\DiskDriveInfo\DiskDriveInfo.dpr (311, 2010-01-08)
demos\DiskDriveInfo\DiskDriveInfo.dproj (5034, 2010-01-22)
demos\DiskDriveInfo\DiskDriveInfo.dproj.2007 (4992, 2010-01-22)
demos\DiskDriveInfo\DiskDriveInfo.drc (21423, 2010-02-24)
demos\DiskDriveInfo\DiskDriveInfo.identcache (199, 2010-02-01)
demos\DiskDriveInfo\DiskDriveInfo.res (1004, 2010-02-24)
demos\DiskDriveInfo\FrameInfo.dfm (10484, 2010-01-08)
demos\DiskDriveInfo\FrameInfo.pas (1587, 2009-12-23)
demos\DiskDriveInfo\UMainDemoDiskDrive.dfm (32795, 2009-12-23)
demos\DiskDriveInfo\UMainDemoDiskDrive.dfm.cbk (32794, 2009-12-23)
demos\DiskDriveInfo\UMainDemoDiskDrive.pas (8130, 2009-12-23)
demos\Generic (0, 2010-02-24)
demos\Generic\FrComponent.dfm (1526, 2010-02-01)
demos\Generic\FrComponent.pas (2616, 2010-01-07)
demos\Generic\OI.pas (24940, 2010-02-02)
demos\Generic\PGenericTest.cfg (641, 2010-02-24)
demos\Generic\PGenericTest.dof (3759, 2010-02-24)
demos\Generic\PGenericTest.dpr (353, 2010-02-02)
... ...

GLibWMI Component Library 1.6beta =========================================================== Copyright Germán Estévez (Neftalí). Todos los derechos reservados. German_ral@hotmail.com Futuras versiones del componente en: http://neftali-mirror.site11.com/ http://neftali.clubdelphi.com/ HISTORY ============================== Version 1.6b (22/01/2010) * Added new components: + CNetworkAdapterInfo: Information about adapter installed on computer. + CUserAccountInfo: Information about user account in the computer. + CShareInfo: Information about shared resources on the computer. * Addded Methos to some components: + CComputerSystemInfo: - Added méthod RENAME + CProcessInfo: - Adeed methods Terminate, SetPriority, GetOwner, GetOwnerSID + CServiceInfo: - Added methods InterrogateService, StartService, StopService, PauseService, ResumeService ChangeStartModeService. * Corrected some bug on retry component properties (Access Violation on demo). * Added demo to Test the ServiceInfo component; Access installed services on computer and charge properties, State,.... =========================================================================== version 1.6b (11/01/2010) * Corrected some bugs of Generic Demo application. * Added new components: + CProcessInfo: Information about the process executing in system. + CServiceInfo: Information about the services in system + CDesktopMonitorInfo: Information about monitor or visualization device installed in system. + CComputerSystemInfo: Information about the computer running Windows based system. + CStartupCommandInfo: Información acerca de los procesos que se ejecutan automáticamente cuando el usuario hace el Login en el sistema. RESTRICCIONES/RESTRICTIONS =============================== Estos componentes hacen uso de la WMI de Windows (Windows Management Instrumentation). Funciona con sistemas Windows 2000 y posteriores (W2k, WXP, W2003, Windows7,...). Para más información consultar: "Operating System Availability of WMI Components" http://msdn.microsoft.com/en-us/library/aa392726%28VS.85%29.aspx This library use the WMI (Windows Management Instrumentation). It can be used on Windows 2000 and later versions. More information on: "Operating System Availability of WMI Components" http://msdn.microsoft.com/en-us/library/aa392726%28VS.85%29.aspx CONTACTO/CONTACT ========================= Por favor, si tienes sugerencias o errores sobre éste componente hazme llegar un correo con la propuesta/explicación a la direccion: german_ral@hotmail.com Cuando los corrija o amplie te haré llegar un mensaje de actualización. IMPORTANTE: Para detectar errores puede ser de gran ayuda enviar en el correo el contenido de la propiedad AllProperties del componente afectado. IMPORTANT: To detect errors can be very helpful, send in the mail content of AllProperties property of the affected component. Gracias/Thanks. DESCRIPCION ========================= Permite obtener mediante WMI información de la BIOS del ordenador. Basta con soltar el componente en el formulario y activarlo. Utilización/Usage: ========================= Coloque el componente en el formulario y activelo. Consulte las propiedades. Place the component in the form and enable it. Read the properties with values. HISTORIAL ========================= 16/10/2009 * Creación. LICENSE ========================= TBIOSInfo component is freeware. You may copy component's files AS LONG AS YOU COPY ALL OF THEM. If you want to change the source code in order to improve the component's features, performance, etc. please send me the new source code so that I can have a look at it. The changed source code should contain descriptions what you have changed, and of course your name. The only thing you MAY NOT CHANGE is the ORIGINAL COPYRIGHT INFORMATION. ADVICE ========================== TBIOSInfo is provided "AS IS" without any warranty of any kind, either express or implied. The entire risk as to the quality and performance of the software is with you. The author is NOT liable for any DAMAGES resulting from the use and misuse of the component, especially he is NOT liable for DAMAGES that were caused BY ANY VERSION WHICH HAS NOT BEEN PROGRAMMED BY THE AUTHOR HIMSELF.

近期下载者

相关文件


收藏者