home *** CD-ROM | disk | FTP | other *** search
/ Freelog 29 / Freelog029.iso / BestOf / WinForce / WinForce.exe / 0 / RCDATA / TFREQUENCE / TFREQUENCE.txt
Text File  |  2001-02-04  |  2KB  |  83 lines

  1. object Frequence: TFrequence
  2.   Left = -276
  3.   Top = -267
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Frequence'
  6.   ClientHeight = 110
  7.   ClientWidth = 155
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnKeyDown = TrackKeyDown
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 39
  26.     Height = 13
  27.     Caption = 'Frequen'
  28.   end
  29.   object Track: TTrackBar
  30.     Left = 0
  31.     Top = 32
  32.     Width = 151
  33.     Height = 41
  34.     Max = 90
  35.     Orientation = trHorizontal
  36.     Frequency = 1
  37.     Position = 60
  38.     SelEnd = 0
  39.     SelStart = 0
  40.     TabOrder = 0
  41.     ThumbLength = 20
  42.     TickMarks = tmBoth
  43.     TickStyle = tsAuto
  44.     OnChange = TrackChange
  45.     OnKeyDown = TrackKeyDown
  46.   end
  47.   object Button2: TButton
  48.     Left = 80
  49.     Top = 78
  50.     Width = 65
  51.     Height = 25
  52.     Caption = 'Button1'
  53.     TabOrder = 2
  54.     OnClick = Button2Click
  55.   end
  56.   object Button1: TButton
  57.     Left = 8
  58.     Top = 78
  59.     Width = 65
  60.     Height = 25
  61.     Caption = 'Button1'
  62.     TabOrder = 1
  63.     OnClick = Button1Click
  64.     OnKeyDown = TrackKeyDown
  65.   end
  66.   object Panel1: TPanel
  67.     Left = 5
  68.     Top = 7
  69.     Width = 144
  70.     Height = 98
  71.     BevelWidth = 5
  72.     Caption = 'OK (10 . . .)'
  73.     TabOrder = 3
  74.     Visible = False
  75.     OnClick = Panel1Click
  76.   end
  77.   object Timer1: TTimer
  78.     OnTimer = Timer1Timer
  79.     Left = 56
  80.     Top = 32
  81.   end
  82. end
  83.