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

  1. object CertViewForm: TCertViewForm
  2.   Left = 157
  3.   Top = 110
  4.   BorderStyle = bsDialog
  5.   Caption = 'Certificate'
  6.   ClientHeight = 435
  7.   ClientWidth = 524
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnActivate = FormActivate
  13.   OnClose = FormClose
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object PageControl: TPageControl
  17.     Left = 0
  18.     Top = 0
  19.     Width = 524
  20.     Height = 393
  21.     ActivePage = tsDetails
  22.     Align = alTop
  23.     TabOrder = 0
  24.     object tsGeneral: TTabSheet
  25.       Caption = 'General'
  26.       object htmlPanel: TPanel
  27.         Left = 0
  28.         Top = 0
  29.         Width = 516
  30.         Height = 365
  31.         Align = alClient
  32.         BevelOuter = bvNone
  33.         BorderWidth = 9
  34.         TabOrder = 0
  35.         object htmlAuxPanel: TPanel
  36.           Left = 9
  37.           Top = 9
  38.           Width = 498
  39.           Height = 347
  40.           Align = alClient
  41.           BevelOuter = bvNone
  42.           BorderStyle = bsSingle
  43.           TabOrder = 0
  44.         end
  45.       end
  46.     end
  47.     object tsDetails: TTabSheet
  48.       Caption = 'Details'
  49.       object lvDetails: TListView
  50.         Left = 8
  51.         Top = 8
  52.         Width = 500
  53.         Height = 217
  54.         OnClick = lvDetailsClick
  55.         Columns = <
  56.           item
  57.             Caption = 'Field'
  58.             Width = 200
  59.           end
  60.           item
  61.             Caption = 'Value'
  62.             Width = 296
  63.             WidthType = (
  64.               -2)
  65.           end>
  66.         ReadOnly = True
  67.         OnChange = lvDetailsChange
  68.         TabOrder = 0
  69.         ViewStyle = vsReport
  70.       end
  71.       object mDetails: TMemo
  72.         Left = 8
  73.         Top = 232
  74.         Width = 500
  75.         Height = 124
  76.         ReadOnly = True
  77.         TabOrder = 1
  78.       end
  79.     end
  80.     object tsPath: TTabSheet
  81.       Caption = 'Certification Path'
  82.       object lStatus: TLabel
  83.         Left = 8
  84.         Top = 264
  85.         Width = 78
  86.         Height = 13
  87.         Caption = 'Certificate status'
  88.         FocusControl = mStatus
  89.       end
  90.       object gbPath: TGroupBox
  91.         Left = 8
  92.         Top = 8
  93.         Width = 497
  94.         Height = 241
  95.         Caption = 'Certification Path'
  96.         TabOrder = 0
  97.         object bView: TButton
  98.           Left = 408
  99.           Top = 208
  100.           Width = 83
  101.           Height = 25
  102.           Caption = 'View'
  103.           Enabled = False
  104.           TabOrder = 0
  105.           OnClick = bViewClick
  106.         end
  107.         object tvPath: TTreeView
  108.           Left = 8
  109.           Top = 16
  110.           Width = 481
  111.           Height = 185
  112.           ShowButtons = False
  113.           ShowRoot = False
  114.           ReadOnly = True
  115.           Indent = 19
  116.           OnCollapsing = tvPathCollapsing
  117.           OnChange = tvPathChange
  118.           ParentColor = False
  119.           TabOrder = 1
  120.           OnClick = tvPathClick
  121.           OnDblClick = tvPathDblClick
  122.         end
  123.       end
  124.       object mStatus: TMemo
  125.         Left = 8
  126.         Top = 280
  127.         Width = 497
  128.         Height = 76
  129.         ReadOnly = True
  130.         TabOrder = 1
  131.       end
  132.     end
  133.   end
  134.   object bOK: TButton
  135.     Left = 416
  136.     Top = 400
  137.     Width = 99
  138.     Height = 25
  139.     Cancel = True
  140.     Caption = 'OK'
  141.     Default = True
  142.     ModalResult = 1
  143.     TabOrder = 1
  144.   end
  145. end
  146.