home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TSHOWSIGREPORTFORM / TSHOWSIGREPORTFORM.txt
Text File  |  2001-09-09  |  2KB  |  87 lines

  1. object ShowSigReportForm: TShowSigReportForm
  2.   Left = 131
  3.   Top = 107
  4.   ActiveControl = SigList
  5.   BorderStyle = bsDialog
  6.   Caption = 'Signed Message Verification Report'
  7.   ClientHeight = 315
  8.   ClientWidth = 615
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object lSigners: TLabel
  19.     Left = 8
  20.     Top = 40
  21.     Width = 35
  22.     Height = 13
  23.     Caption = 'Signers'
  24.     FocusControl = SigList
  25.   end
  26.   object lReport: TLabel
  27.     Left = 8
  28.     Top = 8
  29.     Width = 601
  30.     Height = 33
  31.     AutoSize = False
  32.     WordWrap = True
  33.   end
  34.   object SigList: TListView
  35.     Left = 8
  36.     Top = 56
  37.     Width = 599
  38.     Height = 217
  39.     OnDblClick = SigListDblClick
  40.     Columns = <
  41.       item
  42.         Caption = 'Status'
  43.         Width = 200
  44.       end
  45.       item
  46.         Caption = 'Signing Time'
  47.         Width = 140
  48.       end
  49.       item
  50.         Caption = 'Issued To'
  51.         Width = 130
  52.       end
  53.       item
  54.         Caption = 'Issued By'
  55.         Width = 125
  56.         WidthType = (
  57.           -2)
  58.       end>
  59.     ReadOnly = True
  60.     HideSelection = False
  61.     OnChange = SigListChange
  62.     TabOrder = 0
  63.     ViewStyle = vsReport
  64.   end
  65.   object bView: TButton
  66.     Left = 16
  67.     Top = 280
  68.     Width = 89
  69.     Height = 25
  70.     Caption = '&View...'
  71.     Enabled = False
  72.     TabOrder = 1
  73.     OnClick = bViewClick
  74.   end
  75.   object bOK: TButton
  76.     Left = 512
  77.     Top = 280
  78.     Width = 83
  79.     Height = 25
  80.     Cancel = True
  81.     Caption = '&OK'
  82.     Default = True
  83.     ModalResult = 1
  84.     TabOrder = 2
  85.   end
  86. end
  87.