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

📄 u_server.~dfm

📁 delphi 完全原代码,可以在d7 and windows xp下编译通过
💻 ~DFM
字号:
object F_Server: TF_Server
  Left = 311
  Top = 231
  Width = 420
  Height = 365
  Caption = 'Chat Server'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 412
    Height = 331
    Align = alClient
    BevelOuter = bvNone
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 128
      Width = 121
      Height = 13
      Caption = #26381#21153#22120#25910#21040#20449#24687#65306
    end
    object Label2: TLabel
      Left = 18
      Top = 17
      Width = 119
      Height = 13
      Caption = #26381#21153#22120#36830#25509#20449#24687#65306
    end
    object Memo1: TMemo
      Left = 16
      Top = 32
      Width = 377
      Height = 89
      ReadOnly = True
      TabOrder = 0
    end
    object Memo2: TMemo
      Left = 16
      Top = 144
      Width = 377
      Height = 177
      ReadOnly = True
      ScrollBars = ssVertical
      TabOrder = 1
    end
  end
  object ServerSocket1: TServerSocket
    Active = False
    Port = 1024
    ServerType = stNonBlocking
    OnClientConnect = ServerSocket1ClientConnect
    OnClientDisconnect = ServerSocket1ClientDisconnect
    OnClientRead = ServerSocket1ClientRead
    Left = 296
  end
end

⌨️ 快捷键说明

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