setpublickeyform.dfm

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

DFM
61
字号
object frmSetPublicKey: TfrmSetPublicKey
  Left = 192
  Top = 107
  BorderStyle = bsDialog
  Caption = 'Set public key'
  ClientHeight = 228
  ClientWidth = 338
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object gbSetPublicKey: TGroupBox
    Left = 8
    Top = 8
    Width = 321
    Height = 177
    Caption = 'Set public key'
    TabOrder = 0
    object lPublicKey: TLabel
      Left = 16
      Top = 24
      Width = 140
      Height = 13
      Caption = 'Please insert public key here:'
    end
    object memoPublicKey: TMemo
      Left = 16
      Top = 40
      Width = 289
      Height = 113
      TabOrder = 0
    end
  end
  object btnOK: TButton
    Left = 96
    Top = 192
    Width = 75
    Height = 25
    Caption = 'OK'
    Default = True
    TabOrder = 1
    OnClick = btnOKClick
  end
  object btnCancel: TButton
    Left = 176
    Top = 192
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Cancel'
    TabOrder = 2
    OnClick = btnCancelClick
  end
end

⌨️ 快捷键说明

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