unit1.dfm

来自「用Delphi编写一个简单的PING工具」· DFM 代码 · 共 53 行

DFM
53
字号
object Form1: TForm1
  Left = 324
  Top = 248
  Width = 451
  Height = 295
  Caption = #31243#24207#35774#35745':'#36877#36965#24536#25105
  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 = 12
    Width = 77
    Height = 13
    Caption = #30446#26631#22320#22336':'
  end
  object Edit1: TEdit
    Left = 100
    Top = 8
    Width = 253
    Height = 21
    TabOrder = 0
  end
  object Button1: TButton
    Left = 360
    Top = 8
    Width = 75
    Height = 25
    Caption = #21457#36865
    TabOrder = 1
    OnClick = Button1Click
  end
  object ListBox1: TListBox
    Left = 4
    Top = 44
    Width = 433
    Height = 213
    ItemHeight = 13
    TabOrder = 2
  end
  object icmp: TIdIcmpClient
    OnReply = icmpReply
    Left = 204
    Top = 152
  end
end

⌨️ 快捷键说明

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