home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form Kbcfrm
- BackColor = &H00C0C0C0&
- Caption = "Kb Status Indicator"
- ClientHeight = 4020
- ClientLeft = 1155
- ClientTop = 1755
- ClientWidth = 7365
- Height = 4425
- Left = 1095
- LinkMode = 1 'Source
- LinkTopic = "Form2"
- ScaleHeight = 4020
- ScaleWidth = 7365
- Top = 1410
- Width = 7485
- Begin KBStat1 KBStat1
- BackColor = &H00C0C0C0&
- Height = 765
- Index = 0
- Left = 150
- Style = 0 '3D Convex
- Top = 3120
- Width = 7095
- End
- Begin Clock1 Clock1
- Alarm_Hr = 0
- Alarm_Min = 0
- AlarmEnable = 0 'False
- BackColor = &H00000000&
- FontName = "MS Sans Serif"
- FontSize = 9.75
- ForeColor = &H000000FF&
- Height = 390
- HideSecs = 0 'False
- Left = 5445
- TimeFormat = 0 '24 Hour
- TimeLabel = 0 'AM/PM
- TimerMode = 0 'False
- TimeZone = 0
- Top = 2535
- Width = 1710
- End
- Begin TextBox Text1
- BackColor = &H00FFFFFF&
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 1710
- Left = 285
- MultiLine = -1 'True
- TabIndex = 0
- Top = 435
- Width = 6840
- End
- defint a-z
- Sub Form_Load ()
- CenterForm KBCFrm
- text1.text = "Type here as in a major input control....(use the KB Lock keys)."
- End Sub
- Sub Form_Paint ()
- ConvexFrm KBCFrm, 4
- ConcaveCtl Clock1, 4
- ConcaveCtl text1, 3
- End Sub
-