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

📄 server.~dfm

📁 基于TCP/IP通信协议控件
💻 ~DFM
字号:
object frmServer: TfrmServer
  Left = 636
  Top = 146
  Width = 500
  Height = 447
  Caption = 'server'
  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 SpeedButton1: TSpeedButton
    Left = 336
    Top = 100
    Width = 65
    Height = 22
    Caption = 'clear'
    OnClick = SpeedButton1Click
  end
  object SpeedButton2: TSpeedButton
    Left = 340
    Top = 152
    Width = 73
    Height = 22
    Caption = 'select file'
    OnClick = SpeedButton2Click
  end
  object SpeedButton3: TSpeedButton
    Left = 344
    Top = 204
    Width = 77
    Height = 22
    Caption = 'start server'
    OnClick = SpeedButton3Click
  end
  object Memo1: TMemo
    Left = 24
    Top = 140
    Width = 185
    Height = 89
    Lines.Strings = (
      'Memo1')
    TabOrder = 0
  end
  object Button1: TButton
    Left = 12
    Top = 376
    Width = 75
    Height = 25
    Caption = 'select file'
    TabOrder = 1
  end
  object Button2: TButton
    Left = 100
    Top = 380
    Width = 75
    Height = 25
    Caption = 'start server'
    TabOrder = 2
  end
  object Button3: TButton
    Left = 184
    Top = 384
    Width = 75
    Height = 25
    Caption = 'clear'
    TabOrder = 3
  end
  object Edit1: TEdit
    Left = 28
    Top = 76
    Width = 121
    Height = 21
    TabOrder = 4
    Text = 'Edit1'
  end
  object Panel1: TPanel
    Left = 8
    Top = 0
    Width = 453
    Height = 49
    Caption = 'Panel1'
    TabOrder = 5
  end
  object OpenDialog1: TOpenDialog
    Left = 24
    Top = 4
  end
  object IdTCPServer1: TIdTCPServer
    Bindings = <>
    CommandHandlers = <>
    DefaultPort = 8090
    Greeting.NumericCode = 0
    MaxConnectionReply.NumericCode = 0
    OnExecute = IdTCPServer1Execute
    ReplyExceptionCode = 0
    ReplyTexts = <>
    ReplyUnknownCommand.NumericCode = 0
    Left = 424
    Top = 8
  end
end

⌨️ 快捷键说明

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