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

  1. object NiveauxForm: TNiveauxForm
  2.   Left = 251
  3.   Top = 131
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Niveaux'
  7.   ClientHeight = 338
  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 BAnnuler: TButton
  24.     Left = 224
  25.     Top = 296
  26.     Width = 75
  27.     Height = 25
  28.     Cancel = True
  29.     Caption = 'Annuler'
  30.     TabOrder = 0
  31.     OnClick = BAnnulerClick
  32.   end
  33.   object BOk: TButton
  34.     Left = 142
  35.     Top = 296
  36.     Width = 75
  37.     Height = 25
  38.     Caption = 'Ok'
  39.     Default = True
  40.     TabOrder = 1
  41.     OnClick = BOkClick
  42.   end
  43.   object BApercu: TButton
  44.     Left = 16
  45.     Top = 296
  46.     Width = 75
  47.     Height = 25
  48.     Caption = 'Aper'#231'u'
  49.     TabOrder = 2
  50.     OnClick = BApercuClick
  51.   end
  52.   object GroupBox1: TGroupBox
  53.     Left = 16
  54.     Top = 16
  55.     Width = 283
  56.     Height = 129
  57.     Caption = ' Tons sombres '
  58.     TabOrder = 3
  59.     object LblSeuil1: TLabel
  60.       Left = 16
  61.       Top = 24
  62.       Width = 23
  63.       Height = 13
  64.       Caption = 'Seuil'
  65.     end
  66.     object LblInt1: TLabel
  67.       Left = 16
  68.       Top = 72
  69.       Width = 40
  70.       Height = 13
  71.       Caption = 'Intensit'#233
  72.     end
  73.     object TBSeuil1: TTrackBar
  74.       Left = 8
  75.       Top = 40
  76.       Width = 265
  77.       Height = 25
  78.       Max = 120
  79.       Min = 10
  80.       Orientation = trHorizontal
  81.       PageSize = 10
  82.       Frequency = 10
  83.       Position = 100
  84.       SelEnd = 0
  85.       SelStart = 0
  86.       TabOrder = 0
  87.       ThumbLength = 15
  88.       TickMarks = tmBottomRight
  89.       TickStyle = tsAuto
  90.       OnChange = TBSeuil1Change
  91.     end
  92.     object TBInt1: TTrackBar
  93.       Left = 8
  94.       Top = 88
  95.       Width = 265
  96.       Height = 25
  97.       Max = 100
  98.       Min = -100
  99.       Orientation = trHorizontal
  100.       PageSize = 10
  101.       Frequency = 10
  102.       Position = 0
  103.       SelEnd = 0
  104.       SelStart = 0
  105.       TabOrder = 1
  106.       ThumbLength = 15
  107.       TickMarks = tmBottomRight
  108.       TickStyle = tsAuto
  109.       OnChange = TBInt1Change
  110.     end
  111.   end
  112.   object GroupBox2: TGroupBox
  113.     Left = 16
  114.     Top = 154
  115.     Width = 283
  116.     Height = 129
  117.     Caption = ' Tons clairs '
  118.     TabOrder = 4
  119.     object LblSeuil2: TLabel
  120.       Left = 16
  121.       Top = 24
  122.       Width = 23
  123.       Height = 13
  124.       Caption = 'Seuil'
  125.     end
  126.     object LblInt2: TLabel
  127.       Left = 16
  128.       Top = 72
  129.       Width = 40
  130.       Height = 13
  131.       Caption = 'Intensit'#233
  132.     end
  133.     object TBSeuil2: TTrackBar
  134.       Left = 8
  135.       Top = 40
  136.       Width = 265
  137.       Height = 25
  138.       Max = 240
  139.       Min = 130
  140.       Orientation = trHorizontal
  141.       PageSize = 10
  142.       Frequency = 10
  143.       Position = 150
  144.       SelEnd = 0
  145.       SelStart = 0
  146.       TabOrder = 0
  147.       ThumbLength = 15
  148.       TickMarks = tmBottomRight
  149.       TickStyle = tsAuto
  150.       OnChange = TBSeuil2Change
  151.     end
  152.     object TBInt2: TTrackBar
  153.       Left = 8
  154.       Top = 88
  155.       Width = 265
  156.       Height = 25
  157.       Max = 100
  158.       Min = -100
  159.       Orientation = trHorizontal
  160.       PageSize = 10
  161.       Frequency = 10
  162.       Position = 0
  163.       SelEnd = 0
  164.       SelStart = 0
  165.       TabOrder = 1
  166.       ThumbLength = 15
  167.       TickMarks = tmBottomRight
  168.       TickStyle = tsAuto
  169.       OnChange = TBInt2Change
  170.     end
  171.   end
  172. end
  173.