home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / irc / prog / virc97.exe / 0 / RCDATA / TUSERSETUP / TUSERSETUP.txt < prev   
Encoding:
Text File  |  2001-06-24  |  162.4 KB  |  4,808 lines

  1. object UserSetup: TUserSetup
  2.   Left = 159
  3.   Top = 97
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Client setup'
  7.   ClientHeight = 526
  8.   ClientWidth = 762
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -14
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 120
  21.   TextHeight = 16
  22.   object WholePanel: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 762
  26.     Height = 487
  27.     Align = alClient
  28.     BevelOuter = bvNone
  29.     BorderWidth = 5
  30.     ParentColor = True
  31.     TabOrder = 0
  32.     object SetupPagesPanel: TPanel
  33.       Left = 267
  34.       Top = 5
  35.       Width = 490
  36.       Height = 477
  37.       Align = alRight
  38.       BevelOuter = bvLowered
  39.       BevelWidth = 2
  40.       BorderWidth = 3
  41.       TabOrder = 0
  42.       object SetupPages: TNotebook
  43.         Left = 5
  44.         Top = 40
  45.         Width = 480
  46.         Height = 432
  47.         HelpContext = 15
  48.         Align = alBottom
  49.         Font.Charset = DEFAULT_CHARSET
  50.         Font.Color = clWindowText
  51.         Font.Height = -14
  52.         Font.Name = 'MS Sans Serif'
  53.         Font.Style = []
  54.         ParentFont = False
  55.         TabOrder = 0
  56.         OnPageChanged = SetupPagesPageChanged
  57.         object tsUserSettings: TPage
  58.           Left = 0
  59.           Top = 0
  60.           Hint = 
  61.             'Change your user settings, such as your nickname and email addre' +
  62.             'ss.'
  63.           HelpContext = 16
  64.           Caption = 'tsUserSettings'
  65.           object Label1: TLabel
  66.             Left = 6
  67.             Top = 7
  68.             Width = 102
  69.             Height = 20
  70.             AutoSize = False
  71.             Caption = '&Nickname:'
  72.             FocusControl = tbNickname
  73.           end
  74.           object Label2: TLabel
  75.             Left = 6
  76.             Top = 31
  77.             Width = 102
  78.             Height = 20
  79.             AutoSize = False
  80.             Caption = '&Backup nick:'
  81.             FocusControl = tbBackupNick
  82.           end
  83.           object Label3: TLabel
  84.             Left = 6
  85.             Top = 55
  86.             Width = 102
  87.             Height = 20
  88.             AutoSize = False
  89.             Caption = '&Email:'
  90.             FocusControl = tbEmail
  91.           end
  92.           object Label4: TLabel
  93.             Left = 6
  94.             Top = 79
  95.             Width = 102
  96.             Height = 20
  97.             AutoSize = False
  98.             Caption = '&Real name/URL:'
  99.             FocusControl = tbGecos
  100.           end
  101.           object Label5: TLabel
  102.             Left = 6
  103.             Top = 103
  104.             Width = 102
  105.             Height = 20
  106.             AutoSize = False
  107.             Caption = '&Server:'
  108.             FocusControl = cbServer
  109.           end
  110.           object tbNickname: TEdit
  111.             Left = 114
  112.             Top = 4
  113.             Width = 359
  114.             Height = 24
  115.             MaxLength = 9
  116.             TabOrder = 0
  117.             Text = 'MeGAV96'
  118.             OnEnter = tbNicknameEnter
  119.             OnKeyPress = tbNicknameKeyPress
  120.           end
  121.           object tbBackupNick: TEdit
  122.             Left = 114
  123.             Top = 28
  124.             Width = 359
  125.             Height = 24
  126.             MaxLength = 9
  127.             TabOrder = 1
  128.             Text = 'MeGAV96_'
  129.             OnEnter = tbBackupNickEnter
  130.             OnKeyPress = tbBackupNickKeyPress
  131.           end
  132.           object tbEmail: TEdit
  133.             Left = 114
  134.             Top = 52
  135.             Width = 359
  136.             Height = 24
  137.             TabOrder = 2
  138.             Text = 'megalith@jimc.demon.co.uk'
  139.             OnEnter = tbEmailEnter
  140.           end
  141.           object tbGecos: TEdit
  142.             Left = 114
  143.             Top = 76
  144.             Width = 359
  145.             Height = 24
  146.             TabOrder = 3
  147.             Text = '?iRC Beta Tester'
  148.             OnEnter = tbGecosEnter
  149.           end
  150.           object GroupBox1: TGroupBox
  151.             Left = 8
  152.             Top = 128
  153.             Width = 465
  154.             Height = 85
  155.             Caption = '&Initial user modes'
  156.             TabOrder = 5
  157.             object Label6: TLabel
  158.               Left = 56
  159.               Top = 20
  160.               Width = 401
  161.               Height = 16
  162.               AutoSize = False
  163.               Caption = '- invisible to those who don'#39't know your nickname'
  164.             end
  165.             object Label7: TLabel
  166.               Left = 56
  167.               Top = 40
  168.               Width = 401
  169.               Height = 16
  170.               AutoSize = False
  171.               Caption = '- receive server-specific messages (e.g. KILLs and splits)'
  172.             end
  173.             object Label8: TLabel
  174.               Left = 56
  175.               Top = 60
  176.               Width = 401
  177.               Height = 16
  178.               AutoSize = False
  179.               Caption = '- receive messages directed at IRC operators'
  180.             end
  181.             object cbI: TCheckBox
  182.               Left = 12
  183.               Top = 20
  184.               Width = 44
  185.               Height = 17
  186.               Caption = '+i'
  187.               Font.Charset = DEFAULT_CHARSET
  188.               Font.Color = clWindowText
  189.               Font.Height = -14
  190.               Font.Name = 'MS Sans Serif'
  191.               Font.Style = [fsBold]
  192.               ParentFont = False
  193.               TabOrder = 0
  194.             end
  195.             object cbS: TCheckBox
  196.               Left = 12
  197.               Top = 40
  198.               Width = 44
  199.               Height = 17
  200.               Caption = '+s'
  201.               Font.Charset = DEFAULT_CHARSET
  202.               Font.Color = clWindowText
  203.               Font.Height = -14
  204.               Font.Name = 'MS Sans Serif'
  205.               Font.Style = [fsBold]
  206.               ParentFont = False
  207.               TabOrder = 1
  208.             end
  209.             object cbW: TCheckBox
  210.               Left = 12
  211.               Top = 60
  212.               Width = 44
  213.               Height = 17
  214.               Caption = '+w'
  215.               Font.Charset = DEFAULT_CHARSET
  216.               Font.Color = clWindowText
  217.               Font.Height = -14
  218.               Font.Name = 'MS Sans Serif'
  219.               Font.Style = [fsBold]
  220.               ParentFont = False
  221.               TabOrder = 2
  222.             end
  223.           end
  224.           object cbServer: TEdit
  225.             Left = 114
  226.             Top = 99
  227.             Width = 359
  228.             Height = 24
  229.             ReadOnly = True
  230.             TabOrder = 4
  231.             OnEnter = cbServerEnter
  232.           end
  233.           object IntroPanel: TPanel
  234.             Left = 8
  235.             Top = 224
  236.             Width = 465
  237.             Height = 61
  238.             BevelOuter = bvLowered
  239.             Caption = 'IntroPanel'
  240.             Color = 16773360
  241.             TabOrder = 6
  242.             Visible = False
  243.             object Label9: TLabel
  244.               Left = 4
  245.               Top = 4
  246.               Width = 281
  247.               Height = 18
  248.               AutoSize = False
  249.               Caption = 'Welcome to Visual IRC '#39'97!!'
  250.               Font.Charset = DEFAULT_CHARSET
  251.               Font.Color = clWindowText
  252.               Font.Height = -15
  253.               Font.Name = 'Arial'
  254.               Font.Style = [fsBold]
  255.               ParentFont = False
  256.             end
  257.             object Label10: TLabel
  258.               Left = 4
  259.               Top = 22
  260.               Width = 453
  261.               Height = 35
  262.               AutoSize = False
  263.               Caption = 
  264.                 'To set ViRC '#39'97 up, simply enter your nickname, your email addre' +
  265.                 'ss, and your real name or URL in the window above.'
  266.               WordWrap = True
  267.             end
  268.           end
  269.           object ServerPulldown: TNashButton
  270.             Left = 453
  271.             Top = 101
  272.             Width = 18
  273.             Height = 20
  274.             Hint = 'Select a server from a list'
  275.             Caption = '6'
  276.             Font.Charset = DEFAULT_CHARSET
  277.             Font.Color = clWindowText
  278.             Font.Height = -13
  279.             Font.Name = 'Marlett'
  280.             Font.Style = []
  281.             ParentFont = False
  282.             ParentShowHint = False
  283.             ShowHint = True
  284.             TabOrder = 7
  285.             OnClick = ServerPulldownClick
  286.             OnMouseUp = ServerPulldownMouseUp
  287.             HoverFont.Charset = DEFAULT_CHARSET
  288.             HoverFont.Color = clBlue
  289.             HoverFont.Height = -13
  290.             HoverFont.Name = 'Marlett'
  291.             HoverFont.Style = [fsUnderline]
  292.             HoverHighlight = True
  293.           end
  294.         end
  295.         object tsDCC: TPage
  296.           Left = 0
  297.           Top = 0
  298.           Hint = 'Change DCC Chat and DCC Send preferences'
  299.           HelpContext = 17
  300.           Caption = 'tsDCC'
  301.           object GroupBox2: TGroupBox
  302.             Left = 7
  303.             Top = 2
  304.             Width = 466
  305.             Height = 79
  306.             Caption = '&Block options'
  307.             TabOrder = 0
  308.             object Label11: TLabel
  309.               Left = 11
  310.               Top = 23
  311.               Width = 61
  312.               Height = 16
  313.               Caption = '&Blocksize:'
  314.               FocusControl = BlockSize
  315.             end
  316.             object SendAhead: TCheckBox
  317.               Left = 11
  318.               Top = 51
  319.               Width = 450
  320.               Height = 17
  321.               Caption = 'DCC &send-ahead enabled (compatible with mIRC'#39's FastDCC)'
  322.               TabOrder = 1
  323.             end
  324.             object BlockSize: TSpinEdit
  325.               Left = 79
  326.               Top = 20
  327.               Width = 121
  328.               Height = 26
  329.               Increment = 256
  330.               MaxValue = 16384
  331.               MinValue = 256
  332.               TabOrder = 0
  333.               Value = 1024
  334.             end
  335.           end
  336.           object GroupBox3: TGroupBox
  337.             Left = 7
  338.             Top = 86
  339.             Width = 466
  340.             Height = 67
  341.             Caption = '&Automatically accept ...'
  342.             TabOrder = 1
  343.             object AutoAcceptChat: TCheckBox
  344.               Left = 11
  345.               Top = 20
  346.               Width = 194
  347.               Height = 17
  348.               Caption = 'DCC &Chat requests'
  349.               TabOrder = 0
  350.             end
  351.             object AutoAcceptSend: TCheckBox
  352.               Left = 11
  353.               Top = 40
  354.               Width = 194
  355.               Height = 17
  356.               Caption = 'DCC/TDCC &Send requests'
  357.               TabOrder = 1
  358.             end
  359.             object AutoAcceptVoice: TCheckBox
  360.               Left = 207
  361.               Top = 20
  362.               Width = 194
  363.               Height = 17
  364.               Caption = 'TDCC &Voice requests'
  365.               TabOrder = 2
  366.             end
  367.             object AutoAcceptVideo: TCheckBox
  368.               Left = 207
  369.               Top = 40
  370.               Width = 194
  371.               Height = 17
  372.               Caption = 'TDCC &Video requests'
  373.               TabOrder = 3
  374.             end
  375.           end
  376.           object GroupBox4: TGroupBox
  377.             Left = 7
  378.             Top = 158
  379.             Width = 466
  380.             Height = 67
  381.             Caption = '&On receipt/sending of DCC request, automatically minimize ...'
  382.             TabOrder = 2
  383.             object MinimizeVideoWindow: TCheckBox
  384.               Left = 207
  385.               Top = 40
  386.               Width = 194
  387.               Height = 17
  388.               Caption = 'TDCC &Video window'
  389.               TabOrder = 0
  390.             end
  391.             object MinimizeVoiceWindow: TCheckBox
  392.               Left = 207
  393.               Top = 20
  394.               Width = 194
  395.               Height = 17
  396.               Caption = 'TDCC &Voice window'
  397.               TabOrder = 1
  398.             end
  399.             object MinimizeChatWindow: TCheckBox
  400.               Left = 11
  401.               Top = 20
  402.               Width = 194
  403.               Height = 17
  404.               Caption = 'DCC &Chat window'
  405.               TabOrder = 2
  406.             end
  407.             object MinimizeSendWindow: TCheckBox
  408.               Left = 11
  409.               Top = 40
  410.               Width = 194
  411.               Height = 17
  412.               Caption = 'DCC/TDCC &Send window'
  413.               TabOrder = 3
  414.             end
  415.           end
  416.           object GroupBox14: TGroupBox
  417.             Left = 7
  418.             Top = 230
  419.             Width = 466
  420.             Height = 67
  421.             Caption = '&Auto-close'
  422.             TabOrder = 3
  423.             object CloseDCC: TCheckBox
  424.               Left = 12
  425.               Top = 20
  426.               Width = 449
  427.               Height = 17
  428.               Caption = 'Close DCC transfer windows on completion'
  429.               TabOrder = 0
  430.               OnClick = CloseDCCClick
  431.             end
  432.             object CloseDCCFailure: TCheckBox
  433.               Left = 160
  434.               Top = 40
  435.               Width = 125
  436.               Height = 17
  437.               Caption = 'If unsuccessful'
  438.               Enabled = False
  439.               TabOrder = 1
  440.             end
  441.             object CloseDCCSuccess: TCheckBox
  442.               Left = 32
  443.               Top = 40
  444.               Width = 125
  445.               Height = 17
  446.               Caption = 'If successful'
  447.               Enabled = False
  448.               TabOrder = 2
  449.             end
  450.           end
  451.           object GroupBox28: TGroupBox
  452.             Left = 7
  453.             Top = 302
  454.             Width = 466
  455.             Height = 115
  456.             Caption = 'DCC &forwarding'
  457.             TabOrder = 4
  458.             object txForwardToThisNick: TLabel
  459.               Left = 13
  460.               Top = 85
  461.               Width = 124
  462.               Height = 16
  463.               AutoSize = False
  464.               Caption = '... to this nickname:'
  465.             end
  466.             object DCCForwardingEnabled: TCheckBox
  467.               Left = 12
  468.               Top = 20
  469.               Width = 449
  470.               Height = 17
  471.               Caption = 'Enable DCC forwarding to forward all incoming ...'
  472.               TabOrder = 0
  473.               OnClick = DCCForwardingEnabledClick
  474.             end
  475.             object DCCForwardChat: TCheckBox
  476.               Left = 27
  477.               Top = 40
  478.               Width = 194
  479.               Height = 17
  480.               Caption = 'DCC &Chat requests'
  481.               Enabled = False
  482.               TabOrder = 1
  483.             end
  484.             object DCCForwardSend: TCheckBox
  485.               Left = 27
  486.               Top = 60
  487.               Width = 194
  488.               Height = 17
  489.               Caption = 'DCC/TDCC &Send requests'
  490.               Enabled = False
  491.               TabOrder = 2
  492.             end
  493.             object DCCForwardVoice: TCheckBox
  494.               Left = 223
  495.               Top = 40
  496.               Width = 194
  497.               Height = 17
  498.               Caption = 'TDCC &Voice requests'
  499.               Enabled = False
  500.               TabOrder = 3
  501.             end
  502.             object DCCForwardVideo: TCheckBox
  503.               Left = 223
  504.               Top = 60
  505.               Width = 194
  506.               Height = 17
  507.               Caption = 'TDCC &Video requests'
  508.               Enabled = False
  509.               TabOrder = 4
  510.             end
  511.             object DCCForwardNick: TEdit
  512.               Left = 133
  513.               Top = 82
  514.               Width = 132
  515.               Height = 24
  516.               TabOrder = 5
  517.             end
  518.           end
  519.         end
  520.         object tsIDENTD: TPage
  521.           Left = 0
  522.           Top = 0
  523.           Hint = 'Enable or disable the built-in IDENTD server'
  524.           HelpContext = 19
  525.           Caption = 'tsIDENTD'
  526.           object GroupBox5: TGroupBox
  527.             Left = 7
  528.             Top = 2
  529.             Width = 466
  530.             Height = 87
  531.             Caption = '&General options'
  532.             TabOrder = 0
  533.             object EnableIDENTD: TCheckBox
  534.               Left = 11
  535.               Top = 19
  536.               Width = 450
  537.               Height = 17
  538.               Caption = 'IDENTD service &enabled (UNIX-compatible)'
  539.               TabOrder = 0
  540.               OnClick = EnableIDENTDClick
  541.             end
  542.             object AutoIDENTD: TCheckBox
  543.               Left = 11
  544.               Top = 59
  545.               Width = 450
  546.               Height = 17
  547.               Caption = '&Automatic configuration (IDENTD)'
  548.               TabOrder = 1
  549.               OnClick = AutoIDENTDClick
  550.             end
  551.             object EnableFingerD: TCheckBox
  552.               Left = 11
  553.               Top = 39
  554.               Width = 450
  555.               Height = 17
  556.               Caption = 'Finger service &enabled (UNIX-compatible)'
  557.               TabOrder = 2
  558.               OnClick = EnableFingerDClick
  559.             end
  560.           end
  561.           object grpDaemonSettings: TGroupBox
  562.             Left = 7
  563.             Top = 93
  564.             Width = 466
  565.             Height = 115
  566.             Caption = '&IDENTD daemon settings'
  567.             TabOrder = 1
  568.             object txUsernameIDENTD: TLabel
  569.               Left = 11
  570.               Top = 23
  571.               Width = 66
  572.               Height = 16
  573.               Caption = '&Username:'
  574.               FocusControl = UsernameIDENTD
  575.             end
  576.             object txPortIDENTD: TLabel
  577.               Left = 11
  578.               Top = 51
  579.               Width = 24
  580.               Height = 16
  581.               Caption = '&Port'
  582.               FocusControl = PortIDENTD
  583.             end
  584.             object txSystemIDENTD: TLabel
  585.               Left = 11
  586.               Top = 79
  587.               Width = 48
  588.               Height = 16
  589.               Caption = '&System:'
  590.               FocusControl = SystemIDENTD
  591.             end
  592.             object UsernameIDENTD: TEdit
  593.               Left = 87
  594.               Top = 20
  595.               Width = 366
  596.               Height = 24
  597.               TabOrder = 0
  598.             end
  599.             object PortIDENTD: TEdit
  600.               Left = 87
  601.               Top = 48
  602.               Width = 366
  603.               Height = 24
  604.               TabOrder = 1
  605.               Text = '113'
  606.             end
  607.             object SystemIDENTD: TEdit
  608.               Left = 87
  609.               Top = 76
  610.               Width = 366
  611.               Height = 24
  612.               TabOrder = 2
  613.               Text = 'WIN32'
  614.             end
  615.           end
  616.           object grpFingerPreview: TGroupBox
  617.             Left = 7
  618.             Top = 213
  619.             Width = 466
  620.             Height = 143
  621.             Caption = 'Enter your &finger text here ...'
  622.             TabOrder = 2
  623.             object FingerPreview: TMemo
  624.               Left = 8
  625.               Top = 20
  626.               Width = 449
  627.               Height = 113
  628.               Enabled = False
  629.               Lines.Strings = (
  630.                 '')
  631.               ScrollBars = ssVertical
  632.               TabOrder = 0
  633.             end
  634.           end
  635.         end
  636.         object tsFingerServer: TPage
  637.           Left = 0
  638.           Top = 0
  639.           Hint = 'Enable or disable the built-in Finger server'
  640.           HelpContext = 59
  641.           Caption = 'tsFloodProt'
  642.           object Label39: TLabel
  643.             Left = 8
  644.             Top = 8
  645.             Width = 465
  646.             Height = 53
  647.             AutoSize = False
  648.             Caption = 
  649.               'If you try to send too many IRC commands at once, some IRC serve' +
  650.               'rs will disconnect you for flooding. Flood protection buffers yo' +
  651.               'ur commands to ensure that you will never be disconnected in thi' +
  652.               's way.'
  653.             WordWrap = True
  654.           end
  655.           object grpFloodProtSettings: TGroupBox
  656.             Left = 8
  657.             Top = 60
  658.             Width = 463
  659.             Height = 169
  660.             Caption = '&Flood protection settings'
  661.             TabOrder = 0
  662.             object txFloodProtectionInfo: TLabel
  663.               Left = 12
  664.               Top = 44
  665.               Width = 441
  666.               Height = 69
  667.               AutoSize = False
  668.               Caption = 
  669.                 'Adjust the slider to set the maximum number of lines that will b' +
  670.                 'e sent every second. The recommended value is 5. Setting this va' +
  671.                 'lue too low will make responsiveness more sluggish. Setting it t' +
  672.                 'oo high will not protect against floods well.'
  673.               Enabled = False
  674.               WordWrap = True
  675.             end
  676.             object txFloodProtectionLevel: TLabel
  677.               Left = 309
  678.               Top = 123
  679.               Width = 80
  680.               Height = 16
  681.               AutoSize = False
  682.               Caption = '5 lines'
  683.               Enabled = False
  684.             end
  685.             object EnableFloodProtection: TCheckBox
  686.               Left = 15
  687.               Top = 22
  688.               Width = 178
  689.               Height = 17
  690.               Caption = 'Enable flood protection'
  691.               TabOrder = 0
  692.               OnClick = EnableFloodProtectionClick
  693.             end
  694.             object FloodProtectionLevel: TTrackBar
  695.               Left = 34
  696.               Top = 117
  697.               Width = 259
  698.               Height = 36
  699.               Enabled = False
  700.               Max = 15
  701.               Min = 3
  702.               Orientation = trHorizontal
  703.               Frequency = 1
  704.               Position = 5
  705.               SelEnd = 0
  706.               SelStart = 0
  707.               TabOrder = 1
  708.               TickMarks = tmBottomRight
  709.               TickStyle = tsAuto
  710.               OnChange = FloodProtectionLevelChange
  711.             end
  712.           end
  713.         end
  714.         object tsHyperlinks: TPage
  715.           Left = 0
  716.           Top = 0
  717.           Hint = 'Configure your web browser for use with URL hyperlinks'
  718.           HelpContext = 18
  719.           Caption = 'tsHyperlinks'
  720.           object GroupBox7: TGroupBox
  721.             Left = 7
  722.             Top = 2
  723.             Width = 466
  724.             Height = 227
  725.             Caption = 'Currently configured &browsers'
  726.             TabOrder = 0
  727.             object BrowserList: TListBox
  728.               Left = 9
  729.               Top = 17
  730.               Width = 360
  731.               Height = 176
  732.               ItemHeight = 16
  733.               Style = lbOwnerDrawFixed
  734.               TabOrder = 0
  735.               OnClick = BrowserListClick
  736.               OnDblClick = BrowserListDblClick
  737.               OnDrawItem = BrowserListDrawItem
  738.             end
  739.             object pbAdd: TNashButton
  740.               Left = 376
  741.               Top = 17
  742.               Width = 81
  743.               Height = 25
  744.               Caption = '&Add'
  745.               Font.Charset = DEFAULT_CHARSET
  746.               Font.Color = clWindowText
  747.               Font.Height = -14
  748.               Font.Name = 'MS Sans Serif'
  749.               Font.Style = []
  750.               ParentFont = False
  751.               TabOrder = 1
  752.               OnClick = pbAddClick
  753.               Glyph.Data = {
  754.                 76010000424D7601000000000000760000002800000020000000100000000100
  755.                 04000000000000010000130B0000130B00001000000000000000000000000000
  756.                 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  757.                 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  758.                 33333333FF33333333FF333993333333300033377F3333333777333993333333
  759.                 300033F77FFF3333377739999993333333333777777F3333333F399999933333
  760.                 33003777777333333377333993333333330033377F3333333377333993333333
  761.                 3333333773333333333F333333333333330033333333F33333773333333C3333
  762.                 330033333337FF3333773333333CC333333333FFFFF77FFF3FF33CCCCCCCCCC3
  763.                 993337777777777F77F33CCCCCCCCCC3993337777777777377333333333CC333
  764.                 333333333337733333FF3333333C333330003333333733333777333333333333
  765.                 3000333333333333377733333333333333333333333333333333}
  766.               NumGlyphs = 2
  767.               HoverFont.Charset = DEFAULT_CHARSET
  768.               HoverFont.Color = clBlue
  769.               HoverFont.Height = -13
  770.               HoverFont.Name = 'MS Sans Serif'
  771.               HoverFont.Style = [fsUnderline]
  772.               HoverHighlight = True
  773.             end
  774.             object pbDelete: TNashButton
  775.               Left = 376
  776.               Top = 49
  777.               Width = 81
  778.               Height = 25
  779.               Caption = '&Remove'
  780.               Enabled = False
  781.               Font.Charset = DEFAULT_CHARSET
  782.               Font.Color = clWindowText
  783.               Font.Height = -14
  784.               Font.Name = 'MS Sans Serif'
  785.               Font.Style = []
  786.               ParentFont = False
  787.               TabOrder = 2
  788.               OnClick = pbDeleteClick
  789.               Glyph.Data = {
  790.                 76010000424D7601000000000000760000002800000020000000100000000100
  791.                 04000000000000010000130B0000130B00001000000000000000000000000000
  792.                 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  793.                 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  794.                 333333333333333333FF33333333333330003333333333333777333333333333
  795.                 300033FFFFFF3333377739999993333333333777777F3333333F399999933333
  796.                 3300377777733333337733333333333333003333333333333377333333333333
  797.                 3333333333333333333F333333333333330033333F33333333773333C3333333
  798.                 330033337F3333333377333CC3333333333333F77FFFFFFF3FF33CCCCCCCCCC3
  799.                 993337777777777F77F33CCCCCCCCCC399333777777777737733333CC3333333
  800.                 333333377F33333333FF3333C333333330003333733333333777333333333333
  801.                 3000333333333333377733333333333333333333333333333333}
  802.               NumGlyphs = 2
  803.               HoverFont.Charset = DEFAULT_CHARSET
  804.               HoverFont.Color = clBlue
  805.               HoverFont.Height = -13
  806.               HoverFont.Name = 'MS Sans Serif'
  807.               HoverFont.Style = [fsUnderline]
  808.               HoverHighlight = True
  809.             end
  810.             object pbSetDefault: TNashButton
  811.               Left = 376
  812.               Top = 81
  813.               Width = 81
  814.               Height = 25
  815.               Caption = '&Set default'
  816.               Enabled = False
  817.               Font.Charset = DEFAULT_CHARSET
  818.               Font.Color = clWindowText
  819.               Font.Height = -14
  820.               Font.Name = 'MS Sans Serif'
  821.               Font.Style = []
  822.               ParentFont = False
  823.               TabOrder = 3
  824.               OnClick = pbSetDefaultClick
  825.               NumGlyphs = 2
  826.               HoverFont.Charset = DEFAULT_CHARSET
  827.               HoverFont.Color = clBlue
  828.               HoverFont.Height = -13
  829.               HoverFont.Name = 'MS Sans Serif'
  830.               HoverFont.Style = [fsUnderline]
  831.               HoverHighlight = True
  832.             end
  833.             object HyperlinkAutoConfig: TCheckBox
  834.               Left = 13
  835.               Top = 201
  836.               Width = 412
  837.               Height = 17
  838.               Caption = 'Automatic configuration (load your installed web browser)'
  839.               TabOrder = 4
  840.               OnClick = HyperlinkAutoConfigClick
  841.             end
  842.           end
  843.           object GroupBox8: TGroupBox
  844.             Left = 7
  845.             Top = 232
  846.             Width = 466
  847.             Height = 101
  848.             Caption = 'Browser &DDE settings'
  849.             TabOrder = 1
  850.             object Label14: TLabel
  851.               Left = 13
  852.               Top = 24
  853.               Width = 59
  854.               Height = 16
  855.               Caption = 'Link &topic:'
  856.               FocusControl = LinkTopic
  857.             end
  858.             object Label15: TLabel
  859.               Left = 13
  860.               Top = 52
  861.               Width = 55
  862.               Height = 16
  863.               Caption = 'Link &item:'
  864.               FocusControl = LinkItem
  865.             end
  866.             object Label16: TLabel
  867.               Left = 81
  868.               Top = 76
  869.               Width = 202
  870.               Height = 16
  871.               Caption = '(enter && where the URL should go)'
  872.             end
  873.             object LinkTopic: TEdit
  874.               Left = 79
  875.               Top = 20
  876.               Width = 374
  877.               Height = 24
  878.               TabOrder = 0
  879.               OnChange = LinkTopicChange
  880.             end
  881.             object LinkItem: TEdit
  882.               Left = 79
  883.               Top = 48
  884.               Width = 374
  885.               Height = 24
  886.               TabOrder = 1
  887.               OnChange = LinkItemChange
  888.             end
  889.           end
  890.         end
  891.         object tsUserlist: TPage
  892.           Left = 0
  893.           Top = 0
  894.           Hint = 'Add, remove, import, or inspect entries in your userlist'
  895.           HelpContext = 23
  896.           Caption = 'tsUserlist'
  897.           object txUserlevel: TLabel
  898.             Left = 405
  899.             Top = 8
  900.             Width = 61
  901.             Height = 16
  902.             Caption = '&Userlevel:'
  903.             Enabled = False
  904.             FocusControl = Userlevel
  905.           end
  906.           object txBanlevel: TLabel
  907.             Left = 405
  908.             Top = 64
  909.             Width = 56
  910.             Height = 16
  911.             Caption = '&Banlevel:'
  912.             Enabled = False
  913.             FocusControl = Banlevel
  914.           end
  915.           object txProtlevel: TLabel
  916.             Left = 405
  917.             Top = 120
  918.             Width = 56
  919.             Height = 16
  920.             Caption = '&Protlevel:'
  921.             Enabled = False
  922.             FocusControl = Protlevel
  923.           end
  924.           object UserList: TListBox
  925.             Left = 5
  926.             Top = 10
  927.             Width = 388
  928.             Height = 319
  929.             ItemHeight = 16
  930.             Style = lbOwnerDrawFixed
  931.             TabOrder = 0
  932.             OnClick = UserListClick
  933.             OnDrawItem = UserListDrawItem
  934.           end
  935.           object Userlevel: TSpinEdit
  936.             Left = 405
  937.             Top = 27
  938.             Width = 69
  939.             Height = 26
  940.             Enabled = False
  941.             MaxValue = 1048576
  942.             MinValue = 0
  943.             TabOrder = 1
  944.             Value = 0
  945.             OnChange = UserlevelChange
  946.           end
  947.           object Banlevel: TSpinEdit
  948.             Left = 405
  949.             Top = 83
  950.             Width = 68
  951.             Height = 26
  952.             Enabled = False
  953.             MaxValue = 1048576
  954.             MinValue = 0
  955.             TabOrder = 2
  956.             Value = 0
  957.             OnChange = BanlevelChange
  958.           end
  959.           object Protlevel: TSpinEdit
  960.             Left = 405
  961.             Top = 139
  962.             Width = 68
  963.             Height = 26
  964.             Enabled = False
  965.             MaxValue = 1048576
  966.             MinValue = 0
  967.             TabOrder = 3
  968.             Value = 0
  969.             OnChange = ProtlevelChange
  970.           end
  971.           object UserAdd: TNashButton
  972.             Left = 8
  973.             Top = 336
  974.             Width = 77
  975.             Height = 28
  976.             Caption = '&Add'
  977.             Font.Charset = DEFAULT_CHARSET
  978.             Font.Color = clWindowText
  979.             Font.Height = -14
  980.             Font.Name = 'MS Sans Serif'
  981.             Font.Style = []
  982.             ParentFont = False
  983.             TabOrder = 4
  984.             OnClick = UserAddClick
  985.             Glyph.Data = {
  986.               76010000424D7601000000000000760000002800000020000000100000000100
  987.               04000000000000010000130B0000130B00001000000000000000000000000000
  988.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  989.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  990.               33333333FF33333333FF333993333333300033377F3333333777333993333333
  991.               300033F77FFF3333377739999993333333333777777F3333333F399999933333
  992.               33003777777333333377333993333333330033377F3333333377333993333333
  993.               3333333773333333333F333333333333330033333333F33333773333333C3333
  994.               330033333337FF3333773333333CC333333333FFFFF77FFF3FF33CCCCCCCCCC3
  995.               993337777777777F77F33CCCCCCCCCC3993337777777777377333333333CC333
  996.               333333333337733333FF3333333C333330003333333733333777333333333333
  997.               3000333333333333377733333333333333333333333333333333}
  998.             NumGlyphs = 2
  999.             HoverFont.Charset = DEFAULT_CHARSET
  1000.             HoverFont.Color = clBlue
  1001.             HoverFont.Height = -13
  1002.             HoverFont.Name = 'MS Sans Serif'
  1003.             HoverFont.Style = [fsUnderline]
  1004.             HoverHighlight = True
  1005.           end
  1006.           object VladbotImport: TNashButton
  1007.             Left = 8
  1008.             Top = 371
  1009.             Width = 153
  1010.             Height = 27
  1011.             Caption = '&Import Vladbot list ...'
  1012.             Font.Charset = DEFAULT_CHARSET
  1013.             Font.Color = clWindowText
  1014.             Font.Height = -14
  1015.             Font.Name = 'MS Sans Serif'
  1016.             Font.Style = []
  1017.             ParentFont = False
  1018.             TabOrder = 5
  1019.             OnClick = VladbotImportClick
  1020.             Glyph.Data = {
  1021.               76010000424D7601000000000000760000002800000020000000100000000100
  1022.               04000000000000010000130B0000130B00001000000000000000000000000000
  1023.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1024.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1025.               33333333333FFFFFFFFF333333000000000033333377777777773333330FFFFF
  1026.               FFF03333337F333333373333330FFFFFFFF03333337F3FF3FFF73333330F00F0
  1027.               00F03333F37F773777373330330FFFFFFFF03337FF7F3F3FF3F73339030F0800
  1028.               F0F033377F7F737737373339900FFFFFFFF03FF7777F3FF3FFF70999990F00F0
  1029.               00007777777F7737777709999990FFF0FF0377777777FF37F3730999999908F0
  1030.               F033777777777337F73309999990FFF0033377777777FFF77333099999000000
  1031.               3333777777777777333333399033333333333337773333333333333903333333
  1032.               3333333773333333333333303333333333333337333333333333}
  1033.             NumGlyphs = 2
  1034.             HoverFont.Charset = DEFAULT_CHARSET
  1035.             HoverFont.Color = clBlue
  1036.             HoverFont.Height = -13
  1037.             HoverFont.Name = 'MS Sans Serif'
  1038.             HoverFont.Style = [fsUnderline]
  1039.             HoverHighlight = True
  1040.           end
  1041.           object UserRemove: TNashButton
  1042.             Left = 92
  1043.             Top = 336
  1044.             Width = 97
  1045.             Height = 28
  1046.             Caption = '&Remove'
  1047.             Enabled = False
  1048.             Font.Charset = DEFAULT_CHARSET
  1049.             Font.Color = clWindowText
  1050.             Font.Height = -13
  1051.             Font.Name = 'MS Sans Serif'
  1052.             Font.Style = []
  1053.             ParentFont = False
  1054.             TabOrder = 6
  1055.             OnClick = UserRemoveClick
  1056.             Glyph.Data = {
  1057.               76010000424D7601000000000000760000002800000020000000100000000100
  1058.               04000000000000010000130B0000130B00001000000000000000000000000000
  1059.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1060.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1061.               333333333333333333FF33333333333330003333333333333777333333333333
  1062.               300033FFFFFF3333377739999993333333333777777F3333333F399999933333
  1063.               3300377777733333337733333333333333003333333333333377333333333333
  1064.               3333333333333333333F333333333333330033333F33333333773333C3333333
  1065.               330033337F3333333377333CC3333333333333F77FFFFFFF3FF33CCCCCCCCCC3
  1066.               993337777777777F77F33CCCCCCCCCC399333777777777737733333CC3333333
  1067.               333333377F33333333FF3333C333333330003333733333333777333333333333
  1068.               3000333333333333377733333333333333333333333333333333}
  1069.             NumGlyphs = 2
  1070.             HoverFont.Charset = DEFAULT_CHARSET
  1071.             HoverFont.Color = clBlue
  1072.             HoverFont.Height = -13
  1073.             HoverFont.Name = 'MS Sans Serif'
  1074.             HoverFont.Style = [fsUnderline]
  1075.             HoverHighlight = True
  1076.           end
  1077.           object UserSort: TNashButton
  1078.             Left = 288
  1079.             Top = 336
  1080.             Width = 68
  1081.             Height = 28
  1082.             Caption = '&Sort'
  1083.             Font.Charset = DEFAULT_CHARSET
  1084.             Font.Color = clWindowText
  1085.             Font.Height = -14
  1086.             Font.Name = 'MS Sans Serif'
  1087.             Font.Style = []
  1088.             ParentFont = False
  1089.             TabOrder = 7
  1090.             OnClick = UserSortClick
  1091.             Glyph.Data = {
  1092.               76010000424D7601000000000000760000002800000020000000100000000100
  1093.               04000000000000010000130B0000130B00001000000000000000000000000000
  1094.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1095.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1096.               3333333FFF33F333FF3F330E0330FFFCCFCC33777FF7F3377F7730EEE030FFFC
  1097.               CFCC377777F7F33773770EEE0000FFFFFCCF777777773F33377FEEE0BFBF0FFF
  1098.               FCCF7777333373F337730E0BFBFBF0FFCCFF77733333373F77F330BFBFBFBF0F
  1099.               CCFF37F333333F7F773330FBFBFB0B0FFFFF37F3F33F737FFFFF30B0BF0FB000
  1100.               000037F73F73F777777730FB0BF0FB0FFFFF373F73F73F7F333F330030BF0F0F
  1101.               FF993F77373F737F3377CC33330BF00FFF9977FFF373F77F3F77CC993330009F
  1102.               99FF7777F337777F77F333993330F99F99FF3F77FF37F773773F993CC330FFF9
  1103.               9F9977F77F37F3377F77993CC330FFF99F997737733733377377}
  1104.             NumGlyphs = 2
  1105.             HoverFont.Charset = DEFAULT_CHARSET
  1106.             HoverFont.Color = clBlue
  1107.             HoverFont.Height = -13
  1108.             HoverFont.Name = 'MS Sans Serif'
  1109.             HoverFont.Style = [fsUnderline]
  1110.             HoverHighlight = True
  1111.           end
  1112.           object UserEdit: TNashButton
  1113.             Left = 196
  1114.             Top = 336
  1115.             Width = 85
  1116.             Height = 28
  1117.             Caption = '&Edit ...'
  1118.             Enabled = False
  1119.             Font.Charset = DEFAULT_CHARSET
  1120.             Font.Color = clWindowText
  1121.             Font.Height = -14
  1122.             Font.Name = 'MS Sans Serif'
  1123.             Font.Style = []
  1124.             ParentFont = False
  1125.             TabOrder = 8
  1126.             OnClick = UserEditClick
  1127.             Glyph.Data = {
  1128.               76010000424D7601000000000000760000002800000020000000100000000100
  1129.               04000000000000010000120B0000120B00001000000000000000000000000000
  1130.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1131.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000000
  1132.               000033333377777777773333330FFFFFFFF03FF3FF7FF33F3FF700300000FF0F
  1133.               00F077F777773F737737E00BFBFB0FFFFFF07773333F7F3333F7E0BFBF000FFF
  1134.               F0F077F3337773F3F737E0FBFBFBF0F00FF077F3333FF7F77F37E0BFBF00000B
  1135.               0FF077F3337777737337E0FBFBFBFBF0FFF077F33FFFFFF73337E0BF0000000F
  1136.               FFF077FF777777733FF7000BFB00B0FF00F07773FF77373377373330000B0FFF
  1137.               FFF03337777373333FF7333330B0FFFF00003333373733FF777733330B0FF00F
  1138.               0FF03333737F37737F373330B00FFFFF0F033337F77F33337F733309030FFFFF
  1139.               00333377737FFFFF773333303300000003333337337777777333}
  1140.             NumGlyphs = 2
  1141.             HoverFont.Charset = DEFAULT_CHARSET
  1142.             HoverFont.Color = clBlue
  1143.             HoverFont.Height = -13
  1144.             HoverFont.Name = 'MS Sans Serif'
  1145.             HoverFont.Style = [fsUnderline]
  1146.             HoverHighlight = True
  1147.           end
  1148.         end
  1149.         object tsColoursAndFonts: TPage
  1150.           Left = 0
  1151.           Top = 0
  1152.           Hint = 'Change colours and fonts for the different screen areas'
  1153.           HelpContext = 58
  1154.           Caption = 'tsColoursAndFonts'
  1155.           object Label37: TLabel
  1156.             Left = 20
  1157.             Top = 388
  1158.             Width = 441
  1159.             Height = 33
  1160.             AutoSize = False
  1161.             Caption = 
  1162.               'Left-click on a colour to make it the foreground colour. Right-c' +
  1163.               'lick on a colour to make it the background colour.'
  1164.             WordWrap = True
  1165.           end
  1166.           object GroupBox9: TGroupBox
  1167.             Left = 7
  1168.             Top = 2
  1169.             Width = 466
  1170.             Height = 223
  1171.             Caption = '&Screen areas'
  1172.             TabOrder = 0
  1173.             object ScreenAreas: TListBox
  1174.               Left = 10
  1175.               Top = 20
  1176.               Width = 447
  1177.               Height = 193
  1178.               ItemHeight = 16
  1179.               Items.Strings = (
  1180.                 'Server window: output pane'
  1181.                 'Server window: entry box'
  1182.                 'Server window: regular text'
  1183.                 'Server window: error text'
  1184.                 'Server window: scrollback freeze colour'
  1185.                 'Channel window: output pane'
  1186.                 'Channel window: entry box'
  1187.                 'Channel window: text typed by you'
  1188.                 'Channel window: regular text'
  1189.                 'Channel window: names pane'
  1190.                 'Channel window: scrollback freeze colour'
  1191.                 'Server/channel window: XDCC status text'
  1192.                 'Query window: output pane'
  1193.                 'Query window: entry box'
  1194.                 'Query window: text typed by you'
  1195.                 'Query window: regular text'
  1196.                 'DCC chat window: remote pane'
  1197.                 'DCC chat window: local pane'
  1198.                 'DCC chat window: entry pane'
  1199.                 'Event: JOIN'
  1200.                 'Event: PART'
  1201.                 'Event: QUIT'
  1202.                 'Event: TOPIC'
  1203.                 'Event: MODE'
  1204.                 'Event: KICK'
  1205.                 'Event: PRIVMSG (private message)'
  1206.                 'Event: NOTICE'
  1207.                 'Event: CTCP and CTCP reply'
  1208.                 'Event: ACTION'
  1209.                 'Event: NICK (nickname change)')
  1210.               TabOrder = 0
  1211.               OnClick = ScreenAreasClick
  1212.             end
  1213.           end
  1214.           object grpColour: TGroupBox
  1215.             Left = 7
  1216.             Top = 228
  1217.             Width = 150
  1218.             Height = 149
  1219.             Caption = '&Colour'
  1220.             TabOrder = 1
  1221.             object ColourSelect: TColorGrid
  1222.               Left = 10
  1223.               Top = 19
  1224.               Width = 128
  1225.               Height = 92
  1226.               Ctl3D = True
  1227.               ParentCtl3D = False
  1228.               TabOrder = 0
  1229.               OnChange = ColourSelectChange
  1230.             end
  1231.             object SelectFG: TNashButton
  1232.               Left = 12
  1233.               Top = 117
  1234.               Width = 61
  1235.               Height = 25
  1236.               Caption = '&FG ...'
  1237.               Font.Charset = DEFAULT_CHARSET
  1238.               Font.Color = clWindowText
  1239.               Font.Height = -14
  1240.               Font.Name = 'MS Sans Serif'
  1241.               Font.Style = []
  1242.               ParentFont = False
  1243.               TabOrder = 1
  1244.               OnClick = SelectFGClick
  1245.               HoverFont.Charset = DEFAULT_CHARSET
  1246.               HoverFont.Color = clBlue
  1247.               HoverFont.Height = -13
  1248.               HoverFont.Name = 'MS Sans Serif'
  1249.               HoverFont.Style = [fsUnderline]
  1250.               HoverHighlight = True
  1251.             end
  1252.             object SelectBG: TNashButton
  1253.               Left = 76
  1254.               Top = 117
  1255.               Width = 61
  1256.               Height = 25
  1257.               Caption = '&BG ...'
  1258.               Font.Charset = DEFAULT_CHARSET
  1259.               Font.Color = clWindowText
  1260.               Font.Height = -14
  1261.               Font.Name = 'MS Sans Serif'
  1262.               Font.Style = []
  1263.               ParentFont = False
  1264.               TabOrder = 2
  1265.               OnClick = SelectBGClick
  1266.               HoverFont.Charset = DEFAULT_CHARSET
  1267.               HoverFont.Color = clBlue
  1268.               HoverFont.Height = -13
  1269.               HoverFont.Name = 'MS Sans Serif'
  1270.               HoverFont.Style = [fsUnderline]
  1271.               HoverHighlight = True
  1272.             end
  1273.           end
  1274.           object grpFont: TGroupBox
  1275.             Left = 168
  1276.             Top = 228
  1277.             Width = 305
  1278.             Height = 149
  1279.             Caption = '&Font'
  1280.             TabOrder = 2
  1281.             object FontSample: TPanel
  1282.               Left = 12
  1283.               Top = 21
  1284.               Width = 282
  1285.               Height = 89
  1286.               BevelOuter = bvLowered
  1287.               BevelWidth = 2
  1288.               Caption = 'ABCabcXYZxyz..0123456789'
  1289.               TabOrder = 0
  1290.             end
  1291.             object SelectFont: TNashButton
  1292.               Left = 12
  1293.               Top = 117
  1294.               Width = 283
  1295.               Height = 25
  1296.               Caption = '&Select from font list ...'
  1297.               Font.Charset = DEFAULT_CHARSET
  1298.               Font.Color = clWindowText
  1299.               Font.Height = -14
  1300.               Font.Name = 'MS Sans Serif'
  1301.               Font.Style = []
  1302.               ParentFont = False
  1303.               TabOrder = 1
  1304.               OnClick = SelectFontClick
  1305.               HoverFont.Charset = DEFAULT_CHARSET
  1306.               HoverFont.Color = clBlue
  1307.               HoverFont.Height = -13
  1308.               HoverFont.Name = 'MS Sans Serif'
  1309.               HoverFont.Style = [fsUnderline]
  1310.               HoverHighlight = True
  1311.             end
  1312.           end
  1313.         end
  1314.         object tsXDCC: TPage
  1315.           Left = 0
  1316.           Top = 0
  1317.           Hint = 'Add, remove or inspect XDCC packs and files (IRC fileserver)'
  1318.           HelpContext = 22
  1319.           Caption = 'tsXDCC'
  1320.           object XDCCPacks: TListView
  1321.             Left = 4
  1322.             Top = 4
  1323.             Width = 473
  1324.             Height = 249
  1325.             OnDblClick = XDCCPacksDblClick
  1326.             Columns = <
  1327.               item
  1328.                 Caption = 'No.'
  1329.                 Width = 33
  1330.                 WidthType = (
  1331.                   -2)
  1332.               end
  1333.               item
  1334.                 Caption = 'Size (kb)'
  1335.                 Width = 64
  1336.                 WidthType = (
  1337.                   -2)
  1338.               end
  1339.               item
  1340.                 Caption = 'Gets'
  1341.                 Width = 40
  1342.                 WidthType = (
  1343.                   -2)
  1344.               end
  1345.               item
  1346.                 Caption = 'Description'
  1347.                 Width = 332
  1348.                 WidthType = (
  1349.                   -2)
  1350.               end>
  1351.             ReadOnly = True
  1352.             HideSelection = False
  1353.             OnChange = XDCCPacksChange
  1354.             TabOrder = 0
  1355.             ViewStyle = vsReport
  1356.           end
  1357.           object PackAdd: TNashButton
  1358.             Left = 8
  1359.             Top = 260
  1360.             Width = 109
  1361.             Height = 28
  1362.             Caption = '&Add pack ...'
  1363.             Font.Charset = DEFAULT_CHARSET
  1364.             Font.Color = clWindowText
  1365.             Font.Height = -14
  1366.             Font.Name = 'MS Sans Serif'
  1367.             Font.Style = []
  1368.             ParentFont = False
  1369.             TabOrder = 1
  1370.             OnClick = PackAddClick
  1371.             Glyph.Data = {
  1372.               76010000424D7601000000000000760000002800000020000000100000000100
  1373.               04000000000000010000130B0000130B00001000000000000000000000000000
  1374.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1375.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1376.               33333333FF33333333FF333993333333300033377F3333333777333993333333
  1377.               300033F77FFF3333377739999993333333333777777F3333333F399999933333
  1378.               33003777777333333377333993333333330033377F3333333377333993333333
  1379.               3333333773333333333F333333333333330033333333F33333773333333C3333
  1380.               330033333337FF3333773333333CC333333333FFFFF77FFF3FF33CCCCCCCCCC3
  1381.               993337777777777F77F33CCCCCCCCCC3993337777777777377333333333CC333
  1382.               333333333337733333FF3333333C333330003333333733333777333333333333
  1383.               3000333333333333377733333333333333333333333333333333}
  1384.             NumGlyphs = 2
  1385.             HoverFont.Charset = DEFAULT_CHARSET
  1386.             HoverFont.Color = clBlue
  1387.             HoverFont.Height = -13
  1388.             HoverFont.Name = 'MS Sans Serif'
  1389.             HoverFont.Style = [fsUnderline]
  1390.             HoverHighlight = True
  1391.           end
  1392.           object PackRemove: TNashButton
  1393.             Left = 124
  1394.             Top = 260
  1395.             Width = 117
  1396.             Height = 28
  1397.             Caption = '&Remove pack'
  1398.             Enabled = False
  1399.             Font.Charset = DEFAULT_CHARSET
  1400.             Font.Color = clWindowText
  1401.             Font.Height = -14
  1402.             Font.Name = 'MS Sans Serif'
  1403.             Font.Style = []
  1404.             ParentFont = False
  1405.             TabOrder = 2
  1406.             OnClick = PackRemoveClick
  1407.             Glyph.Data = {
  1408.               76010000424D7601000000000000760000002800000020000000100000000100
  1409.               04000000000000010000130B0000130B00001000000000000000000000000000
  1410.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1411.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1412.               333333333333333333FF33333333333330003333333333333777333333333333
  1413.               300033FFFFFF3333377739999993333333333777777F3333333F399999933333
  1414.               3300377777733333337733333333333333003333333333333377333333333333
  1415.               3333333333333333333F333333333333330033333F33333333773333C3333333
  1416.               330033337F3333333377333CC3333333333333F77FFFFFFF3FF33CCCCCCCCCC3
  1417.               993337777777777F77F33CCCCCCCCCC399333777777777737733333CC3333333
  1418.               333333377F33333333FF3333C333333330003333733333333777333333333333
  1419.               3000333333333333377733333333333333333333333333333333}
  1420.             NumGlyphs = 2
  1421.             HoverFont.Charset = DEFAULT_CHARSET
  1422.             HoverFont.Color = clBlue
  1423.             HoverFont.Height = -13
  1424.             HoverFont.Name = 'MS Sans Serif'
  1425.             HoverFont.Style = [fsUnderline]
  1426.             HoverHighlight = True
  1427.           end
  1428.           object PackEdit: TNashButton
  1429.             Left = 248
  1430.             Top = 260
  1431.             Width = 117
  1432.             Height = 28
  1433.             Caption = '&Edit pack ...'
  1434.             Enabled = False
  1435.             Font.Charset = DEFAULT_CHARSET
  1436.             Font.Color = clWindowText
  1437.             Font.Height = -14
  1438.             Font.Name = 'MS Sans Serif'
  1439.             Font.Style = []
  1440.             ParentFont = False
  1441.             TabOrder = 3
  1442.             OnClick = PackEditClick
  1443.             Glyph.Data = {
  1444.               76010000424D7601000000000000760000002800000020000000100000000100
  1445.               04000000000000010000120B0000120B00001000000000000000000000000000
  1446.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1447.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000000
  1448.               000033333377777777773333330FFFFFFFF03FF3FF7FF33F3FF700300000FF0F
  1449.               00F077F777773F737737E00BFBFB0FFFFFF07773333F7F3333F7E0BFBF000FFF
  1450.               F0F077F3337773F3F737E0FBFBFBF0F00FF077F3333FF7F77F37E0BFBF00000B
  1451.               0FF077F3337777737337E0FBFBFBFBF0FFF077F33FFFFFF73337E0BF0000000F
  1452.               FFF077FF777777733FF7000BFB00B0FF00F07773FF77373377373330000B0FFF
  1453.               FFF03337777373333FF7333330B0FFFF00003333373733FF777733330B0FF00F
  1454.               0FF03333737F37737F373330B00FFFFF0F033337F77F33337F733309030FFFFF
  1455.               00333377737FFFFF773333303300000003333337337777777333}
  1456.             NumGlyphs = 2
  1457.             HoverFont.Charset = DEFAULT_CHARSET
  1458.             HoverFont.Color = clBlue
  1459.             HoverFont.Height = -13
  1460.             HoverFont.Name = 'MS Sans Serif'
  1461.             HoverFont.Style = [fsUnderline]
  1462.             HoverHighlight = True
  1463.           end
  1464.           object GroupBox27: TGroupBox
  1465.             Left = 8
  1466.             Top = 292
  1467.             Width = 463
  1468.             Height = 125
  1469.             Caption = 'XDCC &settings'
  1470.             TabOrder = 4
  1471.             object Label40: TLabel
  1472.               Left = 363
  1473.               Top = 20
  1474.               Width = 66
  1475.               Height = 16
  1476.               AutoSize = False
  1477.               Caption = 'seconds'
  1478.             end
  1479.             object Label41: TLabel
  1480.               Left = 11
  1481.               Top = 52
  1482.               Width = 232
  1483.               Height = 16
  1484.               Caption = 'Exclude these channels from auto-offer:'
  1485.             end
  1486.             object Label42: TLabel
  1487.               Left = 11
  1488.               Top = 72
  1489.               Width = 210
  1490.               Height = 16
  1491.               AutoSize = False
  1492.               Caption = '(separate channels by a comma)'
  1493.             end
  1494.             object OfferAsNotices: TCheckBox
  1495.               Left = 12
  1496.               Top = 96
  1497.               Width = 437
  1498.               Height = 17
  1499.               Caption = 
  1500.                 'Send pack list to channel as NOTICEs rather than channel message' +
  1501.                 's'
  1502.               TabOrder = 0
  1503.             end
  1504.             object XDCCAutoOfferInterval: TSpinEdit
  1505.               Left = 296
  1506.               Top = 17
  1507.               Width = 58
  1508.               Height = 26
  1509.               MaxValue = 9999
  1510.               MinValue = 1
  1511.               TabOrder = 1
  1512.               Value = 60
  1513.             end
  1514.             object XDCCExcludeList: TEdit
  1515.               Left = 252
  1516.               Top = 50
  1517.               Width = 198
  1518.               Height = 24
  1519.               TabOrder = 2
  1520.               OnKeyPress = XDCCExcludeListKeyPress
  1521.             end
  1522.             object XDCCAutoOfferEnabled: TCheckBox
  1523.               Left = 12
  1524.               Top = 20
  1525.               Width = 282
  1526.               Height = 16
  1527.               Caption = 'Automatically offer packs to channels every'
  1528.               TabOrder = 3
  1529.             end
  1530.           end
  1531.         end
  1532.         object tsSOCKS: TPage
  1533.           Left = 0
  1534.           Top = 0
  1535.           Hint = 'Enable SOCKS support (use if you are behind a firewall)'
  1536.           HelpContext = 21
  1537.           Caption = 'tsSOCKS'
  1538.           object grpSettingsSOCKS: TGroupBox
  1539.             Left = 7
  1540.             Top = 74
  1541.             Width = 466
  1542.             Height = 115
  1543.             Caption = '&SOCKS proxy/firewall settings'
  1544.             Enabled = False
  1545.             TabOrder = 1
  1546.             object txUsernameSOCKS: TLabel
  1547.               Left = 11
  1548.               Top = 23
  1549.               Width = 66
  1550.               Height = 16
  1551.               Caption = '&Username:'
  1552.               Enabled = False
  1553.               FocusControl = UsernameIDENTD
  1554.             end
  1555.             object txServerSOCKS: TLabel
  1556.               Left = 11
  1557.               Top = 51
  1558.               Width = 43
  1559.               Height = 16
  1560.               Caption = '&Server:'
  1561.               Enabled = False
  1562.               FocusControl = PortIDENTD
  1563.             end
  1564.             object txPortSOCKS: TLabel
  1565.               Left = 11
  1566.               Top = 79
  1567.               Width = 27
  1568.               Height = 16
  1569.               Caption = '&Port:'
  1570.               Enabled = False
  1571.               FocusControl = SystemIDENTD
  1572.             end
  1573.             object UsernameSOCKS: TEdit
  1574.               Left = 87
  1575.               Top = 20
  1576.               Width = 366
  1577.               Height = 24
  1578.               Enabled = False
  1579.               TabOrder = 0
  1580.             end
  1581.             object ServerSOCKS: TEdit
  1582.               Left = 87
  1583.               Top = 48
  1584.               Width = 366
  1585.               Height = 24
  1586.               Enabled = False
  1587.               TabOrder = 1
  1588.             end
  1589.             object PortSOCKS: TEdit
  1590.               Left = 87
  1591.               Top = 76
  1592.               Width = 366
  1593.               Height = 24
  1594.               Enabled = False
  1595.               TabOrder = 2
  1596.               Text = '1080'
  1597.             end
  1598.           end
  1599.           object GroupBox11: TGroupBox
  1600.             Left = 7
  1601.             Top = 2
  1602.             Width = 466
  1603.             Height = 67
  1604.             Caption = '&General options'
  1605.             TabOrder = 0
  1606.             object EnableSOCKS: TCheckBox
  1607.               Left = 11
  1608.               Top = 19
  1609.               Width = 450
  1610.               Height = 17
  1611.               Caption = 'SOCKS support &enabled'
  1612.               TabOrder = 0
  1613.               OnClick = EnableSOCKSClick
  1614.             end
  1615.             object AutoSOCKS: TCheckBox
  1616.               Left = 11
  1617.               Top = 39
  1618.               Width = 450
  1619.               Height = 17
  1620.               Caption = '&Automatic configuration'
  1621.               Enabled = False
  1622.               TabOrder = 1
  1623.               OnClick = AutoSOCKSClick
  1624.             end
  1625.           end
  1626.         end
  1627.         object tsIgnore: TPage
  1628.           Left = 0
  1629.           Top = 0
  1630.           HelpContext = 24
  1631.           Caption = 'tsIgnore'
  1632.           object IgnoreList: TListBox
  1633.             Left = 5
  1634.             Top = 10
  1635.             Width = 296
  1636.             Height = 351
  1637.             ItemHeight = 16
  1638.             Style = lbOwnerDrawFixed
  1639.             TabOrder = 0
  1640.             OnClick = IgnoreListClick
  1641.             OnDrawItem = IgnoreListDrawItem
  1642.           end
  1643.           object GroupBox10: TGroupBox
  1644.             Left = 308
  1645.             Top = 3
  1646.             Width = 169
  1647.             Height = 90
  1648.             Caption = '&What to ignore'
  1649.             TabOrder = 1
  1650.             object Image1: TImage
  1651.               Left = 149
  1652.               Top = 24
  1653.               Width = 18
  1654.               Height = 18
  1655.             end
  1656.             object Image2: TImage
  1657.               Left = 149
  1658.               Top = 44
  1659.               Width = 18
  1660.               Height = 18
  1661.             end
  1662.             object Image3: TImage
  1663.               Left = 149
  1664.               Top = 64
  1665.               Width = 18
  1666.               Height = 18
  1667.             end
  1668.             object IgnorePrivate: TCheckBox
  1669.               Left = 10
  1670.               Top = 41
  1671.               Width = 135
  1672.               Height = 17
  1673.               Caption = '&Private messages'
  1674.               Enabled = False
  1675.               TabOrder = 1
  1676.               OnClick = IgnorePrivateClick
  1677.             end
  1678.             object IgnoreChannel: TCheckBox
  1679.               Left = 10
  1680.               Top = 21
  1681.               Width = 135
  1682.               Height = 17
  1683.               Caption = '&Channel messages'
  1684.               Enabled = False
  1685.               TabOrder = 0
  1686.               OnClick = IgnoreChannelClick
  1687.             end
  1688.             object IgnoreCTCP: TCheckBox
  1689.               Left = 10
  1690.               Top = 61
  1691.               Width = 135
  1692.               Height = 17
  1693.               Caption = 'C&TCPs'
  1694.               Enabled = False
  1695.               TabOrder = 2
  1696.               OnClick = IgnoreCTCPClick
  1697.             end
  1698.           end
  1699.           object IgnoreSort: TNashButton
  1700.             Left = 196
  1701.             Top = 370
  1702.             Width = 68
  1703.             Height = 28
  1704.             Caption = '&Sort'
  1705.             Font.Charset = DEFAULT_CHARSET
  1706.             Font.Color = clWindowText
  1707.             Font.Height = -14
  1708.             Font.Name = 'MS Sans Serif'
  1709.             Font.Style = []
  1710.             ParentFont = False
  1711.             TabOrder = 2
  1712.             OnClick = IgnoreSortClick
  1713.             Glyph.Data = {
  1714.               76010000424D7601000000000000760000002800000020000000100000000100
  1715.               04000000000000010000130B0000130B00001000000000000000000000000000
  1716.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1717.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1718.               3333333FFF33F333FF3F330E0330FFFCCFCC33777FF7F3377F7730EEE030FFFC
  1719.               CFCC377777F7F33773770EEE0000FFFFFCCF777777773F33377FEEE0BFBF0FFF
  1720.               FCCF7777333373F337730E0BFBFBF0FFCCFF77733333373F77F330BFBFBFBF0F
  1721.               CCFF37F333333F7F773330FBFBFB0B0FFFFF37F3F33F737FFFFF30B0BF0FB000
  1722.               000037F73F73F777777730FB0BF0FB0FFFFF373F73F73F7F333F330030BF0F0F
  1723.               FF993F77373F737F3377CC33330BF00FFF9977FFF373F77F3F77CC993330009F
  1724.               99FF7777F337777F77F333993330F99F99FF3F77FF37F773773F993CC330FFF9
  1725.               9F9977F77F37F3377F77993CC330FFF99F997737733733377377}
  1726.             NumGlyphs = 2
  1727.             HoverFont.Charset = DEFAULT_CHARSET
  1728.             HoverFont.Color = clBlue
  1729.             HoverFont.Height = -13
  1730.             HoverFont.Name = 'MS Sans Serif'
  1731.             HoverFont.Style = [fsUnderline]
  1732.             HoverHighlight = True
  1733.           end
  1734.           object IgnoreRemove: TNashButton
  1735.             Left = 92
  1736.             Top = 370
  1737.             Width = 97
  1738.             Height = 28
  1739.             Caption = '&Remove'
  1740.             Enabled = False
  1741.             Font.Charset = DEFAULT_CHARSET
  1742.             Font.Color = clWindowText
  1743.             Font.Height = -14
  1744.             Font.Name = 'MS Sans Serif'
  1745.             Font.Style = []
  1746.             ParentFont = False
  1747.             TabOrder = 3
  1748.             OnClick = IgnoreRemoveClick
  1749.             Glyph.Data = {
  1750.               76010000424D7601000000000000760000002800000020000000100000000100
  1751.               04000000000000010000130B0000130B00001000000000000000000000000000
  1752.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1753.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1754.               333333333333333333FF33333333333330003333333333333777333333333333
  1755.               300033FFFFFF3333377739999993333333333777777F3333333F399999933333
  1756.               3300377777733333337733333333333333003333333333333377333333333333
  1757.               3333333333333333333F333333333333330033333F33333333773333C3333333
  1758.               330033337F3333333377333CC3333333333333F77FFFFFFF3FF33CCCCCCCCCC3
  1759.               993337777777777F77F33CCCCCCCCCC399333777777777737733333CC3333333
  1760.               333333377F33333333FF3333C333333330003333733333333777333333333333
  1761.               3000333333333333377733333333333333333333333333333333}
  1762.             NumGlyphs = 2
  1763.             HoverFont.Charset = DEFAULT_CHARSET
  1764.             HoverFont.Color = clBlue
  1765.             HoverFont.Height = -13
  1766.             HoverFont.Name = 'MS Sans Serif'
  1767.             HoverFont.Style = [fsUnderline]
  1768.             HoverHighlight = True
  1769.           end
  1770.           object IgnoreAdd: TNashButton
  1771.             Left = 8
  1772.             Top = 370
  1773.             Width = 77
  1774.             Height = 28
  1775.             Caption = '&Add'
  1776.             Font.Charset = DEFAULT_CHARSET
  1777.             Font.Color = clWindowText
  1778.             Font.Height = -14
  1779.             Font.Name = 'MS Sans Serif'
  1780.             Font.Style = []
  1781.             ParentFont = False
  1782.             TabOrder = 4
  1783.             OnClick = IgnoreAddClick
  1784.             Glyph.Data = {
  1785.               76010000424D7601000000000000760000002800000020000000100000000100
  1786.               04000000000000010000130B0000130B00001000000000000000000000000000
  1787.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1788.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1789.               33333333FF33333333FF333993333333300033377F3333333777333993333333
  1790.               300033F77FFF3333377739999993333333333777777F3333333F399999933333
  1791.               33003777777333333377333993333333330033377F3333333377333993333333
  1792.               3333333773333333333F333333333333330033333333F33333773333333C3333
  1793.               330033333337FF3333773333333CC333333333FFFFF77FFF3FF33CCCCCCCCCC3
  1794.               993337777777777F77F33CCCCCCCCCC3993337777777777377333333333CC333
  1795.               333333333337733333FF3333333C333330003333333733333777333333333333
  1796.               3000333333333333377733333333333333333333333333333333}
  1797.             NumGlyphs = 2
  1798.             HoverFont.Charset = DEFAULT_CHARSET
  1799.             HoverFont.Color = clBlue
  1800.             HoverFont.Height = -13
  1801.             HoverFont.Name = 'MS Sans Serif'
  1802.             HoverFont.Style = [fsUnderline]
  1803.             HoverHighlight = True
  1804.           end
  1805.         end
  1806.         object tsOptions: TPage
  1807.           Left = 0
  1808.           Top = 0
  1809.           HelpContext = 30
  1810.           Caption = 'tsServerOptions'
  1811.           object txRetry: TLabel
  1812.             Left = 36
  1813.             Top = 56
  1814.             Width = 108
  1815.             Height = 16
  1816.             AutoSize = False
  1817.             Caption = 'Retry to connect'
  1818.           end
  1819.           object txRetryTimes: TLabel
  1820.             Left = 212
  1821.             Top = 56
  1822.             Width = 108
  1823.             Height = 16
  1824.             AutoSize = False
  1825.             Caption = 'times'
  1826.           end
  1827.           object txRetryWait: TLabel
  1828.             Left = 36
  1829.             Top = 84
  1830.             Width = 209
  1831.             Height = 16
  1832.             AutoSize = False
  1833.             Caption = 'Between connection attempts, wait'
  1834.           end
  1835.           object txRetryWaitSeconds: TLabel
  1836.             Left = 316
  1837.             Top = 84
  1838.             Width = 108
  1839.             Height = 16
  1840.             AutoSize = False
  1841.             Caption = 'seconds'
  1842.           end
  1843.           object StartupConnect: TCheckBox
  1844.             Left = 12
  1845.             Top = 12
  1846.             Width = 449
  1847.             Height = 17
  1848.             Caption = 'Connect to server on startup'
  1849.             TabOrder = 0
  1850.           end
  1851.           object AutoReconnect: TCheckBox
  1852.             Left = 12
  1853.             Top = 32
  1854.             Width = 449
  1855.             Height = 17
  1856.             Caption = 
  1857.               'Auto-reconnect to server if connection fails or disconnects unex' +
  1858.               'pectedly'
  1859.             TabOrder = 1
  1860.             OnClick = AutoReconnectClick
  1861.           end
  1862.           object RetryCount: TSpinEdit
  1863.             Left = 148
  1864.             Top = 52
  1865.             Width = 52
  1866.             Height = 26
  1867.             AutoSize = False
  1868.             MaxValue = 100
  1869.             MinValue = 0
  1870.             TabOrder = 2
  1871.             Value = 3
  1872.           end
  1873.           object ShowNotifyList: TCheckBox
  1874.             Left = 12
  1875.             Top = 108
  1876.             Width = 449
  1877.             Height = 17
  1878.             Caption = 'Show notify list pane in server windows by default'
  1879.             TabOrder = 3
  1880.           end
  1881.           object AutoChannelBox: TCheckBox
  1882.             Left = 12
  1883.             Top = 128
  1884.             Width = 449
  1885.             Height = 17
  1886.             Caption = 'Open channel box automatically on connect'
  1887.             TabOrder = 4
  1888.           end
  1889.           object AutoRejoin: TCheckBox
  1890.             Left = 12
  1891.             Top = 148
  1892.             Width = 449
  1893.             Height = 17
  1894.             Caption = 'Auto-rejoin channel when kicked'
  1895.             TabOrder = 5
  1896.             OnClick = AutoRejoinClick
  1897.           end
  1898.           object ShowOpPanel: TCheckBox
  1899.             Left = 12
  1900.             Top = 188
  1901.             Width = 449
  1902.             Height = 17
  1903.             Caption = 'Show channel op control panel if you have channel ops'
  1904.             TabOrder = 6
  1905.           end
  1906.           object CloseWindowsOnDisconnect: TCheckBox
  1907.             Left = 12
  1908.             Top = 208
  1909.             Width = 449
  1910.             Height = 17
  1911.             Caption = 'Close channel and query windows when disconnected from server'
  1912.             TabOrder = 7
  1913.           end
  1914.           object SeamlessRejoin: TCheckBox
  1915.             Left = 12
  1916.             Top = 168
  1917.             Width = 449
  1918.             Height = 17
  1919.             Caption = 
  1920.               'Seamlessly rejoin channel when kicked (do not close channel wind' +
  1921.               'ow)'
  1922.             Enabled = False
  1923.             TabOrder = 8
  1924.           end
  1925.           object RejoinActiveChannels: TCheckBox
  1926.             Left = 12
  1927.             Top = 228
  1928.             Width = 449
  1929.             Height = 17
  1930.             Caption = 
  1931.               'When connected to server, rejoin channels that you were previous' +
  1932.               'ly on'
  1933.             TabOrder = 9
  1934.           end
  1935.           object RetryWaitSeconds: TSpinEdit
  1936.             Left = 252
  1937.             Top = 80
  1938.             Width = 52
  1939.             Height = 26
  1940.             AutoSize = False
  1941.             MaxValue = 1000
  1942.             MinValue = 0
  1943.             TabOrder = 10
  1944.             Value = 5
  1945.           end
  1946.         end
  1947.         object tsMDIOptions: TPage
  1948.           Left = 0
  1949.           Top = 0
  1950.           HelpContext = 45
  1951.           Caption = 'tsMDI'
  1952.           object Label17: TLabel
  1953.             Left = 9
  1954.             Top = 9
  1955.             Width = 460
  1956.             Height = 40
  1957.             AutoSize = False
  1958.             Caption = 
  1959.               'Make the following windows desktop windows, freeing them from th' +
  1960.               'e confines of the main ViRC '#39'96 window:'
  1961.             WordWrap = True
  1962.           end
  1963.           object Label43: TLabel
  1964.             Left = 9
  1965.             Top = 177
  1966.             Width = 460
  1967.             Height = 40
  1968.             AutoSize = False
  1969.             Caption = 
  1970.               'Please note that the desktop window options currently don'#39't work' +
  1971.               ' perfectly, so expect a few minor problems. I will try to fix th' +
  1972.               'ese as soon as I can.'
  1973.             WordWrap = True
  1974.           end
  1975.           object DesktopServerWindows: TCheckBox
  1976.             Left = 24
  1977.             Top = 52
  1978.             Width = 305
  1979.             Height = 17
  1980.             Caption = 'Server windows'
  1981.             TabOrder = 0
  1982.           end
  1983.           object DesktopChannelWindows: TCheckBox
  1984.             Left = 24
  1985.             Top = 72
  1986.             Width = 305
  1987.             Height = 17
  1988.             Caption = 'Channel windows'
  1989.             TabOrder = 1
  1990.             OnClick = AutoReconnectClick
  1991.           end
  1992.           object DesktopQueryWindows: TCheckBox
  1993.             Left = 24
  1994.             Top = 92
  1995.             Width = 305
  1996.             Height = 17
  1997.             Caption = 'Query windows'
  1998.             TabOrder = 2
  1999.             OnClick = AutoReconnectClick
  2000.           end
  2001.           object DesktopDCCChatWindows: TCheckBox
  2002.             Left = 24
  2003.             Top = 112
  2004.             Width = 305
  2005.             Height = 17
  2006.             Caption = 'DCC Chat windows'
  2007.             TabOrder = 3
  2008.             OnClick = AutoReconnectClick
  2009.           end
  2010.           object DesktopDCCSendWindows: TCheckBox
  2011.             Left = 24
  2012.             Top = 132
  2013.             Width = 305
  2014.             Height = 17
  2015.             Caption = 'DCC Send/Get windows'
  2016.             TabOrder = 4
  2017.             OnClick = AutoReconnectClick
  2018.           end
  2019.           object DesktopTDCCVoiceWindows: TCheckBox
  2020.             Left = 24
  2021.             Top = 152
  2022.             Width = 305
  2023.             Height = 17
  2024.             Caption = 'TDCC Voice windows'
  2025.             TabOrder = 5
  2026.             OnClick = AutoReconnectClick
  2027.           end
  2028.         end
  2029.         object tsWindows: TPage
  2030.           Left = 0
  2031.           Top = 0
  2032.           HelpContext = 27
  2033.           Caption = 'tsWindows'
  2034.           object grpAdjust: TGroupBox
  2035.             Left = 7
  2036.             Top = 2
  2037.             Width = 466
  2038.             Height = 91
  2039.             Caption = 'Window &adjustments'
  2040.             TabOrder = 0
  2041.             object Label18: TLabel
  2042.               Left = 11
  2043.               Top = 23
  2044.               Width = 154
  2045.               Height = 16
  2046.               AutoSize = False
  2047.               Caption = '&Border width pixel adjust:'
  2048.               FocusControl = BlockSize
  2049.             end
  2050.             object Label20: TLabel
  2051.               Left = 11
  2052.               Top = 55
  2053.               Width = 174
  2054.               Height = 16
  2055.               AutoSize = False
  2056.               Caption = 'Text &entry box height adjust:'
  2057.               FocusControl = BlockSize
  2058.             end
  2059.             object BorderAdjust: TSpinEdit
  2060.               Left = 191
  2061.               Top = 20
  2062.               Width = 66
  2063.               Height = 26
  2064.               MaxValue = 10
  2065.               MinValue = -2
  2066.               TabOrder = 0
  2067.               Value = 0
  2068.             end
  2069.             object EntryAdjust: TSpinEdit
  2070.               Left = 191
  2071.               Top = 52
  2072.               Width = 66
  2073.               Height = 26
  2074.               MaxValue = 128
  2075.               MinValue = -24
  2076.               TabOrder = 1
  2077.               Value = 0
  2078.             end
  2079.             object NoBevels: TCheckBox
  2080.               Left = 273
  2081.               Top = 25
  2082.               Width = 176
  2083.               Height = 17
  2084.               Caption = '&No 3D border bevels'
  2085.               Enabled = False
  2086.               TabOrder = 2
  2087.             end
  2088.             object NoToolbarBevels: TCheckBox
  2089.               Left = 273
  2090.               Top = 57
  2091.               Width = 176
  2092.               Height = 17
  2093.               Caption = '&No 3D toolbar bevels'
  2094.               Enabled = False
  2095.               TabOrder = 3
  2096.             end
  2097.           end
  2098.           object GroupBox12: TGroupBox
  2099.             Left = 7
  2100.             Top = 98
  2101.             Width = 466
  2102.             Height = 263
  2103.             Caption = 'MDI &background'
  2104.             TabOrder = 1
  2105.             object Label19: TLabel
  2106.               Left = 11
  2107.               Top = 23
  2108.               Width = 146
  2109.               Height = 16
  2110.               AutoSize = False
  2111.               Caption = 'Background &image file:'
  2112.               FocusControl = BlockSize
  2113.             end
  2114.             object MDIImage: TEdit
  2115.               Left = 160
  2116.               Top = 20
  2117.               Width = 269
  2118.               Height = 24
  2119.               ReadOnly = True
  2120.               TabOrder = 0
  2121.               Text = '<none>'
  2122.               OnKeyDown = MDIImageKeyDown
  2123.             end
  2124.             object ImagePanel: TPanel
  2125.               Left = 11
  2126.               Top = 52
  2127.               Width = 444
  2128.               Height = 197
  2129.               BevelOuter = bvLowered
  2130.               TabOrder = 1
  2131.               object ImageSample: TTiledBitmap
  2132.                 left = 1
  2133.                 top = 1
  2134.                 width = 442
  2135.                 height = 195
  2136.                 Align = alClient
  2137.               end
  2138.             end
  2139.             object MDIImageSelect: TNashButton
  2140.               Left = 428
  2141.               Top = 21
  2142.               Width = 25
  2143.               Height = 25
  2144.               Caption = '...'
  2145.               Font.Charset = DEFAULT_CHARSET
  2146.               Font.Color = clWindowText
  2147.               Font.Height = -14
  2148.               Font.Name = 'MS Sans Serif'
  2149.               Font.Style = []
  2150.               ParentFont = False
  2151.               TabOrder = 2
  2152.               OnClick = MDIImageSelectClick
  2153.               HoverFont.Charset = DEFAULT_CHARSET
  2154.               HoverFont.Color = clBlue
  2155.               HoverFont.Height = -13
  2156.               HoverFont.Name = 'MS Sans Serif'
  2157.               HoverFont.Style = [fsUnderline]
  2158.               HoverHighlight = True
  2159.             end
  2160.           end
  2161.         end
  2162.         object tsDefaults: TPage
  2163.           Left = 0
  2164.           Top = 0
  2165.           HelpContext = 33
  2166.           Caption = 'tsDefaults'
  2167.           object Bevel2: TBevel
  2168.             Left = 7
  2169.             Top = 140
  2170.             Width = 466
  2171.             Height = 69
  2172.             Shape = bsFrame
  2173.           end
  2174.           object txCTCPfinger: TLabel
  2175.             Left = 19
  2176.             Top = 151
  2177.             Width = 92
  2178.             Height = 16
  2179.             AutoSize = False
  2180.             Caption = 'CTCP &FINGER:'
  2181.           end
  2182.           object txCTCPversion: TLabel
  2183.             Left = 19
  2184.             Top = 178
  2185.             Width = 92
  2186.             Height = 16
  2187.             AutoSize = False
  2188.             Caption = '&Version reply:'
  2189.           end
  2190.           object Bevel3: TBevel
  2191.             Left = 7
  2192.             Top = 220
  2193.             Width = 466
  2194.             Height = 97
  2195.             Shape = bsFrame
  2196.           end
  2197.           object txKick: TLabel
  2198.             Left = 19
  2199.             Top = 231
  2200.             Width = 92
  2201.             Height = 16
  2202.             AutoSize = False
  2203.             Caption = '&Kick message:'
  2204.           end
  2205.           object txTitleBarFormat: TLabel
  2206.             Left = 19
  2207.             Top = 287
  2208.             Width = 92
  2209.             Height = 16
  2210.             AutoSize = False
  2211.             Caption = '&Title bar format:'
  2212.           end
  2213.           object txQuit: TLabel
  2214.             Left = 19
  2215.             Top = 259
  2216.             Width = 92
  2217.             Height = 16
  2218.             AutoSize = False
  2219.             Caption = '&Quit message:'
  2220.           end
  2221.           object Bevel1: TBevel
  2222.             Left = 7
  2223.             Top = 328
  2224.             Width = 466
  2225.             Height = 93
  2226.             Shape = bsFrame
  2227.           end
  2228.           object txBanType: TLabel
  2229.             Left = 19
  2230.             Top = 339
  2231.             Width = 446
  2232.             Height = 16
  2233.             AutoSize = False
  2234.             Caption = '&Ban type:'
  2235.           end
  2236.           object BanType1: TExplorerButton
  2237.             Left = 19
  2238.             Top = 360
  2239.             Width = 118
  2240.             Height = 24
  2241.             Caption = 'nick!user@host'
  2242.             GroupIndex = 1
  2243.             Layout = blBitmapLeft
  2244.             Options = [boPopupMark, boShowBevel]
  2245.             Font.Charset = DEFAULT_CHARSET
  2246.             Font.Color = clBlue
  2247.             Font.Height = -14
  2248.             Font.Name = 'MS Sans Serif'
  2249.             Font.Style = []
  2250.             OnClick = BanType1Click
  2251.             ParentFont = False
  2252.             ParentShowHint = False
  2253.             ShowHint = False
  2254.             IBitmap = {}
  2255.           end
  2256.           object BanType2: TExplorerButton
  2257.             Left = 143
  2258.             Top = 360
  2259.             Width = 106
  2260.             Height = 24
  2261.             Caption = '*!*user@host'
  2262.             GroupIndex = 1
  2263.             Layout = blBitmapLeft
  2264.             Options = [boPopupMark, boShowBevel]
  2265.             Font.Charset = DEFAULT_CHARSET
  2266.             Font.Color = clBlue
  2267.             Font.Height = -14
  2268.             Font.Name = 'MS Sans Serif'
  2269.             Font.Style = []
  2270.             OnClick = BanType2Click
  2271.             ParentFont = False
  2272.             ParentShowHint = False
  2273.             ShowHint = False
  2274.             IBitmap = {}
  2275.           end
  2276.           object BanType3: TExplorerButton
  2277.             Left = 255
  2278.             Top = 360
  2279.             Width = 106
  2280.             Height = 24
  2281.             Caption = '*!*user@*host'
  2282.             GroupIndex = 1
  2283.             Layout = blBitmapLeft
  2284.             Options = [boPopupMark, boShowBevel]
  2285.             Font.Charset = DEFAULT_CHARSET
  2286.             Font.Color = clBlue
  2287.             Font.Height = -14
  2288.             Font.Name = 'MS Sans Serif'
  2289.             Font.Style = []
  2290.             OnClick = BanType3Click
  2291.             ParentFont = False
  2292.             ParentShowHint = False
  2293.             ShowHint = False
  2294.             IBitmap = {}
  2295.           end
  2296.           object BanType4: TExplorerButton
  2297.             Left = 367
  2298.             Top = 360
  2299.             Width = 94
  2300.             Height = 24
  2301.             Caption = '*!*@host'
  2302.             GroupIndex = 1
  2303.             Layout = blBitmapLeft
  2304.             Options = [boPopupMark, boShowBevel]
  2305.             Font.Charset = DEFAULT_CHARSET
  2306.             Font.Color = clBlue
  2307.             Font.Height = -14
  2308.             Font.Name = 'MS Sans Serif'
  2309.             Font.Style = []
  2310.             OnClick = BanType4Click
  2311.             ParentFont = False
  2312.             ParentShowHint = False
  2313.             ShowHint = False
  2314.             IBitmap = {}
  2315.           end
  2316.           object BanType5: TExplorerButton
  2317.             Left = 19
  2318.             Top = 388
  2319.             Width = 86
  2320.             Height = 24
  2321.             Caption = '*!*@*host'
  2322.             GroupIndex = 1
  2323.             Layout = blBitmapLeft
  2324.             Options = [boPopupMark, boShowBevel]
  2325.             Font.Charset = DEFAULT_CHARSET
  2326.             Font.Color = clBlue
  2327.             Font.Height = -14
  2328.             Font.Name = 'MS Sans Serif'
  2329.             Font.Style = []
  2330.             OnClick = BanType5Click
  2331.             ParentFont = False
  2332.             ParentShowHint = False
  2333.             ShowHint = False
  2334.             IBitmap = {}
  2335.           end
  2336.           object BanType6: TExplorerButton
  2337.             Left = 111
  2338.             Top = 388
  2339.             Width = 82
  2340.             Height = 24
  2341.             Caption = '*!user@*'
  2342.             GroupIndex = 1
  2343.             Layout = blBitmapLeft
  2344.             Options = [boPopupMark, boShowBevel]
  2345.             Font.Charset = DEFAULT_CHARSET
  2346.             Font.Color = clBlue
  2347.             Font.Height = -14
  2348.             Font.Name = 'MS Sans Serif'
  2349.             Font.Style = []
  2350.             OnClick = BanType6Click
  2351.             ParentFont = False
  2352.             ParentShowHint = False
  2353.             ShowHint = False
  2354.             IBitmap = {}
  2355.           end
  2356.           object BanType8: TExplorerButton
  2357.             Left = 292
  2358.             Top = 388
  2359.             Width = 81
  2360.             Height = 24
  2361.             Caption = 'nick!*@*'
  2362.             GroupIndex = 1
  2363.             Layout = blBitmapLeft
  2364.             Options = [boPopupMark, boShowBevel]
  2365.             Font.Charset = DEFAULT_CHARSET
  2366.             Font.Color = clBlue
  2367.             Font.Height = -14
  2368.             Font.Name = 'MS Sans Serif'
  2369.             Font.Style = []
  2370.             OnClick = BanType8Click
  2371.             ParentFont = False
  2372.             ParentShowHint = False
  2373.             ShowHint = False
  2374.             IBitmap = {}
  2375.           end
  2376.           object BanType9: TExplorerButton
  2377.             Left = 380
  2378.             Top = 388
  2379.             Width = 81
  2380.             Height = 24
  2381.             Caption = '*nick!*@*'
  2382.             GroupIndex = 1
  2383.             Layout = blBitmapLeft
  2384.             Options = [boPopupMark, boShowBevel]
  2385.             Font.Charset = DEFAULT_CHARSET
  2386.             Font.Color = clBlue
  2387.             Font.Height = -14
  2388.             Font.Name = 'MS Sans Serif'
  2389.             Font.Style = []
  2390.             OnClick = BanType9Click
  2391.             ParentFont = False
  2392.             ParentShowHint = False
  2393.             ShowHint = False
  2394.             IBitmap = {}
  2395.           end
  2396.           object BanType7: TExplorerButton
  2397.             Left = 199
  2398.             Top = 388
  2399.             Width = 86
  2400.             Height = 24
  2401.             Caption = '*!*user@*'
  2402.             GroupIndex = 1
  2403.             Layout = blBitmapLeft
  2404.             Options = [boPopupMark, boShowBevel]
  2405.             Font.Charset = DEFAULT_CHARSET
  2406.             Font.Color = clBlue
  2407.             Font.Height = -14
  2408.             Font.Name = 'MS Sans Serif'
  2409.             Font.Style = []
  2410.             OnClick = BanType7Click
  2411.             ParentFont = False
  2412.             ParentShowHint = False
  2413.             ShowHint = False
  2414.             IBitmap = {}
  2415.           end
  2416.           object GroupBox13: TGroupBox
  2417.             Left = 7
  2418.             Top = 2
  2419.             Width = 466
  2420.             Height = 127
  2421.             Caption = '&Automatically respond to ...'
  2422.             TabOrder = 0
  2423.             object cbCTCPfinger: TCheckBox
  2424.               Left = 11
  2425.               Top = 19
  2426.               Width = 446
  2427.               Height = 17
  2428.               Caption = 'CTCP &finger requests'
  2429.               State = cbChecked
  2430.               TabOrder = 0
  2431.               OnClick = cbCTCPfingerClick
  2432.             end
  2433.             object cbCTCPversion: TCheckBox
  2434.               Left = 11
  2435.               Top = 39
  2436.               Width = 446
  2437.               Height = 17
  2438.               Caption = 'CTCP &version requests'
  2439.               State = cbChecked
  2440.               TabOrder = 1
  2441.               OnClick = cbCTCPversionClick
  2442.             end
  2443.             object cbCTCPping: TCheckBox
  2444.               Left = 11
  2445.               Top = 59
  2446.               Width = 446
  2447.               Height = 17
  2448.               Caption = 'CTCP &pings'
  2449.               State = cbChecked
  2450.               TabOrder = 2
  2451.               OnClick = cbCTCPfingerClick
  2452.             end
  2453.             object cbCTCPtime: TCheckBox
  2454.               Left = 11
  2455.               Top = 79
  2456.               Width = 446
  2457.               Height = 17
  2458.               Caption = 'CTCP &time requests'
  2459.               State = cbChecked
  2460.               TabOrder = 3
  2461.               OnClick = cbCTCPversionClick
  2462.             end
  2463.             object cbDCC: TCheckBox
  2464.               Left = 11
  2465.               Top = 99
  2466.               Width = 446
  2467.               Height = 17
  2468.               Caption = '&DCC/TDCC requests'
  2469.               State = cbChecked
  2470.               TabOrder = 4
  2471.               OnClick = cbCTCPversionClick
  2472.             end
  2473.           end
  2474.           object tbCTCPfinger: TEdit
  2475.             Left = 120
  2476.             Top = 148
  2477.             Width = 341
  2478.             Height = 24
  2479.             TabOrder = 1
  2480.           end
  2481.           object tbCTCPversion: TEdit
  2482.             Left = 120
  2483.             Top = 176
  2484.             Width = 341
  2485.             Height = 24
  2486.             TabOrder = 2
  2487.           end
  2488.           object tbKickMessage: TEdit
  2489.             Left = 120
  2490.             Top = 228
  2491.             Width = 341
  2492.             Height = 24
  2493.             TabOrder = 3
  2494.           end
  2495.           object tbTitleBarFormat: TEdit
  2496.             Left = 120
  2497.             Top = 284
  2498.             Width = 341
  2499.             Height = 24
  2500.             TabOrder = 4
  2501.           end
  2502.           object tbQuitMessage: TEdit
  2503.             Left = 120
  2504.             Top = 256
  2505.             Width = 341
  2506.             Height = 24
  2507.             TabOrder = 5
  2508.           end
  2509.         end
  2510.         object tsUninstall: TPage
  2511.           Left = 0
  2512.           Top = 0
  2513.           HelpContext = 28
  2514.           Caption = 'tsUninstall'
  2515.           object Bevel4: TBevel
  2516.             Left = 7
  2517.             Top = 9
  2518.             Width = 466
  2519.             Height = 88
  2520.             Shape = bsFrame
  2521.           end
  2522.           object txUninstall: TLabel
  2523.             Left = 17
  2524.             Top = 20
  2525.             Width = 448
  2526.             Height = 69
  2527.             AutoSize = False
  2528.             Caption = 
  2529.               'WARNING: Pressing Uninstall will remove everything that ViRC '#39'97' +
  2530.               ' has inserted into your registry. However, ViRC '#39'97 will still r' +
  2531.               'emain on your hard disk in the % directory. You may remove this ' +
  2532.               'manually using the DELTREE command. '
  2533.             WordWrap = True
  2534.           end
  2535.           object UninstallBtn: TNashButton
  2536.             Left = 352
  2537.             Top = 104
  2538.             Width = 121
  2539.             Height = 29
  2540.             Caption = '&Uninstall now'
  2541.             Font.Charset = DEFAULT_CHARSET
  2542.             Font.Color = clWindowText
  2543.             Font.Height = -14
  2544.             Font.Name = 'MS Sans Serif'
  2545.             Font.Style = []
  2546.             ModalResult = 3
  2547.             ParentFont = False
  2548.             TabOrder = 0
  2549.             OnClick = UninstallBtnClick
  2550.             Glyph.Data = {
  2551.               CE070000424DCE07000000000000360000002800000024000000120000000100
  2552.               1800000000009807000000000000000000000000000000000000007F7F007F7F
  2553.               007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  2554.               7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  2555.               7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  2556.               007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7F007F7F007F7F007F
  2557.               7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  2558.               7F7F007F7F007F7F007F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F
  2559.               007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F0000FF0000
  2560.               7F00007F7F7F7F007F7F007F7F007F7F007F7F007F7F0000FF7F7F7F007F7F00
  2561.               7F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7FFFFFFF007F7F
  2562.               007F7F007F7F007F7F007F7F007F7FFFFFFF007F7F007F7F007F7F007F7F007F
  2563.               7F007F7F007F7F0000FF00007F00007F00007F7F7F7F007F7F007F7F007F7F00
  2564.               00FF00007F00007F7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F
  2565.               FFFFFF007F7F7F7F7FFFFFFF007F7F007F7F007F7FFFFFFF7F7F7F7F7F7FFFFF
  2566.               FF007F7F007F7F007F7F007F7F007F7F007F7F0000FF00007F00007F00007F00
  2567.               007F7F7F7F007F7F0000FF00007F00007F00007F00007F7F7F7F007F7F007F7F
  2568.               007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F7F7F7FFFFFFF007F7FFFFF
  2569.               FF7F7F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F00
  2570.               7F7F0000FF00007F00007F00007F00007F7F7F7F00007F00007F00007F00007F
  2571.               00007F7F7F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F
  2572.               7F007F7F7F7F7FFFFFFF7F7F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF00
  2573.               7F7F007F7F007F7F007F7F007F7F007F7F0000FF00007F00007F00007F00007F
  2574.               00007F00007F00007F00007F7F7F7F007F7F007F7F007F7F007F7F007F7F007F
  2575.               7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F7F7F7F007F7F007F7F007F7F00
  2576.               7F7FFFFFFF7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  2577.               0000FF00007F00007F00007F00007F00007F00007F7F7F7F007F7F007F7F007F
  2578.               7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F00
  2579.               7F7F007F7F007F7F007F7FFFFFFF7F7F7F007F7F007F7F007F7F007F7F007F7F
  2580.               007F7F007F7F007F7F007F7F007F7F00007F00007F00007F00007F00007F7F7F
  2581.               7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  2582.               7F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F7F7F7F007F7F007F7F
  2583.               007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F0000FF0000
  2584.               7F00007F00007F00007F7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  2585.               7F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F
  2586.               7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  2587.               7F007F7F0000FF00007F00007F00007F00007F00007F7F7F7F007F7F007F7F00
  2588.               7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F
  2589.               007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F
  2590.               7F007F7F007F7F007F7F007F7F0000FF00007F00007F00007F7F7F7F00007F00
  2591.               007F00007F7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  2592.               007F7F007F7F7F7F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F
  2593.               7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F0000FF00007F00007F00
  2594.               007F7F7F7F007F7F0000FF00007F00007F00007F7F7F7F007F7F007F7F007F7F
  2595.               007F7F007F7F007F7F007F7F007F7F7F7F7F007F7F007F7F007F7F7F7F7FFFFF
  2596.               FF007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F00
  2597.               7F7F0000FF00007F00007F7F7F7F007F7F007F7F007F7F0000FF00007F00007F
  2598.               00007F7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F
  2599.               7F007F7F7F7F7F007F7F7F7F7FFFFFFF007F7F007F7F7F7F7FFFFFFF007F7F00
  2600.               7F7F007F7F007F7F007F7F007F7F007F7F0000FF00007F007F7F007F7F007F7F
  2601.               007F7F007F7F0000FF00007F00007F00007F007F7F007F7F007F7F007F7F007F
  2602.               7F007F7F7F7F7FFFFFFFFFFFFF7F7F7F007F7F007F7F007F7F7F7F7FFFFFFF00
  2603.               7F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  2604.               007F7F007F7F007F7F007F7F007F7F007F7F007F7F0000FF00007F0000FF007F
  2605.               7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7F007F7F007F7F00
  2606.               7F7F007F7F007F7F7F7F7FFFFFFFFFFFFFFFFFFF7F7F7F007F7F007F7F007F7F
  2607.               007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  2608.               7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  2609.               7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7F7F7F7F
  2610.               007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  2611.               7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  2612.               7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  2613.               007F7F007F7F007F7F007F7F007F7F007F7F}
  2614.             NumGlyphs = 2
  2615.             HoverFont.Charset = DEFAULT_CHARSET
  2616.             HoverFont.Color = clBlue
  2617.             HoverFont.Height = -13
  2618.             HoverFont.Name = 'MS Sans Serif'
  2619.             HoverFont.Style = [fsUnderline]
  2620.             HoverHighlight = True
  2621.           end
  2622.         end
  2623.         object tsWinsock: TPage
  2624.           Left = 0
  2625.           Top = 0
  2626.           HelpContext = 26
  2627.           Caption = 'tsWinsock'
  2628.           object txStackName: TLabel
  2629.             Left = 9
  2630.             Top = 12
  2631.             Width = 84
  2632.             Height = 20
  2633.             AutoSize = False
  2634.             Caption = '&Stack name:'
  2635.           end
  2636.           object txSystemStatus: TLabel
  2637.             Left = 9
  2638.             Top = 44
  2639.             Width = 92
  2640.             Height = 20
  2641.             AutoSize = False
  2642.             Caption = 'S&ystem status:'
  2643.           end
  2644.           object txVendorInfo: TLabel
  2645.             Left = 9
  2646.             Top = 76
  2647.             Width = 92
  2648.             Height = 20
  2649.             AutoSize = False
  2650.             Caption = '&Vendor info:'
  2651.           end
  2652.           object Bevel5: TBevel
  2653.             Left = 8
  2654.             Top = 104
  2655.             Width = 465
  2656.             Height = 9
  2657.             Shape = bsBottomLine
  2658.           end
  2659.           object txMaxSockets: TLabel
  2660.             Left = 9
  2661.             Top = 128
  2662.             Width = 92
  2663.             Height = 20
  2664.             AutoSize = False
  2665.             Caption = '&Max. sockets:'
  2666.           end
  2667.           object txReceiveBufferSize: TLabel
  2668.             Left = 232
  2669.             Top = 128
  2670.             Width = 121
  2671.             Height = 20
  2672.             AutoSize = False
  2673.             Caption = '&Receive buffer size:'
  2674.           end
  2675.           object StackName: TEdit
  2676.             Left = 104
  2677.             Top = 9
  2678.             Width = 369
  2679.             Height = 24
  2680.             ReadOnly = True
  2681.             TabOrder = 0
  2682.           end
  2683.           object SystemStatus: TEdit
  2684.             Left = 104
  2685.             Top = 41
  2686.             Width = 369
  2687.             Height = 24
  2688.             ReadOnly = True
  2689.             TabOrder = 1
  2690.           end
  2691.           object VendorInfo: TEdit
  2692.             Left = 104
  2693.             Top = 73
  2694.             Width = 369
  2695.             Height = 24
  2696.             ReadOnly = True
  2697.             TabOrder = 2
  2698.           end
  2699.           object MaxSockets: TEdit
  2700.             Left = 104
  2701.             Top = 125
  2702.             Width = 105
  2703.             Height = 24
  2704.             ReadOnly = True
  2705.             TabOrder = 3
  2706.           end
  2707.           object ReceiveBufferSize: TSpinEdit
  2708.             Left = 364
  2709.             Top = 125
  2710.             Width = 109
  2711.             Height = 26
  2712.             AutoSize = False
  2713.             Increment = 1024
  2714.             MaxValue = 65536
  2715.             MinValue = 2048
  2716.             TabOrder = 4
  2717.             Value = 16384
  2718.           end
  2719.           object TrumpetWinsockFixes: TCheckBox
  2720.             Left = 19
  2721.             Top = 163
  2722.             Width = 450
  2723.             Height = 17
  2724.             Caption = 'Enable work-around for Trumpet Winsock bugs'
  2725.             TabOrder = 5
  2726.             OnClick = cbCTCPfingerClick
  2727.           end
  2728.         end
  2729.         object tsNotify: TPage
  2730.           Left = 0
  2731.           Top = 0
  2732.           HelpContext = 25
  2733.           Caption = 'tsNotify'
  2734.           object Panel4: TPanel
  2735.             Left = 0
  2736.             Top = 395
  2737.             Width = 480
  2738.             Height = 37
  2739.             Align = alBottom
  2740.             BevelOuter = bvNone
  2741.             Caption = 'Panel4'
  2742.             TabOrder = 0
  2743.             object Panel5: TPanel
  2744.               Left = 101
  2745.               Top = 0
  2746.               Width = 379
  2747.               Height = 37
  2748.               Align = alRight
  2749.               BevelOuter = bvNone
  2750.               TabOrder = 0
  2751.               object NotifyRefresh: TNashButton
  2752.                 Left = 117
  2753.                 Top = 4
  2754.                 Width = 89
  2755.                 Height = 28
  2756.                 Caption = '&Refresh'
  2757.                 Font.Charset = DEFAULT_CHARSET
  2758.                 Font.Color = clWindowText
  2759.                 Font.Height = -13
  2760.                 Font.Name = 'MS Sans Serif'
  2761.                 Font.Style = []
  2762.                 ParentFont = False
  2763.                 TabOrder = 0
  2764.                 OnClick = NotifyRefreshClick
  2765.                 Glyph.Data = {
  2766.                   76010000424D7601000000000000760000002800000020000000100000000100
  2767.                   04000000000000010000120B0000120B00001000000000000000000000000000
  2768.                   800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2769.                   FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333330000000
  2770.                   00003333377777777777333330FFFFFFFFF03FF3F7FFFF33FFF7003000000FF0
  2771.                   00F077F7777773F77737E00FBFBFB0FFFFF07773333FF7FF33F7E0FBFB00000F
  2772.                   F0F077F333777773F737E0BFBFBFBFB0FFF077F3333FFFF733F7E0FBFB00000F
  2773.                   F0F077F333777773F737E0BFBFBFBFB0FFF077F33FFFFFF733F7E0FB0000000F
  2774.                   F0F077FF777777733737000FB0FFFFFFFFF07773F7F333333337333000FFFFFF
  2775.                   FFF0333777F3FFF33FF7333330F000FF0000333337F777337777333330FFFFFF
  2776.                   0FF0333337FFFFFF7F37333330CCCCCC0F033333377777777F73333330FFFFFF
  2777.                   0033333337FFFFFF773333333000000003333333377777777333}
  2778.                 NumGlyphs = 2
  2779.                 HoverFont.Charset = DEFAULT_CHARSET
  2780.                 HoverFont.Color = clBlue
  2781.                 HoverFont.Height = -13
  2782.                 HoverFont.Name = 'MS Sans Serif'
  2783.                 HoverFont.Style = [fsUnderline]
  2784.                 HoverHighlight = True
  2785.               end
  2786.               object NotifyRemove: TNashButton
  2787.                 Left = 291
  2788.                 Top = 4
  2789.                 Width = 85
  2790.                 Height = 28
  2791.                 Caption = 'R&emove'
  2792.                 Enabled = False
  2793.                 Font.Charset = DEFAULT_CHARSET
  2794.                 Font.Color = clWindowText
  2795.                 Font.Height = -13
  2796.                 Font.Name = 'MS Sans Serif'
  2797.                 Font.Style = []
  2798.                 ParentFont = False
  2799.                 TabOrder = 2
  2800.                 OnClick = NotifyRemoveClick
  2801.                 Glyph.Data = {
  2802.                   76010000424D7601000000000000760000002800000020000000100000000100
  2803.                   04000000000000010000130B0000130B00001000000000000000000000000000
  2804.                   800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2805.                   FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  2806.                   333333333333333333FF33333333333330003333333333333777333333333333
  2807.                   300033FFFFFF3333377739999993333333333777777F3333333F399999933333
  2808.                   3300377777733333337733333333333333003333333333333377333333333333
  2809.                   3333333333333333333F333333333333330033333F33333333773333C3333333
  2810.                   330033337F3333333377333CC3333333333333F77FFFFFFF3FF33CCCCCCCCCC3
  2811.                   993337777777777F77F33CCCCCCCCCC399333777777777737733333CC3333333
  2812.                   333333377F33333333FF3333C333333330003333733333333777333333333333
  2813.                   3000333333333333377733333333333333333333333333333333}
  2814.                 NumGlyphs = 2
  2815.                 HoverFont.Charset = DEFAULT_CHARSET
  2816.                 HoverFont.Color = clBlue
  2817.                 HoverFont.Height = -13
  2818.                 HoverFont.Name = 'MS Sans Serif'
  2819.                 HoverFont.Style = [fsUnderline]
  2820.                 HoverHighlight = True
  2821.               end
  2822.               object NotifyAdd: TNashButton
  2823.                 Left = 212
  2824.                 Top = 4
  2825.                 Width = 73
  2826.                 Height = 28
  2827.                 Caption = '&Add'
  2828.                 Font.Charset = DEFAULT_CHARSET
  2829.                 Font.Color = clWindowText
  2830.                 Font.Height = -13
  2831.                 Font.Name = 'MS Sans Serif'
  2832.                 Font.Style = []
  2833.                 ParentFont = False
  2834.                 TabOrder = 1
  2835.                 OnClick = NotifyAddClick
  2836.                 Glyph.Data = {
  2837.                   76010000424D7601000000000000760000002800000020000000100000000100
  2838.                   04000000000000010000130B0000130B00001000000000000000000000000000
  2839.                   800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2840.                   FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  2841.                   33333333FF33333333FF333993333333300033377F3333333777333993333333
  2842.                   300033F77FFF3333377739999993333333333777777F3333333F399999933333
  2843.                   33003777777333333377333993333333330033377F3333333377333993333333
  2844.                   3333333773333333333F333333333333330033333333F33333773333333C3333
  2845.                   330033333337FF3333773333333CC333333333FFFFF77FFF3FF33CCCCCCCCCC3
  2846.                   993337777777777F77F33CCCCCCCCCC3993337777777777377333333333CC333
  2847.                   333333333337733333FF3333333C333330003333333733333777333333333333
  2848.                   3000333333333333377733333333333333333333333333333333}
  2849.                 NumGlyphs = 2
  2850.                 HoverFont.Charset = DEFAULT_CHARSET
  2851.                 HoverFont.Color = clBlue
  2852.                 HoverFont.Height = -13
  2853.                 HoverFont.Name = 'MS Sans Serif'
  2854.                 HoverFont.Style = [fsUnderline]
  2855.                 HoverHighlight = True
  2856.               end
  2857.             end
  2858.             object cbAutoRefreshNotify: TCheckBox
  2859.               Left = 9
  2860.               Top = 8
  2861.               Width = 204
  2862.               Height = 17
  2863.               Caption = '&Auto-notify every 30 seconds'
  2864.               TabOrder = 1
  2865.             end
  2866.           end
  2867.           object Panel3: TPanel
  2868.             Left = 4
  2869.             Top = 4
  2870.             Width = 474
  2871.             Height = 385
  2872.             BevelOuter = bvNone
  2873.             Caption = 'NotifyPanel'
  2874.             TabOrder = 1
  2875.             object NotifyList: TListView
  2876.               Left = 0
  2877.               Top = 0
  2878.               Width = 474
  2879.               Height = 385
  2880.               Hint = 'Notify list. Double-click on a nickname to show WHOIS info.'
  2881.               Align = alClient
  2882.               ColumnClick = False
  2883.               OnDblClick = NotifyListDblClick
  2884.               Columns = <>
  2885.               ReadOnly = True
  2886.               HideSelection = False
  2887.               OnChange = NotifyListChange
  2888.               TabOrder = 0
  2889.               ViewStyle = vsReport
  2890.             end
  2891.           end
  2892.         end
  2893.         object tsPaths: TPage
  2894.           Left = 0
  2895.           Top = 0
  2896.           HelpContext = 29
  2897.           Caption = 'tsPaths'
  2898.           object Label12: TLabel
  2899.             Left = 11
  2900.             Top = 15
  2901.             Width = 77
  2902.             Height = 16
  2903.             Caption = '&Upload path:'
  2904.             FocusControl = UploadPath
  2905.           end
  2906.           object Label13: TLabel
  2907.             Left = 11
  2908.             Top = 43
  2909.             Width = 93
  2910.             Height = 16
  2911.             Caption = '&Download path:'
  2912.             FocusControl = DownloadPath
  2913.           end
  2914.           object Label21: TLabel
  2915.             Left = 11
  2916.             Top = 71
  2917.             Width = 66
  2918.             Height = 16
  2919.             Caption = '&Script path:'
  2920.             FocusControl = DownloadPath
  2921.           end
  2922.           object Label22: TLabel
  2923.             Left = 11
  2924.             Top = 99
  2925.             Width = 71
  2926.             Height = 16
  2927.             Caption = 'S&ound path:'
  2928.             FocusControl = DownloadPath
  2929.           end
  2930.           object Label33: TLabel
  2931.             Left = 11
  2932.             Top = 127
  2933.             Width = 55
  2934.             Height = 16
  2935.             Caption = '&Log path:'
  2936.             FocusControl = DownloadPath
  2937.           end
  2938.           object UploadPath: TEdit
  2939.             Left = 112
  2940.             Top = 12
  2941.             Width = 325
  2942.             Height = 24
  2943.             TabOrder = 0
  2944.             Text = '.'
  2945.           end
  2946.           object DownloadPath: TEdit
  2947.             Left = 112
  2948.             Top = 40
  2949.             Width = 325
  2950.             Height = 24
  2951.             TabOrder = 2
  2952.             Text = '.'
  2953.           end
  2954.           object SelectUploadPath: TNashButton
  2955.             Left = 444
  2956.             Top = 12
  2957.             Width = 25
  2958.             Height = 25
  2959.             Caption = '...'
  2960.             Font.Charset = DEFAULT_CHARSET
  2961.             Font.Color = clWindowText
  2962.             Font.Height = -14
  2963.             Font.Name = 'MS Sans Serif'
  2964.             Font.Style = []
  2965.             ParentFont = False
  2966.             TabOrder = 1
  2967.             OnClick = SelectUploadPathClick
  2968.             HoverFont.Charset = DEFAULT_CHARSET
  2969.             HoverFont.Color = clBlue
  2970.             HoverFont.Height = -13
  2971.             HoverFont.Name = 'MS Sans Serif'
  2972.             HoverFont.Style = [fsUnderline]
  2973.             HoverHighlight = True
  2974.           end
  2975.           object SelectDownloadPath: TNashButton
  2976.             Left = 444
  2977.             Top = 40
  2978.             Width = 25
  2979.             Height = 25
  2980.             Caption = '...'
  2981.             Font.Charset = DEFAULT_CHARSET
  2982.             Font.Color = clWindowText
  2983.             Font.Height = -14
  2984.             Font.Name = 'MS Sans Serif'
  2985.             Font.Style = []
  2986.             ParentFont = False
  2987.             TabOrder = 3
  2988.             OnClick = SelectDownloadPathClick
  2989.             HoverFont.Charset = DEFAULT_CHARSET
  2990.             HoverFont.Color = clBlue
  2991.             HoverFont.Height = -13
  2992.             HoverFont.Name = 'MS Sans Serif'
  2993.             HoverFont.Style = [fsUnderline]
  2994.             HoverHighlight = True
  2995.           end
  2996.           object ScriptPath: TEdit
  2997.             Left = 112
  2998.             Top = 68
  2999.             Width = 325
  3000.             Height = 24
  3001.             TabOrder = 4
  3002.             Text = '.'
  3003.           end
  3004.           object SelectScriptPath: TNashButton
  3005.             Left = 444
  3006.             Top = 68
  3007.             Width = 25
  3008.             Height = 25
  3009.             Caption = '...'
  3010.             Font.Charset = DEFAULT_CHARSET
  3011.             Font.Color = clWindowText
  3012.             Font.Height = -13
  3013.             Font.Name = 'MS Sans Serif'
  3014.             Font.Style = []
  3015.             ParentFont = False
  3016.             TabOrder = 5
  3017.             OnClick = SelectScriptPathClick
  3018.             HoverFont.Charset = DEFAULT_CHARSET
  3019.             HoverFont.Color = clBlue
  3020.             HoverFont.Height = -13
  3021.             HoverFont.Name = 'MS Sans Serif'
  3022.             HoverFont.Style = [fsUnderline]
  3023.             HoverHighlight = True
  3024.           end
  3025.           object SoundPath: TEdit
  3026.             Left = 112
  3027.             Top = 96
  3028.             Width = 325
  3029.             Height = 24
  3030.             TabOrder = 6
  3031.             Text = '.'
  3032.           end
  3033.           object SelectSoundPath: TNashButton
  3034.             Left = 444
  3035.             Top = 96
  3036.             Width = 25
  3037.             Height = 25
  3038.             Caption = '...'
  3039.             Font.Charset = DEFAULT_CHARSET
  3040.             Font.Color = clWindowText
  3041.             Font.Height = -13
  3042.             Font.Name = 'MS Sans Serif'
  3043.             Font.Style = []
  3044.             ParentFont = False
  3045.             TabOrder = 7
  3046.             OnClick = SelectSoundPathClick
  3047.             HoverFont.Charset = DEFAULT_CHARSET
  3048.             HoverFont.Color = clBlue
  3049.             HoverFont.Height = -13
  3050.             HoverFont.Name = 'MS Sans Serif'
  3051.             HoverFont.Style = [fsUnderline]
  3052.             HoverHighlight = True
  3053.           end
  3054.           object LogPath: TEdit
  3055.             Left = 112
  3056.             Top = 124
  3057.             Width = 325
  3058.             Height = 24
  3059.             TabOrder = 8
  3060.             Text = '.'
  3061.           end
  3062.           object SelectLogPath: TNashButton
  3063.             Left = 444
  3064.             Top = 124
  3065.             Width = 25
  3066.             Height = 25
  3067.             Caption = '...'
  3068.             Font.Charset = DEFAULT_CHARSET
  3069.             Font.Color = clWindowText
  3070.             Font.Height = -13
  3071.             Font.Name = 'MS Sans Serif'
  3072.             Font.Style = []
  3073.             ParentFont = False
  3074.             TabOrder = 9
  3075.             OnClick = SelectLogPathClick
  3076.             HoverFont.Charset = DEFAULT_CHARSET
  3077.             HoverFont.Color = clBlue
  3078.             HoverFont.Height = -13
  3079.             HoverFont.Name = 'MS Sans Serif'
  3080.             HoverFont.Style = [fsUnderline]
  3081.             HoverHighlight = True
  3082.           end
  3083.         end
  3084.         object TabSheet1: TPage
  3085.           Left = 0
  3086.           Top = 0
  3087.           HelpContext = 50
  3088.           Caption = 'tsLocalInfo'
  3089.           object GroupBox15: TGroupBox
  3090.             Left = 7
  3091.             Top = 2
  3092.             Width = 466
  3093.             Height = 47
  3094.             Caption = '&General options'
  3095.             TabOrder = 0
  3096.             object AutoGrabIPAddr: TCheckBox
  3097.               Left = 11
  3098.               Top = 19
  3099.               Width = 450
  3100.               Height = 17
  3101.               Caption = '&Automatically grab IP address on connect'
  3102.               TabOrder = 0
  3103.               OnClick = AutoGrabIPAddrClick
  3104.             end
  3105.           end
  3106.           object GroupBox16: TGroupBox
  3107.             Left = 7
  3108.             Top = 54
  3109.             Width = 466
  3110.             Height = 55
  3111.             Caption = '&IP address settings'
  3112.             TabOrder = 1
  3113.             object txIPAddr: TLabel
  3114.               Left = 11
  3115.               Top = 23
  3116.               Width = 68
  3117.               Height = 16
  3118.               Caption = '&IP address:'
  3119.               FocusControl = UsernameIDENTD
  3120.             end
  3121.             object IPAddr: TEdit
  3122.               Left = 87
  3123.               Top = 20
  3124.               Width = 366
  3125.               Height = 24
  3126.               TabOrder = 0
  3127.             end
  3128.           end
  3129.         end
  3130.         object tsDoubleClickActions: TPage
  3131.           Left = 0
  3132.           Top = 0
  3133.           HelpContext = 48
  3134.           Caption = 'tsDoubleClickActions'
  3135.           object GroupBox17: TGroupBox
  3136.             Left = 7
  3137.             Top = 2
  3138.             Width = 466
  3139.             Height = 111
  3140.             Caption = '&Double-click in window executes command ...'
  3141.             TabOrder = 0
  3142.             object Label23: TLabel
  3143.               Left = 14
  3144.               Top = 23
  3145.               Width = 102
  3146.               Height = 20
  3147.               AutoSize = False
  3148.               Caption = '&Server text:'
  3149.               FocusControl = tbNickname
  3150.             end
  3151.             object Label26: TLabel
  3152.               Left = 14
  3153.               Top = 51
  3154.               Width = 102
  3155.               Height = 20
  3156.               AutoSize = False
  3157.               Caption = '&Channel text:'
  3158.               FocusControl = tbBackupNick
  3159.             end
  3160.             object Label27: TLabel
  3161.               Left = 14
  3162.               Top = 79
  3163.               Width = 102
  3164.               Height = 20
  3165.               AutoSize = False
  3166.               Caption = 'Channel &nicks:'
  3167.               FocusControl = tbEmail
  3168.             end
  3169.             object ServerTextAction: TEdit
  3170.               Left = 115
  3171.               Top = 20
  3172.               Width = 338
  3173.               Height = 24
  3174.               TabOrder = 0
  3175.             end
  3176.             object ChannelTextAction: TEdit
  3177.               Left = 115
  3178.               Top = 48
  3179.               Width = 338
  3180.               Height = 24
  3181.               TabOrder = 1
  3182.             end
  3183.             object ChannelNicksAction: TEdit
  3184.               Left = 115
  3185.               Top = 76
  3186.               Width = 338
  3187.               Height = 24
  3188.               TabOrder = 2
  3189.             end
  3190.           end
  3191.         end
  3192.         object tsTextOutput: TPage
  3193.           Left = 0
  3194.           Top = 0
  3195.           HelpContext = 49
  3196.           Caption = 'tsTextOutput'
  3197.           object grpTabStopSettings: TGroupBox
  3198.             Left = 7
  3199.             Top = 2
  3200.             Width = 466
  3201.             Height = 143
  3202.             Caption = '&Tab stop settings'
  3203.             TabOrder = 0
  3204.             object Label28: TLabel
  3205.               Left = 12
  3206.               Top = 21
  3207.               Width = 445
  3208.               Height = 36
  3209.               AutoSize = False
  3210.               Caption = 
  3211.                 'ViRC '#39'97 now replaces tab characters in text with a number of sp' +
  3212.                 'aces. How many spaces do you wish to substitute for one tab?'
  3213.               WordWrap = True
  3214.             end
  3215.             object txTabSpaces: TLabel
  3216.               Left = 309
  3217.               Top = 67
  3218.               Width = 80
  3219.               Height = 16
  3220.               AutoSize = False
  3221.               Caption = '0 spaces'
  3222.             end
  3223.             object TabSpaces: TTrackBar
  3224.               Left = 34
  3225.               Top = 61
  3226.               Width = 259
  3227.               Height = 36
  3228.               Max = 20
  3229.               Orientation = trHorizontal
  3230.               Frequency = 1
  3231.               Position = 0
  3232.               SelEnd = 0
  3233.               SelStart = 0
  3234.               TabOrder = 0
  3235.               TickMarks = tmBottomRight
  3236.               TickStyle = tsAuto
  3237.               OnChange = TabSpacesChange
  3238.             end
  3239.             object SampleTabText: TEdit
  3240.               Left = 12
  3241.               Top = 106
  3242.               Width = 442
  3243.               Height = 24
  3244.               ReadOnly = True
  3245.               TabOrder = 1
  3246.             end
  3247.           end
  3248.           object grpTextBoxSettings: TGroupBox
  3249.             Left = 7
  3250.             Top = 151
  3251.             Width = 466
  3252.             Height = 162
  3253.             Caption = 'T&ext box settings'
  3254.             TabOrder = 1
  3255.             object Label34: TLabel
  3256.               Left = 12
  3257.               Top = 21
  3258.               Width = 445
  3259.               Height = 68
  3260.               AutoSize = False
  3261.               Caption = 
  3262.                 'When many text lines are added rapidly, ViRC '#39'97 will go into ac' +
  3263.                 'celerated output mode and scroll more than one line at a time. H' +
  3264.                 'ow many lines do you want to scroll at a time? Lowering this set' +
  3265.                 'ting will make text output smoother but slower.'
  3266.               WordWrap = True
  3267.             end
  3268.             object txScrollBy: TLabel
  3269.               Left = 309
  3270.               Top = 99
  3271.               Width = 80
  3272.               Height = 16
  3273.               AutoSize = False
  3274.               Caption = '1 line'
  3275.             end
  3276.             object ScrollBy: TTrackBar
  3277.               Left = 34
  3278.               Top = 93
  3279.               Width = 259
  3280.               Height = 36
  3281.               Max = 50
  3282.               Min = 1
  3283.               Orientation = trHorizontal
  3284.               Frequency = 2
  3285.               Position = 1
  3286.               SelEnd = 0
  3287.               SelStart = 0
  3288.               TabOrder = 0
  3289.               TickMarks = tmBottomRight
  3290.               TickStyle = tsAuto
  3291.               OnChange = ScrollByChange
  3292.             end
  3293.             object DisableTextBitmaps: TCheckBox
  3294.               Left = 13
  3295.               Top = 134
  3296.               Width = 300
  3297.               Height = 17
  3298.               Caption = 'Disable info bitmaps in text boxes'
  3299.               TabOrder = 1
  3300.             end
  3301.           end
  3302.           object grpTimeStamping: TGroupBox
  3303.             Left = 7
  3304.             Top = 320
  3305.             Width = 466
  3306.             Height = 101
  3307.             Caption = 'T&ime stamping'
  3308.             TabOrder = 2
  3309.             object txTimeStampFormat: TLabel
  3310.               Left = 12
  3311.               Top = 42
  3312.               Width = 449
  3313.               Height = 16
  3314.               AutoSize = False
  3315.               Caption = 
  3316.                 'Time stamp &format: (see TIME function in VSCRIPT.TXT for more i' +
  3317.                 'nfo)'
  3318.               Enabled = False
  3319.             end
  3320.             object TimeStampFormat: TEdit
  3321.               Left = 12
  3322.               Top = 65
  3323.               Width = 445
  3324.               Height = 24
  3325.               Enabled = False
  3326.               TabOrder = 0
  3327.             end
  3328.             object EnableTimeStamping: TCheckBox
  3329.               Left = 13
  3330.               Top = 20
  3331.               Width = 352
  3332.               Height = 17
  3333.               Caption = 'Stamp every message displayed with the current time'
  3334.               TabOrder = 1
  3335.               OnClick = EnableTimeStampingClick
  3336.             end
  3337.           end
  3338.         end
  3339.         object tsLogging: TPage
  3340.           Left = 0
  3341.           Top = 0
  3342.           HelpContext = 47
  3343.           Caption = 'tsLogging'
  3344.           object GroupBox18: TGroupBox
  3345.             Left = 7
  3346.             Top = 2
  3347.             Width = 466
  3348.             Height = 75
  3349.             Caption = '&Server logging options (private messages, notices etc.)'
  3350.             TabOrder = 0
  3351.             object Label29: TLabel
  3352.               Left = 11
  3353.               Top = 43
  3354.               Width = 94
  3355.               Height = 16
  3356.               AutoSize = False
  3357.               Caption = 'Server log &file:'
  3358.               FocusControl = DownloadPath
  3359.             end
  3360.             object EnableServerLog: TCheckBox
  3361.               Left = 12
  3362.               Top = 20
  3363.               Width = 450
  3364.               Height = 17
  3365.               Caption = '&Enable server log automatically when opening server window'
  3366.               TabOrder = 0
  3367.             end
  3368.             object GlobalLogFile: TEdit
  3369.               Left = 112
  3370.               Top = 40
  3371.               Width = 313
  3372.               Height = 24
  3373.               TabOrder = 1
  3374.               Text = 'GlobalLogFile'
  3375.             end
  3376.             object SelectGlobalLogFile: TNashButton
  3377.               Left = 429
  3378.               Top = 40
  3379.               Width = 25
  3380.               Height = 25
  3381.               Caption = '...'
  3382.               Font.Charset = DEFAULT_CHARSET
  3383.               Font.Color = clWindowText
  3384.               Font.Height = -14
  3385.               Font.Name = 'MS Sans Serif'
  3386.               Font.Style = []
  3387.               ParentFont = False
  3388.               TabOrder = 2
  3389.               OnClick = SelectGlobalLogFileClick
  3390.               HoverFont.Charset = DEFAULT_CHARSET
  3391.               HoverFont.Color = clBlue
  3392.               HoverFont.Height = -13
  3393.               HoverFont.Name = 'MS Sans Serif'
  3394.               HoverFont.Style = [fsUnderline]
  3395.               HoverHighlight = True
  3396.             end
  3397.           end
  3398.           object GroupBox19: TGroupBox
  3399.             Left = 7
  3400.             Top = 82
  3401.             Width = 466
  3402.             Height = 75
  3403.             Caption = '&Channel logging'
  3404.             TabOrder = 1
  3405.             object Label30: TLabel
  3406.               Left = 11
  3407.               Top = 43
  3408.               Width = 94
  3409.               Height = 16
  3410.               AutoSize = False
  3411.               Caption = 'Channel log &file:'
  3412.               FocusControl = DownloadPath
  3413.             end
  3414.             object EnableChannelLog: TCheckBox
  3415.               Left = 12
  3416.               Top = 20
  3417.               Width = 450
  3418.               Height = 17
  3419.               Caption = '&Enable channel log automatically when joining channel'
  3420.               TabOrder = 0
  3421.             end
  3422.             object ChannelLogFile: TEdit
  3423.               Left = 112
  3424.               Top = 40
  3425.               Width = 313
  3426.               Height = 24
  3427.               TabOrder = 1
  3428.               Text = 'ChannelLogFile'
  3429.             end
  3430.             object SelectChannelLogFile: TNashButton
  3431.               Left = 429
  3432.               Top = 40
  3433.               Width = 25
  3434.               Height = 25
  3435.               Caption = '...'
  3436.               Font.Charset = DEFAULT_CHARSET
  3437.               Font.Color = clWindowText
  3438.               Font.Height = -14
  3439.               Font.Name = 'MS Sans Serif'
  3440.               Font.Style = []
  3441.               ParentFont = False
  3442.               TabOrder = 2
  3443.               OnClick = SelectChannelLogFileClick
  3444.               HoverFont.Charset = DEFAULT_CHARSET
  3445.               HoverFont.Color = clBlue
  3446.               HoverFont.Height = -13
  3447.               HoverFont.Name = 'MS Sans Serif'
  3448.               HoverFont.Style = [fsUnderline]
  3449.               HoverHighlight = True
  3450.             end
  3451.           end
  3452.           object GroupBox20: TGroupBox
  3453.             Left = 7
  3454.             Top = 162
  3455.             Width = 466
  3456.             Height = 75
  3457.             Caption = '&Query (private message window) logging options'
  3458.             TabOrder = 2
  3459.             object Label31: TLabel
  3460.               Left = 11
  3461.               Top = 43
  3462.               Width = 94
  3463.               Height = 16
  3464.               AutoSize = False
  3465.               Caption = 'Query log &file:'
  3466.               FocusControl = DownloadPath
  3467.             end
  3468.             object EnableQueryLog: TCheckBox
  3469.               Left = 12
  3470.               Top = 20
  3471.               Width = 450
  3472.               Height = 17
  3473.               Caption = '&Enable query log automatically when starting query'
  3474.               TabOrder = 0
  3475.             end
  3476.             object QueryLogFile: TEdit
  3477.               Left = 112
  3478.               Top = 40
  3479.               Width = 313
  3480.               Height = 24
  3481.               TabOrder = 1
  3482.               Text = 'QueryLogFile'
  3483.             end
  3484.             object SelectQueryLogFile: TNashButton
  3485.               Left = 429
  3486.               Top = 40
  3487.               Width = 25
  3488.               Height = 25
  3489.               Caption = '...'
  3490.               Font.Charset = DEFAULT_CHARSET
  3491.               Font.Color = clWindowText
  3492.               Font.Height = -14
  3493.               Font.Name = 'MS Sans Serif'
  3494.               Font.Style = []
  3495.               ParentFont = False
  3496.               TabOrder = 2
  3497.               OnClick = SelectQueryLogFileClick
  3498.               HoverFont.Charset = DEFAULT_CHARSET
  3499.               HoverFont.Color = clBlue
  3500.               HoverFont.Height = -13
  3501.               HoverFont.Name = 'MS Sans Serif'
  3502.               HoverFont.Style = [fsUnderline]
  3503.               HoverHighlight = True
  3504.             end
  3505.           end
  3506.           object GroupBox21: TGroupBox
  3507.             Left = 7
  3508.             Top = 242
  3509.             Width = 466
  3510.             Height = 75
  3511.             Caption = '&DCC Chat logging options'
  3512.             TabOrder = 3
  3513.             object Label32: TLabel
  3514.               Left = 11
  3515.               Top = 43
  3516.               Width = 94
  3517.               Height = 16
  3518.               AutoSize = False
  3519.               Caption = 'Chat log &file:'
  3520.               FocusControl = DownloadPath
  3521.             end
  3522.             object EnableDCCChatLog: TCheckBox
  3523.               Left = 12
  3524.               Top = 20
  3525.               Width = 450
  3526.               Height = 17
  3527.               Caption = 
  3528.                 '&Enable DCC Chat log automatically when initiating/accepting DCC' +
  3529.                 ' Chat'
  3530.               TabOrder = 0
  3531.             end
  3532.             object DCCChatLogFile: TEdit
  3533.               Left = 112
  3534.               Top = 40
  3535.               Width = 313
  3536.               Height = 24
  3537.               TabOrder = 1
  3538.               Text = 'DCCChatLogFile'
  3539.             end
  3540.             object SelectDCCChatLogFile: TNashButton
  3541.               Left = 429
  3542.               Top = 40
  3543.               Width = 25
  3544.               Height = 25
  3545.               Caption = '...'
  3546.               Font.Charset = DEFAULT_CHARSET
  3547.               Font.Color = clWindowText
  3548.               Font.Height = -14
  3549.               Font.Name = 'MS Sans Serif'
  3550.               Font.Style = []
  3551.               ParentFont = False
  3552.               TabOrder = 2
  3553.               OnClick = SelectDCCChatLogFileClick
  3554.               HoverFont.Charset = DEFAULT_CHARSET
  3555.               HoverFont.Color = clBlue
  3556.               HoverFont.Height = -13
  3557.               HoverFont.Name = 'MS Sans Serif'
  3558.               HoverFont.Style = [fsUnderline]
  3559.               HoverHighlight = True
  3560.             end
  3561.           end
  3562.           object GroupBox6: TGroupBox
  3563.             Left = 7
  3564.             Top = 322
  3565.             Width = 466
  3566.             Height = 67
  3567.             Caption = '&Miscellaneous logging options'
  3568.             TabOrder = 4
  3569.             object StripLogAttribs: TCheckBox
  3570.               Left = 12
  3571.               Top = 20
  3572.               Width = 450
  3573.               Height = 17
  3574.               Caption = '&Strip colour and attribute codes from log files'
  3575.               TabOrder = 0
  3576.             end
  3577.             object TimeStampLogs: TCheckBox
  3578.               Left = 12
  3579.               Top = 40
  3580.               Width = 352
  3581.               Height = 17
  3582.               Caption = 'Stamp every message logged with the current time'
  3583.               TabOrder = 1
  3584.               OnClick = EnableTimeStampingClick
  3585.             end
  3586.           end
  3587.         end
  3588.         object tsVoiceChat: TPage
  3589.           Left = 0
  3590.           Top = 0
  3591.           HelpContext = 54
  3592.           Caption = 'tsVoice'
  3593.           object GroupBox23: TGroupBox
  3594.             Left = 7
  3595.             Top = 2
  3596.             Width = 466
  3597.             Height = 79
  3598.             Caption = '&Voice chat hardware status'
  3599.             TabOrder = 0
  3600.             object txVoiceStatus: TLabel
  3601.               Left = 9
  3602.               Top = 21
  3603.               Width = 449
  3604.               Height = 48
  3605.               AutoSize = False
  3606.               WordWrap = True
  3607.             end
  3608.           end
  3609.           object grpVoiceSettings: TGroupBox
  3610.             Left = 7
  3611.             Top = 86
  3612.             Width = 466
  3613.             Height = 111
  3614.             Caption = '&Settings'
  3615.             TabOrder = 1
  3616.             object txVoiceSettingsInfo: TLabel
  3617.               Left = 9
  3618.               Top = 21
  3619.               Width = 449
  3620.               Height = 36
  3621.               AutoSize = False
  3622.               Caption = 
  3623.                 'Choose the size of the incoming voice buffer. A larger buffer si' +
  3624.                 'ze will reduce severe voice break-up but will increase latency.'
  3625.               WordWrap = True
  3626.             end
  3627.             object txVoiceBufferSize: TLabel
  3628.               Left = 368
  3629.               Top = 64
  3630.               Width = 77
  3631.               Height = 21
  3632.               AutoSize = False
  3633.               Caption = '18 blocks'
  3634.               Font.Charset = DEFAULT_CHARSET
  3635.               Font.Color = clWindowText
  3636.               Font.Height = -14
  3637.               Font.Name = 'MS Sans Serif'
  3638.               Font.Style = []
  3639.               ParentFont = False
  3640.             end
  3641.             object VoiceBufferSize: TTrackBar
  3642.               Left = 14
  3643.               Top = 59
  3644.               Width = 347
  3645.               Height = 45
  3646.               Max = 48
  3647.               Min = 1
  3648.               Orientation = trHorizontal
  3649.               Frequency = 1
  3650.               Position = 18
  3651.               SelEnd = 0
  3652.               SelStart = 0
  3653.               TabOrder = 0
  3654.               TickMarks = tmBottomRight
  3655.               TickStyle = tsAuto
  3656.               OnChange = VoiceBufferSizeChange
  3657.             end
  3658.           end
  3659.         end
  3660.         object tsVideoChat: TPage
  3661.           Left = 0
  3662.           Top = 0
  3663.           HelpContext = 53
  3664.           Caption = 'tsVideo'
  3665.           object GroupBox25: TGroupBox
  3666.             Left = 7
  3667.             Top = 2
  3668.             Width = 466
  3669.             Height = 79
  3670.             Caption = '&Video capture chat hardware status'
  3671.             TabOrder = 0
  3672.             object txVideoStatus: TLabel
  3673.               Left = 9
  3674.               Top = 21
  3675.               Width = 449
  3676.               Height = 48
  3677.               AutoSize = False
  3678.               WordWrap = True
  3679.             end
  3680.           end
  3681.           object grpVideoSettings: TGroupBox
  3682.             Left = 7
  3683.             Top = 86
  3684.             Width = 466
  3685.             Height = 231
  3686.             Caption = '&Settings'
  3687.             TabOrder = 1
  3688.             object txVideoSettingsGroupText: TLabel
  3689.               Left = 9
  3690.               Top = 21
  3691.               Width = 449
  3692.               Height = 68
  3693.               AutoSize = False
  3694.               Caption = 
  3695.                 'Below is a sample capture window to help you adjust the settings' +
  3696.                 '. Press the '#39'Record'#39' button to start capturing, and the '#39'Stop'#39' b' +
  3697.                 'utton when you'#39're done. Increasing the capture rate may slow you' +
  3698.                 'r system down without any gain if your Internet link is slow.'
  3699.               WordWrap = True
  3700.             end
  3701.             object txCaptureRate: TLabel
  3702.               Left = 213
  3703.               Top = 145
  3704.               Width = 92
  3705.               Height = 16
  3706.               AutoSize = False
  3707.               Caption = '&Capture rate:'
  3708.             end
  3709.             object txFPS: TLabel
  3710.               Left = 405
  3711.               Top = 173
  3712.               Width = 44
  3713.               Height = 16
  3714.               AutoSize = False
  3715.               Caption = '2 fps'
  3716.             end
  3717.             object VideoPanel: TPanel
  3718.               Left = 37
  3719.               Top = 93
  3720.               Width = 164
  3721.               Height = 124
  3722.               BevelOuter = bvLowered
  3723.               BevelWidth = 2
  3724.               Caption = 'VideoPanel'
  3725.               TabOrder = 0
  3726.               object VideoTestImage: TImage
  3727.                 Left = 2
  3728.                 Top = 2
  3729.                 Width = 160
  3730.                 Height = 120
  3731.                 Align = alClient
  3732.                 Picture.Data = {<image000.bmp>}
  3733.               end
  3734.             end
  3735.             object VideoFPS: TTrackBar
  3736.               Left = 222
  3737.               Top = 167
  3738.               Width = 171
  3739.               Height = 45
  3740.               Max = 15
  3741.               Min = 1
  3742.               Orientation = trHorizontal
  3743.               Frequency = 1
  3744.               Position = 2
  3745.               SelEnd = 0
  3746.               SelStart = 0
  3747.               TabOrder = 1
  3748.               TickMarks = tmBottomRight
  3749.               TickStyle = tsAuto
  3750.               OnChange = VideoFPSChange
  3751.             end
  3752.             object VideoRecord: TBitBtn
  3753.               Left = 212
  3754.               Top = 105
  3755.               Width = 81
  3756.               Height = 25
  3757.               Caption = '&Record'
  3758.               TabOrder = 2
  3759.               OnClick = VideoRecordClick
  3760.               Glyph.Data = {
  3761.                 76010000424D7601000000000000760000002800000020000000100000000100
  3762.                 04000000000000010000120B0000120B00001000000000000000000000000000
  3763.                 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  3764.                 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  3765.                 5555555555FFFFF5555555555000005555555555F777775FF555555008877700
  3766.                 55555557755FFF775F55550887000777055555755F777FFF75F550880FBFBF07
  3767.                 705557F57755577FF7F55080F00000F07055575755777557F75F087F00B3300F
  3768.                 77057F5757555757FF7F080B0B3B330B07057F757F5555757F7F0F0F0BBBB30F
  3769.                 07057F757F5555757F7F0F0B0FBB3B0B08057F757FF55575757F0F7F00FFB00F
  3770.                 780575F757FFF757F5755080F00000F0805557F75577755757F550F80FBFBF08
  3771.                 8055575F775557755755550F8700078805555575FF77755F755555500FFF8800
  3772.                 5555555775FFFF77555555555000005555555555577777555555}
  3773.               NumGlyphs = 2
  3774.             end
  3775.             object VideoStop: TBitBtn
  3776.               Left = 300
  3777.               Top = 105
  3778.               Width = 75
  3779.               Height = 25
  3780.               Caption = '&Stop'
  3781.               Enabled = False
  3782.               TabOrder = 3
  3783.               OnClick = VideoStopClick
  3784.               Glyph.Data = {
  3785.                 76010000424D7601000000000000760000002800000020000000100000000100
  3786.                 04000000000000010000120B0000120B00001000000000000000000000000000
  3787.                 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  3788.                 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  3789.                 5555555555FFFFF5555555555000005555555555F777775FF555555008877700
  3790.                 55555557755FFF775F55550887000777055555755F777FFF75F5508800000007
  3791.                 705557F57777777FF7F55080000000007055575777777777F75F087000333000
  3792.                 77057F5777555777FF7F08000333330007057F777F5555777F7F0F0003333300
  3793.                 07057F777F5555777F7F0F000833330008057F777FF55577757F0F7000883000
  3794.                 780575F777FFF777F575508000000000805557F77777777757F550F800000008
  3795.                 8055575F777777755755550F8700078805555575FF77755F755555500FFF8800
  3796.                 5555555775FFFF77555555555000005555555555577777555555}
  3797.               NumGlyphs = 2
  3798.             end
  3799.           end
  3800.           object VideoTest: TVideo
  3801.             Left = 46
  3802.             Top = 181
  3803.             Width = 160
  3804.             Height = 120
  3805.             Fps = 2
  3806.             Transparent = False
  3807.             Font.Charset = DEFAULT_CHARSET
  3808.             Font.Color = clWindowText
  3809.             Font.Height = -13
  3810.             Font.Name = 'MS Sans Serif'
  3811.             Font.Style = []
  3812.             OnVideoFrameBmp = VideoTestVideoFrameBmp
  3813.           end
  3814.         end
  3815.         object tsExtensions: TPage
  3816.           Left = 0
  3817.           Top = 0
  3818.           HelpContext = 55
  3819.           Caption = 'tsExtensions'
  3820.           object txExtensionCommand: TLabel
  3821.             Left = 10
  3822.             Top = 267
  3823.             Width = 83
  3824.             Height = 20
  3825.             AutoSize = False
  3826.             Caption = '&Command:'
  3827.             Enabled = False
  3828.             FocusControl = tbNickname
  3829.           end
  3830.           object txExtensionSaveTo: TLabel
  3831.             Left = 10
  3832.             Top = 239
  3833.             Width = 83
  3834.             Height = 20
  3835.             AutoSize = False
  3836.             Caption = '&Save to dir:'
  3837.             Enabled = False
  3838.             FocusControl = tbNickname
  3839.           end
  3840.           object ExtensionList: TListView
  3841.             Left = 8
  3842.             Top = 8
  3843.             Width = 377
  3844.             Height = 217
  3845.             ColumnClick = False
  3846.             Columns = <>
  3847.             ReadOnly = True
  3848.             HideSelection = False
  3849.             OnChange = ExtensionListChange
  3850.             TabOrder = 0
  3851.             ViewStyle = vsReport
  3852.           end
  3853.           object ExtensionAdd: TNashButton
  3854.             Left = 391
  3855.             Top = 8
  3856.             Width = 85
  3857.             Height = 28
  3858.             Caption = '&Add'
  3859.             Font.Charset = DEFAULT_CHARSET
  3860.             Font.Color = clWindowText
  3861.             Font.Height = -13
  3862.             Font.Name = 'MS Sans Serif'
  3863.             Font.Style = []
  3864.             ParentFont = False
  3865.             TabOrder = 1
  3866.             OnClick = ExtensionAddClick
  3867.             Glyph.Data = {
  3868.               76010000424D7601000000000000760000002800000020000000100000000100
  3869.               04000000000000010000130B0000130B00001000000000000000000000000000
  3870.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  3871.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  3872.               33333333FF33333333FF333993333333300033377F3333333777333993333333
  3873.               300033F77FFF3333377739999993333333333777777F3333333F399999933333
  3874.               33003777777333333377333993333333330033377F3333333377333993333333
  3875.               3333333773333333333F333333333333330033333333F33333773333333C3333
  3876.               330033333337FF3333773333333CC333333333FFFFF77FFF3FF33CCCCCCCCCC3
  3877.               993337777777777F77F33CCCCCCCCCC3993337777777777377333333333CC333
  3878.               333333333337733333FF3333333C333330003333333733333777333333333333
  3879.               3000333333333333377733333333333333333333333333333333}
  3880.             NumGlyphs = 2
  3881.             HoverFont.Charset = DEFAULT_CHARSET
  3882.             HoverFont.Color = clBlue
  3883.             HoverFont.Height = -13
  3884.             HoverFont.Name = 'MS Sans Serif'
  3885.             HoverFont.Style = [fsUnderline]
  3886.             HoverHighlight = True
  3887.           end
  3888.           object ExtensionRemove: TNashButton
  3889.             Left = 391
  3890.             Top = 44
  3891.             Width = 85
  3892.             Height = 28
  3893.             Caption = 'R&emove'
  3894.             Enabled = False
  3895.             Font.Charset = DEFAULT_CHARSET
  3896.             Font.Color = clWindowText
  3897.             Font.Height = -13
  3898.             Font.Name = 'MS Sans Serif'
  3899.             Font.Style = []
  3900.             ParentFont = False
  3901.             TabOrder = 2
  3902.             OnClick = ExtensionRemoveClick
  3903.             Glyph.Data = {
  3904.               76010000424D7601000000000000760000002800000020000000100000000100
  3905.               04000000000000010000130B0000130B00001000000000000000000000000000
  3906.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  3907.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  3908.               333333333333333333FF33333333333330003333333333333777333333333333
  3909.               300033FFFFFF3333377739999993333333333777777F3333333F399999933333
  3910.               3300377777733333337733333333333333003333333333333377333333333333
  3911.               3333333333333333333F333333333333330033333F33333333773333C3333333
  3912.               330033337F3333333377333CC3333333333333F77FFFFFFF3FF33CCCCCCCCCC3
  3913.               993337777777777F77F33CCCCCCCCCC399333777777777737733333CC3333333
  3914.               333333377F33333333FF3333C333333330003333733333333777333333333333
  3915.               3000333333333333377733333333333333333333333333333333}
  3916.             NumGlyphs = 2
  3917.             HoverFont.Charset = DEFAULT_CHARSET
  3918.             HoverFont.Color = clBlue
  3919.             HoverFont.Height = -13
  3920.             HoverFont.Name = 'MS Sans Serif'
  3921.             HoverFont.Style = [fsUnderline]
  3922.             HoverHighlight = True
  3923.           end
  3924.           object ExtensionCommand: TEdit
  3925.             Left = 86
  3926.             Top = 264
  3927.             Width = 299
  3928.             Height = 24
  3929.             Enabled = False
  3930.             TabOrder = 3
  3931.             OnChange = ExtensionCommandChange
  3932.           end
  3933.           object AutoExecuteExtension: TCheckBox
  3934.             Left = 86
  3935.             Top = 296
  3936.             Width = 292
  3937.             Height = 17
  3938.             Caption = 'Automatically &execute when file downloaded'
  3939.             TabOrder = 4
  3940.             OnClick = AutoExecuteExtensionClick
  3941.           end
  3942.           object ExtensionSaveTo: TEdit
  3943.             Left = 86
  3944.             Top = 236
  3945.             Width = 267
  3946.             Height = 24
  3947.             Enabled = False
  3948.             ReadOnly = True
  3949.             TabOrder = 5
  3950.             OnChange = ExtensionSaveToChange
  3951.           end
  3952.           object SelectSaveToPath: TNashButton
  3953.             Left = 360
  3954.             Top = 236
  3955.             Width = 25
  3956.             Height = 25
  3957.             Caption = '...'
  3958.             Enabled = False
  3959.             Font.Charset = DEFAULT_CHARSET
  3960.             Font.Color = clWindowText
  3961.             Font.Height = -14
  3962.             Font.Name = 'MS Sans Serif'
  3963.             Font.Style = []
  3964.             ParentFont = False
  3965.             TabOrder = 6
  3966.             OnClick = SelectSaveToPathClick
  3967.             HoverFont.Charset = DEFAULT_CHARSET
  3968.             HoverFont.Color = clBlue
  3969.             HoverFont.Height = -13
  3970.             HoverFont.Name = 'MS Sans Serif'
  3971.             HoverFont.Style = [fsUnderline]
  3972.             HoverHighlight = True
  3973.           end
  3974.         end
  3975.         object TPage
  3976.           Left = 0
  3977.           Top = 0
  3978.           HelpContext = 31
  3979.           Caption = 'tsVisualOptions'
  3980.           object Label24: TLabel
  3981.             Left = 36
  3982.             Top = 216
  3983.             Width = 108
  3984.             Height = 16
  3985.             AutoSize = False
  3986.             Caption = 'Text buffer holds'
  3987.           end
  3988.           object Label25: TLabel
  3989.             Left = 220
  3990.             Top = 216
  3991.             Width = 108
  3992.             Height = 16
  3993.             AutoSize = False
  3994.             Caption = 'lines maximum'
  3995.           end
  3996.           object FlashBorder: TCheckBox
  3997.             Left = 12
  3998.             Top = 12
  3999.             Width = 449
  4000.             Height = 17
  4001.             Caption = 'Flash border(s) when minimized window contents change'
  4002.             TabOrder = 0
  4003.             OnClick = FlashBorderClick
  4004.           end
  4005.           object ServerFlash: TCheckBox
  4006.             Left = 36
  4007.             Top = 32
  4008.             Width = 125
  4009.             Height = 17
  4010.             Caption = 'Server windows'
  4011.             TabOrder = 1
  4012.           end
  4013.           object ChannelFlash: TCheckBox
  4014.             Left = 164
  4015.             Top = 32
  4016.             Width = 125
  4017.             Height = 17
  4018.             Caption = 'Channel windows'
  4019.             TabOrder = 2
  4020.           end
  4021.           object ChatFlash: TCheckBox
  4022.             Left = 300
  4023.             Top = 32
  4024.             Width = 125
  4025.             Height = 17
  4026.             Caption = 'Chat windows'
  4027.             TabOrder = 3
  4028.           end
  4029.           object FlashTaskbarIcon: TCheckBox
  4030.             Left = 36
  4031.             Top = 52
  4032.             Width = 449
  4033.             Height = 17
  4034.             Caption = 'Flash taskbar icon when another application has the focus'
  4035.             Enabled = False
  4036.             TabOrder = 4
  4037.           end
  4038.           object EnableHover: TCheckBox
  4039.             Left = 12
  4040.             Top = 72
  4041.             Width = 449
  4042.             Height = 17
  4043.             Caption = 'Enable button hover-highlighting'
  4044.             State = cbChecked
  4045.             TabOrder = 5
  4046.           end
  4047.           object EnableURLHover: TCheckBox
  4048.             Left = 12
  4049.             Top = 92
  4050.             Width = 449
  4051.             Height = 17
  4052.             Caption = 'Enable hyperlink URL hover-highlighting'
  4053.             Enabled = False
  4054.             State = cbChecked
  4055.             TabOrder = 6
  4056.           end
  4057.           object DisplayExtraBlankLine: TCheckBox
  4058.             Left = 12
  4059.             Top = 112
  4060.             Width = 449
  4061.             Height = 17
  4062.             Caption = 'Display blank line at the end of text windows'
  4063.             TabOrder = 7
  4064.           end
  4065.           object DragAndDropHide: TCheckBox
  4066.             Left = 12
  4067.             Top = 132
  4068.             Width = 93
  4069.             Height = 17
  4070.             Caption = 'Totally hide'
  4071.             TabOrder = 8
  4072.             OnClick = DragAndDropHideClick
  4073.           end
  4074.           object DragAndDropRolledUp: TCheckBox
  4075.             Left = 112
  4076.             Top = 132
  4077.             Width = 365
  4078.             Height = 17
  4079.             Caption = 'Roll up drag-and-drop control centre on startup'
  4080.             TabOrder = 9
  4081.             OnClick = DragAndDropRolledUpClick
  4082.           end
  4083.           object HideStatusBar: TCheckBox
  4084.             Left = 12
  4085.             Top = 152
  4086.             Width = 449
  4087.             Height = 17
  4088.             Caption = 'Hide main window status bar'
  4089.             TabOrder = 10
  4090.           end
  4091.           object HideWindowTabs: TCheckBox
  4092.             Left = 12
  4093.             Top = 172
  4094.             Width = 449
  4095.             Height = 17
  4096.             Caption = 'Hide window tabs'
  4097.             TabOrder = 11
  4098.           end
  4099.           object HideToolbars: TCheckBox
  4100.             Left = 12
  4101.             Top = 192
  4102.             Width = 449
  4103.             Height = 17
  4104.             Caption = 'Toolbars initially rolled up to save space'
  4105.             Enabled = False
  4106.             TabOrder = 12
  4107.           end
  4108.           object TextBufferMaxLines: TSpinEdit
  4109.             Left = 148
  4110.             Top = 212
  4111.             Width = 61
  4112.             Height = 26
  4113.             AutoSize = False
  4114.             MaxValue = 9999
  4115.             MinValue = 50
  4116.             TabOrder = 13
  4117.             Value = 100
  4118.           end
  4119.           object cbEnableGraphicalLogo: TCheckBox
  4120.             Left = 13
  4121.             Top = 241
  4122.             Width = 240
  4123.             Height = 17
  4124.             Caption = 'Enable graphical title bar'
  4125.             TabOrder = 14
  4126.           end
  4127.           object DualPaneDCCChat: TCheckBox
  4128.             Left = 13
  4129.             Top = 261
  4130.             Width = 376
  4131.             Height = 17
  4132.             Caption = 'Use dual-pane format for DCC Chat windows'
  4133.             TabOrder = 15
  4134.           end
  4135.         end
  4136.         object TPage
  4137.           Left = 0
  4138.           Top = 0
  4139.           HelpContext = 32
  4140.           Caption = 'tsMiscellaneousOptions'
  4141.           object KeepChannelBoxOpen: TCheckBox
  4142.             Left = 12
  4143.             Top = 12
  4144.             Width = 449
  4145.             Height = 17
  4146.             Caption = 'Keep channel box and channel list open after joining a channel'
  4147.             TabOrder = 0
  4148.           end
  4149.           object ShowWHOISDialog: TCheckBox
  4150.             Left = 12
  4151.             Top = 32
  4152.             Width = 449
  4153.             Height = 17
  4154.             Caption = 'Show WHOIS dialog for command-line /whois queries'
  4155.             TabOrder = 1
  4156.           end
  4157.           object HidePingPong: TCheckBox
  4158.             Left = 12
  4159.             Top = 52
  4160.             Width = 449
  4161.             Height = 17
  4162.             Caption = 'Hide ping/pong display in server windows'
  4163.             TabOrder = 2
  4164.           end
  4165.           object QueryEnabled: TCheckBox
  4166.             Left = 12
  4167.             Top = 72
  4168.             Width = 449
  4169.             Height = 17
  4170.             Caption = 'Use query window for private messages'
  4171.             TabOrder = 3
  4172.           end
  4173.           object SyntaxCheckOnLoad: TCheckBox
  4174.             Left = 12
  4175.             Top = 112
  4176.             Width = 449
  4177.             Height = 17
  4178.             Caption = 'Perform syntax check when loading ViRCScript scripts'
  4179.             State = cbChecked
  4180.             TabOrder = 4
  4181.           end
  4182.           object SaveWindowPos: TCheckBox
  4183.             Left = 12
  4184.             Top = 132
  4185.             Width = 449
  4186.             Height = 17
  4187.             Caption = 'Save window positions and sizes'
  4188.             TabOrder = 5
  4189.           end
  4190.           object DCCConnectToPrivilegedPorts: TCheckBox
  4191.             Left = 12
  4192.             Top = 152
  4193.             Width = 449
  4194.             Height = 17
  4195.             Caption = 
  4196.               'Accept DCC connections to ports below 1024 (leave off for securi' +
  4197.               'ty)'
  4198.             TabOrder = 6
  4199.           end
  4200.           object mIRCStyleCopy: TCheckBox
  4201.             Left = 12
  4202.             Top = 172
  4203.             Width = 461
  4204.             Height = 17
  4205.             Caption = 
  4206.               'mIRC-style text window clipboard copy (auto-copy when text selec' +
  4207.               'ted)'
  4208.             TabOrder = 7
  4209.           end
  4210.           object GroupBox22: TGroupBox
  4211.             Left = 13
  4212.             Top = 194
  4213.             Width = 456
  4214.             Height = 87
  4215.             Caption = 'Automatically remove from received text ...'
  4216.             TabOrder = 8
  4217.             object StripB: TCheckBox
  4218.               Left = 12
  4219.               Top = 20
  4220.               Width = 141
  4221.               Height = 17
  4222.               Caption = 'Bold attributes'
  4223.               TabOrder = 0
  4224.             end
  4225.             object StripI: TCheckBox
  4226.               Left = 12
  4227.               Top = 40
  4228.               Width = 141
  4229.               Height = 17
  4230.               Caption = 'Italic attributes'
  4231.               TabOrder = 1
  4232.             end
  4233.             object StripU: TCheckBox
  4234.               Left = 12
  4235.               Top = 60
  4236.               Width = 141
  4237.               Height = 17
  4238.               Caption = 'Underline attributes'
  4239.               TabOrder = 2
  4240.             end
  4241.             object StripC: TCheckBox
  4242.               Left = 156
  4243.               Top = 20
  4244.               Width = 229
  4245.               Height = 17
  4246.               Caption = 'Colour codes (mIRC-compatible)'
  4247.               TabOrder = 3
  4248.             end
  4249.             object StripG: TCheckBox
  4250.               Left = 156
  4251.               Top = 40
  4252.               Width = 229
  4253.               Height = 17
  4254.               Caption = 'Beeps'
  4255.               TabOrder = 4
  4256.             end
  4257.           end
  4258.           object QueryAutoMinimize: TCheckBox
  4259.             Left = 12
  4260.             Top = 92
  4261.             Width = 449
  4262.             Height = 17
  4263.             Caption = 'Auto-minimize incoming query windows'
  4264.             TabOrder = 9
  4265.           end
  4266.         end
  4267.         object TPage
  4268.           Left = 0
  4269.           Top = 0
  4270.           HelpContext = 56
  4271.           Caption = 'tsCustom'
  4272.           object ScriptPages: TPageControl
  4273.             Left = 12
  4274.             Top = 8
  4275.             Width = 457
  4276.             Height = 413
  4277.             ActivePage = tsScriptInfo
  4278.             TabOrder = 0
  4279.             object tsScriptInfo: TTabSheet
  4280.               Caption = '&Script info'
  4281.               object txCustomInfo: TLabel
  4282.                 Left = 12
  4283.                 Top = 11
  4284.                 Width = 425
  4285.                 Height = 70
  4286.                 AutoSize = False
  4287.                 Caption = 
  4288.                   'Scripts that you, or others, have written, can add their own pag' +
  4289.                   'es to this section of the dialog. This page control is called Sc' +
  4290.                   'riptPages. For more info on how to add pages to this dialog, see' +
  4291.                   ' OBJECTVS.TXT, included in the ViRC '#39'97 ZIP.'
  4292.                 WordWrap = True
  4293.               end
  4294.               object Label35: TLabel
  4295.                 Left = 44
  4296.                 Top = 87
  4297.                 Width = 125
  4298.                 Height = 16
  4299.                 AutoSize = False
  4300.                 Caption = 'Aliases in memory:'
  4301.               end
  4302.               object txAliasesInUse: TLabel
  4303.                 Left = 168
  4304.                 Top = 87
  4305.                 Width = 37
  4306.                 Height = 16
  4307.                 Alignment = taRightJustify
  4308.                 AutoSize = False
  4309.                 Caption = '0'
  4310.               end
  4311.               object Label36: TLabel
  4312.                 Left = 44
  4313.                 Top = 107
  4314.                 Width = 125
  4315.                 Height = 16
  4316.                 AutoSize = False
  4317.                 Caption = 'Events in memory:'
  4318.               end
  4319.               object txEventsInUse: TLabel
  4320.                 Left = 168
  4321.                 Top = 107
  4322.                 Width = 37
  4323.                 Height = 16
  4324.                 Alignment = taRightJustify
  4325.                 AutoSize = False
  4326.                 Caption = '0'
  4327.               end
  4328.               object txV97version: TLabel
  4329.                 Left = 12
  4330.                 Top = 175
  4331.                 Width = 425
  4332.                 Height = 70
  4333.                 AutoSize = False
  4334.                 WordWrap = True
  4335.               end
  4336.               object txObjectsInUse: TLabel
  4337.                 Left = 168
  4338.                 Top = 127
  4339.                 Width = 37
  4340.                 Height = 16
  4341.                 Alignment = taRightJustify
  4342.                 AutoSize = False
  4343.                 Caption = '0'
  4344.               end
  4345.               object Label38: TLabel
  4346.                 Left = 44
  4347.                 Top = 127
  4348.                 Width = 125
  4349.                 Height = 16
  4350.                 AutoSize = False
  4351.                 Caption = 'Objects in memory:'
  4352.               end
  4353.               object Label44: TLabel
  4354.                 Left = 44
  4355.                 Top = 147
  4356.                 Width = 125
  4357.                 Height = 16
  4358.                 AutoSize = False
  4359.                 Caption = 'Classes in memory:'
  4360.               end
  4361.               object txClassesInUse: TLabel
  4362.                 Left = 168
  4363.                 Top = 147
  4364.                 Width = 37
  4365.                 Height = 16
  4366.                 Alignment = taRightJustify
  4367.                 AutoSize = False
  4368.                 Caption = '0'
  4369.               end
  4370.             end
  4371.           end
  4372.         end
  4373.         object TPage
  4374.           Left = 0
  4375.           Top = 0
  4376.           HelpContext = 57
  4377.           Caption = 'tsAXScript'
  4378.           object AXScriptList: TListView
  4379.             Left = 4
  4380.             Top = 4
  4381.             Width = 473
  4382.             Height = 249
  4383.             ColumnClick = False
  4384.             Columns = <
  4385.               item
  4386.                 Caption = 'Language ID'
  4387.                 Width = 150
  4388.               end
  4389.               item
  4390.                 Caption = 'Description'
  4391.                 Width = 250
  4392.               end>
  4393.             ReadOnly = True
  4394.             HideSelection = False
  4395.             OnChange = AXScriptListChange
  4396.             TabOrder = 0
  4397.             ViewStyle = vsReport
  4398.           end
  4399.           object AXInstall: TNashButton
  4400.             Left = 8
  4401.             Top = 260
  4402.             Width = 145
  4403.             Height = 28
  4404.             Caption = '&Install language ...'
  4405.             Font.Charset = DEFAULT_CHARSET
  4406.             Font.Color = clWindowText
  4407.             Font.Height = -14
  4408.             Font.Name = 'MS Sans Serif'
  4409.             Font.Style = []
  4410.             ParentFont = False
  4411.             TabOrder = 1
  4412.             OnClick = AXInstallClick
  4413.             Glyph.Data = {
  4414.               76010000424D7601000000000000760000002800000020000000100000000100
  4415.               04000000000000010000130B0000130B00001000000000000000000000000000
  4416.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  4417.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  4418.               33333333FF33333333FF333993333333300033377F3333333777333993333333
  4419.               300033F77FFF3333377739999993333333333777777F3333333F399999933333
  4420.               33003777777333333377333993333333330033377F3333333377333993333333
  4421.               3333333773333333333F333333333333330033333333F33333773333333C3333
  4422.               330033333337FF3333773333333CC333333333FFFFF77FFF3FF33CCCCCCCCCC3
  4423.               993337777777777F77F33CCCCCCCCCC3993337777777777377333333333CC333
  4424.               333333333337733333FF3333333C333330003333333733333777333333333333
  4425.               3000333333333333377733333333333333333333333333333333}
  4426.             NumGlyphs = 2
  4427.             HoverFont.Charset = DEFAULT_CHARSET
  4428.             HoverFont.Color = clBlue
  4429.             HoverFont.Height = -13
  4430.             HoverFont.Name = 'MS Sans Serif'
  4431.             HoverFont.Style = [fsUnderline]
  4432.             HoverHighlight = True
  4433.           end
  4434.           object AXRebuild: TNashButton
  4435.             Left = 160
  4436.             Top = 260
  4437.             Width = 217
  4438.             Height = 28
  4439.             Caption = '&Rebuild installed language list'
  4440.             Font.Charset = DEFAULT_CHARSET
  4441.             Font.Color = clWindowText
  4442.             Font.Height = -14
  4443.             Font.Name = 'MS Sans Serif'
  4444.             Font.Style = []
  4445.             ParentFont = False
  4446.             TabOrder = 2
  4447.             OnClick = AXRebuildClick
  4448.             Glyph.Data = {
  4449.               76010000424D7601000000000000760000002800000020000000100000000100
  4450.               04000000000000010000130B0000130B00001000000000000000000000000000
  4451.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  4452.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  4453.               33333333FF33333333FF333993333333300033377F3333333777333993333333
  4454.               300033F77FFF3333377739999993333333333777777F3333333F399999933333
  4455.               33003777777333333377333993333333330033377F3333333377333993333333
  4456.               3333333773333333333F333333333333330033333333F33333773333333C3333
  4457.               330033333337FF3333773333333CC333333333FFFFF77FFF3FF33CCCCCCCCCC3
  4458.               993337777777777F77F33CCCCCCCCCC3993337777777777377333333333CC333
  4459.               333333333337733333FF3333333C333330003333333733333777333333333333
  4460.               3000333333333333377733333333333333333333333333333333}
  4461.             NumGlyphs = 2
  4462.             HoverFont.Charset = DEFAULT_CHARSET
  4463.             HoverFont.Color = clBlue
  4464.             HoverFont.Height = -13
  4465.             HoverFont.Name = 'MS Sans Serif'
  4466.             HoverFont.Style = [fsUnderline]
  4467.             HoverHighlight = True
  4468.           end
  4469.         end
  4470.       end
  4471.       object InfoPanel: TPanel
  4472.         Left = 5
  4473.         Top = 5
  4474.         Width = 480
  4475.         Height = 33
  4476.         Align = alTop
  4477.         BevelOuter = bvLowered
  4478.         TabOrder = 1
  4479.         object InfoImage: TImage
  4480.           Left = 1
  4481.           Top = 1
  4482.           Width = 478
  4483.           Height = 31
  4484.           Align = alClient
  4485.           Picture.Data = {<image001.bmp>}
  4486.           Stretch = True
  4487.         end
  4488.         object InfoLabel: TLabel
  4489.           Left = 12
  4490.           Top = 8
  4491.           Width = 457
  4492.           Height = 16
  4493.           AutoSize = False
  4494.           Caption = 'IRC settings'
  4495.           Font.Charset = DEFAULT_CHARSET
  4496.           Font.Color = clYellow
  4497.           Font.Height = -14
  4498.           Font.Name = 'MS Sans Serif'
  4499.           Font.Style = [fsBold]
  4500.           ParentFont = False
  4501.           ShowAccelChar = False
  4502.           Transparent = True
  4503.         end
  4504.       end
  4505.     end
  4506.     object TreePanel: TPanel
  4507.       Left = 5
  4508.       Top = 5
  4509.       Width = 262
  4510.       Height = 477
  4511.       Align = alClient
  4512.       BevelOuter = bvLowered
  4513.       BevelWidth = 2
  4514.       TabOrder = 1
  4515.       object SetupView: TTreeView
  4516.         Left = 2
  4517.         Top = 2
  4518.         Width = 258
  4519.         Height = 473
  4520.         HelpContext = 15
  4521.         BorderStyle = bsNone
  4522.         ReadOnly = True
  4523.         HideSelection = False
  4524.         Indent = 19
  4525.         Items.Data = {
  4526.           06000000250000000000000000000000FFFFFFFFFFFFFFFF0000000004000000
  4527.           0C4952432073657474696E6773300000000000000000000000FFFFFFFFFFFFFF
  4528.           FF0000000000000000174175746F6D617469632049524320726573706F6E7365
  4529.           73290000000000000000000000FFFFFFFFFFFFFFFF000000000000000010466C
  4530.           6F6F642070726F74656374696F6E330000000000000000000000FFFFFFFFFFFF
  4531.           FFFF00000000000000001A53657276657220616E64206368616E6E656C206F70
  4532.           74696F6E73230000000000000000000000FFFFFFFFFFFFFFFF00000000020000
  4533.           000A55736572206C69737473240000000000000000000000FFFFFFFFFFFFFFFF
  4534.           00000000000000000B49676E6F7265206C697374240000000000000000000000
  4535.           FFFFFFFFFFFFFFFF00000000000000000B4E6F74696679206C69737429000000
  4536.           0000000000000000FFFFFFFFFFFFFFFF000000000A0000001056695243202739
  4537.           37206F7074696F6E73250000000000000000000000FFFFFFFFFFFFFFFF000000
  4538.           00000000000C43686174206C6F6767696E672A0000000000000000000000FFFF
  4539.           FFFFFFFFFFFF000000000000000011436F6C6F75727320616E6420666F6E7473
  4540.           3C0000000000000000000000FFFFFFFFFFFFFFFF000000000000000023446972
  4541.           6563746F7269657320202875706C6F61642F646F776E6C6F61642F6574632E29
  4542.           2D0000000000000000000000FFFFFFFFFFFFFFFF000000000000000014446F75
  4543.           626C652D636C69636B20616374696F6E73340000000000000000000000FFFFFF
  4544.           FFFFFFFFFF00000000000000001B4D444920286368696C64292077696E646F77
  4545.           2073657474696E67732E0000000000000000000000FFFFFFFFFFFFFFFF000000
  4546.           0000000000154D697363656C6C616E656F7573206F7074696F6E732D00000000
  4547.           00000000000000FFFFFFFFFFFFFFFF00000000000000001454657874206F7574
  4548.           7075742073657474696E6773310000000000000000000000FFFFFFFFFFFFFFFF
  4549.           0000000000000000185765622062726F77736572202868797065726C696E6B73
  4550.           29330000000000000000000000FFFFFFFFFFFFFFFF00000000000000001A5769
  4551.           6E646F7720617070656172616E63652073657474696E67732000000000000000
  4552.           00000000FFFFFFFFFFFFFFFF00000000030000000757696E736F636B29000000
  4553.           0000000000000000FFFFFFFFFFFFFFFF0000000000000000104C6F63616C2049
  4554.           502061646472657373320000000000000000000000FFFFFFFFFFFFFFFF000000
  4555.           0000000000195365727665727320284944454E544420262046696E6765722929
  4556.           0000000000000000000000FFFFFFFFFFFFFFFF000000000000000010534F434B
  4557.           5320286669726577616C6C29390000000000000000000000FFFFFFFFFFFFFFFF
  4558.           000000000400000020444343202866696C65207472616E73666572206574632E
  4559.           29206F7074696F6E732C0000000000000000000000FFFFFFFFFFFFFFFF000000
  4560.           000000000013446F776E6C6F616420657874656E73696F6E732B000000000000
  4561.           0000000000FFFFFFFFFFFFFFFF000000000000000012566964656F20636F6E66
  4562.           6572656E63696E67230000000000000000000000FFFFFFFFFFFFFFFF00000000
  4563.           000000000A566F69636520636861742F0000000000000000000000FFFFFFFFFF
  4564.           FFFFFF0000000000000000165844434320284952432066696C65207365727665
  4565.           7229290000000000000000000000FFFFFFFFFFFFFFFF00000000000000001053
  4566.           6372697074732028637573746F6D29290000000000000000000000FFFFFFFFFF
  4567.           FFFFFF00000000000000001041637469766520536372697074696E6722000000
  4568.           0000000000000000FFFFFFFFFFFFFFFF000000000000000009556E696E737461
  4569.           6C6C}
  4570.         OnChange = SetupViewChange
  4571.         Align = alClient
  4572.         TabOrder = 0
  4573.       end
  4574.     end
  4575.   end
  4576.   object Panel2: TPanel
  4577.     Left = 0
  4578.     Top = 487
  4579.     Width = 762
  4580.     Height = 39
  4581.     Align = alBottom
  4582.     BevelOuter = bvNone
  4583.     ParentColor = True
  4584.     TabOrder = 1
  4585.     object OKBtn: TNashButton
  4586.       Left = 469
  4587.       Top = 2
  4588.       Width = 92
  4589.       Height = 31
  4590.       Caption = 'OK'
  4591.       Font.Charset = DEFAULT_CHARSET
  4592.       Font.Color = clWindowText
  4593.       Font.Height = -14
  4594.       Font.Name = 'MS Sans Serif'
  4595.       Font.Style = []
  4596.       ParentFont = False
  4597.       TabOrder = 0
  4598.       OnClick = OKBtnClick
  4599.       Glyph.Data = {
  4600.         CE070000424DCE07000000000000360000002800000024000000120000000100
  4601.         1800000000009807000000000000000000000000000000000000007F7F007F7F
  4602.         007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  4603.         7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  4604.         7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  4605.         007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  4606.         7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  4607.         7F7F007F7F007F7F007F7F007F7FFFFFFF007F7F007F7F007F7F007F7F007F7F
  4608.         007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  4609.         7F7F00007F0000007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  4610.         7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7FFFFFFF
  4611.         007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  4612.         7F007F7F007F7F007F7F7F0000007F00007F007F0000007F7F007F7F007F7F00
  4613.         7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  4614.         7F7F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F
  4615.         7F007F7F007F7F007F7F007F7F007F7F007F7F7F0000007F00007F00007F0000
  4616.         7F007F0000007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  4617.         007F7F007F7F007F7F7F7F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F
  4618.         7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F000000
  4619.         7F00007F00007F00007F00007F00007F007F0000007F7F007F7F007F7F007F7F
  4620.         007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F007F7F007F7F007F7F007F
  4621.         7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F00
  4622.         7F7F007F7F7F0000007F00007F00007F0000FF00007F00007F00007F00007F00
  4623.         7F0000007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFF
  4624.         FF007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F7F7F7FFFFFFF007F7F00
  4625.         7F7F007F7F007F7F007F7F007F7F007F7F007F00007F00007F0000FF00007F7F
  4626.         00FF00007F00007F00007F007F0000007F7F007F7F007F7F007F7F007F7F007F
  4627.         7F007F7F007F7F7F7F7FFFFFFF007F7F7F7F7F007F7F7F7F7FFFFFFF007F7F00
  4628.         7F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F007F7F00FF00
  4629.         007F0000FF00007F7F007F7F007F7F00FF00007F00007F00007F007F0000007F
  4630.         7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF7F7F7F007F7F00
  4631.         7F7F007F7F7F7F7FFFFFFF007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F
  4632.         007F7F007F7F007F7F007F7F00FF00007F7F007F7F007F7F007F7F007F7F00FF
  4633.         00007F00007F00007F007F0000007F7F007F7F007F7F007F7F007F7F007F7F00
  4634.         7F7F7F7F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F
  4635.         7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  4636.         7F007F7F007F7F007F7F007F7F00FF00007F00007F00007F007F0000007F7F00
  4637.         7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  4638.         007F7F7F7F7FFFFFFF007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F
  4639.         7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00FF0000
  4640.         7F00007F00007F007F0000007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  4641.         007F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F7F7F
  4642.         7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  4643.         7F7F007F7F007F7F007F7F00FF00007F00007F00007F007F0000007F7F007F7F
  4644.         007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  4645.         7F7F7F7FFFFFFF007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F00
  4646.         7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00FF00007F00
  4647.         007F00007F007F0000007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  4648.         7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F7F7F7FFF
  4649.         FFFF007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  4650.         007F7F007F7F007F7F00FF00007F00007F007F0000007F7F007F7F007F7F007F
  4651.         7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F
  4652.         7F7FFFFFFF007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F
  4653.         007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00FF00007F00007F
  4654.         00007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  4655.         7F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF7F7F7F007F7F007F7F007F7F
  4656.         007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  4657.         7F007F7F007F7F00FF00007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  4658.         7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F
  4659.         007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  4660.         7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  4661.         7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  4662.         007F7F007F7F007F7F007F7F007F7F007F7F}
  4663.       NumGlyphs = 2
  4664.       HoverFont.Charset = DEFAULT_CHARSET
  4665.       HoverFont.Color = clGreen
  4666.       HoverFont.Height = -14
  4667.       HoverFont.Name = 'MS Sans Serif'
  4668.       HoverFont.Style = [fsUnderline]
  4669.       HoverHighlight = True
  4670.     end
  4671.     object CancelBtn: TNashButton
  4672.       Left = 567
  4673.       Top = 2
  4674.       Width = 92
  4675.       Height = 31
  4676.       Caption = 'Cancel'
  4677.       Font.Charset = DEFAULT_CHARSET
  4678.       Font.Color = clWindowText
  4679.       Font.Height = -14
  4680.       Font.Name = 'MS Sans Serif'
  4681.       Font.Style = []
  4682.       ParentFont = False
  4683.       TabOrder = 1
  4684.       OnClick = CancelBtnClick
  4685.       Glyph.Data = {
  4686.         CE070000424DCE07000000000000360000002800000024000000120000000100
  4687.         1800000000009807000000000000000000000000000000000000007F7F007F7F
  4688.         007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  4689.         7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  4690.         7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  4691.         007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7F007F7F007F7F007F
  4692.         7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  4693.         7F7F007F7F007F7F007F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F
  4694.         007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F0000FF0000
  4695.         7F00007F7F7F7F007F7F007F7F007F7F007F7F007F7F0000FF7F7F7F007F7F00
  4696.         7F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7FFFFFFF007F7F
  4697.         007F7F007F7F007F7F007F7F007F7FFFFFFF007F7F007F7F007F7F007F7F007F
  4698.         7F007F7F007F7F0000FF00007F00007F00007F7F7F7F007F7F007F7F007F7F00
  4699.         00FF00007F00007F7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F
  4700.         FFFFFF007F7F7F7F7FFFFFFF007F7F007F7F007F7FFFFFFF7F7F7F7F7F7FFFFF
  4701.         FF007F7F007F7F007F7F007F7F007F7F007F7F0000FF00007F00007F00007F00
  4702.         007F7F7F7F007F7F0000FF00007F00007F00007F00007F7F7F7F007F7F007F7F
  4703.         007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F7F7F7FFFFFFF007F7FFFFF
  4704.         FF7F7F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F00
  4705.         7F7F0000FF00007F00007F00007F00007F7F7F7F00007F00007F00007F00007F
  4706.         00007F7F7F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F
  4707.         7F007F7F7F7F7FFFFFFF7F7F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF00
  4708.         7F7F007F7F007F7F007F7F007F7F007F7F0000FF00007F00007F00007F00007F
  4709.         00007F00007F00007F00007F7F7F7F007F7F007F7F007F7F007F7F007F7F007F
  4710.         7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F7F7F7F007F7F007F7F007F7F00
  4711.         7F7FFFFFFF7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  4712.         0000FF00007F00007F00007F00007F00007F00007F7F7F7F007F7F007F7F007F
  4713.         7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F00
  4714.         7F7F007F7F007F7F007F7FFFFFFF7F7F7F007F7F007F7F007F7F007F7F007F7F
  4715.         007F7F007F7F007F7F007F7F007F7F00007F00007F00007F00007F00007F7F7F
  4716.         7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  4717.         7F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F7F7F7F007F7F007F7F
  4718.         007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F0000FF0000
  4719.         7F00007F00007F00007F7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  4720.         7F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F
  4721.         7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  4722.         7F007F7F0000FF00007F00007F00007F00007F00007F7F7F7F007F7F007F7F00
  4723.         7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F
  4724.         007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F
  4725.         7F007F7F007F7F007F7F007F7F0000FF00007F00007F00007F7F7F7F00007F00
  4726.         007F00007F7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  4727.         007F7F007F7F7F7F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F
  4728.         7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F0000FF00007F00007F00
  4729.         007F7F7F7F007F7F0000FF00007F00007F00007F7F7F7F007F7F007F7F007F7F
  4730.         007F7F007F7F007F7F007F7F007F7F7F7F7F007F7F007F7F007F7F7F7F7FFFFF
  4731.         FF007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F00
  4732.         7F7F0000FF00007F00007F7F7F7F007F7F007F7F007F7F0000FF00007F00007F
  4733.         00007F7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F
  4734.         7F007F7F7F7F7F007F7F7F7F7FFFFFFF007F7F007F7F7F7F7FFFFFFF007F7F00
  4735.         7F7F007F7F007F7F007F7F007F7F007F7F0000FF00007F007F7F007F7F007F7F
  4736.         007F7F007F7F0000FF00007F00007F00007F007F7F007F7F007F7F007F7F007F
  4737.         7F007F7F7F7F7FFFFFFFFFFFFF7F7F7F007F7F007F7F007F7F7F7F7FFFFFFF00
  4738.         7F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  4739.         007F7F007F7F007F7F007F7F007F7F007F7F007F7F0000FF00007F0000FF007F
  4740.         7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7F007F7F007F7F00
  4741.         7F7F007F7F007F7F7F7F7FFFFFFFFFFFFFFFFFFF7F7F7F007F7F007F7F007F7F
  4742.         007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  4743.         7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  4744.         7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7F7F7F7F
  4745.         007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  4746.         7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  4747.         7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  4748.         007F7F007F7F007F7F007F7F007F7F007F7F}
  4749.       NumGlyphs = 2
  4750.       HoverFont.Charset = DEFAULT_CHARSET
  4751.       HoverFont.Color = clRed
  4752.       HoverFont.Height = -13
  4753.       HoverFont.Name = 'MS Sans Serif'
  4754.       HoverFont.Style = [fsUnderline]
  4755.       HoverHighlight = True
  4756.     end
  4757.     object HelpBtn: TNashButton
  4758.       Left = 665
  4759.       Top = 2
  4760.       Width = 92
  4761.       Height = 31
  4762.       Caption = '&Help'
  4763.       Enabled = False
  4764.       Font.Charset = DEFAULT_CHARSET
  4765.       Font.Color = clWindowText
  4766.       Font.Height = -14
  4767.       Font.Name = 'MS Sans Serif'
  4768.       Font.Style = []
  4769.       ParentFont = False
  4770.       TabOrder = 2
  4771.       HoverFont.Charset = DEFAULT_CHARSET
  4772.       HoverFont.Color = clBlue
  4773.       HoverFont.Height = -13
  4774.       HoverFont.Name = 'MS Sans Serif'
  4775.       HoverFont.Style = [fsUnderline]
  4776.       HoverHighlight = True
  4777.     end
  4778.   end
  4779.   object UserImageList: TImageList
  4780.     Height = 12
  4781.     Width = 12
  4782.     Left = 8
  4783.     Top = 440
  4784.   end
  4785.   object FontDialog: TFontDialog
  4786.     Font.Charset = DEFAULT_CHARSET
  4787.     Font.Color = clWindowText
  4788.     Font.Height = -13
  4789.     Font.Name = 'MS Sans Serif'
  4790.     Font.Style = []
  4791.     MinFontSize = 0
  4792.     MaxFontSize = 0
  4793.     Options = [fdForceFontExist]
  4794.     Left = 80
  4795.     Top = 440
  4796.   end
  4797.   object ColorDialog: TColorDialog
  4798.     Ctl3D = True
  4799.     Left = 116
  4800.     Top = 440
  4801.   end
  4802.   object BrowseDialog: TBrowseDirectoryDlg
  4803.     Root = idDrives
  4804.     Left = 43
  4805.     Top = 441
  4806.   end
  4807. end
  4808.