home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / E-MAIL / Spamex / sxsetup.exe / %MAINDIR% / spamex.exe / 0 / RCDATA / TFRMSETTINGS / TFRMSETTINGS.txt < prev   
Encoding:
Text File  |  1998-01-09  |  13.1 KB  |  556 lines

  1. object frmSettings: TfrmSettings
  2.   Left = 353
  3.   Top = 251
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Spam Exterminator Settings'
  7.   ClientHeight = 339
  8.   ClientWidth = 399
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Button2: TButton
  18.     Left = 312
  19.     Top = 312
  20.     Width = 75
  21.     Height = 23
  22.     Cancel = True
  23.     Caption = 'Cancel'
  24.     ModalResult = 2
  25.     TabOrder = 0
  26.   end
  27.   object Button3: TButton
  28.     Left = 228
  29.     Top = 312
  30.     Width = 75
  31.     Height = 23
  32.     Caption = 'OK'
  33.     Default = True
  34.     ModalResult = 1
  35.     TabOrder = 1
  36.   end
  37.   object PageControl1: TPageControl
  38.     Left = 11
  39.     Top = 8
  40.     Width = 377
  41.     Height = 289
  42.     ActivePage = TabSheet4
  43.     HotTrack = True
  44.     TabOrder = 2
  45.     object TabSheet4: TTabSheet
  46.       Caption = 'Scan Interval'
  47.       object Label3: TLabel
  48.         Left = 60
  49.         Top = 8
  50.         Width = 272
  51.         Height = 39
  52.         Caption = 
  53.           'How often do you want Spam Exterminator to check your mailbox?  ' +
  54.           'This setting also applies to mail notification features.'
  55.         WordWrap = True
  56.       end
  57.       object lblInterval: TLabel
  58.         Left = 153
  59.         Top = 76
  60.         Width = 63
  61.         Height = 13
  62.         Alignment = taCenter
  63.         Caption = '10 Minutes'
  64.         Font.Charset = DEFAULT_CHARSET
  65.         Font.Color = clWindowText
  66.         Font.Height = -11
  67.         Font.Name = 'MS Sans Serif'
  68.         Font.Style = [fsBold]
  69.         ParentFont = False
  70.       end
  71.       object lblNextTime: TLabel
  72.         Left = 26
  73.         Top = 168
  74.         Width = 317
  75.         Height = 13
  76.         Alignment = taCenter
  77.         AutoSize = False
  78.         Font.Charset = DEFAULT_CHARSET
  79.         Font.Color = clWindowText
  80.         Font.Height = -11
  81.         Font.Name = 'MS Sans Serif'
  82.         Font.Style = [fsBold]
  83.         ParentFont = False
  84.       end
  85.       object EPImage1: TEPImage
  86.         Left = 12
  87.         Top = 8
  88.         Width = 32
  89.         Height = 32
  90.         ParentColor = False
  91.         Picture.Data = {<image000.bmp>}
  92.         Transparent = True
  93.       end
  94.       object Label10: TLabel
  95.         Left = 67
  96.         Top = 96
  97.         Width = 235
  98.         Height = 13
  99.         Alignment = taCenter
  100.         Caption = 'Use the right / left arrow keys to adjust by minutes'
  101.       end
  102.       object intervaltrack: TTrackBar
  103.         Left = 12
  104.         Top = 48
  105.         Width = 345
  106.         Height = 29
  107.         Max = 1440
  108.         Orientation = trHorizontal
  109.         Frequency = 10
  110.         Position = 10
  111.         SelEnd = 0
  112.         SelStart = 0
  113.         TabOrder = 0
  114.         TickMarks = tmBottomRight
  115.         TickStyle = tsNone
  116.         OnChange = intervaltrackChange
  117.       end
  118.       object edtHours: TEdit
  119.         Left = 24
  120.         Top = 200
  121.         Width = 41
  122.         Height = 21
  123.         TabOrder = 1
  124.         Text = '0'
  125.         Visible = False
  126.       end
  127.       object edtTime: TMaskEdit
  128.         Left = 272
  129.         Top = 156
  130.         Width = 73
  131.         Height = 21
  132.         TabOrder = 2
  133.         Visible = False
  134.       end
  135.       object edtDate: TMaskEdit
  136.         Left = 272
  137.         Top = 180
  138.         Width = 73
  139.         Height = 21
  140.         TabOrder = 3
  141.         Visible = False
  142.       end
  143.       object Button1: TButton
  144.         Left = 147
  145.         Top = 192
  146.         Width = 75
  147.         Height = 23
  148.         Caption = '&Change'
  149.         TabOrder = 4
  150.         OnClick = Button1Click
  151.       end
  152.     end
  153.     object TabSheet2: TTabSheet
  154.       Caption = 'Connection'
  155.       object Label4: TLabel
  156.         Left = 55
  157.         Top = 8
  158.         Width = 271
  159.         Height = 13
  160.         AutoSize = False
  161.         Caption = 'What method do you use to connect to the Internet?'
  162.       end
  163.       object lblRasSpec: TLabel
  164.         Left = 79
  165.         Top = 115
  166.         Width = 271
  167.         Height = 13
  168.         AutoSize = False
  169.         Caption = 'Please &specify a default connection for use with e-mail.'
  170.         FocusControl = RASComboBox
  171.       end
  172.       object EPImage5: TEPImage
  173.         Left = 12
  174.         Top = 8
  175.         Width = 32
  176.         Height = 32
  177.         ParentColor = False
  178.         Picture.Data = {<image001.bmp>}
  179.         Transparent = True
  180.       end
  181.       object optLAN: TRadioButton
  182.         Left = 64
  183.         Top = 52
  184.         Width = 161
  185.         Height = 17
  186.         Caption = 'I use a &LAN connection.'
  187.         Checked = True
  188.         TabOrder = 0
  189.         TabStop = True
  190.         OnClick = optLANClick
  191.       end
  192.       object optManual: TRadioButton
  193.         Left = 64
  194.         Top = 72
  195.         Width = 273
  196.         Height = 17
  197.         Caption = '&Only check if I have already dialed into the Internet.'
  198.         TabOrder = 1
  199.         OnClick = optLANClick
  200.       end
  201.       object optDUN: TRadioButton
  202.         Left = 64
  203.         Top = 92
  204.         Width = 257
  205.         Height = 17
  206.         Caption = 'Use a &Dial-up networking connection.'
  207.         TabOrder = 2
  208.         OnClick = optLANClick
  209.       end
  210.       object RASComboBox: TComboBox
  211.         Left = 95
  212.         Top = 134
  213.         Width = 206
  214.         Height = 21
  215.         Style = csDropDownList
  216.         ItemHeight = 13
  217.         TabOrder = 3
  218.       end
  219.       object chkNoHangup: TCheckBox
  220.         Left = 68
  221.         Top = 200
  222.         Width = 249
  223.         Height = 13
  224.         Caption = 'Do not hang-up the connection when done.'
  225.         TabOrder = 4
  226.         Visible = False
  227.       end
  228.     end
  229.     object TabSheet1: TTabSheet
  230.       Caption = 'Server'
  231.       object Label8: TLabel
  232.         Left = 60
  233.         Top = 100
  234.         Width = 99
  235.         Height = 13
  236.         Caption = '&POP Server to Scan:'
  237.         FocusControl = edtPopAddress
  238.       end
  239.       object Label2: TLabel
  240.         Left = 60
  241.         Top = 144
  242.         Width = 109
  243.         Height = 13
  244.         Caption = 'POP Logon &Username:'
  245.         FocusControl = edtUserName
  246.       end
  247.       object Label5: TLabel
  248.         Left = 60
  249.         Top = 184
  250.         Width = 71
  251.         Height = 13
  252.         Caption = '&Mail Password:'
  253.         FocusControl = edtPassword
  254.       end
  255.       object Label6: TLabel
  256.         Left = 56
  257.         Top = 8
  258.         Width = 108
  259.         Height = 13
  260.         Caption = '&SMTP Server Address:'
  261.         FocusControl = edtPopAddress
  262.       end
  263.       object Label9: TLabel
  264.         Left = 56
  265.         Top = 48
  266.         Width = 291
  267.         Height = 13
  268.         Caption = 'This address will be utilized for any outgoing "reply messages"'
  269.         FocusControl = edtPopAddress
  270.         WordWrap = True
  271.       end
  272.       object EPBorder1: TEPBorder
  273.         Left = 16
  274.         Top = 84
  275.         Width = 337
  276.         Height = 5
  277.         ParentColor = False
  278.         BorderStyle = epbsHorizLine
  279.       end
  280.       object EPImage2: TEPImage
  281.         Left = 12
  282.         Top = 8
  283.         Width = 32
  284.         Height = 32
  285.         ParentColor = False
  286.         Picture.Data = {<image002.bmp>}
  287.         Transparent = True
  288.       end
  289.       object EPImage3: TEPImage
  290.         Left = 12
  291.         Top = 104
  292.         Width = 32
  293.         Height = 32
  294.         ParentColor = False
  295.         Picture.Data = {<image003.ico>}
  296.         Transparent = True
  297.       end
  298.       object edtPopAddress: TEdit
  299.         Left = 60
  300.         Top = 116
  301.         Width = 213
  302.         Height = 21
  303.         TabOrder = 1
  304.       end
  305.       object edtUserName: TEdit
  306.         Left = 60
  307.         Top = 160
  308.         Width = 133
  309.         Height = 21
  310.         TabOrder = 2
  311.       end
  312.       object edtPassword: TEdit
  313.         Left = 60
  314.         Top = 200
  315.         Width = 133
  316.         Height = 21
  317.         PasswordChar = '*'
  318.         TabOrder = 3
  319.       end
  320.       object edtSMTPAddress: TEdit
  321.         Left = 56
  322.         Top = 24
  323.         Width = 217
  324.         Height = 21
  325.         TabOrder = 0
  326.       end
  327.     end
  328.     object TabSheet3: TTabSheet
  329.       Caption = 'Misc.'
  330.       object EPImage4: TEPImage
  331.         Left = 12
  332.         Top = 8
  333.         Width = 26
  334.         Height = 32
  335.         ParentColor = False
  336.         Picture.Data = {<image004.bmp>}
  337.         Transparent = True
  338.       end
  339.       object Label11: TLabel
  340.         Left = 60
  341.         Top = 8
  342.         Width = 297
  343.         Height = 37
  344.         AutoSize = False
  345.         Caption = 'Settings that control various aspects of Spam Exterminator.'
  346.         WordWrap = True
  347.       end
  348.       object chkVerbose: TCheckBox
  349.         Left = 60
  350.         Top = 112
  351.         Width = 297
  352.         Height = 17
  353.         Caption = '&Verbose entries in logfile (for troubleshooting purposes)'
  354.         TabOrder = 4
  355.       end
  356.       object chkSounds: TCheckBox
  357.         Left = 60
  358.         Top = 44
  359.         Width = 213
  360.         Height = 17
  361.         Caption = '&Disable all sounds regardless of rules'
  362.         TabOrder = 0
  363.       end
  364.       object chkBeepNotify: TCheckBox
  365.         Left = 60
  366.         Top = 64
  367.         Width = 293
  368.         Height = 17
  369.         Caption = '&Play sound when new mail is waiting on server'
  370.         TabOrder = 1
  371.         OnClick = chkBeepNotifyClick
  372.       end
  373.       object edtWAVName: TEdit
  374.         Left = 80
  375.         Top = 84
  376.         Width = 241
  377.         Height = 21
  378.         TabOrder = 2
  379.       end
  380.       object btnBrowse: TButton
  381.         Left = 328
  382.         Top = 85
  383.         Width = 25
  384.         Height = 21
  385.         Caption = '. .'
  386.         TabOrder = 3
  387.         OnClick = btnBrowseClick
  388.       end
  389.     end
  390.     object TabSheet5: TTabSheet
  391.       Caption = 'Auto-Update'
  392.       object Label1: TLabel
  393.         Left = 64
  394.         Top = 8
  395.         Width = 262
  396.         Height = 33
  397.         AutoSize = False
  398.         Caption = 
  399.           'Spam Exterminator can automatically update the spam list for you' +
  400.           ', would you like to use this feature?'
  401.         WordWrap = True
  402.       end
  403.       object EPImage6: TEPImage
  404.         Left = 12
  405.         Top = 8
  406.         Width = 32
  407.         Height = 32
  408.         ParentColor = False
  409.         Picture.Data = {<image005.bmp>}
  410.         Transparent = True
  411.       end
  412.       object Label7: TLabel
  413.         Left = 92
  414.         Top = 192
  415.         Width = 164
  416.         Height = 13
  417.         Caption = 'You last updated your spam list on:'
  418.       end
  419.       object lblLastUpdate: TLabel
  420.         Left = 96
  421.         Top = 208
  422.         Width = 161
  423.         Height = 21
  424.         Alignment = taCenter
  425.         AutoSize = False
  426.         Caption = 'no date available'
  427.         Font.Charset = DEFAULT_CHARSET
  428.         Font.Color = clWindowText
  429.         Font.Height = -11
  430.         Font.Name = 'MS Sans Serif'
  431.         Font.Style = [fsBold]
  432.         ParentFont = False
  433.       end
  434.       object optAutoUpdateOn: TRadioButton
  435.         Left = 64
  436.         Top = 76
  437.         Width = 217
  438.         Height = 17
  439.         Caption = 'Yes, automatically update my spam list'
  440.         TabOrder = 0
  441.       end
  442.       object optAutoUpdateOff: TRadioButton
  443.         Left = 64
  444.         Top = 100
  445.         Width = 217
  446.         Height = 21
  447.         Caption = 'No, I will update it manually'
  448.         Checked = True
  449.         TabOrder = 1
  450.         TabStop = True
  451.       end
  452.       object btnUpdateCheckNow: TButton
  453.         Left = 100
  454.         Top = 164
  455.         Width = 137
  456.         Height = 25
  457.         Caption = 'Check for upgrade now...'
  458.         TabOrder = 2
  459.         OnClick = btnUpdateCheckNowClick
  460.       end
  461.     end
  462.     object tbMC: TTabSheet
  463.       Caption = 'Mail Client'
  464.       object lblMailclientdesc: TLabel
  465.         Left = 32
  466.         Top = 64
  467.         Width = 212
  468.         Height = 13
  469.         Caption = 'My mail client is located at the following path:'
  470.       end
  471.       object Image2: TImage
  472.         Left = 12
  473.         Top = 8
  474.         Width = 45
  475.         Height = 37
  476.         Picture.Data = {<image006.bmp>}
  477.         Transparent = True
  478.       end
  479.       object Label12: TLabel
  480.         Left = 60
  481.         Top = 12
  482.         Width = 227
  483.         Height = 26
  484.         Caption = 
  485.           'Mail client options help Spam Exterminator work with your mail c' +
  486.           'lient.'
  487.         WordWrap = True
  488.       end
  489.       object edtMailClientPath: TEdit
  490.         Left = 32
  491.         Top = 80
  492.         Width = 277
  493.         Height = 21
  494.         TabOrder = 0
  495.       end
  496.       object btnMCBrowse: TButton
  497.         Left = 316
  498.         Top = 81
  499.         Width = 25
  500.         Height = 21
  501.         Caption = '. .'
  502.         TabOrder = 1
  503.         OnClick = btnMCBrowseClick
  504.       end
  505.       object GroupBox1: TGroupBox
  506.         Left = 16
  507.         Top = 132
  508.         Width = 337
  509.         Height = 89
  510.         Caption = 'Launch Mail Client when I have mail'
  511.         TabOrder = 2
  512.         object chkLoadAfterManual: TCheckBox
  513.           Left = 8
  514.           Top = 24
  515.           Width = 305
  516.           Height = 21
  517.           Caption = 'After performing a manual mailbox clean.'
  518.           TabOrder = 0
  519.         end
  520.         object chkLoadAfterAuto: TCheckBox
  521.           Left = 8
  522.           Top = 44
  523.           Width = 313
  524.           Height = 21
  525.           Caption = 'After performing an automatic mailbox clean.'
  526.           TabOrder = 1
  527.         end
  528.       end
  529.     end
  530.   end
  531.   object Themessage: TmsMessage
  532.     ContentType = 'text/plain'
  533.     ReturnReceipt = False
  534.     Left = 40
  535.     Top = 304
  536.   end
  537.   object openDialogWAV: TOpenDialog
  538.     DefaultExt = 'wav'
  539.     FileName = '*.wav'
  540.     Filter = 'Sound Files (*.wav)|*.wav|All Files (*.*)|*.*'
  541.     Options = [ofHideReadOnly, ofFileMustExist]
  542.     Title = 'Select WAV File'
  543.     Left = 99
  544.     Top = 304
  545.   end
  546.   object openDialogMC: TOpenDialog
  547.     DefaultExt = 'exe'
  548.     FileName = '*.exe'
  549.     Filter = 'Program Files (*.exe)|*.exe|All Files (*.*)|*.*'
  550.     Options = [ofHideReadOnly, ofFileMustExist]
  551.     Title = 'Select WAV File'
  552.     Left = 135
  553.     Top = 304
  554.   end
  555. end
  556.