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

📄 unit1.dfm

📁 删除指定天数前的文件
💻 DFM
字号:
object Form1: TForm1
  Left = 248
  Top = 143
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #25991#20214#21024#38500#22120
  ClientHeight = 334
  ClientWidth = 617
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 102
    Top = 277
    Width = 491
    Height = 13
    AutoSize = False
    Caption = 'D:\sss\file'
  end
  object Label2: TLabel
    Left = 30
    Top = 278
    Width = 60
    Height = 13
    Caption = #24403#21069#36335#24452#65306
  end
  object Label3: TLabel
    Left = 361
    Top = 247
    Width = 233
    Height = 13
    AutoSize = False
    Caption = #25991#20214#20445#30041#22825#25968#65306
  end
  object Label4: TLabel
    Left = 31
    Top = 248
    Width = 98
    Height = 13
    AutoSize = False
    Caption = #27599#26085#36816#34892#26102#38388#65306
  end
  object Bevel1: TBevel
    Left = 24
    Top = 227
    Width = 577
    Height = 6
    Shape = bsBottomLine
  end
  object Label5: TLabel
    Left = 32
    Top = 303
    Width = 569
    Height = 13
    AutoSize = False
  end
  object RadioGroup1: TRadioGroup
    Left = 343
    Top = 152
    Width = 147
    Height = 68
    Caption = #36873#25321#21024#38500#25991#20214#26102#38388#31867#22411
    TabOrder = 17
  end
  object DriveComboBox1: TDriveComboBox
    Left = 32
    Top = 32
    Width = 145
    Height = 19
    DirList = DirectoryListBox1
    TabOrder = 0
  end
  object DirectoryListBox1: TDirectoryListBox
    Left = 32
    Top = 56
    Width = 145
    Height = 161
    DirLabel = Label1
    FileList = FileListBox1
    ImeMode = imClose
    ItemHeight = 16
    TabOrder = 1
  end
  object FileListBox1: TFileListBox
    Left = 184
    Top = 56
    Width = 145
    Height = 161
    FileType = [ftArchive, ftNormal]
    ItemHeight = 13
    TabOrder = 2
  end
  object Button1: TButton
    Left = 504
    Top = 231
    Width = 137
    Height = 25
    Caption = #28155#21152#25991#20214#21015#34920
    TabOrder = 3
    Visible = False
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 504
    Top = 207
    Width = 137
    Height = 25
    Caption = #35774#32622#30446#24405
    TabOrder = 4
    Visible = False
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 360
    Top = 72
    Width = 108
    Height = 25
    Caption = #35774#32622#25991#20214#20445#30041#22825#25968
    TabOrder = 5
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 504
    Top = 255
    Width = 137
    Height = 25
    Caption = #21024#38500#25351#23450#22825#25968#21069#30340#25991#20214
    TabOrder = 6
    Visible = False
    OnClick = Button4Click
  end
  object DateTimePicker1: TDateTimePicker
    Left = 185
    Top = 244
    Width = 97
    Height = 21
    Date = 38806.744429062500000000
    Time = 38806.744429062500000000
    DateFormat = dfLong
    Kind = dtkTime
    TabOrder = 7
  end
  object Button5: TButton
    Left = 544
    Top = 294
    Width = 75
    Height = 25
    Caption = #35774#23450#26102#38388
    TabOrder = 8
    Visible = False
    OnClick = Button5Click
  end
  object Button6: TButton
    Left = 506
    Top = 72
    Width = 75
    Height = 25
    Caption = #21152#38145
    TabOrder = 9
    OnClick = Button6Click
  end
  object Button7: TButton
    Left = 506
    Top = 112
    Width = 75
    Height = 25
    Caption = #35299#38145
    Enabled = False
    TabOrder = 10
    OnClick = Button7Click
  end
  object Button8: TButton
    Left = 506
    Top = 32
    Width = 75
    Height = 25
    Caption = #24320#22987
    TabOrder = 11
    OnClick = Button8Click
  end
  object FilterComboBox1: TFilterComboBox
    Left = 184
    Top = 32
    Width = 145
    Height = 21
    FileList = FileListBox1
    Filter = 'All files (*.*)|*.*|word(*.doc)|*.doc'
    TabOrder = 12
  end
  object Button9: TButton
    Left = 360
    Top = 32
    Width = 108
    Height = 25
    Caption = #35774#32622#25991#20214#36807#28388
    TabOrder = 13
    OnClick = Button9Click
  end
  object Button10: TButton
    Left = 506
    Top = 192
    Width = 75
    Height = 25
    Caption = #20851#20110
    TabOrder = 14
    OnClick = Button10Click
  end
  object Button11: TButton
    Left = 360
    Top = 112
    Width = 108
    Height = 25
    Caption = #31435#21363#21024#38500
    TabOrder = 15
    OnClick = Button11Click
  end
  object Button12: TButton
    Left = 506
    Top = 152
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 16
    OnClick = Button12Click
  end
  object RadioButton2: TRadioButton
    Left = 359
    Top = 195
    Width = 115
    Height = 17
    Hint = #20197#25991#20214#30340#20462#25913#26102#38388#20026#20934#21024#38500
    Caption = #25353#25991#20214#20462#25913#26102#38388
    ParentShowHint = False
    ShowHint = True
    TabOrder = 18
  end
  object GroupBox1: TGroupBox
    Left = 32
    Top = 347
    Width = 196
    Height = 68
    Caption = #36873#25321#35201#26174#31034#30340#25991#20214#31867#22411
    TabOrder = 19
    Visible = False
    object CheckBox1: TCheckBox
      Left = 16
      Top = 16
      Width = 78
      Height = 17
      Caption = #38544#34255#25991#20214
      TabOrder = 0
      OnClick = CheckBox1Click
    end
    object CheckBox2: TCheckBox
      Left = 16
      Top = 40
      Width = 81
      Height = 17
      Caption = #21482#35835#25991#20214
      TabOrder = 1
    end
    object CheckBox3: TCheckBox
      Left = 111
      Top = 16
      Width = 81
      Height = 17
      Caption = #31995#32479#25991#20214
      TabOrder = 2
    end
    object CheckBox4: TCheckBox
      Left = 111
      Top = 40
      Width = 81
      Height = 17
      Caption = #23384#26723#25991#20214
      Checked = True
      State = cbChecked
      TabOrder = 3
    end
  end
  object RadioButton1: TRadioButton
    Left = 359
    Top = 171
    Width = 115
    Height = 17
    Hint = #20197#25991#20214#30340#21019#24314#26102#38388#20026#20934#21024#38500
    Caption = #25353#25991#20214#21019#24314#26102#38388
    Checked = True
    ParentShowHint = False
    ShowHint = True
    TabOrder = 20
    TabStop = True
  end
  object Timer1: TTimer
    Enabled = False
    OnTimer = Timer1Timer
    Left = 160
  end
  object TrayIcon1: TTrayIcon
    Visible = True
    Hint = #21024#38500#25351#23450#22825#25968#21069#30340#25991#20214
    PopupMenu = PopupMenu1
    Hide = True
    RestoreOn = imDoubleClick
    PopupMenuOn = imRightClickUp
    IconIndex = 0
    Left = 120
  end
  object PopupMenu1: TPopupMenu
    Left = 88
    object N1: TMenuItem
      Caption = #24674#22797
      OnClick = N1Click
    end
    object N2: TMenuItem
      Caption = #21152#38145
      OnClick = Button6Click
    end
    object N3: TMenuItem
      Caption = #35299#38145
      Enabled = False
      OnClick = Button7Click
    end
  end
  object Timer2: TTimer
    Interval = 3000
    OnTimer = Timer2Timer
    Left = 40
  end
end

⌨️ 快捷键说明

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