📄 frminfo.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmInfo
BorderStyle = 3 'Fixed Dialog
ClientHeight = 960
ClientLeft = 5700
ClientTop = 5085
ClientWidth = 5145
ControlBox = 0 'False
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 960
ScaleWidth = 5145
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Begin MSComctlLib.ProgressBar ProgressBar1
Height = 240
Left = 240
TabIndex = 1
Top = 600
Width = 4575
_ExtentX = 8070
_ExtentY = 423
_Version = 393216
BorderStyle = 1
Appearance = 0
Max = 1000
Scrolling = 1
End
Begin VB.Label Label1
Caption = "正在下载PLC数据,请稍候......"
Height = 255
Left = 840
TabIndex = 0
Top = 240
Width = 3615
End
End
Attribute VB_Name = "frmInfo"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -