home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August / Chip_2001-08_cd2.bin / vyuka / wordweb / WORDWEB.EXE / uninst.exe / 0 / RCDATA / TFILEICONDLG / TFILEICONDLG.txt
Text File  |  2001-01-19  |  3KB  |  107 lines

  1. object FileIconDlg: TFileIconDlg
  2.   Left = 294
  3.   Top = 165
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Changement d'#39'ic∩┐╜ne'
  7.   ClientHeight = 169
  8.   ClientWidth = 360
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 74
  26.     Height = 13
  27.     Caption = 'Nom du fichier :'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 8
  31.     Top = 56
  32.     Width = 73
  33.     Height = 13
  34.     Caption = 'Ic∩┐╜ne actuelle :'
  35.   end
  36.   object IconSpeedButton: TSpeedButton
  37.     Left = 328
  38.     Top = 24
  39.     Width = 25
  40.     Height = 21
  41.     Hint = 'Browse icon file'
  42.     Flat = True
  43.     Glyph.Data = {
  44.       F6000000424DF600000000000000760000002800000010000000100000000100
  45.       0400000000008000000000000000000000001000000010000000000000000000
  46.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  47.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  48.       333333300000000000003377777777777700337FB8B8B8B8B70037FB8B8B8B8B
  49.       807037F8B8B8B8B870707F8B8B8B8B8B07707FFFFFFFFFF70870777777777777
  50.       7B7037F8B8B8B8B8B87037FB8B8B8FFFFF7037F8B8B8F7777773337FFFFF7333
  51.       3333333777773333333333333333333333333333333333333333}
  52.     ParentShowHint = False
  53.     ShowHint = True
  54.     OnClick = IconSpeedButtonClick
  55.   end
  56.   object dfsIconListBox: TdfsIconListBox
  57.     Left = 8
  58.     Top = 72
  59.     Width = 344
  60.     Height = 52
  61.     FileName = 'c:\windows\system\shell32.dll'
  62.     EnableCaching = False
  63.     Enabled = False
  64.     ItemIndex = -1
  65.     ParentFont = False
  66.     TabOrder = 0
  67.     OnDblClick = IconListBoxDblClick
  68.   end
  69.   object IconFileName: TEdit
  70.     Left = 8
  71.     Top = 24
  72.     Width = 321
  73.     Height = 21
  74.     TabOrder = 1
  75.     OnChange = IconFileNameChange
  76.   end
  77.   object CancelButton: TButton
  78.     Left = 276
  79.     Top = 136
  80.     Width = 75
  81.     Height = 25
  82.     Caption = 'Annuler'
  83.     ModalResult = 2
  84.     TabOrder = 2
  85.   end
  86.   object OKButton: TButton
  87.     Left = 192
  88.     Top = 136
  89.     Width = 75
  90.     Height = 25
  91.     Caption = 'OK'
  92.     Default = True
  93.     ModalResult = 1
  94.     TabOrder = 3
  95.     OnClick = OKButtonClick
  96.   end
  97.   object OpenDialog1: TOpenDialog
  98.     Filter = 
  99.       'Fichiers ic∩┐╜ne (*.ico)|*.ico|Fichiers programme (*.exe)|*.exe|Fi' +
  100.       'chiers librairie (*.dll) (*.icl)|*.dll;*.icl|Tous fichiers (*.*)' +
  101.       '|*.*'
  102.     FilterIndex = 4
  103.     Left = 16
  104.     Top = 80
  105.   end
  106. end
  107.