📄 dialog.frm
字号:
VERSION 5.00
Begin VB.Form Dialog
AutoRedraw = -1 'True
Caption = "正在格式化 C:\ 盘"
ClientHeight = 2490
ClientLeft = 2775
ClientTop = 3765
ClientWidth = 4695
ControlBox = 0 'False
Icon = "Dialog.frx":0000
LinkTopic = "Form1"
ScaleHeight = 2490
ScaleWidth = 4695
Begin VB.PictureBox Picture1
AutoRedraw = -1 'True
BackColor = &H80000009&
Height = 495
Left = 480
ScaleHeight = 29
ScaleMode = 3 'Pixel
ScaleWidth = 245
TabIndex = 2
Top = 600
Width = 3735
End
Begin VB.CommandButton CancelButton
Caption = "取消"
Height = 375
Left = 3240
TabIndex = 1
Top = 1920
Width = 1215
End
Begin VB.CommandButton OKButton
Caption = "确定"
Height = 375
Left = 3240
TabIndex = 0
Top = 1440
Width = 1215
End
End
Attribute VB_Name = "Dialog"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -