⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 可以获得外网和内网的iP的代码
💻 DFM
字号:
object MainFrm: TMainFrm
  Left = 389
  Top = 316
  BorderStyle = bsDialog
  Caption = #33719#21462#20844#32593'IP'#22320#22336
  ClientHeight = 99
  ClientWidth = 307
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 27
    Top = 12
    Width = 27
    Height = 13
    Caption = #22269#20869':'
  end
  object Label2: TLabel
    Left = 26
    Top = 34
    Width = 27
    Height = 13
    Caption = #22269#22806':'
  end
  object InfoLabGuoNei: TLabel
    Left = 70
    Top = 12
    Width = 3
    Height = 13
  end
  object InfoLabGuoWai: TLabel
    Left = 71
    Top = 35
    Width = 3
    Height = 13
  end
  object GetBtn: TButton
    Left = 23
    Top = 58
    Width = 75
    Height = 25
    Caption = #33719#21462
    TabOrder = 0
    OnClick = GetBtnClick
  end
  object StopBtn: TButton
    Left = 191
    Top = 58
    Width = 75
    Height = 25
    Caption = #20572#27490
    TabOrder = 1
    OnClick = StopBtnClick
  end
  object IdHTTP1: TIdHTTP
    MaxLineAction = maException
    ReadTimeout = 0
    AllowCookies = True
    ProxyParams.BasicAuthentication = False
    ProxyParams.ProxyPort = 0
    Request.ContentLength = -1
    Request.ContentRangeEnd = 0
    Request.ContentRangeStart = 0
    Request.ContentType = 'text/html'
    Request.Accept = 'text/html, */*'
    Request.BasicAuthentication = False
    Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
    HTTPOptions = [hoForceEncodeParams]
    Left = 272
    Top = 16
  end
  object IdHTTP2: TIdHTTP
    MaxLineAction = maException
    ReadTimeout = 0
    AllowCookies = True
    ProxyParams.BasicAuthentication = False
    ProxyParams.ProxyPort = 0
    Request.ContentLength = -1
    Request.ContentRangeEnd = 0
    Request.ContentRangeStart = 0
    Request.ContentType = 'text/html'
    Request.Accept = 'text/html, */*'
    Request.BasicAuthentication = False
    Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
    HTTPOptions = [hoForceEncodeParams]
    Left = 240
    Top = 16
  end
end

⌨️ 快捷键说明

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