{========================================================================} {= (c) 1995-98 SwiftSoft Ronald Dittrich =} {========================================================================} {= All Rights Reserved =} {========================================================================} {= D 01099 Dresden = Fax.: +49 (0)351-8037944 =} {= Loewenstr.7a = info@swiftsoft.de =} {========================================================================} {= Actual versions on http://www.swiftsoft.de/mmtools.html =} {========================================================================} {= This code is for reference purposes only and may not be copied or =} {= distributed in any format electronic or otherwise except one copy =} {= for backup purposes. =} {= =} {= No Delphi Component Kit or Component individually or in a collection=} {= subclassed or otherwise from the code in this unit, or associated =} {= .pas, .dfm, .dcu, .asm or .obj files may be sold or distributed =} {= without express permission from SwiftSoft. =} {= =} {= For more licence informations please refer to the associated =} {= HelpFile. =} {========================================================================} {= $Date: 05.09.98 - 21:56:49 $ =} {========================================================================} unit Unit1; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, MMObj, MMBmpLst, MMCtrl, MMBmpBtn, MMHook, MMForm; type TForm1 = class(TForm) MMBitmapList1: TMMBitmapList; Slider3: TMMBitmapSlider; Slider4: TMMBitmapSlider; Slider5: TMMBitmapSlider; Slider6: TMMBitmapSlider; MMBitmapButton1: TMMBitmapButton; MMBitmapButton2: TMMBitmapButton; MMBitmapButton3: TMMBitmapButton; MMBitmapButton4: TMMBitmapButton; MMBitmapButton5: TMMBitmapButton; MMBitmapButton6: TMMBitmapButton; MMBitmapButton7: TMMBitmapButton; MMBitmapSlider1: TMMBitmapSlider; MMBitmapSlider2: TMMBitmapSlider; MMFormStyler1: TMMFormStyler; private { Private-Deklarationen } public { Public-Deklarationen } end; var Form1: TForm1; implementation {$R *.DFM} end.