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

📄 chgencfrm.dfm

📁 delphi本地数据库引擎
💻 DFM
字号:
inherited ChgEncForm: TChgEncForm
  Left = 240
  Top = 142
  BorderStyle = bsDialog
  Caption = '更改加密算法'
  ClientHeight = 174
  ClientWidth = 307
  Font.Charset = GB2312_CHARSET
  Font.Height = -12
  Font.Name = '宋体'
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object OkButton: TButton
    Left = 133
    Top = 140
    Width = 75
    Height = 25
    Caption = '确定(&O)'
    Default = True
    TabOrder = 0
    OnClick = OkButtonClick
  end
  object CancelButton: TButton
    Left = 224
    Top = 140
    Width = 75
    Height = 25
    Cancel = True
    Caption = '取消(&C)'
    TabOrder = 1
    OnClick = CancelButtonClick
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 11
    Width = 290
    Height = 117
    TabOrder = 2
    object EncAlgoLabel: TLabel
      Left = 12
      Top = 28
      Width = 48
      Height = 12
      Caption = '加密算法'
    end
    object PasswordLabel: TLabel
      Left = 12
      Top = 56
      Width = 48
      Height = 12
      Caption = '访问口令'
    end
    object Password2Label: TLabel
      Left = 12
      Top = 84
      Width = 48
      Height = 12
      Caption = '口令确认'
    end
    object EncryptCheckBox: TCheckBox
      Left = 12
      Top = -2
      Width = 80
      Height = 17
      Caption = '加密数据库'
      Checked = True
      State = cbChecked
      TabOrder = 0
      OnClick = EncryptCheckBoxClick
    end
    object EncAlgoComboBox: TComboBox
      Left = 83
      Top = 24
      Width = 192
      Height = 20
      Style = csDropDownList
      ItemHeight = 12
      TabOrder = 1
    end
    object PasswordEdit: TEdit
      Left = 83
      Top = 52
      Width = 192
      Height = 20
      PasswordChar = '*'
      TabOrder = 2
    end
    object Password2Edit: TEdit
      Left = 83
      Top = 80
      Width = 192
      Height = 20
      PasswordChar = '*'
      TabOrder = 3
    end
  end
end

⌨️ 快捷键说明

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