frmdata.frm
来自「com口接收数剧的源码程序,接收来自scanner的信号」· FRM 代码 · 共 43 行
FRM
43 行
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "msflxgrd.ocx"
Begin VB.Form FrmData
Caption = "Data Form"
ClientHeight = 3345
ClientLeft = 4545
ClientTop = 5040
ClientWidth = 5730
LinkTopic = "Form1"
ScaleHeight = 3345
ScaleWidth = 5730
Begin VB.CommandButton Command1
Caption = "Close"
Height = 375
Left = 2160
TabIndex = 1
Top = 2880
Width = 1215
End
Begin MSFlexGridLib.MSFlexGrid GridData
Height = 2655
Left = 120
TabIndex = 0
Top = 120
Width = 5535
_ExtentX = 9763
_ExtentY = 4683
_Version = 393216
End
End
Attribute VB_Name = "FrmData"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
Private Sub GridData_Click()
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?