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

  1. object FrangeForm: TFrangeForm
  2.   Left = 366
  3.   Top = 215
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Frange'
  7.   ClientHeight = 129
  8.   ClientWidth = 282
  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.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object LblEpaisseur: TLabel
  22.     Left = 16
  23.     Top = 16
  24.     Width = 36
  25.     Height = 13
  26.     Caption = 'Largeur'
  27.   end
  28.   object BAnnuler: TButton
  29.     Left = 192
  30.     Top = 88
  31.     Width = 75
  32.     Height = 25
  33.     Cancel = True
  34.     Caption = 'Annuler'
  35.     ModalResult = 2
  36.     TabOrder = 0
  37.   end
  38.   object BOk: TButton
  39.     Left = 110
  40.     Top = 88
  41.     Width = 75
  42.     Height = 25
  43.     Caption = 'Ok'
  44.     Default = True
  45.     TabOrder = 1
  46.     OnClick = BOkClick
  47.   end
  48.   object TBN: TTrackBar
  49.     Left = 8
  50.     Top = 32
  51.     Width = 265
  52.     Height = 33
  53.     Max = 41
  54.     Min = 1
  55.     PageSize = 5
  56.     Frequency = 2
  57.     Position = 5
  58.     TabOrder = 2
  59.     ThumbLength = 15
  60.     OnChange = TBNChange
  61.   end
  62. end
  63.