unitserver.dfm

来自「Delphi67中利用UDP协议传送文件的例子」· DFM 代码 · 共 39 行

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