home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / multimedia / photofiltre / pfs-setup-en.exe / pf-studio.exe / 0 / RCDATA / TEXPORTLAYERFORM / TEXPORTLAYERFORM.txt
Text File  |  2007-09-16  |  1KB  |  59 lines

  1. object ExportLayerForm: TExportLayerForm
  2.   Left = 365
  3.   Top = 157
  4.   BorderStyle = bsDialog
  5.   Caption = 'Exporter le calque'
  6.   ClientHeight = 178
  7.   ClientWidth = 281
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object BOk: TButton
  20.     Left = 112
  21.     Top = 140
  22.     Width = 75
  23.     Height = 25
  24.     Caption = 'Exporter'
  25.     Default = True
  26.     TabOrder = 0
  27.     OnClick = BOkClick
  28.   end
  29.   object BAnnuler: TButton
  30.     Left = 192
  31.     Top = 140
  32.     Width = 75
  33.     Height = 25
  34.     Cancel = True
  35.     Caption = 'Annuler'
  36.     ModalResult = 2
  37.     TabOrder = 1
  38.   end
  39.   object RGFormat: TRadioGroup
  40.     Left = 16
  41.     Top = 12
  42.     Width = 250
  43.     Height = 117
  44.     Caption = ' Format d'#39'export '
  45.     ItemIndex = 0
  46.     Items.Strings = (
  47.       'PNG (32 bits)'
  48.       'TIFF (32 bits)'
  49.       'BMP (32 bits)'
  50.       'GIF (8 bits)')
  51.     TabOrder = 2
  52.   end
  53.   object SaveDialog: TSaveDialog
  54.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  55.     Left = 24
  56.     Top = 136
  57.   end
  58. end
  59.