object EasyDeskBandForm2: TEasyDeskBandForm2 Left = 405 Top = 296 AutoScroll = False Caption = 'Delphi Demo' ClientHeight = 29 ClientWidth = 405 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Shell Dlg 2' Font.Style = [] OldCreateOrder = False OnBandSiteChange = EasyDeskBandFormBandSiteChange OnBandViewModeChange = EasyDeskBandFormBandViewModeChange PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 240 Top = 8 Width = 33 Height = 13 Caption = 'Label1' end object SpeedButton1: TSpeedButton Left = 144 Top = 4 Width = 81 Height = 22 Caption = 'Hide Band' Flat = True OnClick = SpeedButton1Click end object Edit1: TEdit Left = 8 Top = 2 Width = 121 Height = 21 TabOrder = 0 Text = 'Edit1' end end