?? 罐基礎沉降計算.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 + -