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

📄 unit1.dfm

📁 一个可能定时检测磁盘剩余空间大小并能报警的小工具。
💻 DFM
字号:
object Form1: TForm1
  Left = 433
  Top = 387
  Width = 399
  Height = 259
  AutoSize = True
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #30913#30424#23481#37327#30417#27979#24037#20855
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #23435#20307
  Font.Style = [fsBold]
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  ShowHint = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 16
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 391
    Height = 225
    Align = alClient
    TabOrder = 0
    object Label1: TLabel
      Left = 26
      Top = 13
      Width = 112
      Height = 16
      Caption = #30913' '#30424' '#23481' '#37327#65306
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label2: TLabel
      Left = 26
      Top = 45
      Width = 119
      Height = 16
      Caption = #30913#30424#21487#29992#31354#38388#65306
    end
    object Label3: TLabel
      Left = 26
      Top = 140
      Width = 102
      Height = 16
      Caption = #24403#21069#39537#21160#22120#65306
      ParentShowHint = False
      ShowHint = False
    end
    object Label4: TLabel
      Left = 26
      Top = 76
      Width = 119
      Height = 16
      Caption = #25253#35686#35686#25106#23481#37327#65306
    end
    object Label5: TLabel
      Left = 26
      Top = 108
      Width = 119
      Height = 16
      Caption = #26816#27979#38388#38548#26102#38388#65306
    end
    object Label6: TLabel
      Left = 229
      Top = 108
      Width = 17
      Height = 16
      Caption = #31186
    end
    object Label7: TLabel
      Left = 229
      Top = 76
      Width = 18
      Height = 16
      Caption = 'MB'
    end
    object Label8: TLabel
      Left = 41
      Top = 173
      Width = 11
      Height = 19
      Font.Charset = ANSI_CHARSET
      Font.Color = clRed
      Font.Height = -19
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object ComboBox1: TComboBox
      Left = 145
      Top = 136
      Width = 121
      Height = 24
      ItemHeight = 16
      TabOrder = 0
      OnSelect = ComboBox1Select
    end
    object Button1: TButton
      Left = 297
      Top = 21
      Width = 75
      Height = 25
      Caption = #24320#22987
      TabOrder = 1
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 297
      Top = 69
      Width = 75
      Height = 25
      Caption = #20572#27490
      TabOrder = 2
      OnClick = Button2Click
    end
    object Edit1: TEdit
      Left = 145
      Top = 9
      Width = 121
      Height = 24
      ReadOnly = True
      TabOrder = 3
    end
    object Edit2: TEdit
      Left = 145
      Top = 41
      Width = 121
      Height = 24
      ReadOnly = True
      TabOrder = 4
    end
    object Button3: TButton
      Left = 297
      Top = 116
      Width = 75
      Height = 25
      Caption = #36864#20986
      TabOrder = 5
      OnClick = Button3Click
    end
    object RzNumericEdit1: TRzNumericEdit
      Left = 145
      Top = 104
      Width = 81
      Height = 24
      TabOrder = 6
      Value = 1.000000000000000000
      DisplayFormat = ',0;(,0)'
    end
    object RzNumericEdit2: TRzNumericEdit
      Left = 145
      Top = 72
      Width = 81
      Height = 24
      TabOrder = 7
      IntegersOnly = False
      Value = 1000.000000000000000000
      DisplayFormat = '0;(0)'
    end
  end
  object Timer1: TTimer
    Enabled = False
    OnTimer = Timer1Timer
    Left = 288
    Top = 152
  end
  object Timer2: TTimer
    Enabled = False
    OnTimer = Timer2Timer
    Left = 336
    Top = 152
  end
  object RzTrayIcon1: TRzTrayIcon
    RestoreOn = ticLeftClick
    Left = 240
    Top = 176
  end
end

⌨️ 快捷键说明

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