logdatamain.dfm

来自「乐都SQL版传奇全套代码,绝对可编译」· DFM 代码 · 共 47 行

DFM
47
字号
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 + =
减小字号Ctrl + -
显示快捷键?