referenceform.dfm

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

DFM
262
字号
object frmReference: TfrmReference
  Left = 307
  Top = 167
  AutoScroll = False
  Caption = 'Reference options'
  ClientHeight = 496
  ClientWidth = 318
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  DesignSize = (
    318
    496)
  PixelsPerInch = 96
  TextHeight = 13
  object lbURI: TLabel
    Left = 8
    Top = 94
    Width = 22
    Height = 13
    Caption = 'URI:'
  end
  object lbDigestMethod: TLabel
    Left = 8
    Top = 43
    Width = 71
    Height = 13
    Caption = 'Digest method:'
  end
  object Bevel2: TBevel
    Left = 8
    Top = 117
    Width = 302
    Height = 10
    Anchors = [akLeft, akTop, akRight]
    Shape = bsTopLine
  end
  object lbID: TLabel
    Left = 8
    Top = 16
    Width = 14
    Height = 13
    Caption = 'ID:'
  end
  object Bevel3: TBevel
    Left = 8
    Top = 283
    Width = 302
    Height = 10
    Anchors = [akLeft, akTop, akRight]
    Shape = bsTopLine
  end
  object Bevel1: TBevel
    Left = 8
    Top = 455
    Width = 302
    Height = 10
    Anchors = [akLeft, akTop, akRight]
    Shape = bsTopLine
  end
  object lbXPath: TLabel
    Left = 8
    Top = 239
    Width = 85
    Height = 13
    Caption = 'XPath expression:'
  end
  object lbDigestValue: TLabel
    Left = 8
    Top = 71
    Width = 62
    Height = 13
    Caption = 'Digest value:'
  end
  object Label1: TLabel
    Left = 31
    Top = 316
    Width = 65
    Height = 13
    Caption = 'Namespaces:'
  end
  object lbXPathNS: TLabel
    Left = 31
    Top = 264
    Width = 65
    Height = 13
    Caption = 'Namespaces:'
  end
  object edURI: TEdit
    Left = 77
    Top = 90
    Width = 232
    Height = 21
    TabOrder = 0
  end
  object cmbDigestMethod: TComboBox
    Left = 164
    Top = 39
    Width = 145
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 1
    OnChange = cmbDigestMethodChange
    Items.Strings = (
      'MD5'
      'SHA1'
      'SHA 224'
      'SHA 256'
      'SHA 384'
      'SHA 512'
      'RIPEMD 160')
  end
  object mmData: TMemo
    Left = 5
    Top = 356
    Width = 305
    Height = 93
    TabOrder = 2
    OnExit = mmDataExit
  end
  object edID: TEdit
    Left = 164
    Top = 12
    Width = 145
    Height = 21
    TabOrder = 3
  end
  object lbTransforms: TListBox
    Left = 8
    Top = 129
    Width = 217
    Height = 77
    ItemHeight = 13
    TabOrder = 4
  end
  object btnAddTransform: TButton
    Left = 235
    Top = 129
    Width = 75
    Height = 25
    Caption = 'Add'
    TabOrder = 5
    OnClick = btnAddTransformClick
  end
  object btnDeleteTransform: TButton
    Left = 235
    Top = 160
    Width = 75
    Height = 25
    Caption = 'Delete'
    TabOrder = 6
    OnClick = btnDeleteTransformClick
  end
  object cmbTransform: TComboBox
    Left = 8
    Top = 212
    Width = 305
    Height = 21
    ItemHeight = 13
    TabOrder = 7
    OnChange = cmbTransformChange
    Items.Strings = (
      'Base64 transform'
      'Canonical transform'
      'Canonical with comments transform'
      'Minimal canonical transform'
      'Enveloped signature transform'
      'XPath transform')
  end
  object btnOK: TButton
    Left = 150
    Top = 466
    Width = 75
    Height = 25
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 8
  end
  object btnCancel: TButton
    Left = 231
    Top = 466
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 9
  end
  object btnVerify: TButton
    Left = 8
    Top = 466
    Width = 75
    Height = 25
    Caption = 'Verify'
    Default = True
    TabOrder = 10
    OnClick = btnVerifyClick
  end
  object edXPath: TEdit
    Left = 101
    Top = 236
    Width = 209
    Height = 21
    TabOrder = 11
  end
  object rbURINode: TRadioButton
    Left = 8
    Top = 290
    Width = 71
    Height = 17
    Caption = 'URI Node:'
    TabOrder = 12
    OnClick = rbURINodeClick
  end
  object rbURIData: TRadioButton
    Left = 8
    Top = 335
    Width = 71
    Height = 17
    Caption = 'URI Data:'
    TabOrder = 13
    OnClick = rbURIDataClick
  end
  object edURINode: TEdit
    Left = 101
    Top = 288
    Width = 209
    Height = 21
    TabOrder = 14
    OnExit = edURINodeExit
  end
  object edDigestValue: TEdit
    Left = 77
    Top = 66
    Width = 233
    Height = 21
    ReadOnly = True
    TabOrder = 15
  end
  object edNSMap: TEdit
    Left = 101
    Top = 315
    Width = 209
    Height = 21
    TabOrder = 16
  end
  object edXPathNSMap: TEdit
    Left = 101
    Top = 261
    Width = 209
    Height = 21
    TabOrder = 17
  end
end

⌨️ 快捷键说明

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