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 / TJPGCOMPRESSFORM / TJPGCOMPRESSFORM.txt
Text File  |  2008-01-12  |  2KB  |  132 lines

  1. object JPGCompressForm: TJPGCompressForm
  2.   Left = 271
  3.   Top = 140
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'JPEG'
  7.   ClientHeight = 250
  8.   ClientWidth = 354
  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.   OnHide = FormHide
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object LblN: TLabel
  24.     Left = 16
  25.     Top = 16
  26.     Width = 60
  27.     Height = 13
  28.     Caption = 'Compression'
  29.   end
  30.   object Label1: TLabel
  31.     Left = 16
  32.     Top = 64
  33.     Width = 153
  34.     Height = 13
  35.     AutoSize = False
  36.     Caption = 'Qualit'#233' inf'#233'rieure'
  37.   end
  38.   object Label2: TLabel
  39.     Left = 192
  40.     Top = 64
  41.     Width = 145
  42.     Height = 13
  43.     Alignment = taRightJustify
  44.     AutoSize = False
  45.     Caption = 'Qualit'#233' sup'#233'rieure'
  46.   end
  47.   object LblStatut: TLabel
  48.     Left = 16
  49.     Top = 183
  50.     Width = 42
  51.     Height = 13
  52.     Caption = 'LblStatut'
  53.   end
  54.   object BAnnuler: TButton
  55.     Left = 264
  56.     Top = 209
  57.     Width = 75
  58.     Height = 25
  59.     Cancel = True
  60.     Caption = 'Annuler'
  61.     TabOrder = 0
  62.     OnClick = BAnnulerClick
  63.   end
  64.   object BOk: TButton
  65.     Left = 184
  66.     Top = 209
  67.     Width = 75
  68.     Height = 25
  69.     Caption = 'Ok'
  70.     Default = True
  71.     TabOrder = 1
  72.     OnClick = BOkClick
  73.   end
  74.   object TBN: TTrackBar
  75.     Left = 10
  76.     Top = 32
  77.     Width = 335
  78.     Height = 25
  79.     Max = 100
  80.     Min = 10
  81.     PageSize = 10
  82.     Frequency = 5
  83.     Position = 90
  84.     TabOrder = 2
  85.     ThumbLength = 15
  86.     OnChange = TBNChange
  87.   end
  88.   object RBStandard: TRadioButton
  89.     Left = 16
  90.     Top = 96
  91.     Width = 193
  92.     Height = 17
  93.     Caption = 'Format standard'
  94.     Checked = True
  95.     TabOrder = 3
  96.     TabStop = True
  97.   end
  98.   object RBProgressif: TRadioButton
  99.     Left = 16
  100.     Top = 112
  101.     Width = 185
  102.     Height = 17
  103.     Caption = 'Format progressif'
  104.     TabOrder = 4
  105.   end
  106.   object BApercu: TButton
  107.     Left = 16
  108.     Top = 209
  109.     Width = 75
  110.     Height = 25
  111.     Caption = 'Aper'#231'u'
  112.     TabOrder = 5
  113.     OnClick = BApercuClick
  114.   end
  115.   object CBExif: TCheckBox
  116.     Left = 16
  117.     Top = 152
  118.     Width = 289
  119.     Height = 17
  120.     Caption = 'Conserver les informations EXIF/IPTC'
  121.     TabOrder = 6
  122.   end
  123.   object CBGrayscale: TCheckBox
  124.     Left = 16
  125.     Top = 136
  126.     Width = 289
  127.     Height = 17
  128.     Caption = 'Niveau de gris'
  129.     TabOrder = 7
  130.   end
  131. end
  132.