xadesform.dfm

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

DFM
281
字号
object frmXAdES: TfrmXAdES
  Left = 192
  Top = 114
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = 'XAdES Options'
  ClientHeight = 591
  ClientWidth = 380
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object lbSignedTime: TLabel
    Left = 16
    Top = 481
    Width = 61
    Height = 13
    Anchors = [akLeft, akBottom]
    Caption = 'Signed Time:'
  end
  object lbTimestamp: TLabel
    Left = 16
    Top = 505
    Width = 55
    Height = 13
    Anchors = [akLeft, akBottom]
    Caption = 'Timestamp:'
  end
  object lbTimestampSerial: TLabel
    Left = 16
    Top = 529
    Width = 84
    Height = 13
    Anchors = [akLeft, akBottom]
    Caption = 'Timestamp Serial:'
  end
  object cbTimestamp: TCheckBox
    Left = 16
    Top = 485
    Width = 353
    Height = 17
    Anchors = [akLeft, akBottom]
    Caption = 'Request a timestamp from TSA server:'
    TabOrder = 0
  end
  object edTimestampServer: TEdit
    Left = 32
    Top = 509
    Width = 335
    Height = 21
    Anchors = [akLeft, akRight, akBottom]
    TabOrder = 1
    Text = 'http://'
  end
  object pProductionPlace: TPanel
    Left = 16
    Top = 184
    Width = 356
    Height = 157
    Anchors = [akLeft, akTop, akRight]
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 2
    object lbCity: TLabel
      Left = 32
      Top = 128
      Width = 23
      Height = 13
      Caption = 'City:'
    end
    object lbStateOrProvince: TLabel
      Left = 32
      Top = 100
      Width = 87
      Height = 13
      Caption = 'State or Province:'
    end
    object lbPostalCode: TLabel
      Left = 32
      Top = 72
      Width = 59
      Height = 13
      Caption = 'Postal code:'
    end
    object lbCountry: TLabel
      Left = 32
      Top = 44
      Width = 43
      Height = 13
      Caption = 'Country:'
    end
    object cbProductionPlace: TCheckBox
      Left = 16
      Top = 16
      Width = 137
      Height = 17
      Caption = 'Production Place:'
      TabOrder = 0
      OnClick = cbProductionPlaceClick
    end
    object edCity: TEdit
      Left = 128
      Top = 124
      Width = 212
      Height = 21
      Anchors = [akLeft, akTop, akRight]
      TabOrder = 1
    end
    object edStateOrProvince: TEdit
      Left = 128
      Top = 96
      Width = 212
      Height = 21
      Anchors = [akLeft, akTop, akRight]
      TabOrder = 2
    end
    object edPostalCode: TEdit
      Left = 128
      Top = 68
      Width = 212
      Height = 21
      Anchors = [akLeft, akTop, akRight]
      TabOrder = 3
    end
    object edCountry: TEdit
      Left = 128
      Top = 40
      Width = 212
      Height = 21
      Anchors = [akLeft, akTop, akRight]
      TabOrder = 4
    end
  end
  object btnOK: TButton
    Left = 152
    Top = 553
    Width = 75
    Height = 25
    Anchors = [akLeft, akBottom]
    Caption = 'OK'
    ModalResult = 1
    TabOrder = 3
  end
  object cbXAdES: TCheckBox
    Left = 16
    Top = 16
    Width = 193
    Height = 17
    Caption = 'Enable XAdES options'
    TabOrder = 4
  end
  object gbPolicyId: TGroupBox
    Left = 16
    Top = 40
    Width = 356
    Height = 137
    Anchors = [akLeft, akTop, akRight]
    Caption = 'Policy Id'
    TabOrder = 5
    object lbDescription: TLabel
      Left = 16
      Top = 24
      Width = 57
      Height = 13
      Caption = 'Description:'
    end
    object lbDocumentationReference: TLabel
      Left = 16
      Top = 52
      Width = 129
      Height = 13
      Caption = 'Documentation Reference:'
    end
    object lbIdentifier: TLabel
      Left = 16
      Top = 80
      Width = 48
      Height = 13
      Caption = 'Identifier:'
    end
    object lbIdentifierQualifier: TLabel
      Left = 16
      Top = 108
      Width = 91
      Height = 13
      Caption = 'Identifier Qualifier:'
    end
    object edDescription: TEdit
      Left = 152
      Top = 20
      Width = 188
      Height = 21
      Anchors = [akLeft, akTop, akRight]
      TabOrder = 0
    end
    object edDocumentationReference: TEdit
      Left = 152
      Top = 48
      Width = 188
      Height = 21
      Anchors = [akLeft, akTop, akRight]
      TabOrder = 1
    end
    object edIdentifier: TEdit
      Left = 152
      Top = 76
      Width = 188
      Height = 21
      Anchors = [akLeft, akTop, akRight]
      TabOrder = 2
    end
    object edIdentifierQualifier: TEdit
      Left = 152
      Top = 104
      Width = 188
      Height = 21
      Anchors = [akLeft, akTop, akRight]
      TabOrder = 3
    end
  end
  object gbSigningCertificates: TGroupBox
    Left = 16
    Top = 352
    Width = 355
    Height = 113
    Anchors = [akLeft, akTop, akRight]
    Caption = 'Signing Certificates'
    TabOrder = 6
    object lvSigningCertificates: TListView
      Left = 8
      Top = 24
      Width = 257
      Height = 78
      Columns = <
        item
          Caption = 'Serial'
          Width = 70
        end
        item
          Caption = 'Issuer'
          Width = -2
          WidthType = (
            -2)
        end>
      TabOrder = 0
      ViewStyle = vsReport
    end
    object btnRemove: TButton
      Left = 272
      Top = 56
      Width = 75
      Height = 25
      Caption = 'Remove'
      TabOrder = 1
      OnClick = btnRemoveClick
    end
    object btnAdd: TButton
      Left = 272
      Top = 24
      Width = 75
      Height = 25
      Caption = 'Add'
      TabOrder = 2
      OnClick = btnAddClick
    end
  end
  object DlgOpen: TOpenDialog
    Left = 320
    Top = 352
  end
end

⌨️ 快捷键说明

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