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

  1. object MinMaxMedForm: TMinMaxMedForm
  2.   Left = 327
  3.   Top = 198
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'MinMaxMed'
  7.   ClientHeight = 235
  8.   ClientWidth = 290
  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 LblPct: TLabel
  24.     Left = 16
  25.     Top = 120
  26.     Width = 23
  27.     Height = 13
  28.     Caption = 'Seuil'
  29.   end
  30.   object BAnnuler: TButton
  31.     Left = 200
  32.     Top = 192
  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 = 120
  42.     Top = 192
  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 = 192
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'Aper'#231'u'
  56.     TabOrder = 2
  57.     OnClick = BApercuClick
  58.   end
  59.   object RadioGroup: TRadioGroup
  60.     Left = 16
  61.     Top = 16
  62.     Width = 257
  63.     Height = 89
  64.     Caption = ' Rayon '
  65.     ItemIndex = 0
  66.     Items.Strings = (
  67.       'Faible'
  68.       'Moyen'
  69.       'Elev'#233)
  70.     TabOrder = 3
  71.     OnClick = RGClick
  72.   end
  73.   object TBSeuil: TTrackBar
  74.     Left = 10
  75.     Top = 136
  76.     Width = 268
  77.     Height = 33
  78.     Max = 254
  79.     Orientation = trHorizontal
  80.     PageSize = 16
  81.     Frequency = 16
  82.     Position = 0
  83.     SelEnd = 0
  84.     SelStart = 0
  85.     TabOrder = 4
  86.     ThumbLength = 15
  87.     TickMarks = tmBottomRight
  88.     TickStyle = tsAuto
  89.     OnChange = TBSeuilChange
  90.   end
  91. end
  92.