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

📄 uipdns.dfm

📁 域名和IP地址的转换,输入任意的域或IP地址均可返回查寻的域或IP地址
💻 DFM
字号:
object Form1: TForm1
  Left = 276
  Top = 189
  Width = 415
  Height = 267
  Caption = #22495#21517#21644'IP'#22320#22336#30340#36716#25442
  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 Panel1: TPanel
    Left = 0
    Top = 0
    Width = 201
    Height = 233
    TabOrder = 0
    object Label1: TLabel
      Left = 40
      Top = 16
      Width = 46
      Height = 13
      Caption = 'IP'#22320#22336#65306
    end
    object Label2: TLabel
      Left = 39
      Top = 144
      Width = 48
      Height = 13
      Caption = #20027#26426#21517#65306
    end
    object Edit1: TEdit
      Left = 32
      Top = 56
      Width = 137
      Height = 21
      TabOrder = 0
      OnKeyPress = Edit1KeyPress
    end
    object Button1: TButton
      Left = 64
      Top = 106
      Width = 81
      Height = 25
      Caption = #33719#21462#20027#26426#21517
      TabOrder = 1
      OnClick = Button1Click
    end
    object Edit2: TEdit
      Left = 32
      Top = 184
      Width = 137
      Height = 21
      ReadOnly = True
      TabOrder = 2
    end
  end
  object Panel2: TPanel
    Left = 206
    Top = 0
    Width = 201
    Height = 233
    TabOrder = 1
    object Label3: TLabel
      Left = 40
      Top = 16
      Width = 48
      Height = 13
      Caption = #20027#26426#21517#65306
    end
    object Label4: TLabel
      Left = 39
      Top = 144
      Width = 46
      Height = 13
      Caption = 'IP'#22320#22336#65306
    end
    object Edit3: TEdit
      Left = 32
      Top = 56
      Width = 137
      Height = 21
      TabOrder = 0
      OnKeyPress = Edit3KeyPress
    end
    object Button2: TButton
      Left = 64
      Top = 106
      Width = 81
      Height = 25
      Caption = #33719#21462'IP'#22320#22336
      TabOrder = 1
      OnClick = Button2Click
    end
    object Edit4: TEdit
      Left = 32
      Top = 184
      Width = 137
      Height = 21
      ReadOnly = True
      TabOrder = 2
    end
  end
end

⌨️ 快捷键说明

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