home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 April / PCWorld_2008-04_cd.bin / multimedia / photofiltre / pf-setup-en.exe / PhotoFiltre.exe / 0 / RCDATA / TTSFORM / TTSFORM.txt
Text File  |  2008-01-12  |  3KB  |  139 lines

  1. object TSForm: TTSForm
  2.   Left = 238
  3.   Top = 214
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Teinte / Saturation'
  7.   ClientHeight = 266
  8.   ClientWidth = 314
  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 LblTeinte: TLabel
  24.     Left = 16
  25.     Top = 16
  26.     Width = 30
  27.     Height = 13
  28.     Caption = 'Teinte'
  29.   end
  30.   object LblSaturation: TLabel
  31.     Left = 16
  32.     Top = 96
  33.     Width = 48
  34.     Height = 13
  35.     Caption = 'Saturation'
  36.   end
  37.   object Label1: TLabel
  38.     Left = 16
  39.     Top = 152
  40.     Width = 43
  41.     Height = 13
  42.     Caption = 'Couche :'
  43.   end
  44.   object Bevel1: TBevel
  45.     Left = 16
  46.     Top = 80
  47.     Width = 281
  48.     Height = 9
  49.     Shape = bsTopLine
  50.   end
  51.   object TBTeinte: TTrackBar
  52.     Left = 8
  53.     Top = 32
  54.     Width = 297
  55.     Height = 25
  56.     Max = 180
  57.     Min = -180
  58.     Orientation = trHorizontal
  59.     PageSize = 10
  60.     Frequency = 20
  61.     Position = 0
  62.     SelEnd = 0
  63.     SelStart = 0
  64.     TabOrder = 0
  65.     ThumbLength = 15
  66.     TickMarks = tmBottomRight
  67.     TickStyle = tsAuto
  68.     OnChange = TBTeinteChange
  69.   end
  70.   object BAnnuler: TButton
  71.     Left = 224
  72.     Top = 224
  73.     Width = 75
  74.     Height = 25
  75.     Cancel = True
  76.     Caption = 'Annuler'
  77.     TabOrder = 1
  78.     OnClick = BAnnulerClick
  79.   end
  80.   object BOk: TButton
  81.     Left = 144
  82.     Top = 224
  83.     Width = 75
  84.     Height = 25
  85.     Caption = 'Ok'
  86.     Default = True
  87.     TabOrder = 2
  88.     OnClick = BOkClick
  89.   end
  90.   object BApercu: TButton
  91.     Left = 16
  92.     Top = 224
  93.     Width = 75
  94.     Height = 25
  95.     Caption = 'Aper'#231'u'
  96.     TabOrder = 3
  97.     OnClick = BApercuClick
  98.   end
  99.   object TBSaturation: TTrackBar
  100.     Left = 8
  101.     Top = 112
  102.     Width = 297
  103.     Height = 25
  104.     Max = 100
  105.     Min = -100
  106.     Orientation = trHorizontal
  107.     PageSize = 10
  108.     Frequency = 10
  109.     Position = 0
  110.     SelEnd = 0
  111.     SelStart = 0
  112.     TabOrder = 4
  113.     ThumbLength = 15
  114.     TickMarks = tmBottomRight
  115.     TickStyle = tsAuto
  116.     OnChange = TBSaturationChange
  117.   end
  118.   object CBCouche: TComboBox
  119.     Left = 16
  120.     Top = 168
  121.     Width = 113
  122.     Height = 21
  123.     Style = csDropDownList
  124.     ItemHeight = 13
  125.     ItemIndex = 0
  126.     TabOrder = 5
  127.     Text = '<Toutes>'
  128.     OnChange = CBCoucheChange
  129.     Items.Strings = (
  130.       '<Toutes>'
  131.       'Rouge'
  132.       'Vert'
  133.       'Bleu'
  134.       'Cyan'
  135.       'Magenta'
  136.       'Jaune')
  137.   end
  138. end
  139.