keypassword.dfm

来自「著名的SecureBlackBox控件完整源码」· DFM 代码 · 共 57 行

DFM
57
字号
object frmPassword: TfrmPassword
  Left = 506
  Top = 391
  ActiveControl = edPassword
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = 'Server key passphrase'
  ClientHeight = 73
  ClientWidth = 201
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object lEnterPassword: TLabel
    Left = 7
    Top = 19
    Width = 61
    Height = 13
    Caption = 'Passphrase :'
  end
  object edPassword: TEdit
    Left = 72
    Top = 16
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 0
  end
  object btnOK: TButton
    Left = 24
    Top = 48
    Width = 60
    Height = 20
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 1
  end
  object btnCancel: TButton
    Left = 120
    Top = 48
    Width = 60
    Height = 20
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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