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

📄 unitjs.dfm

📁 用Delphi开发语言实现的对网络链路层的连续ARQ协议的仿真。
💻 DFM
字号:
object Form1: TForm1
  Left = 320
  Top = 108
  Width = 507
  Height = 363
  Caption = #25509#25910#26041
  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 = 0
    Top = 8
    Width = 89
    Height = 13
    AutoSize = False
    Caption = #20449#24687#24103#31383#21475
  end
  object Label2: TLabel
    Left = 256
    Top = 8
    Width = 81
    Height = 13
    AutoSize = False
    Caption = #30417#30563#24103#31383#21475
  end
  object Memo1: TMemo
    Left = 0
    Top = 24
    Width = 249
    Height = 241
    ScrollBars = ssVertical
    TabOrder = 0
  end
  object Memo2: TMemo
    Left = 248
    Top = 24
    Width = 249
    Height = 241
    ScrollBars = ssVertical
    TabOrder = 1
  end
  object CheckBox1: TCheckBox
    Left = 16
    Top = 288
    Width = 97
    Height = 17
    Caption = #26159#21542#27491#24120#24212#31572
    TabOrder = 2
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 317
    Width = 499
    Height = 19
    Panels = <
      item
        Width = 50
      end
      item
        Width = 50
      end>
  end
  object Button1: TButton
    Left = 384
    Top = 280
    Width = 75
    Height = 25
    Caption = #24212#29992
    TabOrder = 4
  end
  object TcpServer1: TTcpServer
    LocalPort = '30001'
    OnAccept = TcpServer1Accept
    Left = 464
    Top = 32
  end
  object TcpClient1: TTcpClient
    RemoteHost = '127.0.0.1'
    RemotePort = '30002'
    Left = 424
    Top = 32
  end
end

⌨️ 快捷键说明

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