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

📄 chat.~dfm

📁 局域网聊天的小程序,适合学习.http连接
💻 ~DFM
字号:
object Form1: TForm1
  Left = 169
  Top = 112
  Width = 625
  Height = 375
  ActiveControl = Memo2
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = Button1Click
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 32
    Top = 0
    Width = 60
    Height = 12
    Caption = #36828#31243#26426#22120'IP'
  end
  object Label2: TLabel
    Left = 208
    Top = 0
    Width = 48
    Height = 12
    Caption = #36828#31243#31471#21475
  end
  object Label3: TLabel
    Left = 320
    Top = 0
    Width = 48
    Height = 12
    Caption = #26412#22320#31471#21475
  end
  object Label4: TLabel
    Left = 64
    Top = 56
    Width = 66
    Height = 12
    Caption = #25910#21040#30340#20449#24687':'
  end
  object Label5: TLabel
    Left = 48
    Top = 208
    Width = 66
    Height = 12
    Caption = #21457#36865#30340#20449#24687':'
  end
  object Edit1: TEdit
    Left = 32
    Top = 16
    Width = 129
    Height = 20
    TabOrder = 0
    Text = '127.0.0.1'
  end
  object Edit2: TEdit
    Left = 184
    Top = 16
    Width = 105
    Height = 20
    TabOrder = 1
    Text = '5000'
  end
  object Edit3: TEdit
    Left = 304
    Top = 16
    Width = 97
    Height = 20
    TabOrder = 2
    Text = '5000'
  end
  object Memo1: TMemo
    Left = 40
    Top = 72
    Width = 457
    Height = 121
    TabOrder = 3
  end
  object Memo2: TMemo
    Left = 40
    Top = 232
    Width = 457
    Height = 105
    Lines.Strings = (
      #25104#21151#21568'!!!!!!!!!!!!'
      'hihihihiii')
    TabOrder = 4
  end
  object Button1: TButton
    Left = 504
    Top = 40
    Width = 73
    Height = 25
    Caption = #30830#35748#20462#25913
    TabOrder = 5
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 528
    Top = 264
    Width = 73
    Height = 25
    Caption = #21457#36865#20449#24687
    TabOrder = 6
    OnClick = Button2Click
  end
  object TcpServer1: TTcpServer
    OnAccept = TcpServer1Accept
    Left = 448
    Top = 8
  end
  object TcpClient1: TTcpClient
    Left = 392
    Top = 16
  end
end

⌨️ 快捷键说明

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