📄 form2.frm
字号:
VERSION 5.00
Begin VB.Form Form2
Caption = "Form2"
ClientHeight = 6705
ClientLeft = 60
ClientTop = 345
ClientWidth = 8955
LinkTopic = "Form2"
ScaleHeight = 6705
ScaleWidth = 8955
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton Command1
Caption = "Carregar Figura"
Height = 480
Left = 6720
TabIndex = 0
Top = 5535
Width = 1590
End
Begin VB.Image Image1
Height = 5295
Left = 30
Stretch = -1 'True
Top = -15
Width = 7935
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form1.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -