📄 form2.frm
字号:
VERSION 5.00
Begin VB.Form Form2
BackColor = &H80000013&
Caption = "主窗体"
ClientHeight = 5220
ClientLeft = 165
ClientTop = 855
ClientWidth = 8310
LinkTopic = "Form2"
Picture = "Form2.frx":0000
ScaleHeight = 5220
ScaleWidth = 8310
StartUpPosition = 3 '窗口缺省
Begin VB.Label Label3
BackColor = &H80000013&
BackStyle = 0 'Transparent
Caption = "制作人:张丽丽"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 1800
TabIndex = 2
Top = 4200
Width = 1935
End
Begin VB.Label Label2
BackColor = &H80000013&
BackStyle = 0 'Transparent
Caption = "用通讯录记住每一个身边的人"
BeginProperty Font
Name = "宋体"
Size = 26.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 600
TabIndex = 1
Top = 2760
Width = 7095
End
Begin VB.Label Label1
BackColor = &H80000018&
BackStyle = 0 'Transparent
Caption = "不忘朋友,"
BeginProperty Font
Name = "宋体"
Size = 26.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 720
TabIndex = 0
Top = 1200
Width = 6495
End
Begin VB.Menu menu
Caption = "< 文 件 > "
Begin VB.Menu new
Caption = "新建"
End
Begin VB.Menu see
Caption = "浏览"
End
End
Begin VB.Menu gongneng
Caption = "< 功 能 > "
Begin VB.Menu add
Caption = "添加"
End
Begin VB.Menu delete
Caption = "删除"
End
Begin VB.Menu search
Caption = "查询"
End
End
Begin VB.Menu exit
Caption = "< 退 出 >"
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub add_Click()
Form1.Show
End Sub
Private Sub delete_Click()
Form1.Show
End Sub
Private Sub exit_Click()
End
End Sub
Private Sub new_Click()
Form1.Show
End Sub
Private Sub search_Click()
Form1.Show
End Sub
Private Sub see_Click()
Form1.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -