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

📄 main.dfm

📁 一个很不错的系统信息控件
💻 DFM
字号:
object Form1: TForm1
  Left = 318
  Top = 277
  Caption = 'Form1'
  ClientHeight = 562
  ClientWidth = 628
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 0
    Top = 0
    Width = 628
    Height = 562
    Align = alClient
    Alignment = taCenter
    Caption = 'Collecting data...please wait'
    Layout = tlCenter
  end
  object Label2: TLabel
    Left = 15
    Top = 19
    Width = 44
    Height = 13
    Alignment = taRightJustify
    Caption = 'Machine:'
  end
  object Label3: TLabel
    Left = 200
    Top = 19
    Width = 51
    Height = 13
    Alignment = taRightJustify
    Caption = 'Username:'
  end
  object Label4: TLabel
    Left = 403
    Top = 19
    Width = 49
    Height = 13
    Alignment = taRightJustify
    Caption = 'Password:'
  end
  object Button1: TButton
    Left = 545
    Top = 529
    Width = 75
    Height = 25
    Cursor = crHandPoint
    Anchors = [akRight, akBottom]
    Cancel = True
    Caption = 'Close'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Tree: TTreeView
    Left = 8
    Top = 55
    Width = 612
    Height = 465
    Anchors = [akLeft, akTop, akRight, akBottom]
    BorderWidth = 5
    Indent = 19
    ParentShowHint = False
    ReadOnly = True
    RowSelect = True
    ShowButtons = False
    ShowHint = True
    ShowLines = False
    TabOrder = 1
    OnCustomDrawItem = TreeCustomDrawItem
  end
  object Button2: TButton
    Left = 8
    Top = 529
    Width = 75
    Height = 25
    Cursor = crHandPoint
    Anchors = [akLeft, akBottom]
    Caption = 'Refresh'
    Default = True
    TabOrder = 2
    OnClick = cmRefresh
  end
  object eMachine: TEdit
    Left = 65
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object eUser: TEdit
    Left = 257
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 4
  end
  object ePwd: TEdit
    Left = 458
    Top = 16
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 5
  end
end

⌨️ 快捷键说明

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