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

📄 unit1.dfm

📁 一个用delphi封装的IOCP(完成端口)控件
💻 DFM
字号:
object Form1: TForm1
  Left = 227
  Top = 197
  Width = 696
  Height = 480
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 96
    Top = 16
    Width = 75
    Height = 25
    Caption = #30417#21548#26381#21153
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 96
    Top = 48
    Width = 75
    Height = 25
    Caption = #36830#25509
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 192
    Top = 48
    Width = 75
    Height = 25
    Caption = #26029#24320
    TabOrder = 2
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 192
    Top = 80
    Width = 75
    Height = 25
    Caption = #21457#36865
    TabOrder = 3
    OnClick = Button4Click
  end
  object Memo1: TMemo
    Left = 0
    Top = 136
    Width = 688
    Height = 317
    Align = alBottom
    Lines.Strings = (
      'Memo1')
    ScrollBars = ssVertical
    TabOrder = 4
  end
  object Memo2: TMemo
    Left = 376
    Top = 8
    Width = 297
    Height = 113
    Lines.Strings = (
      'Memo2')
    ScrollBars = ssVertical
    TabOrder = 5
  end
  object Edit1: TEdit
    Left = 16
    Top = 80
    Width = 73
    Height = 21
    TabOrder = 6
    Text = '1024'
  end
  object Button5: TButton
    Left = 192
    Top = 16
    Width = 75
    Height = 25
    Caption = #24191#25773
    TabOrder = 7
    OnClick = Button5Click
  end
  object Button6: TButton
    Left = 96
    Top = 80
    Width = 75
    Height = 25
    Caption = #31561#24453#24191#25773
    TabOrder = 8
    OnClick = Button6Click
  end
  object Button7: TButton
    Left = 280
    Top = 72
    Width = 75
    Height = 25
    Caption = 'IOCP'#36830#25509
    TabOrder = 9
    OnClick = Button7Click
  end
  object Button8: TButton
    Left = 280
    Top = 104
    Width = 75
    Height = 25
    Caption = 'IOCP'#21457#36865
    TabOrder = 10
    OnClick = Button8Click
  end
  object IOCPServer1: TIOCPServer
    OnRead = IOCPServer1Read
    OnConnect = IOCPServer1Connect
    OnDisConnect = IOCPServer1DisConnect
    Left = 8
    Top = 16
  end
  object IdTCPClient1: TIdTCPClient
    MaxLineAction = maException
    ReadTimeout = 0
    Host = '192.168.2.89'
    Port = 6666
    Left = 56
    Top = 16
  end
  object IOCPClient1: TIOCPClient
    OnRead = IOCPClient1Read
    Host = '192.168.2.89'
    Left = 312
    Top = 40
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 2000
    OnTimer = Timer1Timer
    Left = 48
    Top = 48
  end
end

⌨️ 快捷键说明

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