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

📄 ttaskform.dfm

📁 我写的SQL Server网络备份工具。(服务器端用VC开发
💻 DFM
字号:
object TaskForm: TTaskForm
  Left = 296
  Top = 105
  BorderStyle = bsDialog
  Caption = #24490#29615#26041#24335
  ClientHeight = 321
  ClientWidth = 438
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 144
    Width = 89
    Height = 129
    Caption = #21457#29983#39057#29575
    TabOrder = 0
    object rbMonth: TRadioButton
      Tag = 1
      Left = 16
      Top = 24
      Width = 60
      Height = 17
      Caption = #27599#26376
      TabOrder = 0
      OnClick = OnCycleClick
    end
    object rbWeek: TRadioButton
      Tag = 2
      Left = 16
      Top = 56
      Width = 60
      Height = 17
      Caption = #27599#21608
      TabOrder = 1
      OnClick = OnCycleClick
    end
    object rbDay: TRadioButton
      Tag = 3
      Left = 16
      Top = 88
      Width = 60
      Height = 25
      Caption = #27599#26085
      TabOrder = 2
      OnClick = OnCycleClick
    end
  end
  object GroupBox2: TGroupBox
    Left = 104
    Top = 144
    Width = 329
    Height = 129
    Caption = #21608#26399
    TabOrder = 1
  end
  object MonthBox: TPanel
    Left = 112
    Top = 192
    Width = 305
    Height = 41
    BevelOuter = bvNone
    TabOrder = 2
    object Label1: TLabel
      Left = 24
      Top = 8
      Width = 22
      Height = 17
      AutoSize = False
      Caption = #27599
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 104
      Top = 8
      Width = 81
      Height = 17
      AutoSize = False
      Caption = #20010#26376#65292#30340#31532
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 248
      Top = 8
      Width = 25
      Height = 17
      AutoSize = False
      Caption = #22825
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object txtMonthNum: TCSpinEdit
      Left = 48
      Top = 8
      Width = 49
      Height = 22
      MaxValue = 11
      MinValue = 1
      TabOrder = 0
      Value = 1
    end
    object txtMonthDayNum: TCSpinEdit
      Left = 192
      Top = 8
      Width = 49
      Height = 22
      MaxValue = 28
      MinValue = 1
      TabOrder = 1
      Value = 1
    end
  end
  object WeekBox: TPanel
    Left = 112
    Top = 168
    Width = 313
    Height = 89
    BevelOuter = bvNone
    TabOrder = 3
    object Label6: TLabel
      Left = 24
      Top = 8
      Width = 22
      Height = 17
      AutoSize = False
      Caption = #27599
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label7: TLabel
      Left = 104
      Top = 8
      Width = 81
      Height = 17
      AutoSize = False
      Caption = #21608#65292#22312#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object txtWeekNum: TCSpinEdit
      Left = 48
      Top = 8
      Width = 49
      Height = 22
      MaxValue = 5
      MinValue = 1
      TabOrder = 0
      Value = 1
    end
    object rbMonday: TRadioButton
      Tag = 1
      Left = 24
      Top = 40
      Width = 65
      Height = 17
      Caption = #26143#26399#19968
      TabOrder = 1
      OnClick = OnDayClick
    end
    object rbTuesday: TRadioButton
      Tag = 2
      Left = 96
      Top = 40
      Width = 65
      Height = 17
      Caption = #26143#26399#20108
      TabOrder = 2
      OnClick = OnDayClick
    end
    object rbWednesday: TRadioButton
      Tag = 3
      Left = 168
      Top = 40
      Width = 65
      Height = 17
      Caption = #26143#26399#19977
      TabOrder = 3
      OnClick = OnDayClick
    end
    object rbThursday: TRadioButton
      Tag = 4
      Left = 240
      Top = 40
      Width = 65
      Height = 17
      Caption = #26143#26399#22235
      TabOrder = 4
      OnClick = OnDayClick
    end
    object rbFriday: TRadioButton
      Tag = 5
      Left = 24
      Top = 64
      Width = 65
      Height = 17
      Caption = #26143#26399#20116
      TabOrder = 5
      OnClick = OnDayClick
    end
    object rbSaturday: TRadioButton
      Tag = 6
      Left = 96
      Top = 64
      Width = 65
      Height = 17
      Caption = #26143#26399#20845
      TabOrder = 6
      OnClick = OnDayClick
    end
    object rbSunday: TRadioButton
      Tag = 7
      Left = 168
      Top = 64
      Width = 65
      Height = 17
      Caption = #26143#26399#26085
      TabOrder = 7
      OnClick = OnDayClick
    end
  end
  object DayBox: TPanel
    Left = 160
    Top = 184
    Width = 233
    Height = 49
    BevelOuter = bvNone
    TabOrder = 4
    object Label4: TLabel
      Left = 24
      Top = 8
      Width = 22
      Height = 17
      AutoSize = False
      Caption = #27599
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label5: TLabel
      Left = 104
      Top = 8
      Width = 22
      Height = 17
      AutoSize = False
      Caption = #22825
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object txtDayNum: TCSpinEdit
      Left = 48
      Top = 8
      Width = 49
      Height = 22
      MaxValue = 7
      MinValue = 1
      TabOrder = 0
      Value = 1
    end
  end
  object GroupBox3: TGroupBox
    Left = 240
    Top = 8
    Width = 193
    Height = 129
    TabOrder = 5
    object txtDatabase: TLabel
      Left = 72
      Top = 16
      Width = 113
      Height = 17
      AutoSize = False
    end
    object Label8: TLabel
      Left = 8
      Top = 72
      Width = 65
      Height = 17
      AutoSize = False
      Caption = #22791#20221#26102#38388#65306
    end
    object Label9: TLabel
      Left = 8
      Top = 16
      Width = 65
      Height = 17
      AutoSize = False
      Caption = #25968#25454#24211#65306
    end
    object Label10: TLabel
      Left = 8
      Top = 40
      Width = 65
      Height = 17
      AutoSize = False
      Caption = #36215#22987#26102#38388#65306
    end
    object chkBackupNow: TCheckBox
      Left = 8
      Top = 104
      Width = 81
      Height = 17
      Caption = #31435#21363#22791#20221
      TabOrder = 0
    end
    object ActiveTime: TDateTimePicker
      Left = 88
      Top = 72
      Width = 89
      Height = 24
      CalAlignment = dtaLeft
      Date = 38358.9829385648
      Time = 38358.9829385648
      DateFormat = dfShort
      DateMode = dmUpDown
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      Kind = dtkTime
      ParseInput = False
      ParentFont = False
      TabOrder = 1
    end
    object BeginDate: TDateTimePicker
      Left = 88
      Top = 40
      Width = 89
      Height = 24
      CalAlignment = dtaLeft
      Date = 38358.9829385648
      Time = 38358.9829385648
      DateFormat = dfShort
      DateMode = dmUpDown
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      Kind = dtkDate
      ParseInput = False
      ParentFont = False
      TabOrder = 2
    end
  end
  object btnOk: TButton
    Left = 96
    Top = 288
    Width = 81
    Height = 25
    Caption = #30830#23450
    ModalResult = 1
    TabOrder = 6
    OnClick = btnOkClick
  end
  object btnCancel: TButton
    Left = 272
    Top = 288
    Width = 81
    Height = 25
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 7
  end
  object DatabaseList: TListBox
    Left = 8
    Top = 8
    Width = 225
    Height = 129
    ItemHeight = 13
    TabOrder = 8
    OnClick = DatabaseListClick
  end
end

⌨️ 快捷键说明

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