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

📄 getpcinfo.~dfm

📁 用于计算机中心的PC机管理,通过WMI获取本单位PC的名称,IP地址,网卡地址,硬盘序列号,CPU序列号,硬盘大小,内存大小等信息.然后转换成EXCEL表格发送到管理员的EMAIL中.
💻 ~DFM
字号:
object Form1: TForm1
  Left = 397
  Top = 260
  Width = 469
  Height = 403
  Caption = #35745#31639#26426#20449#24687#33719#21462#24037#20855
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 112
    Top = 328
    Width = 130
    Height = 13
    Caption = #21487#20197#21516#26102#29983#25104'EXCEL'#25991#20214
    Color = clBtnFace
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentColor = False
    ParentFont = False
  end
  object Label2: TLabel
    Left = 112
    Top = 344
    Width = 196
    Height = 13
    Caption = #26377#38382#39064#32852#31995#38472#37329#26106':sjcjw@xmep.com.cn'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clGreen
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 24
    Top = 272
    Width = 96
    Height = 13
    Caption = #24494'  '#26426'  '#24207'  '#21015'  '#21495#65306
  end
  object Label4: TLabel
    Left = 24
    Top = 296
    Width = 96
    Height = 13
    Caption = #25805#20316#31995#32479#27880#20876#21495#65306
  end
  object Button1: TButton
    Left = 16
    Top = 328
    Width = 75
    Height = 25
    Caption = #33719#21462#20449#24687
    TabOrder = 0
    OnClick = Button1Click
  end
  object infolist: TMemo
    Left = 16
    Top = 8
    Width = 433
    Height = 249
    ScrollBars = ssVertical
    TabOrder = 1
  end
  object Button2: TButton
    Left = 328
    Top = 328
    Width = 75
    Height = 25
    Caption = #29983#25104'EXCEL'
    Enabled = False
    TabOrder = 2
    OnClick = Button2Click
  end
  object Panel1: TPanel
    Left = 96
    Top = 104
    Width = 241
    Height = 41
    Caption = #21457#36865#37038#20214#21040#31649#29702#21592#35831#31561#24453#12290#12290
    TabOrder = 3
    Visible = False
  end
  object Edit1: TEdit
    Left = 144
    Top = 272
    Width = 257
    Height = 24
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 4
  end
  object MaskEdit1: TMaskEdit
    Left = 144
    Top = 296
    Width = 255
    Height = 24
    EditMask = 'AAAAA\-AAAAA\-AAAAA\-AAAAA\-AAAAA;1;_'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    MaxLength = 29
    ParentFont = False
    TabOrder = 5
    Text = '     -     -     -     -     '
  end
  object SMTP1: TNMSMTP
    Port = 25
    ReportLevel = 0
    EncodeType = uuMime
    ClearParams = True
    SubType = mtPlain
    Charset = 'GB2312_CHARSET'#9
    Left = 312
    Top = 8
  end
  object WmiConnection1: TWmiConnection
    NameSpace = 'root\cimv2'
    Privileges = []
    Connected = True
    Left = 400
    Top = 16
  end
  object WmiQuery1: TWmiQuery
    Connection = WmiConnection1
    IrregularView = False
    Left = 400
    Top = 56
  end
end

⌨️ 快捷键说明

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