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 / TVARIANTEFORM / TVARIANTEFORM.txt
Text File  |  2007-09-16  |  2KB  |  124 lines

  1. object VarianteForm: TVarianteForm
  2.   Left = 367
  3.   Top = 208
  4.   BorderStyle = bsDialog
  5.   Caption = 'Variation de teinte'
  6.   ClientHeight = 255
  7.   ClientWidth = 429
  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.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   OnHide = FormHide
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 16
  23.     Top = 16
  24.     Width = 42
  25.     Height = 13
  26.     Caption = 'Couleur :'
  27.   end
  28.   object ImgApercu: TImage
  29.     Left = 16
  30.     Top = 96
  31.     Width = 185
  32.     Height = 145
  33.     Center = True
  34.   end
  35.   object LblN: TLabel
  36.     Left = 16
  37.     Top = 60
  38.     Width = 33
  39.     Height = 13
  40.     Alignment = taCenter
  41.     AutoSize = False
  42.     Caption = '0'#176
  43.   end
  44.   object BOk: TButton
  45.     Left = 339
  46.     Top = 186
  47.     Width = 75
  48.     Height = 25
  49.     Caption = 'Ok'
  50.     Default = True
  51.     TabOrder = 3
  52.     OnClick = BOkClick
  53.   end
  54.   object BAnnuler: TButton
  55.     Left = 339
  56.     Top = 216
  57.     Width = 75
  58.     Height = 25
  59.     Cancel = True
  60.     Caption = 'Annuler'
  61.     ModalResult = 2
  62.     TabOrder = 4
  63.   end
  64.   object Panel2: TPanel
  65.     Left = 52
  66.     Top = 32
  67.     Width = 362
  68.     Height = 21
  69.     BevelOuter = bvLowered
  70.     TabOrder = 5
  71.     object ImgDegrade: TImage
  72.       Left = 1
  73.       Top = 1
  74.       Width = 360
  75.       Height = 19
  76.       Align = alClient
  77.       OnMouseDown = ImgDegradeMouseDown
  78.     end
  79.   end
  80.   object PnlCouleur: TPanel
  81.     Left = 16
  82.     Top = 32
  83.     Width = 33
  84.     Height = 21
  85.     BevelOuter = bvLowered
  86.     Color = clRed
  87.     ParentBackground = False
  88.     TabOrder = 6
  89.   end
  90.   object TBN: TTrackBar
  91.     Left = 47
  92.     Top = 56
  93.     Width = 373
  94.     Height = 25
  95.     Max = 359
  96.     PageSize = 10
  97.     Frequency = 10
  98.     TabOrder = 0
  99.     ThumbLength = 15
  100.     TickMarks = tmTopLeft
  101.     OnChange = TBNChange
  102.   end
  103.   object RB1: TRadioButton
  104.     Left = 216
  105.     Top = 96
  106.     Width = 193
  107.     Height = 17
  108.     Caption = 'M'#233'thode 1 / Coloriser'
  109.     Checked = True
  110.     TabOrder = 1
  111.     TabStop = True
  112.     OnClick = RBClick
  113.   end
  114.   object RB2: TRadioButton
  115.     Left = 216
  116.     Top = 114
  117.     Width = 193
  118.     Height = 17
  119.     Caption = 'M'#233'thode 2 / Teinte'
  120.     TabOrder = 2
  121.     OnClick = RBClick
  122.   end
  123. end
  124.