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

  1. object GammaForm: TGammaForm
  2.   Left = 238
  3.   Top = 214
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Correction gamma'
  7.   ClientHeight = 185
  8.   ClientWidth = 306
  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 LblN: TLabel
  24.     Left = 16
  25.     Top = 24
  26.     Width = 34
  27.     Height = 13
  28.     Caption = 'Niveau'
  29.   end
  30.   object Label1: TLabel
  31.     Left = 16
  32.     Top = 80
  33.     Width = 43
  34.     Height = 13
  35.     Caption = 'Couche :'
  36.   end
  37.   object BAnnuler: TButton
  38.     Left = 216
  39.     Top = 144
  40.     Width = 75
  41.     Height = 25
  42.     Cancel = True
  43.     Caption = 'Annuler'
  44.     TabOrder = 0
  45.     OnClick = BAnnulerClick
  46.   end
  47.   object BOk: TButton
  48.     Left = 136
  49.     Top = 144
  50.     Width = 75
  51.     Height = 25
  52.     Caption = 'Ok'
  53.     Default = True
  54.     TabOrder = 1
  55.     OnClick = BOkClick
  56.   end
  57.   object BApercu: TButton
  58.     Left = 16
  59.     Top = 144
  60.     Width = 75
  61.     Height = 25
  62.     Caption = 'Aper'#231'u'
  63.     TabOrder = 3
  64.     OnClick = BApercuClick
  65.   end
  66.   object TBN: TTrackBar
  67.     Left = 10
  68.     Top = 40
  69.     Width = 285
  70.     Height = 33
  71.     Max = 30
  72.     Min = 1
  73.     Orientation = trHorizontal
  74.     PageSize = 1
  75.     Frequency = 1
  76.     Position = 10
  77.     SelEnd = 0
  78.     SelStart = 0
  79.     TabOrder = 2
  80.     ThumbLength = 15
  81.     TickMarks = tmBottomRight
  82.     TickStyle = tsAuto
  83.     OnChange = TBNChange
  84.   end
  85.   object CBCouche: TComboBox
  86.     Left = 16
  87.     Top = 96
  88.     Width = 113
  89.     Height = 21
  90.     Style = csDropDownList
  91.     ItemHeight = 13
  92.     ItemIndex = 0
  93.     TabOrder = 4
  94.     Text = '<Toutes>'
  95.     OnChange = CBCoucheChange
  96.     Items.Strings = (
  97.       '<Toutes>'
  98.       'Rouge'
  99.       'Vert'
  100.       'Bleu'
  101.       'Cyan'
  102.       'Magenta'
  103.       'Jaune')
  104.   end
  105. end
  106.