home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 September / PCWorld_2007-09_cd.bin / temacd / photofiltre / pfs-setup-en.exe / pf-studio.exe / 0 / RCDATA / TSAVEOPFORM / TSAVEOPFORM.txt
Text File  |  2007-07-11  |  6KB  |  287 lines

  1. object SaveOpForm: TSaveOpForm
  2.   Left = 271
  3.   Top = 140
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'SaveOpForm'
  7.   ClientHeight = 297
  8.   ClientWidth = 385
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnCreate = FormCreate
  19.   OnHide = FormHide
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object BAnnuler: TButton
  23.     Left = 294
  24.     Top = 256
  25.     Width = 79
  26.     Height = 25
  27.     Cancel = True
  28.     Caption = 'Annuler'
  29.     TabOrder = 0
  30.     OnClick = BAnnulerClick
  31.   end
  32.   object BOk: TButton
  33.     Left = 208
  34.     Top = 256
  35.     Width = 75
  36.     Height = 25
  37.     Caption = 'Ok'
  38.     Default = True
  39.     TabOrder = 1
  40.     OnClick = BOkClick
  41.   end
  42.   object BApercu: TButton
  43.     Left = 12
  44.     Top = 256
  45.     Width = 75
  46.     Height = 25
  47.     Caption = 'Aper'#231'u'
  48.     TabOrder = 2
  49.     OnClick = BApercuClick
  50.   end
  51.   object PageControl: TPageControl
  52.     Left = 12
  53.     Top = 12
  54.     Width = 361
  55.     Height = 229
  56.     ActivePage = TshTIFF
  57.     TabOrder = 3
  58.     object TshJpeg: TTabSheet
  59.       Caption = 'JPEG'
  60.       TabVisible = False
  61.       object LblN: TLabel
  62.         Left = 16
  63.         Top = 16
  64.         Width = 60
  65.         Height = 13
  66.         Caption = 'Compression'
  67.       end
  68.       object Label1: TLabel
  69.         Left = 16
  70.         Top = 64
  71.         Width = 153
  72.         Height = 13
  73.         AutoSize = False
  74.         Caption = 'Qualit'#233' inf'#233'rieure'
  75.       end
  76.       object Label2: TLabel
  77.         Left = 192
  78.         Top = 64
  79.         Width = 145
  80.         Height = 13
  81.         Alignment = taRightJustify
  82.         AutoSize = False
  83.         Caption = 'Qualit'#233' sup'#233'rieure'
  84.       end
  85.       object LblStatut: TLabel
  86.         Left = 16
  87.         Top = 188
  88.         Width = 42
  89.         Height = 13
  90.         Caption = 'LblStatut'
  91.       end
  92.       object TBN: TTrackBar
  93.         Left = 10
  94.         Top = 32
  95.         Width = 335
  96.         Height = 25
  97.         Max = 100
  98.         Min = 10
  99.         PageSize = 10
  100.         Frequency = 5
  101.         Position = 90
  102.         TabOrder = 0
  103.         ThumbLength = 15
  104.         OnChange = TBNChange
  105.       end
  106.       object RBStandard: TRadioButton
  107.         Left = 16
  108.         Top = 96
  109.         Width = 193
  110.         Height = 17
  111.         Caption = 'Format standard'
  112.         Checked = True
  113.         TabOrder = 1
  114.         TabStop = True
  115.       end
  116.       object RBProgressif: TRadioButton
  117.         Left = 16
  118.         Top = 112
  119.         Width = 185
  120.         Height = 17
  121.         Caption = 'Format progressif'
  122.         TabOrder = 2
  123.       end
  124.       object CBExif: TCheckBox
  125.         Left = 16
  126.         Top = 152
  127.         Width = 289
  128.         Height = 17
  129.         Caption = 'Conserver les informations EXIF/IPTC'
  130.         TabOrder = 3
  131.       end
  132.       object CBGrayscale: TCheckBox
  133.         Left = 16
  134.         Top = 136
  135.         Width = 193
  136.         Height = 17
  137.         Caption = 'Niveau de gris'
  138.         TabOrder = 4
  139.       end
  140.     end
  141.     object TshPng: TTabSheet
  142.       Caption = 'TshPng'
  143.       ImageIndex = 1
  144.       TabVisible = False
  145.       object CBEntrelacer: TCheckBox
  146.         Left = 16
  147.         Top = 16
  148.         Width = 169
  149.         Height = 17
  150.         Caption = 'Entrelac'#233
  151.         TabOrder = 0
  152.       end
  153.       object RBFiltres: TRadioGroup
  154.         Left = 16
  155.         Top = 40
  156.         Width = 321
  157.         Height = 83
  158.         Caption = ' Filtrage '
  159.         Columns = 2
  160.         ItemIndex = 0
  161.         Items.Strings = (
  162.           'Aucun'
  163.           'Diff'#233'rence'
  164.           'Haut'
  165.           'Moyenne'
  166.           'Paeth'
  167.           'Automatique')
  168.         TabOrder = 1
  169.       end
  170.     end
  171.     object TshGIF: TTabSheet
  172.       Caption = 'TshGIF'
  173.       ImageIndex = 2
  174.       TabVisible = False
  175.       object CBEntrelacer2: TCheckBox
  176.         Left = 16
  177.         Top = 16
  178.         Width = 169
  179.         Height = 17
  180.         Caption = 'Entrelac'#233
  181.         TabOrder = 0
  182.       end
  183.       object CBPalette: TCheckBox
  184.         Left = 16
  185.         Top = 40
  186.         Width = 193
  187.         Height = 17
  188.         Caption = 'Palette optimis'#233'e'
  189.         TabOrder = 1
  190.       end
  191.     end
  192.     object TshTarga: TTabSheet
  193.       Caption = 'TshTarga'
  194.       ImageIndex = 3
  195.       TabVisible = False
  196.       object CBTargaRLE: TCheckBox
  197.         Left = 16
  198.         Top = 16
  199.         Width = 169
  200.         Height = 17
  201.         Caption = 'Compression'
  202.         TabOrder = 0
  203.       end
  204.     end
  205.     object TshTIFF: TTabSheet
  206.       Caption = 'TshTIFF'
  207.       ImageIndex = 4
  208.       TabVisible = False
  209.       object LblN2: TLabel
  210.         Left = 16
  211.         Top = 72
  212.         Width = 60
  213.         Height = 13
  214.         Caption = 'Compression'
  215.         Transparent = True
  216.       end
  217.       object Label4: TLabel
  218.         Left = 16
  219.         Top = 120
  220.         Width = 153
  221.         Height = 13
  222.         AutoSize = False
  223.         Caption = 'Qualit'#233' inf'#233'rieure'
  224.         Transparent = True
  225.       end
  226.       object Label5: TLabel
  227.         Left = 192
  228.         Top = 120
  229.         Width = 145
  230.         Height = 13
  231.         Alignment = taRightJustify
  232.         AutoSize = False
  233.         Caption = 'Qualit'#233' sup'#233'rieure'
  234.         Transparent = True
  235.       end
  236.       object CBCompressTiff: TCheckBox
  237.         Left = 16
  238.         Top = 16
  239.         Width = 257
  240.         Height = 17
  241.         Caption = 'Compression'
  242.         TabOrder = 0
  243.         OnClick = CBCompressTiffClick
  244.       end
  245.       object TBN2: TTrackBar
  246.         Left = 10
  247.         Top = 88
  248.         Width = 335
  249.         Height = 25
  250.         Max = 100
  251.         Min = 10
  252.         PageSize = 10
  253.         Frequency = 5
  254.         Position = 90
  255.         TabOrder = 1
  256.         ThumbLength = 15
  257.         OnChange = TBN2Change
  258.       end
  259.       object CBTiffList: TComboBox
  260.         Left = 16
  261.         Top = 40
  262.         Width = 145
  263.         Height = 21
  264.         Style = csDropDownList
  265.         ItemHeight = 13
  266.         TabOrder = 2
  267.         OnChange = CBTiffListChange
  268.       end
  269.     end
  270.     object TshPFI: TTabSheet
  271.       Caption = 'TshPFI'
  272.       ImageIndex = 5
  273.       TabVisible = False
  274.       object CBCompressPFI: TCheckBox
  275.         Left = 16
  276.         Top = 16
  277.         Width = 169
  278.         Height = 17
  279.         Caption = 'Compression'
  280.         Checked = True
  281.         State = cbChecked
  282.         TabOrder = 0
  283.       end
  284.     end
  285.   end
  286. end
  287.