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

📄 unitserver.dfm

📁 Delphi67中利用UDP协议传送文件的例子
💻 DFM
字号:
object FormServer: TFormServer
  Left = 192
  Top = 138
  Width = 379
  Height = 259
  Caption = 'Server'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Gauge1: TGauge
    Left = 0
    Top = 184
    Width = 371
    Height = 48
    Align = alBottom
    Progress = 0
  end
  object IdUDPServer1: TIdUDPServer
    Bindings = <>
    DefaultPort = 8090
    OnUDPRead = IdUDPServer1UDPRead
    ThreadedEvent = True
    Left = 32
    Top = 24
  end
  object SaveDialog1: TSaveDialog
    Left = 112
    Top = 24
  end
end

⌨️ 快捷键说明

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