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

📄 lbtoolsunit.dfm

📁 检测CPU信息和硬盘温度,以及硬盘使用时间和IP地址的小软件。
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object MainForm: TMainForm
  Left = 316
  Top = 138
  HorzScrollBar.Visible = False
  VertScrollBar.Visible = False
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #34013#20912#24037#20855#31665
  ClientHeight = 342
  ClientWidth = 339
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object xpgMain: TxpPageControl
    Left = 4
    Top = 4
    Width = 274
    Height = 333
    ActivePage = tsShow
    ParentShowHint = False
    ShowHint = True
    Style = pcsXP
    TabOrder = 0
    TabPosition = tpTop
    BorderColor = clSilver
    TabTextAlignment = taCenter
    object tsShow: TxpTabSheet
      Caption = #31995#32479#20449#24687
      Color = clWhite
      BGStyle = bgsNone
      GradientStartColor = clWhite
      GradientEndColor = clSilver
      GradientFillDir = fdTopToBottom
      object grpCPU: TxpGroupBox
        Left = 4
        Top = 8
        Width = 265
        Height = 109
        Caption = 'CPU'
        Font.Charset = GB2312_CHARSET
        Font.Color = clBlue
        Font.Height = -12
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        TabOrder = 0
        XPStyle.BorderColor = clSilver
        XPStyle.RoundedCorners = [rcTopLeft, rcTopRight, rcBottomLeft, rcBottomRight]
        XPStyle.BGStyle = bgsNone
        XPStyle.GradientStartColor = clWhite
        XPStyle.GradientEndColor = clSilver
        XPStyle.GradientFillDir = fdTopToBottom
        object Label5: TLabel
          Left = 4
          Top = 20
          Width = 30
          Height = 12
          Caption = 'CPU'#65306
          Transparent = True
        end
        object Label10: TLabel
          Left = 4
          Top = 63
          Width = 36
          Height = 12
          Caption = #39057#29575#65306
          Transparent = True
        end
        object Label11: TLabel
          Left = 4
          Top = 84
          Width = 36
          Height = 12
          Caption = #28201#24230#65306
          Transparent = True
        end
        object Label12: TLabel
          Left = 4
          Top = 41
          Width = 42
          Height = 12
          Caption = #26680#24515#25968':'
          Transparent = True
        end
        object fpCPUName: TFlatPanel
          Left = 44
          Top = 16
          Width = 213
          Height = 17
          Color = clWindow
          TabOrder = 0
        end
        object fpFrequency: TFlatPanel
          Left = 44
          Top = 60
          Width = 213
          Height = 17
          Color = clWindow
          TabOrder = 1
        end
        object fpCoreNumber: TFlatPanel
          Left = 44
          Top = 38
          Width = 213
          Height = 17
          Color = clWindow
          TabOrder = 2
        end
        object fpCPUTemp: TFlatPanel
          Left = 44
          Top = 82
          Width = 213
          Height = 17
          Color = clWindow
          TabOrder = 3
        end
      end
      object xpGroupBox1: TxpGroupBox
        Left = 4
        Top = 120
        Width = 265
        Height = 189
        Caption = #30828#30424
        Font.Charset = GB2312_CHARSET
        Font.Color = clBlue
        Font.Height = -12
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        TabOrder = 1
        XPStyle.BorderColor = clSilver
        XPStyle.RoundedCorners = [rcTopLeft, rcTopRight, rcBottomLeft, rcBottomRight]
        XPStyle.BGStyle = bgsNone
        XPStyle.GradientStartColor = clWhite
        XPStyle.GradientEndColor = clSilver
        XPStyle.GradientFillDir = fdTopToBottom
        object Label6: TLabel
          Left = 4
          Top = 24
          Width = 36
          Height = 12
          Caption = #30828#30424#65306
          Transparent = True
        end
        object Label7: TLabel
          Left = 4
          Top = 44
          Width = 36
          Height = 12
          Caption = #28201#24230#65306
          Transparent = True
        end
        object Label9: TLabel
          Left = 116
          Top = 44
          Width = 78
          Height = 12
          Caption = #20351#29992#26102#38388'('#20998'):'
          Transparent = True
        end
        object fpDiskName: TFlatPanel
          Left = 36
          Top = 22
          Width = 225
          Height = 17
          Color = clWindow
          TabOrder = 0
        end
        object fpDiskTemp: TFlatPanel
          Left = 36
          Top = 42
          Width = 73
          Height = 17
          Color = clWindow
          TabOrder = 1
        end
        object fpDiskTime: TFlatPanel
          Left = 192
          Top = 42
          Width = 69
          Height = 17
          Color = clWindow
          TabOrder = 2
        end
      end
    end
    object tsIP: TxpTabSheet
      Caption = 'IP'#20449#24687
      Color = clWhite
      BGStyle = bgsNone
      GradientStartColor = clWhite
      GradientEndColor = clSilver
      GradientFillDir = fdTopToBottom
      object Label17: TLabel
        Left = 8
        Top = 12
        Width = 60
        Height = 12
        Caption = #35745#31639#26426#21517#65306
        Transparent = True
      end
      object Label18: TLabel
        Left = 8
        Top = 68
        Width = 84
        Height = 12
        Caption = #22806#32593'I P '#22320#22336#65306
        Transparent = True
      end
      object lblComputerName: TLabel
        Left = 104
        Top = 12
        Width = 90
        Height = 12
        Caption = 'lblComputerName'
        Transparent = True
      end
      object lblIP2: TLabel
        Left = 104
        Top = 68
        Width = 36
        Height = 12
        Caption = 'lblIP2'
        Transparent = True
      end
      object Label1: TLabel
        Left = 8
        Top = 40
        Width = 84
        Height = 12
        Caption = #20869#32593'I P '#22320#22336#65306
        Transparent = True
      end
      object lblIP1: TLabel
        Left = 104
        Top = 40
        Width = 30
        Height = 12
        Caption = 'lblIP'
        Transparent = True
      end
      object Label2: TLabel
        Left = 8
        Top = 96
        Width = 84
        Height = 12
        Caption = #32593#32476#36830#25509#29366#24577#65306
        Transparent = True
      end
      object lblState: TLabel
        Left = 104
        Top = 96
        Width = 36
        Height = 12
        Caption = 'lblIP2'
        Transparent = True
      end
      object Label4: TLabel
        Left = 8
        Top = 128
        Width = 150
        Height = 12
        Caption = #26522#20030#32593#21345#22320#22336#65288'MAC'#65289#21015#34920#65306
        Transparent = True
      end
      object mmoList: TMemo
        Left = 8
        Top = 144
        Width = 257
        Height = 61
        Ctl3D = False
        ParentCtl3D = False
        ReadOnly = True
        TabOrder = 0
        WantTabs = True
      end
      object btnOpen: TxpButton
        Left = 92
        Top = 212
        Width = 75
        Height = 25
        Caption = #25163#21160#21047#26032
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clNavy
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = [fsBold]
        Gradient = True
        TabOrder = 1
        OnClick = btnOpenClick
      end
    end
    object tsSet: TxpTabSheet
      Caption = #35774#32622
      Color = clWhite
      BGStyle = bgsNone
      GradientStartColor = clWhite
      GradientEndColor = clSilver
      GradientFillDir = fdTopToBottom
      object Label8: TLabel
        Left = 8
        Top = 228
        Width = 84
        Height = 12
        Caption = #31995#32479#39118#26684#65306'    '
        Transparent = True
      end
      object lblTime: TLabel
        Left = 140
        Top = 22
        Width = 60
        Height = 12
        Caption = #26102#38388'('#31186')'#65306
        Transparent = True
      end
      object lbl1: TLabel
        Left = 56
        Top = 292
        Width = 161
        Height = 14
        Caption = #20241#38386#65292#20889#20110'2009'#24180'3'#26376'26'#26085
        Font.Charset = GB2312_CHARSET
        Font.Color = clRed
        Font.Height = -14
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        Transparent = True
      end
      object cbStyle: TxpComboBox
        Left = 72
        Top = 224
        Width = 185
        Height = 22
        Style = csDropDownList
        ItemHeight = 16
        TabOrder = 0
        OnChange = cbStyleChange

⌨️ 快捷键说明

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