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

📄 unit1.~dfm

📁 delphi对sqlserver数据库进行备份操作
💻 ~DFM
字号:
object Form1: TForm1
  Left = 198
  Top = 129
  Width = 578
  Height = 344
  Caption = #22791#20221#36824#21407#31243#24207
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label3: TLabel
    Left = 24
    Top = 40
    Width = 105
    Height = 13
    AutoSize = False
    Caption = #36830#25509#20027#26426#21517#25110'IP'#65306
  end
  object Button2: TButton
    Left = 408
    Top = 264
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 0
    OnClick = Button2Click
  end
  object GroupBox1: TGroupBox
    Left = 16
    Top = 120
    Width = 185
    Height = 105
    Caption = #36824#21407
    TabOrder = 1
    object Label1: TLabel
      Left = 8
      Top = 24
      Width = 121
      Height = 13
      AutoSize = False
      Caption = #25968#25454#24211#21517#65306
    end
    object Button3: TButton
      Left = 96
      Top = 72
      Width = 75
      Height = 25
      Caption = #36824#21407
      TabOrder = 0
      OnClick = Button3Click
    end
    object CB_restore: TComboBox
      Left = 8
      Top = 40
      Width = 161
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899#36755#20837#27861' 3.0 '#29256
      ItemHeight = 13
      TabOrder = 1
    end
  end
  object GroupBox2: TGroupBox
    Left = 200
    Top = 120
    Width = 185
    Height = 105
    Caption = #22791#20221
    TabOrder = 2
    object Label2: TLabel
      Left = 8
      Top = 24
      Width = 121
      Height = 13
      AutoSize = False
      Caption = #25968#25454#24211#21517#65306
    end
    object Button1: TButton
      Left = 14
      Top = 72
      Width = 75
      Height = 25
      Caption = #22791#20221
      TabOrder = 0
      OnClick = Button1Click
    end
    object CB_backup: TComboBox
      Left = 8
      Top = 40
      Width = 161
      Height = 22
      Style = csOwnerDrawFixed
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899#36755#20837#27861' 3.0 '#29256
      ItemHeight = 16
      TabOrder = 1
    end
  end
  object Ed_str: TEdit
    Left = 136
    Top = 40
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899#36755#20837#27861' 3.0 '#29256
    TabOrder = 3
    Text = '127.0.0.1'
  end
  object Button4: TButton
    Left = 280
    Top = 40
    Width = 75
    Height = 25
    Caption = #36830#25509
    TabOrder = 4
    OnClick = Button4Click
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=SQLOLEDB.1;Password=sqlserver;Persist Security Info=Tru' +
      'e;User ID=sa;Initial Catalog=zjjs;Data Source=127.0.0.1'
    Provider = 'SQLOLEDB.1'
    Left = 480
    Top = 32
  end
  object AdoQueryBackup: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 168
    Top = 168
  end
  object SaveDialog1: TSaveDialog
    DefaultExt = '.bak'
    Title = #22791#20221#21040
    Left = 448
    Top = 32
  end
  object OpenDialog1: TOpenDialog
    Left = 416
    Top = 32
  end
end

⌨️ 快捷键说明

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