📄 logdatamain.dfm
字号:
object FrmLogData: TFrmLogData
Left = 260
Top = 103
Width = 347
Height = 69
Caption = 'UDP LOG Server'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Label3: TLabel
Left = 8
Top = 8
Width = 77
Height = 13
Caption = 'Current LogFile :'
end
object Label4: TLabel
Left = 8
Top = 24
Width = 46
Height = 13
Caption = 'LbLogFile'
end
object NMUDP: TNMUDP
RemotePort = 0
LocalPort = 10000
ReportLevel = 1
OnDataReceived = NMUDPDataReceived
Left = 224
Top = 8
end
object Timer1: TTimer
Interval = 3000
OnTimer = Timer1Timer
Left = 184
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -