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 / TPOSTERFORM / TPOSTERFORM.txt
Text File  |  2008-01-12  |  1KB  |  79 lines

  1. object PosterForm: TPosterForm
  2.   Left = 238
  3.   Top = 214
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Post'#233'riser'
  7.   ClientHeight = 136
  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 = 24
  26.     Width = 34
  27.     Height = 13
  28.     Caption = 'Niveau'
  29.   end
  30.   object BAnnuler: TButton
  31.     Left = 208
  32.     Top = 96
  33.     Width = 75
  34.     Height = 25
  35.     Cancel = True
  36.     Caption = 'Annuler'
  37.     TabOrder = 0
  38.     OnClick = BAnnulerClick
  39.   end
  40.   object BOk: TButton
  41.     Left = 128
  42.     Top = 96
  43.     Width = 75
  44.     Height = 25
  45.     Caption = 'Ok'
  46.     Default = True
  47.     TabOrder = 1
  48.     OnClick = BOkClick
  49.   end
  50.   object BApercu: TButton
  51.     Left = 16
  52.     Top = 96
  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 = 40
  62.     Width = 279
  63.     Height = 33
  64.     Max = 120
  65.     Min = 2
  66.     Orientation = trHorizontal
  67.     PageSize = 8
  68.     Frequency = 8
  69.     Position = 20
  70.     SelEnd = 0
  71.     SelStart = 0
  72.     TabOrder = 2
  73.     ThumbLength = 15
  74.     TickMarks = tmBottomRight
  75.     TickStyle = tsAuto
  76.     OnChange = TBNChange
  77.   end
  78. end
  79.