📄 unit1.~dfm
字号:
object Form1: TForm1
Left = 192
Top = 108
Width = 563
Height = 299
Caption = 'Disk Info--HCH'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 232
Width = 52
Height = 13
Caption = 'Disk index:'
end
object Button1: TButton
Left = 24
Top = 8
Width = 177
Height = 33
Caption = 'Get Disk Count'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 24
Top = 176
Width = 177
Height = 33
Caption = 'Get Disk Info'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 24
Top = 56
Width = 177
Height = 33
Caption = 'Get Computer ID'
TabOrder = 2
OnClick = Button3Click
end
object Edit1: TEdit
Left = 88
Top = 230
Width = 65
Height = 21
TabOrder = 3
Text = '1'
end
object Button4: TButton
Left = 24
Top = 104
Width = 177
Height = 33
Caption = 'Get Controller Type'
TabOrder = 4
OnClick = Button4Click
end
object GroupBox1: TGroupBox
Left = 224
Top = 8
Width = 321
Height = 249
Caption = 'Disk Info'
TabOrder = 5
object Memo1: TMemo
Left = 2
Top = 15
Width = 317
Height = 232
Align = alClient
ScrollBars = ssVertical
TabOrder = 0
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -