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 / TLCFORM / TLCFORM.txt
Text File  |  2008-01-12  |  2KB  |  132 lines

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