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

📄 unit1.dfm

📁 实现对文件和数据库备份进行定时备份
💻 DFM
📖 第 1 页 / 共 5 页
字号:
          Height = 17
          Caption = #33258#21160#28165#38500'         '#22825#21069#30340#22791#20221
          TabOrder = 2
        end
        object RxSpinEdit2: TRxSpinEdit
          Left = 252
          Top = 24
          Width = 49
          Height = 20
          MaxValue = 100
          MinValue = 1
          Value = 3
          TabOrder = 1
        end
      end
      object GroupBox6: TGroupBox
        Left = 8
        Top = 248
        Width = 403
        Height = 57
        Caption = #20854#20182
        TabOrder = 2
        object CheckBox3: TCheckBox
          Left = 22
          Top = 24
          Width = 97
          Height = 17
          Caption = #23436#25104#21518#20851#26426
          TabOrder = 0
        end
      end
    end
    object TabSheet4: TTabSheet
      Caption = #36873#39033
      ImageIndex = 3
      object GroupBox7: TGroupBox
        Left = 8
        Top = 8
        Width = 404
        Height = 297
        Caption = #20854#20182#35774#32622
        TabOrder = 0
        object Label9: TLabel
          Left = 49
          Top = 97
          Width = 60
          Height = 12
          Caption = #26085#24535#25991#20214#65306
        end
        object Label7: TLabel
          Left = 32
          Top = 245
          Width = 60
          Height = 12
          Caption = #30028#38754#39118#26684#65306
        end
        object Bevel2: TBevel
          Left = 10
          Top = 216
          Width = 385
          Height = 10
          Shape = bsBottomLine
        end
        object Bevel3: TBevel
          Left = 9
          Top = 128
          Width = 384
          Height = 10
          Shape = bsBottomLine
        end
        object Label8: TLabel
          Left = 56
          Top = 176
          Width = 90
          Height = 12
          Caption = #38544#34255'/'#21628#20986#28909#38190#65306
        end
        object Label10: TLabel
          Left = 254
          Top = 177
          Width = 6
          Height = 12
          Caption = '+'
        end
        object CheckBox4: TCheckBox
          Left = 32
          Top = 48
          Width = 97
          Height = 17
          Caption = #33258#21160#21551#21160#26381#21153
          TabOrder = 0
        end
        object CheckBox5: TCheckBox
          Left = 32
          Top = 24
          Width = 145
          Height = 17
          Caption = #31995#32479#21551#21160#21518#33258#21160#21152#36733
          TabOrder = 1
        end
        object CheckBox6: TCheckBox
          Left = 32
          Top = 72
          Width = 105
          Height = 17
          Caption = #20851#38381#26102#20445#23384#26085#24535
          Checked = True
          State = cbChecked
          TabOrder = 2
        end
        object Edit1: TEdit
          Left = 115
          Top = 93
          Width = 254
          Height = 20
          TabOrder = 3
          Text = 'c:\backuplogs.txt'
        end
        object ComboBox1: TComboBox
          Left = 92
          Top = 241
          Width = 65
          Height = 20
          Style = csDropDownList
          ItemHeight = 12
          ItemIndex = 0
          TabOrder = 4
          Text = #26222#36890
          OnChange = ComboBox1Change
          Items.Strings = (
            #26222#36890
            #34074#34013
            #28129#40644)
        end
        object CheckBox9: TCheckBox
          Left = 36
          Top = 152
          Width = 109
          Height = 17
          Caption = #21551#21160#26102#38544#34255#36827#31243
          TabOrder = 5
        end
        object ComboBox2: TComboBox
          Left = 146
          Top = 173
          Width = 103
          Height = 20
          Style = csDropDownList
          ItemHeight = 12
          ItemIndex = 0
          TabOrder = 6
          Text = 'Ctrl'
          Items.Strings = (
            'Ctrl'
            'Shift'
            'Alt'
            'Ctrl + Shift'
            'Ctrl + Alt')
        end
        object ComboBox3: TComboBox
          Left = 268
          Top = 173
          Width = 49
          Height = 20
          Style = csDropDownList
          ItemHeight = 12
          TabOrder = 7
        end
      end
    end
    object TabSheet3: TTabSheet
      Caption = #26085#24535
      ImageIndex = 2
      object Memo1: TMemo
        Left = 0
        Top = 0
        Width = 420
        Height = 307
        Align = alClient
        ReadOnly = True
        ScrollBars = ssVertical
        TabOrder = 0
      end
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 336
    Width = 428
    Height = 33
    Align = alBottom
    TabOrder = 1
    object RxLabel1: TRxLabel
      Left = 13
      Top = 8
      Width = 101
      Height = 14
      Caption = #25991#20214' '#25968#25454#24211#22791#20221
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = [fsItalic, fsUnderline]
      ParentFont = False
      ShadowColor = clHighlightText
      ShadowPos = spRightBottom
      Transparent = True
      WordWrap = True
    end
    object BitBtn2: TBitBtn
      Left = 268
      Top = 5
      Width = 75
      Height = 22
      Caption = #21551#21160#26381#21153
      TabOrder = 0
      OnClick = BitBtn2Click
    end
    object BitBtn3: TBitBtn
      Left = 343
      Top = 5
      Width = 72
      Height = 22
      Caption = #20572#27490#26381#21153
      Enabled = False
      TabOrder = 1
      OnClick = BitBtn3Click
    end
    object BitBtn4: TBitBtn
      Left = 194
      Top = 5
      Width = 74
      Height = 22
      Caption = #20445#23384#35774#32622
      TabOrder = 2
      OnClick = BitBtn4Click
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 369
    Width = 428
    Height = 19
    Panels = <
      item
        Alignment = taCenter

⌨️ 快捷键说明

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