object PNGCompressForm: TPNGCompressForm Left = 271 Top = 140 ActiveControl = BOk BorderStyle = bsDialog Caption = 'PNG' ClientHeight = 265 ClientWidth = 299 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 OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object BAnnuler: TButton Left = 208 Top = 224 Width = 75 Height = 25 Cancel = True Caption = 'Annuler' ModalResult = 2 TabOrder = 0 end object BOk: TButton Left = 128 Top = 224 Width = 75 Height = 25 Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 1 end object CBEntrelacer: TCheckBox Left = 16 Top = 16 Width = 169 Height = 17 Caption = 'Entrelacer' TabOrder = 2 end object RBFiltres: TRadioGroup Left = 16 Top = 48 Width = 268 Height = 161 Caption = ' Filtrage ' ItemIndex = 0 Items.Strings = ( 'Aucun' 'Diff'#233'rence' 'Haut' 'Moyenne' 'Paeth' 'Automatique') TabOrder = 3 end end