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

📄 unit1.~dfm

📁 ftp,telnet,ssh,都可以测试
💻 ~DFM
字号:
object Form1: TForm1
  Left = 255
  Top = 189
  Width = 535
  Height = 354
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object StatusBar1: TStatusBar
    Left = 0
    Top = 301
    Width = 527
    Height = 19
    Panels = <>
  end
  object Memo1: TMemo
    Left = 8
    Top = 64
    Width = 513
    Height = 201
    TabOrder = 1
  end
  object Edit5: TEdit
    Left = 8
    Top = 272
    Width = 417
    Height = 21
    TabOrder = 2
  end
  object btnSend: TButton
    Left = 440
    Top = 272
    Width = 75
    Height = 25
    Caption = #21457#36865
    TabOrder = 3
    OnClick = btnSendClick
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 0
    Width = 505
    Height = 57
    Caption = #26381#21153#22120#20449#24687#65306
    TabOrder = 4
    object Label1: TLabel
      Left = 8
      Top = 24
      Width = 55
      Height = 13
      Caption = 'IP'#22320#22336#65306'   '
    end
    object Label2: TLabel
      Left = 216
      Top = 24
      Width = 48
      Height = 13
      Caption = #31471#21475#21495#65306
    end
    object Edit1: TEdit
      Left = 64
      Top = 16
      Width = 121
      Height = 21
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 280
      Top = 16
      Width = 57
      Height = 21
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 1
    end
    object btnConnect: TButton
      Left = 368
      Top = 16
      Width = 49
      Height = 25
      Caption = #36830#25509
      TabOrder = 2
      OnClick = btnConnectClick
    end
    object btnDisconnect: TButton
      Left = 440
      Top = 16
      Width = 41
      Height = 25
      Caption = #26029#24320
      TabOrder = 3
      OnClick = btnDisconnectClick
    end
  end
  object ClientSocket1: TClientSocket
    Active = False
    ClientType = ctNonBlocking
    Port = 0
    OnConnecting = ClientSocket1Connecting
    OnConnect = ClientSocket1Connect
    OnDisconnect = ClientSocket1Disconnect
    OnRead = ClientSocket1Read
    OnError = ClientSocket1Error
    Left = 480
    Top = 96
  end
end

⌨️ 快捷键说明

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