home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 March
/
Chip_2002-03_cd1.bin
/
tema
/
thebat
/
download
/
update
/
thebat.exe
/
0
/
RCDATA
/
TPGPKEYIMPORT
/
TPGPKEYIMPORT.txt
Wrap
Text File
|
2001-09-09
|
2KB
|
118 lines
object PgpKeyImport: TPgpKeyImport
Left = 200
Top = 110
Width = 381
Height = 331
Caption = 'Select Keys to Import'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Header: THeaderControl
Left = 0
Top = 0
Width = 373
Height = 20
Sections = <
item
MinWidth = 40
Text = 'Keys'
Width = 320
end
item
Alignment = taCenter
Text = 'Validity'
Width = 50
end
item
Alignment = taCenter
Text = 'Trust'
Width = 60
end
item
Alignment = taRightJustify
Text = 'Size'
Width = 50
end
item
MaxWidth = 2000
MinWidth = 2000
Text = 'Description'
Width = 2000
end>
OnSectionResize = HeaderSectionResize
end
object ListBox: TListBox
Left = 0
Top = 20
Width = 373
Height = 243
Align = alClient
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ItemHeight = 16
MultiSelect = True
ParentFont = False
Style = lbOwnerDrawFixed
TabOrder = 0
OnClick = ListBoxClick
OnDrawItem = ListBoxDrawItem
OnKeyDown = ListBoxKeyDown
OnMouseDown = ListBoxMouseDown
end
object BottomPanel: TPanel
Left = 0
Top = 263
Width = 373
Height = 41
Align = alBottom
BevelOuter = bvNone
TabOrder = 2
object bSelectAll: TButton
Left = 24
Top = 8
Width = 75
Height = 25
Caption = '&Select All'
TabOrder = 0
OnClick = bSelectAllClick
end
object bUnselectAll: TButton
Left = 112
Top = 8
Width = 75
Height = 25
Caption = '&Unselect All'
TabOrder = 1
OnClick = bUnselectAllClick
end
object bImport: TButton
Left = 200
Top = 8
Width = 75
Height = 25
Caption = '&Import'
Default = True
ModalResult = 1
TabOrder = 2
end
object Cancel: TButton
Left = 288
Top = 8
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
end
end