unit1.dfm

来自「点对点的通信程序」· DFM 代码 · 共 79 行

DFM
79
字号
object Form1: TForm1
  Left = 369
  Top = 227
  Width = 349
  Height = 171
  Caption = #32593#32476#36830#25509#65288#23458#25143#31471#65289
  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 = 24
    Width = 129
    Height = 13
    AutoSize = False
    Caption = #36828#31243#35745#31639#26426#30340'IP'#22320#22336#65306
  end
  object Label2: TLabel
    Left = 54
    Top = 56
    Width = 97
    Height = 13
    AutoSize = False
    Caption = #23458#25143#31471#31471#21475#21495#65306
  end
  object Edit1: TEdit
    Left = 152
    Top = 16
    Width = 145
    Height = 21
    ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 152
    Top = 48
    Width = 145
    Height = 21
    ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
    TabOrder = 1
  end
  object Button1: TButton
    Left = 120
    Top = 80
    Width = 75
    Height = 25
    Caption = #36830#25509
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 224
    Top = 80
    Width = 75
    Height = 25
    Caption = #26029#24320
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 32
    Top = 80
    Width = 75
    Height = 25
    Caption = #24320#21551#26381#21153
    TabOrder = 4
  end
  object TcpClient1: TTcpClient
    Left = 32
    Top = 40
  end
end

⌨️ 快捷键说明

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