📄 form2.frm
字号:
VERSION 5.00
Begin VB.Form Form2
Caption = "QQ2008"
ClientHeight = 6705
ClientLeft = 11685
ClientTop = 465
ClientWidth = 3000
MaxButton = 0 'False
ScaleHeight = 6705
ScaleWidth = 3000
Begin VB.Label Label2
BackStyle = 0 'Transparent
Height = 2775
Left = 600
TabIndex = 1
Top = 1920
Width = 2055
End
Begin VB.Line Line1
BorderColor = &H000000FF&
BorderWidth = 3
X1 = 480
X2 = 2640
Y1 = 2280
Y2 = 2280
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Height = 255
Left = 840
TabIndex = 0
Top = 120
Width = 855
End
Begin VB.Image Image1
Height = 7065
Left = 0
Picture = "Form2.frx":0000
Top = -360
Width = 3015
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Label1.Caption = Form1.Text1.Text
End Sub
Private Sub Form_Unload(Cancel As Integer)
End
End Sub
Private Sub Label2_DblClick()
Form3.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -