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

📄 client1.~dfm

📁 基于TCP/IP通信协议控件
💻 ~DFM
字号:
object Form2: TForm2
  Left = 557
  Top = 269
  Width = 554
  Height = 390
  Caption = 'client'
  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 = 328
    Top = 40
    Width = 23
    Height = 22
    OnClick = SpeedButton1Click
  end
  object Label1: TLabel
    Left = 60
    Top = 284
    Width = 11
    Height = 13
    Caption = 'ip:'
  end
  object Label2: TLabel
    Left = 12
    Top = 104
    Width = 48
    Height = 13
    Caption = #20445#23384#36335#24452
  end
  object Label3: TLabel
    Left = 24
    Top = 204
    Width = 60
    Height = 13
    Caption = #28304#25991#20214#36335#24452
  end
  object ListView1: TListView
    Left = 16
    Top = 12
    Width = 241
    Height = 57
    Columns = <>
    TabOrder = 0
  end
  object Edit1: TEdit
    Left = 80
    Top = 100
    Width = 121
    Height = 21
    TabOrder = 1
    Text = 'Edit1'
  end
  object Button1: TButton
    Left = 216
    Top = 280
    Width = 75
    Height = 25
    Caption = 'btnGo'
    TabOrder = 2
    OnClick = Button1Click
  end
  object UpDown1: TUpDown
    Left = 348
    Top = 100
    Width = 17
    Height = 25
    TabOrder = 3
  end
  object Edit2: TEdit
    Left = 84
    Top = 284
    Width = 121
    Height = 21
    TabOrder = 4
    Text = '127.0.0.1'
  end
  object Memo1: TMemo
    Left = 308
    Top = 244
    Width = 185
    Height = 89
    Lines.Strings = (
      'Memo1')
    TabOrder = 5
  end
  object Edit3: TEdit
    Left = 120
    Top = 200
    Width = 121
    Height = 21
    TabOrder = 6
    Text = 'Edit3'
  end
  object Button2: TButton
    Left = 212
    Top = 100
    Width = 75
    Height = 25
    Caption = #27983#35272
    TabOrder = 7
    OnClick = Button2Click
  end
  object IdAntiFreeze1: TIdAntiFreeze
    Left = 424
    Top = 52
  end
  object IdTCPClient1: TIdTCPClient
    MaxLineAction = maException
    ReadTimeout = 0
    Port = 8090
    Left = 424
    Top = 124
  end
  object SaveDialog1: TSaveDialog
    FileName = 'C:\Documents and Settings\bang\'#26700#38754'\STC12C5410AD.pdf'
    FilterIndex = 0
    Left = 200
    Top = 136
  end
end

⌨️ 快捷键说明

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