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

  1. object OndeForm: TOndeForm
  2.   Left = 241
  3.   Top = 208
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Ondulation'
  7.   ClientHeight = 232
  8.   ClientWidth = 314
  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 LblPeriode: TLabel
  24.     Left = 16
  25.     Top = 16
  26.     Width = 36
  27.     Height = 13
  28.     Caption = 'P'#233'riode'
  29.   end
  30.   object LblAmplitude: TLabel
  31.     Left = 16
  32.     Top = 72
  33.     Width = 46
  34.     Height = 13
  35.     Caption = 'Amplitude'
  36.   end
  37.   object TBPeriode: TTrackBar
  38.     Left = 8
  39.     Top = 32
  40.     Width = 297
  41.     Height = 25
  42.     Max = 60
  43.     Min = 3
  44.     Orientation = trHorizontal
  45.     PageSize = 3
  46.     Frequency = 3
  47.     Position = 12
  48.     SelEnd = 0
  49.     SelStart = 0
  50.     TabOrder = 0
  51.     ThumbLength = 15
  52.     TickMarks = tmBottomRight
  53.     TickStyle = tsAuto
  54.     OnChange = TBPeriodeChange
  55.   end
  56.   object TBAmplitude: TTrackBar
  57.     Left = 8
  58.     Top = 88
  59.     Width = 297
  60.     Height = 25
  61.     Max = 60
  62.     Min = 3
  63.     Orientation = trHorizontal
  64.     PageSize = 3
  65.     Frequency = 3
  66.     Position = 15
  67.     SelEnd = 0
  68.     SelStart = 0
  69.     TabOrder = 1
  70.     ThumbLength = 15
  71.     TickMarks = tmBottomRight
  72.     TickStyle = tsAuto
  73.     OnChange = TBAmplitudeChange
  74.   end
  75.   object BAnnuler: TButton
  76.     Left = 224
  77.     Top = 192
  78.     Width = 75
  79.     Height = 25
  80.     Cancel = True
  81.     Caption = 'Annuler'
  82.     TabOrder = 2
  83.     OnClick = BAnnulerClick
  84.   end
  85.   object BOk: TButton
  86.     Left = 144
  87.     Top = 192
  88.     Width = 75
  89.     Height = 25
  90.     Caption = 'Ok'
  91.     Default = True
  92.     TabOrder = 3
  93.     OnClick = BOkClick
  94.   end
  95.   object BApercu: TButton
  96.     Left = 16
  97.     Top = 192
  98.     Width = 75
  99.     Height = 25
  100.     Caption = 'Aper'#231'u'
  101.     TabOrder = 4
  102.     OnClick = BApercuClick
  103.   end
  104.   object CBHoriz: TRadioButton
  105.     Left = 16
  106.     Top = 128
  107.     Width = 185
  108.     Height = 17
  109.     Caption = 'Axe horizontal'
  110.     Checked = True
  111.     TabOrder = 5
  112.     TabStop = True
  113.   end
  114.   object CBVerti: TRadioButton
  115.     Left = 16
  116.     Top = 144
  117.     Width = 193
  118.     Height = 17
  119.     Caption = 'Axe vertical'
  120.     TabOrder = 6
  121.   end
  122. end
  123.