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

  1. object FolderEditor: TFolderEditor
  2.   Left = 55
  3.   Top = 23
  4.   HelpContext = 10025
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Edit Folder'
  8.   ClientHeight = 358
  9.   ClientWidth = 416
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnKeyDown = FormKeyDown
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object xTabs: TTabControl
  25.     Left = 0
  26.     Top = 0
  27.     Width = 416
  28.     Height = 321
  29.     Align = alTop
  30.     TabIndex = 0
  31.     TabOrder = 0
  32.     Tabs.Strings = (
  33.       'General'
  34.       'Template'
  35.       'Reply'
  36.       'Forward'
  37.       'Confirmation'
  38.       'Sound'
  39.       'Identity'
  40.       'Memo')
  41.     TabStop = False
  42.     OnChange = xTabsChange
  43.     object Book: TNotebook
  44.       Left = 4
  45.       Top = 24
  46.       Width = 408
  47.       Height = 293
  48.       HelpContext = 10025
  49.       Align = alClient
  50.       TabOrder = 0
  51.       object TPage
  52.         Left = 0
  53.         Top = 0
  54.         HelpContext = 10025
  55.         Caption = 'General'
  56.         object Label1: TLabel
  57.           Left = 8
  58.           Top = 4
  59.           Width = 31
  60.           Height = 13
  61.           Caption = '&Name:'
  62.           FocusControl = eName
  63.         end
  64.         object eName: TEdit
  65.           Left = 8
  66.           Top = 20
  67.           Width = 393
  68.           Height = 21
  69.           TabOrder = 0
  70.         end
  71.         object gbOptions: TGroupBox
  72.           Left = 8
  73.           Top = 48
  74.           Width = 393
  75.           Height = 241
  76.           Caption = 'Options'
  77.           TabOrder = 1
  78.           object lHomeDir: TLabel
  79.             Left = 40
  80.             Top = 24
  81.             Width = 45
  82.             Height = 13
  83.             Alignment = taRightJustify
  84.             Caption = '&Directory:'
  85.             FocusControl = bHomeDir
  86.           end
  87.           object eHomeDir: TEdit
  88.             Left = 88
  89.             Top = 20
  90.             Width = 297
  91.             Height = 21
  92.             Color = clBtnFace
  93.             ReadOnly = True
  94.             TabOrder = 0
  95.           end
  96.           object bHomeDir: TButton
  97.             Left = 112
  98.             Top = 50
  99.             Width = 129
  100.             Height = 25
  101.             Caption = '&?'
  102.             TabOrder = 1
  103.             OnClick = bHomeDirClick
  104.           end
  105.           object bClearHome: TButton
  106.             Left = 248
  107.             Top = 50
  108.             Width = 129
  109.             Height = 25
  110.             Caption = 'Clear'
  111.             TabOrder = 2
  112.             OnClick = bClearHomeClick
  113.           end
  114.           object eMaxMsgs: TSpinEdit
  115.             Left = 328
  116.             Top = 144
  117.             Width = 57
  118.             Height = 22
  119.             MaxValue = 100000
  120.             MinValue = 0
  121.             TabOrder = 7
  122.             Value = 0
  123.           end
  124.           object eMaxDays: TSpinEdit
  125.             Left = 328
  126.             Top = 168
  127.             Width = 57
  128.             Height = 22
  129.             MaxValue = 100000
  130.             MinValue = 0
  131.             TabOrder = 9
  132.             Value = 0
  133.           end
  134.           object GroupBox2: TGroupBox
  135.             Left = 8
  136.             Top = 192
  137.             Width = 377
  138.             Height = 41
  139.             Caption = 'On exit'
  140.             TabOrder = 10
  141.             object cbPurge: TCheckBox
  142.               Left = 16
  143.               Top = 16
  144.               Width = 177
  145.               Height = 17
  146.               Caption = '&Remove old messages'
  147.               TabOrder = 0
  148.             end
  149.             object cbCompress: TCheckBox
  150.               Left = 200
  151.               Top = 16
  152.               Width = 169
  153.               Height = 17
  154.               Caption = '&Compress the folder'
  155.               TabOrder = 1
  156.             end
  157.           end
  158.           object cbKeepMsgs: TCheckBox
  159.             Left = 24
  160.             Top = 148
  161.             Width = 297
  162.             Height = 17
  163.             Caption = '&Maximum number of stored messages is'
  164.             TabOrder = 6
  165.             OnClick = cbKeepMsgsClick
  166.           end
  167.           object cbKeepDays: TCheckBox
  168.             Left = 24
  169.             Top = 170
  170.             Width = 297
  171.             Height = 17
  172.             Caption = '&Keep messages in the base for (days) :'
  173.             TabOrder = 8
  174.             OnClick = cbKeepDaysClick
  175.           end
  176.           object cbOKTicker: TCheckBox
  177.             Left = 24
  178.             Top = 80
  179.             Width = 361
  180.             Height = 17
  181.             Caption = '&Show unread messages on MailTicker(tm)'
  182.             TabOrder = 3
  183.           end
  184.           object cbDefaultColumn: TCheckBox
  185.             Left = 24
  186.             Top = 104
  187.             Width = 361
  188.             Height = 17
  189.             Caption = '&Use the account default column settings'
  190.             TabOrder = 4
  191.           end
  192.           object cbUsePrnCtl: TCheckBox
  193.             Left = 24
  194.             Top = 126
  195.             Width = 361
  196.             Height = 17
  197.             Caption = 'Use &folder-specific print settings'
  198.             TabOrder = 5
  199.           end
  200.         end
  201.       end
  202.       object TPage
  203.         Left = 0
  204.         Top = 0
  205.         HelpContext = 10017
  206.         Caption = 'Template'
  207.         object Label4: TLabel
  208.           Left = 8
  209.           Top = 8
  210.           Width = 89
  211.           Height = 13
  212.           Caption = '&Message template:'
  213.           FocusControl = eTemplate
  214.         end
  215.         object eTemplate: TMemo
  216.           Left = 8
  217.           Top = 24
  218.           Width = 393
  219.           Height = 265
  220.           Font.Color = clBlack
  221.           Font.Height = -13
  222.           Font.Name = 'Courier'
  223.           Font.Style = []
  224.           ParentFont = False
  225.           ScrollBars = ssBoth
  226.           TabOrder = 0
  227.           WordWrap = False
  228.           OnClick = eTemplateEnter
  229.           OnEnter = eTemplateEnter
  230.         end
  231.       end
  232.       object TPage
  233.         Left = 0
  234.         Top = 0
  235.         HelpContext = 10017
  236.         Caption = 'Reply'
  237.         object Label6: TLabel
  238.           Left = 8
  239.           Top = 8
  240.           Width = 118
  241.           Height = 13
  242.           Caption = '&Reply message template:'
  243.           FocusControl = eTemplate
  244.         end
  245.         object eRTemplate: TMemo
  246.           Left = 8
  247.           Top = 24
  248.           Width = 393
  249.           Height = 265
  250.           Font.Color = clBlack
  251.           Font.Height = -13
  252.           Font.Name = 'Courier'
  253.           Font.Style = []
  254.           ParentFont = False
  255.           ScrollBars = ssBoth
  256.           TabOrder = 0
  257.           WordWrap = False
  258.           OnClick = eTemplateEnter
  259.           OnEnter = eTemplateEnter
  260.         end
  261.       end
  262.       object TPage
  263.         Left = 0
  264.         Top = 0
  265.         HelpContext = 10017
  266.         Caption = 'Forward'
  267.         object Label7: TLabel
  268.           Left = 8
  269.           Top = 8
  270.           Width = 141
  271.           Height = 13
  272.           Caption = '&Message forwarding template:'
  273.           FocusControl = eFTemplate
  274.         end
  275.         object eFTemplate: TMemo
  276.           Left = 8
  277.           Top = 24
  278.           Width = 393
  279.           Height = 265
  280.           Font.Color = clBlack
  281.           Font.Height = -13
  282.           Font.Name = 'Courier'
  283.           Font.Style = []
  284.           ParentFont = False
  285.           ScrollBars = ssBoth
  286.           TabOrder = 0
  287.           WordWrap = False
  288.           OnClick = eTemplateEnter
  289.           OnEnter = eTemplateEnter
  290.         end
  291.       end
  292.       object TPage
  293.         Left = 0
  294.         Top = 0
  295.         Caption = 'RCR'
  296.         object Label12: TLabel
  297.           Left = 8
  298.           Top = 120
  299.           Width = 47
  300.           Height = 13
  301.           Caption = '&Template:'
  302.         end
  303.         object eConfirm: TMemo
  304.           Left = 8
  305.           Top = 136
  306.           Width = 393
  307.           Height = 153
  308.           Font.Color = clBlack
  309.           Font.Height = -13
  310.           Font.Name = 'Courier'
  311.           Font.Style = []
  312.           ParentFont = False
  313.           PopupMenu = mPop
  314.           ScrollBars = ssBoth
  315.           TabOrder = 0
  316.           OnEnter = eTemplateEnter
  317.         end
  318.         object rgRCRaction: TRadioGroup
  319.           Left = 8
  320.           Top = 64
  321.           Width = 393
  322.           Height = 49
  323.           Caption = 'Action'
  324.           Columns = 2
  325.           ItemIndex = 0
  326.           Items.Strings = (
  327.             '&Put in Outbox'
  328.             '&Send immediately'
  329.             '&Edit'
  330.             '&Ignore')
  331.           TabOrder = 1
  332.         end
  333.         object cbRCRPrompt: TCheckBox
  334.           Left = 16
  335.           Top = 36
  336.           Width = 385
  337.           Height = 17
  338.           Caption = 'Prompt before the &Action'
  339.           TabOrder = 2
  340.         end
  341.         object cbRCR: TCheckBox
  342.           Left = 16
  343.           Top = 8
  344.           Width = 385
  345.           Height = 17
  346.           Caption = '&Override account'#39's Reading Confirmation settings'
  347.           TabOrder = 3
  348.         end
  349.       end
  350.       object TPage
  351.         Left = 0
  352.         Top = 0
  353.         HelpContext = 10026
  354.         Caption = 'Sound'
  355.         object cbSound: TRadioGroup
  356.           Left = 8
  357.           Top = 8
  358.           Width = 393
  359.           Height = 89
  360.           Caption = 'Sound when new mail arrived'
  361.           ItemIndex = 0
  362.           Items.Strings = (
  363.             'Use &Account settings'
  364.             '&Use own sound settings'
  365.             '&Sound disabled')
  366.           TabOrder = 0
  367.           OnClick = cbSoundClick
  368.         end
  369.         object gbSound: TGroupBox
  370.           Left = 8
  371.           Top = 104
  372.           Width = 393
  373.           Height = 137
  374.           Caption = 'Settings'
  375.           TabOrder = 1
  376.           object Label9: TLabel
  377.             Left = 8
  378.             Top = 28
  379.             Width = 19
  380.             Height = 13
  381.             Caption = '&File:'
  382.             FocusControl = eSound
  383.           end
  384.           object eSound: TEdit
  385.             Left = 48
  386.             Top = 24
  387.             Width = 337
  388.             Height = 21
  389.             TabOrder = 0
  390.           end
  391.           object bBrowseWAV: TButton
  392.             Left = 224
  393.             Top = 56
  394.             Width = 75
  395.             Height = 25
  396.             Caption = '&Browse...'
  397.             TabOrder = 1
  398.             OnClick = bBrowseWAVClick
  399.           end
  400.           object bTestSound: TButton
  401.             Left = 312
  402.             Top = 56
  403.             Width = 75
  404.             Height = 25
  405.             Caption = '&Test now'
  406.             TabOrder = 2
  407.             OnClick = bTestSoundClick
  408.           end
  409.           object cbOwnTime: TCheckBox
  410.             Left = 8
  411.             Top = 104
  412.             Width = 285
  413.             Height = 17
  414.             Caption = '&Override account'#39's allowance interval:'
  415.             TabOrder = 3
  416.             OnClick = cbOwnTimeClick
  417.           end
  418.           object eInterval: TTimeIntervalEdit
  419.             Left = 296
  420.             Top = 102
  421.             Width = 89
  422.             Height = 21
  423.             EditMask = '##:##-##:##;1;0'
  424.             MaxLength = 11
  425.             TabOrder = 4
  426.             Text = '  :  -  :  '
  427.           end
  428.         end
  429.       end
  430.       object TPage
  431.         Left = 0
  432.         Top = 0
  433.         Caption = 'ID'
  434.         object GroupBox1: TGroupBox
  435.           Left = 5
  436.           Top = 8
  437.           Width = 396
  438.           Height = 97
  439.           Caption = 'From information'
  440.           TabOrder = 0
  441.           object Label2: TLabel
  442.             Left = 16
  443.             Top = 20
  444.             Width = 57
  445.             Height = 13
  446.             Caption = '&From Name:'
  447.           end
  448.           object Label3: TLabel
  449.             Left = 16
  450.             Top = 44
  451.             Width = 67
  452.             Height = 13
  453.             Caption = 'From &Address:'
  454.           end
  455.           object Label8: TLabel
  456.             Left = 16
  457.             Top = 68
  458.             Width = 62
  459.             Height = 13
  460.             Caption = '&Organisation:'
  461.           end
  462.           object eFromName: TComboBox
  463.             Left = 104
  464.             Top = 16
  465.             Width = 284
  466.             Height = 21
  467.             ItemHeight = 13
  468.             TabOrder = 0
  469.           end
  470.           object eFromAddr: TComboBox
  471.             Left = 104
  472.             Top = 40
  473.             Width = 284
  474.             Height = 21
  475.             ItemHeight = 13
  476.             TabOrder = 1
  477.           end
  478.           object eOrg: TComboBox
  479.             Left = 104
  480.             Top = 64
  481.             Width = 284
  482.             Height = 21
  483.             ItemHeight = 13
  484.             TabOrder = 2
  485.           end
  486.         end
  487.         object GroupBox3: TGroupBox
  488.           Left = 5
  489.           Top = 112
  490.           Width = 396
  491.           Height = 73
  492.           Caption = 'Reply-To information'
  493.           TabOrder = 1
  494.           object Label10: TLabel
  495.             Left = 16
  496.             Top = 44
  497.             Width = 87
  498.             Height = 13
  499.             Caption = 'Reply-To A&ddress:'
  500.           end
  501.           object Label11: TLabel
  502.             Left = 16
  503.             Top = 20
  504.             Width = 77
  505.             Height = 13
  506.             Caption = '&Reply-To Name:'
  507.           end
  508.           object eReplyName: TComboBox
  509.             Left = 120
  510.             Top = 16
  511.             Width = 268
  512.             Height = 21
  513.             ItemHeight = 13
  514.             TabOrder = 0
  515.           end
  516.           object eReplyAddr: TComboBox
  517.             Left = 120
  518.             Top = 40
  519.             Width = 268
  520.             Height = 21
  521.             ItemHeight = 13
  522.             TabOrder = 1
  523.           end
  524.         end
  525.       end
  526.       object TPage
  527.         Left = 0
  528.         Top = 0
  529.         Caption = 'Memo'
  530.         object Label5: TLabel
  531.           Left = 8
  532.           Top = 8
  533.           Width = 32
  534.           Height = 13
  535.           Caption = '&Memo:'
  536.           FocusControl = eMemo
  537.         end
  538.         object eMemo: TMemo
  539.           Left = 8
  540.           Top = 24
  541.           Width = 393
  542.           Height = 265
  543.           Lines.Strings = (
  544.             '')
  545.           ScrollBars = ssBoth
  546.           TabOrder = 0
  547.           WordWrap = False
  548.         end
  549.       end
  550.     end
  551.   end
  552.   object bOK: TButton
  553.     Left = 160
  554.     Top = 328
  555.     Width = 75
  556.     Height = 25
  557.     Caption = 'OK'
  558.     Default = True
  559.     ModalResult = 1
  560.     TabOrder = 1
  561.   end
  562.   object bCancel: TButton
  563.     Left = 248
  564.     Top = 328
  565.     Width = 75
  566.     Height = 25
  567.     Cancel = True
  568.     Caption = 'Cancel'
  569.     ModalResult = 2
  570.     TabOrder = 2
  571.   end
  572.   object bMacro: TButton
  573.     Left = 8
  574.     Top = 328
  575.     Width = 81
  576.     Height = 25
  577.     Caption = '&Macros...'
  578.     Enabled = False
  579.     TabOrder = 3
  580.     OnClick = bMacroClick
  581.   end
  582.   object bHelp: TButton
  583.     Left = 336
  584.     Top = 328
  585.     Width = 75
  586.     Height = 25
  587.     Caption = 'Help'
  588.     TabOrder = 4
  589.     OnClick = bHelpClick
  590.   end
  591.   object mPop: TPopupMenu
  592.     Left = 232
  593.     Top = 272
  594.     object mmText: TMenuItem
  595.       Caption = '&Text'
  596.       ShortCut = 0
  597.     end
  598.     object mmSender: TMenuItem
  599.       Caption = '&Sender info'
  600.       ShortCut = 0
  601.     end
  602.     object mmRece: TMenuItem
  603.       Caption = '&Recipient info'
  604.       ShortCut = 0
  605.     end
  606.     object mmDef: TMenuItem
  607.       Caption = '&Pre-defined fields'
  608.       ShortCut = 0
  609.     end
  610.     object mmMisc: TMenuItem
  611.       Caption = '&Miscellaneous'
  612.       ShortCut = 0
  613.     end
  614.     object N1: TMenuItem
  615.       Caption = '-'
  616.       ShortCut = 0
  617.     end
  618.     object mtAttachFile: TMenuItem
  619.       Caption = '&Attach a file...'
  620.       ShortCut = 32801
  621.       OnClick = mtAttachFileClick
  622.     end
  623.     object mtInclude: TMenuItem
  624.       Tag = 1
  625.       Caption = '&Include template file...'
  626.       ShortCut = 32813
  627.       OnClick = mtAttachFileClick
  628.     end
  629.     object mtPut: TMenuItem
  630.       Tag = 2
  631.       Caption = 'Put text file...'
  632.       ShortCut = 0
  633.       OnClick = mtAttachFileClick
  634.     end
  635.     object mtfCookie: TMenuItem
  636.       Tag = 3
  637.       Caption = '&Cookie from a file...'
  638.       ShortCut = 0
  639.       OnClick = mtAttachFileClick
  640.     end
  641.     object Popup1: TMenuItem
  642.       Caption = 'Popup'
  643.       ShortCut = 32889
  644.       Visible = False
  645.     end
  646.   end
  647. end
  648.