object IconTester: TIconTester Left = 294 Top = 212 ActiveControl = ColorList BorderStyle = bsDialog Caption = 'Icon Tester' ClientHeight = 174 ClientWidth = 350 Ctl3D = False Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnMouseDown = FormMouseDown OnMouseMove = FormMouseMove OnMouseUp = FormMouseUp OnPaint = FormPaint PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 142 Width = 350 Height = 32 Align = alBottom BevelOuter = bvNone Caption = 'Panel1' TabOrder = 0 object Label1: TLabel Left = 21 Top = 9 Width = 68 Height = 13 Alignment = taRightJustify AutoSize = False Caption = '&Window color:' FocusControl = ColorList end object CloseButton: TButton Left = 266 Top = 5 Width = 75 Height = 25 Cancel = True Caption = 'Close' Default = True ModalResult = 1 TabOrder = 0 end object ColorList: TComboBox Left = 95 Top = 6 Width = 153 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 1 OnChange = ColorListChange end end object Images: TImageList Left = 144 Top = 8 end end