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
Wrap
Text File
|
2001-09-09
|
3KB
|
146 lines
object CertViewForm: TCertViewForm
Left = 157
Top = 110
BorderStyle = bsDialog
Caption = 'Certificate'
ClientHeight = 435
ClientWidth = 524
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OnActivate = FormActivate
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object PageControl: TPageControl
Left = 0
Top = 0
Width = 524
Height = 393
ActivePage = tsDetails
Align = alTop
TabOrder = 0
object tsGeneral: TTabSheet
Caption = 'General'
object htmlPanel: TPanel
Left = 0
Top = 0
Width = 516
Height = 365
Align = alClient
BevelOuter = bvNone
BorderWidth = 9
TabOrder = 0
object htmlAuxPanel: TPanel
Left = 9
Top = 9
Width = 498
Height = 347
Align = alClient
BevelOuter = bvNone
BorderStyle = bsSingle
TabOrder = 0
end
end
end
object tsDetails: TTabSheet
Caption = 'Details'
object lvDetails: TListView
Left = 8
Top = 8
Width = 500
Height = 217
OnClick = lvDetailsClick
Columns = <
item
Caption = 'Field'
Width = 200
end
item
Caption = 'Value'
Width = 296
WidthType = (
-2)
end>
ReadOnly = True
OnChange = lvDetailsChange
TabOrder = 0
ViewStyle = vsReport
end
object mDetails: TMemo
Left = 8
Top = 232
Width = 500
Height = 124
ReadOnly = True
TabOrder = 1
end
end
object tsPath: TTabSheet
Caption = 'Certification Path'
object lStatus: TLabel
Left = 8
Top = 264
Width = 78
Height = 13
Caption = 'Certificate status'
FocusControl = mStatus
end
object gbPath: TGroupBox
Left = 8
Top = 8
Width = 497
Height = 241
Caption = 'Certification Path'
TabOrder = 0
object bView: TButton
Left = 408
Top = 208
Width = 83
Height = 25
Caption = 'View'
Enabled = False
TabOrder = 0
OnClick = bViewClick
end
object tvPath: TTreeView
Left = 8
Top = 16
Width = 481
Height = 185
ShowButtons = False
ShowRoot = False
ReadOnly = True
Indent = 19
OnCollapsing = tvPathCollapsing
OnChange = tvPathChange
ParentColor = False
TabOrder = 1
OnClick = tvPathClick
OnDblClick = tvPathDblClick
end
end
object mStatus: TMemo
Left = 8
Top = 280
Width = 497
Height = 76
ReadOnly = True
TabOrder = 1
end
end
end
object bOK: TButton
Left = 416
Top = 400
Width = 99
Height = 25
Cancel = True
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
end