home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 July / PCWorld_1999-07_cd.bin / software / Servis / Sytinem / SYTINEM.EXE / 0 / RCDATA / TSETTINGSFORM / TSETTINGSFORM.txt
Text File  |  1998-08-31  |  15KB  |  520 lines

  1. object SettingsForm: TSettingsForm
  2.   Left = 227
  3.   Top = 152
  4.   ActiveControl = OKGradBtn
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'SyTinem: Settings'
  8.   ClientHeight = 328
  9.   ClientWidth = 385
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Verdana'
  14.   Font.Style = []
  15.   ShowHint = True
  16.   OnCreate = FormCreate
  17.   Version = 'TGradientForm v1.60'
  18.   UseWin98Gradient = True
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object CancelGradBtn: TGradBtn
  22.     Left = 306
  23.     Top = 302
  24.     Width = 75
  25.     Height = 22
  26.     Hint = 'Lose changes and exit'
  27.     BtnHiliteClr = clWhite
  28.     BtnShadowClr = clBlack
  29.     BeginColor = 13553358
  30.     EndColor = 6250335
  31.     GradientStyle = gsVertical
  32.     TextStyle = tsInset
  33.     TextShadeType = stHeavy
  34.     Presets = Aluminum
  35.     Caption = 'Cancel'
  36.     OnClick = CancelGradBtnClick
  37.     Font.Charset = ANSI_CHARSET
  38.     Font.Color = clBlack
  39.     Font.Height = -13
  40.     Font.Name = 'Verdana'
  41.     Font.Style = [fsBold]
  42.     TabOrder = 1
  43.     TabStop = True
  44.   end
  45.   object OKGradBtn: TGradBtn
  46.     Left = 226
  47.     Top = 302
  48.     Width = 75
  49.     Height = 22
  50.     Hint = 'Save changes and exit'
  51.     BtnHiliteClr = clWhite
  52.     BtnShadowClr = clBlack
  53.     BeginColor = 13553358
  54.     EndColor = 6250335
  55.     GradientStyle = gsVertical
  56.     TextStyle = tsInset
  57.     TextShadeType = stHeavy
  58.     Presets = Aluminum
  59.     Caption = 'OK'
  60.     OnClick = OKGradBtnClick
  61.     Font.Charset = ANSI_CHARSET
  62.     Font.Color = clBlack
  63.     Font.Height = -13
  64.     Font.Name = 'Verdana'
  65.     Font.Style = [fsBold]
  66.     TabOrder = 0
  67.     TabStop = True
  68.   end
  69.   object PageControl: TPageControl
  70.     Left = 4
  71.     Top = 4
  72.     Width = 377
  73.     Height = 293
  74.     ActivePage = ConnectionTabSheet
  75.     TabOrder = 2
  76.     object NewMailTabSheet: TTabSheet
  77.       Caption = 'New mail'
  78.       object MailServersLabel: TLabel
  79.         Left = 0
  80.         Top = 0
  81.         Width = 84
  82.         Height = 13
  83.         Caption = '&Mail servers:'
  84.         Font.Charset = ANSI_CHARSET
  85.         Font.Color = clWindowText
  86.         Font.Height = -11
  87.         Font.Name = 'Verdana'
  88.         Font.Style = [fsBold]
  89.         ParentFont = False
  90.       end
  91.       object NewMailNotificationLabel: TLabel
  92.         Left = 0
  93.         Top = 136
  94.         Width = 141
  95.         Height = 13
  96.         Caption = 'New mail notification:'
  97.         Font.Charset = ANSI_CHARSET
  98.         Font.Color = clWindowText
  99.         Font.Height = -11
  100.         Font.Name = 'Verdana'
  101.         Font.Style = [fsBold]
  102.         ParentFont = False
  103.       end
  104.       object FirstBevel: TBevel
  105.         Left = 0
  106.         Top = 132
  107.         Width = 369
  108.         Height = 9
  109.         Shape = bsTopLine
  110.       end
  111.       object MailServersListView: TListView
  112.         Left = 0
  113.         Top = 16
  114.         Width = 369
  115.         Height = 89
  116.         Hint = 'Mail servers to poll for new mail'
  117.         ColumnClick = False
  118.         Columns = <
  119.           item
  120.             Caption = 'Server Name'
  121.             Width = 100
  122.           end
  123.           item
  124.             Caption = 'Username'
  125.             Width = 75
  126.           end
  127.           item
  128.             Caption = 'POP3 Server'
  129.             Width = 120
  130.           end
  131.           item
  132.             Caption = 'Interval'
  133.             Width = 60
  134.           end>
  135.         HideSelection = False
  136.         HotTrack = True
  137.         MultiSelect = True
  138.         RowSelect = True
  139.         OnChange = MailServersListViewChange
  140.         OnDeletion = MailServersListViewDeletion
  141.         SortType = stText
  142.         TabOrder = 0
  143.         ViewStyle = vsReport
  144.         SmallImages = ImageList
  145.       end
  146.       object EditGradBtn: TGradBtn
  147.         Left = 214
  148.         Top = 108
  149.         Width = 75
  150.         Height = 22
  151.         Hint = 'Edit the current mail server entry'
  152.         BtnHiliteClr = clWhite
  153.         BtnShadowClr = clBlack
  154.         BeginColor = 13553358
  155.         EndColor = 6250335
  156.         GradientStyle = gsVertical
  157.         TextStyle = tsInset
  158.         TextShadeType = stHeavy
  159.         Presets = Aluminum
  160.         Caption = 'Edit'
  161.         OnClick = EditGradBtnClick
  162.         Enabled = False
  163.         Font.Charset = ANSI_CHARSET
  164.         Font.Color = clBlack
  165.         Font.Height = -13
  166.         Font.Name = 'Verdana'
  167.         Font.Style = [fsBold]
  168.         TabOrder = 1
  169.         TabStop = True
  170.       end
  171.       object RemoveGradBtn: TGradBtn
  172.         Left = 294
  173.         Top = 108
  174.         Width = 75
  175.         Height = 22
  176.         Hint = 'Remove all selected mail server entries'
  177.         BtnHiliteClr = clWhite
  178.         BtnShadowClr = clBlack
  179.         BeginColor = 13553358
  180.         EndColor = 6250335
  181.         GradientStyle = gsVertical
  182.         TextStyle = tsInset
  183.         TextShadeType = stHeavy
  184.         Presets = Aluminum
  185.         Caption = 'Remove'
  186.         OnClick = RemoveGradBtnClick
  187.         Enabled = False
  188.         Font.Charset = ANSI_CHARSET
  189.         Font.Color = clBlack
  190.         Font.Height = -13
  191.         Font.Name = 'Verdana'
  192.         Font.Style = [fsBold]
  193.         TabOrder = 2
  194.         TabStop = True
  195.       end
  196.       object NewGradBtn: TGradBtn
  197.         Left = 134
  198.         Top = 108
  199.         Width = 75
  200.         Height = 22
  201.         Hint = 'Create a new mail server entry'
  202.         BtnHiliteClr = clWhite
  203.         BtnShadowClr = clBlack
  204.         BeginColor = 13553358
  205.         EndColor = 6250335
  206.         GradientStyle = gsVertical
  207.         TextStyle = tsInset
  208.         TextShadeType = stHeavy
  209.         Presets = Aluminum
  210.         Caption = 'New'
  211.         OnClick = NewGradBtnClick
  212.         Font.Charset = ANSI_CHARSET
  213.         Font.Color = clBlack
  214.         Font.Height = -13
  215.         Font.Name = 'Verdana'
  216.         Font.Style = [fsBold]
  217.         TabOrder = 3
  218.         TabStop = True
  219.       end
  220.       object DisplayMessageCheckBox: TCheckBox
  221.         Left = 8
  222.         Top = 154
  223.         Width = 129
  224.         Height = 17
  225.         Hint = 'Display a message if new mail is found'
  226.         Caption = 'Display a &message'
  227.         State = cbChecked
  228.         TabOrder = 4
  229.         OnClick = DisplayMessageCheckBoxClick
  230.       end
  231.       object PlaySoundCheckBox: TCheckBox
  232.         Left = 8
  233.         Top = 202
  234.         Width = 97
  235.         Height = 17
  236.         Hint = 'Play a wave file'
  237.         Caption = '&Play sound'
  238.         TabOrder = 5
  239.         OnClick = PlaySoundCheckBoxClick
  240.       end
  241.       object AutoHideCheckbox: TCheckBox
  242.         Left = 144
  243.         Top = 154
  244.         Width = 169
  245.         Height = 17
  246.         Hint = 'Automaticly hide the message afther 3 seconds'
  247.         Caption = 'Auto &hide after 3 seconds'
  248.         State = cbChecked
  249.         TabOrder = 6
  250.       end
  251.       object SoundEdit: TEdit
  252.         Left = 128
  253.         Top = 200
  254.         Width = 161
  255.         Height = 21
  256.         Hint = 'Enter the filename of the wavefile to play'
  257.         Enabled = False
  258.         TabOrder = 7
  259.       end
  260.       object SystemBeepCheckbox: TCheckBox
  261.         Left = 8
  262.         Top = 178
  263.         Width = 97
  264.         Height = 17
  265.         Hint = 'Play some beeps on the system speaker'
  266.         Caption = 'System &beep'
  267.         State = cbChecked
  268.         TabOrder = 8
  269.       end
  270.       object StartMailClientCheckbox: TCheckBox
  271.         Left = 8
  272.         Top = 226
  273.         Width = 113
  274.         Height = 17
  275.         Hint = 'Start your favorite mail client'
  276.         Caption = 'Start mail &client:'
  277.         TabOrder = 9
  278.         OnClick = StartMailClientCheckboxClick
  279.       end
  280.       object MailClientEdit: TEdit
  281.         Left = 128
  282.         Top = 224
  283.         Width = 161
  284.         Height = 21
  285.         Hint = 'Filename of your favorite mail client'
  286.         Enabled = False
  287.         TabOrder = 10
  288.       end
  289.       object BrowseSoundGradBtn: TGradBtn
  290.         Left = 294
  291.         Top = 200
  292.         Width = 75
  293.         Height = 22
  294.         Hint = 'Browse for a wave file'
  295.         BtnHiliteClr = clWhite
  296.         BtnShadowClr = clBlack
  297.         BeginColor = 13553358
  298.         EndColor = 6250335
  299.         GradientStyle = gsVertical
  300.         TextStyle = tsInset
  301.         TextShadeType = stHeavy
  302.         Presets = Aluminum
  303.         Caption = 'Browse'
  304.         OnClick = BrowseSoundGradBtnClick
  305.         Enabled = False
  306.         Font.Charset = ANSI_CHARSET
  307.         Font.Color = clBlack
  308.         Font.Height = -13
  309.         Font.Name = 'Verdana'
  310.         Font.Style = [fsBold]
  311.         TabOrder = 11
  312.         TabStop = True
  313.       end
  314.       object BrowseClientGradBtn: TGradBtn
  315.         Left = 294
  316.         Top = 223
  317.         Width = 75
  318.         Height = 22
  319.         Hint = 'Browse for a mail client'
  320.         BtnHiliteClr = clWhite
  321.         BtnShadowClr = clBlack
  322.         BeginColor = 13553358
  323.         EndColor = 6250335
  324.         GradientStyle = gsVertical
  325.         TextStyle = tsInset
  326.         TextShadeType = stHeavy
  327.         Presets = Aluminum
  328.         Caption = 'Browse'
  329.         OnClick = BrowseClientGradBtnClick
  330.         Enabled = False
  331.         Font.Charset = ANSI_CHARSET
  332.         Font.Color = clBlack
  333.         Font.Height = -13
  334.         Font.Name = 'Verdana'
  335.         Font.Style = [fsBold]
  336.         TabOrder = 12
  337.         TabStop = True
  338.       end
  339.     end
  340.     object TimeTabSheet: TTabSheet
  341.       Caption = 'Time synchronization'
  342.       object TimeServerLabel: TLabel
  343.         Left = 26
  344.         Top = 36
  345.         Width = 74
  346.         Height = 13
  347.         Caption = '&Time server:'
  348.         FocusControl = TimeServersComboBox
  349.       end
  350.       object SynchronizeCheckBox: TCheckBox
  351.         Left = 8
  352.         Top = 8
  353.         Width = 121
  354.         Height = 17
  355.         Hint = 
  356.           'Enable to synchronize your local time with a timeserver on the i' +
  357.           'nternet'
  358.         Caption = '&Synchronize time'
  359.         TabOrder = 0
  360.         OnClick = SynchronizeCheckBoxClick
  361.       end
  362.       object TimeServersComboBox: TComboBox
  363.         Left = 104
  364.         Top = 32
  365.         Width = 161
  366.         Height = 21
  367.         Hint = 'Hostname of the timeserver to synchronize with'
  368.         ItemHeight = 13
  369.         Items.Strings = (
  370.           'tick.service.uit.no'
  371.           'chime1.surfnet.nl'
  372.           'swisstime.ethz.ch'
  373.           'tick.usno.navy.mil'
  374.           'clock.psu.edu'
  375.           'time.nist.gov'
  376.           'ntp.syd.dms.csiro.au'
  377.           'ntps1-0.cs.tu-berlin.de'
  378.           'ntp.ctr.columbia.edu'
  379.           'ntp.css.gov'
  380.           'ntp0.cornell.edu'
  381.           'clock.isc.org')
  382.         TabOrder = 1
  383.       end
  384.       object IntervalRadioGroup: TRadioGroup
  385.         Left = 8
  386.         Top = 60
  387.         Width = 353
  388.         Height = 65
  389.         Hint = 'Synchronize every hour or once a day'
  390.         Caption = ' Interval '
  391.         ItemIndex = 0
  392.         Items.Strings = (
  393.           'H&ourly'
  394.           '&Daily')
  395.         TabOrder = 2
  396.       end
  397.     end
  398.     object ConnectionTabSheet: TTabSheet
  399.       Caption = 'Connection'
  400.       object FirewallLabel: TLabel
  401.         Left = 4
  402.         Top = 180
  403.         Width = 56
  404.         Height = 13
  405.         Caption = 'Firewall:'
  406.         Font.Charset = ANSI_CHARSET
  407.         Font.Color = clWindowText
  408.         Font.Height = -11
  409.         Font.Name = 'Verdana'
  410.         Font.Style = [fsBold]
  411.         ParentFont = False
  412.       end
  413.       object FirewallDescLabel: TLabel
  414.         Left = 4
  415.         Top = 196
  416.         Width = 354
  417.         Height = 65
  418.         AutoSize = False
  419.         Caption = 
  420.           'If you'#39're computer connects to the internet using a firewall, as' +
  421.           'k your local administrators, make sure that tcp-ports 110 (POP3)' +
  422.           ' and 37 (Time) are available and allow bidirectional outgoing co' +
  423.           'nnections.'
  424.         WordWrap = True
  425.       end
  426.       object ActiveWithRASLabel: TLabel
  427.         Left = 30
  428.         Top = 56
  429.         Width = 327
  430.         Height = 29
  431.         AutoSize = False
  432.         Caption = 
  433.           'Only check mail and synchronize time when the following RAS conn' +
  434.           'ection is active:'
  435.         WordWrap = True
  436.       end
  437.       object ConnectionLANRadioButton: TRadioButton
  438.         Left = 12
  439.         Top = 16
  440.         Width = 249
  441.         Height = 17
  442.         Hint = 'Try to reach the internet using the LAN connection'
  443.         Caption = 'I use a &LAN to connect to the internet'
  444.         Checked = True
  445.         TabOrder = 0
  446.         TabStop = True
  447.         OnClick = ConnectionLANRadioButtonClick
  448.       end
  449.       object ConnectionRASRadioButton: TRadioButton
  450.         Left = 12
  451.         Top = 36
  452.         Width = 233
  453.         Height = 17
  454.         Hint = 
  455.           'Select the RAS connection that must be active to reach the inter' +
  456.           'net'
  457.         Caption = 'I use &RAS to connect to the internet'
  458.         TabOrder = 1
  459.         OnClick = ConnectionRASRadioButtonClick
  460.       end
  461.       object RASEntriesComboBox: TComboBox
  462.         Left = 28
  463.         Top = 84
  464.         Width = 329
  465.         Height = 21
  466.         Hint = 'List of available RAS entries.'
  467.         Style = csDropDownList
  468.         Enabled = False
  469.         ItemHeight = 13
  470.         Sorted = True
  471.         TabOrder = 2
  472.       end
  473.     end
  474.   end
  475.   object ImageList: TImageList
  476.     Left = 8
  477.     Top = 296
  478.     Bitmap = {
  479.       4202000001000000424D42020000000000004200000028000000100000001000
  480.       000001001000030000000002000000000000000000000000000000000000007C
  481.       0000E00300001F00000000000000000000000000000000000000000000000000
  482.       0000000000000000000010421042104210421042104210421042104210421042
  483.       104210421042000000001042FF7F186318631863186318631863186318631863
  484.       186318631042104200001042FF7F1863E0030002186318630000000000000000
  485.       000018631042104200001042FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F
  486.       FF7FFF7F10421042000000000000000000000000000000000000000000000000
  487.       0000000010421042000000001042104210421042104210421042104210421042
  488.       1042104200001042000000001042186318631863186318631863186318631863
  489.       1863186310420000000000001042FF7F18631000100010001000100010001000
  490.       1863186310420000000000001042FF7F186310001F001F001F001F001F001000
  491.       1863186310420000000000001042FF7F1863100018631F001F001F001F001000
  492.       1863186310420000000000001042FF7F18631000FF0318631F001F001F001000
  493.       1863186310420000000000001042FF7F18631000100010001000100010001000
  494.       1863186310420000000000001042FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F
  495.       FF7F186310420000000000000000104218631863186318631863186318631863
  496.       1863186310420000000000000000000010421042104210421042104210421042
  497.       10421042104200000000424D7E000000000000003E0000002800000010000000
  498.       1000000001000100000000004000000000000000000000000200000002000000
  499.       00000000FFFFFF00800300000001000000000000000000000000000080000000
  500.       8001000080010000800100008001000080010000800100008001000080010000
  501.       C0010000E0030000}
  502.   end
  503.   object WaveFileOpenDialog: TOpenDialog
  504.     DefaultExt = 'wav'
  505.     Filter = 'Wave files|*.wav|All Files|*.*'
  506.     Options = [ofHideReadOnly, ofFileMustExist]
  507.     Title = 'Select a wave file'
  508.     Left = 40
  509.     Top = 296
  510.   end
  511.   object MailClientOpenDialog: TOpenDialog
  512.     DefaultExt = 'exe'
  513.     Filter = 'Executables|*.exe|All Files|*.*'
  514.     Options = [ofHideReadOnly, ofFileMustExist]
  515.     Title = 'Select mail client executable'
  516.     Left = 72
  517.     Top = 296
  518.   end
  519. end
  520.