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 / TACTIONSETUP / TACTIONSETUP.txt
Encoding:
Text File  |  2004-02-23  |  22.1 KB  |  919 lines

  1. object ActionSetup: TActionSetup
  2.   Left = 264
  3.   Top = 100
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   BorderWidth = 4
  7.   Caption = 'ActionSetup'
  8.   ClientHeight = 415
  9.   ClientWidth = 396
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Book: TPageControl
  24.     Left = 0
  25.     Top = 0
  26.     Width = 396
  27.     Height = 377
  28.     ActivePage = tsTemplate
  29.     Align = alTop
  30.     TabOrder = 0
  31.     TabStop = False
  32.     object tsFolder: TTabSheet
  33.       Caption = 'Folder'
  34.       TabVisible = False
  35.       object lFolders: TLabel
  36.         Left = 8
  37.         Top = 88
  38.         Width = 37
  39.         Height = 13
  40.         Caption = '&Folders:'
  41.         FocusControl = mlFolders
  42.       end
  43.       object lFolder: TLabel
  44.         Left = 8
  45.         Top = 16
  46.         Width = 85
  47.         Height = 13
  48.         Caption = '&Destination folder:'
  49.         FocusControl = eFolder
  50.       end
  51.       object mlFolders: TMLVGrid
  52.         Left = 8
  53.         Top = 104
  54.         Width = 305
  55.         Height = 201
  56.         ColCount = 1
  57.         DefaultRowHeight = 16
  58.         DefaultDrawing = False
  59.         FixedCols = 0
  60.         RowCount = 1
  61.         FixedRows = 0
  62.         Options = [goThumbTracking]
  63.         TabOrder = 2
  64.         AltDrag = True
  65.         AutoColResize = True
  66.         AutoSearch = True
  67.         MultiSelect = False
  68.         OnFocusItem = mlFoldersFocusItem
  69.         ImmediateSelect = False
  70.         OnDrawItemImage = mlFoldersDrawItemImage
  71.       end
  72.       object eFolder: TEdit
  73.         Left = 8
  74.         Top = 32
  75.         Width = 305
  76.         Height = 21
  77.         TabOrder = 0
  78.       end
  79.       object cbFolderAutoCreate: TCheckBox
  80.         Left = 8
  81.         Top = 56
  82.         Width = 305
  83.         Height = 17
  84.         Caption = '&Automatically create if necessary'
  85.         TabOrder = 1
  86.       end
  87.       object cbCopyRead: TCheckBox
  88.         Left = 8
  89.         Top = 320
  90.         Width = 305
  91.         Height = 17
  92.         Caption = '&Mark the copy as read'
  93.         TabOrder = 3
  94.       end
  95.     end
  96.     object tsAddAddr: TTabSheet
  97.       Caption = 'Add Address'
  98.       TabVisible = False
  99.       object lAddGroups: TLabel
  100.         Left = 8
  101.         Top = 136
  102.         Width = 149
  103.         Height = 13
  104.         Caption = 'Add addresses to these groups:'
  105.       end
  106.       object gbAddAddr: TGroupBox
  107.         Left = 8
  108.         Top = 16
  109.         Width = 345
  110.         Height = 105
  111.         Caption = 'Header fields to add addresses from'
  112.         TabOrder = 0
  113.         object cbAddFrom: TCheckBox
  114.           Left = 16
  115.           Top = 24
  116.           Width = 145
  117.           Height = 17
  118.           Caption = '&From'
  119.           TabOrder = 0
  120.         end
  121.         object cbAddReplyTo: TCheckBox
  122.           Left = 16
  123.           Top = 48
  124.           Width = 145
  125.           Height = 17
  126.           Caption = '&Reply-To'
  127.           TabOrder = 1
  128.         end
  129.         object cbAddTo: TCheckBox
  130.           Left = 176
  131.           Top = 24
  132.           Width = 161
  133.           Height = 17
  134.           Caption = '&To'
  135.           TabOrder = 2
  136.         end
  137.         object cbAddCC: TCheckBox
  138.           Left = 176
  139.           Top = 48
  140.           Width = 161
  141.           Height = 17
  142.           Caption = '&Carbon Copy (CC)'
  143.           TabOrder = 3
  144.         end
  145.         object cbAddBCC: TCheckBox
  146.           Left = 176
  147.           Top = 72
  148.           Width = 161
  149.           Height = 17
  150.           Caption = '&Blind Carbon Copy (BCC)'
  151.           TabOrder = 4
  152.         end
  153.       end
  154.       object eAddGroups: TEdit
  155.         Left = 8
  156.         Top = 152
  157.         Width = 305
  158.         Height = 21
  159.         TabOrder = 1
  160.       end
  161.       object bAddGroups: TButton
  162.         Left = 320
  163.         Top = 150
  164.         Width = 27
  165.         Height = 25
  166.         Caption = '...'
  167.         TabOrder = 2
  168.         OnClick = bAddGroupsClick
  169.       end
  170.     end
  171.     object tsDelAddr: TTabSheet
  172.       Caption = 'Delete Address'
  173.       TabVisible = False
  174.       object lDelGrpAdd: TLabel
  175.         Left = 58
  176.         Top = 242
  177.         Width = 3
  178.         Height = 13
  179.         Enabled = False
  180.       end
  181.       object eDelGroups: TEdit
  182.         Left = 40
  183.         Top = 184
  184.         Width = 273
  185.         Height = 21
  186.         Enabled = False
  187.         TabOrder = 3
  188.       end
  189.       object gbDelAddr: TGroupBox
  190.         Left = 8
  191.         Top = 16
  192.         Width = 345
  193.         Height = 105
  194.         Caption = 'Addresses are taken from'
  195.         TabOrder = 0
  196.         object cbDelFrom: TCheckBox
  197.           Left = 16
  198.           Top = 24
  199.           Width = 145
  200.           Height = 17
  201.           Caption = '&From'
  202.           TabOrder = 0
  203.         end
  204.         object cbDelReplyTo: TCheckBox
  205.           Left = 16
  206.           Top = 48
  207.           Width = 145
  208.           Height = 17
  209.           Caption = '&Reply-To'
  210.           TabOrder = 1
  211.         end
  212.         object cbDelTo: TCheckBox
  213.           Left = 176
  214.           Top = 24
  215.           Width = 161
  216.           Height = 17
  217.           Caption = '&To'
  218.           TabOrder = 2
  219.         end
  220.         object cbDelCC: TCheckBox
  221.           Left = 176
  222.           Top = 48
  223.           Width = 161
  224.           Height = 17
  225.           Caption = '&Carbon Copy (CC)'
  226.           TabOrder = 3
  227.         end
  228.         object cbDelBCC: TCheckBox
  229.           Left = 176
  230.           Top = 72
  231.           Width = 161
  232.           Height = 17
  233.           Caption = '&Blind Carbon Copy (BCC)'
  234.           TabOrder = 4
  235.         end
  236.       end
  237.       object bDelGroups: TButton
  238.         Left = 320
  239.         Top = 182
  240.         Width = 27
  241.         Height = 25
  242.         Caption = '...'
  243.         Enabled = False
  244.         TabOrder = 4
  245.         OnClick = bAddGroupsClick
  246.       end
  247.       object cbDelCompletely: TRadioButton
  248.         Left = 16
  249.         Top = 136
  250.         Width = 321
  251.         Height = 17
  252.         Caption = 'Delete address(es) completely'
  253.         TabOrder = 1
  254.         OnClick = cbDelCompletelyClick
  255.       end
  256.       object cbDelFromGroups: TRadioButton
  257.         Left = 16
  258.         Top = 160
  259.         Width = 329
  260.         Height = 17
  261.         Caption = 'Only delete from these groups:'
  262.         TabOrder = 2
  263.         OnClick = cbDelCompletelyClick
  264.       end
  265.       object cbDelGroupsCompletely: TCheckBox
  266.         Left = 40
  267.         Top = 216
  268.         Width = 313
  269.         Height = 17
  270.         Caption = 'Delete completely if the address is removed from all groups'
  271.         Enabled = False
  272.         TabOrder = 5
  273.       end
  274.     end
  275.     object tsTemplate: TTabSheet
  276.       Caption = 'Template'
  277.       TabVisible = False
  278.       object pnTplHolder: TPanel
  279.         Left = 8
  280.         Top = 16
  281.         Width = 369
  282.         Height = 305
  283.         BevelOuter = bvNone
  284.         TabOrder = 0
  285.         object TplBook: TNotebook
  286.           Left = 0
  287.           Top = 0
  288.           Width = 369
  289.           Height = 117
  290.           Align = alTop
  291.           TabOrder = 0
  292.           object TPage
  293.             Left = 0
  294.             Top = 0
  295.             Caption = 'Default'
  296.             object lNewAddr: TLabel
  297.               Left = 0
  298.               Top = 0
  299.               Width = 126
  300.               Height = 13
  301.               Caption = '&Create a new message for:'
  302.               FocusControl = eNewAddr
  303.             end
  304.             object bNewAddr: TButton
  305.               Tag = 1
  306.               Left = 336
  307.               Top = 14
  308.               Width = 27
  309.               Height = 25
  310.               Caption = '...'
  311.               TabOrder = 0
  312.               OnClick = bFwdAddrClick
  313.             end
  314.             object eNewAddr: TEdit
  315.               Tag = 1
  316.               Left = 0
  317.               Top = 16
  318.               Width = 329
  319.               Height = 21
  320.               TabOrder = 1
  321.             end
  322.           end
  323.           object TPage
  324.             Left = 0
  325.             Top = 0
  326.             Caption = 'Forward'
  327.             object lFwdAddr: TLabel
  328.               Left = 0
  329.               Top = 0
  330.               Width = 98
  331.               Height = 13
  332.               Caption = '&Forward message to:'
  333.               FocusControl = eFwdAddr
  334.             end
  335.             object eFwdAddr: TEdit
  336.               Left = 0
  337.               Top = 16
  338.               Width = 329
  339.               Height = 21
  340.               TabOrder = 0
  341.             end
  342.             object bFwdAddr: TButton
  343.               Left = 336
  344.               Top = 14
  345.               Width = 27
  346.               Height = 25
  347.               Caption = '...'
  348.               TabOrder = 1
  349.               OnClick = bFwdAddrClick
  350.             end
  351.             object cbFwdHeaders: TCheckBox
  352.               Left = 0
  353.               Top = 40
  354.               Width = 329
  355.               Height = 17
  356.               Caption = '&Include message (RFC 822) headers'
  357.               TabOrder = 2
  358.             end
  359.             object cbFwdMIME: TCheckBox
  360.               Left = 0
  361.               Top = 80
  362.               Width = 329
  363.               Height = 17
  364.               Caption = '&Always use MIME envelope  for the original message'
  365.               TabOrder = 4
  366.             end
  367.             object cbFwdNoAttach: TCheckBox
  368.               Left = 0
  369.               Top = 60
  370.               Width = 329
  371.               Height = 17
  372.               Caption = '&Do not include attachments'
  373.               TabOrder = 3
  374.             end
  375.           end
  376.           object TPage
  377.             Left = 0
  378.             Top = 0
  379.             Caption = 'New message'
  380.             object lCreateMsg: TLabel
  381.               Left = 0
  382.               Top = 0
  383.               Width = 139
  384.               Height = 13
  385.               Caption = '&Create new message in folder'
  386.               FocusControl = eNewMsgFolder
  387.             end
  388.             object bNewMsgAddr: TButton
  389.               Left = 336
  390.               Top = 14
  391.               Width = 27
  392.               Height = 25
  393.               Caption = '...'
  394.               TabOrder = 1
  395.               OnClick = bNewMsgAddrClick
  396.             end
  397.             object cbNewMsgAutoCreate: TCheckBox
  398.               Left = 0
  399.               Top = 40
  400.               Width = 361
  401.               Height = 17
  402.               Caption = '&Automatically create the destination folder if necessary'
  403.               TabOrder = 2
  404.             end
  405.             object cbNewMsgStripHeader: TCheckBox
  406.               Left = 0
  407.               Top = 60
  408.               Width = 361
  409.               Height = 17
  410.               Caption = '&Do not preserve header of the original message '
  411.               TabOrder = 3
  412.             end
  413.             object cbNewMsgNoAttach: TCheckBox
  414.               Left = 0
  415.               Top = 80
  416.               Width = 361
  417.               Height = 17
  418.               Caption = '&Strip the original message'#39's attachments'
  419.               TabOrder = 4
  420.             end
  421.             object eNewMsgFolder: TEdit
  422.               Left = 0
  423.               Top = 16
  424.               Width = 329
  425.               Height = 21
  426.               TabOrder = 0
  427.             end
  428.             object cbNewMsgRead: TCheckBox
  429.               Left = 0
  430.               Top = 100
  431.               Width = 361
  432.               Height = 17
  433.               Caption = '&Mark the created message as read'
  434.               TabOrder = 5
  435.             end
  436.           end
  437.         end
  438.         object pnTplEdit: TPanel
  439.           Left = 0
  440.           Top = 117
  441.           Width = 369
  442.           Height = 188
  443.           Align = alClient
  444.           BevelOuter = bvNone
  445.           TabOrder = 1
  446.           object pnTplLabel: TPanel
  447.             Left = 0
  448.             Top = 0
  449.             Width = 369
  450.             Height = 25
  451.             Align = alTop
  452.             BevelOuter = bvNone
  453.             TabOrder = 0
  454.             object lTemplate: TLabel
  455.               Left = 0
  456.               Top = 8
  457.               Width = 47
  458.               Height = 13
  459.               Caption = '&Template:'
  460.             end
  461.           end
  462.           object pnEdit: TPanel
  463.             Left = 0
  464.             Top = 25
  465.             Width = 369
  466.             Height = 163
  467.             Align = alClient
  468.             BevelOuter = bvLowered
  469.             TabOrder = 1
  470.             object eTemplate: TTextEditor
  471.               Left = 1
  472.               Top = 1
  473.               Width = 367
  474.               Height = 161
  475.               BgColor = clBlack
  476.               TextColor = clBlack
  477.               SelColor = clBlack
  478.               SelBgColor = clBlack
  479.               QuoteColor = clBlack
  480.               RefColor = clBlack
  481.               Kludge1Color = clBlack
  482.               Kludge2Color = clBlack
  483.               Kludge3Color = clBlack
  484.               ReadOnly = False
  485.               FontCharset = 1
  486.               TabOrder = 0
  487.               Font.Charset = DEFAULT_CHARSET
  488.               Font.Color = clWindowText
  489.               Font.Height = -11
  490.               Font.Name = 'MS Sans Serif'
  491.               Font.Pitch = fpFixed
  492.               Font.Style = []
  493.               Align = alClient
  494.             end
  495.           end
  496.         end
  497.       end
  498.     end
  499.     object tsRedirect: TTabSheet
  500.       Caption = 'Redirect'
  501.       TabVisible = False
  502.       object lRedirectAddr: TLabel
  503.         Left = 16
  504.         Top = 16
  505.         Width = 100
  506.         Height = 13
  507.         Caption = '&Redirect message to:'
  508.         FocusControl = eRedirectAddr
  509.       end
  510.       object eRedirectAddr: TEdit
  511.         Tag = 2
  512.         Left = 16
  513.         Top = 32
  514.         Width = 329
  515.         Height = 21
  516.         TabOrder = 0
  517.       end
  518.       object bRedirectAddr: TButton
  519.         Tag = 2
  520.         Left = 352
  521.         Top = 30
  522.         Width = 27
  523.         Height = 25
  524.         Caption = '...'
  525.         TabOrder = 1
  526.         OnClick = bFwdAddrClick
  527.       end
  528.       object cbRedirectNoAttach: TCheckBox
  529.         Left = 16
  530.         Top = 64
  531.         Width = 329
  532.         Height = 17
  533.         Caption = '&Do not include attachments '
  534.         TabOrder = 2
  535.       end
  536.     end
  537.     object tsExport: TTabSheet
  538.       Caption = 'Export'
  539.       TabVisible = False
  540.       object lExportFile: TLabel
  541.         Left = 16
  542.         Top = 16
  543.         Width = 106
  544.         Height = 13
  545.         Caption = '&Export message to file:'
  546.         FocusControl = eExportFile
  547.       end
  548.       object eExportFile: TEdit
  549.         Left = 16
  550.         Top = 32
  551.         Width = 289
  552.         Height = 21
  553.         TabOrder = 0
  554.       end
  555.       object bExportFile: TButton
  556.         Left = 312
  557.         Top = 30
  558.         Width = 27
  559.         Height = 25
  560.         Caption = '...'
  561.         TabOrder = 1
  562.         OnClick = bExportFileClick
  563.       end
  564.       object GroupBox1: TGroupBox
  565.         Left = 16
  566.         Top = 64
  567.         Width = 321
  568.         Height = 129
  569.         Caption = 'Export format'
  570.         TabOrder = 2
  571.         object cbExportText: TRadioButton
  572.           Left = 8
  573.           Top = 24
  574.           Width = 209
  575.           Height = 17
  576.           Caption = '&Plain text'
  577.           Checked = True
  578.           TabOrder = 0
  579.           TabStop = True
  580.           OnClick = cbExportTextClick
  581.         end
  582.         object bExportTpl: TButton
  583.           Left = 224
  584.           Top = 20
  585.           Width = 91
  586.           Height = 25
  587.           Caption = '&Template...'
  588.           TabOrder = 1
  589.           OnClick = bExportTplClick
  590.         end
  591.         object cbExportRFC: TRadioButton
  592.           Left = 8
  593.           Top = 72
  594.           Width = 289
  595.           Height = 17
  596.           Caption = '&RFC 822 message (.MSG/.EML, plain text)'
  597.           TabOrder = 3
  598.           OnClick = cbExportTextClick
  599.         end
  600.         object cbExportUNIX: TRadioButton
  601.           Left = 8
  602.           Top = 96
  603.           Width = 297
  604.           Height = 17
  605.           Caption = '&Unix mailbox (lines delimited by LF)'
  606.           TabOrder = 4
  607.           OnClick = cbExportTextClick
  608.         end
  609.         object cbExportHeaders: TCheckBox
  610.           Left = 24
  611.           Top = 46
  612.           Width = 217
  613.           Height = 17
  614.           Caption = '&Include message headers'
  615.           TabOrder = 2
  616.         end
  617.       end
  618.       object cbExportExists: TRadioGroup
  619.         Left = 16
  620.         Top = 200
  621.         Width = 321
  622.         Height = 73
  623.         Caption = 'When the destination file exists'
  624.         Items.Strings = (
  625.           'O&verwrite the existing file'
  626.           '&Append to the existing file'
  627.           '&Increment the file name')
  628.         TabOrder = 3
  629.       end
  630.     end
  631.     object tsExternal: TTabSheet
  632.       Caption = 'External'
  633.       TabVisible = False
  634.       object lCmdLine: TLabel
  635.         Left = 16
  636.         Top = 16
  637.         Width = 69
  638.         Height = 13
  639.         Caption = '&Command line:'
  640.         FocusControl = eCmdLine
  641.       end
  642.       object lRunImport: TLabel
  643.         Left = 50
  644.         Top = 152
  645.         Width = 142
  646.         Height = 13
  647.         Caption = 'if the process finishes normally'
  648.       end
  649.       object lRunImportFolder: TLabel
  650.         Left = 48
  651.         Top = 176
  652.         Width = 85
  653.         Height = 13
  654.         Caption = '&Destination folder:'
  655.         FocusControl = eRunImportFolder
  656.       end
  657.       object lExternalNote: TLabel
  658.         Left = 16
  659.         Top = 249
  660.         Width = 329
  661.         Height = 56
  662.         AutoSize = False
  663.         Caption = 
  664.           '(Use %1 parameter to specify the file name containing the messag' +
  665.           'e in RFC-822 format. It is also possible to use template macros ' +
  666.           'like %FROM,%TOLIST etc. to pass message properties as parameters' +
  667.           ')'
  668.         WordWrap = True
  669.       end
  670.       object eCmdLine: TEdit
  671.         Left = 16
  672.         Top = 32
  673.         Width = 297
  674.         Height = 21
  675.         TabOrder = 0
  676.       end
  677.       object bExternal: TButton
  678.         Left = 320
  679.         Top = 30
  680.         Width = 27
  681.         Height = 25
  682.         Caption = '...'
  683.         TabOrder = 1
  684.         OnClick = bExternalClick
  685.       end
  686.       object cbRunHidden: TCheckBox
  687.         Left = 16
  688.         Top = 64
  689.         Width = 329
  690.         Height = 17
  691.         Caption = '&Hide the process'
  692.         TabOrder = 2
  693.       end
  694.       object cbRunWait: TCheckBox
  695.         Left = 16
  696.         Top = 112
  697.         Width = 329
  698.         Height = 17
  699.         Caption = '&Wait for completion'
  700.         TabOrder = 3
  701.         OnClick = cbRunWaitClick
  702.       end
  703.       object cbRunStdIn: TCheckBox
  704.         Left = 16
  705.         Top = 88
  706.         Width = 329
  707.         Height = 17
  708.         Caption = '&Pass the message as the input stream (stdin)'
  709.         TabOrder = 4
  710.       end
  711.       object cbRunImport: TCheckBox
  712.         Left = 32
  713.         Top = 136
  714.         Width = 313
  715.         Height = 17
  716.         Caption = '&Import the process'#39' stdout as an RFC 822 message'
  717.         TabOrder = 5
  718.         OnClick = cbRunWaitClick
  719.       end
  720.       object eRunImportFolder: TEdit
  721.         Tag = 1
  722.         Left = 48
  723.         Top = 192
  724.         Width = 265
  725.         Height = 21
  726.         TabOrder = 6
  727.       end
  728.       object bRunImportFolder: TButton
  729.         Tag = 1
  730.         Left = 320
  731.         Top = 190
  732.         Width = 27
  733.         Height = 25
  734.         Caption = '...'
  735.         TabOrder = 7
  736.         OnClick = bNewMsgAddrClick
  737.       end
  738.       object cbRunAutoFolder: TCheckBox
  739.         Left = 48
  740.         Top = 216
  741.         Width = 297
  742.         Height = 17
  743.         Caption = '&Automatically create if necessary'
  744.         TabOrder = 8
  745.       end
  746.     end
  747.     object tsExtract: TTabSheet
  748.       Caption = 'Extract'
  749.       TabVisible = False
  750.       object Label1: TLabel
  751.         Left = 16
  752.         Top = 16
  753.         Width = 109
  754.         Height = 13
  755.         Caption = '&Extract attachments to:'
  756.         FocusControl = eExtractDir
  757.       end
  758.       object eExtractDir: TEdit
  759.         Left = 16
  760.         Top = 32
  761.         Width = 265
  762.         Height = 21
  763.         TabOrder = 0
  764.       end
  765.       object bExtractDir: TButton
  766.         Left = 288
  767.         Top = 30
  768.         Width = 27
  769.         Height = 25
  770.         Caption = '...'
  771.         TabOrder = 1
  772.         OnClick = bExtractDirClick
  773.       end
  774.       object rgExtractExists: TRadioGroup
  775.         Left = 16
  776.         Top = 64
  777.         Width = 297
  778.         Height = 89
  779.         Caption = 'If a file with the same name exists on destination path'
  780.         Items.Strings = (
  781.           '&Increment file name'
  782.           'O&verwrite the existing file'
  783.           '&Do not extract the new file (ignore)')
  784.         TabOrder = 2
  785.       end
  786.     end
  787.     object tsSound: TTabSheet
  788.       Caption = 'Sound'
  789.       TabVisible = False
  790.       object rbWAV: TRadioButton
  791.         Left = 16
  792.         Top = 16
  793.         Width = 265
  794.         Height = 17
  795.         Caption = 'Play this &WAV file:'
  796.         Checked = True
  797.         TabOrder = 0
  798.         TabStop = True
  799.         OnClick = rbWAVClick
  800.       end
  801.       object eSound: TEdit
  802.         Left = 32
  803.         Top = 40
  804.         Width = 223
  805.         Height = 21
  806.         TabOrder = 1
  807.       end
  808.       object rbSysSound: TRadioButton
  809.         Left = 16
  810.         Top = 72
  811.         Width = 265
  812.         Height = 17
  813.         Caption = 'Play this &System Sound:'
  814.         TabOrder = 3
  815.         OnClick = rbWAVClick
  816.       end
  817.       object cbSysSound: TComboBox
  818.         Left = 32
  819.         Top = 88
  820.         Width = 257
  821.         Height = 21
  822.         Style = csDropDownList
  823.         ItemHeight = 13
  824.         TabOrder = 4
  825.         Items.Strings = (
  826.           'Beep using PC Speaker'
  827.           'Default sound'
  828.           'Exclamation sound'
  829.           'Warning sound'
  830.           'Asterisk sound'
  831.           'Question sound')
  832.       end
  833.       object cbSoundTime: TCheckBox
  834.         Left = 16
  835.         Top = 128
  836.         Width = 265
  837.         Height = 17
  838.         Caption = '&Enable sound only within this time interval:'
  839.         TabOrder = 5
  840.         OnClick = cbSoundTimeClick
  841.       end
  842.       object eSoundTime: TTimeIntervalEdit
  843.         Left = 36
  844.         Top = 152
  845.         Width = 121
  846.         Height = 21
  847.         EditMask = '##:##-##:##;1;0'
  848.         MaxLength = 11
  849.         TabOrder = 6
  850.         Text = '  :  -  :  '
  851.       end
  852.       object bSound: TButton
  853.         Left = 264
  854.         Top = 38
  855.         Width = 27
  856.         Height = 25
  857.         Caption = '...'
  858.         TabOrder = 2
  859.         OnClick = bSoundClick
  860.       end
  861.       object cbTestSound: TButton
  862.         Left = 16
  863.         Top = 192
  864.         Width = 273
  865.         Height = 25
  866.         Caption = '&Test sound now!'
  867.         TabOrder = 7
  868.         OnClick = cbTestSoundClick
  869.       end
  870.     end
  871.   end
  872.   object pnButtonHolder: TPanel
  873.     Left = 0
  874.     Top = 377
  875.     Width = 396
  876.     Height = 38
  877.     Align = alClient
  878.     BevelOuter = bvNone
  879.     TabOrder = 1
  880.     object pnButtons: TPanel
  881.       Left = 72
  882.       Top = 0
  883.       Width = 324
  884.       Height = 38
  885.       Align = alRight
  886.       BevelOuter = bvNone
  887.       TabOrder = 0
  888.       object bOK: TButton
  889.         Left = 32
  890.         Top = 8
  891.         Width = 91
  892.         Height = 25
  893.         Caption = '&OK'
  894.         Default = True
  895.         ModalResult = 1
  896.         TabOrder = 0
  897.       end
  898.       object bCancel: TButton
  899.         Left = 136
  900.         Top = 8
  901.         Width = 89
  902.         Height = 25
  903.         Cancel = True
  904.         Caption = 'Cancel'
  905.         ModalResult = 2
  906.         TabOrder = 1
  907.       end
  908.       object bHelp: TButton
  909.         Left = 234
  910.         Top = 8
  911.         Width = 89
  912.         Height = 25
  913.         Caption = 'Help'
  914.         TabOrder = 2
  915.       end
  916.     end
  917.   end
  918. end
  919.