home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / Chip_2004-03_cd1.bin / tema / siggis / siGGis.exe / 0 / RCDATA / TFMON / TFMON.txt < prev   
Text File  |  2002-02-12  |  3KB  |  141 lines

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