home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 February / Chip_2003-02_cd1.bin / tema / siggis / siGGis.exe / 0 / RCDATA / TFMON / TFMON.txt
Text File  |  2001-12-03  |  3KB  |  138 lines

  1. object FMon: TFMon
  2.   Left = 99
  3.   Top = 287
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Monitor'
  6.   ClientHeight = 226
  7.   ClientWidth = 104
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   OnHide = FormHide
  14.   OnResize = FormResize
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object GroupBox2: TGroupBox
  19.     Left = 0
  20.     Top = 117
  21.     Width = 105
  22.     Height = 81
  23.     Caption = 'Event'
  24.     TabOrder = 6
  25.     object Label1: TLabel
  26.       Left = 4
  27.       Top = 20
  28.       Width = 60
  29.       Height = 13
  30.       Caption = 'Interval/sec:'
  31.     end
  32.   end
  33.   object BitBtn1: TBitBtn
  34.     Left = 0
  35.     Top = 0
  36.     Width = 52
  37.     Height = 25
  38.     Caption = 'Run'
  39.     Font.Color = clBlack
  40.     Font.Height = -12
  41.     Font.Name = 'Arial'
  42.     Font.Style = []
  43.     ParentFont = False
  44.     TabOrder = 0
  45.     OnClick = BitBtn1Click
  46.   end
  47.   object BitBtn2: TBitBtn
  48.     Left = 53
  49.     Top = 0
  50.     Width = 52
  51.     Height = 25
  52.     Caption = 'Stop'
  53.     Enabled = False
  54.     TabOrder = 1
  55.     OnClick = BitBtn2Click
  56.   end
  57.   object GroupBox1: TGroupBox
  58.     Left = 0
  59.     Top = 25
  60.     Width = 105
  61.     Height = 89
  62.     Caption = 'Disable'
  63.     TabOrder = 2
  64.     object B1: TCheckBox
  65.       Left = 5
  66.       Top = 16
  67.       Width = 97
  68.       Height = 17
  69.       Caption = 'Centre'
  70.       TabOrder = 0
  71.       OnClick = B1Click
  72.     end
  73.     object B2: TCheckBox
  74.       Left = 5
  75.       Top = 32
  76.       Width = 97
  77.       Height = 17
  78.       Caption = 'Blink'
  79.       TabOrder = 1
  80.       OnClick = B2Click
  81.     end
  82.     object B3: TCheckBox
  83.       Left = 5
  84.       Top = 48
  85.       Width = 97
  86.       Height = 17
  87.       Caption = 'Beep'
  88.       TabOrder = 2
  89.       OnClick = B3Click
  90.     end
  91.     object B4: TCheckBox
  92.       Left = 5
  93.       Top = 64
  94.       Width = 97
  95.       Height = 17
  96.       Caption = 'Refresh'
  97.       TabOrder = 3
  98.       OnClick = B4Click
  99.     end
  100.   end
  101.   object MaskEdit1: TMaskEdit
  102.     Left = 72
  103.     Top = 136
  104.     Width = 29
  105.     Height = 21
  106.     EditMask = '!9999;1;_'
  107.     MaxLength = 4
  108.     TabOrder = 3
  109.     Text = '3   '
  110.     OnExit = MaskEdit1Exit
  111.   end
  112.   object BitBtn3: TBitBtn
  113.     Left = 0
  114.     Top = 200
  115.     Width = 105
  116.     Height = 25
  117.     Caption = 'Reset project'
  118.     TabOrder = 4
  119.     OnClick = BitBtn3Click
  120.   end
  121.   object B5: TCheckBox
  122.     Left = 5
  123.     Top = 168
  124.     Width = 97
  125.     Height = 17
  126.     Caption = 'List Event'
  127.     TabOrder = 5
  128.     OnClick = B5Click
  129.   end
  130.   object Timer1: TTimer
  131.     Enabled = False
  132.     Interval = 3000
  133.     OnTimer = Timer1Timer
  134.     Left = 80
  135.     Top = 32
  136.   end
  137. end
  138.