getdrive.dfm
来自「Delphi高级程序开发配书源代码,可以循序渐进的学习Delphi.」· DFM 代码 · 共 120 行
DFM
120 行
object Form1: TForm1
Left = 315
Top = 224
Width = 472
Height = 323
Caption = #30913#30424#20449#24687
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 48
Top = 192
Width = 72
Height = 13
Caption = #27599#26063#25159#21306#25968#65306
end
object lbSectorOfCluster: TLabel
Left = 144
Top = 192
Width = 32
Height = 13
Caption = 'Label1'
end
object Label3: TLabel
Left = 288
Top = 192
Width = 60
Height = 13
Caption = #26377#25928#31354#38388#65306
end
object lbFreeSpace: TLabel
Left = 360
Top = 192
Width = 60
Height = 13
Caption = 'lbFreeSpace'
end
object Label5: TLabel
Left = 36
Top = 216
Width = 84
Height = 13
Caption = #27599#25159#21306#23383#33410#25968#65306
end
object lbByteOfSector: TLabel
Left = 144
Top = 216
Width = 26
Height = 13
Caption = 'Label'
end
object Label7: TLabel
Left = 256
Top = 216
Width = 84
Height = 13
Caption = #24635#30340#30913#30424#31354#38388#65306
end
object lbTotalSpace: TLabel
Left = 360
Top = 216
Width = 63
Height = 13
Caption = 'lbTotalSpace'
end
object Label9: TLabel
Left = 60
Top = 240
Width = 60
Height = 13
Caption = #31354#26063#25968#30446#65306
end
object lbFreeCluster: TLabel
Left = 144
Top = 240
Width = 26
Height = 13
Caption = 'Label'
end
object Label11: TLabel
Left = 72
Top = 264
Width = 48
Height = 13
Caption = #24635#26063#25968#65306
end
object lbTotalCluster: TLabel
Left = 144
Top = 264
Width = 64
Height = 13
Caption = 'lbTotalCluster'
end
object btnGetDriveType: TButton
Left = 32
Top = 8
Width = 97
Height = 33
Caption = #33719#24471#30913#30424#20449#24687
TabOrder = 0
OnClick = btnGetDriveTypeClick
end
object lbDrives: TListBox
Left = 32
Top = 48
Width = 409
Height = 129
ItemHeight = 13
TabOrder = 1
OnDblClick = lbDriveClick
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?