winskin

所属分类:按钮控件
开发工具:Delphi
文件大小:5119KB
下载次数:1257
上传日期:2006-02-21 09:02:09
上 传 者dronsonxp38
说明:   Delphi VclSkin 2.60 VCLSkin is an VCL library that extend Delphi application with skinnable user interface . Unlike other skin component that you must modify source code to build skinnable application, VCLskin can skin existing application using VCL components without source code modification. VclSkin automatically skin kinds of windows in application, include Delphi forms,MDIform and common Windows dialogs (MsgBox,Open/Save,Font,Print), even the Exception MsgBox. Vclskin not only support Delphi standard controls, but also support many third-party component, such as TMS Grid pack, EnLib Grid, Developer Express QuantumGrid. It is an excellent choice for those wanting to skin existing applications. The cool thing is that it uses existing VCL components. Demo version adds a string VclSkin demo on form caption, but allows to test all available functions.
(Delphi VclSkin 2.60 VCLSkin is an VCL libra ry that extend Delphi application with skinnab le user interface. Unlike other skin component that you must modify source code to build skinna ble application, VCLskin can skin existing application using VC L components without source code modification . VclSkin automatically skin kinds of windows i n application, include Delphi forms, MDIform and common Windows dialogs (MsgBox. Open/Save, Font, Print) even the Exception MsgBox. Vclskin not only sup port Delphi standard controls, but also support many third-party component, TMS such as Grid pack, EnLib Grid, Developer Express QuantumGrid. It is an excel ent choice for those wanting to skin existing ap plications. The cool thing is that it uses exist ing VCL components. Demo version adds a strin)

文件列表:
skins\macos.skn (57259, 2003-12-20)
skins\mxskin14.skn (31630, 2003-10-20)
skins\mxskin2.skn (40375, 2003-10-20)
skins\mxskin03.skn (40407, 2003-10-20)
skins\mxp2.skn (35242, 2004-03-10)
skins\mxp1.skn (54828, 2004-04-10)
skins\mxp3.skn (54280, 2004-04-10)
skins\mxskin8.skn (30247, 2004-04-02)
skins\mxskin9.skn (14391, 2003-10-20)
skins\mxp05.skn (58397, 2003-10-20)
skins\mxskin10.skn (9017, 2003-10-20)
skins\mxskin11.skn (59673, 2003-10-20)
skins\mxskin12.skn (58637, 2003-10-20)
skins\mxskin13.skn (45989, 2003-10-20)
skins\mxskin17.skn (43045, 2003-10-20)
skins\mxskin15.skn (25288, 2003-10-08)
skins\mxskin18.skn (49485, 2003-10-20)
skins\mxskin19.skn (62341, 2003-10-20)
skins\mxskin20.skn (62960, 2003-10-28)
skins\mxskin21.skn (45110, 2003-10-20)
skins\mxskin22.skn (31922, 2003-10-20)
skins\mxskin23.skn (52581, 2003-10-19)
skins\mxskin25.skn (43997, 2003-11-08)
skins\mxskin24.skn (46512, 2003-11-08)
skins\mxskin26.skn (24887, 2003-11-09)
skins\mxskin27.skn (27452, 2003-11-08)
skins\mxskin32.skn (43091, 2003-11-09)
skins\mxskin30.skn (30580, 2003-11-09)
skins\mxskin28.skn (52901, 2003-11-09)
skins\mxskin31.skn (45006, 2004-04-02)
skins\iTunes.skn (52099, 2003-11-09)
skins\mxskin29.skn (70255, 2003-11-09)
skins\mxskin33.skn (41991, 2003-11-09)
skins\mxskin34.skn (46216, 2004-01-08)
skins\mxskin35.skn (52528, 2004-03-27)
skins\macosNew.skn (56959, 2003-10-20)
skins\mxp4.skn (58398, 2003-10-07)
skins\mxskin1.skn (31628, 2003-10-07)
skins\Project2.res (876, 2004-01-09)
skins\skin0000.skn (80209, 2003-05-27)
... ...

uses winskindlg; Type TMySkinManage=class(TSkinManage); procedure TForm1.btn1Click(Sender: TObject); //破解后的2.6版不能够动态改变窗体的caption,下面是补充解决办法 var P: Pchar; begin P := Pointer(TMySkinManage(SkinManager).FindSkinForm(Handle)); if P = nil then exit; P := P+104; //D5的话请将104改为88,未经测试 Pstring(P)^ := 'Edit1.Text'; Caption := 'Edit1.Text'; ////////////////////////////////////////////// end; Delphi VclSkin 2.60 VCLSkin is an VCL library that extend Delphi application with skinnable user interface . Unlike other skin component that you must modify source code to build skinnable application, VCLskin can skin existing application using VCL components without source code modification. VclSkin automatically skin kinds of windows in application, include Delphi forms,MDIform and common Windows dialogs (MsgBox,Open/Save,Font,Print), even the Exception MsgBox. Vclskin not only support Delphi standard controls, but also support many third-party component, such as TMS Grid pack, EnLib Grid, Developer Express QuantumGrid. It is an excellent choice for those wanting to skin existing applications. The cool thing is that it uses existing VCL components. Demo version adds a string 'VclSkin demo' on form caption, but allows to test all available functions. News in 2.60 *Support Arabic language, BiDiMode is righttoleft. *Fixed some bugs when application closed. News in 2.55 *Fixed bug that Tspeedbutton destory at runtime. *Improve performance when change menutitem at runtime. *Fixed OpenDialog bug. News in 2.50 *Support LMD tools. *Fixed bug of checkbox that is disabled . *Add TSkindata.Skin3rd property to add 3rd control easily. News in 2.45 *Some bugs fixed. *Improve compatibility with Billenium effects. News in 2.4 *Support to skin an application but keep the menu bar and title bar the default Windows standard. *DBCheckbox bug fixed. *Fixed bug in cascade,tile command in MIDform. *Bug with minimized state when form created. *Suport ReportBuilder News in 2.3 *Support TUpDown and TSpinEdit. *Support TrackBar. *Restore form size when remove skin. *Fix more bugs. News in 2.25 *Fix bug with QuickReport and FastReport. *Fix bug in Tstatusbar. *Fix bug in Application. News in 2.20 *Support Header control in TlistView. *Fix Menuitem ShortCut bug. *Fix bug that change windows Z-Order when skin change at runtime. *Support Tframe created at runtime. News in 2.10 *Fix Scrollbar drag thumb problem. News in 2.05 *Support multi-skindata in application,Mainform and messagebox can use different skindate. *Nested form support. *Fixed Title flicker problem when form resize. *Support Mainmenu change at runtime. News in 2.0 *skin kinds of windows in your project, Delphi forms,MDIform and common Windows dialogs (MsgBox,Open/Save,Font,Print), even the Exception MsgBox. *Enable/Disable skin at runtime. *fixed many bugs in MDIform. *system menu enchanced. website : http://www.link-rank.com email : info@link-rank.com

近期下载者

相关文件


收藏者