📄 罐基础沉降计算.frm
字号:
VERSION 5.00
Begin VB.Form MainFrm
Caption = "罐基础沉降计算"
ClientHeight = 5790
ClientLeft = 1635
ClientTop = 3120
ClientWidth = 11355
Icon = "罐基础沉降计算.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
ScaleHeight = 5790
ScaleWidth = 11355
Begin VB.Menu 文件
Caption = "文件"
Begin VB.Menu 资料读取
Caption = "资料读取"
Begin VB.Menu 钻孔位置及孔口标高
Caption = "钻孔位置及孔口标高"
End
Begin VB.Menu 地层名称
Caption = "地层名称"
End
Begin VB.Menu 地层压缩模量
Caption = "地层压缩模量"
End
End
Begin VB.Menu 资料存档
Caption = "资料存档"
End
Begin VB.Menu 退出
Caption = "退出"
End
End
Begin VB.Menu 计算
Caption = "计算"
Begin VB.Menu 沉降计算
Caption = "沉降计算"
End
Begin VB.Menu 计算存档
Caption = "计算存档"
End
End
Begin VB.Menu 绘图
Caption = "绘图"
Begin VB.Menu 沉降平面绘图
Caption = "沉降平面绘图"
End
Begin VB.Menu 沉降剖面绘图
Caption = "沉降剖面绘图"
End
Begin VB.Menu 计算转为CAD数据
Caption = "计算转为CAD数据"
End
End
Begin VB.Menu 帮助
Caption = "帮助"
Begin VB.Menu 关于
Caption = "关于"
End
End
End
Attribute VB_Name = "MainFrm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub 帮助_Click()
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -