home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Grafica / photofiltre / pf-setup-en.exe / PhotoFiltre.exe / 0 / RCDATA / TJPGCOMPRESSFORM / TJPGCOMPRESSFORM.txt
Text File  |  2004-10-02  |  2KB  |  129 lines

  1. object JPGCompressForm: TJPGCompressForm
  2.   Left = 271
  3.   Top = 140
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Compression JPEG'
  7.   ClientHeight = 249
  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 = 172
  50.     Width = 42
  51.     Height = 13
  52.     Caption = 'LblStatut'
  53.   end
  54.   object BAnnuler: TButton
  55.     Left = 264
  56.     Top = 208
  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 = 208
  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.     Orientation = trHorizontal
  82.     PageSize = 10
  83.     Frequency = 5
  84.     Position = 90
  85.     SelEnd = 0
  86.     SelStart = 0
  87.     TabOrder = 2
  88.     ThumbLength = 15
  89.     TickMarks = tmBottomRight
  90.     TickStyle = tsAuto
  91.     OnChange = TBNChange
  92.   end
  93.   object RBStandard: TRadioButton
  94.     Left = 16
  95.     Top = 96
  96.     Width = 193
  97.     Height = 17
  98.     Caption = 'Format standard'
  99.     Checked = True
  100.     TabOrder = 3
  101.     TabStop = True
  102.   end
  103.   object RBProgressif: TRadioButton
  104.     Left = 16
  105.     Top = 112
  106.     Width = 185
  107.     Height = 17
  108.     Caption = 'Format progressif'
  109.     TabOrder = 4
  110.   end
  111.   object BApercu: TButton
  112.     Left = 16
  113.     Top = 208
  114.     Width = 75
  115.     Height = 25
  116.     Caption = 'Aper'#231'u'
  117.     TabOrder = 5
  118.     OnClick = BApercuClick
  119.   end
  120.   object CBExif: TCheckBox
  121.     Left = 16
  122.     Top = 136
  123.     Width = 289
  124.     Height = 17
  125.     Caption = 'Conserver les informations Exif'
  126.     TabOrder = 6
  127.   end
  128. end
  129.