home *** CD-ROM | disk | FTP | other *** search
- object EditFileIconDlg: TEditFileIconDlg
- Left = 274
- Top = 29
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'Changement d'#39'ic�ne'
- ClientHeight = 199
- ClientWidth = 360
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 16
- Width = 74
- Height = 13
- Caption = '&Nom du fichier :'
- end
- object Label2: TLabel
- Left = 8
- Top = 72
- Width = 73
- Height = 13
- Caption = '&Ic�ne actuelle :'
- end
- object IconListBox: TIconListBox
- Left = 8
- Top = 96
- Width = 344
- Height = 52
- FileName = 'c:\windows\system\shell32.dll'
- EnableCaching = False
- XIcons = 9
- ItemIndex = 0
- ParentFont = False
- TabOrder = 0
- OnDblClick = IconListBoxDblClick
- end
- object IconFileName: TEdit
- Left = 8
- Top = 40
- Width = 345
- Height = 21
- TabOrder = 1
- OnChange = IconFileNameChange
- end
- object OKbtn: TButton
- Left = 144
- Top = 168
- Width = 65
- Height = 23
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 2
- OnClick = OKbtnClick
- end
- object CancelBtn: TButton
- Left = 216
- Top = 168
- Width = 65
- Height = 23
- Cancel = True
- Caption = 'Annuler'
- ModalResult = 2
- TabOrder = 3
- end
- object BrowseBtn: TButton
- Left = 288
- Top = 168
- Width = 65
- Height = 23
- Caption = '&Parcourir...'
- TabOrder = 4
- OnClick = BrowseBtnClick
- end
- object OpenDialog1: TOpenDialog
- DefaultExt = 'ico'
- FileEditStyle = fsEdit
- Filter =
- 'Ic�nes (*.ico)|*.ico|Programmes (*.exe)|*.exe|Biblioth�ques (*.d' +
- 'll)|*.dll|Librairies (*.icl)|*.icl|Tous (*.*)|*.*'
- InitialDir = 'c:\'
- Left = 88
- Top = 168
- end
- end
-