object Form1: TForm1 Left = 315 Top = 243 AutoScroll = False Caption = 'Form1' ClientHeight = 186 ClientWidth = 633 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poDesktopCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 368 Top = 56 Width = 80 Height = 13 Caption = 'RollDown Speed' end object Label2: TLabel Left = 512 Top = 56 Width = 13 Height = 13 Caption = 'ms' end object Label3: TLabel Left = 368 Top = 84 Width = 99 Height = 13 Caption = 'RollDown Resolution' end object Label4: TLabel Left = 512 Top = 84 Width = 13 Height = 13 Caption = 'ms' end object Button1: TButton Left = 216 Top = 48 Width = 137 Height = 25 Caption = 'Multi Control Dropdown' TabOrder = 0 OnClick = Button1Click end object CoolBar1: TCoolBar Left = 0 Top = 0 Width = 633 Height = 30 AutoSize = True Bands = < item Control = ToolBar1 ImageIndex = -1 MinHeight = 26 Text = 'Address' Width = 561 end item Break = False ImageIndex = -1 Width = 66 end> object ToolBar1: TToolBar Left = 51 Top = 0 Width = 506 Height = 26 AutoSize = True ButtonHeight = 24 Caption = 'ToolBar1' EdgeInner = esNone EdgeOuter = esNone TabOrder = 0 DesignSize = ( 506 26) object ListBox1: TListBox Left = 0 Top = 2 Width = 425 Height = 24 TabStop = False Style = lbOwnerDrawFixed Anchors = [akRight, akBottom] Enabled = False ItemHeight = 18 TabOrder = 0 OnClick = ListBox1Click OnDrawItem = ListBox1DrawItem end object Button3: TButton Left = 425 Top = 2 Width = 24 Height = 24 Anchors = [akLeft, akTop, akRight, akBottom] Caption = '...' TabOrder = 1 OnClick = Button3Click end end end object Edit1: TEdit Left = 472 Top = 48 Width = 33 Height = 21 TabOrder = 2 Text = '10' end object Edit2: TEdit Left = 472 Top = 80 Width = 33 Height = 21 TabOrder = 3 Text = '16' end object CheckBoxDropShadow: TCheckBox Left = 368 Top = 104 Width = 185 Height = 17 Caption = 'DropShadown on Forms' TabOrder = 4 end object ImageList1: TImageList Left = 40 Top = 96 end end