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 / TPREFFORM / TPREFFORM.txt
Text File  |  2007-07-11  |  18KB  |  780 lines

  1. object PrefForm: TPrefForm
  2.   Left = 336
  3.   Top = 181
  4.   BorderStyle = bsDialog
  5.   Caption = 'Pr'#233'f'#233'rences'
  6.   ClientHeight = 322
  7.   ClientWidth = 363
  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.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   OnKeyPress = FormKeyPress
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object BOk: TButton
  23.     Left = 188
  24.     Top = 280
  25.     Width = 75
  26.     Height = 25
  27.     Caption = 'Ok'
  28.     TabOrder = 0
  29.     OnClick = BOkClick
  30.   end
  31.   object BAnnuler: TButton
  32.     Left = 272
  33.     Top = 280
  34.     Width = 75
  35.     Height = 25
  36.     Caption = 'Annuler'
  37.     ModalResult = 2
  38.     TabOrder = 1
  39.   end
  40.   object PageControl: TPageControl
  41.     Left = 16
  42.     Top = 44
  43.     Width = 331
  44.     Height = 225
  45.     ActivePage = TshDir
  46.     MultiLine = True
  47.     TabOrder = 2
  48.     object TshDir: TTabSheet
  49.       TabVisible = False
  50.       object LblOuvrir: TLabel
  51.         Left = 16
  52.         Top = 16
  53.         Width = 97
  54.         Height = 13
  55.         Caption = 'Dossier d'#39'ouverture :'
  56.         Transparent = True
  57.       end
  58.       object LblEnregistrer: TLabel
  59.         Left = 16
  60.         Top = 72
  61.         Width = 121
  62.         Height = 13
  63.         Caption = 'Dossier d'#39'enregistrement :'
  64.         Transparent = True
  65.       end
  66.       object SBOuvrir: TSpeedButton
  67.         Left = 272
  68.         Top = 32
  69.         Width = 23
  70.         Height = 21
  71.         Flat = True
  72.         OnClick = SBOuvrirClick
  73.       end
  74.       object SBEnregistrer: TSpeedButton
  75.         Left = 272
  76.         Top = 88
  77.         Width = 23
  78.         Height = 21
  79.         Flat = True
  80.         OnClick = SBEnregistrerClick
  81.       end
  82.       object CBVerrouiller: TCheckBox
  83.         Left = 16
  84.         Top = 128
  85.         Width = 249
  86.         Height = 17
  87.         Caption = 'Verrouiller les dossiers'
  88.         TabOrder = 0
  89.       end
  90.       object CBUnDossier: TCheckBox
  91.         Left = 16
  92.         Top = 148
  93.         Width = 281
  94.         Height = 17
  95.         Caption = 'Dossier unique pour l'#39'ouverture et l'#39'enregistrement'
  96.         TabOrder = 1
  97.         OnClick = CBUnDossierClick
  98.       end
  99.       object EdiDirOuvrir: TSpecialEdit
  100.         Left = 16
  101.         Top = 32
  102.         Width = 255
  103.         Height = 21
  104.         BorderStyle = bsSingle
  105.         ButtonStyle = stDown
  106.         DisabledColor = clNone
  107.         ItemIndex = -1
  108.         MinimizeText = True
  109.         NumGlyphs = 1
  110.         ParentColor = False
  111.         ReadOnly = False
  112.         ShowButton = False
  113.         TabOrder = 2
  114.         TabStop = True
  115.         OnClick = SBOuvrirClick
  116.       end
  117.       object EdiDirEnregistrer: TSpecialEdit
  118.         Left = 16
  119.         Top = 88
  120.         Width = 255
  121.         Height = 21
  122.         BorderStyle = bsSingle
  123.         ButtonStyle = stDown
  124.         DisabledColor = clNone
  125.         ItemIndex = -1
  126.         MinimizeText = True
  127.         NumGlyphs = 1
  128.         ParentColor = False
  129.         ReadOnly = False
  130.         ShowButton = False
  131.         TabOrder = 3
  132.         TabStop = True
  133.         OnClick = SBEnregistrerClick
  134.       end
  135.     end
  136.     object TshOuvrir: TTabSheet
  137.       Caption = 'TshOuvrir'
  138.       ImageIndex = 1
  139.       TabVisible = False
  140.       object CBRotExif: TCheckBox
  141.         Left = 16
  142.         Top = 24
  143.         Width = 297
  144.         Height = 17
  145.         Caption = 'Rotation bas'#233'e sur l'#39'orientation EXIF'
  146.         TabOrder = 0
  147.       end
  148.       object CB16M: TCheckBox
  149.         Left = 16
  150.         Top = 40
  151.         Width = 297
  152.         Height = 17
  153.         Caption = 'Ouvrir les images en 16 millions de couleurs'
  154.         TabOrder = 1
  155.       end
  156.       object CBCameraWB: TCheckBox
  157.         Left = 16
  158.         Top = 56
  159.         Width = 297
  160.         Height = 17
  161.         Caption = 'Balance des blancs automatique pour les images RAW'
  162.         TabOrder = 2
  163.       end
  164.     end
  165.     object TshEnreg: TTabSheet
  166.       ImageIndex = 4
  167.       TabVisible = False
  168.       object CBDateFichier: TCheckBox
  169.         Left = 16
  170.         Top = 96
  171.         Width = 233
  172.         Height = 17
  173.         Caption = 'Conserver la date du fichier'
  174.         TabOrder = 0
  175.       end
  176.       object CBExif: TCheckBox
  177.         Left = 16
  178.         Top = 116
  179.         Width = 233
  180.         Height = 17
  181.         Caption = 'Conserver les informations EXIF/IPTC'
  182.         TabOrder = 1
  183.       end
  184.       object CBFormatDefaut: TCheckBox
  185.         Left = 16
  186.         Top = 24
  187.         Width = 257
  188.         Height = 17
  189.         Caption = 'Utiliser un format par d'#233'faut'
  190.         TabOrder = 2
  191.         OnClick = CBFormatDefautClick
  192.       end
  193.       object LstFormatDefaut: TComboBox
  194.         Left = 16
  195.         Top = 48
  196.         Width = 257
  197.         Height = 21
  198.         Style = csDropDownList
  199.         ItemHeight = 0
  200.         TabOrder = 3
  201.       end
  202.     end
  203.     object TshHisto: TTabSheet
  204.       ImageIndex = 6
  205.       TabVisible = False
  206.       object LblHisto: TLabel
  207.         Left = 16
  208.         Top = 24
  209.         Width = 47
  210.         Height = 13
  211.         Caption = 'Historique'
  212.       end
  213.       object Label8: TLabel
  214.         Left = 18
  215.         Top = 112
  216.         Width = 278
  217.         Height = 13
  218.         Alignment = taCenter
  219.         AutoSize = False
  220.         Caption = 
  221.           '<---------------------- M'#233'moire conseill'#233'e (Mo) ----------------' +
  222.           '------->'
  223.       end
  224.       object Label10: TLabel
  225.         Left = 16
  226.         Top = 168
  227.         Width = 177
  228.         Height = 13
  229.         Caption = 'Utilis'#233' par la prochaine image ouverte'
  230.       end
  231.       object TBHisto: TTrackBar
  232.         Left = 12
  233.         Top = 40
  234.         Width = 290
  235.         Height = 27
  236.         Max = 24
  237.         Min = 1
  238.         Position = 4
  239.         TabOrder = 0
  240.         ThumbLength = 15
  241.         OnChange = TBHistoChange
  242.       end
  243.       object Panel3: TPanel
  244.         Left = 87
  245.         Top = 80
  246.         Width = 70
  247.         Height = 25
  248.         Caption = '256'
  249.         Color = 12303291
  250.         ParentBackground = False
  251.         TabOrder = 1
  252.       end
  253.       object Panel4: TPanel
  254.         Left = 157
  255.         Top = 80
  256.         Width = 69
  257.         Height = 25
  258.         Caption = '512'
  259.         Color = 11184810
  260.         ParentBackground = False
  261.         TabOrder = 2
  262.       end
  263.       object Panel5: TPanel
  264.         Left = 226
  265.         Top = 80
  266.         Width = 70
  267.         Height = 25
  268.         Caption = '1024'
  269.         Color = 10066329
  270.         ParentBackground = False
  271.         TabOrder = 3
  272.       end
  273.       object Panel1: TPanel
  274.         Left = 18
  275.         Top = 80
  276.         Width = 69
  277.         Height = 25
  278.         Caption = '128'
  279.         Color = 13421772
  280.         ParentBackground = False
  281.         TabOrder = 4
  282.       end
  283.     end
  284.     object TshOutils: TTabSheet
  285.       ImageIndex = 3
  286.       TabVisible = False
  287.       object RGPosOutils: TRadioGroup
  288.         Left = 16
  289.         Top = 16
  290.         Width = 290
  291.         Height = 81
  292.         Caption = ' Alignement de la palette d'#39'outils '
  293.         Items.Strings = (
  294.           'Flottante'
  295.           'Gauche'
  296.           'Droite')
  297.         TabOrder = 0
  298.       end
  299.       object GroupBox3: TGroupBox
  300.         Left = 16
  301.         Top = 112
  302.         Width = 290
  303.         Height = 81
  304.         Caption = ' Grille '
  305.         TabOrder = 1
  306.         object Label2: TLabel
  307.           Left = 176
  308.           Top = 24
  309.           Width = 89
  310.           Height = 13
  311.           Caption = 'Taille des cellules :'
  312.         end
  313.         object Label5: TLabel
  314.           Left = 96
  315.           Top = 24
  316.           Width = 42
  317.           Height = 13
  318.           Caption = 'Couleur :'
  319.         end
  320.         object Label15: TLabel
  321.           Left = 16
  322.           Top = 24
  323.           Width = 31
  324.           Height = 13
  325.           Caption = 'Unit'#233' :'
  326.         end
  327.         object SETailleGrille: TSpinEdit2
  328.           Left = 176
  329.           Top = 40
  330.           Width = 65
  331.           Height = 21
  332.           MaxValue = 300
  333.           MinValue = 1
  334.           ShowUpDown = True
  335.           TabOrder = 0
  336.           Value = 16
  337.         end
  338.         object ColorEditGrid: TColorEdit
  339.           Left = 96
  340.           Top = 40
  341.           Width = 65
  342.           Height = 21
  343.           BorderStyle = bsSingle
  344.           Color = clBlack
  345.           CustomText = 'Autres couleurs...'
  346.           ColorDialog = MainForm.GlobalColorDialog
  347.           ReadOnly = False
  348.           TabOrder = 1
  349.           TabStop = True
  350.         end
  351.         object LstUnitGrid: TComboBox
  352.           Left = 16
  353.           Top = 40
  354.           Width = 65
  355.           Height = 21
  356.           Style = csDropDownList
  357.           ItemHeight = 13
  358.           TabOrder = 2
  359.           OnChange = LstUnitGridChange
  360.           Items.Strings = (
  361.             'pixels'
  362.             'cm'
  363.             'pouces')
  364.         end
  365.       end
  366.     end
  367.     object TshDefaut: TTabSheet
  368.       ImageIndex = 2
  369.       TabVisible = False
  370.       object BGAdapter: TGroupBox
  371.         Left = 16
  372.         Top = 98
  373.         Width = 290
  374.         Height = 99
  375.         Caption = ' Fonction Adapter l'#39'image '
  376.         TabOrder = 0
  377.         object Label3: TLabel
  378.           Left = 16
  379.           Top = 20
  380.           Width = 42
  381.           Height = 13
  382.           Caption = 'Largeur :'
  383.           Transparent = True
  384.         end
  385.         object Label4: TLabel
  386.           Left = 128
  387.           Top = 20
  388.           Width = 44
  389.           Height = 13
  390.           Caption = 'Hauteur :'
  391.           Transparent = True
  392.         end
  393.         object EdiL: TSpinEdit2
  394.           Left = 16
  395.           Top = 36
  396.           Width = 89
  397.           Height = 21
  398.           AutoSelect = False
  399.           MaxLength = 4
  400.           MaxValue = 5000
  401.           MinValue = 10
  402.           ShowUpDown = True
  403.           TabOrder = 0
  404.           Value = 800
  405.         end
  406.         object EdiH: TSpinEdit2
  407.           Left = 128
  408.           Top = 36
  409.           Width = 89
  410.           Height = 21
  411.           AutoSelect = False
  412.           MaxLength = 4
  413.           MaxValue = 5000
  414.           MinValue = 10
  415.           ShowUpDown = True
  416.           TabOrder = 1
  417.           Value = 600
  418.         end
  419.         object CBDeformer: TCheckBox
  420.           Left = 16
  421.           Top = 68
  422.           Width = 201
  423.           Height = 17
  424.           Caption = 'Autoriser la d'#233'formation'
  425.           TabOrder = 2
  426.         end
  427.       end
  428.       object GBUnites: TGroupBox
  429.         Left = 16
  430.         Top = 12
  431.         Width = 290
  432.         Height = 73
  433.         Caption = ' Unit'#233's '
  434.         TabOrder = 1
  435.         object Label6: TLabel
  436.           Left = 16
  437.           Top = 20
  438.           Width = 35
  439.           Height = 13
  440.           Caption = 'Image :'
  441.         end
  442.         object Label1: TLabel
  443.           Left = 128
  444.           Top = 20
  445.           Width = 45
  446.           Height = 13
  447.           Caption = 'Imprimer :'
  448.         end
  449.         object LstUnit: TComboBox
  450.           Left = 16
  451.           Top = 36
  452.           Width = 89
  453.           Height = 21
  454.           Style = csDropDownList
  455.           ItemHeight = 13
  456.           TabOrder = 0
  457.           OnChange = LstUnitChange
  458.           Items.Strings = (
  459.             'pixels'
  460.             'cm'
  461.             'pouces')
  462.         end
  463.         object LstUnitPrn: TComboBox
  464.           Left = 128
  465.           Top = 36
  466.           Width = 89
  467.           Height = 21
  468.           Style = csDropDownList
  469.           ItemHeight = 13
  470.           TabOrder = 1
  471.           OnChange = LstUnitPrnChange
  472.           Items.Strings = (
  473.             'cm'
  474.             'pouces')
  475.         end
  476.       end
  477.     end
  478.     object TshPlugins: TTabSheet
  479.       Caption = 'TshPlugins'
  480.       ImageIndex = 7
  481.       TabVisible = False
  482.       object Label7: TLabel
  483.         Left = 16
  484.         Top = 16
  485.         Width = 178
  486.         Height = 13
  487.         Caption = 'Cr'#233'er des boutons pour ces modules :'
  488.       end
  489.       object Label11: TLabel
  490.         Left = 16
  491.         Top = 184
  492.         Width = 225
  493.         Height = 13
  494.         Caption = 'N'#233'cessite un red'#233'marrage de PhotoFiltre Studio'
  495.       end
  496.       object LstPlgPerso: TListView
  497.         Left = 16
  498.         Top = 34
  499.         Width = 290
  500.         Height = 143
  501.         Checkboxes = True
  502.         Columns = <>
  503.         ReadOnly = True
  504.         ShowColumnHeaders = False
  505.         TabOrder = 0
  506.         ViewStyle = vsList
  507.       end
  508.     end
  509.     object Tsh8bf: TTabSheet
  510.       Caption = 'Tsh8bf'
  511.       ImageIndex = 8
  512.       TabVisible = False
  513.       object Label12: TLabel
  514.         Left = 16
  515.         Top = 16
  516.         Width = 110
  517.         Height = 13
  518.         Caption = 'Dossier des filtres 8BF :'
  519.         Transparent = True
  520.       end
  521.       object SB8bfDir: TSpeedButton
  522.         Left = 282
  523.         Top = 32
  524.         Width = 23
  525.         Height = 21
  526.         Flat = True
  527.         OnClick = SB8bfDirClick
  528.       end
  529.       object Label13: TLabel
  530.         Left = 16
  531.         Top = 64
  532.         Width = 225
  533.         Height = 13
  534.         Caption = 'N'#233'cessite un red'#233'marrage de PhotoFiltre Studio'
  535.       end
  536.       object Label14: TLabel
  537.         Left = 16
  538.         Top = 96
  539.         Width = 33
  540.         Height = 13
  541.         Caption = 'Mode :'
  542.       end
  543.       object Edi8bfDir: TSpecialEdit
  544.         Left = 16
  545.         Top = 32
  546.         Width = 265
  547.         Height = 21
  548.         BorderStyle = bsSingle
  549.         ButtonStyle = stDown
  550.         DisabledColor = clNone
  551.         ItemIndex = -1
  552.         MinimizeText = True
  553.         NumGlyphs = 1
  554.         ParentColor = False
  555.         ReadOnly = False
  556.         ShowButton = False
  557.         TabOrder = 0
  558.         TabStop = True
  559.         OnClick = SBOuvrirClick
  560.       end
  561.       object RB8bfRGB: TRadioButton
  562.         Left = 16
  563.         Top = 116
  564.         Width = 185
  565.         Height = 17
  566.         Caption = 'Couleurs RVB'
  567.         TabOrder = 1
  568.       end
  569.       object RB8bfRGBA: TRadioButton
  570.         Left = 16
  571.         Top = 134
  572.         Width = 185
  573.         Height = 17
  574.         Caption = 'RVBA (couche Alpha)'
  575.         Checked = True
  576.         TabOrder = 2
  577.         TabStop = True
  578.       end
  579.     end
  580.     object TshJpeg: TTabSheet
  581.       ImageIndex = 1
  582.       TabVisible = False
  583.       object LblTaux: TLabel
  584.         Left = 16
  585.         Top = 80
  586.         Width = 60
  587.         Height = 13
  588.         Caption = 'Compression'
  589.         Transparent = True
  590.       end
  591.       object RBDialogJpeg: TRadioButton
  592.         Left = 16
  593.         Top = 24
  594.         Width = 217
  595.         Height = 17
  596.         Caption = 'Interroger l'#39'utilisateur'
  597.         TabOrder = 0
  598.         OnClick = RBClick
  599.       end
  600.       object RBForcer: TRadioButton
  601.         Left = 16
  602.         Top = 44
  603.         Width = 241
  604.         Height = 17
  605.         Caption = 'Forcer une compression par d'#233'faut'
  606.         TabOrder = 1
  607.         OnClick = RBClick
  608.       end
  609.       object TBCompress: TTrackBar
  610.         Left = 12
  611.         Top = 96
  612.         Width = 261
  613.         Height = 25
  614.         Max = 100
  615.         Min = 10
  616.         PageSize = 10
  617.         Frequency = 5
  618.         Position = 90
  619.         TabOrder = 2
  620.         ThumbLength = 15
  621.         OnChange = TBCompressChange
  622.       end
  623.     end
  624.     object TshDemarrage: TTabSheet
  625.       ImageIndex = 7
  626.       TabVisible = False
  627.       object Label9: TLabel
  628.         Left = 16
  629.         Top = 168
  630.         Width = 225
  631.         Height = 13
  632.         Caption = 'N'#233'cessite un red'#233'marrage de PhotoFiltre Studio'
  633.       end
  634.       object CBAffichageAvance: TCheckBox
  635.         Left = 16
  636.         Top = 32
  637.         Width = 273
  638.         Height = 17
  639.         Caption = 'D'#233'sactiver l'#39'affichage avanc'#233
  640.         TabOrder = 0
  641.       end
  642.       object CBAffichageFond: TCheckBox
  643.         Left = 16
  644.         Top = 48
  645.         Width = 273
  646.         Height = 17
  647.         Caption = 'D'#233'sactiver la texture du fond'
  648.         TabOrder = 1
  649.       end
  650.       object CBPlugins: TCheckBox
  651.         Left = 16
  652.         Top = 80
  653.         Width = 281
  654.         Height = 17
  655.         Caption = 'Charger les modules externes au d'#233'marrage'
  656.         TabOrder = 2
  657.       end
  658.       object CBViderListe: TCheckBox
  659.         Left = 16
  660.         Top = 96
  661.         Width = 281
  662.         Height = 17
  663.         Caption = 'Vider l'#39'historique des derniers fichiers ouverts'
  664.         TabOrder = 3
  665.       end
  666.       object CBmenuXP: TCheckBox
  667.         Left = 16
  668.         Top = 64
  669.         Width = 265
  670.         Height = 17
  671.         Caption = 'D'#233'sactiver les menus XP'
  672.         TabOrder = 4
  673.       end
  674.       object CBSplashScreen: TCheckBox
  675.         Left = 16
  676.         Top = 112
  677.         Width = 289
  678.         Height = 17
  679.         Caption = 'D'#233'sactiver l'#39#233'cran de d'#233'marrage'
  680.         TabOrder = 5
  681.       end
  682.       object CBRunMulti: TCheckBox
  683.         Left = 16
  684.         Top = 16
  685.         Width = 281
  686.         Height = 17
  687.         Caption = 'Autoriser plusieurs instances'
  688.         TabOrder = 6
  689.       end
  690.       object CBAlphaBlend: TCheckBox
  691.         Left = 16
  692.         Top = 128
  693.         Width = 281
  694.         Height = 17
  695.         Caption = 'Bo'#238'tes de dialogue translucides'
  696.         TabOrder = 7
  697.       end
  698.     end
  699.     object tshOther: TTabSheet
  700.       ImageIndex = 10
  701.       TabVisible = False
  702.       object CBCursorBig: TCheckBox
  703.         Left = 16
  704.         Top = 32
  705.         Width = 289
  706.         Height = 17
  707.         Caption = 'Curseur taille r'#233'elle pour le dessin'
  708.         TabOrder = 0
  709.       end
  710.       object CBLayerBounds: TCheckBox
  711.         Left = 16
  712.         Top = 16
  713.         Width = 289
  714.         Height = 17
  715.         Caption = 'Afficher les limites du calque actif'
  716.         TabOrder = 1
  717.       end
  718.       object CBZoomMolette: TCheckBox
  719.         Left = 16
  720.         Top = 64
  721.         Width = 281
  722.         Height = 17
  723.         Caption = 'D'#233'sactiver le zoom avec la molette de la souris'
  724.         TabOrder = 2
  725.       end
  726.       object CBDessinAlpha: TCheckBox
  727.         Left = 16
  728.         Top = 48
  729.         Width = 297
  730.         Height = 17
  731.         Caption = 'Dessiner sur la transparence Alpha'
  732.         TabOrder = 3
  733.       end
  734.     end
  735.   end
  736.   object CmbPrefs: TComboBox
  737.     Left = 43
  738.     Top = 16
  739.     Width = 278
  740.     Height = 21
  741.     Style = csDropDownList
  742.     DropDownCount = 99
  743.     ItemHeight = 13
  744.     ItemIndex = 0
  745.     TabOrder = 3
  746.     Text = 'Dossiers'
  747.     OnChange = CmbPrefsChange
  748.     Items.Strings = (
  749.       'Dossiers'
  750.       'Ouverture'
  751.       'Enregistrement'
  752.       'Historiques'
  753.       'Palette d'#39'outils et grille'
  754.       'Valeurs par d'#233'faut'
  755.       'Barre de modules externes'
  756.       '8BF'
  757.       'Compression JPEG'
  758.       'D'#233'marrage'
  759.       'Divers')
  760.   end
  761.   object BtnNext: TPrevNextButton
  762.     Left = 326
  763.     Top = 16
  764.     Width = 21
  765.     Height = 21
  766.     ClickMode = cmUp
  767.     Style = stRight
  768.     OnClick = BtnNextClick
  769.   end
  770.   object BtnPrev: TPrevNextButton
  771.     Left = 16
  772.     Top = 16
  773.     Width = 21
  774.     Height = 21
  775.     ClickMode = cmUp
  776.     Style = stLeft
  777.     OnClick = BtnPrevClick
  778.   end
  779. end
  780.