You are on page 1of 9

VERSION 5.00 Begin VB.

Form Form1 Caption = "Form1" ClientHeight = 4110 ClientLeft = 60 ClientTop = 420 ClientWidth = 9870 LinkTopic = "Form1" ScaleHeight = 4110 ScaleWidth = 9870 StartUpPosition = 3 'Windows Default Begin VB.CommandButton Command1 Caption = "Q" Height = 615 Left = 240 TabIndex = 1 Top = 240 Width = 615 End Begin VB.CommandButton Command2 Caption = "W" Height = 615 Left = 1200 TabIndex = 2 Top = 240 Width = 615 End Begin VB.CommandButton Command3 Caption = "E" Height = 615 Left = 2160 TabIndex = 3 Top = 240 Width = 615 End Begin VB.CommandButton Command4 Caption = "R" Height = 615 Left = 3120 TabIndex = 4 Top = 240 Width = 615 End Begin VB.CommandButton Command5 Caption = "T" Height = 615 Left = 4080 TabIndex = 5 Top = 240 Width = 615 End Begin VB.CommandButton Command6 Caption = "Y" Height = 615 Left = 5040 TabIndex = 6 Top = 240 Width = 615 End Begin VB.CommandButton Command7

Caption Height Left TabIndex Top Width

= = = = = =

"U" 615 6000 7 240 615 Command8 "I" 615 6960 8 240 615 Command9 "O" 615 7920 9 240 615 Command10 "P" 615 8880 10 240 615 Command11 "A" 615 240 11 1200 615 Command12 "S" 615 1200 12 1200 615 Command13 "D" 615 2160 13 1200 615 Command14 "F" 615 3120 14

End Begin VB.CommandButton Caption = Height = Left = TabIndex = Top = Width = End Begin VB.CommandButton Caption = Height = Left = TabIndex = Top = Width = End Begin VB.CommandButton Caption = Height = Left = TabIndex = Top = Width = End Begin VB.CommandButton Caption = Height = Left = TabIndex = Top = Width = End Begin VB.CommandButton Caption = Height = Left = TabIndex = Top = Width = End Begin VB.CommandButton Caption = Height = Left = TabIndex = Top = Width = End Begin VB.CommandButton Caption = Height = Left = TabIndex =

Top Width

= =

1200 615 Command15 "G" 615 4080 15 1200 615 Command16 "H" 615 5040 16 1200 615 Command17 "J" 615 6000 17 1200 615 Command18 "K" 615 6960 18 1200 615 Command19 "L" 615 7920 19 1200 615 Command20 ";" 615 8880 20 1200 615 Command21 "Z" 615 240 21 2160 615 Command22

End Begin VB.CommandButton Caption = Height = Left = TabIndex = Top = Width = End Begin VB.CommandButton Caption = Height = Left = TabIndex = Top = Width = End Begin VB.CommandButton Caption = Height = Left = TabIndex = Top = Width = End Begin VB.CommandButton Caption = Height = Left = TabIndex = Top = Width = End Begin VB.CommandButton Caption = Height = Left = TabIndex = Top = Width = End Begin VB.CommandButton Caption = Height = Left = TabIndex = Top = Width = End Begin VB.CommandButton Caption = Height = Left = TabIndex = Top = Width = End Begin VB.CommandButton

Caption Height Left TabIndex Top Width

= = = = = =

"X" 615 1200 22 2160 615 Command23 "C" 615 2160 23 2160 615 Command24 "V" 615 3120 24 2160 615 Command25 "B" 615 4080 25 2160 615 Command26 "N" 615 5040 26 2160 615 Command27 "M" 615 6000 27 2160 615 Command28 "," 615 6960 28 2160 615 Command29 "." 615 7920 29

