Files

24 lines
587 B
Plaintext
Raw Permalink Normal View History

2026-04-19 22:48:53 +01:00
VERSION 5.00
Begin {C62A69F0-16DC-11CE-9E98-00AA00574A4F} Tiromort
Caption = "Calculadora Tiro Morteiro"
ClientHeight = 6480
ClientLeft = 108
ClientTop = 456
ClientWidth = 8916.001
OleObjectBlob = "Tiromort.frx":0000
StartUpPosition = 1 'CenterOwner
End
Attribute VB_Name = "Tiromort"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub CommandButton1_Click()
Unload Tiromort
Menu.Show
End Sub
Private Sub Label1_Click()
End Sub