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

📄 unit1.dfm

📁 实现局部网及时聊天等很多功能,包括视频
💻 DFM
字号:
object Form1: TForm1
  Left = 255
  Top = 98
  Width = 713
  Height = 564
  AutoSize = True
  Caption = #32043#38738#23616#22495#32593#32842#22825#23458#25143#31471
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 705
    Height = 49
    Caption = #30331#24405#26381#21153#22120
    TabOrder = 0
    object Label6: TLabel
      Left = 9
      Top = 21
      Width = 58
      Height = 13
      Caption = #26381#21153#22120'IP'#65306
    end
    object Label7: TLabel
      Left = 216
      Top = 20
      Width = 72
      Height = 13
      Caption = #26381#21153#22120#31471#21475#65306
    end
    object editHost: TEdit
      Left = 79
      Top = 16
      Width = 121
      Height = 21
      TabOrder = 0
      Text = '192.168.1.200'
    end
    object editPort: TEdit
      Left = 307
      Top = 15
      Width = 121
      Height = 21
      TabOrder = 1
      Text = '6060'
    end
    object btnLogin: TButton
      Left = 476
      Top = 13
      Width = 75
      Height = 25
      Caption = #30331' '#24405
      TabOrder = 2
      OnClick = btnloginClick
    end
    object btnOut: TButton
      Left = 592
      Top = 14
      Width = 75
      Height = 25
      Caption = #36864' '#20986
      Enabled = False
      TabOrder = 3
      OnClick = btnOutClick
    end
  end
  object GroupBox2: TGroupBox
    Left = 544
    Top = 56
    Width = 161
    Height = 329
    Caption = #29992#25143#21015#34920
    TabOrder = 1
    object lbUser: TListBox
      Left = 8
      Top = 16
      Width = 145
      Height = 305
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ItemHeight = 13
      ParentFont = False
      TabOrder = 0
    end
  end
  object GroupBox3: TGroupBox
    Left = 0
    Top = 56
    Width = 529
    Height = 273
    Caption = #32842#22825#35760#24405
    TabOrder = 2
    object memoTalkInfo: TMemo
      Left = 8
      Top = 16
      Width = 513
      Height = 249
      ReadOnly = True
      ScrollBars = ssVertical
      TabOrder = 0
    end
  end
  object GroupBox4: TGroupBox
    Left = 0
    Top = 392
    Width = 705
    Height = 145
    Caption = #31995#32479#26085#24535
    TabOrder = 3
    object memoSystemInfo: TMemo
      Left = 8
      Top = 16
      Width = 689
      Height = 121
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clRed
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      ScrollBars = ssVertical
      TabOrder = 0
    end
  end
  object GroupBox5: TGroupBox
    Left = 0
    Top = 336
    Width = 529
    Height = 49
    Caption = #21457#36865#20449#24687
    TabOrder = 4
    object editMessage: TEdit
      Left = 128
      Top = 16
      Width = 313
      Height = 21
      TabOrder = 0
    end
    object cbUser: TComboBox
      Left = 8
      Top = 16
      Width = 105
      Height = 21
      ItemHeight = 13
      TabOrder = 1
    end
    object btnSend: TButton
      Left = 448
      Top = 14
      Width = 75
      Height = 25
      Caption = #21457' '#36865
      Enabled = False
      TabOrder = 2
      OnClick = btnSendClick
    end
  end
  object tcpClient: TIdTCPClient
    MaxLineAction = maException
    ReadTimeout = 0
    Port = 0
    Left = 240
    Top = 128
  end
  object tcpServer: TIdTCPServer
    Bindings = <>
    CommandHandlers = <>
    DefaultPort = 0
    Greeting.NumericCode = 0
    MaxConnectionReply.NumericCode = 0
    OnConnect = tcpServerConnect
    OnExecute = tcpServerExecute
    ReplyExceptionCode = 0
    ReplyTexts = <>
    ReplyUnknownCommand.NumericCode = 0
    Left = 288
    Top = 128
  end
  object IdAntiFreeze1: TIdAntiFreeze
    Left = 336
    Top = 128
  end
end

⌨️ 快捷键说明

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