End Begin VB.CommandButton Caption = Height = Left = TabIndex = Top = Width = End Begin VB.CommandButton Caption = Height = Left = TabIndex = Top = Width = End Begin VB.CommandButton Caption = Height = Left = TabIndex = Top = Width = End Begin VB.CommandButton Caption = Height = Left = TabIndex = Top = Width = End Begin VB.CommandButton Caption = Height = Left = TabIndex = Top = Width = End Begin VB.CommandButton Caption = Height = Left = TabIndex = Top = Width = End Begin VB.CommandButton Caption = Height = Left = TabIndex =

Top Width

= =

2160 615

End Begin VB.CommandButton Command30 Caption = "/" Height = 615 Left = 8880 TabIndex = 30 Top = 2160 Width = 615 End Begin VB.CommandButton Command31 Caption = "Alt" Height = 615 Left = 8160 TabIndex = 31 Top = 3120 Width = 1215 End Begin VB.CommandButton Command32 Caption = "Ctrl" Height = 615 Left = 360 TabIndex = 32 Top = 3120 Width = 1215 End Begin VB.CommandButton Command33 Height = 615 Left = 1920 TabIndex = 33 Top = 3120 Width = 5895 End Begin VB.PictureBox Picture1 Height = 3735 Left = 120 ScaleHeight = 3675 ScaleWidth = 9435 TabIndex = 0 Top = 120 Width = 9495 End End Attribute VB_Name = "Form1" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Private Sub Command1_Click() If KeyCode = vbKeyQ Then cmdQ.BankColor = vbGreen If KeyCode = vbKeyQ Then cmdQ.BankColor = vbButtonFace End Sub Private Sub Command10_Click() If KeyCode = vsKeyP Then cmdP.BankColor = vbGreen If KeyCode = vbKeyP Then cmdP.BankColor = vbButtonFace End Sub

Private Sub Command11_Click() If KeyCode = vsKeyA Then cmdA.BankColor = vbGreen If KeyCode = vbKeyA Then cmdA.BankColor = vbButtonFace End Sub Private Sub Command12_Click() If KeyCode = vsKeyS Then cmdS.BankColor = vbGreen If KeyCode = vbKeyS Then cmdS.BankColor = vbButtonFace End Sub Private Sub Command13_Click() If KeyCode = vsKeyD Then cmdD.BankColor = vbGreen If KeyCode = vbKeyD Then cmdD.BankColor = vbButtonFace Iace If KeyCode = vbAltMask Then cmdAlt.BankColor = vbButtonFace End Sub Private Sub Command14_Click() If KeyCode = vsKeyF Then cmdF.BankColor = vbGreen If KeyCode = vbKeyF Then cmdF.BankColor = vbButtonFace End Sub Private Sub Command15_Click() If KeyCode = vsKeyG Then cmdG.BankColor = vbGreen If KeyCode = vbKeyG Then cmdG.BankColor = vbButtonFace End Sub Private Sub Command16_Click() If KeyCode = vsKeyH Then cmdH.BankColor = vbGreen If KeyCode = vbKeyH Then cmdH.BankColor = vbButtonFace End Sub Private Sub Command17_Click() If KeyCode = vsKeyJ Then cmdJ.BankColor = vbGreen If KeyCode = vbKeyJ Then cmdJ.BankColor = vbButtonFace End Sub Private Sub Command18_Click() If KeyCode = vsKeyK Then cmdK.BankColor = vbGreen If KeyCode = vbKeyK Then cmdK.BankColor = vbButtonFace End Sub Private Sub Command19_Click() If KeyCode = vsKeyL Then cmdL.BankColor = vbGreen If KeyCode = vbKeyL Then cmdL.BankColor = vbButtonFace End Sub Private Sub Command2_Click() If KeyCode = vbKeyW Then cmdW.BankColor = vbGreen If KeyCode = vbKeyW Then cmdW.BankColor = vbButtonFace

