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 / TPNGCOMPRESSFORM / TPNGCOMPRESSFORM.txt
Text File  |  2008-01-12  |  1KB  |  67 lines

  1. object PNGCompressForm: TPNGCompressForm
  2.   Left = 271
  3.   Top = 140
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'PNG'
  7.   ClientHeight = 265
  8.   ClientWidth = 299
  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.   FormStyle = fsStayOnTop
  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 = 224
  25.     Width = 75
  26.     Height = 25
  27.     Cancel = True
  28.     Caption = 'Annuler'
  29.     ModalResult = 2
  30.     TabOrder = 0
  31.   end
  32.   object BOk: TButton
  33.     Left = 128
  34.     Top = 224
  35.     Width = 75
  36.     Height = 25
  37.     Caption = 'Ok'
  38.     Default = True
  39.     ModalResult = 1
  40.     TabOrder = 1
  41.   end
  42.   object CBEntrelacer: TCheckBox
  43.     Left = 16
  44.     Top = 16
  45.     Width = 169
  46.     Height = 17
  47.     Caption = 'Entrelacer'
  48.     TabOrder = 2
  49.   end
  50.   object RBFiltres: TRadioGroup
  51.     Left = 16
  52.     Top = 48
  53.     Width = 268
  54.     Height = 161
  55.     Caption = ' Filtrage '
  56.     ItemIndex = 0
  57.     Items.Strings = (
  58.       'Aucun'
  59.       'Diff'#233'rence'
  60.       'Haut'
  61.       'Moyenne'
  62.       'Paeth'
  63.       'Automatique')
  64.     TabOrder = 3
  65.   end
  66. end
  67.