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

📄 sender.~dfm

📁 用Delphi开发语言实现的对网络链路层的连续ARQ协议的仿真。
💻 ~DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 628
  Height = 360
  Caption = #21457#36865#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 = 56
    Top = 232
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #21457#36865#38388#38548
  end
  object ListBox1: TListBox
    Left = 160
    Top = 0
    Width = 233
    Height = 305
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    ItemHeight = 13
    Items.Strings = (
      '234565'
      '346734'
      '637467'
      '857811'
      '128374'
      '729647'
      '109774'
      '348798'
      '834909'
      '726387'
      '938392'
      '723832'
      '732382'
      '837329'
      '736278'
      '827380'
      '984088'
      '872389'
      '293877'
      '872389'
      '283737'
      '832772'
      '809018'
      '120987'
      '234565'
      '346734'
      '637467'
      '857811'
      '128374'
      '729647'
      '109774'
      '348798'
      '834909'
      '726387'
      '938392'
      '723832'
      '732382'
      '837329'
      '736278'
      '827380'
      '984088'
      '872389'
      '293877'
      '872389'
      '283737'
      '832772'
      '809018'
      '120987'
      '234565'
      '346734'
      '637467'
      '857811'
      '128374'
      '729647'
      '109774'
      '348798'
      '834909'
      '726387'
      '938392'
      '723832'
      '732382'
      '837329'
      '736278'
      '827380'
      '984088'
      '872389'
      '293877'
      '872389'
      '283737'
      '832772'
      '809018'
      '120987')
    MultiSelect = True
    TabOrder = 0
  end
  object Button1: TButton
    Left = 56
    Top = 24
    Width = 75
    Height = 25
    Caption = #21551#21160
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 56
    Top = 88
    Width = 75
    Height = 25
    Caption = #24320#22987#21457#36865
    TabOrder = 2
    OnClick = Button2Click
  end
  object Memo1: TMemo
    Left = 392
    Top = 0
    Width = 225
    Height = 305
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 3
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 314
    Width = 620
    Height = 19
    Panels = <
      item
        Width = 50
      end
      item
        Width = 180
      end>
  end
  object Button3: TButton
    Left = 56
    Top = 160
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 5
    OnClick = Button3Click
  end
  object SpinEdit1: TSpinEdit
    Left = 56
    Top = 256
    Width = 49
    Height = 22
    MaxValue = 10
    MinValue = 1
    TabOrder = 6
    Value = 2
  end
  object TcpClient1: TTcpClient
    RemoteHost = '127.0.0.1'
    RemotePort = '30000'
    Left = 336
    Top = 8
  end
  object TcpServer1: TTcpServer
    LocalPort = '30003'
    OnAccept = TcpServer1Accept
    Left = 304
    Top = 8
  end
  object Timer0: TTimer
    Enabled = False
    Interval = 2000
    OnTimer = Timer0Timer
    Left = 304
    Top = 48
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 10000
    OnTimer = Timer1Timer
    Left = 576
    Top = 8
  end
  object Timer2: TTimer
    Enabled = False
    Interval = 10000
    OnTimer = Timer2Timer
    Left = 576
    Top = 40
  end
  object Timer3: TTimer
    Enabled = False
    Interval = 10000
    OnTimer = Timer3Timer
    Left = 576
    Top = 72
  end
  object Timer4: TTimer
    Enabled = False
    Interval = 10000
    OnTimer = Timer4Timer
    Left = 576
    Top = 104
  end
  object Timer5: TTimer
    Enabled = False
    Interval = 10000
    OnTimer = Timer5Timer
    Left = 576
    Top = 136
  end
  object Timer6: TTimer
    Enabled = False
    Interval = 10000
    OnTimer = Timer6Timer
    Left = 576
    Top = 168
  end
  object OpenDialog1: TOpenDialog
    Left = 128
    Top = 8
  end
end

⌨️ 快捷键说明

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