frmdatadiskexportwait.frm
来自「自来水公司的一个管理系统」· FRM 代码 · 共 47 行
FRM
47 行
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmDatadiskExportWait
BorderStyle = 1 'Fixed Single
Caption = "正在生成数据磁盘..."
ClientHeight = 1680
ClientLeft = 45
ClientTop = 330
ClientWidth = 5910
Icon = "frmDatadiskExportWait.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1680
ScaleWidth = 5910
StartUpPosition = 1 '所有者中心
Begin VB.CommandButton cmdCancel
Caption = "取消"
Height = 360
Left = 4755
TabIndex = 1
Top = 1080
Width = 960
End
Begin MSComctlLib.ProgressBar ProgressBar1
Height = 285
Left = 195
TabIndex = 0
Top = 1125
Width = 4275
_ExtentX = 7541
_ExtentY = 503
_Version = 393216
Appearance = 1
End
End
Attribute VB_Name = "frmDatadiskExportWait"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub cmdCancel_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?