home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Grafica / photofiltre / pf-setup-en.exe / PhotoFiltre.exe / 0 / RCDATA / TAUTOFORM / TAUTOFORM.txt
Text File  |  2004-10-02  |  26KB  |  1,140 lines

  1. object AutoForm: TAutoForm
  2.   Left = 236
  3.   Top = 176
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Automatisation'
  7.   ClientHeight = 386
  8.   ClientWidth = 537
  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.   OnDestroy = FormDestroy
  20.   OnHide = FormHide
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object TLabel
  25.     Left = 48
  26.     Top = 152
  27.     Width = 73
  28.     Height = 13
  29.     Caption = 'Luminosit'#233' : 0%'
  30.   end
  31.   object PageControl: TPageControl
  32.     Left = 8
  33.     Top = 8
  34.     Width = 521
  35.     Height = 369
  36.     ActivePage = TshFichiers
  37.     MultiLine = True
  38.     TabIndex = 0
  39.     TabOrder = 0
  40.     OnChange = PageControlChange
  41.     OnChanging = PageControlChanging
  42.     object TshFichiers: TTabSheet
  43.       Caption = 'Fichier'
  44.       object LblFormatExport: TLabel
  45.         Left = 264
  46.         Top = 200
  47.         Width = 78
  48.         Height = 13
  49.         Caption = 'Format d'#39'export :'
  50.         Transparent = True
  51.       end
  52.       object LblDirExport: TLabel
  53.         Left = 16
  54.         Top = 200
  55.         Width = 81
  56.         Height = 13
  57.         Caption = 'Dossier d'#39'export :'
  58.         Transparent = True
  59.       end
  60.       object SBFiltre: TSpeedButton
  61.         Left = 474
  62.         Top = 88
  63.         Width = 23
  64.         Height = 21
  65.         Flat = True
  66.         OnClick = SBFiltreClick
  67.       end
  68.       object Bevel3: TBevel
  69.         Left = 16
  70.         Top = 188
  71.         Width = 481
  72.         Height = 9
  73.         Shape = bsTopLine
  74.       end
  75.       object SBExport: TSpeedButton
  76.         Left = 226
  77.         Top = 216
  78.         Width = 23
  79.         Height = 21
  80.         Flat = True
  81.         OnClick = SBExportClick
  82.       end
  83.       object LblExemple: TLabel
  84.         Left = 16
  85.         Top = 296
  86.         Width = 54
  87.         Height = 13
  88.         Caption = 'LblExemple'
  89.         Transparent = True
  90.       end
  91.       object LblQual1: TLabel
  92.         Left = 264
  93.         Top = 276
  94.         Width = 97
  95.         Height = 13
  96.         AutoSize = False
  97.         Caption = 'Qualit'#233' inf'#233'rieure'
  98.         Transparent = True
  99.       end
  100.       object LblQual2: TLabel
  101.         Left = 400
  102.         Top = 276
  103.         Width = 95
  104.         Height = 13
  105.         Alignment = taRightJustify
  106.         AutoSize = False
  107.         Caption = 'Qualit'#233' sup'#233'rieure'
  108.         Transparent = True
  109.       end
  110.       object LblNbCouleurs: TLabel
  111.         Left = 152
  112.         Top = 304
  113.         Width = 101
  114.         Height = 13
  115.         Caption = 'Nombre de couleurs :'
  116.         Transparent = True
  117.       end
  118.       object LblDirSrc: TLabel
  119.         Left = 264
  120.         Top = 16
  121.         Width = 76
  122.         Height = 13
  123.         Caption = 'Dossier source :'
  124.         Transparent = True
  125.       end
  126.       object Label6: TLabel
  127.         Left = 16
  128.         Top = 16
  129.         Width = 40
  130.         Height = 13
  131.         Caption = 'Images :'
  132.         Transparent = True
  133.       end
  134.       object SBSrc: TSpeedButton
  135.         Left = 474
  136.         Top = 32
  137.         Width = 23
  138.         Height = 21
  139.         Flat = True
  140.         OnClick = SBSrcClick
  141.       end
  142.       object LblFormatSrc: TLabel
  143.         Left = 264
  144.         Top = 72
  145.         Width = 73
  146.         Height = 13
  147.         Caption = 'Format source :'
  148.         Transparent = True
  149.       end
  150.       object LblCompress: TLabel
  151.         Left = 368
  152.         Top = 276
  153.         Width = 24
  154.         Height = 13
  155.         Alignment = taCenter
  156.         AutoSize = False
  157.         Caption = '90'
  158.         Transparent = True
  159.       end
  160.       object FileListBox: TFileListBox
  161.         Left = 16
  162.         Top = 32
  163.         Width = 233
  164.         Height = 137
  165.         ItemHeight = 13
  166.         TabOrder = 0
  167.         OnMouseDown = FileListBoxMouseDown
  168.       end
  169.       object CmbFilter: TFilterComboBox
  170.         Left = 264
  171.         Top = 88
  172.         Width = 209
  173.         Height = 21
  174.         FileList = FileListBox
  175.         TabOrder = 1
  176.       end
  177.       object CmbFormatExport: TComboBox
  178.         Left = 264
  179.         Top = 216
  180.         Width = 233
  181.         Height = 21
  182.         Style = csDropDownList
  183.         ItemHeight = 13
  184.         TabOrder = 2
  185.         OnChange = CmbFormatExportChange
  186.         Items.Strings = (
  187.           'JPEG (*.jpg)'
  188.           'Bitmap (*.bmp)'
  189.           'GIF (*.gif)'
  190.           'Targa (*.tga)'
  191.           'PNG (*.png)'
  192.           'TIFF (*.tif)')
  193.       end
  194.       object EdiSequence: TEdit
  195.         Left = 16
  196.         Top = 268
  197.         Width = 207
  198.         Height = 21
  199.         TabOrder = 3
  200.         Text = 'Image'
  201.         OnChange = EdiSequenceChange
  202.       end
  203.       object ChkSequence: TCheckBox
  204.         Left = 16
  205.         Top = 248
  206.         Width = 161
  207.         Height = 17
  208.         Caption = 'S'#233'quence'
  209.         TabOrder = 4
  210.         OnClick = ChkSequenceClick
  211.       end
  212.       object TrbCompress: TTrackBar
  213.         Left = 258
  214.         Top = 248
  215.         Width = 245
  216.         Height = 25
  217.         Max = 100
  218.         Min = 10
  219.         Orientation = trHorizontal
  220.         PageSize = 10
  221.         Frequency = 5
  222.         Position = 90
  223.         SelEnd = 0
  224.         SelStart = 0
  225.         TabOrder = 5
  226.         ThumbLength = 15
  227.         TickMarks = tmBottomRight
  228.         TickStyle = tsAuto
  229.         OnChange = TrbCompressChange
  230.       end
  231.       object CmbNbCouleurs: TComboBox
  232.         Left = 264
  233.         Top = 300
  234.         Width = 233
  235.         Height = 21
  236.         Style = csDropDownList
  237.         ItemHeight = 13
  238.         TabOrder = 6
  239.         Items.Strings = (
  240.           'Nombre maximum de couleurs'
  241.           '256 couleurs'
  242.           '16 couleurs'
  243.           'Noir et Blanc (2 couleurs, bichromie)'
  244.           'Noir et Blanc (2 couleurs, tramage)')
  245.       end
  246.       object EdiDossierExport: TSpecialEdit
  247.         Left = 16
  248.         Top = 216
  249.         Width = 209
  250.         Height = 21
  251.         BorderStyle = bsSingle
  252.         ButtonStyle = stDown
  253.         DisabledColor = clNone
  254.         ItemIndex = -1
  255.         MinimizeText = True
  256.         NumGlyphs = 1
  257.         ParentColor = False
  258.         ReadOnly = False
  259.         ShowButton = False
  260.         OnClick = SBExportClick
  261.       end
  262.       object CBSel: TCheckBox
  263.         Left = 264
  264.         Top = 132
  265.         Width = 225
  266.         Height = 17
  267.         Caption = 'S'#233'lection personnalis'#233'e'
  268.         TabOrder = 8
  269.         OnClick = CBSelClick
  270.       end
  271.       object EdiDirSrc: TSpecialEdit
  272.         Left = 264
  273.         Top = 32
  274.         Width = 209
  275.         Height = 21
  276.         BorderStyle = bsSingle
  277.         ButtonStyle = stDown
  278.         DisabledColor = clNone
  279.         ItemIndex = -1
  280.         MinimizeText = True
  281.         NumGlyphs = 1
  282.         ParentColor = False
  283.         ReadOnly = False
  284.         ShowButton = False
  285.         OnClick = SBSrcClick
  286.       end
  287.     end
  288.     object TshImage: TTabSheet
  289.       Caption = 'Image'
  290.       ImageIndex = 1
  291.       object LblLargeurImage: TLabel
  292.         Left = 24
  293.         Top = 48
  294.         Width = 42
  295.         Height = 13
  296.         Caption = 'Largeur :'
  297.         Transparent = True
  298.       end
  299.       object LblHauteurImage: TLabel
  300.         Left = 104
  301.         Top = 48
  302.         Width = 44
  303.         Height = 13
  304.         Caption = 'Hauteur :'
  305.         Transparent = True
  306.       end
  307.       object LblLargeurCadre: TLabel
  308.         Left = 376
  309.         Top = 48
  310.         Width = 42
  311.         Height = 13
  312.         Caption = 'Largeur :'
  313.         Transparent = True
  314.       end
  315.       object LblCouleurCadre: TLabel
  316.         Left = 296
  317.         Top = 48
  318.         Width = 42
  319.         Height = 13
  320.         Caption = 'Couleur :'
  321.         Transparent = True
  322.       end
  323.       object LblLargeurZone: TLabel
  324.         Left = 24
  325.         Top = 192
  326.         Width = 42
  327.         Height = 13
  328.         Caption = 'Largeur :'
  329.         Transparent = True
  330.       end
  331.       object LblHauteurZone: TLabel
  332.         Left = 104
  333.         Top = 192
  334.         Width = 44
  335.         Height = 13
  336.         Caption = 'Hauteur :'
  337.         Transparent = True
  338.       end
  339.       object LblCouleurFond: TLabel
  340.         Left = 184
  341.         Top = 192
  342.         Width = 30
  343.         Height = 13
  344.         Caption = 'Fond :'
  345.         Transparent = True
  346.       end
  347.       object LblMotif: TLabel
  348.         Left = 24
  349.         Top = 244
  350.         Width = 68
  351.         Height = 13
  352.         Caption = 'Motif de fond :'
  353.         Transparent = True
  354.       end
  355.       object Bevel1: TBevel
  356.         Left = 24
  357.         Top = 148
  358.         Width = 465
  359.         Height = 9
  360.         Shape = bsTopLine
  361.       end
  362.       object SBMotif: TSpeedButton
  363.         Left = 210
  364.         Top = 260
  365.         Width = 23
  366.         Height = 21
  367.         Flat = True
  368.         OnClick = SBMotifClick
  369.       end
  370.       object LblPosition: TLabel
  371.         Left = 296
  372.         Top = 192
  373.         Width = 43
  374.         Height = 13
  375.         Caption = 'Position :'
  376.         Transparent = True
  377.       end
  378.       object LblUniteImage: TLabel
  379.         Left = 184
  380.         Top = 48
  381.         Width = 31
  382.         Height = 13
  383.         Caption = 'Unit'#233' :'
  384.         Transparent = True
  385.       end
  386.       object SBMotif2: TSpeedButton
  387.         Left = 233
  388.         Top = 260
  389.         Width = 23
  390.         Height = 21
  391.         Flat = True
  392.         OnClick = SBMotif2Click
  393.       end
  394.       object ChkRedim: TCheckBox
  395.         Left = 24
  396.         Top = 24
  397.         Width = 169
  398.         Height = 17
  399.         Caption = 'Taille de l'#39'image'
  400.         TabOrder = 0
  401.         OnClick = ChkRedimClick
  402.       end
  403.       object ChkCadre: TCheckBox
  404.         Left = 296
  405.         Top = 24
  406.         Width = 145
  407.         Height = 17
  408.         Caption = 'Encadrement'
  409.         TabOrder = 1
  410.         OnClick = ChkCadreClick
  411.       end
  412.       object ChkZoneTravail: TCheckBox
  413.         Left = 24
  414.         Top = 168
  415.         Width = 225
  416.         Height = 17
  417.         Caption = 'Taille de la zone de travail'
  418.         TabOrder = 2
  419.         OnClick = ChkZoneTravailClick
  420.       end
  421.       object ChkOmbre: TCheckBox
  422.         Left = 400
  423.         Top = 192
  424.         Width = 105
  425.         Height = 17
  426.         Caption = 'Ombre port'#233'e'
  427.         TabOrder = 3
  428.         OnClick = ChkOmbreClick
  429.       end
  430.       object CBExterieur: TCheckBox
  431.         Left = 296
  432.         Top = 92
  433.         Width = 113
  434.         Height = 17
  435.         Caption = 'Ext'#233'rieur'
  436.         TabOrder = 4
  437.       end
  438.       object SELargeurCadre: TSpinEdit2
  439.         Left = 376
  440.         Top = 64
  441.         Width = 73
  442.         Height = 21
  443.         MaxLength = 3
  444.         MaxValue = 500
  445.         MinValue = 1
  446.         ShowUpDown = True
  447.         TabOrder = 5
  448.         Value = 15
  449.       end
  450.       object SELargeurZone: TSpinEdit2
  451.         Left = 24
  452.         Top = 208
  453.         Width = 73
  454.         Height = 21
  455.         MaxValue = 10000
  456.         MinValue = 0
  457.         ShowUpDown = True
  458.         TabOrder = 6
  459.         Value = 0
  460.       end
  461.       object SEHauteurZone: TSpinEdit2
  462.         Left = 104
  463.         Top = 208
  464.         Width = 73
  465.         Height = 21
  466.         MaxValue = 10000
  467.         MinValue = 0
  468.         ShowUpDown = True
  469.         TabOrder = 7
  470.         Value = 0
  471.       end
  472.       object ChkRedimOptimiser: TCheckBox
  473.         Left = 24
  474.         Top = 110
  475.         Width = 169
  476.         Height = 17
  477.         Caption = 'Optimiser'
  478.         Checked = True
  479.         State = cbChecked
  480.         TabOrder = 8
  481.       end
  482.       object CmbUnite: TComboBox
  483.         Left = 184
  484.         Top = 64
  485.         Width = 73
  486.         Height = 21
  487.         Style = csDropDownList
  488.         ItemHeight = 13
  489.         ItemIndex = 0
  490.         TabOrder = 9
  491.         Text = 'pixels'
  492.         OnChange = CmbUniteChange
  493.         Items.Strings = (
  494.           'pixels'
  495.           '%')
  496.       end
  497.       object ToolBar: TToolBar
  498.         Left = 292
  499.         Top = 210
  500.         Width = 89
  501.         Height = 90
  502.         Align = alNone
  503.         ButtonHeight = 26
  504.         ButtonWidth = 27
  505.         Caption = 'ToolBar'
  506.         EdgeBorders = []
  507.         Flat = True
  508.         Images = MainForm.ImageList
  509.         TabOrder = 10
  510.         Transparent = True
  511.         Wrapable = False
  512.         object TB0: TToolButton
  513.           Left = 0
  514.           Top = 0
  515.           Caption = 'TB0'
  516.           ImageIndex = 40
  517.           OnClick = TBClick
  518.         end
  519.         object TB1: TToolButton
  520.           Tag = 1
  521.           Left = 27
  522.           Top = 0
  523.           Caption = 'TB1'
  524.           ImageIndex = 40
  525.           OnClick = TBClick
  526.         end
  527.         object TB2: TToolButton
  528.           Tag = 2
  529.           Left = 54
  530.           Top = 0
  531.           Caption = 'TB2'
  532.           ImageIndex = 40
  533.           Wrap = True
  534.           OnClick = TBClick
  535.         end
  536.         object TB3: TToolButton
  537.           Tag = 3
  538.           Left = 0
  539.           Top = 26
  540.           Caption = 'TB3'
  541.           ImageIndex = 40
  542.           OnClick = TBClick
  543.         end
  544.         object TB4: TToolButton
  545.           Tag = 4
  546.           Left = 27
  547.           Top = 26
  548.           Caption = 'TB4'
  549.           ImageIndex = 40
  550.           OnClick = TBClick
  551.         end
  552.         object TB5: TToolButton
  553.           Tag = 5
  554.           Left = 54
  555.           Top = 26
  556.           Caption = 'TB5'
  557.           ImageIndex = 40
  558.           Wrap = True
  559.           OnClick = TBClick
  560.         end
  561.         object TB6: TToolButton
  562.           Tag = 6
  563.           Left = 0
  564.           Top = 52
  565.           Caption = 'TB6'
  566.           ImageIndex = 40
  567.           OnClick = TBClick
  568.         end
  569.         object TB7: TToolButton
  570.           Tag = 7
  571.           Left = 27
  572.           Top = 52
  573.           Caption = 'TB7'
  574.           ImageIndex = 40
  575.           OnClick = TBClick
  576.         end
  577.         object TB8: TToolButton
  578.           Tag = 8
  579.           Left = 54
  580.           Top = 52
  581.           Caption = 'TB8'
  582.           ImageIndex = 40
  583.           OnClick = TBClick
  584.         end
  585.       end
  586.       object ColorEditCadre: TColorEdit
  587.         Left = 296
  588.         Top = 64
  589.         Width = 73
  590.         Height = 21
  591.         BorderStyle = bsSingle
  592.         Color = clWhite
  593.         CustomText = 'Autres couleurs...'
  594.         ColorDialog = MainForm.GlobalColorDialog
  595.         ReadOnly = False
  596.       end
  597.       object ColorEditFond: TColorEdit
  598.         Left = 184
  599.         Top = 208
  600.         Width = 73
  601.         Height = 21
  602.         BorderStyle = bsSingle
  603.         Color = clWhite
  604.         CustomText = 'Autres couleurs...'
  605.         ColorDialog = MainForm.GlobalColorDialog
  606.         ReadOnly = False
  607.       end
  608.       object SELargeurOmbre: TSpinEdit2
  609.         Left = 400
  610.         Top = 212
  611.         Width = 65
  612.         Height = 21
  613.         MaxValue = 15
  614.         MinValue = 5
  615.         ShowUpDown = True
  616.         TabOrder = 13
  617.         Value = 7
  618.       end
  619.       object EdiMotif: TSpecialEdit
  620.         Left = 24
  621.         Top = 260
  622.         Width = 185
  623.         Height = 21
  624.         BorderStyle = bsSingle
  625.         ButtonStyle = stDown
  626.         DisabledColor = clBtnFace
  627.         ItemIndex = -1
  628.         MinimizeText = True
  629.         NumGlyphs = 1
  630.         ParentColor = False
  631.         ReadOnly = False
  632.         ShowButton = False
  633.         OnClick = SBMotifClick
  634.       end
  635.       object SELargeurImage: TFloatSpinEdit
  636.         Left = 24
  637.         Top = 64
  638.         Width = 73
  639.         Height = 21
  640.         Format = '0'
  641.         Increment = 1
  642.         MaxValue = 10000
  643.         MinValue = 10
  644.         ShowUpDown = True
  645.         TabOrder = 15
  646.         Value = 640
  647.         OnChange = SELargeurImageChange
  648.       end
  649.       object SEHauteurImage: TFloatSpinEdit
  650.         Left = 104
  651.         Top = 64
  652.         Width = 73
  653.         Height = 21
  654.         Format = '0'
  655.         Increment = 1
  656.         MaxValue = 10000
  657.         MinValue = 10
  658.         ShowUpDown = True
  659.         TabOrder = 16
  660.         Value = 480
  661.         OnChange = SEHauteurImageChange
  662.       end
  663.       object ChkRedimProportions: TCheckBox
  664.         Left = 24
  665.         Top = 92
  666.         Width = 201
  667.         Height = 17
  668.         Caption = 'Conserver les proportions'
  669.         Checked = True
  670.         State = cbChecked
  671.         TabOrder = 17
  672.       end
  673.     end
  674.     object TshReglages: TTabSheet
  675.       Caption = 'R'#233'glage'
  676.       ImageIndex = 2
  677.       object LblLuminosite: TLabel
  678.         Left = 30
  679.         Top = 32
  680.         Width = 73
  681.         Height = 13
  682.         Caption = 'Luminosit'#233' : 0%'
  683.         Transparent = True
  684.       end
  685.       object LblContraste: TLabel
  686.         Left = 30
  687.         Top = 96
  688.         Width = 68
  689.         Height = 13
  690.         Caption = 'Contraste : 0%'
  691.         Transparent = True
  692.       end
  693.       object LblSaturation: TLabel
  694.         Left = 30
  695.         Top = 160
  696.         Width = 71
  697.         Height = 13
  698.         Caption = 'Saturation : 0%'
  699.         Transparent = True
  700.       end
  701.       object LblGamma: TLabel
  702.         Left = 30
  703.         Top = 224
  704.         Width = 115
  705.         Height = 13
  706.         Caption = 'Correction gamma : 1,00'
  707.         Transparent = True
  708.       end
  709.       object Label1: TLabel
  710.         Left = 304
  711.         Top = 160
  712.         Width = 43
  713.         Height = 13
  714.         Caption = 'Couche :'
  715.         Transparent = True
  716.       end
  717.       object Label2: TLabel
  718.         Left = 304
  719.         Top = 32
  720.         Width = 43
  721.         Height = 13
  722.         Caption = 'Couche :'
  723.         Transparent = True
  724.       end
  725.       object Label3: TLabel
  726.         Left = 304
  727.         Top = 96
  728.         Width = 43
  729.         Height = 13
  730.         Caption = 'Couche :'
  731.         Transparent = True
  732.       end
  733.       object Label4: TLabel
  734.         Left = 304
  735.         Top = 224
  736.         Width = 43
  737.         Height = 13
  738.         Caption = 'Couche :'
  739.         Transparent = True
  740.       end
  741.       object TrbContraste: TTrackBar
  742.         Left = 24
  743.         Top = 112
  744.         Width = 257
  745.         Height = 25
  746.         Max = 100
  747.         Min = -100
  748.         Orientation = trHorizontal
  749.         PageSize = 10
  750.         Frequency = 10
  751.         Position = 0
  752.         SelEnd = 0
  753.         SelStart = 0
  754.         TabOrder = 1
  755.         ThumbLength = 15
  756.         TickMarks = tmBottomRight
  757.         TickStyle = tsAuto
  758.         OnChange = TrbContrasteChange
  759.       end
  760.       object TrbLuminosite: TTrackBar
  761.         Left = 24
  762.         Top = 48
  763.         Width = 257
  764.         Height = 25
  765.         Max = 100
  766.         Min = -100
  767.         Orientation = trHorizontal
  768.         PageSize = 10
  769.         Frequency = 10
  770.         Position = 0
  771.         SelEnd = 0
  772.         SelStart = 0
  773.         TabOrder = 0
  774.         ThumbLength = 15
  775.         TickMarks = tmBottomRight
  776.         TickStyle = tsAuto
  777.         OnChange = TrbLuminositeChange
  778.       end
  779.       object TrbSaturation: TTrackBar
  780.         Left = 24
  781.         Top = 176
  782.         Width = 257
  783.         Height = 25
  784.         Max = 100
  785.         Min = -100
  786.         Orientation = trHorizontal
  787.         PageSize = 10
  788.         Frequency = 10
  789.         Position = 0
  790.         SelEnd = 0
  791.         SelStart = 0
  792.         TabOrder = 2
  793.         ThumbLength = 15
  794.         TickMarks = tmBottomRight
  795.         TickStyle = tsAuto
  796.         OnChange = TrbSaturationChange
  797.       end
  798.       object TrbGamma: TTrackBar
  799.         Left = 24
  800.         Top = 240
  801.         Width = 257
  802.         Height = 25
  803.         Max = 30
  804.         Min = 1
  805.         Orientation = trHorizontal
  806.         PageSize = 1
  807.         Frequency = 1
  808.         Position = 10
  809.         SelEnd = 0
  810.         SelStart = 0
  811.         TabOrder = 3
  812.         ThumbLength = 15
  813.         TickMarks = tmBottomRight
  814.         TickStyle = tsAuto
  815.         OnChange = TrbGammaChange
  816.       end
  817.       object CBCoucheSat: TComboBox
  818.         Left = 304
  819.         Top = 176
  820.         Width = 81
  821.         Height = 21
  822.         Style = csDropDownList
  823.         ItemHeight = 13
  824.         ItemIndex = 0
  825.         TabOrder = 4
  826.         Text = '<Toutes>'
  827.         Items.Strings = (
  828.           '<Toutes>'
  829.           'Rouge'
  830.           'Vert'
  831.           'Bleu'
  832.           'Cyan'
  833.           'Magenta'
  834.           'Jaune')
  835.       end
  836.       object CBCoucheLum: TComboBox
  837.         Left = 304
  838.         Top = 48
  839.         Width = 81
  840.         Height = 21
  841.         Style = csDropDownList
  842.         ItemHeight = 13
  843.         ItemIndex = 0
  844.         TabOrder = 5
  845.         Text = '<Toutes>'
  846.         Items.Strings = (
  847.           '<Toutes>'
  848.           'Rouge'
  849.           'Vert'
  850.           'Bleu'
  851.           'Cyan'
  852.           'Magenta'
  853.           'Jaune')
  854.       end
  855.       object CBCoucheCtr: TComboBox
  856.         Left = 304
  857.         Top = 112
  858.         Width = 81
  859.         Height = 21
  860.         Style = csDropDownList
  861.         ItemHeight = 13
  862.         ItemIndex = 0
  863.         TabOrder = 6
  864.         Text = '<Toutes>'
  865.         Items.Strings = (
  866.           '<Toutes>'
  867.           'Rouge'
  868.           'Vert'
  869.           'Bleu'
  870.           'Cyan'
  871.           'Magenta'
  872.           'Jaune')
  873.       end
  874.       object CBCoucheGam: TComboBox
  875.         Left = 304
  876.         Top = 240
  877.         Width = 81
  878.         Height = 21
  879.         Style = csDropDownList
  880.         ItemHeight = 13
  881.         ItemIndex = 0
  882.         TabOrder = 7
  883.         Text = '<Toutes>'
  884.         Items.Strings = (
  885.           '<Toutes>'
  886.           'Rouge'
  887.           'Vert'
  888.           'Bleu'
  889.           'Cyan'
  890.           'Magenta'
  891.           'Jaune')
  892.       end
  893.     end
  894.     object TshFiltres: TTabSheet
  895.       Caption = 'Filtre'
  896.       ImageIndex = 4
  897.       object LblOpaciteFiltre: TLabel
  898.         Left = 32
  899.         Top = 192
  900.         Width = 37
  901.         Height = 13
  902.         Caption = 'Opacit'#233
  903.         Transparent = True
  904.       end
  905.       object Bevel2: TBevel
  906.         Left = 32
  907.         Top = 114
  908.         Width = 449
  909.         Height = 9
  910.         Shape = bsTopLine
  911.       end
  912.       object ChkDurcir: TCheckBox
  913.         Left = 32
  914.         Top = 32
  915.         Width = 113
  916.         Height = 17
  917.         Caption = 'Plus net'
  918.         TabOrder = 0
  919.       end
  920.       object ChkAdoucir: TCheckBox
  921.         Left = 32
  922.         Top = 56
  923.         Width = 113
  924.         Height = 17
  925.         Caption = 'Adoucir'
  926.         TabOrder = 1
  927.       end
  928.       object ChkFlou: TCheckBox
  929.         Left = 32
  930.         Top = 80
  931.         Width = 113
  932.         Height = 17
  933.         Caption = 'Flou'
  934.         TabOrder = 2
  935.       end
  936.       object ChkBruit: TCheckBox
  937.         Left = 176
  938.         Top = 56
  939.         Width = 161
  940.         Height = 17
  941.         Caption = 'Ajouter du bruit'
  942.         TabOrder = 3
  943.       end
  944.       object ChkScanlines: TCheckBox
  945.         Left = 176
  946.         Top = 80
  947.         Width = 161
  948.         Height = 17
  949.         Caption = 'Lignes de balayage'
  950.         TabOrder = 4
  951.       end
  952.       object ChkFiltre: TCheckBox
  953.         Left = 32
  954.         Top = 136
  955.         Width = 201
  956.         Height = 17
  957.         Caption = 'Filtre color'#233
  958.         TabOrder = 5
  959.         OnClick = ChkFiltreClick
  960.       end
  961.       object ChkInverserFiltre: TCheckBox
  962.         Left = 32
  963.         Top = 242
  964.         Width = 177
  965.         Height = 17
  966.         Caption = 'Inverser'
  967.         TabOrder = 6
  968.       end
  969.       object ColorEditFiltre: TColorEdit
  970.         Left = 32
  971.         Top = 160
  972.         Width = 81
  973.         Height = 21
  974.         BorderStyle = bsSingle
  975.         Color = clMaroon
  976.         CustomText = 'Autres couleurs...'
  977.         ColorDialog = MainForm.GlobalColorDialog
  978.         ReadOnly = False
  979.       end
  980.       object TrbOpaciteFiltre: TTrackBar
  981.         Left = 26
  982.         Top = 208
  983.         Width = 255
  984.         Height = 25
  985.         Max = 100
  986.         Orientation = trHorizontal
  987.         PageSize = 5
  988.         Frequency = 5
  989.         Position = 30
  990.         SelEnd = 0
  991.         SelStart = 0
  992.         TabOrder = 8
  993.         ThumbLength = 15
  994.         TickMarks = tmBottomRight
  995.         TickStyle = tsAuto
  996.         OnChange = TrbOpaciteFiltreChange
  997.       end
  998.       object ChkRelief: TCheckBox
  999.         Left = 176
  1000.         Top = 32
  1001.         Width = 161
  1002.         Height = 17
  1003.         Caption = 'Augmenter le relief'
  1004.         TabOrder = 9
  1005.       end
  1006.     end
  1007.     object TabSheet1: TTabSheet
  1008.       Caption = 'Transformation'
  1009.       ImageIndex = 5
  1010.       object Bevel4: TBevel
  1011.         Left = 32
  1012.         Top = 146
  1013.         Width = 449
  1014.         Height = 9
  1015.         Shape = bsTopLine
  1016.       end
  1017.       object ChkRotation: TCheckBox
  1018.         Left = 32
  1019.         Top = 32
  1020.         Width = 153
  1021.         Height = 17
  1022.         Caption = 'Rotation'
  1023.         TabOrder = 0
  1024.         OnClick = ChkRotationClick
  1025.       end
  1026.       object PnlRotation: TPanel
  1027.         Left = 24
  1028.         Top = 56
  1029.         Width = 289
  1030.         Height = 81
  1031.         BevelOuter = bvNone
  1032.         TabOrder = 1
  1033.         object RdbRotation1: TRadioButton
  1034.           Left = 8
  1035.           Top = 8
  1036.           Width = 169
  1037.           Height = 17
  1038.           Caption = 'Rotation 90'#176' horaire'
  1039.           Checked = True
  1040.           TabOrder = 0
  1041.           TabStop = True
  1042.         end
  1043.         object RdbRotation2: TRadioButton
  1044.           Left = 8
  1045.           Top = 32
  1046.           Width = 169
  1047.           Height = 17
  1048.           Caption = 'Rotation 90'#176' antihoraire'
  1049.           TabOrder = 1
  1050.         end
  1051.         object RdbRotation3: TRadioButton
  1052.           Left = 8
  1053.           Top = 56
  1054.           Width = 169
  1055.           Height = 17
  1056.           Caption = 'Rotation 180'#176
  1057.           TabOrder = 2
  1058.         end
  1059.       end
  1060.       object ChkSymetrie: TCheckBox
  1061.         Left = 32
  1062.         Top = 168
  1063.         Width = 145
  1064.         Height = 17
  1065.         Caption = 'Sym'#233'trie'
  1066.         TabOrder = 2
  1067.         OnClick = ChkSymetrieClick
  1068.       end
  1069.       object PnlSymetrie: TPanel
  1070.         Left = 24
  1071.         Top = 192
  1072.         Width = 289
  1073.         Height = 57
  1074.         BevelOuter = bvNone
  1075.         TabOrder = 3
  1076.         object RdbSymetrie1: TRadioButton
  1077.           Left = 8
  1078.           Top = 8
  1079.           Width = 169
  1080.           Height = 17
  1081.           Caption = 'Sym'#233'trie axe horizontal'
  1082.           Checked = True
  1083.           TabOrder = 0
  1084.           TabStop = True
  1085.         end
  1086.         object RdbSymetrie2: TRadioButton
  1087.           Left = 8
  1088.           Top = 32
  1089.           Width = 169
  1090.           Height = 17
  1091.           Caption = 'Sym'#233'trie axe vertical'
  1092.           TabOrder = 1
  1093.         end
  1094.       end
  1095.     end
  1096.     object TshActions: TTabSheet
  1097.       Caption = 'Action'
  1098.       ImageIndex = 3
  1099.       OnShow = TshActionsShow
  1100.       object BtnAction: TButton
  1101.         Left = 304
  1102.         Top = 300
  1103.         Width = 91
  1104.         Height = 25
  1105.         Caption = 'Ok'
  1106.         TabOrder = 0
  1107.         OnClick = BtnActionClick
  1108.       end
  1109.       object MemRapport: TMemo
  1110.         Left = 16
  1111.         Top = 16
  1112.         Width = 480
  1113.         Height = 273
  1114.         ReadOnly = True
  1115.         ScrollBars = ssBoth
  1116.         TabOrder = 1
  1117.       end
  1118.       object BtnFermer: TButton
  1119.         Left = 406
  1120.         Top = 300
  1121.         Width = 91
  1122.         Height = 25
  1123.         Caption = 'Fermer'
  1124.         ModalResult = 2
  1125.         TabOrder = 2
  1126.         OnClick = BtnFermerClick
  1127.       end
  1128.       object BtnParams: TButton
  1129.         Left = 16
  1130.         Top = 300
  1131.         Width = 161
  1132.         Height = 25
  1133.         Caption = 'Enregistrer les param'#232'tres'
  1134.         TabOrder = 3
  1135.         OnClick = BtnParamsClick
  1136.       end
  1137.     end
  1138.   end
  1139. end
  1140.