⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 syslogserverenterprise.~dfm

📁 此软件是一个 日志服务器
💻 ~DFM
字号:
object SysLogFrm: TSysLogFrm
  Left = 550
  Top = 178
  Width = 723
  Height = 486
  Caption = 'SysLogFrm'
  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
  OnResize = FormResize
  PixelsPerInch = 96
  TextHeight = 13
  object quit_btn: TButton
    Left = 608
    Top = 8
    Width = 75
    Height = 25
    Caption = 'quit'
    TabOrder = 0
    OnClick = quit_btnClick
  end
  object start_btn: TButton
    Left = 16
    Top = 8
    Width = 75
    Height = 25
    Caption = 'start_btn'
    TabOrder = 1
    OnClick = start_btnClick
  end
  object stop_btn: TButton
    Left = 136
    Top = 8
    Width = 75
    Height = 25
    Caption = 'stop_btn'
    TabOrder = 2
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 433
    Width = 715
    Height = 19
    Panels = <
      item
        Width = 200
      end
      item
        Width = 200
      end
      item
        Width = 200
      end>
  end
  object setup_btn: TButton
    Left = 272
    Top = 8
    Width = 75
    Height = 25
    Caption = 'setup_btn'
    TabOrder = 4
  end
  object MsgView_memo: TMemo
    Left = 8
    Top = 40
    Width = 689
    Height = 385
    Color = clMenuText
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWhite
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    Lines.Strings = (
      '')
    ParentFont = False
    ScrollBars = ssBoth
    TabOrder = 5
  end
  object SysLogServer: TIdSyslogServer
    Active = True
    BufferSize = 80192
    Bindings = <
      item
        IP = '172.16.0.15'
        Port = 514
      end>
    OnSyslog = SysLogServerSyslog
    Left = 576
    Top = 8
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -