uchildwin.dfm
来自「C++网络间谍源码」· DFM 代码 · 共 94 行
DFM
94 行
object MDIChild1: TMDIChild1
Left = 190
Top = 104
Width = 808
Height = 607
Caption = 'MDIChild'
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIChild
Menu = MainMenu1
OldCreateOrder = False
Position = poDefault
Visible = True
OnClose = FormClose
OnHide = FormHide
OnKeyUp = FormKeyUp
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 0
Top = 0
Width = 800
Height = 543
Align = alClient
Center = True
Stretch = True
OnMouseDown = Image1MouseDown
OnMouseMove = Image1MouseMove
OnMouseUp = Image1MouseUp
end
object StatusBar1: TStatusBar
Left = 0
Top = 543
Width = 800
Height = 18
Panels = <
item
Width = 150
end
item
Width = 50
end>
SimplePanel = False
end
object PopupMenu1: TPopupMenu
Left = 64
Top = 24
object N2: TMenuItem
Caption = '全屏显示'
Checked = True
ShortCut = 16454
OnClick = N2Click
end
object N3: TMenuItem
Caption = '保存图象'
ShortCut = 16467
OnClick = N3Click
end
object N4: TMenuItem
Caption = '-'
end
object N1: TMenuItem
Caption = '下一幅'
ShortCut = 16466
end
end
object Timer1: TTimer
Enabled = False
Interval = 3000
OnTimer = Timer1Timer
Left = 88
Top = 64
end
object MainMenu1: TMainMenu
Left = 128
Top = 40
object Process1: TMenuItem
Caption = 'Process'
GroupIndex = 3
object ProcessList1: TMenuItem
Caption = 'Process List'
end
object ProcessKill1: TMenuItem
Caption = 'Process Kill'
end
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?