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

📄 unit1.dfm

📁 delphi做的IP查询软件
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 114
  Width = 696
  Height = 480
  Caption = 'IP'#26597#35810
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 16
  object Label1: TLabel
    Left = 67
    Top = 33
    Width = 40
    Height = 16
    Caption = 'IP'#27573' '
  end
  object Label2: TLabel
    Left = 64
    Top = 71
    Width = 56
    Height = 16
    Caption = 'IP'#25968#20540' '
  end
  object Edit1: TEdit
    Left = 134
    Top = 30
    Width = 233
    Height = 24
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 133
    Top = 65
    Width = 235
    Height = 24
    TabOrder = 1
  end
  object Button1: TButton
    Left = 384
    Top = 25
    Width = 97
    Height = 29
    Caption = #36716#25442#25104#25968#20540
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 383
    Top = 64
    Width = 103
    Height = 27
    Caption = #36716#25442'IP'#27573
    TabOrder = 3
    OnClick = Button2Click
  end
  object Memo1: TMemo
    Left = 18
    Top = 197
    Width = 654
    Height = 233
    ReadOnly = True
    TabOrder = 4
  end
  object Button3: TButton
    Left = 237
    Top = 143
    Width = 120
    Height = 37
    Caption = #26597#35810#25152#22312#22320
    TabOrder = 5
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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