unit1.~dfm

来自「delphi7下的完成端口应用」· ~DFM 代码 · 共 108 行

~DFM
108
字号
object Form1: TForm1
  Left = 192
  Top = 107
  AutoScroll = False
  Caption = 'IOCPBST '#23458#25143#31471
  ClientHeight = 322
  ClientWidth = 408
  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 Bevel1: TBevel
    Left = 0
    Top = 40
    Width = 409
    Height = 9
    Shape = bsTopLine
  end
  object Bevel2: TBevel
    Left = -1
    Top = 88
    Width = 409
    Height = 9
    Shape = bsTopLine
  end
  object Button1: TButton
    Left = 296
    Top = 96
    Width = 75
    Height = 25
    Caption = #25209#37327#27979#35797
    TabOrder = 0
    OnClick = Button1Click
  end
  object Memo1: TMemo
    Left = 24
    Top = 128
    Width = 353
    Height = 169
    TabOrder = 1
  end
  object Button2: TButton
    Left = 24
    Top = 8
    Width = 75
    Height = 25
    Caption = #21482#36830#25509
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 208
    Top = 56
    Width = 75
    Height = 25
    Caption = #21457#36865
    TabOrder = 3
    OnClick = Button3Click
  end
  object Edit2: TEdit
    Left = 24
    Top = 56
    Width = 169
    Height = 21
    TabOrder = 4
    Text = #26469#33258' IdTCPClient2'
  end
  object Button4: TButton
    Left = 296
    Top = 56
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 5
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 104
    Top = 8
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 6
    OnClick = Button5Click
  end
  object IdTCPClient1: TIdTCPClient
    MaxLineAction = maException
    ReadTimeout = 2000
    Host = '192.168.1.25'
    Port = 5150
    Left = 192
    Top = 16
  end
  object IdTCPClient2: TIdTCPClient
    MaxLineAction = maException
    ReadTimeout = 2000
    Host = '192.168.1.25'
    Port = 5150
    Left = 8
    Top = 56
  end
end

⌨️ 快捷键说明

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