📄 dependviewmain.dfm
字号:
object MainForm: TMainForm
Left = 192
Top = 107
Width = 544
Height = 375
Caption = 'Dependency Viewer'
Color = clAppWorkSpace
Constraints.MinHeight = 250
Constraints.MinWidth = 350
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIForm
Menu = MainMenu
OldCreateOrder = False
Position = poDefault
ShowHint = True
Visible = True
WindowMenu = Window1
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object CoolBar1: TCoolBar
Left = 0
Top = 0
Width = 536
Height = 26
AutoSize = True
Bands = <
item
Control = ToolBar1
ImageIndex = -1
MinHeight = 22
Width = 532
end>
Color = clBtnFace
ParentColor = False
OnResize = CoolBar1Resize
object ToolBar1: TToolBar
Left = 9
Top = 0
Width = 519
Height = 22
AutoSize = True
Caption = 'ToolBar1'
EdgeBorders = []
Flat = True
Images = ToolbarImagesList
TabOrder = 0
object ToolButton1: TToolButton
Left = 0
Top = 0
Action = Open1
end
object ToolButton10: TToolButton
Left = 23
Top = 0
Width = 8
Caption = 'ToolButton10'
ImageIndex = 18
Style = tbsSeparator
end
object ToolButton8: TToolButton
Left = 31
Top = 0
Action = Copy1
end
object ToolButton9: TToolButton
Left = 54
Top = 0
Action = Save1
end
object ToolButton6: TToolButton
Left = 77
Top = 0
Action = Find1
end
object ToolButton7: TToolButton
Left = 100
Top = 0
Width = 8
Caption = 'ToolButton7'
ImageIndex = 19
Style = tbsSeparator
end
object ToolButton2: TToolButton
Left = 108
Top = 0
Action = DumpPe1
end
object ToolButton12: TToolButton
Left = 131
Top = 0
Action = Win32Help1
end
object ToolButton11: TToolButton
Left = 154
Top = 0
Width = 8
Caption = 'ToolButton11'
ImageIndex = 18
Style = tbsSeparator
end
object ToolButton3: TToolButton
Left = 162
Top = 0
Action = WindowCascade1
end
object ToolButton4: TToolButton
Left = 185
Top = 0
Action = WindowTileHorizontal1
end
object ToolButton5: TToolButton
Left = 208
Top = 0
Action = WindowTileVertical1
end
end
end
object StatusBar: TStatusBar
Left = 0
Top = 310
Width = 536
Height = 19
Panels = <
item
Width = 50
end>
SimplePanel = False
end
object MainMenu: TMainMenu
Images = ToolbarImagesList
Left = 8
Top = 272
object File1: TMenuItem
Caption = 'File'
object Open2: TMenuItem
Action = Open1
end
object Save2: TMenuItem
Action = Save1
end
object N3: TMenuItem
Caption = '-'
end
object DumpPEfile1: TMenuItem
Action = DumpPe1
end
object N1: TMenuItem
Caption = '-'
end
object Exit2: TMenuItem
Action = Exit1
end
end
object Edit1: TMenuItem
Caption = 'Edit'
object Copy2: TMenuItem
Action = Copy1
end
object Selectall2: TMenuItem
Action = SelectAll1
end
object N4: TMenuItem
Caption = '-'
end
object Findtext1: TMenuItem
Action = Find1
end
end
object Window1: TMenuItem
Caption = 'Window'
object Cascade1: TMenuItem
Action = WindowCascade1
end
object TileHorizontally1: TMenuItem
Action = WindowTileHorizontal1
end
object TileVertically1: TMenuItem
Action = WindowTileVertical1
end
end
object Help1: TMenuItem
Caption = 'Help'
object Win32helpkeyword1: TMenuItem
Action = Win32Help1
end
object N2: TMenuItem
Caption = '-'
end
object Sendamessage1: TMenuItem
Action = SendMail1
end
object About2: TMenuItem
Action = About1
end
end
end
object ActionList1: TActionList
Images = ToolbarImagesList
Left = 40
Top = 272
object Exit1: TAction
Caption = 'Exit'
Hint = 'Exit application'
ImageIndex = 2
OnExecute = Exit1Execute
end
object Open1: TAction
Caption = 'Open...'
Hint = 'Open a file'
ImageIndex = 0
ShortCut = 16463
OnExecute = Open1Execute
end
object WindowCascade1: TWindowCascade
Category = 'Window'
Caption = 'Cascade'
Hint = 'Cascade'
ImageIndex = 5
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -