?? form1.frm
字號(hào):
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 = " 我是一個(gè)測(cè)試用的按鈕!"
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
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -