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

📄 restore.dfm

📁 速达开源ERP系统
💻 DFM
字号:
inherited frmRestore: TfrmRestore
  Left = 149
  Top = 107
  Width = 430
  Height = 358
  Caption = '恢复数据'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object FloatPanel1: TFloatPanel
    Left = 0
    Top = 0
    Width = 422
    Height = 331
    Align = alClient
    Color = clWhite
    Caption = 'FloatPanel1'
    ParentColor = False
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 213
      Width = 72
      Height = 12
      Caption = '数据文件名:'
    end
    object Label2: TLabel
      Left = 8
      Top = 8
      Width = 108
      Height = 12
      Caption = '历史备份文件记录:'
    end
    object ListBackupFile: TListView
      Left = 9
      Top = 25
      Width = 399
      Height = 164
      Columns = <
        item
          Caption = '备份日期'
          Width = 100
        end
        item
          Caption = '备份文件名'
          Width = 200
        end
        item
          Caption = '操作者'
          Width = 80
        end>
      GridLines = True
      ReadOnly = True
      RowSelect = True
      TabOrder = 0
      ViewStyle = vsReport
      OnDblClick = ListBackupFileDblClick
    end
    object seRestoreFile: TSDEdit
      Left = 32
      Top = 232
      Width = 353
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 1
      Text = 'seRestoreFile'
      OnButtonClick = seRestoreFileButtonClick
      ButtonVisible = True
      SplitSymbol = ' | '
    end
    object BtnReStore: TBitBtn
      Left = 82
      Top = 276
      Width = 75
      Height = 25
      Caption = '恢复数据'
      TabOrder = 2
      OnClick = BtnReStoreClick
      Glyph.Data = {
        4E010000424D4E01000000000000760000002800000012000000120000000100
        040000000000D800000000000000000000001000000000000000000000000000
        80000080000000808000800000008000800080800000C0C0C000808080000000
        FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00666666666000
        0000000000006668111104074770400000006681166604074770400000006611
        6666044777744000000066116666044444444000000011111166047777774000
        000061111666047FFFF74000000066116666047FFFF70000000060000066047F
        FFF7400000008777780600000000000000008FF7780666666666660000008F7F
        780666666666660000008FF7780666666666660000008F7F7806666666666600
        00008FF7780666666666660000008888880666666666660000008FF7F7066666
        666666000000688888666666666666000000}
    end
    object BtnCancel: TBitBtn
      Left = 238
      Top = 276
      Width = 75
      Height = 25
      Caption = '取消'
      TabOrder = 3
      OnClick = BtnCancelClick
      Glyph.Data = {
        DE010000424DDE01000000000000760000002800000024000000120000000100
        0400000000006801000000000000000000001000000010000000000000000000
        80000080000000808000800000008000800080800000C0C0C000808080000000
        FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00666666666666
        6666666666666666666666660000666668666666666666666666666666666666
        0000666608866666666666666686666666666666000066691086666688666666
        6888666666666666000066691088666008866666688866666886666600006669
        1108869110866666688886668888666600006666911089111066666666888868
        8888666600006666911191110666666666888888888666660000666669111110
        6666666666688888886666660000666666911108866666666666888886666666
        0000666666911110866666666666888888666666000066666911011088666666
        6668888888666666000066666910691108866666666888688886666600006666
        9106669110886666668886668888666600006666910666691108666666888666
        6888866600006666696666669106666666686666668886660000666666666666
        6966666666666666666866660000666666666666666666666666666666666666
        0000}
      NumGlyphs = 2
    end
  end
  object OpenReStoreDialog: TOpenDialog
    DefaultExt = '*.dat'
    Filter = '数据备份文件(*.dat)|*.dat|所有文件(*.*)|*.*'
    Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
    Title = '请选择欲恢复的数据备份文件'
    Left = 360
    Top = 172
  end
end

⌨️ 快捷键说明

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