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 / TRVBFORM / TRVBFORM.txt
Text File  |  2008-01-12  |  3KB  |  188 lines

  1. object RVBForm: TRVBForm
  2.   Left = 306
  3.   Top = 159
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Balance des couleurs'
  7.   ClientHeight = 249
  8.   ClientWidth = 353
  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 = 290
  25.     Top = 32
  26.     Width = 53
  27.     Height = 13
  28.     AutoSize = False
  29.     Caption = 'Rouge'
  30.   end
  31.   object Label5: TLabel
  32.     Left = 290
  33.     Top = 88
  34.     Width = 53
  35.     Height = 13
  36.     AutoSize = False
  37.     Caption = 'Vert'
  38.   end
  39.   object Label6: TLabel
  40.     Left = 290
  41.     Top = 144
  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 = 88
  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 = 144
  68.     Width = 54
  69.     Height = 13
  70.     Alignment = taRightJustify
  71.     AutoSize = False
  72.     Caption = 'Jaune'
  73.   end
  74.   object LblR: TLabel
  75.     Left = 152
  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 = 152
  85.     Top = 72
  86.     Width = 49
  87.     Height = 13
  88.     Alignment = taCenter
  89.     AutoSize = False
  90.     Caption = 'V'
  91.   end
  92.   object LblB: TLabel
  93.     Left = 152
  94.     Top = 128
  95.     Width = 49
  96.     Height = 13
  97.     Alignment = taCenter
  98.     AutoSize = False
  99.     Caption = 'B'
  100.   end
  101.   object TBRouge: TTrackBar
  102.     Left = 64
  103.     Top = 32
  104.     Width = 225
  105.     Height = 25
  106.     Max = 100
  107.     Min = -100
  108.     Orientation = trHorizontal
  109.     PageSize = 10
  110.     Frequency = 10
  111.     Position = 0
  112.     SelEnd = 0
  113.     SelStart = 0
  114.     TabOrder = 0
  115.     ThumbLength = 15
  116.     TickMarks = tmBottomRight
  117.     TickStyle = tsAuto
  118.     OnChange = TBRougeChange
  119.   end
  120.   object TBVert: TTrackBar
  121.     Left = 64
  122.     Top = 88
  123.     Width = 225
  124.     Height = 25
  125.     Max = 100
  126.     Min = -100
  127.     Orientation = trHorizontal
  128.     PageSize = 10
  129.     Frequency = 10
  130.     Position = 0
  131.     SelEnd = 0
  132.     SelStart = 0
  133.     TabOrder = 1
  134.     ThumbLength = 15
  135.     TickMarks = tmBottomRight
  136.     TickStyle = tsAuto
  137.     OnChange = TBVertChange
  138.   end
  139.   object BAnnuler: TButton
  140.     Left = 264
  141.     Top = 208
  142.     Width = 75
  143.     Height = 25
  144.     Cancel = True
  145.     Caption = 'Annuler'
  146.     TabOrder = 2
  147.     OnClick = BAnnulerClick
  148.   end
  149.   object BOk: TButton
  150.     Left = 184
  151.     Top = 208
  152.     Width = 75
  153.     Height = 25
  154.     Caption = 'Ok'
  155.     Default = True
  156.     TabOrder = 3
  157.     OnClick = BOkClick
  158.   end
  159.   object BApercu: TButton
  160.     Left = 16
  161.     Top = 208
  162.     Width = 75
  163.     Height = 25
  164.     Caption = 'Aper'#231'u'
  165.     TabOrder = 4
  166.     OnClick = BApercuClick
  167.   end
  168.   object TBBleu: TTrackBar
  169.     Left = 64
  170.     Top = 144
  171.     Width = 225
  172.     Height = 25
  173.     Max = 100
  174.     Min = -100
  175.     Orientation = trHorizontal
  176.     PageSize = 10
  177.     Frequency = 10
  178.     Position = 0
  179.     SelEnd = 0
  180.     SelStart = 0
  181.     TabOrder = 5
  182.     ThumbLength = 15
  183.     TickMarks = tmBottomRight
  184.     TickStyle = tsAuto
  185.     OnChange = TBBleuChange
  186.   end
  187. end
  188.