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

📄 unit1.dfm

📁 delphi写的以广播方式收发信息和图片_局域网聊天。
💻 DFM
字号:
object Form1: TForm1
  Left = 258
  Top = 60
  Width = 599
  Height = 318
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 128
    Width = 60
    Height = 13
    Caption = #25910#21040#30340#20449#24687
  end
  object Label2: TLabel
    Left = 24
    Top = 8
    Width = 60
    Height = 13
    Caption = #21457#36865#30340#20869#23481
  end
  object Image1: TImage
    Left = 344
    Top = 8
    Width = 209
    Height = 105
  end
  object Image2: TImage
    Left = 352
    Top = 128
    Width = 217
    Height = 105
  end
  object Memo1: TMemo
    Left = 8
    Top = 32
    Width = 185
    Height = 89
    Lines.Strings = (
      'Memo1')
    TabOrder = 0
  end
  object Memo2: TMemo
    Left = 16
    Top = 144
    Width = 185
    Height = 89
    Lines.Strings = (
      'Memo2')
    TabOrder = 1
  end
  object ListBox1: TListBox
    Left = 208
    Top = 8
    Width = 121
    Height = 225
    ItemHeight = 13
    TabOrder = 2
  end
  object Button1: TButton
    Left = 80
    Top = 240
    Width = 75
    Height = 25
    Caption = #21457#36865#20449#24687
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 168
    Top = 240
    Width = 75
    Height = 25
    Caption = #25628#32034'LAN'
    TabOrder = 4
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 264
    Top = 248
    Width = 75
    Height = 25
    Caption = #21457#36865#22270#29255
    TabOrder = 5
    OnClick = Button3Click
  end
  object IdIPMCastClient1: TIdIPMCastClient
    Active = True
    Bindings = <>
    DefaultPort = 20000
    MulticastGroup = '224.0.0.1'
    OnIPMCastRead = IdIPMCastClient1IPMCastRead
    Left = 48
    Top = 232
  end
  object IdIPMCastServer1: TIdIPMCastServer
    MulticastGroup = '224.0.0.1'
    Port = 20000
    Left = 8
    Top = 232
  end
  object IdTCPClient1: TIdTCPClient
    MaxLineAction = maException
    ReadTimeout = 0
    Port = 20001
    Left = 376
    Top = 240
  end
  object IdTCPServer1: TIdTCPServer
    Active = True
    Bindings = <>
    CommandHandlers = <>
    DefaultPort = 20001
    Greeting.NumericCode = 0
    MaxConnectionReply.NumericCode = 0
    OnExecute = IdTCPServer1Execute
    ReplyExceptionCode = 0
    ReplyTexts = <>
    ReplyUnknownCommand.NumericCode = 0
    Left = 408
    Top = 240
  end
end

⌨️ 快捷键说明

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