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

📄 mainfrm.dfm

📁 自动清除文件
💻 DFM
字号:
object frmMain: TfrmMain
  Left = 614
  Top = 146
  BorderIcons = [biMinimize]
  BorderStyle = bsSingle
  Caption = '闪狐'
  ClientHeight = 114
  ClientWidth = 206
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  OnDblClick = FormDblClick
  OnShow = FormShow
  PixelsPerInch = 120
  TextHeight = 15
  object lblCout: TLabel
    Left = 64
    Top = 55
    Width = 45
    Height = 15
    Caption = '次发作'
  end
  object btnKillSelf: TSpeedButton
    Left = 130
    Top = 50
    Width = 71
    Height = 28
    Caption = '自杀(&K)'
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    OnClick = btnKillSelfClick
  end
  object chkAutoStart: TCheckBox
    Left = 10
    Top = 0
    Width = 121
    Height = 21
    Caption = '自动启动'
    Checked = True
    State = cbChecked
    TabOrder = 0
  end
  object chkShutDown: TCheckBox
    Left = 10
    Top = 28
    Width = 141
    Height = 21
    Caption = '五秒重起'
    TabOrder = 1
    OnClick = chkShutDownClick
  end
  object edtPath: TEdit
    Left = 10
    Top = 80
    Width = 191
    Height = 20
    TabOrder = 2
  end
  object speCount: TSpinEdit
    Left = 10
    Top = 50
    Width = 51
    Height = 24
    Increment = 10
    MaxValue = 5000
    MinValue = 0
    TabOrder = 3
    Value = 20
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 5000
    OnTimer = Timer1Timer
    Left = 136
  end
end

⌨️ 快捷键说明

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