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

📄 dbbackupfrm.dfm

📁 这是一个超市管理系统源代码,看上去还不错,大家看下
💻 DFM
字号:
object DBBackupDlg: TDBBackupDlg
  Left = 302
  Top = 192
  BorderStyle = bsDialog
  Caption = 'Dialog'
  ClientHeight = 229
  ClientWidth = 560
  Color = clBtnFace
  ParentFont = True
  OldCreateOrder = True
  Position = poScreenCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 8
    Top = 8
    Width = 473
    Height = 161
    Shape = bsFrame
  end
  object Label1: TLabel
    Left = 16
    Top = 32
    Width = 85
    Height = 13
    Caption = #22791#20221#25991#20214#21517'(&P)'#65306
    FocusControl = EdtFileName
  end
  object EdtFileName: TEdit
    Left = 104
    Top = 24
    Width = 281
    Height = 20
    TabOrder = 0
    OnChange = EdtFileNameChange
  end
  object BtnBrowse: TButton
    Left = 392
    Top = 24
    Width = 73
    Height = 25
    Caption = #27983#35272'(&B)...'
    TabOrder = 1
    OnClick = BtnBrowseClick
  end
  object AnimateDisplayer: TAnimate
    Left = 96
    Top = 80
    Width = 272
    Height = 60
    CommonAVI = aviCopyFile
    StopFrame = 26
  end
  object BtnBackup: TButton
    Left = 16
    Top = 184
    Width = 137
    Height = 33
    Caption = #22791#20221#25968#25454'(&D)'
    TabOrder = 3
    OnClick = BtnBackupClick
  end
  object BtnRestore: TButton
    Left = 176
    Top = 184
    Width = 137
    Height = 33
    Caption = #36824#21407#25968#25454'(&R)'
    TabOrder = 4
    OnClick = BtnRestoreClick
  end
  object BtnCancel: TButton
    Left = 344
    Top = 184
    Width = 137
    Height = 33
    Caption = #21462#28040'(&C)'
    ModalResult = 2
    TabOrder = 5
  end
  object DlgSelectFile: TOpenDialog
    Filter = '*.*|*.*'
    Left = 184
    Top = 16
  end
end

⌨️ 快捷键说明

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