📄 form1.frm
字号:
VERSION 5.00
Object = "*\AProjPicBtn.vbp"
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 1500
ClientLeft = 60
ClientTop = 345
ClientWidth = 3360
LinkTopic = "Form1"
ScaleHeight = 1500
ScaleWidth = 3360
StartUpPosition = 3 'Windows Default
Begin Project1.picButton picButton1
Height = 645
Left = 120
TabIndex = 0
Top = 240
Width = 2895
_ExtentX = 5106
_ExtentY = 1138
Picture = "Form1.frx":0000
Caption = " 我是一个测试用的按钮!"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub picButton1_Click()
MsgBox picButton1.Caption
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -