pfm_databack.dfm

来自「超市的销售」· DFM 代码 · 共 108 行

DFM
108
字号
object fm_databack: Tfm_databack
  Left = 211
  Top = 140
  Width = 587
  Height = 470
  Caption = '数据备份及恢复'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 579
    Height = 443
    Align = alClient
    Caption = '选择备份或恢复的数据库表'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Label1: TLabel
      Left = 28
      Top = 352
      Width = 42
      Height = 13
      Caption = 'Label1'
    end
    object Memo1: TMemo
      Left = 311
      Top = 15
      Width = 266
      Height = 426
      Align = alRight
      Color = clInfoBk
      Lines.Strings = (
        '提 示:')
      TabOrder = 0
    end
    object BitBtn1: TBitBtn
      Left = 28
      Top = 376
      Width = 109
      Height = 25
      Caption = '当前数据备份'
      TabOrder = 1
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 28
      Top = 412
      Width = 109
      Height = 25
      Caption = '恢复上次备份数据'
      TabOrder = 2
      OnClick = BitBtn2Click
    end
    object CkLBox1: TCheckListBox
      Left = 20
      Top = 20
      Width = 245
      Height = 281
      Color = clInfoBk
      ItemHeight = 13
      TabOrder = 3
    end
    object BBtnSelall: TBitBtn
      Left = 24
      Top = 308
      Width = 113
      Height = 25
      Caption = '全选'
      TabOrder = 4
      OnClick = BBtnSelallClick
    end
    object BBtnNoall: TBitBtn
      Left = 152
      Top = 308
      Width = 113
      Height = 25
      Caption = '全不选'
      TabOrder = 5
      OnClick = BBtnNoallClick
    end
  end
  object Table1: TTable
    Left = 60
    Top = 28
  end
  object Table2: TTable
    Left = 104
    Top = 28
  end
  object BatMove1: TBatchMove
    Left = 148
    Top = 32
  end
end

⌨️ 快捷键说明

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