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 / TRVBFORM / TRVBFORM.txt
Text File  |  2007-07-11  |  4KB  |  230 lines

  1. object RVBForm: TRVBForm
  2.   Left = 398
  3.   Top = 213
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Balance des couleurs'
  7.   ClientHeight = 210
  8.   ClientWidth = 411
  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 Label4: TLabel
  24.     Left = 346
  25.     Top = 32
  26.     Width = 53
  27.     Height = 13
  28.     AutoSize = False
  29.     Caption = 'Rouge'
  30.   end
  31.   object Label5: TLabel
  32.     Left = 346
  33.     Top = 80
  34.     Width = 53
  35.     Height = 13
  36.     AutoSize = False
  37.     Caption = 'Vert'
  38.   end
  39.   object Label6: TLabel
  40.     Left = 346
  41.     Top = 128
  42.     Width = 53
  43.     Height = 13
  44.     AutoSize = False
  45.     Caption = 'Bleu'
  46.   end
  47.   object Label1: TLabel
  48.     Left = 8
  49.     Top = 32
  50.     Width = 54
  51.     Height = 13
  52.     Alignment = taRightJustify
  53.     AutoSize = False
  54.     Caption = 'Cyan'
  55.   end
  56.   object Label2: TLabel
  57.     Left = 8
  58.     Top = 80
  59.     Width = 54
  60.     Height = 13
  61.     Alignment = taRightJustify
  62.     AutoSize = False
  63.     Caption = 'Magenta'
  64.   end
  65.   object Label3: TLabel
  66.     Left = 8
  67.     Top = 128
  68.     Width = 54
  69.     Height = 13
  70.     Alignment = taRightJustify
  71.     AutoSize = False
  72.     Caption = 'Jaune'
  73.   end
  74.   object LblR: TLabel
  75.     Left = 182
  76.     Top = 16
  77.     Width = 49
  78.     Height = 13
  79.     Alignment = taCenter
  80.     AutoSize = False
  81.     Caption = 'R'
  82.   end
  83.   object LblV: TLabel
  84.     Left = 182
  85.     Top = 64
  86.     Width = 49
  87.     Height = 13
  88.     Alignment = taCenter
  89.     AutoSize = False
  90.     Caption = 'V'
  91.   end
  92.   object LblB: TLabel
  93.     Left = 182
  94.     Top = 112
  95.     Width = 49
  96.     Height = 13
  97.     Alignment = taCenter
  98.     AutoSize = False
  99.     Caption = 'B'
  100.   end
  101.   object TBRouge: TTrackBar
  102.     Left = 93
  103.     Top = 32
  104.     Width = 225
  105.     Height = 25
  106.     Max = 100
  107.     Min = -100
  108.     PageSize = 10
  109.     Frequency = 10
  110.     TabOrder = 0
  111.     ThumbLength = 15
  112.     OnChange = TBRougeChange
  113.   end
  114.   object TBVert: TTrackBar
  115.     Left = 93
  116.     Top = 80
  117.     Width = 225
  118.     Height = 25
  119.     Max = 100
  120.     Min = -100
  121.     PageSize = 10
  122.     Frequency = 10
  123.     TabOrder = 1
  124.     ThumbLength = 15
  125.     OnChange = TBVertChange
  126.   end
  127.   object BAnnuler: TButton
  128.     Left = 319
  129.     Top = 168
  130.     Width = 75
  131.     Height = 25
  132.     Cancel = True
  133.     Caption = 'Annuler'
  134.     TabOrder = 5
  135.     OnClick = BAnnulerClick
  136.   end
  137.   object BOk: TButton
  138.     Left = 232
  139.     Top = 168
  140.     Width = 75
  141.     Height = 25
  142.     Caption = 'Ok'
  143.     Default = True
  144.     TabOrder = 4
  145.     OnClick = BOkClick
  146.   end
  147.   object BApercu: TButton
  148.     Left = 16
  149.     Top = 168
  150.     Width = 75
  151.     Height = 25
  152.     Caption = 'Aper'#231'u'
  153.     TabOrder = 3
  154.     OnClick = BApercuClick
  155.   end
  156.   object TBBleu: TTrackBar
  157.     Left = 93
  158.     Top = 128
  159.     Width = 225
  160.     Height = 25
  161.     Max = 100
  162.     Min = -100
  163.     PageSize = 10
  164.     Frequency = 10
  165.     TabOrder = 2
  166.     ThumbLength = 15
  167.     OnChange = TBBleuChange
  168.   end
  169.   object PnlCouleur: TPanel
  170.     Left = 70
  171.     Top = 30
  172.     Width = 21
  173.     Height = 21
  174.     BevelOuter = bvLowered
  175.     Color = clAqua
  176.     ParentBackground = False
  177.     TabOrder = 6
  178.   end
  179.   object Panel1: TPanel
  180.     Left = 70
  181.     Top = 78
  182.     Width = 21
  183.     Height = 21
  184.     BevelOuter = bvLowered
  185.     Color = clFuchsia
  186.     ParentBackground = False
  187.     TabOrder = 7
  188.   end
  189.   object Panel2: TPanel
  190.     Left = 70
  191.     Top = 126
  192.     Width = 21
  193.     Height = 21
  194.     BevelOuter = bvLowered
  195.     Color = clYellow
  196.     ParentBackground = False
  197.     TabOrder = 8
  198.   end
  199.   object Panel3: TPanel
  200.     Left = 320
  201.     Top = 30
  202.     Width = 21
  203.     Height = 21
  204.     BevelOuter = bvLowered
  205.     Color = clRed
  206.     ParentBackground = False
  207.     TabOrder = 9
  208.   end
  209.   object Panel4: TPanel
  210.     Left = 320
  211.     Top = 78
  212.     Width = 21
  213.     Height = 21
  214.     BevelOuter = bvLowered
  215.     Color = clLime
  216.     ParentBackground = False
  217.     TabOrder = 10
  218.   end
  219.   object Panel5: TPanel
  220.     Left = 320
  221.     Top = 126
  222.     Width = 21
  223.     Height = 21
  224.     BevelOuter = bvLowered
  225.     Color = clBlue
  226.     ParentBackground = False
  227.     TabOrder = 11
  228.   end
  229. end
  230.