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

📄 unit1.dfm

📁 delphi,利用"纯真IP数据库"进行IP地理位置查询
💻 DFM
字号:
object Form1: TForm1
  Left = 0
  Top = 0
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'IP'#26597#35810
  ClientHeight = 196
  ClientWidth = 428
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 24
    Width = 109
    Height = 13
    AutoSize = False
    Caption = #35831#36755#20837#27442#26597#35810#30340'IP'#65306' '
  end
  object Label2: TLabel
    Left = 24
    Top = 77
    Width = 81
    Height = 13
    AutoSize = False
    Caption = #26597#35810#32467#26524#65306' '
  end
  object Edit1: TEdit
    Left = 139
    Top = 21
    Width = 121
    Height = 21
    TabOrder = 0
    Text = '4.37.215.255'
  end
  object BitBtn1: TBitBtn
    Left = 296
    Top = 19
    Width = 75
    Height = 25
    Caption = #26597#35810
    TabOrder = 1
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object Memo1: TMemo
    Left = 128
    Top = 74
    Width = 273
    Height = 97
    ReadOnly = True
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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