This commit is contained in:
2026-04-19 22:48:53 +01:00
commit 7d269cbe87
185 changed files with 4622 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
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