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

📄 unit1.dfm

📁 Delphi的简单案例
💻 DFM
字号:
object Form1: TForm1
  Left = 208
  Top = 22
  Width = 181
  Height = 518
  Caption = 'UDP '
  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 Panel1: TPanel
    Left = 0
    Top = 0
    Width = 173
    Height = 105
    Align = alTop
    BevelInner = bvLowered
    BevelOuter = bvLowered
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 56
      Width = 60
      Height = 13
      Caption = #36828#31243#26426#31471#21475
    end
    object Label2: TLabel
      Left = 8
      Top = 24
      Width = 44
      Height = 13
      Caption = #36828#31243#26426'ip'
    end
    object Edit1: TEdit
      Left = 80
      Top = 24
      Width = 81
      Height = 21
      TabOrder = 0
      Text = '127.0.0.1'
    end
    object Edit2: TEdit
      Left = 80
      Top = 56
      Width = 81
      Height = 21
      TabOrder = 1
      Text = '6668'
    end
    object Button1: TButton
      Left = 80
      Top = 84
      Width = 81
      Height = 15
      Caption = #21457#36865'(&S)'
      TabOrder = 2
      OnClick = Button1Click
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 472
    Width = 173
    Height = 19
    Panels = <
      item
        Width = 250
      end>
    SimplePanel = False
  end
  object Panel5: TPanel
    Left = 0
    Top = 105
    Width = 173
    Height = 367
    Align = alClient
    BevelInner = bvLowered
    BevelWidth = 2
    TabOrder = 2
    object Panel2: TPanel
      Left = 4
      Top = 181
      Width = 165
      Height = 182
      Align = alBottom
      BevelOuter = bvLowered
      Caption = 'Panel2'
      TabOrder = 0
      object Memo2: TMemo
        Left = 1
        Top = 1
        Width = 163
        Height = 180
        Align = alClient
        ScrollBars = ssVertical
        TabOrder = 0
      end
    end
    object Panel3: TPanel
      Left = 4
      Top = 138
      Width = 165
      Height = 43
      Align = alClient
      TabOrder = 1
      object Label4: TLabel
        Left = 6
        Top = 4
        Width = 24
        Height = 13
        Caption = #22312#19982
      end
      object Label5: TLabel
        Left = 111
        Top = 3
        Width = 60
        Height = 13
        Caption = #32842#22825#21602#65306#65289
      end
      object Edit5: TEdit
        Left = 37
        Top = 1
        Width = 70
        Height = 21
        TabOrder = 0
        Text = 'Edit5'
      end
    end
    object Panel4: TPanel
      Left = 4
      Top = 4
      Width = 165
      Height = 134
      Align = alTop
      BevelOuter = bvLowered
      TabOrder = 2
      object Memo1: TMemo
        Left = 1
        Top = 1
        Width = 163
        Height = 132
        Align = alClient
        Color = clLime
        ReadOnly = True
        ScrollBars = ssVertical
        TabOrder = 0
      end
    end
  end
  object NMUDP1: TNMUDP
    RemotePort = 0
    LocalPort = 6668
    ReportLevel = 1
    OnDataReceived = NMUDP1DataReceived
    OnDataSend = NMUDP1DataSend
    Left = 24
    Top = 120
  end
end

⌨️ 快捷键说明

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