unit1.dfm

来自「定时扫描局域网络中的电脑的Mac地址情况」· DFM 代码 · 共 56 行

DFM
56
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 696
  Height = 480
  Caption = 'Form1'
  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 = 24
    Top = 24
    Width = 34
    Height = 13
    Caption = 'IP'#22320#22336
  end
  object Label2: TLabel
    Left = 200
    Top = 32
    Width = 45
    Height = 13
    Caption = 'Mac'#22320#22336
  end
  object Edit1: TEdit
    Left = 64
    Top = 24
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 0
  end
  object Button1: TButton
    Left = 392
    Top = 24
    Width = 75
    Height = 25
    Caption = #26816#27979
    TabOrder = 1
    OnClick = Button1Click
  end
  object Edit2: TEdit
    Left = 256
    Top = 24
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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