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

📄 unit1.dfm

📁 SQL SERVER 数据备份与恢复组件
💻 DFM
字号:
object Form1: TForm1
  Left = 215
  Top = 80
  Width = 533
  Height = 260
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 12
  object lbl_12: TLabel
    Left = 221
    Top = 14
    Width = 42
    Height = 12
    Caption = #25968#25454#24211':'
  end
  object lbl_13: TLabel
    Left = 5
    Top = 124
    Width = 54
    Height = 12
    Caption = #25991#20214#36335#24452':'
  end
  object lbl_14: TLabel
    Left = 13
    Top = 14
    Width = 48
    Height = 12
    Caption = #26381#21153#22120#65306
  end
  object Button1: TButton
    Left = 208
    Top = 64
    Width = 75
    Height = 25
    Caption = 'Button1'
    TabOrder = 3
  end
  object ProgressBar1: TProgressBar
    Left = 0
    Top = 200
    Width = 521
    Height = 25
    Min = 0
    Max = 100
    TabOrder = 6
  end
  object grp_1: TGroupBox
    Left = 5
    Top = 36
    Width = 453
    Height = 73
    Caption = #30331#38470
    TabOrder = 2
    object lbl_1: TLabel
      Left = 155
      Top = 44
      Width = 48
      Height = 12
      Caption = #30331#38470#21517#65306
    end
    object lbl_11: TLabel
      Left = 299
      Top = 44
      Width = 36
      Height = 12
      Caption = #23494#30721#65306
    end
    object rb_Windows: TRadioButton
      Left = 8
      Top = 16
      Width = 113
      Height = 25
      Caption = 'windows'#36523#20221#39564#35777
      TabOrder = 0
    end
    object rb_SqlServer: TRadioButton
      Left = 8
      Top = 38
      Width = 135
      Height = 25
      Caption = 'SQL Server '#36523#20221#39564#35777
      TabOrder = 1
    end
    object edt_Login: TEdit
      Left = 195
      Top = 40
      Width = 97
      Height = 20
      TabOrder = 2
    end
    object edt_Password: TEdit
      Left = 339
      Top = 40
      Width = 105
      Height = 20
      TabOrder = 3
    end
  end
  object edt_File: TEdit
    Left = 69
    Top = 120
    Width = 369
    Height = 20
    ReadOnly = True
    TabOrder = 5
  end
  object edt_Server: TEdit
    Left = 69
    Top = 10
    Width = 145
    Height = 20
    TabOrder = 0
    Text = '.'
  end
  object btn_14: TBitBtn
    Left = 437
    Top = 119
    Width = 24
    Height = 21
    Caption = '...'
    TabOrder = 4
    OnClick = btn_14Click
  end
  object edt_DbName: TEdit
    Left = 269
    Top = 10
    Width = 145
    Height = 20
    TabOrder = 1
    Text = 'sample'
  end
  object btn_Back: TButton
    Left = 256
    Top = 152
    Width = 75
    Height = 25
    Caption = #22791#20221
    TabOrder = 7
    OnClick = btn_BackClick
  end
  object btn_Restore: TButton
    Left = 360
    Top = 152
    Width = 75
    Height = 25
    Caption = #36824#21407
    TabOrder = 8
    OnClick = btn_RestoreClick
  end
  object SQLBackup1: TSQLBackup
    Server = '.'
    DbName = 'sample'
    LoginTimeout = 10
    BackupMode = FullDatabase
    PercentComplete = SQLBackup1PercentComplete
    Left = 8
    Top = 144
  end
  object OpenDialog1: TOpenDialog
    Left = 440
    Top = 136
  end
  object SQLRestore1: TSQLRestore
    LoginTimeout = 10
    RestoreMode = Restore_Database
    Replacedatabase = True
    PercentComplete = SQLRestore1PercentComplete
    Left = 64
    Top = 144
  end
end

⌨️ 快捷键说明

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