📄 unit7.dfm
字号:
object XCKH: TXCKH
Left = 222
Top = 160
Width = 585
Height = 363
Caption = #24033#35270
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 577
Height = 329
Align = alClient
Color = clWhite
TabOrder = 0
object Image: TImage
Left = 1
Top = 1
Width = 575
Height = 327
Align = alClient
PopupMenu = PopupMenu1
end
end
object kz: TClientSocket
Active = False
ClientType = ctNonBlocking
Port = 7603
OnRead = kzRead
Left = 56
Top = 16
end
object PopupMenu1: TPopupMenu
Left = 104
Top = 16
object N1: TMenuItem
Caption = #21047#26032
OnClick = N1Click
end
object N2: TMenuItem
Caption = #20840#23631
end
object N3: TMenuItem
Caption = #24674#22797
end
object N4: TMenuItem
Caption = #20851#38381
OnClick = N4Click
end
end
object Timer1: TTimer
Interval = 500
OnTimer = Timer1Timer
Left = 152
Top = 16
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -