object ExportLayerForm: TExportLayerForm Left = 365 Top = 157 BorderStyle = bsDialog Caption = 'Exporter le calque' ClientHeight = 178 ClientWidth = 281 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object BOk: TButton Left = 112 Top = 140 Width = 75 Height = 25 Caption = 'Exporter' Default = True TabOrder = 0 OnClick = BOkClick end object BAnnuler: TButton Left = 192 Top = 140 Width = 75 Height = 25 Cancel = True Caption = 'Annuler' ModalResult = 2 TabOrder = 1 end object RGFormat: TRadioGroup Left = 16 Top = 12 Width = 250 Height = 117 Caption = ' Format d'#39'export ' ItemIndex = 0 Items.Strings = ( 'PNG (32 bits)' 'TIFF (32 bits)' 'BMP (32 bits)' 'GIF (8 bits)') TabOrder = 2 end object SaveDialog: TSaveDialog Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofFileMustExist] Left = 24 Top = 136 end end