home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / temacd / photofiltre / pf-setup-en.exe / PhotoFiltre.exe / 0 / RCDATA / TPREFFORM / TPREFFORM.txt
Text File  |  2008-01-12  |  14KB  |  605 lines

  1. object PrefForm: TPrefForm
  2.   Left = 272
  3.   Top = 159
  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.         OnClick = SBOuvrirClick
  114.       end
  115.       object EdiDirEnregistrer: TSpecialEdit
  116.         Left = 16
  117.         Top = 88
  118.         Width = 255
  119.         Height = 21
  120.         BorderStyle = bsSingle
  121.         ButtonStyle = stDown
  122.         DisabledColor = clNone
  123.         ItemIndex = -1
  124.         MinimizeText = True
  125.         NumGlyphs = 1
  126.         ParentColor = False
  127.         ReadOnly = False
  128.         ShowButton = False
  129.         OnClick = SBEnregistrerClick
  130.       end
  131.     end
  132.     object TshEnreg: TTabSheet
  133.       ImageIndex = 4
  134.       TabVisible = False
  135.       object CBDateFichier: TCheckBox
  136.         Left = 16
  137.         Top = 96
  138.         Width = 233
  139.         Height = 17
  140.         Caption = 'Conserver la date du fichier'
  141.         TabOrder = 0
  142.       end
  143.       object CBExif: TCheckBox
  144.         Left = 16
  145.         Top = 116
  146.         Width = 233
  147.         Height = 17
  148.         Caption = 'Conserver les informations EXIF/IPTC'
  149.         TabOrder = 1
  150.       end
  151.       object CBFormatDefaut: TCheckBox
  152.         Left = 16
  153.         Top = 24
  154.         Width = 257
  155.         Height = 17
  156.         Caption = 'Utiliser un format par d'#233'faut'
  157.         TabOrder = 2
  158.         OnClick = CBFormatDefautClick
  159.       end
  160.       object LstFormatDefaut: TComboBox
  161.         Left = 16
  162.         Top = 48
  163.         Width = 257
  164.         Height = 21
  165.         Style = csDropDownList
  166.         ItemHeight = 13
  167.         TabOrder = 3
  168.       end
  169.     end
  170.     object TshCompress: TTabSheet
  171.       ImageIndex = 1
  172.       TabVisible = False
  173.       object GroupBox1: TGroupBox
  174.         Left = 16
  175.         Top = 16
  176.         Width = 290
  177.         Height = 137
  178.         Caption = ' Compression JPEG '
  179.         TabOrder = 0
  180.         object LblTaux: TLabel
  181.           Left = 16
  182.           Top = 80
  183.           Width = 60
  184.           Height = 13
  185.           Caption = 'Compression'
  186.           Transparent = True
  187.         end
  188.         object TBCompress: TTrackBar
  189.           Left = 12
  190.           Top = 96
  191.           Width = 261
  192.           Height = 25
  193.           Max = 100
  194.           Min = 10
  195.           PageSize = 10
  196.           Frequency = 5
  197.           Position = 90
  198.           TabOrder = 0
  199.           ThumbLength = 15
  200.           OnChange = TBCompressChange
  201.         end
  202.         object RBDialog: TRadioButton
  203.           Left = 16
  204.           Top = 24
  205.           Width = 217
  206.           Height = 17
  207.           Caption = 'Interroger l'#39'utilisateur'
  208.           TabOrder = 1
  209.           OnClick = RBClick
  210.         end
  211.         object RBForcer: TRadioButton
  212.           Left = 16
  213.           Top = 44
  214.           Width = 241
  215.           Height = 17
  216.           Caption = 'Forcer une compression par d'#233'faut'
  217.           TabOrder = 2
  218.           OnClick = RBClick
  219.         end
  220.       end
  221.     end
  222.     object TshOutils: TTabSheet
  223.       ImageIndex = 3
  224.       TabVisible = False
  225.       object RGPosOutils: TRadioGroup
  226.         Left = 16
  227.         Top = 16
  228.         Width = 290
  229.         Height = 81
  230.         Caption = ' Alignement de la palette d'#39'outils '
  231.         Items.Strings = (
  232.           'Flottante'
  233.           'Gauche'
  234.           'Droite')
  235.         TabOrder = 0
  236.       end
  237.       object GroupBox3: TGroupBox
  238.         Left = 16
  239.         Top = 112
  240.         Width = 290
  241.         Height = 81
  242.         Caption = ' Grille '
  243.         TabOrder = 1
  244.         object Label2: TLabel
  245.           Left = 16
  246.           Top = 24
  247.           Width = 89
  248.           Height = 13
  249.           Caption = 'Taille des cellules :'
  250.         end
  251.         object Label5: TLabel
  252.           Left = 160
  253.           Top = 24
  254.           Width = 42
  255.           Height = 13
  256.           Caption = 'Couleur :'
  257.         end
  258.         object SETailleGrille: TSpinEdit2
  259.           Left = 16
  260.           Top = 40
  261.           Width = 80
  262.           Height = 21
  263.           MaxValue = 300
  264.           MinValue = 1
  265.           ShowUpDown = True
  266.           TabOrder = 0
  267.           Value = 16
  268.         end
  269.         object ColorEditGrid: TColorEdit
  270.           Left = 160
  271.           Top = 40
  272.           Width = 80
  273.           Height = 21
  274.           BorderStyle = bsSingle
  275.           Color = clBlack
  276.           CustomText = 'Autres couleurs...'
  277.           ColorDialog = MainForm.GlobalColorDialog
  278.           ReadOnly = False
  279.         end
  280.       end
  281.     end
  282.     object TshDefaut: TTabSheet
  283.       ImageIndex = 2
  284.       TabVisible = False
  285.       object BGAdapter: TGroupBox
  286.         Left = 16
  287.         Top = 98
  288.         Width = 290
  289.         Height = 99
  290.         Caption = ' Fonction Adapter l'#39'image '
  291.         TabOrder = 0
  292.         object Label3: TLabel
  293.           Left = 16
  294.           Top = 20
  295.           Width = 42
  296.           Height = 13
  297.           Caption = 'Largeur :'
  298.           Transparent = True
  299.         end
  300.         object Label4: TLabel
  301.           Left = 128
  302.           Top = 20
  303.           Width = 44
  304.           Height = 13
  305.           Caption = 'Hauteur :'
  306.           Transparent = True
  307.         end
  308.         object EdiL: TSpinEdit2
  309.           Left = 16
  310.           Top = 36
  311.           Width = 89
  312.           Height = 21
  313.           AutoSelect = False
  314.           MaxLength = 4
  315.           MaxValue = 5000
  316.           MinValue = 10
  317.           ShowUpDown = True
  318.           TabOrder = 0
  319.           Value = 800
  320.         end
  321.         object EdiH: TSpinEdit2
  322.           Left = 128
  323.           Top = 36
  324.           Width = 89
  325.           Height = 21
  326.           AutoSelect = False
  327.           MaxLength = 4
  328.           MaxValue = 5000
  329.           MinValue = 10
  330.           ShowUpDown = True
  331.           TabOrder = 1
  332.           Value = 600
  333.         end
  334.         object CBDeformer: TCheckBox
  335.           Left = 16
  336.           Top = 68
  337.           Width = 201
  338.           Height = 17
  339.           Caption = 'Autoriser la d'#233'formation'
  340.           TabOrder = 2
  341.         end
  342.       end
  343.       object GBUnites: TGroupBox
  344.         Left = 16
  345.         Top = 12
  346.         Width = 290
  347.         Height = 73
  348.         Caption = ' Unit'#233's '
  349.         TabOrder = 1
  350.         object Label6: TLabel
  351.           Left = 16
  352.           Top = 20
  353.           Width = 35
  354.           Height = 13
  355.           Caption = 'Image :'
  356.         end
  357.         object Label1: TLabel
  358.           Left = 128
  359.           Top = 20
  360.           Width = 45
  361.           Height = 13
  362.           Caption = 'Imprimer :'
  363.         end
  364.         object LstUnit: TComboBox
  365.           Left = 16
  366.           Top = 36
  367.           Width = 89
  368.           Height = 21
  369.           Style = csDropDownList
  370.           ItemHeight = 13
  371.           TabOrder = 0
  372.           OnChange = LstUnitChange
  373.           Items.Strings = (
  374.             'pixels'
  375.             'cm'
  376.             'pouces')
  377.         end
  378.         object LstUnitPrn: TComboBox
  379.           Left = 128
  380.           Top = 36
  381.           Width = 89
  382.           Height = 21
  383.           Style = csDropDownList
  384.           ItemHeight = 13
  385.           TabOrder = 1
  386.           OnChange = LstUnitPrnChange
  387.           Items.Strings = (
  388.             'cm'
  389.             'pouces')
  390.         end
  391.       end
  392.     end
  393.     object TshHisto: TTabSheet
  394.       ImageIndex = 6
  395.       TabVisible = False
  396.       object LblHisto: TLabel
  397.         Left = 16
  398.         Top = 24
  399.         Width = 47
  400.         Height = 13
  401.         Caption = 'Historique'
  402.       end
  403.       object Label8: TLabel
  404.         Left = 18
  405.         Top = 112
  406.         Width = 278
  407.         Height = 13
  408.         Alignment = taCenter
  409.         AutoSize = False
  410.         Caption = 
  411.           '<---------------------- M'#233'moire conseill'#233'e (Mo) ----------------' +
  412.           '------->'
  413.       end
  414.       object Label10: TLabel
  415.         Left = 16
  416.         Top = 168
  417.         Width = 177
  418.         Height = 13
  419.         Caption = 'Utilis'#233' par la prochaine image ouverte'
  420.       end
  421.       object TBHisto: TTrackBar
  422.         Left = 12
  423.         Top = 40
  424.         Width = 290
  425.         Height = 27
  426.         Max = 24
  427.         Min = 1
  428.         Position = 4
  429.         TabOrder = 0
  430.         ThumbLength = 15
  431.         OnChange = TBHistoChange
  432.       end
  433.       object Panel1: TPanel
  434.         Left = 18
  435.         Top = 80
  436.         Width = 69
  437.         Height = 25
  438.         Caption = '48'
  439.         Color = 13421772
  440.         ParentBackground = False
  441.         TabOrder = 1
  442.       end
  443.       object Panel2: TPanel
  444.         Left = 87
  445.         Top = 80
  446.         Width = 69
  447.         Height = 25
  448.         Caption = '128'
  449.         Color = 12303291
  450.         ParentBackground = False
  451.         TabOrder = 2
  452.       end
  453.       object Panel3: TPanel
  454.         Left = 156
  455.         Top = 80
  456.         Width = 69
  457.         Height = 25
  458.         Caption = '256'
  459.         Color = 11184810
  460.         ParentBackground = False
  461.         TabOrder = 3
  462.       end
  463.       object Panel4: TPanel
  464.         Left = 225
  465.         Top = 80
  466.         Width = 70
  467.         Height = 25
  468.         Caption = '512'
  469.         Color = 10066329
  470.         ParentBackground = False
  471.         TabOrder = 4
  472.       end
  473.     end
  474.     object TshPlugins: TTabSheet
  475.       Caption = 'TshPlugins'
  476.       ImageIndex = 7
  477.       TabVisible = False
  478.       object Label7: TLabel
  479.         Left = 16
  480.         Top = 16
  481.         Width = 178
  482.         Height = 13
  483.         Caption = 'Cr'#233'er des boutons pour ces modules :'
  484.       end
  485.       object Label11: TLabel
  486.         Left = 16
  487.         Top = 184
  488.         Width = 192
  489.         Height = 13
  490.         Caption = 'N'#233'cessite un red'#233'marrage de PhotoFiltre'
  491.       end
  492.       object LstPlgPerso: TListView
  493.         Left = 16
  494.         Top = 40
  495.         Width = 290
  496.         Height = 137
  497.         Checkboxes = True
  498.         Columns = <>
  499.         ReadOnly = True
  500.         ShowColumnHeaders = False
  501.         TabOrder = 0
  502.         ViewStyle = vsList
  503.       end
  504.     end
  505.     object TshDemarrage: TTabSheet
  506.       ImageIndex = 7
  507.       TabVisible = False
  508.       object Label9: TLabel
  509.         Left = 24
  510.         Top = 160
  511.         Width = 192
  512.         Height = 13
  513.         Caption = 'N'#233'cessite un red'#233'marrage de PhotoFiltre'
  514.       end
  515.       object CBAffichageAvance: TCheckBox
  516.         Left = 24
  517.         Top = 32
  518.         Width = 273
  519.         Height = 17
  520.         Caption = 'D'#233'sactiver l'#39'affichage avanc'#233
  521.         TabOrder = 0
  522.       end
  523.       object CBAffichageFond: TCheckBox
  524.         Left = 24
  525.         Top = 48
  526.         Width = 273
  527.         Height = 17
  528.         Caption = 'D'#233'sactiver la texture du fond'
  529.         TabOrder = 1
  530.       end
  531.       object CBPlugins: TCheckBox
  532.         Left = 24
  533.         Top = 80
  534.         Width = 281
  535.         Height = 17
  536.         Caption = 'Charger les modules externes au d'#233'marrage'
  537.         TabOrder = 2
  538.       end
  539.       object CBViderListe: TCheckBox
  540.         Left = 24
  541.         Top = 96
  542.         Width = 281
  543.         Height = 17
  544.         Caption = 'Vider l'#39'historique des derniers fichiers ouverts'
  545.         TabOrder = 3
  546.       end
  547.       object CBZoomMolette: TCheckBox
  548.         Left = 24
  549.         Top = 112
  550.         Width = 281
  551.         Height = 17
  552.         Caption = 'D'#233'sactiver le zoom avec la molette de la souris'
  553.         TabOrder = 4
  554.       end
  555.       object CBmenuXP: TCheckBox
  556.         Left = 24
  557.         Top = 64
  558.         Width = 265
  559.         Height = 17
  560.         Caption = 'D'#233'sactiver les menus XP'
  561.         TabOrder = 5
  562.       end
  563.     end
  564.   end
  565.   object CmbPrefs: TComboBox
  566.     Left = 43
  567.     Top = 16
  568.     Width = 278
  569.     Height = 21
  570.     Style = csDropDownList
  571.     ItemHeight = 13
  572.     ItemIndex = 0
  573.     TabOrder = 3
  574.     Text = 'Dossiers'
  575.     OnChange = CmbPrefsChange
  576.     Items.Strings = (
  577.       'Dossiers'
  578.       'Enregistrement'
  579.       'Compression'
  580.       'Palette d'#39'outils et grille'
  581.       'Valeurs par d'#233'faut'
  582.       'Historiques'
  583.       'Barre des modules'
  584.       'D'#233'marrage')
  585.   end
  586.   object BtnNext: TPrevNextButton
  587.     Left = 326
  588.     Top = 16
  589.     Width = 21
  590.     Height = 21
  591.     ClickMode = cmUp
  592.     Style = stRight
  593.     OnClick = BtnNextClick
  594.   end
  595.   object BtnPrev: TPrevNextButton
  596.     Left = 16
  597.     Top = 16
  598.     Width = 21
  599.     Height = 21
  600.     ClickMode = cmUp
  601.     Style = stLeft
  602.     OnClick = BtnPrevClick
  603.   end
  604. end
  605.