frmresult.frm
来自「采用VB编写」· FRM 代码 · 共 40 行
FRM
40 行
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form frmResult
Caption = "中桩计算结果"
ClientHeight = 7425
ClientLeft = 60
ClientTop = 450
ClientWidth = 5610
LinkTopic = "Form1"
Moveable = 0 'False
ScaleHeight = 7425
ScaleWidth = 5610
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame1
Caption = "中桩计算结果"
Height = 7215
Left = 120
TabIndex = 0
Top = 120
Width = 5415
Begin MSFlexGridLib.MSFlexGrid MSFlexGrid1
Height = 6735
Left = 120
TabIndex = 1
Top = 360
Width = 5175
_ExtentX = 9128
_ExtentY = 11880
_Version = 393216
End
End
End
Attribute VB_Name = "frmResult"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?