home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2002 August / INTERNET94.ISO / pc / software / windows / utils / watznew / setup.exe / 0 / RCDATA / TSETUPWINDOW / TSETUPWINDOW.txt < prev   
Encoding:
Text File  |  2002-05-01  |  61.9 KB  |  1,926 lines

  1. object SetupWindow: TSetupWindow
  2.   Left = 257
  3.   Top = 262
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'WatzNew Settings'
  7.   ClientHeight = 379
  8.   ClientWidth = 593
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Shell Dlg'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Bevel1: TBevel
  24.     Left = 176
  25.     Top = 330
  26.     Width = 409
  27.     Height = 17
  28.     Shape = bsTopLine
  29.   end
  30.   object KeyboardPanel: TPanel
  31.     Left = 168
  32.     Top = 8
  33.     Width = 425
  34.     Height = 313
  35.     BevelOuter = bvNone
  36.     Color = 13814476
  37.     TabOrder = 13
  38.     object Label26: TLabel
  39.       Left = 8
  40.       Top = 4
  41.       Width = 91
  42.       Height = 22
  43.       Caption = 'Keyboard'
  44.       Font.Charset = DEFAULT_CHARSET
  45.       Font.Color = clWindowText
  46.       Font.Height = -19
  47.       Font.Name = 'Arial'
  48.       Font.Style = [fsBold]
  49.       ParentFont = False
  50.       Transparent = True
  51.     end
  52.     object GroupBox14: TXPGroupBox
  53.       Left = 8
  54.       Top = 136
  55.       Width = 409
  56.       Height = 57
  57.       Caption = 'Channel &Sorting'
  58.       TabOrder = 0
  59.       object RequireShiftCheckBox: TXPCheckBox
  60.         Left = 16
  61.         Top = 24
  62.         Width = 377
  63.         Height = 17
  64.         Caption = '&Require to hold [Shift] to start sorting channels'
  65.         TabOrder = 0
  66.       end
  67.     end
  68.     object GroupBox8: TXPGroupBox
  69.       Left = 8
  70.       Top = 40
  71.       Width = 409
  72.       Height = 81
  73.       Caption = 'Instant &Web Search'
  74.       TabOrder = 1
  75.       object Label25: TLabel
  76.         Left = 16
  77.         Top = 24
  78.         Width = 38
  79.         Height = 13
  80.         Caption = '&Hot Key'
  81.         FocusControl = WebSearchHotKeyField
  82.         Transparent = True
  83.       end
  84.       object WebSearchHotKeyField: THotKey
  85.         Left = 16
  86.         Top = 40
  87.         Width = 97
  88.         Height = 20
  89.         HotKey = 32886
  90.         InvalidKeys = [hcNone, hcShift]
  91.         Modifiers = [hkAlt]
  92.         TabOrder = 0
  93.       end
  94.       object WebSearchHotKeyGlobalCheckBox: TXPCheckBox
  95.         Left = 124
  96.         Top = 42
  97.         Width = 269
  98.         Height = 17
  99.         Caption = '&Global'
  100.         TabOrder = 1
  101.       end
  102.     end
  103.   end
  104.   object BehaviorPanel: TPanel
  105.     Left = 168
  106.     Top = 8
  107.     Width = 425
  108.     Height = 313
  109.     BevelOuter = bvNone
  110.     Color = 14406593
  111.     TabOrder = 5
  112.     object Label9: TLabel
  113.       Left = 8
  114.       Top = 4
  115.       Width = 191
  116.       Height = 22
  117.       Caption = 'Application behavior'
  118.       Font.Charset = DEFAULT_CHARSET
  119.       Font.Color = clWindowText
  120.       Font.Height = -19
  121.       Font.Name = 'Arial'
  122.       Font.Style = [fsBold]
  123.       ParentFont = False
  124.       Transparent = True
  125.     end
  126.     object OnlineModeDetectionGroupBox: TXPGroupBox
  127.       Left = 8
  128.       Top = 136
  129.       Width = 409
  130.       Height = 169
  131.       Caption = 'Online &mode detection'
  132.       TabOrder = 1
  133.       object CurrentIPLabel: TLabel
  134.         Left = 232
  135.         Top = 80
  136.         Width = 93
  137.         Height = 13
  138.         Caption = 'Your current IP &List:'
  139.         Transparent = True
  140.       end
  141.       object Label28: TLabel
  142.         Left = 16
  143.         Top = 80
  144.         Width = 76
  145.         Height = 13
  146.         Caption = 'Offline I&P masks'
  147.         Transparent = True
  148.       end
  149.       object OldDetectionSchemeCheckBox: TXPCheckBox
  150.         Left = 16
  151.         Top = 24
  152.         Width = 377
  153.         Height = 17
  154.         Caption = '&Use alternate detection scheme'
  155.         TabOrder = 0
  156.       end
  157.       object ForcedOnlineModeCheckBox: TXPCheckBox
  158.         Left = 16
  159.         Top = 48
  160.         Width = 377
  161.         Height = 17
  162.         Caption = '&Forced online mode'
  163.         TabOrder = 1
  164.       end
  165.       object OfflineIPMemo: TMemo
  166.         Left = 16
  167.         Top = 96
  168.         Width = 193
  169.         Height = 57
  170.         ScrollBars = ssVertical
  171.         TabOrder = 2
  172.         WordWrap = False
  173.       end
  174.       object CurrentIPsMemo: TMemo
  175.         Left = 232
  176.         Top = 96
  177.         Width = 161
  178.         Height = 57
  179.         BorderStyle = bsNone
  180.         Font.Charset = DEFAULT_CHARSET
  181.         Font.Color = clWindowText
  182.         Font.Height = -11
  183.         Font.Name = 'Tahoma'
  184.         Font.Style = [fsBold]
  185.         ParentColor = True
  186.         ParentFont = False
  187.         ReadOnly = True
  188.         ScrollBars = ssVertical
  189.         TabOrder = 3
  190.       end
  191.     end
  192.     object XPGroupBox1: TXPGroupBox
  193.       Left = 8
  194.       Top = 40
  195.       Width = 409
  196.       Height = 81
  197.       Caption = '&Tray icon balloon click behavior (Windows XP)'
  198.       TabOrder = 0
  199.       object XPLabel1: TXPLabel
  200.         Left = 16
  201.         Top = 24
  202.         Width = 134
  203.         Height = 13
  204.         Caption = 'Channel update ¬ifications'
  205.         FocusControl = AlertBalloonBehaviorComboBox
  206.         Transparent = True
  207.       end
  208.       object XPLabel2: TXPLabel
  209.         Left = 216
  210.         Top = 24
  211.         Width = 72
  212.         Height = 13
  213.         Caption = '&Error messages'
  214.         FocusControl = ErrorBalloonBehaviorComboBox
  215.         Transparent = True
  216.       end
  217.       object AlertBalloonBehaviorComboBox: TXPComboBox
  218.         Left = 16
  219.         Top = 40
  220.         Width = 177
  221.         Height = 21
  222.         Style = csDropDownList
  223.         ItemHeight = 13
  224.         TabOrder = 0
  225.         Items.Strings = (
  226.           'Just close the balloon'
  227.           'Launch default channel action'
  228.           'Locate channel in list')
  229.       end
  230.       object ErrorBalloonBehaviorComboBox: TXPComboBox
  231.         Left = 216
  232.         Top = 40
  233.         Width = 177
  234.         Height = 21
  235.         Style = csDropDownList
  236.         ItemHeight = 13
  237.         TabOrder = 1
  238.         Items.Strings = (
  239.           'Just close the balloon'
  240.           'Launch default channel action'
  241.           'Locate channel in list'
  242.           'Open channel properties')
  243.       end
  244.     end
  245.   end
  246.   object SoundsPanel: TPanel
  247.     Left = 168
  248.     Top = 8
  249.     Width = 425
  250.     Height = 313
  251.     BevelOuter = bvNone
  252.     Color = 13490882
  253.     TabOrder = 4
  254.     object Label8: TLabel
  255.       Left = 8
  256.       Top = 4
  257.       Width = 72
  258.       Height = 22
  259.       Caption = 'Sounds'
  260.       Font.Charset = DEFAULT_CHARSET
  261.       Font.Color = clWindowText
  262.       Font.Height = -19
  263.       Font.Name = 'Arial'
  264.       Font.Style = [fsBold]
  265.       ParentFont = False
  266.       Transparent = True
  267.     end
  268.     object GroupBox1: TXPGroupBox
  269.       Left = 8
  270.       Top = 40
  271.       Width = 409
  272.       Height = 89
  273.       Caption = 'HTTP / Perl-Script &Channels'
  274.       TabOrder = 0
  275.       object UrlSoundOpenButton: TXPSpeedButton
  276.         Left = 336
  277.         Top = 52
  278.         Width = 25
  279.         Height = 25
  280.         Hint = 'Browse'
  281.         Flat = True
  282.         Font.Charset = ANSI_CHARSET
  283.         Font.Color = clWindowText
  284.         Font.Height = -11
  285.         Font.Name = 'MS Sans Serif'
  286.         Font.Style = []
  287.         Glyph.Data = {
  288.           F6000000424DF600000000000000760000002800000010000000100000000100
  289.           0400000000008000000000000000000000001000000010000000000000000000
  290.           80000080000000808000800000008000800080800000C0C0C000808080000000
  291.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  292.           77777777777777777777000000000007777700888888888077770F0888888888
  293.           07770FF08888888880770FFF0888888888070FFFF000000000000FFFFFFFFF07
  294.           77770FFFFFFFFF0777770FFF0000000777777000777777770007777777777777
  295.           7007777777770777070777777777700077777777777777777777}
  296.         ParentFont = False
  297.         ParentShowHint = False
  298.         ShowHint = True
  299.         Spacing = -1
  300.         OnClick = UrlSoundOpenButtonClick
  301.       end
  302.       object UrlSoundTestButton: TXPSpeedButton
  303.         Left = 368
  304.         Top = 52
  305.         Width = 25
  306.         Height = 25
  307.         Hint = 'Play Sound'
  308.         Flat = True
  309.         Font.Charset = ANSI_CHARSET
  310.         Font.Color = clWindowText
  311.         Font.Height = -11
  312.         Font.Name = 'MS Sans Serif'
  313.         Font.Style = []
  314.         Glyph.Data = {
  315.           EE000000424DEE0000000000000076000000280000000F0000000F0000000100
  316.           0400000000007800000000000000000000001000000010000000000000000000
  317.           80000080000000808000800000008000800080800000C0C0C000808080000000
  318.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  319.           77707777777007777770777777080777777077777087077707707700087F0770
  320.           77707708877F07077770770887FF07777770770777FF07000070770F7FFF0777
  321.           7770770FFFFF0707777077000FFF07707770777770FF077707707777770F0777
  322.           777077777770077777707777777777777770}
  323.         ParentFont = False
  324.         ParentShowHint = False
  325.         ShowHint = True
  326.         Spacing = -1
  327.         OnClick = UrlSoundTestButtonClick
  328.       end
  329.       object ChannelSoundCheckBox: TXPCheckBox
  330.         Left = 16
  331.         Top = 24
  332.         Width = 377
  333.         Height = 17
  334.         Caption = 'Play sound on channel &update'
  335.         Checked = True
  336.         State = cbChecked
  337.         TabOrder = 0
  338.         OnClick = UpdateSoundsTabSheet
  339.       end
  340.       object ChannelSoundFileNameField: TXPEdit
  341.         Left = 16
  342.         Top = 54
  343.         Width = 313
  344.         Height = 21
  345.         AutoSelect = False
  346.         TabOrder = 1
  347.       end
  348.     end
  349.     object GroupBox2: TXPGroupBox
  350.       Left = 8
  351.       Top = 144
  352.       Width = 409
  353.       Height = 89
  354.       Caption = 'POP3 &Mailboxes'
  355.       TabOrder = 1
  356.       object MailSoundOpenButton: TXPSpeedButton
  357.         Left = 336
  358.         Top = 52
  359.         Width = 25
  360.         Height = 25
  361.         Hint = 'Browse'
  362.         Flat = True
  363.         Font.Charset = ANSI_CHARSET
  364.         Font.Color = clWindowText
  365.         Font.Height = -11
  366.         Font.Name = 'MS Sans Serif'
  367.         Font.Style = []
  368.         Glyph.Data = {
  369.           F6000000424DF600000000000000760000002800000010000000100000000100
  370.           0400000000008000000000000000000000001000000010000000000000000000
  371.           80000080000000808000800000008000800080800000C0C0C000808080000000
  372.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  373.           77777777777777777777000000000007777700888888888077770F0888888888
  374.           07770FF08888888880770FFF0888888888070FFFF000000000000FFFFFFFFF07
  375.           77770FFFFFFFFF0777770FFF0000000777777000777777770007777777777777
  376.           7007777777770777070777777777700077777777777777777777}
  377.         ParentFont = False
  378.         ParentShowHint = False
  379.         ShowHint = True
  380.         Spacing = -1
  381.         OnClick = MailSoundOpenButtonClick
  382.       end
  383.       object MailSoundTestButton: TXPSpeedButton
  384.         Left = 368
  385.         Top = 52
  386.         Width = 25
  387.         Height = 25
  388.         Hint = 'Play Sound'
  389.         Flat = True
  390.         Font.Charset = ANSI_CHARSET
  391.         Font.Color = clWindowText
  392.         Font.Height = -11
  393.         Font.Name = 'MS Sans Serif'
  394.         Font.Style = []
  395.         Glyph.Data = {
  396.           EE000000424DEE0000000000000076000000280000000F0000000F0000000100
  397.           0400000000007800000000000000000000001000000010000000000000000000
  398.           80000080000000808000800000008000800080800000C0C0C000808080000000
  399.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  400.           77707777777007777770777777080777777077777087077707707700087F0770
  401.           77707708877F07077770770887FF07777770770777FF07000070770F7FFF0777
  402.           7770770FFFFF0707777077000FFF07707770777770FF077707707777770F0777
  403.           777077777770077777707777777777777770}
  404.         ParentFont = False
  405.         ParentShowHint = False
  406.         ShowHint = True
  407.         Spacing = -1
  408.         OnClick = MailSoundTestButtonClick
  409.       end
  410.       object MailSoundCheckBox: TXPCheckBox
  411.         Left = 16
  412.         Top = 24
  413.         Width = 377
  414.         Height = 17
  415.         Caption = 'Play sound on &new mail'
  416.         Checked = True
  417.         State = cbChecked
  418.         TabOrder = 0
  419.         OnClick = UpdateSoundsTabSheet
  420.       end
  421.       object MailSoundFileNameField: TXPEdit
  422.         Left = 16
  423.         Top = 54
  424.         Width = 313
  425.         Height = 21
  426.         AutoSelect = False
  427.         TabOrder = 1
  428.       end
  429.     end
  430.   end
  431.   object AppearancePanel: TPanel
  432.     Left = 168
  433.     Top = 8
  434.     Width = 425
  435.     Height = 313
  436.     BevelOuter = bvNone
  437.     Color = 12900818
  438.     TabOrder = 3
  439.     object Label7: TLabel
  440.       Left = 8
  441.       Top = 4
  442.       Width = 198
  443.       Height = 22
  444.       Caption = 'Interface Appearance'
  445.       Font.Charset = DEFAULT_CHARSET
  446.       Font.Color = clWindowText
  447.       Font.Height = -19
  448.       Font.Name = 'Arial'
  449.       Font.Style = [fsBold]
  450.       ParentFont = False
  451.       Transparent = True
  452.     end
  453.     object GroupBox7: TXPGroupBox
  454.       Left = 8
  455.       Top = 40
  456.       Width = 409
  457.       Height = 185
  458.       Caption = '&Interface'
  459.       TabOrder = 0
  460.       object Label2: TLabel
  461.         Left = 16
  462.         Top = 104
  463.         Width = 140
  464.         Height = 13
  465.         Caption = 'Sho&w main window in taskbar'
  466.         FocusControl = TaskbarModeComboBox
  467.         Transparent = True
  468.       end
  469.       object AlwaysDockedCheckBox: TXPCheckBox
  470.         Left = 208
  471.         Top = 72
  472.         Width = 185
  473.         Height = 17
  474.         Caption = 'Always &docked'
  475.         TabOrder = 3
  476.       end
  477.       object ShowAddDelButtonsCheckBox: TXPCheckBox
  478.         Left = 16
  479.         Top = 48
  480.         Width = 377
  481.         Height = 17
  482.         Caption = 'Show [Add] / [&Delete] buttons'
  483.         TabOrder = 1
  484.       end
  485.       object ShowCheckAllButtonCheckBox: TXPCheckBox
  486.         Left = 16
  487.         Top = 24
  488.         Width = 377
  489.         Height = 17
  490.         Caption = 'Show [Check &All] button'
  491.         TabOrder = 0
  492.       end
  493.       object StayOnTopCheckBox: TXPCheckBox
  494.         Left = 16
  495.         Top = 72
  496.         Width = 177
  497.         Height = 17
  498.         Caption = 'Stay on &top'
  499.         TabOrder = 2
  500.       end
  501.       object TaskbarModeComboBox: TComboBox
  502.         Left = 16
  503.         Top = 120
  504.         Width = 377
  505.         Height = 21
  506.         Style = csDropDownList
  507.         ItemHeight = 13
  508.         TabOrder = 4
  509.         OnChange = TaskbarModeComboBoxChange
  510.         Items.Strings = (
  511.           'never'
  512.           'when main application window is opened'
  513.           'when editing application or channel properties'
  514.           'always')
  515.       end
  516.       object AlertWindowsInTaskbarCheckBox: TXPCheckBox
  517.         Left = 16
  518.         Top = 152
  519.         Width = 377
  520.         Height = 17
  521.         Caption = 'Show al&ert windows in taskbar'
  522.         TabOrder = 5
  523.       end
  524.     end
  525.     object GroupBox3: TXPGroupBox
  526.       Left = 8
  527.       Top = 240
  528.       Width = 409
  529.       Height = 65
  530.       Caption = '&Scheme (Fonts And Colors)'
  531.       TabOrder = 1
  532.       object LoadSchemeButton: TXPSpeedButton
  533.         Left = 304
  534.         Top = 24
  535.         Width = 25
  536.         Height = 25
  537.         Hint = 'Load Scheme'
  538.         Flat = True
  539.         Font.Charset = ANSI_CHARSET
  540.         Font.Color = clWindowText
  541.         Font.Height = -11
  542.         Font.Name = 'MS Sans Serif'
  543.         Font.Style = []
  544.         Glyph.Data = {
  545.           F6000000424DF600000000000000760000002800000010000000100000000100
  546.           0400000000008000000000000000000000001000000010000000000000000000
  547.           80000080000000808000800000008000800080800000C0C0C000808080000000
  548.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  549.           77777777777777777777000000000007777700888888888077770F0888888888
  550.           07770FF08888888880770FFF0888888888070FFFF000000000000FFFFFFFFF07
  551.           77770FFFFFFFFF0777770FFF0000000777777000777777770007777777777777
  552.           7007777777770777070777777777700077777777777777777777}
  553.         ParentFont = False
  554.         ParentShowHint = False
  555.         ShowHint = True
  556.         Spacing = -1
  557.         OnClick = LoadSchemeButtonClick
  558.       end
  559.       object EditSchemeButton: TXPSpeedButton
  560.         Left = 336
  561.         Top = 24
  562.         Width = 25
  563.         Height = 25
  564.         Hint = 'Edit Current Scheme'
  565.         Flat = True
  566.         Font.Charset = ANSI_CHARSET
  567.         Font.Color = clWindowText
  568.         Font.Height = -11
  569.         Font.Name = 'MS Sans Serif'
  570.         Font.Style = []
  571.         Glyph.Data = {
  572.           F6000000424DF600000000000000760000002800000010000000100000000100
  573.           0400000000008000000000000000000000001000000010000000000000000000
  574.           80000080000000808000800000008000800080800000C0C0C000808080000000
  575.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  576.           7777777777777777777777077770777707777707777077770777770777000777
  577.           0777770777F807770777770777FFF777077770007770777707777F8077707777
  578.           07777FFF777077770777770777707770007777077770777F807777077770777F
  579.           FF77770777707777077777777777777777777777777777777777}
  580.         ParentFont = False
  581.         ParentShowHint = False
  582.         ShowHint = True
  583.         Spacing = -1
  584.         OnClick = EditSchemeButtonClick
  585.       end
  586.       object DefaultSchemeButton: TXPSpeedButton
  587.         Left = 368
  588.         Top = 24
  589.         Width = 25
  590.         Height = 25
  591.         Hint = 'Load Default Scheme'
  592.         Flat = True
  593.         Font.Charset = ANSI_CHARSET
  594.         Font.Color = clWindowText
  595.         Font.Height = -11
  596.         Font.Name = 'MS Sans Serif'
  597.         Font.Style = []
  598.         Glyph.Data = {
  599.           42010000424D4201000000000000760000002800000011000000110000000100
  600.           040000000000CC00000000000000000000001000000000000000000000000000
  601.           80000080000000808000800000008000800080800000C0C0C000808080000000
  602.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  603.           7777700000007777777777777777700000007707077777777777700000007707
  604.           0777777777777000000077777770007777777000000077777707770777777000
  605.           0000777770707770777770000000777770707770777770000000777770770770
  606.           7777700000007777707770707777700000007777707770707777700000007777
  607.           7707770777777000000077777770007777777000000077777777777707077000
  608.           0000777777777777070770000000777777777777777770000000777777777777
  609.           777770000000}
  610.         ParentFont = False
  611.         ParentShowHint = False
  612.         ShowHint = True
  613.         Spacing = -1
  614.         OnClick = DefaultSchemeButtonClick
  615.       end
  616.       object SchemeNamePanel: TPanel
  617.         Left = 16
  618.         Top = 26
  619.         Width = 273
  620.         Height = 21
  621.         BevelOuter = bvLowered
  622.         Caption = 'Default'
  623.         ParentColor = True
  624.         ParentShowHint = False
  625.         ShowHint = True
  626.         TabOrder = 0
  627.       end
  628.     end
  629.   end
  630.   object GeneralPanel: TPanel
  631.     Left = 168
  632.     Top = 8
  633.     Width = 425
  634.     Height = 313
  635.     BevelOuter = bvNone
  636.     Color = 14408667
  637.     TabOrder = 11
  638.     object Label6: TLabel
  639.       Left = 8
  640.       Top = 4
  641.       Width = 152
  642.       Height = 22
  643.       Caption = 'General settings'
  644.       Font.Charset = DEFAULT_CHARSET
  645.       Font.Color = clWindowText
  646.       Font.Height = -19
  647.       Font.Name = 'Arial'
  648.       Font.Style = [fsBold]
  649.       ParentFont = False
  650.       Transparent = True
  651.     end
  652.     object GroupBox15: TXPGroupBox
  653.       Left = 8
  654.       Top = 40
  655.       Width = 409
  656.       Height = 81
  657.       Caption = 'Program Start'
  658.       TabOrder = 0
  659.       object LaunchAtStartupCheckBox: TXPCheckBox
  660.         Left = 16
  661.         Top = 24
  662.         Width = 377
  663.         Height = 17
  664.         TabStop = False
  665.         Caption = '&Launch WatzNew at startup'
  666.         TabOrder = 0
  667.       end
  668.       object ClearUpdatedFlagsCheckBox: TXPCheckBox
  669.         Left = 16
  670.         Top = 48
  671.         Width = 377
  672.         Height = 17
  673.         Caption = 'Clear "Updated" channel flags on start'
  674.         TabOrder = 1
  675.       end
  676.     end
  677.     object DontClearUpdUntilViewedCheckBox: TXPCheckBox
  678.       Left = 24
  679.       Top = 136
  680.       Width = 377
  681.       Height = 17
  682.       Caption = 
  683.         'Don'#39't clear "Updated" channel flags until the channel has been v' +
  684.         'iewed'
  685.       TabOrder = 1
  686.     end
  687.   end
  688.   object TimePanel: TPanel
  689.     Left = 168
  690.     Top = 8
  691.     Width = 425
  692.     Height = 313
  693.     BevelOuter = bvNone
  694.     Color = 10867630
  695.     TabOrder = 10
  696.     object Label29: TLabel
  697.       Left = 8
  698.       Top = 4
  699.       Width = 263
  700.       Height = 22
  701.       Caption = 'Atomic time synchronization'
  702.       Font.Charset = DEFAULT_CHARSET
  703.       Font.Color = clWindowText
  704.       Font.Height = -19
  705.       Font.Name = 'Arial'
  706.       Font.Style = [fsBold]
  707.       ParentFont = False
  708.       Transparent = True
  709.     end
  710.     object Label1: TLabel
  711.       Left = 8
  712.       Top = 272
  713.       Width = 320
  714.       Height = 13
  715.       Caption = 
  716.         'For a list of public SNTP time servers please visit the followin' +
  717.         'g page:'
  718.       Transparent = True
  719.     end
  720.     object SntpLinkLabel: TLinkLabel
  721.       Left = 8
  722.       Top = 292
  723.       Width = 237
  724.       Height = 13
  725.       Cursor = crHandPoint
  726.       Caption = 'http://www.eecis.udel.edu/~mills/ntp/servers.htm'
  727.       Font.Charset = ANSI_CHARSET
  728.       Font.Color = clNavy
  729.       Font.Height = -11
  730.       Font.Name = 'MS Shell Dlg'
  731.       Font.Style = [fsUnderline]
  732.       ParentFont = False
  733.       ParentShowHint = False
  734.       ShowHint = True
  735.       Transparent = True
  736.       HREF = 'http://www.eecis.udel.edu/~mills/ntp/servers.htm'
  737.       Visited = False
  738.     end
  739.     object GroupBox12: TXPGroupBox
  740.       Left = 8
  741.       Top = 72
  742.       Width = 217
  743.       Height = 185
  744.       Caption = 'Time Server'
  745.       TabOrder = 0
  746.       object Label15: TLabel
  747.         Left = 16
  748.         Top = 24
  749.         Width = 123
  750.         Height = 13
  751.         Caption = 'Time &Server Address / IP*'
  752.         FocusControl = TimeServerField
  753.         Transparent = True
  754.       end
  755.       object Label23: TLabel
  756.         Left = 16
  757.         Top = 72
  758.         Width = 185
  759.         Height = 33
  760.         AutoSize = False
  761.         Caption = '* WatzNew works with SNTP servers only'
  762.         Font.Charset = ANSI_CHARSET
  763.         Font.Color = clWindowText
  764.         Font.Height = -9
  765.         Font.Name = 'Tahoma'
  766.         Font.Style = []
  767.         ParentFont = False
  768.         Transparent = True
  769.       end
  770.       object TimeServerField: TXPEdit
  771.         Left = 16
  772.         Top = 40
  773.         Width = 185
  774.         Height = 21
  775.         AutoSelect = False
  776.         TabOrder = 0
  777.       end
  778.       object SynchronizeButton: TButton
  779.         Left = 16
  780.         Top = 144
  781.         Width = 185
  782.         Height = 25
  783.         Caption = 'Synchronize &Now!'
  784.         TabOrder = 1
  785.         OnClick = SynchronizeButtonClick
  786.       end
  787.     end
  788.     object GroupBox13: TXPGroupBox
  789.       Left = 240
  790.       Top = 72
  791.       Width = 177
  792.       Height = 185
  793.       Caption = 'Status'
  794.       TabOrder = 1
  795.       object Label20: TLabel
  796.         Left = 16
  797.         Top = 22
  798.         Width = 63
  799.         Height = 11
  800.         Caption = 'Last connected:'
  801.         Font.Charset = ANSI_CHARSET
  802.         Font.Color = clWindowText
  803.         Font.Height = -9
  804.         Font.Name = 'Tahoma'
  805.         Font.Style = []
  806.         ParentFont = False
  807.         Transparent = True
  808.       end
  809.       object Label22: TLabel
  810.         Left = 16
  811.         Top = 150
  812.         Width = 29
  813.         Height = 11
  814.         Caption = 'Status:'
  815.         Font.Charset = ANSI_CHARSET
  816.         Font.Color = clWindowText
  817.         Font.Height = -9
  818.         Font.Name = 'Tahoma'
  819.         Font.Style = []
  820.         ParentFont = False
  821.         Transparent = True
  822.       end
  823.       object Label24: TLabel
  824.         Left = 16
  825.         Top = 86
  826.         Width = 45
  827.         Height = 11
  828.         Caption = 'Difference:'
  829.         Font.Charset = ANSI_CHARSET
  830.         Font.Color = clWindowText
  831.         Font.Height = -9
  832.         Font.Name = 'Tahoma'
  833.         Font.Style = []
  834.         ParentFont = False
  835.         Transparent = True
  836.       end
  837.       object LastConnectedLabel: TLabel
  838.         Left = 16
  839.         Top = 32
  840.         Width = 6
  841.         Height = 13
  842.         Caption = '--'
  843.         Transparent = True
  844.       end
  845.       object LastStatusLabel: TLabel
  846.         Left = 16
  847.         Top = 160
  848.         Width = 6
  849.         Height = 13
  850.         Caption = '--'
  851.         Transparent = True
  852.       end
  853.       object LastDifferenceLabel: TLabel
  854.         Left = 16
  855.         Top = 96
  856.         Width = 6
  857.         Height = 13
  858.         Caption = '--'
  859.         Transparent = True
  860.       end
  861.       object Label21: TLabel
  862.         Left = 16
  863.         Top = 118
  864.         Width = 57
  865.         Height = 11
  866.         Caption = 'Server delay:'
  867.         Font.Charset = ANSI_CHARSET
  868.         Font.Color = clWindowText
  869.         Font.Height = -9
  870.         Font.Name = 'Tahoma'
  871.         Font.Style = []
  872.         ParentFont = False
  873.         Transparent = True
  874.       end
  875.       object LastDelayLabel: TLabel
  876.         Left = 16
  877.         Top = 128
  878.         Width = 6
  879.         Height = 13
  880.         Caption = '--'
  881.         Transparent = True
  882.       end
  883.       object Label13: TLabel
  884.         Left = 16
  885.         Top = 54
  886.         Width = 56
  887.         Height = 11
  888.         Caption = 'Remote time:'
  889.         Font.Charset = ANSI_CHARSET
  890.         Font.Color = clWindowText
  891.         Font.Height = -9
  892.         Font.Name = 'Tahoma'
  893.         Font.Style = []
  894.         ParentFont = False
  895.         Transparent = True
  896.       end
  897.       object LastRemoteTimeLabel: TLabel
  898.         Left = 16
  899.         Top = 64
  900.         Width = 6
  901.         Height = 13
  902.         Caption = '--'
  903.         Transparent = True
  904.       end
  905.     end
  906.     object UseTimeSyncCheckBox: TXPCheckBox
  907.       Left = 8
  908.       Top = 40
  909.       Width = 409
  910.       Height = 17
  911.       Caption = '&Use Time Synchronization feature'
  912.       TabOrder = 2
  913.       OnClick = UpdateTimeTabSheet
  914.     end
  915.   end
  916.   object PerlPanel: TPanel
  917.     Left = 168
  918.     Top = 8
  919.     Width = 425
  920.     Height = 313
  921.     BevelOuter = bvNone
  922.     Color = 10798293
  923.     TabOrder = 9
  924.     object Label27: TLabel
  925.       Left = 8
  926.       Top = 4
  927.       Width = 116
  928.       Height = 22
  929.       Caption = 'Perl settings'
  930.       Font.Charset = DEFAULT_CHARSET
  931.       Font.Color = clWindowText
  932.       Font.Height = -19
  933.       Font.Name = 'Arial'
  934.       Font.Style = [fsBold]
  935.       ParentFont = False
  936.       Transparent = True
  937.     end
  938.     object GroupBox10: TXPGroupBox
  939.       Left = 8
  940.       Top = 40
  941.       Width = 409
  942.       Height = 137
  943.       Caption = 'Perl &Location (perl.exe)'
  944.       TabOrder = 0
  945.       object PerlBrowseButton: TXPSpeedButton
  946.         Left = 368
  947.         Top = 22
  948.         Width = 25
  949.         Height = 25
  950.         Hint = 'Browse'
  951.         Flat = True
  952.         Font.Charset = ANSI_CHARSET
  953.         Font.Color = clWindowText
  954.         Font.Height = -11
  955.         Font.Name = 'MS Sans Serif'
  956.         Font.Style = []
  957.         Glyph.Data = {
  958.           F6000000424DF600000000000000760000002800000010000000100000000100
  959.           0400000000008000000000000000000000001000000010000000000000000000
  960.           80000080000000808000800000008000800080800000C0C0C000808080000000
  961.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  962.           77777777777777777777000000000007777700888888888077770F0888888888
  963.           07770FF08888888880770FFF0888888888070FFFF000000000000FFFFFFFFF07
  964.           77770FFFFFFFFF0777770FFF0000000777777000777777770007777777777777
  965.           7007777777770777070777777777700077777777777777777777}
  966.         ParentFont = False
  967.         ParentShowHint = False
  968.         ShowHint = True
  969.         Spacing = -1
  970.         OnClick = PerlBrowseButtonClick
  971.       end
  972.       object Label5: TLabel
  973.         Left = 16
  974.         Top = 72
  975.         Width = 377
  976.         Height = 26
  977.         AutoSize = False
  978.         Caption = 
  979.           'If you have no Perl installed on your system, you can download i' +
  980.           't for free from ActiveState'#39's web site.'
  981.         Transparent = True
  982.         WordWrap = True
  983.       end
  984.       object PerlLinkLabel: TLinkLabel
  985.         Left = 16
  986.         Top = 108
  987.         Width = 238
  988.         Height = 13
  989.         Cursor = crHandPoint
  990.         Caption = 'http://www.activestate.com/Products/ActivePerl/'
  991.         Font.Charset = ANSI_CHARSET
  992.         Font.Color = clNavy
  993.         Font.Height = -11
  994.         Font.Name = 'MS Shell Dlg'
  995.         Font.Style = [fsUnderline]
  996.         ParentFont = False
  997.         ParentShowHint = False
  998.         ShowHint = True
  999.         Transparent = True
  1000.         HREF = 'http://www.activestate.com/Products/ActivePerl/'
  1001.         Visited = False
  1002.       end
  1003.       object Bevel3: TBevel
  1004.         Left = 16
  1005.         Top = 60
  1006.         Width = 377
  1007.         Height = 17
  1008.         Shape = bsTopLine
  1009.       end
  1010.       object PerlFileNameField: TEdit
  1011.         Left = 16
  1012.         Top = 24
  1013.         Width = 345
  1014.         Height = 21
  1015.         AutoSelect = False
  1016.         TabOrder = 0
  1017.       end
  1018.     end
  1019.     object GroupBox11: TXPGroupBox
  1020.       Left = 8
  1021.       Top = 192
  1022.       Width = 409
  1023.       Height = 65
  1024.       Caption = '&Perl Source Editor'
  1025.       TabOrder = 1
  1026.       object PerlEditorBrowseButton: TXPSpeedButton
  1027.         Left = 368
  1028.         Top = 24
  1029.         Width = 25
  1030.         Height = 25
  1031.         Hint = 'Browse'
  1032.         Flat = True
  1033.         Font.Charset = ANSI_CHARSET
  1034.         Font.Color = clWindowText
  1035.         Font.Height = -11
  1036.         Font.Name = 'MS Sans Serif'
  1037.         Font.Style = []
  1038.         Glyph.Data = {
  1039.           F6000000424DF600000000000000760000002800000010000000100000000100
  1040.           0400000000008000000000000000000000001000000010000000000000000000
  1041.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1042.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1043.           77777777777777777777000000000007777700888888888077770F0888888888
  1044.           07770FF08888888880770FFF0888888888070FFFF000000000000FFFFFFFFF07
  1045.           77770FFFFFFFFF0777770FFF0000000777777000777777770007777777777777
  1046.           7007777777770777070777777777700077777777777777777777}
  1047.         ParentFont = False
  1048.         ParentShowHint = False
  1049.         ShowHint = True
  1050.         Spacing = -1
  1051.         OnClick = PerlEditorBrowseButtonClick
  1052.       end
  1053.       object PerlEditorFileNameField: TEdit
  1054.         Left = 16
  1055.         Top = 26
  1056.         Width = 345
  1057.         Height = 21
  1058.         AutoSelect = False
  1059.         TabOrder = 0
  1060.       end
  1061.     end
  1062.   end
  1063.   object EmailPanel: TPanel
  1064.     Left = 168
  1065.     Top = 8
  1066.     Width = 425
  1067.     Height = 313
  1068.     BevelOuter = bvNone
  1069.     Color = 12894173
  1070.     TabOrder = 8
  1071.     object Label17: TLabel
  1072.       Left = 8
  1073.       Top = 4
  1074.       Width = 136
  1075.       Height = 22
  1076.       Caption = 'E-mail settings'
  1077.       Font.Charset = DEFAULT_CHARSET
  1078.       Font.Color = clWindowText
  1079.       Font.Height = -19
  1080.       Font.Name = 'Arial'
  1081.       Font.Style = [fsBold]
  1082.       ParentFont = False
  1083.       Transparent = True
  1084.     end
  1085.     object GroupBox5: TXPGroupBox
  1086.       Left = 8
  1087.       Top = 40
  1088.       Width = 409
  1089.       Height = 105
  1090.       Caption = '&Executable'
  1091.       TabOrder = 0
  1092.       object MailerAppOpenButton: TXPSpeedButton
  1093.         Left = 368
  1094.         Top = 22
  1095.         Width = 25
  1096.         Height = 25
  1097.         Hint = 'Browse'
  1098.         Flat = True
  1099.         Font.Charset = ANSI_CHARSET
  1100.         Font.Color = clWindowText
  1101.         Font.Height = -11
  1102.         Font.Name = 'MS Sans Serif'
  1103.         Font.Style = []
  1104.         Glyph.Data = {
  1105.           F6000000424DF600000000000000760000002800000010000000100000000100
  1106.           0400000000008000000000000000000000001000000010000000000000000000
  1107.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1108.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1109.           77777777777777777777000000000007777700888888888077770F0888888888
  1110.           07770FF08888888880770FFF0888888888070FFFF000000000000FFFFFFFFF07
  1111.           77770FFFFFFFFF0777770FFF0000000777777000777777770007777777777777
  1112.           7007777777770777070777777777700077777777777777777777}
  1113.         ParentFont = False
  1114.         ParentShowHint = False
  1115.         ShowHint = True
  1116.         Spacing = -1
  1117.         OnClick = MailerAppOpenButtonClick
  1118.       end
  1119.       object Label14: TLabel
  1120.         Left = 16
  1121.         Top = 48
  1122.         Width = 53
  1123.         Height = 13
  1124.         Caption = '&Parameters'
  1125.         FocusControl = MailerParamsField
  1126.         Transparent = True
  1127.       end
  1128.       object MailerFileNameField: TEdit
  1129.         Left = 16
  1130.         Top = 24
  1131.         Width = 345
  1132.         Height = 21
  1133.         AutoSelect = False
  1134.         TabOrder = 0
  1135.       end
  1136.       object MailerParamsField: TEdit
  1137.         Left = 16
  1138.         Top = 64
  1139.         Width = 377
  1140.         Height = 21
  1141.         AutoSelect = False
  1142.         TabOrder = 1
  1143.       end
  1144.     end
  1145.     object GroupBox6: TXPGroupBox
  1146.       Left = 8
  1147.       Top = 160
  1148.       Width = 409
  1149.       Height = 73
  1150.       Caption = '&Message Format'
  1151.       TabOrder = 1
  1152.       object Label3: TLabel
  1153.         Left = 16
  1154.         Top = 18
  1155.         Width = 37
  1156.         Height = 13
  1157.         Caption = '&General'
  1158.         FocusControl = MsgGeneralTemplateField
  1159.         Transparent = True
  1160.       end
  1161.       object Label4: TLabel
  1162.         Left = 248
  1163.         Top = 18
  1164.         Width = 98
  1165.         Height = 13
  1166.         Caption = '&Single Message Line'
  1167.         FocusControl = MsgLineTemplateField
  1168.         Transparent = True
  1169.       end
  1170.       object MsgGeneralTemplateField: TEdit
  1171.         Left = 16
  1172.         Top = 34
  1173.         Width = 217
  1174.         Height = 21
  1175.         Hint = 
  1176.           #39'%1'#39' - Amount of messages, '#39'%2'#39' - Amount of new messages, '#39'%3'#39' -' +
  1177.           ' Message lines'
  1178.         AutoSelect = False
  1179.         ParentShowHint = False
  1180.         ShowHint = True
  1181.         TabOrder = 0
  1182.       end
  1183.       object MsgLineTemplateField: TEdit
  1184.         Left = 248
  1185.         Top = 34
  1186.         Width = 145
  1187.         Height = 21
  1188.         Hint = #39'%1'#39' - '#39'Subject'#39' field, '#39'%2'#39' - '#39'From'#39' field, '#39'%3'#39' - '#39'Size'#39' field'
  1189.         AutoSelect = False
  1190.         ParentShowHint = False
  1191.         ShowHint = True
  1192.         TabOrder = 1
  1193.       end
  1194.     end
  1195.   end
  1196.   object BrowserPanel: TPanel
  1197.     Left = 168
  1198.     Top = 8
  1199.     Width = 425
  1200.     Height = 313
  1201.     BevelOuter = bvNone
  1202.     Color = 14467290
  1203.     TabOrder = 7
  1204.     object Label12: TLabel
  1205.       Left = 8
  1206.       Top = 4
  1207.       Width = 160
  1208.       Height = 22
  1209.       Caption = 'Browser Settings'
  1210.       Font.Charset = DEFAULT_CHARSET
  1211.       Font.Color = clWindowText
  1212.       Font.Height = -19
  1213.       Font.Name = 'Arial'
  1214.       Font.Style = [fsBold]
  1215.       ParentFont = False
  1216.       Transparent = True
  1217.     end
  1218.     object GroupBox9: TXPGroupBox
  1219.       Left = 8
  1220.       Top = 40
  1221.       Width = 409
  1222.       Height = 145
  1223.       Caption = 'Executable'
  1224.       TabOrder = 0
  1225.       object BrowserAppOpenButton: TXPSpeedButton
  1226.         Left = 368
  1227.         Top = 22
  1228.         Width = 25
  1229.         Height = 25
  1230.         Hint = 'Browse'
  1231.         Flat = True
  1232.         Font.Charset = ANSI_CHARSET
  1233.         Font.Color = clWindowText
  1234.         Font.Height = -11
  1235.         Font.Name = 'MS Sans Serif'
  1236.         Font.Style = []
  1237.         Glyph.Data = {
  1238.           F6000000424DF600000000000000760000002800000010000000100000000100
  1239.           0400000000008000000000000000000000001000000010000000000000000000
  1240.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1241.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1242.           77777777777777777777000000000007777700888888888077770F0888888888
  1243.           07770FF08888888880770FFF0888888888070FFFF000000000000FFFFFFFFF07
  1244.           77770FFFFFFFFF0777770FFF0000000777777000777777770007777777777777
  1245.           7007777777770777070777777777700077777777777777777777}
  1246.         ParentFont = False
  1247.         ParentShowHint = False
  1248.         ShowHint = True
  1249.         Spacing = -1
  1250.         OnClick = BrowserAppOpenButtonClick
  1251.       end
  1252.       object Label11: TLabel
  1253.         Left = 16
  1254.         Top = 56
  1255.         Width = 53
  1256.         Height = 13
  1257.         Caption = '&Parameters'
  1258.         FocusControl = BrowserParamsField
  1259.         Transparent = True
  1260.       end
  1261.       object BrowserFileNameField: TEdit
  1262.         Left = 16
  1263.         Top = 24
  1264.         Width = 345
  1265.         Height = 21
  1266.         AutoSelect = False
  1267.         TabOrder = 0
  1268.       end
  1269.       object BrowserParamsField: TEdit
  1270.         Left = 16
  1271.         Top = 72
  1272.         Width = 377
  1273.         Height = 21
  1274.         AutoSelect = False
  1275.         TabOrder = 1
  1276.       end
  1277.       object BrowserMaximizedCheckBox: TXPCheckBox
  1278.         Left = 16
  1279.         Top = 112
  1280.         Width = 377
  1281.         Height = 17
  1282.         Caption = 'Start &maximized'
  1283.         TabOrder = 2
  1284.       end
  1285.     end
  1286.   end
  1287.   object ProxyPanel: TPanel
  1288.     Left = 168
  1289.     Top = 8
  1290.     Width = 425
  1291.     Height = 313
  1292.     BevelOuter = bvNone
  1293.     Color = 14401990
  1294.     TabOrder = 6
  1295.     object Label10: TLabel
  1296.       Left = 8
  1297.       Top = 4
  1298.       Width = 136
  1299.       Height = 22
  1300.       Caption = 'Proxy Settings'
  1301.       Font.Charset = DEFAULT_CHARSET
  1302.       Font.Color = clWindowText
  1303.       Font.Height = -19
  1304.       Font.Name = 'Arial'
  1305.       Font.Style = [fsBold]
  1306.       ParentFont = False
  1307.       Transparent = True
  1308.     end
  1309.     object ProxyGroupBox: TXPGroupBox
  1310.       Left = 8
  1311.       Top = 72
  1312.       Width = 409
  1313.       Height = 153
  1314.       Caption = 'Proxy Server Settings'
  1315.       TabOrder = 0
  1316.       object ProxyLoginLabel: TLabel
  1317.         Left = 152
  1318.         Top = 72
  1319.         Width = 26
  1320.         Height = 13
  1321.         Caption = 'Logi&n'
  1322.         FocusControl = ProxyLoginField
  1323.         Transparent = True
  1324.       end
  1325.       object ProxyPasswordLabel: TLabel
  1326.         Left = 280
  1327.         Top = 72
  1328.         Width = 49
  1329.         Height = 13
  1330.         Caption = 'Pass&word '
  1331.         FocusControl = ProxyPasswordField
  1332.         Transparent = True
  1333.       end
  1334.       object ProxyServerLabel: TLabel
  1335.         Left = 16
  1336.         Top = 24
  1337.         Width = 34
  1338.         Height = 13
  1339.         Caption = '&Server '
  1340.         FocusControl = ProxyServerField
  1341.         Transparent = True
  1342.       end
  1343.       object Label16: TLabel
  1344.         Left = 16
  1345.         Top = 128
  1346.         Width = 221
  1347.         Height = 11
  1348.         Caption = '* WatzNew handles '#39'Basic'#39' authorization scheme only'
  1349.         Font.Charset = ANSI_CHARSET
  1350.         Font.Color = clWindowText
  1351.         Font.Height = -9
  1352.         Font.Name = 'Tahoma'
  1353.         Font.Style = []
  1354.         ParentFont = False
  1355.         Transparent = True
  1356.       end
  1357.       object ProxyPortLabel: TLabel
  1358.         Left = 245
  1359.         Top = 24
  1360.         Width = 22
  1361.         Height = 13
  1362.         Caption = '&Port '
  1363.         FocusControl = ProxyPortField
  1364.         Transparent = True
  1365.       end
  1366.       object Label18: TLabel
  1367.         Left = 280
  1368.         Top = 24
  1369.         Width = 24
  1370.         Height = 13
  1371.         Caption = '&Type'
  1372.         FocusControl = ProxyTypeComboBox
  1373.         Transparent = True
  1374.       end
  1375.       object Label19: TLabel
  1376.         Left = 16
  1377.         Top = 72
  1378.         Width = 68
  1379.         Height = 13
  1380.         Caption = '&Authorization *'
  1381.         FocusControl = AuthTypeComboBox
  1382.         Transparent = True
  1383.       end
  1384.       object ProxyServerField: TXPEdit
  1385.         Left = 16
  1386.         Top = 40
  1387.         Width = 185
  1388.         Height = 21
  1389.         AutoSelect = False
  1390.         TabOrder = 0
  1391.       end
  1392.       object ProxyLoginField: TXPEdit
  1393.         Left = 152
  1394.         Top = 88
  1395.         Width = 113
  1396.         Height = 21
  1397.         AutoSelect = False
  1398.         TabOrder = 4
  1399.       end
  1400.       object ProxyPasswordField: TXPEdit
  1401.         Left = 280
  1402.         Top = 88
  1403.         Width = 113
  1404.         Height = 21
  1405.         AutoSelect = False
  1406.         PasswordChar = '*'
  1407.         TabOrder = 5
  1408.       end
  1409.       object ProxyPortField: TGrNumericEdit
  1410.         Left = 216
  1411.         Top = 40
  1412.         Width = 49
  1413.         Height = 21
  1414.         MaxLength = 4
  1415.         TabOrder = 1
  1416.         Decimals = 0
  1417.         MaxValue = 9999
  1418.         AllowOutOfBounds = False
  1419.       end
  1420.       object ProxyTypeComboBox: TXPComboBox
  1421.         Left = 280
  1422.         Top = 40
  1423.         Width = 113
  1424.         Height = 21
  1425.         Style = csDropDownList
  1426.         ItemHeight = 13
  1427.         TabOrder = 2
  1428.         Items.Strings = (
  1429.           'HTTP 1.0'
  1430.           'HTTP 1.1')
  1431.       end
  1432.       object AuthTypeComboBox: TXPComboBox
  1433.         Left = 16
  1434.         Top = 88
  1435.         Width = 121
  1436.         Height = 21
  1437.         Style = csDropDownList
  1438.         ItemHeight = 13
  1439.         TabOrder = 3
  1440.         OnChange = UpdateProxyTabSheet
  1441.         Items.Strings = (
  1442.           'No'
  1443.           'Yes')
  1444.       end
  1445.     end
  1446.     object UseProxyCheckBox: TXPCheckBox
  1447.       Left = 8
  1448.       Top = 40
  1449.       Width = 409
  1450.       Height = 17
  1451.       Caption = '&Use Proxy'
  1452.       TabOrder = 1
  1453.       OnClick = UpdateProxyTabSheet
  1454.     end
  1455.   end
  1456.   object OkButton: TButton
  1457.     Left = 432
  1458.     Top = 346
  1459.     Width = 73
  1460.     Height = 25
  1461.     Caption = '&OK'
  1462.     Default = True
  1463.     ModalResult = 1
  1464.     TabOrder = 0
  1465.     OnClick = OkButtonClick
  1466.   end
  1467.   object CancelButton: TButton
  1468.     Left = 512
  1469.     Top = 346
  1470.     Width = 73
  1471.     Height = 25
  1472.     Cancel = True
  1473.     Caption = '&Cancel'
  1474.     ModalResult = 2
  1475.     TabOrder = 1
  1476.     OnClick = CancelButtonClick
  1477.   end
  1478.   object MenuPanel: TPanel
  1479.     Left = 8
  1480.     Top = 8
  1481.     Width = 153
  1482.     Height = 364
  1483.     BevelInner = bvRaised
  1484.     BevelOuter = bvLowered
  1485.     Color = 11516864
  1486.     TabOrder = 2
  1487.     object GeneralButton: TXPSpeedButton
  1488.       Left = 2
  1489.       Top = 2
  1490.       Width = 149
  1491.       Height = 30
  1492.       GroupIndex = 1
  1493.       Caption = 'General'
  1494.       Flat = True
  1495.       Glyph.Data = {
  1496.         82030000424D8203000000000000420100002800000018000000180000000100
  1497.         08000000000040020000C40E0000C40E0000430000004300000000FCFF0000FD
  1498.         FF0000FEFF0000FFFF0000F6FF0000F7FF0000F8FF0000F9FF0000FAFF0000FB
  1499.         FF0000DCE00000D9DE0000D7DD0000D4DB0000F1FF0000F3FF0000F5FF0000C6
  1500.         D30000EBFF0000EDFF0000BFCF0000E4FF0000E5FF0000E6FF0000E7FF0000E9
  1501.         FF0000BBCD0000BACC0000B6CA0000DEFF0000DFFF0000E0FF0000E1FF0000E2
  1502.         FF0000E3FF0000B0C60000ADC400C6D4D60000D8FF0000D9FF0000DAFF0000DB
  1503.         FF0000DCFF0000DDFF0000A0BD0000D2FF0000D3FF0000D4FF0000D5FF0000D6
  1504.         FF0000D7FF00009BBA000098B80000CCFF0000CDFF0000CEFF0000CFFF0000D0
  1505.         FF0000D1FF000096B7000093B6000094B600008FB300FEFEFE00C6C6C6008484
  1506.         8400000000002525252525252525252525252525252525252525252525252525
  1507.         2525252525252525252525252525252525252525252525252525252525252525
  1508.         2525252525252525252525252525252525252525252525252542422525252525
  1509.         2525252525252525252525424225252542343D42252525424225252525252525
  1510.         2525421A1C42252542333B422525423E3E42252525252525252542141B424242
  1511.         424242424242423E3E422525252525252525424242424224421620423C424242
  1512.         42422525252525254242420007104223421721423B422E393642424225252542
  1513.         0B0D420108050F421218151F42262F3A37423E3E422525420A0C42420906100E
  1514.         131916211D28312D42423E3E422525424242424200080442424242424229322F
  1515.         424242424225254203030303010942423F404141424227303A38353542252542
  1516.         03030303024211423F404141422C42312E393635422525254242424203014242
  1517.         3F40414142422A26424242422525252525254242030209423F40414142202B27
  1518.         424225252525252525254203030300423F40414142221E293242252525252525
  1519.         25254203030342423F40414142421F2A26422525252525252525254242422542
  1520.         3F40404142254242422525252525252525252525252525423F3F404042252525
  1521.         2525252525252525252525252525252542424242252525252525252525252525
  1522.         2525252525252525252525252525252525252525252525252525252525252525
  1523.         2525252525252525252525252525252525252525252525252525252525252525
  1524.         252525252525}
  1525.       Margin = 4
  1526.       OnClick = GeneralButtonClick
  1527.     end
  1528.     object AppearanceButton: TXPSpeedButton
  1529.       Left = 2
  1530.       Top = 32
  1531.       Width = 149
  1532.       Height = 30
  1533.       GroupIndex = 1
  1534.       Caption = 'Appearance'
  1535.       Flat = True
  1536.       Glyph.Data = {
  1537.         8A010000424D8A010000000000006A0000002800000018000000180000000100
  1538.         04000000000020010000C40E0000C40E00000D0000000D000000FF663300FF99
  1539.         3300FFCC3300FFFF0000FFFF990000FF000000CC000066FF660000CC66000099
  1540.         6600C8D0D400FFFFFF0000000000AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
  1541.         AAAAAAAAAAAAAAAAAAACAAAAAAACAAAAAAAAAAAAAACCAAAAAAACCAAAAAAAAAAA
  1542.         AC1CCCCCCCCC0CAAAAAAAAAAC4211111111112CAAAAAAAAAA040000000004CAA
  1543.         AAAAAAAAAA0CAAAAAAA0CAAAAAAAAAAAAAACAAAAAAACAAAAAAAAAACCCCAAACCC
  1544.         CAAAACCCCAAAAA0B3CAAAC30CAAAC666CAAAAAA043CCC33CAAAAC65CAAAAAAA0
  1545.         B433330CCCCCC88CAAAAAAAA04CCC3C8888885CAAAAAAAAA0B3C30C5CCCC88CA
  1546.         AAAAAAAAA04C3C97CAAC5CAAAAAAAAAAA0B40C978CC88CAAAAAAAAAAAA0BCAA9
  1547.         7CC5CAAAAAAAAAAAAAA0AAA97588CAAAAAAAAAAAAAAAAAAA975CAAAAAAAAAAAA
  1548.         AAAAAAAA977CAAAAAAAAAAAAAAAAAAAAA99AAAAAAAAAAAAAAAAAAAAAAAAAAAAA
  1549.         AAAAAAAAAAAAAAAAAAAAAAAAAAAA}
  1550.       Margin = 4
  1551.       OnClick = AppearanceButtonClick
  1552.     end
  1553.     object SoundsButton: TXPSpeedButton
  1554.       Left = 2
  1555.       Top = 62
  1556.       Width = 149
  1557.       Height = 30
  1558.       GroupIndex = 1
  1559.       Caption = 'Sounds'
  1560.       Flat = True
  1561.       Glyph.Data = {
  1562.         AA020000424DAA020000000000006A0000002800000018000000180000000100
  1563.         08000000000040020000C40E0000C40E00000D0000000D00000000BFDC00009F
  1564.         B70000DDFF0000D7F80000CFEF0000C7E60000C6E50000B0CB000093AA00FFFF
  1565.         FF00666666003333330000000000090909090909090909090909090909090909
  1566.         0909090909090909090909090909090909090909090909090909090909090909
  1567.         0909090909090909090909090909090909090909090909090909090909090909
  1568.         0909090909090909090909090909090909090909090909090C0C090909090909
  1569.         0909090909090909090909090909090C080C09090909090A0909090909090909
  1570.         0909090909090C08010C0909090909090A0909090909090909090909090C0801
  1571.         010C0909090B0909090A090909090909090C0C0C0C080107000C090909090B09
  1572.         090A090909090909090C080808010706060C090C0909090B09090A0909090909
  1573.         090C010101070606060C09090C09090B09090A0909090909090C070707060604
  1574.         040C09090C09090B09090A0909090909090C050505040404040C09090C09090B
  1575.         09090A0909090909090C030303030404040C09090C09090B09090A0909090909
  1576.         090C020202020303030C090C0909090B09090A0909090909090C0C0C0C020203
  1577.         030C090909090B09090A09090909090909090909090C0202020C0909090B0909
  1578.         090A0909090909090909090909090C02020C0909090909090A09090909090909
  1579.         090909090909090C020C09090909090A09090909090909090909090909090909
  1580.         0C0C090909090909090909090909090909090909090909090909090909090909
  1581.         0909090909090909090909090909090909090909090909090909090909090909
  1582.         0909090909090909090909090909090909090909090909090909090909090909
  1583.         0909090909090909090909090909}
  1584.       Margin = 4
  1585.       OnClick = SoundsButtonClick
  1586.     end
  1587.     object BehaviorButton: TXPSpeedButton
  1588.       Left = 2
  1589.       Top = 92
  1590.       Width = 149
  1591.       Height = 30
  1592.       GroupIndex = 1
  1593.       Caption = 'Behavior'
  1594.       Flat = True
  1595.       Glyph.Data = {
  1596.         BE020000424DBE020000000000007E0000002800000018000000180000000100
  1597.         08000000000040020000C40E0000C40E0000120000001200000021207B001B12
  1598.         8100AD545400CA636300E4717100FF81810000FF2A009BCFFF009ACEFB00006C
  1599.         FF00006DFF00006EFF000068FF00005EFC004568AE006699FF000229D6000000
  1600.         0000060606060606060606060606060606060606060606060606060606060606
  1601.         0606060606060606060606060606060606060606060606110203030405050404
  1602.         0303040411060606060606060606061102020304050202040404040411060606
  1603.         060606060606060611111111110F0F1111111111060606060606060606060606
  1604.         06060606110F071106060606060606060606060606060606060606110E0E0E0E
  1605.         110606060606060606060606060606060606110F0F0707070711060606060606
  1606.         060606060606060606110F071111111107071106060606060606060606060601
  1607.         000F07110707070711071106060606060606060606061110100F110707070707
  1608.         07110711060606060606060606061110090E0E07070707070707071106060606
  1609.         060606060611100A0A0F07070711071107071111110606060606060606111010
  1610.         0A1007070F110F110807010A11060606060606060606110A0A01070707070708
  1611.         0807010A0A110606060606060611100A0A010F010F010F0707010A0A0A110606
  1612.         060606060611100A0A0A010A010A0101010A0A0A11060606060606060606110A
  1613.         0A0A0A0A0A0A0A0A0A0A0A0B0A11060606060606060611100D0A0A0A0A0A0A0A
  1614.         0A0A0A0A110606060606060606060611100A0A0A0A0C0C0A100A0A1106060606
  1615.         060606060606060611110A0A0A0A0A0A110A1106060606060606060606060606
  1616.         0606111111111011061106060606060606060606060606060606060606061106
  1617.         0606060606060606060606060606060606060606060606060606060606060606
  1618.         0606}
  1619.       Margin = 4
  1620.       OnClick = BehaviorButtonClick
  1621.     end
  1622.     object WebSearchButton: TXPSpeedButton
  1623.       Left = 2
  1624.       Top = 302
  1625.       Width = 149
  1626.       Height = 30
  1627.       GroupIndex = 1
  1628.       Caption = 'Web Search'
  1629.       Flat = True
  1630.       Glyph.Data = {
  1631.         EE030000424DEE03000000000000AE0100002800000018000000180000000100
  1632.         08000000000040020000C40E0000C40E00005E0000005E0000007C5B30007C5B
  1633.         31007C5C31006C502B007C5C32007C5D32007C5E32006C512C006C522D00FFBD
  1634.         5400FFBC55007C6136007C623700FFC05700FFC25A00FFC35A00FFC35B00FFC5
  1635.         5D00FFC65E00FFC75F00FFC86000FFC96100FFCA6200FFC96300FFCC6500FFCC
  1636.         6600FFCD67007C673E00FFCE6300FFCD6500FFCD6600FFCE6700FFD06900FFD1
  1637.         6900FFD26C006C5A34006C5B35006C5B3600FFD26B00FFD36C00FFD46E00FFD5
  1638.         6E00FFD56F00FFD66F00FFD771006C5D37006C5D3800FFD87200FFDA7400FFDB
  1639.         7400FFDA75006C5E38006C5F3A006C5F3B006C5F3C00FFDC7700FFDD7700FFDD
  1640.         7800FFDE78006C603C006C603D00FFE27C00FFE17D00FFE27D00FFE48000FFE4
  1641.         7E00FFE47F00FFE57F00FFE68000FFE68100FFE88400FFE98400FFED8700FFEC
  1642.         8800FFED8800FFEE8900FFEE8A00FFEF8A00FFEF8B00FFF38F00FFF49100FFF5
  1643.         9100FFF89400FFF99500FFF99600FFFA9600FFF99700FFFB970000FF0000009E
  1644.         E0000085BD0000669000FFFFFF00000000005858585858585858585858585858
  1645.         5858585858585858585858585858585858585858585858585858585858585858
  1646.         5858585858585858585858585858585858585858585858585858585858585858
  1647.         5858585858585858585858585D58585858585858585858585858585858585858
  1648.         5858585D5B5D58585858585858585858585858585858585858585D5B5A595D58
  1649.         58585858585858585858585858585858585D5B5A595D58585858585858585858
  1650.         58580705040058585D5B5A595D58585858585858585858580C0B12110F0D0601
  1651.         5B5A595D58585858585858585858580C1D1C1E1816130E0902595D5858585858
  1652.         5858585858580C26292A2827211D15100A015858585858585858585858582330
  1653.         373A37312C221A140E06585858585858585858585823383F5C44433D392F2719
  1654.         120D0358585858585858585858254147494B4A46423A2C201710075858585858
  1655.         58585858582D474D5C504F4E473D3227181108585858585858585858582E494F
  1656.         5C55534F4840382A1E120858585858585858585858583651545C57504B45392B
  1657.         1F0C585858585858585858585858344F52565C5C494238291E0C585858585858
  1658.         585858585858583B4F504F4C473E30270C585858585858585858585858585858
  1659.         353C494742391B0C585858585858585858585858585858585858332E2D245858
  1660.         5858585858585858585858585858585858585858585858585858585858585858
  1661.         5858585858585858585858585858585858585858585858585858585858585858
  1662.         585858585858585858585858585858585858}
  1663.       Margin = 4
  1664.       Visible = False
  1665.       OnClick = WebSearchButtonClick
  1666.     end
  1667.     object ProxyButton: TXPSpeedButton
  1668.       Left = 2
  1669.       Top = 152
  1670.       Width = 149
  1671.       Height = 30
  1672.       GroupIndex = 1
  1673.       Caption = 'Proxy Settings'
  1674.       Flat = True
  1675.       Glyph.Data = {
  1676.         32030000424D3203000000000000F20000002800000018000000180000000100
  1677.         08000000000040020000C40E0000C40E00002F0000002F000000CE9CCE003100
  1678.         0000CE6363009C636300CE9C9C00FFCECE00CE633100FF63000063310000FFCE
  1679.         9C00FF9C3100CE9C6300FF9C0000FFCE6300FFEFCE00FFCE3100FFFF6300FFFF
  1680.         9C00FFFFCE00DEF5F000008484000031310031636300639C9C00CEFFFF0094AD
  1681.         AD00D6E7E700F7FFFF00C6D6EF00313163009C9CCE00FEFEFE00F7F7F700EFEF
  1682.         EF00DEDEDE00C6C6C600B5B5B50084848400636363004A4A4A00424242003939
  1683.         3900292929002121210010101000080808000000000013131313131313131313
  1684.         1313131313131313131313131313131313131313131313131313131313131313
  1685.         13131313131313131313162B2B2B2B2B2B2B2B2B2B2B2B2B1313131313131313
  1686.         1315032B1C051C05180518051C051C2B131313131313131315030329051C051A
  1687.         1A1A05041414052B1313131313131313150314231C051C210518191A19051926
  1688.         131313131313131315291C00261D291619191D2C29262B2B2B2B2B2B13131313
  1689.         151E2D2E2E2E2E2E2E2E2E2E2D2C2A051C051C2B131313131315151905221818
  1690.         1818181822042C041414052B13131313151524180D06060606060606061F2A1A
  1691.         19051926131313132924051F0A0F0F0F0F0F0A0C071F282C2926131313131313
  1692.         2924241F0B0D1110100D0D0C061F282E2D2C2A13131313132905241B0B101111
  1693.         10100F0F0612281822042C13131313132924051B0211111110110F0F06112806
  1694.         061F2A13131313132909052002101111110D0D0A0710280C071F281313131313
  1695.         290520180402010101010101080E270C061F28131313131329181F1F1F181818
  1696.         18181F1F1F05280F061228131313131313250404040404040404040417030F0F
  1697.         0611281313131313131313132909052002101111110D0D0A0710281313131313
  1698.         13131313290520180402010101010101080E2713131313131313131329181F1F
  1699.         1F18181818181F1F1F0528131313131313131313132504040404040404040404
  1700.         1703131313131313131313131313131313131313131313131313131313131313
  1701.         13131313131313131313131313131313131313131313}
  1702.       Margin = 4
  1703.       OnClick = ProxyButtonClick
  1704.     end
  1705.     object BrowserButton: TXPSpeedButton
  1706.       Left = 2
  1707.       Top = 212
  1708.       Width = 149
  1709.       Height = 30
  1710.       GroupIndex = 1
  1711.       Caption = 'Browser'
  1712.       Flat = True
  1713.       Glyph.Data = {
  1714.         66030000424D6603000000000000260100002800000018000000180000000100
  1715.         08000000000040020000C30E0000C30E00003C0000003C000000CE9CCE003100
  1716.         0000CE6363009C636300CE9C9C00FFCECE00FF663300CE633100FF6300006331
  1717.         0000FFCE9C00FF9C3100CE9C6300FF990000FF9C0000FFCE6300FFEFCE00FFCE
  1718.         310099990000FFFF3300FFFF6300FFFF9C00FFFFCC00FFFFCE0066CC330066FF
  1719.         33000080000099FF9900009933000066330099FFCC0000848400003131003163
  1720.         6300639C9C00CEFFFF0094ADAD00D6E7E700F7FFFF00C8D0D400C6D6EF003131
  1721.         63009C9CCE00FEFEFE00F8F8F800F7F7F700EFEFEF00DEDEDE00C6C6C600B5B5
  1722.         B50084848400636363004A4A4A00424242003939390029292900212121001010
  1723.         1000080808000000000027272727272727272727272727272727272727272727
  1724.         2727272727272727272727272727272727272727272727272727272727272727
  1725.         2727213838383838383838383838383827272727272727272720033828052805
  1726.         230523052805283827272727272727272003033605280525252505041F1F0538
  1727.         272727272727273B20031F302805282E05232425240524332727272727271C1C
  1728.         2036280033293621242429393633383827272727271C1C19202A3A3B3B3B3B3B
  1729.         3B3B3B3B3A39272727272727271C1E1919202024052F2323232323232F043927
  1730.         272727271C1E1E1E202031230F07070707070707072B3727272727271C2C1E19
  1731.         3631052B0B11111111110B0E082B3527272727271C1E1E183631312B0C0F1514
  1732.         140F0F0E072B3527272727271C1C1C1C360531260C1415151414111107173527
  1733.         272727270616161336310526021515151415111107153527272727270616130D
  1734.         360A052D02141515150F0F0B081435272727272706160D1D36052D2304020101
  1735.         01010101091034272727272727061C1936232B2B2B23232323232B2B2B053527
  1736.         27272727271D2C1E1E3204040404040404040404220327272727272727271D2C
  1737.         1E19181A1A1A1A1A060D12063B272727272727272727271D2C2C1E1E1919181C
  1738.         1A12063B2727272727272727272727271D1D2C2C2C1B1B1B1A06062727272727
  1739.         272727272727272727271D1D1D1D1D1D06272727272727272727272727272727
  1740.         2727272727272727272727272727272727272727272727272727272727272727
  1741.         27272727272727272727}
  1742.       Margin = 4
  1743.       OnClick = BrowserButtonClick
  1744.     end
  1745.     object EmailButton: TXPSpeedButton
  1746.       Left = 2
  1747.       Top = 242
  1748.       Width = 149
  1749.       Height = 30
  1750.       GroupIndex = 1
  1751.       Caption = 'E-mail'
  1752.       Flat = True
  1753.       Glyph.Data = {
  1754.         F2040000424DF204000000000000B20200002800000018000000180000000100
  1755.         08000000000040020000C40E0000C40E00009F0000009F00000000FF9C00DDF0
  1756.         F100E9FCFD00BDCCCD00CBF4F900CEF7FC00D0F7FB00BEE0E400E6FBFD00E5FA
  1757.         FC00E7FBFD00E8FBFD00B1E6EE00C5F5FC00C1EFF60083A1A500C5F1F700B7DF
  1758.         E500CAF6FC00C8F3F900CBF6FC0085A1A500CDF7FD00CBF3F900BBE0E500CEF5
  1759.         FA00D0F7FC008AA2A500D7F4F800E0F8FB00E3F9FC00E6FBFE00E7FBFE00B6F2
  1760.         FD00ACE3ED00A1D2DB00AFE4ED00B3E7F000B3E6EF00ABDCE500B4E7F000B4E8
  1761.         F000BFF4FD00B7E9F200B8E9F200A6D3DA00C1F4FD00BAEBF3007FA0A600A7D3
  1762.         DA00BDEDF500C4F5FD00BEEDF500BCEBF300C5F5FD00BFEDF500C6F5FD00B3DE
  1763.         E500C7F5FD00C2EFF600C8F5FD00C4F1F800C9F6FD00C7F2F900CCF6FD0088A2
  1764.         A600D1F1F600D3F2F700D5F3F800E1FAFE00E2FAFE00E3FAFE00E1F8FC00E4FA
  1765.         FE00E8FBFE0092CEDB0095CFDB00AFF0FE0097CFDB00B0F0FE00B0F1FE00B1F1
  1766.         FE00B2F1FE009AD0DB00B4F1FE009CD0DB00B5F1FD00779EA6004F696E006D90
  1767.         97005C7A8000B8F2FE00789EA6006A8B9200B9F2FE00A8DBE600A7DBE500799E
  1768.         A6005D7A8000A0D1DB00BBF2FE00BAF2FD00B1E5F000B1E6F000BCF3FE00B3E8
  1769.         F200B1E5EF00B0E4EE00AFE3ED00B3E6F000BEF3FE00BDF3FD00B4E7F100A4D2
  1770.         DB00C0F4FE00C0F3FD00BAEBF5007E9FA600C1F3FD00BAEAF400B9E9F2008DB1
  1771.         B80080A0A600C4F4FD0081A0A600C1EEF700C6F0F800D9F4F900DDF6FB00DCF5
  1772.         FA00E5FAFE005C8690008ECCDB008FCDDC0090CDDC006D9CA700A8EEFE0091CD
  1773.         DB00AAEFFF006F9CA700ABEFFF0093CEDC00ACEFFE0094CEDB00AEEFFF00AEEF
  1774.         FE0064899200B1F0FE0099CFDC0099CFDB00668A9200B2F0FE00B3F0FE00B6F1
  1775.         FE009ED0DB00ADE3EF007A9EA6008ECCDC000000000000000000000000000000
  1776.         0000000000000000000000000000000000000000000000000000000000000000
  1777.         0000000000000000000000000000000000000000000000000000000000000000
  1778.         0000000000000000000000000000000000000000000000000000000000000000
  1779.         00000000000000000000000000000000009E9E9E9E9E9E9E9E9E9E9E9E9E9E9E
  1780.         9E9E9E0000000000009E7C312D7123639A5553954C8F4B8684839E0000000000
  1781.         009E457A762A6F645B2154524F908C88879D9E0000000000009E46367A2E6E6F
  1782.         655E9954934D8E8B88859E0000000000009E473C0D79726E685F60999893928E
  1783.         8A899E0000000000009E493E3A337973279C5D59569650918C8D9E0000000000
  1784.         009E82123C387B3075266B616254524F908F9E0000000000009E1F16143C397A
  1785.         78280C24615A54974D4C9E0000000000009E0A0540110F373578296D6C5C5A54
  1786.         514E9E0000000000009E201A18157E3B372F2C69679B615A98949E0000000000
  1787.         009E0B07411713100E34742B256A6C5C5A539E0000000000009E011B0619043F
  1788.         3D7D32772B7066225C589E0000000000009E03024A08091E481D80817F1C4443
  1789.         42579E0000000000009E9E9E9E9E9E9E9E9E9E9E9E9E9E9E9E9E9E0000000000
  1790.         0000000000000000000000000000000000000000000000000000000000000000
  1791.         0000000000000000000000000000000000000000000000000000000000000000
  1792.         0000000000000000000000000000000000000000000000000000000000000000
  1793.         00000000000000000000000000000000000000000000}
  1794.       Margin = 4
  1795.       OnClick = EmailButtonClick
  1796.     end
  1797.     object PerlButton: TXPSpeedButton
  1798.       Left = 2
  1799.       Top = 272
  1800.       Width = 149
  1801.       Height = 30
  1802.       GroupIndex = 1
  1803.       Caption = 'Perl Scripts'
  1804.       Flat = True
  1805.       Glyph.Data = {
  1806.         D6020000424DD602000000000000960000002800000018000000180000000100
  1807.         08000000000040020000C40E0000C40E000018000000180000006600FF00FF00
  1808.         000080000000FF333300CC330000FF663300FF99330000FF00000080000066CC
  1809.         990000FFFF0099FFFF006699990099CCCC0000CCFF000099CC0000669900C8D0
  1810.         D4000000CC0000009900F8F8F800CCCCCC008686860000000000111111111111
  1811.         1111111111111111111111111111111111111111111111111111111111111111
  1812.         1111111111111111111111111717171717171717171717171717171717171711
  1813.         1111111116151515151515151515151515151515151517111111111116141414
  1814.         1414141414141714141414141415171111111111161414040404040404041717
  1815.         1414141414151711111111111614141414141414141417171714141414151711
  1816.         11111111161414141414030303030C140D171514141517111111111116141414
  1817.         1414141414140C140D1717141415171111111111161414141414030303030C0D
  1818.         1010171514151711111111111614141414141414141414100A0F101714151711
  1819.         111111111614140303030303030303100B0E0F17151517111111111116141414
  1820.         1414141414141414100A0E101715171111111111161414050505051414141414
  1821.         100B0A0F171517111111111116141414141414141414141414100B0E10171711
  1822.         1111111116141414141414141414141414100B0A0F1717111111111101020202
  1823.         02020202020202020202100B0E10171111111111010605050505050505050505
  1824.         0505100B0C081711111111110101010101010101010101010101011007091717
  1825.         1111111111111111111111111111111111111110131312171111111111111111
  1826.         1111111111111111111111111300001711111111111111111111111111111111
  1827.         1111111111131311111111111111111111111111111111111111111111111111
  1828.         1111111111111111111111111111111111111111111111111111}
  1829.       Margin = 4
  1830.       OnClick = PerlButtonClick
  1831.     end
  1832.     object TimeButton: TXPSpeedButton
  1833.       Left = 2
  1834.       Top = 182
  1835.       Width = 149
  1836.       Height = 30
  1837.       GroupIndex = 1
  1838.       Caption = 'Atomic Time'
  1839.       Flat = True
  1840.       Glyph.Data = {
  1841.         8A010000424D8A010000000000006A0000002800000018000000180000000100
  1842.         04000000000020010000C40E0000C40E00000D0000000D00000099FFFF00CCFF
  1843.         FF0000CCFF000099CC0000669900C8D0D40033669900F8F8F800EAEAEA00C0C0
  1844.         C000868686004D4D4D0000000000555555555555555555555555555555555555
  1845.         555555555555555555555555555555555555555555555CCCCCC5555555555555
  1846.         555CC3AA444CC555555555555CC33CCCCCC44CC555555555C334433C333CC44C
  1847.         5555555A3449292C39333CC4C555555A4094909293933C6CC55555A400094909
  1848.         2933C666BC5555A70000909092666666BC5555A71100090936666666BC5555AA
  1849.         AA110093BCB666CCCC5555A7711110041BCCB6666C5555A87771110041BCCCBB
  1850.         BC55555A77771110041BCCCCC555555A877A71110041BCCCC5555555A8A77711
  1851.         10041BCCC55555555AA87773110041BCC5555555555AA873777AA41BC5555555
  1852.         55555AAAAAA55541B55555555555555555555554555555555555555555555555
  1853.         5555555555555555555555555555}
  1854.       Margin = 4
  1855.       OnClick = TimeButtonClick
  1856.     end
  1857.     object KeyboardButton: TXPSpeedButton
  1858.       Left = 2
  1859.       Top = 122
  1860.       Width = 149
  1861.       Height = 30
  1862.       GroupIndex = 1
  1863.       Caption = 'Keyboard'
  1864.       Flat = True
  1865.       Glyph.Data = {
  1866.         9E030000424D9E030000000000005E0100002800000018000000180000000100
  1867.         08000000000040020000C40E0000C40E00004A0000004A000000EBEAEB00E4E3
  1868.         E400E3E2E300E1E0E100DBDADB00D9D8D900EDECEC00E7E6E600E5E4E400E4E3
  1869.         E300E0DFDF00DEDDDD00DDDCDC00E8E8E700E7E7E600E5E5E400E3E3E200E2E2
  1870.         E100D3D3D20000FF0000ECEDEC00E9EAE900E8E9E800E7E8E700E5E6E500E2E3
  1871.         E200E1E2E100DFE0DF00DDDEDD00D2D3D200E8E9E900E6E7E700E5E6E600E3E4
  1872.         E400E1E2E200DFE0E000DEDFDF00DBDCDC000000CC00EFEFF000EBEBEC00E7E7
  1873.         E800E6E6E700E4E4E500E0E0E100D5D5D600FFFFFF00EEEEEE00EBEBEB00EAEA
  1874.         EA00E9E9E900E8E8E800E7E7E700E6E6E600E5E5E500E4E4E400E3E3E300E2E2
  1875.         E200E1E1E100E0E0E000DFDFDF00DEDEDE00DDDDDD00DBDBDB00D9D9D900D7D7
  1876.         D700D6D6D600D5D5D500D4D4D400D2D2D200D1D1D100C4C4C4007B7B7B000000
  1877.         0000131313131313131313131313131313131313131313131313131313131313
  1878.         1313131313131313131313131313131313131313131313131313131313131313
  1879.         1313131313131313131313131313494949494949494949494949494949491313
  1880.         1313131313494647474747474747474747474747474749131313131313492E46
  1881.         464646464646464646464646464749131313131313492E3535352A1F29333231
  1882.         28142F27464749131313131313492E3521372B36182A0D261500262F46474913
  1883.         1313131313492E351A3939190908202626322606464749131313131313492E35
  1884.         230A3B2C113821260E262630464749131313131313492E353E1C3D2449491026
  1885.         36342631464749131313131313492E353F3F4949493C03020120171E46474913
  1886.         1313131313492E354049480448493C3A26263516464749131313131313492E35
  1887.         4149484048493E3B39092034464749131313131313492E354349484148490C3D
  1888.         3A380F07464749131313131313492E35444948424849253D3B392B3546474913
  1889.         1313131313492E351D12494949403F0B23223735464749131313131313492E35
  1890.         4645442D41053F3E1B393735464749131313131313492E2E3535353535353535
  1891.         35353535354749131313131313492E2E2E2E2E2E2E2E2E2E2E2E2E2E2E354913
  1892.         1313131313134949494949494949494949494949494913131313131313131313
  1893.         1313131313131313131313131313131313131313131313131313131313131313
  1894.         1313131313131313131313131313131313131313131313131313131313131313
  1895.         1313}
  1896.       Margin = 4
  1897.       OnClick = KeyboardButtonClick
  1898.     end
  1899.   end
  1900.   object HelpButton: TButton
  1901.     Left = 176
  1902.     Top = 346
  1903.     Width = 73
  1904.     Height = 25
  1905.     Caption = '&Help'
  1906.     TabOrder = 12
  1907.     Visible = False
  1908.   end
  1909.   object ShowAdvancedSettingsCheckBox: TXPCheckBox
  1910.     Left = 176
  1911.     Top = 350
  1912.     Width = 241
  1913.     Height = 17
  1914.     Caption = 'Show &advanced settings'
  1915.     TabOrder = 14
  1916.     OnClick = ShowAdvancedSettingsCheckBoxClick
  1917.   end
  1918.   object OpenDialog: TOpenDialog
  1919.     Filter = 'WatzNew Scheme File (*.ws)|*.ws'
  1920.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  1921.     Title = 'Select Scheme File'
  1922.     Left = 266
  1923.     Top = 344
  1924.   end
  1925. end
  1926.