u_server.dfm

来自「delphi 完全原代码,可以在d7 and windows xp下编译通过」· DFM 代码 · 共 68 行

DFM
68
字号
object F_Server: TF_Server
  Left = 311
  Top = 231
  Width = 420
  Height = 365
  Caption = #26381#21153#22120
  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 = 96
      Height = 13
      Caption = #26381#21153#22120#25910#21040#20449#24687#65306
    end
    object Label2: TLabel
      Left = 18
      Top = 17
      Width = 96
      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 + =
减小字号Ctrl + -
显示快捷键?