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

📄 unit1.dfm

📁 实现对文件和数据库备份进行定时备份
💻 DFM
📖 第 1 页 / 共 5 页
字号:
object Form1: TForm1
  Left = 225
  Top = 110
  BorderStyle = bsSingle
  Caption = 'HG'#22791#20221
  ClientHeight = 388
  ClientWidth = 428
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 428
    Height = 336
    ActivePage = TabSheet4
    Align = alClient
    Images = ImageList1
    MultiLine = True
    TabIndex = 2
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = #25991#20214#22791#20221
      object GroupBox1: TGroupBox
        Left = 8
        Top = 8
        Width = 403
        Height = 111
        Caption = #25991#20214
        TabOrder = 0
        object Label1: TLabel
          Left = 24
          Top = 22
          Width = 72
          Height = 12
          Caption = #28304#25991#20214#30446#24405#65306
        end
        object Label3: TLabel
          Left = 24
          Top = 46
          Width = 84
          Height = 12
          Caption = #30446#26631#25991#20214#30446#24405#65306
        end
        object DirectoryEdit1: TDirectoryEdit
          Left = 104
          Top = 16
          Width = 265
          Height = 21
          OnBeforeDialog = DirectoryEdit1BeforeDialog
          OnButtonClick = DirectoryEdit1ButtonClick
          NumGlyphs = 1
          TabOrder = 0
          OnKeyDown = DirectoryEdit1KeyDown
          OnKeyUp = DirectoryEdit1KeyUp
        end
        object DirectoryEdit2: TDirectoryEdit
          Left = 104
          Top = 40
          Width = 265
          Height = 21
          AcceptFiles = True
          OnBeforeDialog = DirectoryEdit2BeforeDialog
          OnButtonClick = DirectoryEdit2ButtonClick
          NumGlyphs = 1
          TabOrder = 1
          OnKeyDown = DirectoryEdit2KeyDown
          OnKeyUp = DirectoryEdit2KeyUp
        end
        object CheckBox1: TCheckBox
          Left = 232
          Top = 75
          Width = 137
          Height = 17
          Caption = #21253#21547#23376#25991#20214#21644#31354#30446#24405
          Checked = True
          Enabled = False
          State = cbChecked
          TabOrder = 2
        end
      end
      object GroupBox2: TGroupBox
        Left = 8
        Top = 125
        Width = 403
        Height = 118
        Caption = #35843#24230
        TabOrder = 1
        object Label2: TLabel
          Left = 28
          Top = 24
          Width = 60
          Height = 12
          Caption = #22791#20221#26102#38388#65306
        end
        object MaskEdit1: TMaskEdit
          Left = 88
          Top = 19
          Width = 108
          Height = 20
          EditMask = '!90:00;1;_'
          MaxLength = 5
          TabOrder = 0
          Text = '  :  '
        end
        object CheckBox7: TCheckBox
          Left = 31
          Top = 52
          Width = 193
          Height = 17
          Caption = #33258#21160#28165#38500'         '#22825#21069#30340#22791#20221
          TabOrder = 2
        end
        object RxSpinEdit1: TRxSpinEdit
          Left = 101
          Top = 50
          Width = 47
          Height = 20
          MaxValue = 100
          MinValue = 1
          Value = 3
          TabOrder = 1
        end
      end
      object GroupBox3: TGroupBox
        Left = 8
        Top = 248
        Width = 403
        Height = 57
        Caption = #20854#20182
        TabOrder = 2
        object CheckBox2: TCheckBox
          Left = 24
          Top = 24
          Width = 88
          Height = 17
          Caption = #23436#25104#21518#20851#26426
          TabOrder = 0
        end
      end
    end
    object TabSheet2: TTabSheet
      Caption = #25968#25454#24211#22791#20221
      ImageIndex = 1
      object GroupBox4: TGroupBox
        Left = 8
        Top = 8
        Width = 403
        Height = 177
        Caption = #25968#25454#24211
        TabOrder = 0
        object Label4: TLabel
          Left = 21
          Top = 24
          Width = 210
          Height = 12
          Caption = #36873#25321#25968#25454#28304#65288#21482#25903#25345' MS SqlServer'#65289#65306
        end
        object Bevel1: TBevel
          Left = 8
          Top = 92
          Width = 385
          Height = 10
          Shape = bsBottomLine
        end
        object Label5: TLabel
          Left = 21
          Top = 116
          Width = 96
          Height = 12
          Caption = #25968#25454#24211#22791#20221#30446#24405#65306
        end
        object DirectoryEdit3: TDirectoryEdit
          Left = 21
          Top = 44
          Width = 361
          Height = 21
          OnBeforeDialog = DirectoryEdit3BeforeDialog
          OnButtonClick = DirectoryEdit3ButtonClick
          GlyphKind = gkEllipsis
          NumGlyphs = 1
          ButtonWidth = 20
          TabOrder = 0
          OnKeyDown = DirectoryEdit3KeyDown
          OnKeyUp = DirectoryEdit3KeyUp
        end
        object DirectoryEdit4: TDirectoryEdit
          Left = 21
          Top = 136
          Width = 353
          Height = 21
          OnBeforeDialog = DirectoryEdit4BeforeDialog
          OnButtonClick = DirectoryEdit4ButtonClick
          NumGlyphs = 1
          TabOrder = 1
          OnKeyDown = DirectoryEdit4KeyDown
          OnKeyUp = DirectoryEdit4KeyUp
        end
        object BitBtn1: TBitBtn
          Left = 297
          Top = 67
          Width = 85
          Height = 23
          Caption = #36830#25509#27979#35797
          TabOrder = 2
          OnClick = BitBtn1Click
        end
      end
      object GroupBox5: TGroupBox
        Left = 8
        Top = 188
        Width = 403
        Height = 57
        Caption = #35843#24230
        TabOrder = 1
        object Label6: TLabel
          Left = 22
          Top = 27
          Width = 60
          Height = 12
          Caption = #22791#20221#26102#38388#65306
        end
        object MaskEdit2: TMaskEdit
          Left = 86
          Top = 24
          Width = 73
          Height = 20
          EditMask = '!90:00;1;_'
          MaxLength = 5
          TabOrder = 0
          Text = '  :  '
        end
        object CheckBox8: TCheckBox
          Left = 184
          Top = 26
          Width = 197

⌨️ 快捷键说明

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