unit1.dfm

来自「< Delphi网络通信协议分析与应用实现>>一书的源代码。」· DFM 代码 · 共 58 行

DFM
58
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 191
  Height = 288
  Caption = 'Multi IP'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 24
    Top = 40
    Width = 108
    Height = 12
    Caption = '该主机占用的IP地址'
  end
  object Label2: TLabel
    Left = 24
    Top = 8
    Width = 24
    Height = 12
    Caption = '域名'
  end
  object Button1: TButton
    Left = 56
    Top = 232
    Width = 75
    Height = 25
    Caption = 'Get'
    TabOrder = 0
    OnClick = Button1Click
  end
  object ListBox1: TListBox
    Left = 24
    Top = 64
    Width = 137
    Height = 153
    ItemHeight = 12
    TabOrder = 1
  end
  object Edit1: TEdit
    Left = 56
    Top = 8
    Width = 105
    Height = 20
    TabOrder = 2
    Text = 'www.yahoo.com'
  end
end

⌨️ 快捷键说明

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