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 / TACTIONEDITOR / TACTIONEDITOR.txt
Encoding:
Text File  |  2004-02-23  |  12.6 KB  |  565 lines

  1. object ActionEditor: TActionEditor
  2.   Left = 200
  3.   Top = 108
  4.   Width = 575
  5.   Height = 423
  6.   Caption = 'Sorting Office/Actions'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Menu = MainMenu1
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Splitter1: TSplitter
  22.     Left = 265
  23.     Top = 0
  24.     Height = 369
  25.     Beveled = True
  26.     ResizeStyle = rsUpdate
  27.   end
  28.   object pnTree: TPanel
  29.     Left = 0
  30.     Top = 0
  31.     Width = 265
  32.     Height = 369
  33.     Align = alLeft
  34.     BevelOuter = bvNone
  35.     TabOrder = 0
  36.     object pnUser: TPanel
  37.       Left = 0
  38.       Top = 0
  39.       Width = 265
  40.       Height = 33
  41.       Align = alTop
  42.       TabOrder = 0
  43.       DesignSize = (
  44.         265
  45.         33)
  46.       object lUser: TLabel
  47.         Left = 8
  48.         Top = 10
  49.         Width = 43
  50.         Height = 13
  51.         Caption = 'Acco&unt:'
  52.         FocusControl = cbUser
  53.       end
  54.       object cbUser: TComboBox
  55.         Left = 72
  56.         Top = 6
  57.         Width = 185
  58.         Height = 21
  59.         Style = csDropDownList
  60.         Anchors = [akLeft, akTop, akRight]
  61.         ItemHeight = 13
  62.         TabOrder = 0
  63.         OnChange = cbUserChange
  64.       end
  65.     end
  66.     object MLV: TMLVGrid
  67.       Left = 0
  68.       Top = 33
  69.       Width = 265
  70.       Height = 336
  71.       Align = alClient
  72.       DefaultRowHeight = 16
  73.       DefaultDrawing = False
  74.       FixedCols = 0
  75.       RowCount = 1
  76.       FixedRows = 0
  77.       Options = [goThumbTracking]
  78.       PopupMenu = pmFilter
  79.       TabOrder = 1
  80.       AltDrag = False
  81.       AutoColResize = True
  82.       AutoSearch = False
  83.       MultiSelect = False
  84.       OnFocusItem = MLVFocusItem
  85.       ImmediateSelect = False
  86.     end
  87.   end
  88.   object Book: TPageControl
  89.     Left = 268
  90.     Top = 0
  91.     Width = 299
  92.     Height = 369
  93.     ActivePage = tsGeneral
  94.     Align = alClient
  95.     TabOrder = 1
  96.     OnChange = BookChange
  97.     object tsGeneral: TTabSheet
  98.       Caption = 'General'
  99.       object pnName: TPanel
  100.         Left = 0
  101.         Top = 0
  102.         Width = 291
  103.         Height = 73
  104.         Align = alTop
  105.         BevelOuter = bvNone
  106.         TabOrder = 0
  107.         DesignSize = (
  108.           291
  109.           73)
  110.         object lName: TLabel
  111.           Left = 8
  112.           Top = 8
  113.           Width = 31
  114.           Height = 13
  115.           Caption = '&Name:'
  116.           FocusControl = eName
  117.         end
  118.         object Label2: TLabel
  119.           Left = 8
  120.           Top = 56
  121.           Width = 47
  122.           Height = 13
  123.           Caption = '&Condition:'
  124.         end
  125.         object eName: TEdit
  126.           Left = 8
  127.           Top = 24
  128.           Width = 273
  129.           Height = 21
  130.           Anchors = [akLeft, akTop, akRight]
  131.           TabOrder = 0
  132.         end
  133.       end
  134.       inline CFrame: TConditionFrame
  135.         Left = 0
  136.         Top = 73
  137.         Width = 291
  138.         Height = 268
  139.         Align = alClient
  140.         TabOrder = 1
  141.         inherited sbIF: TScrollBox
  142.           Width = 291
  143.           Height = 245
  144.         end
  145.         inherited pnButtons: TPanel
  146.           Top = 245
  147.           Width = 291
  148.         end
  149.       end
  150.     end
  151.     object tsActions: TTabSheet
  152.       Caption = 'Actions'
  153.       OnEnter = lActionsClick
  154.       object pnActButtons: TPanel
  155.         Left = 0
  156.         Top = 318
  157.         Width = 291
  158.         Height = 23
  159.         Align = alBottom
  160.         TabOrder = 0
  161.         OnResize = pnActButtonsResize
  162.         object bActAdd: TToolbarButton97
  163.           Left = 8
  164.           Top = 0
  165.           Width = 73
  166.           Height = 22
  167.           DropdownMenu = pmAddAct
  168.           Caption = '&Add'
  169.         end
  170.         object bActEdit: TToolbarButton97
  171.           Left = 81
  172.           Top = 0
  173.           Width = 73
  174.           Height = 22
  175.           Caption = '&Edit'
  176.           OnClick = bActEditClick
  177.         end
  178.         object bActDelete: TToolbarButton97
  179.           Left = 154
  180.           Top = 0
  181.           Width = 81
  182.           Height = 22
  183.           Caption = '&Delete'
  184.           OnClick = mlActDeleteClick
  185.         end
  186.       end
  187.       object lActions: TListBox
  188.         Left = 0
  189.         Top = 0
  190.         Width = 291
  191.         Height = 318
  192.         Align = alClient
  193.         ItemHeight = 13
  194.         PopupMenu = pmAct
  195.         TabOrder = 1
  196.         OnClick = lActionsClick
  197.       end
  198.     end
  199.     object tsOptions: TTabSheet
  200.       Caption = 'Options'
  201.       object sbOptions: TScrollBox
  202.         Left = 0
  203.         Top = 0
  204.         Width = 291
  205.         Height = 341
  206.         Align = alClient
  207.         BorderStyle = bsNone
  208.         TabOrder = 0
  209.         object cbActive: TCheckBox
  210.           Left = 8
  211.           Top = 16
  212.           Width = 241
  213.           Height = 17
  214.           Caption = '&This filter is active'
  215.           TabOrder = 0
  216.           OnClick = cbActiveClick
  217.         end
  218.         object cbManual: TCheckBox
  219.           Left = 8
  220.           Top = 40
  221.           Width = 241
  222.           Height = 17
  223.           Caption = '&Use this filter for manual re-filtering only'
  224.           TabOrder = 1
  225.           OnClick = cbActiveClick
  226.         end
  227.         object cbContinue: TCheckBox
  228.           Left = 8
  229.           Top = 64
  230.           Width = 241
  231.           Height = 17
  232.           Caption = '&Continue processing with other filters'
  233.           TabOrder = 2
  234.           OnClick = cbActiveClick
  235.         end
  236.         object cbSendType: TRadioGroup
  237.           Left = 8
  238.           Top = 96
  239.           Width = 233
  240.           Height = 89
  241.           Caption = 'Send generated messages'
  242.           ItemIndex = 0
  243.           Items.Strings = (
  244.             '&Accordingly to the account settings'
  245.             '&Immediately'
  246.             '&Queue in the Outbox')
  247.           TabOrder = 3
  248.           OnClick = cbActiveClick
  249.         end
  250.         object cbHotkey: TCheckBox
  251.           Tag = -2
  252.           Left = 10
  253.           Top = 200
  254.           Width = 297
  255.           Height = 17
  256.           Caption = 'Execute actions of this filter by pressing this &Hot Key:'
  257.           TabOrder = 4
  258.           OnClick = cbHotkeyClick
  259.         end
  260.         object hkHotkey: THotKey
  261.           Left = 32
  262.           Top = 218
  263.           Width = 153
  264.           Height = 19
  265.           HotKey = 0
  266.           Modifiers = []
  267.           TabOrder = 5
  268.         end
  269.         object cbHKCheckMessage: TCheckBox
  270.           Left = 34
  271.           Top = 240
  272.           Width = 273
  273.           Height = 17
  274.           Caption = 'Check the &messages against this rule'
  275.           TabOrder = 6
  276.         end
  277.       end
  278.     end
  279.     object tsInfo: TTabSheet
  280.       Caption = 'tsInfo'
  281.       TabVisible = False
  282.       object pnInfo: TPanel
  283.         Left = 0
  284.         Top = 0
  285.         Width = 263
  286.         Height = 286
  287.         Align = alClient
  288.         BevelOuter = bvNone
  289.         BorderWidth = 16
  290.         TabOrder = 0
  291.         object lInfo: TLabel
  292.           Left = 16
  293.           Top = 16
  294.           Width = 231
  295.           Height = 254
  296.           Align = alClient
  297.           AutoSize = False
  298.         end
  299.       end
  300.     end
  301.   end
  302.   object MainMenu1: TMainMenu
  303.     Left = 200
  304.     Top = 56
  305.     object mFilterMenu: TMenuItem
  306.       Caption = '&File'
  307.       object mNew: TMenuItem
  308.         Caption = '&New'
  309.         OnClick = mNewClick
  310.         object mNewFilter: TMenuItem
  311.           Caption = '&Filter'
  312.           OnClick = mNewFilterClick
  313.         end
  314.         object mNewActionList: TMenuItem
  315.           Caption = 'Action &List'
  316.           Visible = False
  317.         end
  318.         object mSubfilter: TMenuItem
  319.           Caption = '&Sub-filter'
  320.           OnClick = mSubfilterClick
  321.         end
  322.         object mNewCondition: TMenuItem
  323.           Caption = '&Condition'
  324.         end
  325.         object mNewBlock: TMenuItem
  326.           Caption = 'Condition &Block'
  327.         end
  328.         object mNewAction: TMenuItem
  329.           Caption = '&Action'
  330.         end
  331.       end
  332.       object N1: TMenuItem
  333.         Caption = '-'
  334.       end
  335.       object mImport: TMenuItem
  336.         Caption = '&Import...'
  337.       end
  338.       object mExport: TMenuItem
  339.         Caption = 'E&xport...'
  340.       end
  341.       object N2: TMenuItem
  342.         Caption = '-'
  343.       end
  344.       object mClose: TMenuItem
  345.         Caption = '&Close'
  346.         ShortCut = 27
  347.         OnClick = mCloseClick
  348.       end
  349.     end
  350.     object mEditMenu: TMenuItem
  351.       Caption = '&Edit'
  352.       OnClick = mEditMenuClick
  353.       object mCopy: TMenuItem
  354.         Caption = '&Copy'
  355.         OnClick = mCopyClick
  356.       end
  357.       object mCut: TMenuItem
  358.         Caption = 'C&ut'
  359.         OnClick = mCutClick
  360.       end
  361.       object mPaste: TMenuItem
  362.         Caption = '&Paste'
  363.       end
  364.       object mDelete: TMenuItem
  365.         Caption = '&Delete'
  366.         OnClick = mDeleteClick
  367.       end
  368.       object N4: TMenuItem
  369.         Caption = '-'
  370.       end
  371.       object bUpFilter: TMenuItem
  372.         Tag = -1
  373.         Caption = '&Move up'
  374.         OnClick = bUpFilterClick
  375.       end
  376.       object bDownFilter: TMenuItem
  377.         Tag = 1
  378.         Caption = 'M&ove down'
  379.         OnClick = bUpFilterClick
  380.       end
  381.       object mFilterIn: TMenuItem
  382.         Caption = 'Mo&ve in'
  383.         OnClick = mFilterInClick
  384.       end
  385.       object mFilterOut: TMenuItem
  386.         Caption = 'Mov&e out'
  387.         OnClick = mFilterOutClick
  388.       end
  389.     end
  390.     object View1: TMenuItem
  391.       Caption = '&View'
  392.       Visible = False
  393.       object mvFont: TMenuItem
  394.         Caption = '&Font...'
  395.       end
  396.       object N5: TMenuItem
  397.         Caption = '-'
  398.       end
  399.       object mvHorzSplit: TMenuItem
  400.         Caption = 'Split &horisontally'
  401.         GroupIndex = 10
  402.         RadioItem = True
  403.       end
  404.       object mvVertSplit: TMenuItem
  405.         Caption = 'Split &vertically'
  406.         GroupIndex = 10
  407.         RadioItem = True
  408.       end
  409.     end
  410.   end
  411.   object IFmenu: TPopupMenu
  412.     Left = 112
  413.     Top = 240
  414.   end
  415.   object mBlock: TPopupMenu
  416.     Left = 64
  417.     Top = 80
  418.     object mAddCondition: TMenuItem
  419.       Caption = '&Add condition'
  420.       ShortCut = 45
  421.     end
  422.     object mlNewBlock: TMenuItem
  423.       Caption = '&New block'
  424.       ShortCut = 16429
  425.     end
  426.     object MenuItem2: TMenuItem
  427.       Caption = '&Delete'
  428.       ShortCut = 46
  429.     end
  430.   end
  431.   object pmAct: TPopupMenu
  432.     OnPopup = mEditMenuClick
  433.     Left = 104
  434.     Top = 80
  435.     object mlActAdd: TMenuItem
  436.       Caption = '&Add'
  437.     end
  438.     object mActEdit: TMenuItem
  439.       Caption = '&Edit'
  440.       ShortCut = 13
  441.       OnClick = bActEditClick
  442.     end
  443.     object N3: TMenuItem
  444.       Caption = '-'
  445.     end
  446.     object mlCopyAct: TMenuItem
  447.       Caption = '&Copy'
  448.       ShortCut = 16451
  449.       OnClick = mlCopyActClick
  450.     end
  451.     object mlCopyAct1: TMenuItem
  452.       Caption = '&Copy'
  453.       ShortCut = 16429
  454.       Visible = False
  455.       OnClick = mlCopyActClick
  456.     end
  457.     object mlCutAct: TMenuItem
  458.       Caption = 'C&ut'
  459.       ShortCut = 16472
  460.       OnClick = mlCutActClick
  461.     end
  462.     object mlCutAct1: TMenuItem
  463.       Caption = 'C&ut'
  464.       ShortCut = 8238
  465.       Visible = False
  466.       OnClick = mlCutActClick
  467.     end
  468.     object mlPasteAct: TMenuItem
  469.       Caption = '&Paste'
  470.       ShortCut = 16470
  471.     end
  472.     object mlPasteAct1: TMenuItem
  473.       Caption = '&Paste'
  474.       ShortCut = 8237
  475.       Visible = False
  476.     end
  477.     object mlActDelete: TMenuItem
  478.       Caption = '&Delete'
  479.       ShortCut = 46
  480.       OnClick = mlActDeleteClick
  481.     end
  482.     object N6: TMenuItem
  483.       Caption = '-'
  484.     end
  485.     object mActMoveUp: TMenuItem
  486.       Tag = -1
  487.       Caption = '&Move up'
  488.       ShortCut = 16422
  489.       OnClick = mActMoveUpClick
  490.     end
  491.     object mActMoveDown: TMenuItem
  492.       Tag = 1
  493.       Caption = 'M&ove down'
  494.       ShortCut = 16424
  495.       OnClick = mActMoveUpClick
  496.     end
  497.   end
  498.   object pmAddAct: TPopupMenu
  499.     Left = 136
  500.     Top = 240
  501.   end
  502.   object pmFilter: TPopupMenu
  503.     OnPopup = mEditMenuClick
  504.     Left = 24
  505.     Top = 80
  506.     object mlNewFilter: TMenuItem
  507.       Caption = '&New'
  508.       ShortCut = 45
  509.       OnClick = mNewFilterClick
  510.     end
  511.     object mlNewSubfilter: TMenuItem
  512.       Caption = 'New &Subfilter'
  513.       ShortCut = 32813
  514.       OnClick = mSubfilterClick
  515.     end
  516.     object N7: TMenuItem
  517.       Caption = '-'
  518.     end
  519.     object mlCopyFilter: TMenuItem
  520.       Caption = '&Copy'
  521.       ShortCut = 16451
  522.       OnClick = mCopyClick
  523.     end
  524.     object mlCutFilter: TMenuItem
  525.       Caption = 'Cu&t'
  526.       ShortCut = 16472
  527.       OnClick = mlCutFilterClick
  528.     end
  529.     object mlPasteFilter: TMenuItem
  530.       Caption = '&Paste'
  531.       ShortCut = 16470
  532.     end
  533.     object mlDelFilter: TMenuItem
  534.       Caption = '&Delete'
  535.       ShortCut = 46
  536.       OnClick = mlDelFilterClick
  537.     end
  538.     object N8: TMenuItem
  539.       Caption = '-'
  540.     end
  541.     object mlUpFilter: TMenuItem
  542.       Tag = -1
  543.       Caption = 'Move &up'
  544.       ShortCut = 16422
  545.       OnClick = bUpFilterClick
  546.     end
  547.     object mlDownFilter: TMenuItem
  548.       Tag = 1
  549.       Caption = '&Move down'
  550.       ShortCut = 16424
  551.       OnClick = bUpFilterClick
  552.     end
  553.     object mlMoveIn: TMenuItem
  554.       Caption = 'Mo&ve in'
  555.       ShortCut = 16423
  556.       OnClick = mFilterInClick
  557.     end
  558.     object mlMoveOut: TMenuItem
  559.       Caption = 'Mov&e out'
  560.       ShortCut = 16421
  561.       OnClick = mFilterOutClick
  562.     end
  563.   end
  564. end
  565.