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

📄 transport.~dfm

📁 基于delphi的聊天室工具
💻 ~DFM
字号:
object trans: Ttrans
  Left = 318
  Top = 397
  Width = 378
  Height = 230
  Caption = #25991#20214#20256#36755
  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 Label1: TLabel
    Left = 16
    Top = 80
    Width = 72
    Height = 13
    Caption = #26381#21153#22120#22320#22336#65306
  end
  object Label2: TLabel
    Left = 168
    Top = 80
    Width = 36
    Height = 13
    Caption = #31471#21475#65306
  end
  object Edit2: TEdit
    Left = 16
    Top = 96
    Width = 137
    Height = 21
    TabOrder = 0
    Text = '127.0.0.1'
  end
  object Edit3: TEdit
    Left = 168
    Top = 96
    Width = 49
    Height = 21
    TabOrder = 1
    Text = '9925'
  end
  object Button1: TButton
    Left = 27
    Top = 128
    Width = 75
    Height = 25
    Caption = #21457#36865
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 163
    Top = 128
    Width = 75
    Height = 25
    Caption = #25509#25910
    TabOrder = 3
  end
  object Edit1: TEdit
    Left = 16
    Top = 32
    Width = 217
    Height = 21
    TabOrder = 4
  end
  object Button3: TButton
    Left = 256
    Top = 32
    Width = 75
    Height = 25
    Caption = #27983#35272
    TabOrder = 5
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 264
    Top = 88
    Width = 75
    Height = 25
    Caption = 'Button4'
    TabOrder = 6
    OnClick = Button4Click
  end
  object ProgressBar1: TProgressBar
    Left = 0
    Top = 161
    Width = 370
    Height = 16
    Align = alBottom
    TabOrder = 7
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 177
    Width = 370
    Height = 19
    Panels = <>
    SimplePanel = True
  end
  object OpenDialog1: TOpenDialog
    Left = 248
    Top = 128
  end
  object SaveDialog1: TSaveDialog
    Left = 288
    Top = 136
  end
  object IdTCPClient1: TIdTCPClient
    MaxLineAction = maException
    ReadTimeout = 0
    Port = 0
    Left = 232
    Top = 80
  end
  object IdTCPServer1: TIdTCPServer
    Bindings = <>
    CommandHandlers = <>
    DefaultPort = 0
    Greeting.NumericCode = 0
    MaxConnectionReply.NumericCode = 0
    OnExecute = IdTCPServer1Execute
    ReplyExceptionCode = 0
    ReplyTexts = <>
    ReplyUnknownCommand.NumericCode = 0
    Left = 336
    Top = 72
  end
end

⌨️ 快捷键说明

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