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

  1. object TemplateEditor: TTemplateEditor
  2.   Left = 208
  3.   Top = 91
  4.   Width = 395
  5.   Height = 375
  6.   HelpContext = 14066
  7.   BorderIcons = [biSystemMenu]
  8.   Caption = 'Edit template'
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object BottomPanel: TPanel
  22.     Left = 0
  23.     Top = 307
  24.     Width = 387
  25.     Height = 41
  26.     Align = alBottom
  27.     BevelOuter = bvNone
  28.     TabOrder = 1
  29.     object ButtonsPanel: TPanel
  30.       Left = 144
  31.       Top = 0
  32.       Width = 243
  33.       Height = 41
  34.       Align = alRight
  35.       BevelOuter = bvNone
  36.       TabOrder = 1
  37.       object b_OK: TButton
  38.         Left = 24
  39.         Top = 8
  40.         Width = 65
  41.         Height = 25
  42.         Caption = '&OK'
  43.         Default = True
  44.         ModalResult = 1
  45.         TabOrder = 0
  46.       end
  47.       object bCancel: TButton
  48.         Left = 96
  49.         Top = 8
  50.         Width = 65
  51.         Height = 25
  52.         Cancel = True
  53.         Caption = 'Cancel'
  54.         ModalResult = 2
  55.         TabOrder = 1
  56.       end
  57.       object bHelp: TButton
  58.         Left = 168
  59.         Top = 8
  60.         Width = 65
  61.         Height = 25
  62.         Caption = 'Help'
  63.         TabOrder = 2
  64.         OnClick = bHelpClick
  65.       end
  66.     end
  67.     object bMacros: TButton
  68.       Left = 8
  69.       Top = 8
  70.       Width = 75
  71.       Height = 25
  72.       Caption = 'Macros'
  73.       TabOrder = 0
  74.       OnClick = bMacrosClick
  75.     end
  76.   end
  77.   object Panel3: TPanel
  78.     Left = 0
  79.     Top = 0
  80.     Width = 387
  81.     Height = 307
  82.     Align = alClient
  83.     BevelOuter = bvLowered
  84.     BorderWidth = 1
  85.     TabOrder = 0
  86.     object pnHead: TPanel
  87.       Left = 2
  88.       Top = 2
  89.       Width = 383
  90.       Height = 95
  91.       Align = alTop
  92.       BevelOuter = bvNone
  93.       TabOrder = 0
  94.       Visible = False
  95.       object Label1: TLabel
  96.         Left = 16
  97.         Top = 8
  98.         Width = 37
  99.         Height = 13
  100.         Caption = '&Handle:'
  101.         FocusControl = eHandle
  102.       end
  103.       object Label2: TLabel
  104.         Left = 16
  105.         Top = 28
  106.         Width = 56
  107.         Height = 13
  108.         Caption = '&Description:'
  109.         FocusControl = eName
  110.       end
  111.       object Label3: TLabel
  112.         Left = 16
  113.         Top = 80
  114.         Width = 47
  115.         Height = 13
  116.         Caption = '&Template:'
  117.         FocusControl = eMsg
  118.       end
  119.       object eHandle: TEdit
  120.         Left = 112
  121.         Top = 4
  122.         Width = 265
  123.         Height = 21
  124.         TabOrder = 0
  125.       end
  126.       object eName: TEdit
  127.         Left = 112
  128.         Top = 24
  129.         Width = 265
  130.         Height = 21
  131.         TabOrder = 1
  132.       end
  133.       object cbShare: TCheckBox
  134.         Left = 112
  135.         Top = 48
  136.         Width = 265
  137.         Height = 17
  138.         Caption = '&Share with other accounts'
  139.         TabOrder = 2
  140.       end
  141.       object cbNew: TCheckBox
  142.         Left = 112
  143.         Top = 64
  144.         Width = 265
  145.         Height = 17
  146.         Caption = 'Use for &New messages/Mass mailing'
  147.         TabOrder = 3
  148.       end
  149.       object cbReply: TCheckBox
  150.         Left = 112
  151.         Top = 80
  152.         Width = 265
  153.         Height = 17
  154.         Caption = 'Use for &Reply messages'
  155.         Enabled = False
  156.         TabOrder = 4
  157.         Visible = False
  158.       end
  159.       object cbForward: TCheckBox
  160.         Left = 112
  161.         Top = 96
  162.         Width = 265
  163.         Height = 17
  164.         Caption = 'Use for &Forward messages'
  165.         Enabled = False
  166.         TabOrder = 5
  167.         Visible = False
  168.       end
  169.     end
  170.     object pnMsg: TPanel
  171.       Left = 2
  172.       Top = 97
  173.       Width = 383
  174.       Height = 208
  175.       Align = alClient
  176.       BevelOuter = bvLowered
  177.       TabOrder = 1
  178.       object eMsg: TTextEditor
  179.         Left = 1
  180.         Top = 1
  181.         Width = 381
  182.         Height = 206
  183.         BgColor = clBlack
  184.         TextColor = clBlack
  185.         SelColor = clBlack
  186.         SelBgColor = clBlack
  187.         QuoteColor = clBlack
  188.         RefColor = clBlack
  189.         Kludge1Color = clBlack
  190.         Kludge2Color = clBlack
  191.         Kludge3Color = clBlack
  192.         ReadOnly = False
  193.         FontCharset = 1
  194.         TabOrder = 0
  195.         Font.Color = clNavy
  196.         Font.Height = -13
  197.         Font.Name = 'Courier New'
  198.         Font.Pitch = fpFixed
  199.         Font.Style = []
  200.         Align = alClient
  201.         PopupMenu = mPop
  202.       end
  203.     end
  204.   end
  205.   object mPop: TPopupMenu
  206.     Left = 144
  207.     Top = 264
  208.     object mmText: TMenuItem
  209.       Caption = '&Text'
  210.       ShortCut = 0
  211.     end
  212.     object mmSender: TMenuItem
  213.       Caption = '&Sender info'
  214.       ShortCut = 0
  215.     end
  216.     object mmRece: TMenuItem
  217.       Caption = '&Recipient info'
  218.       ShortCut = 0
  219.     end
  220.     object mmDef: TMenuItem
  221.       Caption = '&Pre-defined fields'
  222.       ShortCut = 0
  223.     end
  224.     object mmMisc: TMenuItem
  225.       Caption = '&Miscellaneous'
  226.       ShortCut = 0
  227.     end
  228.     object N1: TMenuItem
  229.       Caption = '-'
  230.       ShortCut = 0
  231.     end
  232.     object mtAttachFile: TMenuItem
  233.       Caption = '&Attach a file...'
  234.       ShortCut = 32801
  235.       OnClick = mtAttachFileClick
  236.     end
  237.     object mtInclude: TMenuItem
  238.       Tag = 1
  239.       Caption = '&Include template file...'
  240.       ShortCut = 32813
  241.       OnClick = mtAttachFileClick
  242.     end
  243.     object mtPut: TMenuItem
  244.       Tag = 2
  245.       Caption = 'Put text file...'
  246.       ShortCut = 0
  247.       OnClick = mtAttachFileClick
  248.     end
  249.     object mtfCookie: TMenuItem
  250.       Tag = 3
  251.       Caption = '&Cookie from a file...'
  252.       ShortCut = 0
  253.       OnClick = mtAttachFileClick
  254.     end
  255.     object Popup1: TMenuItem
  256.       Caption = 'Popup'
  257.       ShortCut = 32889
  258.       Visible = False
  259.     end
  260.     object muAutoFormat: TMenuItem
  261.       Caption = 'A&uto-Format'
  262.       ShortCut = 24646
  263.       Visible = False
  264.       OnClick = muAutoFormatClick
  265.     end
  266.     object muAutoWrap: TMenuItem
  267.       Caption = 'Auto-&Wrap '
  268.       ShortCut = 24663
  269.       Visible = False
  270.       OnClick = muAutoWrapClick
  271.     end
  272.     object muWrapJustify: TMenuItem
  273.       Caption = '&Justify on autowrap'
  274.       ShortCut = 24650
  275.       Visible = False
  276.       OnClick = muWrapJustifyClick
  277.     end
  278.   end
  279. end
  280.