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

📄 unit1.dfm

📁 检测某台机器是否在网上,检测某台机器是否在网上
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 111
  Width = 212
  Height = 279
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 15
    Top = 12
    Width = 104
    Height = 13
    Caption = '要查找的机器名:'
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 16
    Top = 32
    Width = 177
    Height = 21
    ImeName = '微软拼音输入法 3.0'
    TabOrder = 0
  end
  object Button1: TButton
    Left = 72
    Top = 61
    Width = 54
    Height = 22
    Caption = '查  询'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Memo1: TMemo
    Left = 16
    Top = 91
    Width = 177
    Height = 145
    ImeName = '微软拼音输入法 3.0'
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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