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

📄 winsocket.~dfm

📁 所有delphi的入门例子
💻 ~DFM
字号:
object Form1: TForm1
  Left = 243
  Top = 201
  Width = 696
  Height = 342
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 464
    Top = 40
    Width = 72
    Height = 13
    Caption = #12304#25509#25910#20869#23481#12305
  end
  object Button1: TButton
    Left = 72
    Top = 64
    Width = 89
    Height = 33
    Caption = #26381#21153#22120#21457#36865
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 72
    Top = 192
    Width = 89
    Height = 33
    Caption = #23458#25143#31471#21457#36865
    TabOrder = 1
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 176
    Top = 64
    Width = 193
    Height = 21
    TabOrder = 2
  end
  object Edit2: TEdit
    Left = 176
    Top = 192
    Width = 193
    Height = 21
    TabOrder = 3
  end
  object Edit3: TEdit
    Left = 400
    Top = 64
    Width = 185
    Height = 21
    TabOrder = 4
  end
  object Edit4: TEdit
    Left = 400
    Top = 192
    Width = 193
    Height = 21
    TabOrder = 5
  end
  object Button3: TButton
    Left = 240
    Top = 256
    Width = 75
    Height = 25
    Caption = #36830#25509
    TabOrder = 6
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 376
    Top = 256
    Width = 75
    Height = 25
    Caption = #26029#24320
    TabOrder = 7
    OnClick = Button4Click
  end
  object IdTCPServer1: TIdTCPServer
    Active = True
    Bindings = <>
    CommandHandlers = <>
    DefaultPort = 9925
    Greeting.NumericCode = 0
    MaxConnectionReply.NumericCode = 0
    OnExecute = IdTCPServer1Execute
    ReplyExceptionCode = 0
    ReplyTexts = <>
    ReplyUnknownCommand.NumericCode = 0
    Left = 88
    Top = 16
  end
  object IdTCPClient1: TIdTCPClient
    MaxLineAction = maException
    ReadTimeout = 0
    Host = '127.0.0.1'
    Port = 9925
    Left = 88
    Top = 152
  end
end

⌨️ 快捷键说明

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