unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, sButton, ExtCtrls, sPanel, sSkinManager, Buttons, sBitBtn, sEdit, sCheckBox, sLabel; type TForm1 = class(TForm) sPanel1: TsPanel; sButton1: TsButton; sBitBtn1: TsBitBtn; sSkinManager1: TsSkinManager; sWebLabel1: TsWebLabel; sBitBtn2: TsBitBtn; sCheckBox1: TsCheckBox; sEdit1: TsEdit; private { Private declarations } public { Public declarations } end; var Form1: TForm1; implementation {$R *.dfm} end.