object IconForm: TIconForm Left = 334 Top = 185 BorderStyle = bsDialog Caption = 'Exportation en ic'#244'ne' ClientHeight = 208 ClientWidth = 298 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop KeyPreview = True OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object BAnnuler: TButton Left = 208 Top = 168 Width = 75 Height = 25 Caption = 'Fermer' ModalResult = 2 TabOrder = 0 end object BSauver: TButton Left = 128 Top = 168 Width = 75 Height = 25 Caption = 'Exporter' TabOrder = 1 OnClick = BSauverClick end object Panel1: TPanel Left = 16 Top = 16 Width = 34 Height = 34 BevelOuter = bvLowered TabOrder = 2 object Image: TImage Left = 1 Top = 1 Width = 32 Height = 32 Center = True end end object RBFormat: TRadioGroup Left = 16 Top = 64 Width = 267 Height = 89 Caption = ' Format d'#39'export ' ItemIndex = 0 Items.Strings = ( '16 couleurs (4 bits)' '256 couleurs (8 bits)' '16 millions de couleurs (24 bits)') TabOrder = 3 end object SaveDialog: TSaveDialog DefaultExt = 'ico' Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofFileMustExist] Left = 16 Top = 168 end end