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

📄 main.dfm

📁 程序运行要求系统中有一台运行Linux 6.0以上版本的Linux服务器
💻 DFM
字号:
object Form1: TForm1
  Left = 219
  Top = 100
  Width = 542
  Height = 369
  Caption = 'UDP Client'
  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 = 80
    Top = 32
    Width = 81
    Height = 13
    AutoSize = False
    Caption = #36828#31243#20027#26426#21517
  end
  object Label2: TLabel
    Left = 232
    Top = 32
    Width = 81
    Height = 13
    AutoSize = False
    Caption = #36828#31243#31471#21475#21495
  end
  object Label3: TLabel
    Left = 80
    Top = 104
    Width = 73
    Height = 13
    AutoSize = False
    Caption = #21457#36865#25991#26412
  end
  object Label4: TLabel
    Left = 80
    Top = 160
    Width = 89
    Height = 13
    AutoSize = False
    Caption = #25509#25910#21040#30340#25991#26412
  end
  object Edit1: TEdit
    Left = 80
    Top = 56
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 232
    Top = 56
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 80
    Top = 120
    Width = 369
    Height = 21
    TabOrder = 2
    OnKeyDown = Edit3KeyDown
  end
  object Memo1: TMemo
    Left = 80
    Top = 184
    Width = 369
    Height = 113
    Lines.Strings = (
      'Memo1')
    TabOrder = 3
  end
  object NMUDP1: TNMUDP
    RemotePort = 0
    LocalPort = 0
    ReportLevel = 1
    OnDataReceived = NMUDP1DataReceived
    Left = 416
    Top = 48
  end
end

⌨️ 快捷键说明

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