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 / TFILTREDEGRADEFORM / TFILTREDEGRADEFORM.txt
Text File  |  2007-09-16  |  4KB  |  209 lines

  1. object FiltreDegradeForm: TFiltreDegradeForm
  2.   Left = 310
  3.   Top = 173
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'D'#233'grad'#233
  7.   ClientHeight = 404
  8.   ClientWidth = 321
  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.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object BAnnuler: TButton
  24.     Left = 230
  25.     Top = 364
  26.     Width = 75
  27.     Height = 25
  28.     Cancel = True
  29.     Caption = 'Annuler'
  30.     TabOrder = 6
  31.     OnClick = BAnnulerClick
  32.   end
  33.   object BOk: TButton
  34.     Left = 148
  35.     Top = 364
  36.     Width = 75
  37.     Height = 25
  38.     Caption = 'Ok'
  39.     Default = True
  40.     TabOrder = 5
  41.     OnClick = BOkClick
  42.   end
  43.   object BApercu: TButton
  44.     Left = 16
  45.     Top = 364
  46.     Width = 75
  47.     Height = 25
  48.     Caption = 'Aper'#231'u'
  49.     TabOrder = 4
  50.     OnClick = BApercuClick
  51.   end
  52.   object GroupBox1: TGroupBox
  53.     Left = 16
  54.     Top = 98
  55.     Width = 289
  56.     Height = 109
  57.     Caption = ' Couleur 1 '
  58.     TabOrder = 1
  59.     object LblAlpha1: TLabel
  60.       Left = 16
  61.       Top = 56
  62.       Width = 37
  63.       Height = 13
  64.       Caption = 'Opacit'#233
  65.     end
  66.     object SB1: TSpeedButton
  67.       Left = 106
  68.       Top = 24
  69.       Width = 23
  70.       Height = 22
  71.       AllowAllUp = True
  72.       GroupIndex = 1
  73.       Down = True
  74.       Flat = True
  75.       OnClick = SB1Click
  76.     end
  77.     object TBAlpha1: TTrackBar
  78.       Left = 10
  79.       Top = 72
  80.       Width = 271
  81.       Height = 25
  82.       Max = 100
  83.       PageSize = 5
  84.       Frequency = 5
  85.       Position = 50
  86.       TabOrder = 1
  87.       ThumbLength = 15
  88.       OnChange = TBAlpha1Change
  89.     end
  90.     object ColorEdit1: TColorEdit
  91.       Left = 16
  92.       Top = 24
  93.       Width = 89
  94.       Height = 22
  95.       BorderStyle = bsSingle
  96.       Color = clBlack
  97.       CustomText = 'Autres couleurs...'
  98.       ColorDialog = MainForm.GlobalColorDialog
  99.       ReadOnly = False
  100.       TabOrder = 0
  101.       TabStop = True
  102.       OnChange = OptionChange
  103.     end
  104.   end
  105.   object GroupBox2: TGroupBox
  106.     Left = 16
  107.     Top = 216
  108.     Width = 289
  109.     Height = 109
  110.     Caption = ' Couleur 2 '
  111.     TabOrder = 2
  112.     object LblAlpha2: TLabel
  113.       Left = 16
  114.       Top = 56
  115.       Width = 37
  116.       Height = 13
  117.       Caption = 'Opacit'#233
  118.     end
  119.     object SB2: TSpeedButton
  120.       Left = 106
  121.       Top = 24
  122.       Width = 23
  123.       Height = 22
  124.       AllowAllUp = True
  125.       GroupIndex = 1
  126.       Flat = True
  127.       OnClick = SB2Click
  128.     end
  129.     object TBAlpha2: TTrackBar
  130.       Left = 10
  131.       Top = 72
  132.       Width = 271
  133.       Height = 25
  134.       Max = 100
  135.       PageSize = 5
  136.       Frequency = 5
  137.       Position = 50
  138.       TabOrder = 1
  139.       ThumbLength = 15
  140.       OnChange = TBAlpha2Change
  141.     end
  142.     object ColorEdit2: TColorEdit
  143.       Left = 16
  144.       Top = 24
  145.       Width = 89
  146.       Height = 22
  147.       BorderStyle = bsSingle
  148.       Color = clWhite
  149.       CustomText = 'Autres couleurs...'
  150.       ColorDialog = MainForm.GlobalColorDialog
  151.       ReadOnly = False
  152.       TabOrder = 0
  153.       TabStop = True
  154.       OnChange = OptionChange
  155.     end
  156.   end
  157.   object RGDirection: TGroupBox
  158.     Left = 16
  159.     Top = 12
  160.     Width = 289
  161.     Height = 78
  162.     Caption = ' Direction '
  163.     TabOrder = 0
  164.     object DirectionEdit: TDirectionEdit
  165.       Left = 9
  166.       Top = 20
  167.       Width = 49
  168.       Height = 49
  169.       Direction = 0
  170.       ItemCount = 8
  171.       ItemRadius = 6
  172.       ActiveColor = 39423
  173.       Symmetry = False
  174.       OnChange = OptionChange
  175.       TabOrder = 0
  176.       TabStop = True
  177.     end
  178.     object RBBichrom: TRadioButton
  179.       Left = 96
  180.       Top = 26
  181.       Width = 169
  182.       Height = 17
  183.       Caption = 'Bichrome'
  184.       Checked = True
  185.       TabOrder = 1
  186.       TabStop = True
  187.       OnClick = RGStyleClick
  188.     end
  189.     object RBMonochrom: TRadioButton
  190.       Left = 96
  191.       Top = 46
  192.       Width = 169
  193.       Height = 17
  194.       Caption = 'Monochrome'
  195.       TabOrder = 2
  196.       OnClick = RGStyleClick
  197.     end
  198.   end
  199.   object CBRealTime: TCheckBox
  200.     Left = 16
  201.     Top = 336
  202.     Width = 113
  203.     Height = 17
  204.     Caption = 'Aper'#231'u direct'
  205.     TabOrder = 3
  206.     OnClick = CBRealTimeClick
  207.   end
  208. end
  209.