unit1.~dfm

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

~DFM
56
字号
object Form1: TForm1
  Left = 497
  Top = 346
  Width = 271
  Height = 117
  Caption = #32593#32476#36830#25509#65288#26381#21153#22120#31471#65289
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 24
    Width = 105
    Height = 13
    AutoSize = False
    Caption = #26381#21153#22120#31471#31471#21475#21495#65306
  end
  object Edit1: TEdit
    Left = 128
    Top = 16
    Width = 121
    Height = 21
    ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
    TabOrder = 0
  end
  object Button1: TButton
    Left = 96
    Top = 48
    Width = 75
    Height = 25
    Caption = #36830#25509
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 176
    Top = 48
    Width = 75
    Height = 25
    Caption = #26029#24320
    TabOrder = 2
    OnClick = Button2Click
  end
  object TcpServer1: TTcpServer
    Left = 40
    Top = 48
  end
end

⌨️ 快捷键说明

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