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

📄 cproxy.dfm

📁 delphi深度探索第二版随书光盘所附内容
💻 DFM
字号:
object Form1: TForm1
  Left = 488
  Top = 268
  Width = 696
  Height = 480
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 120
  TextHeight = 16
  object lbl1: TLabel
    Left = 8
    Top = 24
    Width = 48
    Height = 16
    Caption = #35831#27714#20449#24687
  end
  object lbl2: TLabel
    Left = 344
    Top = 24
    Width = 48
    Height = 16
    Caption = #22238#24212#20449#24687
  end
  object mmoRequest: TMemo
    Left = 8
    Top = 48
    Width = 321
    Height = 377
    Lines.Strings = (
      'mmoRequest')
    TabOrder = 0
  end
  object mmoResponse: TMemo
    Left = 344
    Top = 48
    Width = 329
    Height = 377
    Lines.Strings = (
      'mmoResponse')
    TabOrder = 1
  end
  object idmpt1: TIdMappedPortTCP
    Active = True
    Bindings = <
      item
        IP = '0.0.0.0'
        Port = 777
      end>
    CommandHandlers = <>
    DefaultPort = 81
    Greeting.NumericCode = 0
    MaxConnectionReply.NumericCode = 0
    OnExecute = idmpt1Execute
    ReplyExceptionCode = 0
    ReplyTexts = <>
    ReplyUnknownCommand.NumericCode = 0
    MappedHost = '127.0.0.1'
    MappedPort = 1080
    OnOutboundData = idmpt1OutboundData
    Left = 112
    Top = 8
  end
end

⌨️ 快捷键说明

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