📄 dotdata.frm
字号:
VERSION 5.00
Begin VB.Form DotData
Caption = "逐点的信息"
ClientHeight = 960
ClientLeft = 60
ClientTop = 345
ClientWidth = 7830
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 960
ScaleWidth = 7830
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command1
Caption = "确定"
Height = 375
Left = 5880
TabIndex = 1
Top = 240
Width = 1455
End
Begin VB.Label Label1
Height = 375
Left = 240
TabIndex = 0
Top = 360
Width = 5415
End
End
Attribute VB_Name = "DotData"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Command1_Click()
Unload Me
End Sub
Private Sub Form_Load()
Label1.Caption = strDotData
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -