main.dfm

来自「delphi编写的语音聊天代码」· DFM 代码 · 共 59 行

DFM
59
字号
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 + =
减小字号Ctrl + -
显示快捷键?