home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / temacd / photofiltre / pf-setup-en.exe / PhotoFiltre.exe / 0 / RCDATA / TICONFORM / TICONFORM.txt
Text File  |  2008-01-12  |  2KB  |  75 lines

  1. object IconForm: TIconForm
  2.   Left = 334
  3.   Top = 185
  4.   BorderStyle = bsDialog
  5.   Caption = 'Exportation en ic'#244'ne'
  6.   ClientHeight = 208
  7.   ClientWidth = 298
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object BAnnuler: TButton
  23.     Left = 208
  24.     Top = 168
  25.     Width = 75
  26.     Height = 25
  27.     Caption = 'Fermer'
  28.     ModalResult = 2
  29.     TabOrder = 0
  30.   end
  31.   object BSauver: TButton
  32.     Left = 128
  33.     Top = 168
  34.     Width = 75
  35.     Height = 25
  36.     Caption = 'Exporter'
  37.     TabOrder = 1
  38.     OnClick = BSauverClick
  39.   end
  40.   object Panel1: TPanel
  41.     Left = 16
  42.     Top = 16
  43.     Width = 34
  44.     Height = 34
  45.     BevelOuter = bvLowered
  46.     TabOrder = 2
  47.     object Image: TImage
  48.       Left = 1
  49.       Top = 1
  50.       Width = 32
  51.       Height = 32
  52.       Center = True
  53.     end
  54.   end
  55.   object RBFormat: TRadioGroup
  56.     Left = 16
  57.     Top = 64
  58.     Width = 267
  59.     Height = 89
  60.     Caption = ' Format d'#39'export '
  61.     ItemIndex = 0
  62.     Items.Strings = (
  63.       '16 couleurs (4 bits)'
  64.       '256 couleurs (8 bits)'
  65.       '16 millions de couleurs (24 bits)')
  66.     TabOrder = 3
  67.   end
  68.   object SaveDialog: TSaveDialog
  69.     DefaultExt = 'ico'
  70.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  71.     Left = 16
  72.     Top = 168
  73.   end
  74. end
  75.