Skip to content

Commit

Permalink
Saco algunos comandos GMs del menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyr0X committed Jul 9, 2021
1 parent 83e51d0 commit c41b78c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CODIGO/MenuGM.frm
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ Begin VB.Form MenuGM
BackColor = &H00000000&
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 4680
ClientHeight = 2535
ClientLeft = 0
ClientTop = 0
ClientWidth = 1950
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 312
ScaleHeight = 169
ScaleMode = 3 'Pixel
ScaleWidth = 130
ShowInTaskbar = 0 'False
Expand Down Expand Up @@ -214,7 +214,7 @@ Begin VB.Form MenuGM
Begin VB.Label OpcionLbl
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "ECHAR"
Caption = "REVIVIR"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Expand Down Expand Up @@ -409,7 +409,7 @@ Private Sub OpcionImg_Click(Index As Integer)
Case 4
Call ParseUserCommand("/INV " & TargetName)
Case 5
Call ParseUserCommand("/ECHAR " & TargetName)
Call ParseUserCommand("/REVIVIR " & TargetName)
Case 6
Call ParseUserCommand("/CONSULTA " & TargetName)
Case 7
Expand Down

0 comments on commit c41b78c

Please sign in to comment.