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

  1. object OptionSelForm: TOptionSelForm
  2.   Left = 366
  3.   Top = 215
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'S'#233'lection'
  7.   ClientHeight = 186
  8.   ClientWidth = 251
  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.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object LblEpaisseur: TLabel
  23.     Left = 16
  24.     Top = 24
  25.     Width = 36
  26.     Height = 13
  27.     Caption = 'Largeur'
  28.   end
  29.   object LblInfos: TLabel
  30.     Left = 16
  31.     Top = 96
  32.     Width = 23
  33.     Height = 13
  34.     Caption = 'Infos'
  35.   end
  36.   object Label1: TLabel
  37.     Left = 16
  38.     Top = 80
  39.     Width = 87
  40.     Height = 13
  41.     Caption = 'Nouvelle position :'
  42.   end
  43.   object BAnnuler: TButton
  44.     Left = 160
  45.     Top = 144
  46.     Width = 75
  47.     Height = 25
  48.     Cancel = True
  49.     Caption = 'Annuler'
  50.     ModalResult = 2
  51.     TabOrder = 0
  52.   end
  53.   object BOk: TButton
  54.     Left = 80
  55.     Top = 144
  56.     Width = 75
  57.     Height = 25
  58.     Caption = 'Ok'
  59.     Default = True
  60.     TabOrder = 1
  61.     OnClick = BOkClick
  62.   end
  63.   object TBN: TTrackBar
  64.     Left = 8
  65.     Top = 40
  66.     Width = 233
  67.     Height = 33
  68.     Max = 51
  69.     Min = 1
  70.     Orientation = trHorizontal
  71.     PageSize = 5
  72.     Frequency = 2
  73.     Position = 10
  74.     SelEnd = 0
  75.     SelStart = 0
  76.     TabOrder = 2
  77.     ThumbLength = 15
  78.     TickMarks = tmBottomRight
  79.     TickStyle = tsAuto
  80.     OnChange = TBNChange
  81.   end
  82. end
  83.