📄 frmmdi.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.MDIForm frmmdi
BackColor = &H8000000C&
Caption = "汽车设计"
ClientHeight = 10080
ClientLeft = 165
ClientTop = 735
ClientWidth = 12780
LinkTopic = "MDIForm1"
StartUpPosition = 3 '窗口缺省
WindowState = 2 'Maximized
Begin MSComctlLib.StatusBar StatusBar1
Align = 2 'Align Bottom
Height = 375
Left = 0
TabIndex = 0
Top = 9705
Width = 12780
_ExtentX = 22543
_ExtentY = 661
_Version = 393216
BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628}
NumPanels = 3
BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628}
AutoSize = 1
Object.Width = 16933
Text = "status"
TextSave = "status"
EndProperty
BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Style = 6
AutoSize = 2
TextSave = "2004-9-29"
EndProperty
BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Style = 5
AutoSize = 2
TextSave = "16:57"
EndProperty
EndProperty
End
Begin VB.Menu mnudata
Caption = "资料数据库"
Begin VB.Menu mnudatafdj
Caption = "发动机资料库"
End
Begin VB.Menu mnudatabsq
Caption = "变速器资料库"
End
Begin VB.Menu mnudataxg
Caption = "悬挂资料库"
End
End
Begin VB.Menu mnuhelp
Caption = "Help"
Begin VB.Menu mnuhelphelp
Caption = "软件说明"
End
Begin VB.Menu mnuhelpintro
Caption = "使用说明"
End
End
End
Attribute VB_Name = "frmmdi"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub mnudatafdj_Click()
VBSelect.Show
End Sub
Private Sub mnuhelphelp_Click()
frmAbout.Show
End Sub
Private Sub mnuhelpintro_Click()
help0.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -