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

📄 backdatac.dfm

📁 用于备份与恢复 SQL Server 数据库
💻 DFM
📖 第 1 页 / 共 3 页
字号:
object databackrecw: Tdatabackrecw
  Left = 42
  Top = 34
  BorderStyle = bsDialog
  Caption = #25968#25454#24211#22791#20221'/'#24674#22797
  ClientHeight = 487
  ClientWidth = 699
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Panel3: TPanel
    Left = 0
    Top = 422
    Width = 699
    Height = 65
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 0
    object Label1: TLabel
      Left = 0
      Top = 53
      Width = 699
      Height = 12
      Align = alBottom
      Alignment = taCenter
      Caption = #35813#36719#20214#20026#20813#36153#36719#20214'   '#22914#26524#24744#22686#21152#20102#26032#21151#33021#25110#26377#20160#20040#38382#39064#35831#21457'EMAIL:power_ip@126.com'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object BitBtn1: TBitBtn
      Left = 320
      Top = 13
      Width = 75
      Height = 25
      Caption = #36864#20986
      TabOrder = 0
      Kind = bkClose
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 699
    Height = 41
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 1
    object AALabel1: TAALabel
      Left = 0
      Top = 0
      Width = 699
      Height = 41
      ParentEffect.ParentFont = False
      Align = alClient
      Caption = #25968#25454#22791#20221'/'#24674#22797
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -29
      Font.Name = #23435#20307
      Font.Style = []
      Effect.Layout = tlCenter
      Effect.Alignment = taCenter
      Effect.FontEffect.Shadow.Enabled = True
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 41
    Width = 699
    Height = 381
    Align = alClient
    BevelOuter = bvNone
    TabOrder = 2
    object FEGXOutlookBar1: TFEGXOutlookBar
      Left = 0
      Top = 0
      Width = 161
      Height = 381
      Align = alLeft
      AllowEditing = False
      ButtonFont.Charset = GB2312_CHARSET
      ButtonFont.Color = clWindowText
      ButtonFont.Height = -12
      ButtonFont.Name = #23435#20307
      ButtonFont.Style = []
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ItemHightlightColor = clNone
      ItemHightlightFont.Charset = GB2312_CHARSET
      ItemHightlightFont.Color = clWindowText
      ItemHightlightFont.Height = -12
      ItemHightlightFont.Name = #23435#20307
      ItemHightlightFont.Style = [fsBold]
      SelectedFont.Charset = GB2312_CHARSET
      SelectedFont.Color = clWindowText
      SelectedFont.Height = -12
      SelectedFont.Name = #23435#20307
      SelectedFont.Style = []
      Images = ImageList1
      ParentColor = False
      ParentFont = False
      ScrollDelay = 5
      SmoothScrolling = True
      Spacing = 10
      TabOrder = 0
      TopSpacing = 4
      WordWrap = False
      SelectedButton = 0
      SelectedItem = -1
      List = (
        #25968#25454#22791#20221
        <
          item
            Action = Action1
            Caption = #25968#25454#22791#20221
            Enabled = False
            ImageIndex = 0
            Tag = 0
            Visible = True
            OnClick = Action1Execute
          end>
        #25968#25454#24674#22797
        <
          item
            Action = Action2
            Caption = #25968#25454#24674#22797
            Enabled = False
            ImageIndex = 1
            Tag = 0
            Visible = True
            OnClick = Action2Execute
          end>
        #20351#29992#24110#21161
        <>)
    end
    object PageControl1: TPageControl
      Left = 161
      Top = 0
      Width = 538
      Height = 381
      ActivePage = TabSheet1
      Align = alClient
      TabOrder = 1
      object TabSheet1: TTabSheet
        Caption = #25968#25454#22791#20221
        object Button1: TButton
          Left = 200
          Top = 248
          Width = 75
          Height = 25
          Action = startback
          TabOrder = 0
        end
        object GroupBox1: TGroupBox
          Left = 0
          Top = 0
          Width = 530
          Height = 217
          Align = alTop
          Caption = #36873#25321#35201#22791#20221#30340#25968#25454#24211
          TabOrder = 1
          object DBGrid1: TDBGrid
            Left = 2
            Top = 14
            Width = 526
            Height = 201
            Align = alClient
            DataSource = DataSource1
            Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
            TabOrder = 0
            TitleFont.Charset = GB2312_CHARSET
            TitleFont.Color = clWindowText
            TitleFont.Height = -12
            TitleFont.Name = #23435#20307
            TitleFont.Style = []
            Columns = <
              item
                Expanded = False
                FieldName = 'name'
                Title.Caption = #25968#25454#24211#21517
                Width = 107
                Visible = True
              end
              item
                Expanded = False
                FieldName = 'crdate'
                Title.Caption = #24314#31435#26085#26399
                Width = 120
                Visible = True
              end
              item
                Expanded = False
                FieldName = 'filename'
                Title.Caption = #25968#25454#24211#25991#20214#21517
                Width = 267
                Visible = True
              end>
          end
        end
      end
      object TabSheet2: TTabSheet
        Caption = #25968#25454#24674#22797
        ImageIndex = 1
        DesignSize = (
          530
          354)
        object LabeledEdit1: TLabeledEdit
          Left = 32
          Top = 240
          Width = 457
          Height = 20
          Anchors = [akLeft, akTop, akRight]
          EditLabel.Width = 108
          EditLabel.Height = 12
          EditLabel.Caption = #20174#27492#25991#20214#24674#22797#25968#25454#65306
          ReadOnly = True
          TabOrder = 0
        end
        object LabeledEdit2: TLabeledEdit
          Left = 32
          Top = 280

⌨️ 快捷键说明

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