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
Text File  |  2001-09-09  |  2KB  |  118 lines

  1. object PgpKeyImport: TPgpKeyImport
  2.   Left = 200
  3.   Top = 110
  4.   Width = 381
  5.   Height = 331
  6.   Caption = 'Select Keys to Import'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnClose = FormClose
  12.   OnCloseQuery = FormCloseQuery
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Header: THeaderControl
  17.     Left = 0
  18.     Top = 0
  19.     Width = 373
  20.     Height = 20
  21.     Sections = <
  22.       item
  23.         MinWidth = 40
  24.         Text = 'Keys'
  25.         Width = 320
  26.       end
  27.       item
  28.         Alignment = taCenter
  29.         Text = 'Validity'
  30.         Width = 50
  31.       end
  32.       item
  33.         Alignment = taCenter
  34.         Text = 'Trust'
  35.         Width = 60
  36.       end
  37.       item
  38.         Alignment = taRightJustify
  39.         Text = 'Size'
  40.         Width = 50
  41.       end
  42.       item
  43.         MaxWidth = 2000
  44.         MinWidth = 2000
  45.         Text = 'Description'
  46.         Width = 2000
  47.       end>
  48.     OnSectionResize = HeaderSectionResize
  49.   end
  50.   object ListBox: TListBox
  51.     Left = 0
  52.     Top = 20
  53.     Width = 373
  54.     Height = 243
  55.     Align = alClient
  56.     Font.Color = clBlack
  57.     Font.Height = -11
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = []
  60.     ItemHeight = 16
  61.     MultiSelect = True
  62.     ParentFont = False
  63.     Style = lbOwnerDrawFixed
  64.     TabOrder = 0
  65.     OnClick = ListBoxClick
  66.     OnDrawItem = ListBoxDrawItem
  67.     OnKeyDown = ListBoxKeyDown
  68.     OnMouseDown = ListBoxMouseDown
  69.   end
  70.   object BottomPanel: TPanel
  71.     Left = 0
  72.     Top = 263
  73.     Width = 373
  74.     Height = 41
  75.     Align = alBottom
  76.     BevelOuter = bvNone
  77.     TabOrder = 2
  78.     object bSelectAll: TButton
  79.       Left = 24
  80.       Top = 8
  81.       Width = 75
  82.       Height = 25
  83.       Caption = '&Select All'
  84.       TabOrder = 0
  85.       OnClick = bSelectAllClick
  86.     end
  87.     object bUnselectAll: TButton
  88.       Left = 112
  89.       Top = 8
  90.       Width = 75
  91.       Height = 25
  92.       Caption = '&Unselect All'
  93.       TabOrder = 1
  94.       OnClick = bUnselectAllClick
  95.     end
  96.     object bImport: TButton
  97.       Left = 200
  98.       Top = 8
  99.       Width = 75
  100.       Height = 25
  101.       Caption = '&Import'
  102.       Default = True
  103.       ModalResult = 1
  104.       TabOrder = 2
  105.     end
  106.     object Cancel: TButton
  107.       Left = 288
  108.       Top = 8
  109.       Width = 75
  110.       Height = 25
  111.       Cancel = True
  112.       Caption = 'Cancel'
  113.       ModalResult = 2
  114.       TabOrder = 3
  115.     end
  116.   end
  117. end
  118.