getinternetlocalip.dfm

来自「获取内存的信息的代码」· DFM 代码 · 共 29 行

DFM
29
字号
object GetInternetLocalIPForm: TGetInternetLocalIPForm
  Left = 315
  Top = 293
  BorderStyle = bsNone
  ClientHeight = 111
  ClientWidth = 291
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object HTTPGet1: THTTPGet
    AcceptTypes = '*/*'
    Agent = 'UtilMind HTTPGet'
    BinaryData = False
    UseCache = False
    WaitThread = False
    OnDoneString = HTTPGet1DoneString
    OnError = HTTPGet1Error
    Left = 72
    Top = 32
  end
end

⌨️ 快捷键说明

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