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

📄 test_main.dfm

📁 一个完成端口的框架程序
💻 DFM
字号:
object Form1: TForm1
  Left = 294
  Top = 301
  Width = 347
  Height = 240
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = 'I/O Completion Port Echo Server '
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 339
    Height = 126
    Align = alTop
    TabOrder = 0
    object Label1: TLabel
      Left = 40
      Top = 16
      Width = 34
      Height = 13
      Caption = 'Conns:'
    end
    object Label2: TLabel
      Left = 40
      Top = 45
      Width = 48
      Height = 13
      Caption = 'Recv/sec:'
    end
    object Label3: TLabel
      Left = 40
      Top = 59
      Width = 46
      Height = 13
      Caption = 'Sent/sec:'
    end
    object Label4: TLabel
      Left = 40
      Top = 29
      Width = 51
      Height = 13
      Caption = 'ValidConn:'
    end
    object Label5: TLabel
      Left = 40
      Top = 76
      Width = 60
      Height = 13
      Caption = 'Exp.Thread:'
    end
    object Label6: TLabel
      Left = 40
      Top = 96
      Width = 48
      Height = 13
      Caption = 'MaxCons:'
    end
    object Label7: TLabel
      Left = 40
      Top = 110
      Width = 43
      Height = 13
      Caption = 'Threads:'
    end
    object StaticText1: TStaticText
      Left = 104
      Top = 16
      Width = 100
      Height = 17
      Alignment = taRightJustify
      AutoSize = False
      Caption = '0'
      TabOrder = 0
    end
    object StaticText2: TStaticText
      Left = 104
      Top = 45
      Width = 100
      Height = 17
      Alignment = taRightJustify
      AutoSize = False
      Caption = '0'
      TabOrder = 1
    end
    object StaticText3: TStaticText
      Left = 104
      Top = 59
      Width = 100
      Height = 17
      Alignment = taRightJustify
      AutoSize = False
      Caption = '0'
      TabOrder = 2
    end
    object StaticText4: TStaticText
      Left = 104
      Top = 29
      Width = 100
      Height = 17
      Alignment = taRightJustify
      AutoSize = False
      Caption = '0'
      TabOrder = 3
    end
    object StaticText5: TStaticText
      Left = 104
      Top = 76
      Width = 100
      Height = 17
      Alignment = taRightJustify
      AutoSize = False
      Caption = '0'
      TabOrder = 4
    end
    object StaticText6: TStaticText
      Left = 104
      Top = 93
      Width = 100
      Height = 17
      Alignment = taRightJustify
      AutoSize = False
      Caption = '0'
      TabOrder = 5
    end
    object Button1: TButton
      Left = 248
      Top = 48
      Width = 75
      Height = 25
      Caption = 'Save'
      TabOrder = 6
      OnClick = Button1Click
    end
    object StaticText7: TStaticText
      Left = 104
      Top = 107
      Width = 100
      Height = 17
      Alignment = taRightJustify
      AutoSize = False
      Caption = '0'
      TabOrder = 7
    end
    object Button2: TButton
      Left = 248
      Top = 80
      Width = 75
      Height = 25
      Caption = 'Compact'
      TabOrder = 8
      OnClick = Button2Click
    end
  end
  object Memo1: TMemo
    Left = 0
    Top = 126
    Width = 339
    Height = 87
    Align = alClient
    TabOrder = 1
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 8
    Top = 8
  end
  object SaveDialog1: TSaveDialog
    Left = 128
    Top = 32
  end
end

⌨️ 快捷键说明

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