object IconForm: TIconForm Left = 341 Top = 216 BorderStyle = bsDialog Caption = 'Change Icon' ClientHeight = 231 ClientWidth = 359 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter Scaled = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel4: TBevel Left = 187 Top = 194 Width = 163 Height = 27 end object Bevel3: TBevel Left = 8 Top = 7 Width = 343 Height = 29 end object Bevel1: TBevel Left = 0 Top = 0 Width = 359 Height = 231 Align = alClient Shape = bsFrame end object Bevel2: TBevel Left = 8 Top = 192 Width = 345 Height = 31 Style = bsRaised end object SpeedButton1: TSpeedButton Left = 269 Top = 195 Width = 81 Height = 25 Caption = '&Ok' Flat = True OnClick = SpeedButton1Click end object SpeedButton2: TSpeedButton Left = 188 Top = 195 Width = 81 Height = 25 Caption = '&Cancel' Flat = True OnClick = SpeedButton2Click end object SpeedButton3: TSpeedButton Left = 323 Top = 8 Width = 27 Height = 27 Caption = '....' Flat = True OnClick = SpeedButton3Click end object IconListBox1: TIconListBox Left = 8 Top = 40 Width = 344 Height = 169 FileName = 'C:\WINDOWS\SYSTEM\Shell32.dll' XIcons = 9 YIcons = 4 ItemIndex = 0 ParentFont = False TabOrder = 0 end object Edit1: TEdit Left = 12 Top = 10 Width = 307 Height = 21 TabOrder = 1 Text = 'Edit1' OnChange = Edit1Change end end