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 / TATTENUERFORM / TATTENUERFORM.txt
Text File  |  2007-09-16  |  1KB  |  73 lines

  1. object AttenuerForm: TAttenuerForm
  2.   Left = 295
  3.   Top = 256
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Att'#233'nuer'
  7.   ClientHeight = 121
  8.   ClientWidth = 298
  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 = 16
  26.     Width = 37
  27.     Height = 13
  28.     Caption = 'Opacit'#233
  29.   end
  30.   object BAnnuler: TButton
  31.     Left = 208
  32.     Top = 80
  33.     Width = 75
  34.     Height = 25
  35.     Cancel = True
  36.     Caption = 'Annuler'
  37.     TabOrder = 1
  38.     OnClick = BAnnulerClick
  39.   end
  40.   object BOk: TButton
  41.     Left = 128
  42.     Top = 80
  43.     Width = 75
  44.     Height = 25
  45.     Caption = 'Ok'
  46.     Default = True
  47.     TabOrder = 2
  48.     OnClick = BOkClick
  49.   end
  50.   object BApercu: TButton
  51.     Left = 16
  52.     Top = 80
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'Aper'#231'u'
  56.     TabOrder = 3
  57.     OnClick = BApercuClick
  58.   end
  59.   object TBN: TTrackBar
  60.     Left = 10
  61.     Top = 32
  62.     Width = 278
  63.     Height = 33
  64.     Max = 100
  65.     PageSize = 5
  66.     Frequency = 5
  67.     Position = 20
  68.     TabOrder = 0
  69.     ThumbLength = 15
  70.     OnChange = TBNChange
  71.   end
  72. end
  73.