home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Comunicatii / thebat / the_bat2.04.07.exe / thebat.exe / 0 / RCDATA / TQTEMPLATESEDITOR / TQTEMPLATESEDITOR.txt
Encoding:
Text File  |  2004-02-23  |  2.9 KB  |  160 lines

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