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

📄 main.dfm

📁 delphi编写的语音聊天代码
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 176
  Height = 131
  Caption = 'Proxy 1.0'
  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 Label2: TLabel
    Left = 8
    Top = 60
    Width = 48
    Height = 13
    Caption = 'Packets:0'
    Transparent = True
  end
  object Label3: TLabel
    Left = 8
    Top = 82
    Width = 101
    Height = 13
    Caption = 'http://hotsky.363.net'
    Transparent = True
  end
  object Label6: TLabel
    Left = 8
    Top = 4
    Width = 81
    Height = 13
    Caption = 'Remote Address:'
  end
  object Edit1: TEdit
    Left = 9
    Top = 27
    Width = 103
    Height = 21
    TabOrder = 0
    Text = '127.0.0.1'
    OnChange = Edit1Change
  end
  object NMUDP1: TNMUDP
    RemoteHost = '127.0.0.1'
    RemotePort = 0
    LocalPort = 0
    ReportLevel = 1
    OnDataReceived = NMUDP1DataReceived
    Left = 136
    Top = 40
  end
end

⌨️ 快捷键说明

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