object FormEnregIcon: TFormEnregIcon Left = 337 Top = 201 BorderStyle = bsDialog Caption = 'Enregistrer l'#39'ic'#244'ne' ClientHeight = 217 ClientWidth = 361 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object LblFormat: TLabel Left = 16 Top = 16 Width = 32 Height = 13 Caption = 'Format' end object RGFormat: TRadioGroup Left = 16 Top = 40 Width = 332 Height = 129 Caption = ' Formats disponibles ' Items.Strings = ( '16 couleurs (4 bits)' '256 couleurs (8 bits)' 'Couleurs vraies (24 bits)' 'Couleurs vraies (32 bits, Windows XP)') TabOrder = 0 end object BtnOk: TButton Left = 184 Top = 176 Width = 75 Height = 25 Caption = 'Ok' ModalResult = 1 TabOrder = 1 end object BtnAnnuler: TButton Left = 272 Top = 176 Width = 75 Height = 25 Caption = 'Annuler' ModalResult = 2 TabOrder = 2 end end