unit_main.~dfm
来自「设备管理器。就像Window的设备管理器一样。源码来自网络」· ~DFM 代码 · 共 89 行
~DFM
89 行
object Form1: TForm1
Left = 192
Top = 114
Width = 523
Height = 480
Caption = 'Device Manager'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 14
object TreeView1: TTreeView
Left = 0
Top = 0
Width = 515
Height = 446
Align = alClient
HideSelection = False
HotTrack = True
Images = ImageList1
Indent = 19
ParentShowHint = False
ReadOnly = True
RightClickSelect = True
ShowHint = True
TabOrder = 0
OnChange = TreeView1Change
OnDeletion = TreeView1Deletion
OnMouseDown = TreeView1MouseDown
end
object Panel1: TPanel
Left = 112
Top = 216
Width = 313
Height = 41
TabOrder = 1
Visible = False
end
object ImageList1: TImageList
Left = 352
Top = 192
end
object PopupMenu1: TPopupMenu
Left = 200
Top = 136
object N1: TMenuItem
Caption = #21551#29992
Enabled = False
OnClick = N1Click
end
object N2: TMenuItem
Caption = #31105#29992
Enabled = False
OnClick = N2Click
end
object N3: TMenuItem
Caption = #24377#20986
Enabled = False
OnClick = N3Click
end
object N7: TMenuItem
Caption = '-'
end
object N6: TMenuItem
Caption = #26597#35810#20449#24687
Enabled = False
OnClick = N6Click
end
object N8: TMenuItem
Caption = #26174#31034#38544#34255#35774#22791
OnClick = N8Click
end
object N4: TMenuItem
Caption = '-'
end
object N5: TMenuItem
Caption = #21047#26032
OnClick = N5Click
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?