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

📄 mainfrm.dfm

📁 工廠採購管理系統
💻 DFM
字号:
object ChatInfo: TChatInfo
  Left = 384
  Top = 208
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsDialog
  Caption = 'ZhaoSoft ChatServer'
  ClientHeight = 309
  ClientWidth = 399
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  object ShapeTitle: TShape
    Left = 0
    Top = 0
    Width = 399
    Height = 49
    Align = alTop
  end
  object BottomBevel: TBevel
    Left = 0
    Top = 53
    Width = 404
    Height = 2
    Shape = bsBottomLine
  end
  object ClientCountLabel: TLabel
    Left = 7
    Top = 18
    Width = 78
    Height = 12
    Caption = #22312#32447#29992#25143#65306'  0'
    Color = clCream
    ParentColor = False
  end
  object btnReset: TSpeedButton
    Left = 300
    Top = 12
    Width = 89
    Height = 22
    Caption = #21021#22987#21270
    Flat = True
    OnClick = btnResetClick
  end
  object MemoMsg: TMemo
    Left = 0
    Top = 49
    Width = 399
    Height = 260
    Align = alClient
    Color = clInactiveBorder
    ReadOnly = True
    ScrollBars = ssVertical
    TabOrder = 0
    OnDblClick = MemoMsgDblClick
  end
  object UDPServer: TIdUDPServer
    Active = True
    BroadcastEnabled = True
    Bindings = <>
    DefaultPort = 8849
    OnUDPRead = UDPServerUDPRead
    Left = 120
    Top = 56
  end
  object UDPClient: TIdUDPClient
    BroadcastEnabled = True
    Port = 0
    Left = 152
    Top = 56
  end
end

⌨️ 快捷键说明

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