home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.9 / 1997-12_Disc_3.9_No._2.bin / MSPRING / INSTALL / 32BIT / DISK4.Z / msdesk95.exe / 0 / RCDATA / TEDITFILEICONDLG / TEDITFILEICONDLG.txt
Text File  |  1997-03-16  |  2KB  |  93 lines

  1. object EditFileIconDlg: TEditFileIconDlg
  2.   Left = 274
  3.   Top = 29
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Changement d'#39'ic∩┐╜ne'
  7.   ClientHeight = 199
  8.   ClientWidth = 360
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 16
  21.     Width = 74
  22.     Height = 13
  23.     Caption = '&Nom du fichier :'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 8
  27.     Top = 72
  28.     Width = 73
  29.     Height = 13
  30.     Caption = '&Ic∩┐╜ne actuelle :'
  31.   end
  32.   object IconListBox: TIconListBox
  33.     Left = 8
  34.     Top = 96
  35.     Width = 344
  36.     Height = 52
  37.     FileName = 'c:\windows\system\shell32.dll'
  38.     EnableCaching = False
  39.     XIcons = 9
  40.     ItemIndex = 0
  41.     ParentFont = False
  42.     TabOrder = 0
  43.     OnDblClick = IconListBoxDblClick
  44.   end
  45.   object IconFileName: TEdit
  46.     Left = 8
  47.     Top = 40
  48.     Width = 345
  49.     Height = 21
  50.     TabOrder = 1
  51.     OnChange = IconFileNameChange
  52.   end
  53.   object OKbtn: TButton
  54.     Left = 144
  55.     Top = 168
  56.     Width = 65
  57.     Height = 23
  58.     Caption = 'OK'
  59.     ModalResult = 1
  60.     TabOrder = 2
  61.     OnClick = OKbtnClick
  62.   end
  63.   object CancelBtn: TButton
  64.     Left = 216
  65.     Top = 168
  66.     Width = 65
  67.     Height = 23
  68.     Cancel = True
  69.     Caption = 'Annuler'
  70.     ModalResult = 2
  71.     TabOrder = 3
  72.   end
  73.   object BrowseBtn: TButton
  74.     Left = 288
  75.     Top = 168
  76.     Width = 65
  77.     Height = 23
  78.     Caption = '&Parcourir...'
  79.     TabOrder = 4
  80.     OnClick = BrowseBtnClick
  81.   end
  82.   object OpenDialog1: TOpenDialog
  83.     DefaultExt = 'ico'
  84.     FileEditStyle = fsEdit
  85.     Filter = 
  86.       'Ic∩┐╜nes (*.ico)|*.ico|Programmes (*.exe)|*.exe|Biblioth∩┐╜ques (*.d' +
  87.       'll)|*.dll|Librairies (*.icl)|*.icl|Tous (*.*)|*.*'
  88.     InitialDir = 'c:\'
  89.     Left = 88
  90.     Top = 168
  91.   end
  92. end
  93.