frmdiskprops.frm
来自「大量优秀的vb编程」· FRM 代码 · 共 61 行
FRM
61 行
VERSION 5.00
Begin VB.Form frmdiskprops
BorderStyle = 3 'Fixed Dialog
Caption = "Properties"
ClientHeight = 3900
ClientLeft = 2205
ClientTop = 2310
ClientWidth = 6075
Icon = "frmdiskprops.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3900
ScaleWidth = 6075
ShowInTaskbar = 0 'False
Begin VB.PictureBox picUsed
Height = 375
Left = 90
ScaleHeight = 315
ScaleWidth = 5835
TabIndex = 0
Top = 3450
Width = 5895
End
Begin VB.Label lbltype
AutoSize = -1 'True
BackColor = &H00000000&
BackStyle = 0 'Transparent
Height = 195
Left = 60
TabIndex = 3
Top = 570
Width = 45
End
Begin VB.Label lblfileys
AutoSize = -1 'True
BackColor = &H00000000&
BackStyle = 0 'Transparent
Height = 195
Left = 60
TabIndex = 2
Top = 330
Width = 45
End
Begin VB.Label lblname
AutoSize = -1 'True
BackColor = &H00000000&
BackStyle = 0 'Transparent
Height = 195
Left = 60
TabIndex = 1
Top = 90
Width = 45
End
End
Attribute VB_Name = "frmdiskprops"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?