End Sub Private Sub Command20_Click() If KeyCode = 192 Then cmdPuntoYComa.BankColor = vbGreen If KeyCode = 192 Then cmdPuntoYComa.BankColor = vbButtonFace End Sub Private Sub Command21_Click() If KeyCode = vsKeyZ Then cmdZ.BankColor = vbGreen If KeyCode = vbKeyZ Then cmdZ.BankColor = vbButtonFace End Sub Private Sub Command22_Click() If KeyCode = vsKeyX Then cmdX.BankColor = vbGreen If KeyCode = vbKeyX Then cmdX.BankColor = vbButtonFace End Sub Private Sub Command23_Click() If KeyCode = vsKeyC Then cmdC.VankColor = vbGreen If KeyCode = vbKeyC Then cmdC.BankColor = vbButtonFace End Sub Private Sub Command24_Click() If KeyCode = vsKeyV Then cmdV.VankColor = vbGreen If KeyCode = vbKeyV Then cmdV.BankColor = vbButtonFace End Sub Private Sub Command25_Click() If KeyCode = vsKeyB Then cmdB.VankColor = vbGreen If KeyCode = vbKeyB Then cmdB.BankColor = vbButtonFace End Sub Private Sub Command26_Click() If KeyCode = vsKeyN Then cmdN.BankColor = vbGreen If KeyCode = vbKeyN Then cmdN.BankColor = vbButtonFace End Sub Private Sub Command27_Click() If KeyCode = vsKeyM Then cmdM.BankColor = vbGreen If KeyCode = vbKeyM Then cmdM.BankColor = vbButtonFace End Sub Private Sub Command28_Click() If KeyCode = 188 Then cmdComa.BankColor = vbGreen If KeyCode = 188 Then cmdComa.BankColor = vbButtonFace End Sub Private Sub Command29_Click() If KeyCode = 190 Then cmdPunto.BankColor = vbGreen If KeyCode = 190 Then cmdPunto.BankColor = vbButtonFace

End Sub Private Sub Command3_Click() If KeyCode = vbKeyE Then cmdE.BankColor = vbGreen If KeyCode = vbKeyE Then cmdE.BankColor = vbButtonFace End Sub Private Sub Command30_Click() If KeyCode = 111 Then cmdPunto.BankColor = vbGeen If KeyCode = 111 Then cmdSlash.BankColor = vbButtonFace End Sub Private Sub Command31_Click() If Shift = vbAltMask Then cmdAlt.BankColor = vbGreen If KeyCode = vbAltMask Then cmdAlt.BankColor = vbButtonFace End Sub Private Sub Command32_Click() If KeyCode = vbKeyControl Then cmdCtrl.BankColor = vbGreen If KeyCode = vbKeyControl Then cmdCtrl.BankColor = vbButtonFace End Sub Private Sub Command33_Click() If KeyCode = vbKeySpace Then cmdBarra.BankColor = vbGreen If KeyCode = vbKeySpace Then cmdBarra.BankColor = vbButtonFace End Sub Private Sub Command4_Click() If KeyCode = vbKeyR Then cmdR.BankColor = vbGreen If KeyCode = vbKeyR Then cmdR.BankColor = vbButtonFace End Sub Private Sub Command5_Click() If KeyCode = vsKeyT Then cmdT.BankColor = vbGreen If KeyCode = vbKeyT Then cmdT.BankColor = vbButtonFace End Sub Private Sub Command6_Click() If KeyCode = vsKeyY Then cmdY.BankColor = vbGreen If KeyCode = vbKeyY Then cmdY.BankColor = vbButtonFace End Sub Private Sub Command7_Click() If KeyCode = vsKeyU Then cmdU.BankColor = vbGreen If KeyCode = vbKeyU Then cmdU.BankColor = vbButtonFace End Sub Private Sub Command8_Click() If KeyCode = vsKeyI Then cmdI.BankColor = vbGreen If KeyCode = vbKeyI Then cmdI.BankColor = vbButtonFace

End Sub Private Sub Command9_Click() If KeyCode = vsKeyO Then cmdO.BankColor = vbGreen If KeyCode = vbKeyO Then cmdO.BankColor = vbButtonFace End Sub

You might also like