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

📄 unit1.dfm.~3~

📁 delphi+socket通讯的例子
💻 ~3~
字号:
object Form1: TForm1
  Left = 0
  Top = 0
  Caption = #26381#21153#31471
  ClientHeight = 378
  ClientWidth = 559
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 338
    Top = 259
    Width = 48
    Height = 13
    Caption = #26381#21153#31471#21475
  end
  object Edit1: TEdit
    Left = 392
    Top = 256
    Width = 121
    Height = 21
    TabOrder = 0
    Text = '1987'
  end
  object Button1: TButton
    Left = 472
    Top = 312
    Width = 75
    Height = 25
    Caption = #24320#22987#30417#21548
    TabOrder = 1
    OnClick = Button1Click
  end
  object Ztailan: TStatusBar
    Left = 0
    Top = 359
    Width = 559
    Height = 19
    Panels = <
      item
        Width = 100
      end
      item
        Width = 50
      end>
  end
  object GroupBox1: TGroupBox
    Left = 368
    Top = 0
    Width = 191
    Height = 250
    Caption = #26085#24535
    TabOrder = 3
    object Memo1: TMemo
      Left = 2
      Top = 15
      Width = 187
      Height = 233
      Align = alClient
      TabOrder = 0
    end
  end
  object ServerSocket1: TServerSocket
    Active = False
    Port = 0
    ServerType = stNonBlocking
    OnClientConnect = ServerSocket1ClientConnect
    OnClientDisconnect = ServerSocket1ClientDisconnect
    Left = 336
    Top = 296
  end
end

⌨️ 快捷键说明

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