📄 frmdisk.frm
字号:
VERSION 5.00
Begin VB.Form frmDisk
BorderStyle = 1 'Fixed Single
Caption = "HDD Information"
ClientHeight = 8850
ClientLeft = 2610
ClientTop = 1020
ClientWidth = 9615
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Icon = "frmDisk.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
ScaleHeight = 8850
ScaleWidth = 9615
Begin VB.CommandButton cmdAboutMe
Caption = "About Me"
Height = 615
Left = 6240
TabIndex = 48
Top = 4560
Width = 1335
End
Begin VB.TextBox txtAdvancedInfo
BeginProperty Font
Name = "Courier New"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 2415
Left = 4560
MultiLine = -1 'True
ScrollBars = 3 'Both
TabIndex = 47
Top = 6240
Width = 4935
End
Begin VB.ComboBox cboPrimaryMaster
Height = 315
Left = 120
TabIndex = 32
Top = 5760
Width = 3255
End
Begin VB.TextBox txtFree
Height = 285
Left = 8040
TabIndex = 31
Top = 6840
Visible = 0 'False
Width = 255
End
Begin VB.TextBox txtUsed
Height = 285
Left = 7800
TabIndex = 30
Top = 6600
Visible = 0 'False
Width = 255
End
Begin VB.PictureBox picGraph
BorderStyle = 0 'None
Height = 3375
Left = 4440
ScaleHeight = 3375
ScaleWidth = 5055
TabIndex = 29
Top = 120
Width = 5055
End
Begin VB.CommandButton cmdShowInfo
Caption = "Show Graph"
Height = 615
Left = 4680
TabIndex = 1
Top = 4560
Width = 1455
End
Begin VB.ComboBox cboDrives
Height = 315
Left = 120
TabIndex = 0
Top = 120
Width = 3255
End
Begin VB.Label Label11
Caption = "Firmware:"
Height = 255
Left = 120
TabIndex = 46
Top = 6600
Width = 735
End
Begin VB.Label lblFirmware
Height = 255
Left = 1440
TabIndex = 45
Top = 6600
Width = 2895
End
Begin VB.Label Label22
Caption = "Model:"
Height = 255
Left = 120
TabIndex = 44
Top = 6960
Width = 735
End
Begin VB.Label lblModelo
Height = 255
Left = 1440
TabIndex = 43
Top = 6960
Width = 2895
End
Begin VB.Label Label12
Caption = "Serial Number:"
Height = 255
Left = 120
TabIndex = 42
Top = 7320
Width = 1095
End
Begin VB.Label lblSerialN
Height = 255
Left = 1440
TabIndex = 41
Top = 7320
Width = 2895
End
Begin VB.Label Label13
Caption = "Cilinders:"
Height = 255
Left = 120
TabIndex = 40
Top = 7680
Width = 1095
End
Begin VB.Label lblCilinders
Height = 255
Left = 1440
TabIndex = 39
Top = 7680
Width = 2895
End
Begin VB.Label Label14
Caption = "Heads:"
Height = 255
Left = 120
TabIndex = 38
Top = 8040
Width = 1095
End
Begin VB.Label lblHeads
Height = 255
Left = 1440
TabIndex = 37
Top = 8040
Width = 2895
End
Begin VB.Label Label15
Caption = "SecPerTrack:"
Height = 255
Left = 120
TabIndex = 36
Top = 8400
Width = 1095
End
Begin VB.Label lblSecPerTrack
Height = 255
Left = 1440
TabIndex = 35
Top = 8400
Width = 2895
End
Begin VB.Label Label16
Caption = "Type:"
Height = 255
Left = 120
TabIndex = 34
Top = 6240
Width = 855
End
Begin VB.Label lblType
Height = 255
Left = 1440
TabIndex = 33
Top = 6240
Width = 2895
End
Begin VB.Label lblINFO0
Caption = "Basic information of Disks:"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 120
TabIndex = 28
Top = 600
Width = 3735
End
Begin VB.Label lblINFO
Caption = "Additional information of Disks:"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 120
TabIndex = 27
Top = 5400
Width = 4335
End
Begin VB.Label Label2
Caption = "Sector per Cluster:"
Height = 255
Left = 120
TabIndex = 26
Top = 3720
Width = 1455
End
Begin VB.Label Label3
Caption = "Bytes per Sectors:"
Height = 255
Left = 120
TabIndex = 25
Top = 4080
Width = 1455
End
Begin VB.Label Label7
Caption = "Free Clusters:"
Height = 255
Left = 120
TabIndex = 24
Top = 4440
Width = 1335
End
Begin VB.Label Label8
Caption = "Total Clusters:"
Height = 255
Left = 120
TabIndex = 23
Top = 4800
Width = 1455
End
Begin VB.Label lblSectorPerClusters
Height = 255
Left = 2040
TabIndex = 22
Top = 3720
Width = 2295
End
Begin VB.Label lblBytesPerClusters
Height = 255
Left = 2040
TabIndex = 21
Top = 4080
Width = 2295
End
Begin VB.Label lblFreeCluster
Height = 255
Left = 2040
TabIndex = 20
Top = 4440
Width = 2295
End
Begin VB.Label lblTotalClusters
Height = 255
Left = 2040
TabIndex = 19
Top = 4800
Width = 2295
End
Begin VB.Label lblPercentUsed
Alignment = 1 'Right Justify
Height = 255
Left = 3120
TabIndex = 18
Top = 1800
Width = 855
End
Begin VB.Label lblPercentFree
Alignment = 1 'Right Justify
Height = 255
Left = 3120
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -