📄 form2.frm
字号:
VERSION 5.00
Begin VB.Form Form2
Caption = "Form2"
ClientHeight = 4290
ClientLeft = 60
ClientTop = 345
ClientWidth = 6195
FillColor = &H80000007&
LinkTopic = "Form2"
ScaleHeight = 4290
ScaleWidth = 6195
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame1
BackColor = &H80000007&
Caption = "跟踪雷达监示器"
ForeColor = &H8000000E&
Height = 4215
Left = 0
TabIndex = 0
Top = 0
Width = 6255
Begin VB.Label Label3
AutoSize = -1 'True
BackColor = &H80000012&
Caption = "Label3"
ForeColor = &H8000000E&
Height = 180
Left = 240
TabIndex = 3
Top = 1320
Width = 540
End
Begin VB.Label Label2
AutoSize = -1 'True
BackColor = &H80000012&
Caption = "Label2"
ForeColor = &H8000000E&
Height = 180
Left = 240
TabIndex = 2
Top = 840
Width = 540
End
Begin VB.Label Label1
AutoSize = -1 'True
BackColor = &H80000012&
Caption = "目标位置:"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H8000000E&
Height = 240
Left = 360
TabIndex = 1
Top = 360
Width = 1200
End
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()
Label2.Caption = Form1.Label3.Caption
Label3.Caption = Form1.Label4.Caption
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -