object JPGCompressForm: TJPGCompressForm Left = 271 Top = 140 ActiveControl = BOk BorderStyle = bsDialog Caption = 'JPEG' ClientHeight = 250 ClientWidth = 354 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate OnHide = FormHide OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object LblN: TLabel Left = 16 Top = 16 Width = 60 Height = 13 Caption = 'Compression' end object Label1: TLabel Left = 16 Top = 64 Width = 153 Height = 13 AutoSize = False Caption = 'Qualit'#233' inf'#233'rieure' end object Label2: TLabel Left = 192 Top = 64 Width = 145 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Qualit'#233' sup'#233'rieure' end object LblStatut: TLabel Left = 16 Top = 183 Width = 42 Height = 13 Caption = 'LblStatut' end object BAnnuler: TButton Left = 264 Top = 209 Width = 75 Height = 25 Cancel = True Caption = 'Annuler' TabOrder = 0 OnClick = BAnnulerClick end object BOk: TButton Left = 184 Top = 209 Width = 75 Height = 25 Caption = 'Ok' Default = True TabOrder = 1 OnClick = BOkClick end object TBN: TTrackBar Left = 10 Top = 32 Width = 335 Height = 25 Max = 100 Min = 10 PageSize = 10 Frequency = 5 Position = 90 TabOrder = 2 ThumbLength = 15 OnChange = TBNChange end object RBStandard: TRadioButton Left = 16 Top = 96 Width = 193 Height = 17 Caption = 'Format standard' Checked = True TabOrder = 3 TabStop = True end object RBProgressif: TRadioButton Left = 16 Top = 112 Width = 185 Height = 17 Caption = 'Format progressif' TabOrder = 4 end object BApercu: TButton Left = 16 Top = 209 Width = 75 Height = 25 Caption = 'Aper'#231'u' TabOrder = 5 OnClick = BApercuClick end object CBExif: TCheckBox Left = 16 Top = 152 Width = 289 Height = 17 Caption = 'Conserver les informations EXIF/IPTC' TabOrder = 6 end object CBGrayscale: TCheckBox Left = 16 Top = 136 Width = 289 Height = 17 Caption = 'Niveau de gris' TabOrder = 7 end end