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

  1. object OptionSelForm: TOptionSelForm
  2.   Left = 366
  3.   Top = 215
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'S'#233'lection'
  7.   ClientHeight = 169
  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 = 24
  24.     Width = 36
  25.     Height = 13
  26.     Caption = 'Largeur'
  27.   end
  28.   object LblInfos: TLabel
  29.     Left = 16
  30.     Top = 94
  31.     Width = 23
  32.     Height = 13
  33.     Caption = 'Infos'
  34.   end
  35.   object Label1: TLabel
  36.     Left = 16
  37.     Top = 76
  38.     Width = 87
  39.     Height = 13
  40.     Caption = 'Nouvelle position :'
  41.   end
  42.   object BAnnuler: TButton
  43.     Left = 192
  44.     Top = 128
  45.     Width = 75
  46.     Height = 25
  47.     Cancel = True
  48.     Caption = 'Annuler'
  49.     ModalResult = 2
  50.     TabOrder = 2
  51.   end
  52.   object BOk: TButton
  53.     Left = 110
  54.     Top = 128
  55.     Width = 75
  56.     Height = 25
  57.     Caption = 'Ok'
  58.     Default = True
  59.     TabOrder = 1
  60.     OnClick = BOkClick
  61.   end
  62.   object TBN: TTrackBar
  63.     Left = 8
  64.     Top = 40
  65.     Width = 265
  66.     Height = 33
  67.     Max = 51
  68.     Min = 1
  69.     PageSize = 5
  70.     Frequency = 2
  71.     Position = 10
  72.     TabOrder = 0
  73.     ThumbLength = 15
  74.     OnChange = TBNChange
  75.   end
  76. end
  77.