【VB开源代码栏目提醒】:网学会员为广大网友收集整理了,Ex5_1.frm,希望对大家有所帮助!
VERSION 5.00
Begin VB.Form Ex5_1
Caption = "Form1"
ClientHeight = 2250
ClientLeft = 60
ClientTop = 450
ClientWidth = 4335
LinkTopic = "Form1"
ScaleHeight = 2250
ScaleWidth = 4335
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "显示"
Height = 375
Left = 1200
TabIndex = 0
Top = 1320
Width = 1335
End
Begin VB.Label Label1
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 360
TabIndex = 1
Top = 360
Width = 3735
End
End
Attribute VB_Name = "Ex5_1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Label1.Caption = "这是“显示”按钮单击事件"
End Sub
Private Sub Form_Click()
Call Command1_Click '调用Command1_Click事件
End Sub
上一篇:
Ex4_6.frm
下一篇:
法律专业开题报告范文