📄 jguangbo.dfm
字号:
object jGuangbof: TjGuangbof
Left = 336
Top = 235
BorderStyle = bsNone
Caption = '接收学生屏幕信息'
ClientHeight = 348
ClientWidth = 536
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
OnClose = FormClose
OnKeyDown = FormKeyDown
OnKeyUp = FormKeyUp
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 0
Top = 0
Width = 536
Height = 348
Align = alClient
Center = True
PopupMenu = PopupMenu1
OnMouseDown = Image1MouseDown
OnMouseMove = Image1MouseMove
OnMouseUp = Image1MouseUp
end
object Label1: TLabel
Left = 8
Top = 8
Width = 216
Height = 16
Alignment = taCenter
Caption = '接收示范教学...按F11关闭!'
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -16
Font.Name = '宋体'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
Layout = tlCenter
OnMouseDown = Label1MouseDown
OnMouseMove = Label1MouseMove
OnMouseUp = Label1MouseUp
end
object PopupMenu1: TPopupMenu
OnPopup = PopupMenu1Popup
Left = 176
Top = 96
end
object VCLUnZip1: TVCLUnZip
Left = 208
Top = 96
end
object DxTimer1: TThreadedTimer
Interval = 1
OnTimer = DXTimer1Timer
Left = 264
Top = 72
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -