This commit is contained in:
louiscklaw
2025-01-31 19:22:22 +08:00
parent cd17b58401
commit 1d3678b2fb
46 changed files with 738 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
VERSION 5.00
Begin {C62A69F0-16DC-11CE-9E98-00AA00574A4F} HelloworldForm
Caption = "UserForm1"
ClientHeight = 3015
ClientLeft = 120
ClientTop = 465
ClientWidth = 4560
OleObjectBlob = "HelloworldForm.frx":0000
StartUpPosition = 1 'CenterOwner
End
Attribute VB_Name = "HelloworldForm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub CommandButton1_Click()
MsgBox "Hello, World aaaaa11111!"
End Sub