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 / TOPCALQUEFORM / TOPCALQUEFORM.txt
Text File  |  2007-09-16  |  6KB  |  300 lines

  1. object OpCalqueForm: TOpCalqueForm
  2.   Left = 305
  3.   Top = 176
  4.   BorderStyle = bsDialog
  5.   Caption = 'Options'
  6.   ClientHeight = 366
  7.   ClientWidth = 312
  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.   OnCreate = FormCreate
  16.   OnHide = FormHide
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object LblOpacite: TLabel
  21.     Left = 16
  22.     Top = 20
  23.     Width = 43
  24.     Height = 13
  25.     Caption = 'Opacit'#233' :'
  26.   end
  27.   object BOk: TButton
  28.     Left = 136
  29.     Top = 328
  30.     Width = 75
  31.     Height = 25
  32.     Caption = 'Ok'
  33.     Default = True
  34.     TabOrder = 2
  35.     OnClick = BOkClick
  36.   end
  37.   object BAnnuler: TButton
  38.     Left = 222
  39.     Top = 328
  40.     Width = 75
  41.     Height = 25
  42.     Cancel = True
  43.     Caption = 'Annuler'
  44.     ModalResult = 2
  45.     TabOrder = 3
  46.   end
  47.   object PageControl: TPageControl
  48.     Left = 16
  49.     Top = 64
  50.     Width = 281
  51.     Height = 249
  52.     ActivePage = TshStd
  53.     TabOrder = 1
  54.     object TshColor: TTabSheet
  55.       Caption = 'TshColor'
  56.       TabVisible = False
  57.       object LblCouleur: TLabel
  58.         Left = 16
  59.         Top = 16
  60.         Width = 42
  61.         Height = 13
  62.         Caption = 'Couleur :'
  63.       end
  64.       object ColorEdit: TColorEdit
  65.         Left = 16
  66.         Top = 32
  67.         Width = 75
  68.         Height = 21
  69.         BorderStyle = bsSingle
  70.         Color = clWhite
  71.         CustomText = 'Autres couleurs...'
  72.         ColorDialog = MainForm.GlobalColorDialog
  73.         ReadOnly = False
  74.         TabOrder = 1
  75.         TabStop = True
  76.         OnChange = OptionChange
  77.       end
  78.       object CBInverser: TCheckBox
  79.         Left = 16
  80.         Top = 66
  81.         Width = 129
  82.         Height = 17
  83.         Caption = 'Inverser'
  84.         TabOrder = 0
  85.         OnClick = OptionChange
  86.       end
  87.     end
  88.     object TshAdjust: TTabSheet
  89.       Caption = 'TshAdjust'
  90.       ImageIndex = 1
  91.       TabVisible = False
  92.       object LblLuminosite: TLabel
  93.         Left = 8
  94.         Top = 8
  95.         Width = 50
  96.         Height = 13
  97.         Caption = 'Luminosit'#233
  98.       end
  99.       object LblContraste: TLabel
  100.         Left = 8
  101.         Top = 56
  102.         Width = 45
  103.         Height = 13
  104.         Caption = 'Contraste'
  105.       end
  106.       object LblSaturation: TLabel
  107.         Left = 8
  108.         Top = 104
  109.         Width = 48
  110.         Height = 13
  111.         Caption = 'Saturation'
  112.       end
  113.       object LblGamma: TLabel
  114.         Left = 8
  115.         Top = 152
  116.         Width = 34
  117.         Height = 13
  118.         Caption = 'Niveau'
  119.       end
  120.       object TBLuminosite: TTrackBar
  121.         Left = 2
  122.         Top = 24
  123.         Width = 265
  124.         Height = 25
  125.         Max = 100
  126.         Min = -100
  127.         PageSize = 10
  128.         Frequency = 10
  129.         TabOrder = 0
  130.         ThumbLength = 15
  131.         OnChange = TBLuminositeChange
  132.       end
  133.       object TBContraste: TTrackBar
  134.         Left = 2
  135.         Top = 70
  136.         Width = 265
  137.         Height = 25
  138.         Max = 100
  139.         Min = -100
  140.         PageSize = 10
  141.         Frequency = 10
  142.         TabOrder = 1
  143.         ThumbLength = 15
  144.         OnChange = TBContrasteChange
  145.       end
  146.       object TBSaturation: TTrackBar
  147.         Left = 2
  148.         Top = 120
  149.         Width = 265
  150.         Height = 25
  151.         Max = 100
  152.         Min = -100
  153.         PageSize = 10
  154.         Frequency = 10
  155.         TabOrder = 2
  156.         ThumbLength = 15
  157.         OnChange = TBSaturationChange
  158.       end
  159.       object TBGamma: TTrackBar
  160.         Left = 2
  161.         Top = 168
  162.         Width = 265
  163.         Height = 33
  164.         Max = 30
  165.         Min = 1
  166.         PageSize = 1
  167.         Position = 10
  168.         TabOrder = 3
  169.         ThumbLength = 15
  170.         OnChange = TBGammaChange
  171.       end
  172.     end
  173.     object TshStd: TTabSheet
  174.       Caption = 'TshStd'
  175.       ImageIndex = 2
  176.       TabVisible = False
  177.       object LblDX: TLabel
  178.         Left = 16
  179.         Top = 44
  180.         Width = 41
  181.         Height = 13
  182.         Caption = 'Delta X :'
  183.         Transparent = True
  184.       end
  185.       object LblDY: TLabel
  186.         Left = 100
  187.         Top = 44
  188.         Width = 41
  189.         Height = 13
  190.         Caption = 'Delta Y :'
  191.         Transparent = True
  192.       end
  193.       object LblCouleurOmbre: TLabel
  194.         Left = 180
  195.         Top = 44
  196.         Width = 42
  197.         Height = 13
  198.         Caption = 'Couleur :'
  199.         Transparent = True
  200.       end
  201.       object LblOpaciteShadow: TLabel
  202.         Left = 16
  203.         Top = 96
  204.         Width = 43
  205.         Height = 13
  206.         Caption = 'Opacit'#233' :'
  207.       end
  208.       object EdiDX: TSpinEdit2
  209.         Left = 16
  210.         Top = 60
  211.         Width = 73
  212.         Height = 21
  213.         MaxLength = 3
  214.         MaxValue = 50
  215.         MinValue = -50
  216.         ShowUpDown = True
  217.         TabOrder = 1
  218.         Value = 7
  219.         OnChange = OptionChange
  220.       end
  221.       object EdiDY: TSpinEdit2
  222.         Left = 100
  223.         Top = 60
  224.         Width = 69
  225.         Height = 21
  226.         MaxLength = 3
  227.         MaxValue = 50
  228.         MinValue = -50
  229.         ShowUpDown = True
  230.         TabOrder = 2
  231.         Value = 7
  232.         OnChange = OptionChange
  233.       end
  234.       object CBOmbre: TCheckBox
  235.         Left = 16
  236.         Top = 16
  237.         Width = 161
  238.         Height = 17
  239.         Caption = 'Ombre port'#233'e'
  240.         TabOrder = 0
  241.         OnClick = CBOmbreClick
  242.       end
  243.       object ColorEditOmbre: TColorEdit
  244.         Left = 180
  245.         Top = 60
  246.         Width = 75
  247.         Height = 22
  248.         BorderStyle = bsSingle
  249.         Color = clBlack
  250.         CustomText = 'Autres couleurs...'
  251.         ColorDialog = MainForm.GlobalColorDialog
  252.         ReadOnly = False
  253.         TabOrder = 3
  254.         TabStop = True
  255.         OnChange = OptionChange
  256.       end
  257.       object TBOpaciteShadow: TTrackBar
  258.         Left = 10
  259.         Top = 110
  260.         Width = 252
  261.         Height = 25
  262.         Max = 100
  263.         Min = 10
  264.         Frequency = 5
  265.         Position = 80
  266.         TabOrder = 4
  267.         ThumbLength = 15
  268.         OnChange = TBOpaciteShadowChange
  269.       end
  270.       object RGStyle: TRadioGroup
  271.         Left = 14
  272.         Top = 142
  273.         Width = 243
  274.         Height = 83
  275.         Caption = ' Style '
  276.         ItemIndex = 1
  277.         Items.Strings = (
  278.           'Plat'
  279.           'Contour progressif'
  280.           'Diffusion')
  281.         TabOrder = 5
  282.         OnClick = OptionChange
  283.       end
  284.     end
  285.   end
  286.   object TBOpacite: TTrackBar
  287.     Left = 10
  288.     Top = 32
  289.     Width = 292
  290.     Height = 25
  291.     Max = 100
  292.     Min = 10
  293.     Frequency = 2
  294.     Position = 50
  295.     TabOrder = 0
  296.     ThumbLength = 15
  297.     OnChange = TBOpaciteChange
  298.   end
  299. end
  300.