object FileIconDlg: TFileIconDlg Left = 294 Top = 165 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'Changement d'#39'ic�ne' ClientHeight = 169 ClientWidth = 360 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 74 Height = 13 Caption = 'Nom du fichier :' end object Label2: TLabel Left = 8 Top = 56 Width = 73 Height = 13 Caption = 'Ic�ne actuelle :' end object IconSpeedButton: TSpeedButton Left = 328 Top = 24 Width = 25 Height = 21 Hint = 'Browse icon file' Flat = True Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000010000000000000000000 8000008000000080800080000000800080008080000080808000C0C0C0000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 333333300000000000003377777777777700337FB8B8B8B8B70037FB8B8B8B8B 807037F8B8B8B8B870707F8B8B8B8B8B07707FFFFFFFFFF70870777777777777 7B7037F8B8B8B8B8B87037FB8B8B8FFFFF7037F8B8B8F7777773337FFFFF7333 3333333777773333333333333333333333333333333333333333} ParentShowHint = False ShowHint = True OnClick = IconSpeedButtonClick end object dfsIconListBox: TdfsIconListBox Left = 8 Top = 72 Width = 344 Height = 52 FileName = 'c:\windows\system\shell32.dll' EnableCaching = False Enabled = False ItemIndex = -1 ParentFont = False TabOrder = 0 OnDblClick = IconListBoxDblClick end object IconFileName: TEdit Left = 8 Top = 24 Width = 321 Height = 21 TabOrder = 1 OnChange = IconFileNameChange end object CancelButton: TButton Left = 276 Top = 136 Width = 75 Height = 25 Caption = 'Annuler' ModalResult = 2 TabOrder = 2 end object OKButton: TButton Left = 192 Top = 136 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 3 OnClick = OKButtonClick end object OpenDialog1: TOpenDialog Filter = 'Fichiers ic�ne (*.ico)|*.ico|Fichiers programme (*.exe)|*.exe|Fi' + 'chiers librairie (*.dll) (*.icl)|*.dll;*.icl|Tous fichiers (*.*)' + '|*.*' FilterIndex = 4 Left = 16 Top = 80 end end