object Form1: TForm1 Left = 265 Top = 200 Width = 667 Height = 259 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Shell Dlg 2' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 272 Top = 16 Width = 16 Height = 16 end object Image2: TImage Left = 304 Top = 16 Width = 32 Height = 32 end object Bevel1: TBevel Left = 0 Top = 0 Width = 200 Height = 223 Align = alLeft end object Label1: TLabel Left = 8 Top = 8 Width = 136 Height = 13 Caption = 'System ImageList Contents' end object Button1: TButton Left = 248 Top = 80 Width = 209 Height = 25 Caption = 'Extract Images with SHGetFileInfo' TabOrder = 0 OnClick = Button1Click end object Edit1: TEdit Left = 216 Top = 144 Width = 425 Height = 21 TabOrder = 2 Text = '::{C84C9DE1-9910-4F2D-AB29-4326AFC9ABDB}\FolderA: 0\FolderB: 0' end object Button2: TButton Left = 248 Top = 112 Width = 209 Height = 25 Caption = 'Parse From Desktop' TabOrder = 1 OnClick = Button2Click end object Button3: TButton Left = 472 Top = 80 Width = 169 Height = 25 Caption = 'Flush Icon Cache' TabOrder = 3 OnClick = Button3Click end object Button4: TButton Left = 384 Top = 32 Width = 75 Height = 25 Caption = 'Button4' TabOrder = 4 OnClick = Button4Click end end