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

📄 chat.dfm

📁 局域网聊天的小程序,适合学习.http连接
💻 DFM
字号:
object Form1: TForm1
  Left = 202
  Top = 119
  Width = 496
  Height = 551
  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 = 8
    Top = 48
    Width = 66
    Height = 12
    Caption = #25910#21040#30340#20449#24687':'
  end
  object Label5: TLabel
    Left = 8
    Top = 256
    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 = '500'
  end
  object Edit3: TEdit
    Left = 304
    Top = 16
    Width = 97
    Height = 20
    TabOrder = 2
    Text = '450'
  end
  object Memo1: TMemo
    Left = 8
    Top = 64
    Width = 377
    Height = 185
    ScrollBars = ssVertical
    TabOrder = 3
  end
  object Memo2: TMemo
    Left = 8
    Top = 272
    Width = 369
    Height = 89
    Lines.Strings = (
      #25104#21151#21568'!!!!!!!!!!!!'
      'hihihihiii')
    ScrollBars = ssVertical
    TabOrder = 4
  end
  object Button1: TButton
    Left = 400
    Top = 16
    Width = 73
    Height = 25
    Caption = #30830#35748#20462#25913
    TabOrder = 5
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 392
    Top = 296
    Width = 73
    Height = 25
    Caption = #21457#36865#20449#24687
    TabOrder = 6
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 392
    Top = 120
    Width = 73
    Height = 25
    Caption = #28165#31354
    TabOrder = 7
    OnClick = Button3Click
  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 + -