📄 frmenumeratedllsunit.dfm
字号:
object frmEnumerateDLLs: TfrmEnumerateDLLs
Left = 431
Top = 263
Width = 369
Height = 303
BorderIcons = [biSystemMenu, biMaximize]
Caption = 'Enumerate DLL'#39's'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label2: TLabel
Left = 0
Top = 0
Width = 361
Height = 13
Align = alTop
Alignment = taCenter
Caption = 'Symbols'
end
object TreeView1: TTreeView
Left = 0
Top = 13
Width = 361
Height = 216
Align = alClient
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Courier'
Font.Style = []
HideSelection = False
Indent = 19
ParentFont = False
PopupMenu = pmSymbol
ReadOnly = True
RowSelect = True
TabOrder = 0
OnDblClick = TreeView1DblClick
end
object Panel1: TPanel
Left = 0
Top = 229
Width = 361
Height = 40
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
DesignSize = (
361
40)
object Button1: TButton
Left = 142
Top = 7
Width = 75
Height = 25
Anchors = [akBottom]
Caption = 'Close'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 0
Top = 24
Width = 75
Height = 17
Caption = 'Cancel Enum'
TabOrder = 1
OnClick = Button2Click
end
end
object FindDialog1: TFindDialog
Options = [frDown, frDisableMatchCase, frDisableUpDown, frDisableWholeWord]
OnFind = FindDialog1Find
Left = 8
Top = 48
end
object ActionList1: TActionList
Left = 8
Top = 16
object Find: TAction
Caption = 'Find'
ShortCut = 16454
OnExecute = FindExecute
end
end
object pmSymbol: TPopupMenu
Left = 184
Top = 120
object Find1: TMenuItem
Action = Find
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -