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

📄 rdclientmain.dfm

📁 Indy9,客户端
💻 DFM
字号:
object Form1: TForm1
  Left = 75
  Top = 110
  Width = 884
  Height = 650
  Caption = 'Client'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Memo1: TMemo
    Left = 0
    Top = 422
    Width = 876
    Height = 194
    Align = alBottom
    TabOrder = 0
    Visible = False
    OnChange = Memo1Change
  end
  object ScrollBox1: TScrollBox
    Left = 0
    Top = 57
    Width = 876
    Height = 365
    Align = alClient
    Color = clBtnShadow
    ParentColor = False
    TabOrder = 1
    object Image1: TImage
      Left = 0
      Top = 0
      Width = 865
      Height = 353
    end
  end
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 876
    Height = 57
    ButtonHeight = 21
    ButtonWidth = 55
    Caption = 'ToolBar1'
    ShowCaptions = True
    TabOrder = 2
    object ToolButton3: TToolButton
      Left = 0
      Top = 2
      Caption = #21457#36865#20849#20139
      ImageIndex = 1
      OnClick = ToolButton3Click
    end
    object ToolButton2: TToolButton
      Left = 55
      Top = 2
      Width = 8
      Caption = 'ToolButton2'
      ImageIndex = 1
      Style = tbsSeparator
    end
    object ToolButton1: TToolButton
      Left = 63
      Top = 2
      Caption = #25171#24320#36830#25509
      ImageIndex = 0
      Visible = False
      OnClick = ToolButton1Click
    end
  end
  object IdTCPClient1: TIdTCPClient
    MaxLineAction = maException
    ReadTimeout = 0
    OnDisconnected = IdTCPClient1Disconnected
    Host = '192.168.10.111'
    OnConnected = IdTCPClient1Connected
    Port = 1111
    Left = 88
    Top = 96
  end
  object IdTCPServer1: TIdTCPServer
    Bindings = <>
    CommandHandlers = <>
    DefaultPort = 1111
    Greeting.NumericCode = 0
    MaxConnectionReply.NumericCode = 0
    OnConnect = IdTCPServer1Connect
    OnExecute = IdTCPServer1Execute
    OnDisconnect = IdTCPServer1Disconnect
    ReplyExceptionCode = 0
    ReplyTexts = <>
    ReplyUnknownCommand.NumericCode = 0
    Left = 616
    Top = 104
  end
  object Timer1: TTimer
    Enabled = False
    OnTimer = Timer1Timer
    Left = 208
  end
end

⌨️ 快捷键说明

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