【VB开源代码栏目提醒】:网学会员VB开源代码为您提供小灰狗.FRM参考,解决您在小灰狗.FRM学习中工作中的难题,参考学习。
VERSION 5.00
Begin VB.Form Form1
Caption = "小灰狗"
ClientHeight = 1350
ClientLeft = 60
ClientTop = 345
ClientWidth = 2820
LinkTopic = "Form1"
ScaleHeight = 1350
ScaleWidth = 2820
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "跟小灰狗招手"
Height = 375
Left = 600
TabIndex = 0
Top = 840
Width = 1455
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()
MsgBox "汪汪!!"
End Sub