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

  1. object QTemplatesEditor: TQTemplatesEditor
  2.   Left = 365
  3.   Top = 174
  4.   HelpContext = 14029
  5.   ActiveControl = lItems
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Quick Templates'
  9.   ClientHeight = 301
  10.   ClientWidth = 447
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 8
  23.     Top = 48
  24.     Width = 57
  25.     Height = 17
  26.     Caption = '&Templates:'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 8
  30.     Top = 20
  31.     Width = 43
  32.     Height = 13
  33.     Caption = '&Account:'
  34.   end
  35.   object bClose: TButton
  36.     Left = 352
  37.     Top = 268
  38.     Width = 89
  39.     Height = 25
  40.     Cancel = True
  41.     Caption = '&Close'
  42.     ModalResult = 1
  43.     TabOrder = 3
  44.     OnClick = bCloseClick
  45.   end
  46.   object bAdd: TButton
  47.     Left = 352
  48.     Top = 68
  49.     Width = 89
  50.     Height = 25
  51.     Caption = '&Add'
  52.     TabOrder = 0
  53.     OnClick = bAddClick
  54.   end
  55.   object bDel: TButton
  56.     Left = 352
  57.     Top = 108
  58.     Width = 89
  59.     Height = 25
  60.     Caption = '&Delete'
  61.     TabOrder = 1
  62.     OnClick = bDelClick
  63.   end
  64.   object bEdit: TButton
  65.     Left = 352
  66.     Top = 148
  67.     Width = 89
  68.     Height = 25
  69.     Caption = '&Edit'
  70.     Default = True
  71.     TabOrder = 2
  72.     OnClick = bEditClick
  73.   end
  74.   object cbUser: TComboBox
  75.     Left = 128
  76.     Top = 16
  77.     Width = 209
  78.     Height = 21
  79.     Style = csDropDownList
  80.     ItemHeight = 13
  81.     TabOrder = 4
  82.     OnChange = cbUserChange
  83.   end
  84.   object bHelp: TButton
  85.     Left = 352
  86.     Top = 204
  87.     Width = 89
  88.     Height = 25
  89.     Caption = '&Help'
  90.     TabOrder = 5
  91.     OnClick = bHelpClick
  92.   end
  93.   object pList: TPanel
  94.     Left = 7
  95.     Top = 65
  96.     Width = 338
  97.     Height = 228
  98.     BevelOuter = bvNone
  99.     TabOrder = 6
  100.     object lItems: TListView
  101.       Left = 0
  102.       Top = 0
  103.       Width = 338
  104.       Height = 228
  105.       Align = alClient
  106.       ColumnClick = False
  107.       Columns = <
  108.         item
  109.           Caption = 'Handle'
  110.           Width = 120
  111.         end
  112.         item
  113.           Caption = 'Share'
  114.         end
  115.         item
  116.           Caption = 'Description'
  117.           Width = 100
  118.         end
  119.         item
  120.           Caption = 'New'
  121.         end
  122.         item
  123.           Caption = 'Reply'
  124.         end
  125.         item
  126.           Caption = 'Forward'
  127.         end>
  128.       ReadOnly = True
  129.       HideSelection = False
  130.       TabOrder = 0
  131.       ViewStyle = vsReport
  132.     end
  133.   end
  134. end
  135.