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

📄 server1.~dfm

📁 delphi 完全原代码,可以在d7 and windows xp下编译通过
💻 ~DFM
字号:
object Form1: TForm1
  Left = 218
  Top = 202
  Width = 344
  Height = 114
  Caption = 'server'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 44
    Height = 13
    Caption = #31471#21475#21495#65306
  end
  object Button1: TButton
    Left = 216
    Top = 16
    Width = 75
    Height = 25
    Caption = #21551#21160
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 216
    Top = 48
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 1
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 72
    Top = 16
    Width = 121
    Height = 21
    ReadOnly = True
    TabOrder = 2
  end
  object ServerSocket1: TServerSocket
    Active = False
    Port = 1019
    ServerType = stNonBlocking
    OnClientRead = ServerSocket1ClientRead
    Left = 96
    Top = 48
  end
end

⌨️ 快捷键说明

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