home *** CD-ROM | disk | FTP | other *** search
Text File | 2001-06-24 | 162.4 KB | 4,808 lines |
- object UserSetup: TUserSetup
- Left = 159
- Top = 97
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Client setup'
- ClientHeight = 526
- ClientWidth = 762
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 120
- TextHeight = 16
- object WholePanel: TPanel
- Left = 0
- Top = 0
- Width = 762
- Height = 487
- Align = alClient
- BevelOuter = bvNone
- BorderWidth = 5
- ParentColor = True
- TabOrder = 0
- object SetupPagesPanel: TPanel
- Left = 267
- Top = 5
- Width = 490
- Height = 477
- Align = alRight
- BevelOuter = bvLowered
- BevelWidth = 2
- BorderWidth = 3
- TabOrder = 0
- object SetupPages: TNotebook
- Left = 5
- Top = 40
- Width = 480
- Height = 432
- HelpContext = 15
- Align = alBottom
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnPageChanged = SetupPagesPageChanged
- object tsUserSettings: TPage
- Left = 0
- Top = 0
- Hint =
- 'Change your user settings, such as your nickname and email addre' +
- 'ss.'
- HelpContext = 16
- Caption = 'tsUserSettings'
- object Label1: TLabel
- Left = 6
- Top = 7
- Width = 102
- Height = 20
- AutoSize = False
- Caption = '&Nickname:'
- FocusControl = tbNickname
- end
- object Label2: TLabel
- Left = 6
- Top = 31
- Width = 102
- Height = 20
- AutoSize = False
- Caption = '&Backup nick:'
- FocusControl = tbBackupNick
- end
- object Label3: TLabel
- Left = 6
- Top = 55
- Width = 102
- Height = 20
- AutoSize = False
- Caption = '&Email:'
- FocusControl = tbEmail
- end
- object Label4: TLabel
- Left = 6
- Top = 79
- Width = 102
- Height = 20
- AutoSize = False
- Caption = '&Real name/URL:'
- FocusControl = tbGecos
- end
- object Label5: TLabel
- Left = 6
- Top = 103
- Width = 102
- Height = 20
- AutoSize = False
- Caption = '&Server:'
- FocusControl = cbServer
- end
- object tbNickname: TEdit
- Left = 114
- Top = 4
- Width = 359
- Height = 24
- MaxLength = 9
- TabOrder = 0
- Text = 'MeGAV96'
- OnEnter = tbNicknameEnter
- OnKeyPress = tbNicknameKeyPress
- end
- object tbBackupNick: TEdit
- Left = 114
- Top = 28
- Width = 359
- Height = 24
- MaxLength = 9
- TabOrder = 1
- Text = 'MeGAV96_'
- OnEnter = tbBackupNickEnter
- OnKeyPress = tbBackupNickKeyPress
- end
- object tbEmail: TEdit
- Left = 114
- Top = 52
- Width = 359
- Height = 24
- TabOrder = 2
- Text = 'megalith@jimc.demon.co.uk'
- OnEnter = tbEmailEnter
- end
- object tbGecos: TEdit
- Left = 114
- Top = 76
- Width = 359
- Height = 24
- TabOrder = 3
- Text = '?iRC Beta Tester'
- OnEnter = tbGecosEnter
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 128
- Width = 465
- Height = 85
- Caption = '&Initial user modes'
- TabOrder = 5
- object Label6: TLabel
- Left = 56
- Top = 20
- Width = 401
- Height = 16
- AutoSize = False
- Caption = '- invisible to those who don'#39't know your nickname'
- end
- object Label7: TLabel
- Left = 56
- Top = 40
- Width = 401
- Height = 16
- AutoSize = False
- Caption = '- receive server-specific messages (e.g. KILLs and splits)'
- end
- object Label8: TLabel
- Left = 56
- Top = 60
- Width = 401
- Height = 16
- AutoSize = False
- Caption = '- receive messages directed at IRC operators'
- end
- object cbI: TCheckBox
- Left = 12
- Top = 20
- Width = 44
- Height = 17
- Caption = '+i'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- end
- object cbS: TCheckBox
- Left = 12
- Top = 40
- Width = 44
- Height = 17
- Caption = '+s'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- end
- object cbW: TCheckBox
- Left = 12
- Top = 60
- Width = 44
- Height = 17
- Caption = '+w'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 2
- end
- end
- object cbServer: TEdit
- Left = 114
- Top = 99
- Width = 359
- Height = 24
- ReadOnly = True
- TabOrder = 4
- OnEnter = cbServerEnter
- end
- object IntroPanel: TPanel
- Left = 8
- Top = 224
- Width = 465
- Height = 61
- BevelOuter = bvLowered
- Caption = 'IntroPanel'
- Color = 16773360
- TabOrder = 6
- Visible = False
- object Label9: TLabel
- Left = 4
- Top = 4
- Width = 281
- Height = 18
- AutoSize = False
- Caption = 'Welcome to Visual IRC '#39'97!!'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label10: TLabel
- Left = 4
- Top = 22
- Width = 453
- Height = 35
- AutoSize = False
- Caption =
- 'To set ViRC '#39'97 up, simply enter your nickname, your email addre' +
- 'ss, and your real name or URL in the window above.'
- WordWrap = True
- end
- end
- object ServerPulldown: TNashButton
- Left = 453
- Top = 101
- Width = 18
- Height = 20
- Hint = 'Select a server from a list'
- Caption = '6'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Marlett'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 7
- OnClick = ServerPulldownClick
- OnMouseUp = ServerPulldownMouseUp
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'Marlett'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- end
- object tsDCC: TPage
- Left = 0
- Top = 0
- Hint = 'Change DCC Chat and DCC Send preferences'
- HelpContext = 17
- Caption = 'tsDCC'
- object GroupBox2: TGroupBox
- Left = 7
- Top = 2
- Width = 466
- Height = 79
- Caption = '&Block options'
- TabOrder = 0
- object Label11: TLabel
- Left = 11
- Top = 23
- Width = 61
- Height = 16
- Caption = '&Blocksize:'
- FocusControl = BlockSize
- end
- object SendAhead: TCheckBox
- Left = 11
- Top = 51
- Width = 450
- Height = 17
- Caption = 'DCC &send-ahead enabled (compatible with mIRC'#39's FastDCC)'
- TabOrder = 1
- end
- object BlockSize: TSpinEdit
- Left = 79
- Top = 20
- Width = 121
- Height = 26
- Increment = 256
- MaxValue = 16384
- MinValue = 256
- TabOrder = 0
- Value = 1024
- end
- end
- object GroupBox3: TGroupBox
- Left = 7
- Top = 86
- Width = 466
- Height = 67
- Caption = '&Automatically accept ...'
- TabOrder = 1
- object AutoAcceptChat: TCheckBox
- Left = 11
- Top = 20
- Width = 194
- Height = 17
- Caption = 'DCC &Chat requests'
- TabOrder = 0
- end
- object AutoAcceptSend: TCheckBox
- Left = 11
- Top = 40
- Width = 194
- Height = 17
- Caption = 'DCC/TDCC &Send requests'
- TabOrder = 1
- end
- object AutoAcceptVoice: TCheckBox
- Left = 207
- Top = 20
- Width = 194
- Height = 17
- Caption = 'TDCC &Voice requests'
- TabOrder = 2
- end
- object AutoAcceptVideo: TCheckBox
- Left = 207
- Top = 40
- Width = 194
- Height = 17
- Caption = 'TDCC &Video requests'
- TabOrder = 3
- end
- end
- object GroupBox4: TGroupBox
- Left = 7
- Top = 158
- Width = 466
- Height = 67
- Caption = '&On receipt/sending of DCC request, automatically minimize ...'
- TabOrder = 2
- object MinimizeVideoWindow: TCheckBox
- Left = 207
- Top = 40
- Width = 194
- Height = 17
- Caption = 'TDCC &Video window'
- TabOrder = 0
- end
- object MinimizeVoiceWindow: TCheckBox
- Left = 207
- Top = 20
- Width = 194
- Height = 17
- Caption = 'TDCC &Voice window'
- TabOrder = 1
- end
- object MinimizeChatWindow: TCheckBox
- Left = 11
- Top = 20
- Width = 194
- Height = 17
- Caption = 'DCC &Chat window'
- TabOrder = 2
- end
- object MinimizeSendWindow: TCheckBox
- Left = 11
- Top = 40
- Width = 194
- Height = 17
- Caption = 'DCC/TDCC &Send window'
- TabOrder = 3
- end
- end
- object GroupBox14: TGroupBox
- Left = 7
- Top = 230
- Width = 466
- Height = 67
- Caption = '&Auto-close'
- TabOrder = 3
- object CloseDCC: TCheckBox
- Left = 12
- Top = 20
- Width = 449
- Height = 17
- Caption = 'Close DCC transfer windows on completion'
- TabOrder = 0
- OnClick = CloseDCCClick
- end
- object CloseDCCFailure: TCheckBox
- Left = 160
- Top = 40
- Width = 125
- Height = 17
- Caption = 'If unsuccessful'
- Enabled = False
- TabOrder = 1
- end
- object CloseDCCSuccess: TCheckBox
- Left = 32
- Top = 40
- Width = 125
- Height = 17
- Caption = 'If successful'
- Enabled = False
- TabOrder = 2
- end
- end
- object GroupBox28: TGroupBox
- Left = 7
- Top = 302
- Width = 466
- Height = 115
- Caption = 'DCC &forwarding'
- TabOrder = 4
- object txForwardToThisNick: TLabel
- Left = 13
- Top = 85
- Width = 124
- Height = 16
- AutoSize = False
- Caption = '... to this nickname:'
- end
- object DCCForwardingEnabled: TCheckBox
- Left = 12
- Top = 20
- Width = 449
- Height = 17
- Caption = 'Enable DCC forwarding to forward all incoming ...'
- TabOrder = 0
- OnClick = DCCForwardingEnabledClick
- end
- object DCCForwardChat: TCheckBox
- Left = 27
- Top = 40
- Width = 194
- Height = 17
- Caption = 'DCC &Chat requests'
- Enabled = False
- TabOrder = 1
- end
- object DCCForwardSend: TCheckBox
- Left = 27
- Top = 60
- Width = 194
- Height = 17
- Caption = 'DCC/TDCC &Send requests'
- Enabled = False
- TabOrder = 2
- end
- object DCCForwardVoice: TCheckBox
- Left = 223
- Top = 40
- Width = 194
- Height = 17
- Caption = 'TDCC &Voice requests'
- Enabled = False
- TabOrder = 3
- end
- object DCCForwardVideo: TCheckBox
- Left = 223
- Top = 60
- Width = 194
- Height = 17
- Caption = 'TDCC &Video requests'
- Enabled = False
- TabOrder = 4
- end
- object DCCForwardNick: TEdit
- Left = 133
- Top = 82
- Width = 132
- Height = 24
- TabOrder = 5
- end
- end
- end
- object tsIDENTD: TPage
- Left = 0
- Top = 0
- Hint = 'Enable or disable the built-in IDENTD server'
- HelpContext = 19
- Caption = 'tsIDENTD'
- object GroupBox5: TGroupBox
- Left = 7
- Top = 2
- Width = 466
- Height = 87
- Caption = '&General options'
- TabOrder = 0
- object EnableIDENTD: TCheckBox
- Left = 11
- Top = 19
- Width = 450
- Height = 17
- Caption = 'IDENTD service &enabled (UNIX-compatible)'
- TabOrder = 0
- OnClick = EnableIDENTDClick
- end
- object AutoIDENTD: TCheckBox
- Left = 11
- Top = 59
- Width = 450
- Height = 17
- Caption = '&Automatic configuration (IDENTD)'
- TabOrder = 1
- OnClick = AutoIDENTDClick
- end
- object EnableFingerD: TCheckBox
- Left = 11
- Top = 39
- Width = 450
- Height = 17
- Caption = 'Finger service &enabled (UNIX-compatible)'
- TabOrder = 2
- OnClick = EnableFingerDClick
- end
- end
- object grpDaemonSettings: TGroupBox
- Left = 7
- Top = 93
- Width = 466
- Height = 115
- Caption = '&IDENTD daemon settings'
- TabOrder = 1
- object txUsernameIDENTD: TLabel
- Left = 11
- Top = 23
- Width = 66
- Height = 16
- Caption = '&Username:'
- FocusControl = UsernameIDENTD
- end
- object txPortIDENTD: TLabel
- Left = 11
- Top = 51
- Width = 24
- Height = 16
- Caption = '&Port'
- FocusControl = PortIDENTD
- end
- object txSystemIDENTD: TLabel
- Left = 11
- Top = 79
- Width = 48
- Height = 16
- Caption = '&System:'
- FocusControl = SystemIDENTD
- end
- object UsernameIDENTD: TEdit
- Left = 87
- Top = 20
- Width = 366
- Height = 24
- TabOrder = 0
- end
- object PortIDENTD: TEdit
- Left = 87
- Top = 48
- Width = 366
- Height = 24
- TabOrder = 1
- Text = '113'
- end
- object SystemIDENTD: TEdit
- Left = 87
- Top = 76
- Width = 366
- Height = 24
- TabOrder = 2
- Text = 'WIN32'
- end
- end
- object grpFingerPreview: TGroupBox
- Left = 7
- Top = 213
- Width = 466
- Height = 143
- Caption = 'Enter your &finger text here ...'
- TabOrder = 2
- object FingerPreview: TMemo
- Left = 8
- Top = 20
- Width = 449
- Height = 113
- Enabled = False
- Lines.Strings = (
- '')
- ScrollBars = ssVertical
- TabOrder = 0
- end
- end
- end
- object tsFingerServer: TPage
- Left = 0
- Top = 0
- Hint = 'Enable or disable the built-in Finger server'
- HelpContext = 59
- Caption = 'tsFloodProt'
- object Label39: TLabel
- Left = 8
- Top = 8
- Width = 465
- Height = 53
- AutoSize = False
- Caption =
- 'If you try to send too many IRC commands at once, some IRC serve' +
- 'rs will disconnect you for flooding. Flood protection buffers yo' +
- 'ur commands to ensure that you will never be disconnected in thi' +
- 's way.'
- WordWrap = True
- end
- object grpFloodProtSettings: TGroupBox
- Left = 8
- Top = 60
- Width = 463
- Height = 169
- Caption = '&Flood protection settings'
- TabOrder = 0
- object txFloodProtectionInfo: TLabel
- Left = 12
- Top = 44
- Width = 441
- Height = 69
- AutoSize = False
- Caption =
- 'Adjust the slider to set the maximum number of lines that will b' +
- 'e sent every second. The recommended value is 5. Setting this va' +
- 'lue too low will make responsiveness more sluggish. Setting it t' +
- 'oo high will not protect against floods well.'
- Enabled = False
- WordWrap = True
- end
- object txFloodProtectionLevel: TLabel
- Left = 309
- Top = 123
- Width = 80
- Height = 16
- AutoSize = False
- Caption = '5 lines'
- Enabled = False
- end
- object EnableFloodProtection: TCheckBox
- Left = 15
- Top = 22
- Width = 178
- Height = 17
- Caption = 'Enable flood protection'
- TabOrder = 0
- OnClick = EnableFloodProtectionClick
- end
- object FloodProtectionLevel: TTrackBar
- Left = 34
- Top = 117
- Width = 259
- Height = 36
- Enabled = False
- Max = 15
- Min = 3
- Orientation = trHorizontal
- Frequency = 1
- Position = 5
- SelEnd = 0
- SelStart = 0
- TabOrder = 1
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = FloodProtectionLevelChange
- end
- end
- end
- object tsHyperlinks: TPage
- Left = 0
- Top = 0
- Hint = 'Configure your web browser for use with URL hyperlinks'
- HelpContext = 18
- Caption = 'tsHyperlinks'
- object GroupBox7: TGroupBox
- Left = 7
- Top = 2
- Width = 466
- Height = 227
- Caption = 'Currently configured &browsers'
- TabOrder = 0
- object BrowserList: TListBox
- Left = 9
- Top = 17
- Width = 360
- Height = 176
- ItemHeight = 16
- Style = lbOwnerDrawFixed
- TabOrder = 0
- OnClick = BrowserListClick
- OnDblClick = BrowserListDblClick
- OnDrawItem = BrowserListDrawItem
- end
- object pbAdd: TNashButton
- Left = 376
- Top = 17
- Width = 81
- Height = 25
- Caption = '&Add'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = pbAddClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000130B0000130B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 33333333FF33333333FF333993333333300033377F3333333777333993333333
- 300033F77FFF3333377739999993333333333777777F3333333F399999933333
- 33003777777333333377333993333333330033377F3333333377333993333333
- 3333333773333333333F333333333333330033333333F33333773333333C3333
- 330033333337FF3333773333333CC333333333FFFFF77FFF3FF33CCCCCCCCCC3
- 993337777777777F77F33CCCCCCCCCC3993337777777777377333333333CC333
- 333333333337733333FF3333333C333330003333333733333777333333333333
- 3000333333333333377733333333333333333333333333333333}
- NumGlyphs = 2
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- object pbDelete: TNashButton
- Left = 376
- Top = 49
- Width = 81
- Height = 25
- Caption = '&Remove'
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = pbDeleteClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000130B0000130B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 333333333333333333FF33333333333330003333333333333777333333333333
- 300033FFFFFF3333377739999993333333333777777F3333333F399999933333
- 3300377777733333337733333333333333003333333333333377333333333333
- 3333333333333333333F333333333333330033333F33333333773333C3333333
- 330033337F3333333377333CC3333333333333F77FFFFFFF3FF33CCCCCCCCCC3
- 993337777777777F77F33CCCCCCCCCC399333777777777737733333CC3333333
- 333333377F33333333FF3333C333333330003333733333333777333333333333
- 3000333333333333377733333333333333333333333333333333}
- NumGlyphs = 2
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- object pbSetDefault: TNashButton
- Left = 376
- Top = 81
- Width = 81
- Height = 25
- Caption = '&Set default'
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = pbSetDefaultClick
- NumGlyphs = 2
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- object HyperlinkAutoConfig: TCheckBox
- Left = 13
- Top = 201
- Width = 412
- Height = 17
- Caption = 'Automatic configuration (load your installed web browser)'
- TabOrder = 4
- OnClick = HyperlinkAutoConfigClick
- end
- end
- object GroupBox8: TGroupBox
- Left = 7
- Top = 232
- Width = 466
- Height = 101
- Caption = 'Browser &DDE settings'
- TabOrder = 1
- object Label14: TLabel
- Left = 13
- Top = 24
- Width = 59
- Height = 16
- Caption = 'Link &topic:'
- FocusControl = LinkTopic
- end
- object Label15: TLabel
- Left = 13
- Top = 52
- Width = 55
- Height = 16
- Caption = 'Link &item:'
- FocusControl = LinkItem
- end
- object Label16: TLabel
- Left = 81
- Top = 76
- Width = 202
- Height = 16
- Caption = '(enter && where the URL should go)'
- end
- object LinkTopic: TEdit
- Left = 79
- Top = 20
- Width = 374
- Height = 24
- TabOrder = 0
- OnChange = LinkTopicChange
- end
- object LinkItem: TEdit
- Left = 79
- Top = 48
- Width = 374
- Height = 24
- TabOrder = 1
- OnChange = LinkItemChange
- end
- end
- end
- object tsUserlist: TPage
- Left = 0
- Top = 0
- Hint = 'Add, remove, import, or inspect entries in your userlist'
- HelpContext = 23
- Caption = 'tsUserlist'
- object txUserlevel: TLabel
- Left = 405
- Top = 8
- Width = 61
- Height = 16
- Caption = '&Userlevel:'
- Enabled = False
- FocusControl = Userlevel
- end
- object txBanlevel: TLabel
- Left = 405
- Top = 64
- Width = 56
- Height = 16
- Caption = '&Banlevel:'
- Enabled = False
- FocusControl = Banlevel
- end
- object txProtlevel: TLabel
- Left = 405
- Top = 120
- Width = 56
- Height = 16
- Caption = '&Protlevel:'
- Enabled = False
- FocusControl = Protlevel
- end
- object UserList: TListBox
- Left = 5
- Top = 10
- Width = 388
- Height = 319
- ItemHeight = 16
- Style = lbOwnerDrawFixed
- TabOrder = 0
- OnClick = UserListClick
- OnDrawItem = UserListDrawItem
- end
- object Userlevel: TSpinEdit
- Left = 405
- Top = 27
- Width = 69
- Height = 26
- Enabled = False
- MaxValue = 1048576
- MinValue = 0
- TabOrder = 1
- Value = 0
- OnChange = UserlevelChange
- end
- object Banlevel: TSpinEdit
- Left = 405
- Top = 83
- Width = 68
- Height = 26
- Enabled = False
- MaxValue = 1048576
- MinValue = 0
- TabOrder = 2
- Value = 0
- OnChange = BanlevelChange
- end
- object Protlevel: TSpinEdit
- Left = 405
- Top = 139
- Width = 68
- Height = 26
- Enabled = False
- MaxValue = 1048576
- MinValue = 0
- TabOrder = 3
- Value = 0
- OnChange = ProtlevelChange
- end
- object UserAdd: TNashButton
- Left = 8
- Top = 336
- Width = 77
- Height = 28
- Caption = '&Add'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnClick = UserAddClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000130B0000130B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 33333333FF33333333FF333993333333300033377F3333333777333993333333
- 300033F77FFF3333377739999993333333333777777F3333333F399999933333
- 33003777777333333377333993333333330033377F3333333377333993333333
- 3333333773333333333F333333333333330033333333F33333773333333C3333
- 330033333337FF3333773333333CC333333333FFFFF77FFF3FF33CCCCCCCCCC3
- 993337777777777F77F33CCCCCCCCCC3993337777777777377333333333CC333
- 333333333337733333FF3333333C333330003333333733333777333333333333
- 3000333333333333377733333333333333333333333333333333}
- NumGlyphs = 2
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- object VladbotImport: TNashButton
- Left = 8
- Top = 371
- Width = 153
- Height = 27
- Caption = '&Import Vladbot list ...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- OnClick = VladbotImportClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000130B0000130B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 33333333333FFFFFFFFF333333000000000033333377777777773333330FFFFF
- FFF03333337F333333373333330FFFFFFFF03333337F3FF3FFF73333330F00F0
- 00F03333F37F773777373330330FFFFFFFF03337FF7F3F3FF3F73339030F0800
- F0F033377F7F737737373339900FFFFFFFF03FF7777F3FF3FFF70999990F00F0
- 00007777777F7737777709999990FFF0FF0377777777FF37F3730999999908F0
- F033777777777337F73309999990FFF0033377777777FFF77333099999000000
- 3333777777777777333333399033333333333337773333333333333903333333
- 3333333773333333333333303333333333333337333333333333}
- NumGlyphs = 2
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- object UserRemove: TNashButton
- Left = 92
- Top = 336
- Width = 97
- Height = 28
- Caption = '&Remove'
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 6
- OnClick = UserRemoveClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000130B0000130B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 333333333333333333FF33333333333330003333333333333777333333333333
- 300033FFFFFF3333377739999993333333333777777F3333333F399999933333
- 3300377777733333337733333333333333003333333333333377333333333333
- 3333333333333333333F333333333333330033333F33333333773333C3333333
- 330033337F3333333377333CC3333333333333F77FFFFFFF3FF33CCCCCCCCCC3
- 993337777777777F77F33CCCCCCCCCC399333777777777737733333CC3333333
- 333333377F33333333FF3333C333333330003333733333333777333333333333
- 3000333333333333377733333333333333333333333333333333}
- NumGlyphs = 2
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- object UserSort: TNashButton
- Left = 288
- Top = 336
- Width = 68
- Height = 28
- Caption = '&Sort'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 7
- OnClick = UserSortClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000130B0000130B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 3333333FFF33F333FF3F330E0330FFFCCFCC33777FF7F3377F7730EEE030FFFC
- CFCC377777F7F33773770EEE0000FFFFFCCF777777773F33377FEEE0BFBF0FFF
- FCCF7777333373F337730E0BFBFBF0FFCCFF77733333373F77F330BFBFBFBF0F
- CCFF37F333333F7F773330FBFBFB0B0FFFFF37F3F33F737FFFFF30B0BF0FB000
- 000037F73F73F777777730FB0BF0FB0FFFFF373F73F73F7F333F330030BF0F0F
- FF993F77373F737F3377CC33330BF00FFF9977FFF373F77F3F77CC993330009F
- 99FF7777F337777F77F333993330F99F99FF3F77FF37F773773F993CC330FFF9
- 9F9977F77F37F3377F77993CC330FFF99F997737733733377377}
- NumGlyphs = 2
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- object UserEdit: TNashButton
- Left = 196
- Top = 336
- Width = 85
- Height = 28
- Caption = '&Edit ...'
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 8
- OnClick = UserEditClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000120B0000120B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000000
- 000033333377777777773333330FFFFFFFF03FF3FF7FF33F3FF700300000FF0F
- 00F077F777773F737737E00BFBFB0FFFFFF07773333F7F3333F7E0BFBF000FFF
- F0F077F3337773F3F737E0FBFBFBF0F00FF077F3333FF7F77F37E0BFBF00000B
- 0FF077F3337777737337E0FBFBFBFBF0FFF077F33FFFFFF73337E0BF0000000F
- FFF077FF777777733FF7000BFB00B0FF00F07773FF77373377373330000B0FFF
- FFF03337777373333FF7333330B0FFFF00003333373733FF777733330B0FF00F
- 0FF03333737F37737F373330B00FFFFF0F033337F77F33337F733309030FFFFF
- 00333377737FFFFF773333303300000003333337337777777333}
- NumGlyphs = 2
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- end
- object tsColoursAndFonts: TPage
- Left = 0
- Top = 0
- Hint = 'Change colours and fonts for the different screen areas'
- HelpContext = 58
- Caption = 'tsColoursAndFonts'
- object Label37: TLabel
- Left = 20
- Top = 388
- Width = 441
- Height = 33
- AutoSize = False
- Caption =
- 'Left-click on a colour to make it the foreground colour. Right-c' +
- 'lick on a colour to make it the background colour.'
- WordWrap = True
- end
- object GroupBox9: TGroupBox
- Left = 7
- Top = 2
- Width = 466
- Height = 223
- Caption = '&Screen areas'
- TabOrder = 0
- object ScreenAreas: TListBox
- Left = 10
- Top = 20
- Width = 447
- Height = 193
- ItemHeight = 16
- Items.Strings = (
- 'Server window: output pane'
- 'Server window: entry box'
- 'Server window: regular text'
- 'Server window: error text'
- 'Server window: scrollback freeze colour'
- 'Channel window: output pane'
- 'Channel window: entry box'
- 'Channel window: text typed by you'
- 'Channel window: regular text'
- 'Channel window: names pane'
- 'Channel window: scrollback freeze colour'
- 'Server/channel window: XDCC status text'
- 'Query window: output pane'
- 'Query window: entry box'
- 'Query window: text typed by you'
- 'Query window: regular text'
- 'DCC chat window: remote pane'
- 'DCC chat window: local pane'
- 'DCC chat window: entry pane'
- 'Event: JOIN'
- 'Event: PART'
- 'Event: QUIT'
- 'Event: TOPIC'
- 'Event: MODE'
- 'Event: KICK'
- 'Event: PRIVMSG (private message)'
- 'Event: NOTICE'
- 'Event: CTCP and CTCP reply'
- 'Event: ACTION'
- 'Event: NICK (nickname change)')
- TabOrder = 0
- OnClick = ScreenAreasClick
- end
- end
- object grpColour: TGroupBox
- Left = 7
- Top = 228
- Width = 150
- Height = 149
- Caption = '&Colour'
- TabOrder = 1
- object ColourSelect: TColorGrid
- Left = 10
- Top = 19
- Width = 128
- Height = 92
- Ctl3D = True
- ParentCtl3D = False
- TabOrder = 0
- OnChange = ColourSelectChange
- end
- object SelectFG: TNashButton
- Left = 12
- Top = 117
- Width = 61
- Height = 25
- Caption = '&FG ...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = SelectFGClick
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- object SelectBG: TNashButton
- Left = 76
- Top = 117
- Width = 61
- Height = 25
- Caption = '&BG ...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = SelectBGClick
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- end
- object grpFont: TGroupBox
- Left = 168
- Top = 228
- Width = 305
- Height = 149
- Caption = '&Font'
- TabOrder = 2
- object FontSample: TPanel
- Left = 12
- Top = 21
- Width = 282
- Height = 89
- BevelOuter = bvLowered
- BevelWidth = 2
- Caption = 'ABCabcXYZxyz..0123456789'
- TabOrder = 0
- end
- object SelectFont: TNashButton
- Left = 12
- Top = 117
- Width = 283
- Height = 25
- Caption = '&Select from font list ...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = SelectFontClick
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- end
- end
- object tsXDCC: TPage
- Left = 0
- Top = 0
- Hint = 'Add, remove or inspect XDCC packs and files (IRC fileserver)'
- HelpContext = 22
- Caption = 'tsXDCC'
- object XDCCPacks: TListView
- Left = 4
- Top = 4
- Width = 473
- Height = 249
- OnDblClick = XDCCPacksDblClick
- Columns = <
- item
- Caption = 'No.'
- Width = 33
- WidthType = (
- -2)
- end
- item
- Caption = 'Size (kb)'
- Width = 64
- WidthType = (
- -2)
- end
- item
- Caption = 'Gets'
- Width = 40
- WidthType = (
- -2)
- end
- item
- Caption = 'Description'
- Width = 332
- WidthType = (
- -2)
- end>
- ReadOnly = True
- HideSelection = False
- OnChange = XDCCPacksChange
- TabOrder = 0
- ViewStyle = vsReport
- end
- object PackAdd: TNashButton
- Left = 8
- Top = 260
- Width = 109
- Height = 28
- Caption = '&Add pack ...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = PackAddClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000130B0000130B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 33333333FF33333333FF333993333333300033377F3333333777333993333333
- 300033F77FFF3333377739999993333333333777777F3333333F399999933333
- 33003777777333333377333993333333330033377F3333333377333993333333
- 3333333773333333333F333333333333330033333333F33333773333333C3333
- 330033333337FF3333773333333CC333333333FFFFF77FFF3FF33CCCCCCCCCC3
- 993337777777777F77F33CCCCCCCCCC3993337777777777377333333333CC333
- 333333333337733333FF3333333C333330003333333733333777333333333333
- 3000333333333333377733333333333333333333333333333333}
- NumGlyphs = 2
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- object PackRemove: TNashButton
- Left = 124
- Top = 260
- Width = 117
- Height = 28
- Caption = '&Remove pack'
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = PackRemoveClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000130B0000130B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 333333333333333333FF33333333333330003333333333333777333333333333
- 300033FFFFFF3333377739999993333333333777777F3333333F399999933333
- 3300377777733333337733333333333333003333333333333377333333333333
- 3333333333333333333F333333333333330033333F33333333773333C3333333
- 330033337F3333333377333CC3333333333333F77FFFFFFF3FF33CCCCCCCCCC3
- 993337777777777F77F33CCCCCCCCCC399333777777777737733333CC3333333
- 333333377F33333333FF3333C333333330003333733333333777333333333333
- 3000333333333333377733333333333333333333333333333333}
- NumGlyphs = 2
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- object PackEdit: TNashButton
- Left = 248
- Top = 260
- Width = 117
- Height = 28
- Caption = '&Edit pack ...'
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = PackEditClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000120B0000120B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000000
- 000033333377777777773333330FFFFFFFF03FF3FF7FF33F3FF700300000FF0F
- 00F077F777773F737737E00BFBFB0FFFFFF07773333F7F3333F7E0BFBF000FFF
- F0F077F3337773F3F737E0FBFBFBF0F00FF077F3333FF7F77F37E0BFBF00000B
- 0FF077F3337777737337E0FBFBFBFBF0FFF077F33FFFFFF73337E0BF0000000F
- FFF077FF777777733FF7000BFB00B0FF00F07773FF77373377373330000B0FFF
- FFF03337777373333FF7333330B0FFFF00003333373733FF777733330B0FF00F
- 0FF03333737F37737F373330B00FFFFF0F033337F77F33337F733309030FFFFF
- 00333377737FFFFF773333303300000003333337337777777333}
- NumGlyphs = 2
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- object GroupBox27: TGroupBox
- Left = 8
- Top = 292
- Width = 463
- Height = 125
- Caption = 'XDCC &settings'
- TabOrder = 4
- object Label40: TLabel
- Left = 363
- Top = 20
- Width = 66
- Height = 16
- AutoSize = False
- Caption = 'seconds'
- end
- object Label41: TLabel
- Left = 11
- Top = 52
- Width = 232
- Height = 16
- Caption = 'Exclude these channels from auto-offer:'
- end
- object Label42: TLabel
- Left = 11
- Top = 72
- Width = 210
- Height = 16
- AutoSize = False
- Caption = '(separate channels by a comma)'
- end
- object OfferAsNotices: TCheckBox
- Left = 12
- Top = 96
- Width = 437
- Height = 17
- Caption =
- 'Send pack list to channel as NOTICEs rather than channel message' +
- 's'
- TabOrder = 0
- end
- object XDCCAutoOfferInterval: TSpinEdit
- Left = 296
- Top = 17
- Width = 58
- Height = 26
- MaxValue = 9999
- MinValue = 1
- TabOrder = 1
- Value = 60
- end
- object XDCCExcludeList: TEdit
- Left = 252
- Top = 50
- Width = 198
- Height = 24
- TabOrder = 2
- OnKeyPress = XDCCExcludeListKeyPress
- end
- object XDCCAutoOfferEnabled: TCheckBox
- Left = 12
- Top = 20
- Width = 282
- Height = 16
- Caption = 'Automatically offer packs to channels every'
- TabOrder = 3
- end
- end
- end
- object tsSOCKS: TPage
- Left = 0
- Top = 0
- Hint = 'Enable SOCKS support (use if you are behind a firewall)'
- HelpContext = 21
- Caption = 'tsSOCKS'
- object grpSettingsSOCKS: TGroupBox
- Left = 7
- Top = 74
- Width = 466
- Height = 115
- Caption = '&SOCKS proxy/firewall settings'
- Enabled = False
- TabOrder = 1
- object txUsernameSOCKS: TLabel
- Left = 11
- Top = 23
- Width = 66
- Height = 16
- Caption = '&Username:'
- Enabled = False
- FocusControl = UsernameIDENTD
- end
- object txServerSOCKS: TLabel
- Left = 11
- Top = 51
- Width = 43
- Height = 16
- Caption = '&Server:'
- Enabled = False
- FocusControl = PortIDENTD
- end
- object txPortSOCKS: TLabel
- Left = 11
- Top = 79
- Width = 27
- Height = 16
- Caption = '&Port:'
- Enabled = False
- FocusControl = SystemIDENTD
- end
- object UsernameSOCKS: TEdit
- Left = 87
- Top = 20
- Width = 366
- Height = 24
- Enabled = False
- TabOrder = 0
- end
- object ServerSOCKS: TEdit
- Left = 87
- Top = 48
- Width = 366
- Height = 24
- Enabled = False
- TabOrder = 1
- end
- object PortSOCKS: TEdit
- Left = 87
- Top = 76
- Width = 366
- Height = 24
- Enabled = False
- TabOrder = 2
- Text = '1080'
- end
- end
- object GroupBox11: TGroupBox
- Left = 7
- Top = 2
- Width = 466
- Height = 67
- Caption = '&General options'
- TabOrder = 0
- object EnableSOCKS: TCheckBox
- Left = 11
- Top = 19
- Width = 450
- Height = 17
- Caption = 'SOCKS support &enabled'
- TabOrder = 0
- OnClick = EnableSOCKSClick
- end
- object AutoSOCKS: TCheckBox
- Left = 11
- Top = 39
- Width = 450
- Height = 17
- Caption = '&Automatic configuration'
- Enabled = False
- TabOrder = 1
- OnClick = AutoSOCKSClick
- end
- end
- end
- object tsIgnore: TPage
- Left = 0
- Top = 0
- HelpContext = 24
- Caption = 'tsIgnore'
- object IgnoreList: TListBox
- Left = 5
- Top = 10
- Width = 296
- Height = 351
- ItemHeight = 16
- Style = lbOwnerDrawFixed
- TabOrder = 0
- OnClick = IgnoreListClick
- OnDrawItem = IgnoreListDrawItem
- end
- object GroupBox10: TGroupBox
- Left = 308
- Top = 3
- Width = 169
- Height = 90
- Caption = '&What to ignore'
- TabOrder = 1
- object Image1: TImage
- Left = 149
- Top = 24
- Width = 18
- Height = 18
- end
- object Image2: TImage
- Left = 149
- Top = 44
- Width = 18
- Height = 18
- end
- object Image3: TImage
- Left = 149
- Top = 64
- Width = 18
- Height = 18
- end
- object IgnorePrivate: TCheckBox
- Left = 10
- Top = 41
- Width = 135
- Height = 17
- Caption = '&Private messages'
- Enabled = False
- TabOrder = 1
- OnClick = IgnorePrivateClick
- end
- object IgnoreChannel: TCheckBox
- Left = 10
- Top = 21
- Width = 135
- Height = 17
- Caption = '&Channel messages'
- Enabled = False
- TabOrder = 0
- OnClick = IgnoreChannelClick
- end
- object IgnoreCTCP: TCheckBox
- Left = 10
- Top = 61
- Width = 135
- Height = 17
- Caption = 'C&TCPs'
- Enabled = False
- TabOrder = 2
- OnClick = IgnoreCTCPClick
- end
- end
- object IgnoreSort: TNashButton
- Left = 196
- Top = 370
- Width = 68
- Height = 28
- Caption = '&Sort'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = IgnoreSortClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000130B0000130B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 3333333FFF33F333FF3F330E0330FFFCCFCC33777FF7F3377F7730EEE030FFFC
- CFCC377777F7F33773770EEE0000FFFFFCCF777777773F33377FEEE0BFBF0FFF
- FCCF7777333373F337730E0BFBFBF0FFCCFF77733333373F77F330BFBFBFBF0F
- CCFF37F333333F7F773330FBFBFB0B0FFFFF37F3F33F737FFFFF30B0BF0FB000
- 000037F73F73F777777730FB0BF0FB0FFFFF373F73F73F7F333F330030BF0F0F
- FF993F77373F737F3377CC33330BF00FFF9977FFF373F77F3F77CC993330009F
- 99FF7777F337777F77F333993330F99F99FF3F77FF37F773773F993CC330FFF9
- 9F9977F77F37F3377F77993CC330FFF99F997737733733377377}
- NumGlyphs = 2
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- object IgnoreRemove: TNashButton
- Left = 92
- Top = 370
- Width = 97
- Height = 28
- Caption = '&Remove'
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = IgnoreRemoveClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000130B0000130B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 333333333333333333FF33333333333330003333333333333777333333333333
- 300033FFFFFF3333377739999993333333333777777F3333333F399999933333
- 3300377777733333337733333333333333003333333333333377333333333333
- 3333333333333333333F333333333333330033333F33333333773333C3333333
- 330033337F3333333377333CC3333333333333F77FFFFFFF3FF33CCCCCCCCCC3
- 993337777777777F77F33CCCCCCCCCC399333777777777737733333CC3333333
- 333333377F33333333FF3333C333333330003333733333333777333333333333
- 3000333333333333377733333333333333333333333333333333}
- NumGlyphs = 2
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- object IgnoreAdd: TNashButton
- Left = 8
- Top = 370
- Width = 77
- Height = 28
- Caption = '&Add'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnClick = IgnoreAddClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000130B0000130B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 33333333FF33333333FF333993333333300033377F3333333777333993333333
- 300033F77FFF3333377739999993333333333777777F3333333F399999933333
- 33003777777333333377333993333333330033377F3333333377333993333333
- 3333333773333333333F333333333333330033333333F33333773333333C3333
- 330033333337FF3333773333333CC333333333FFFFF77FFF3FF33CCCCCCCCCC3
- 993337777777777F77F33CCCCCCCCCC3993337777777777377333333333CC333
- 333333333337733333FF3333333C333330003333333733333777333333333333
- 3000333333333333377733333333333333333333333333333333}
- NumGlyphs = 2
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- end
- object tsOptions: TPage
- Left = 0
- Top = 0
- HelpContext = 30
- Caption = 'tsServerOptions'
- object txRetry: TLabel
- Left = 36
- Top = 56
- Width = 108
- Height = 16
- AutoSize = False
- Caption = 'Retry to connect'
- end
- object txRetryTimes: TLabel
- Left = 212
- Top = 56
- Width = 108
- Height = 16
- AutoSize = False
- Caption = 'times'
- end
- object txRetryWait: TLabel
- Left = 36
- Top = 84
- Width = 209
- Height = 16
- AutoSize = False
- Caption = 'Between connection attempts, wait'
- end
- object txRetryWaitSeconds: TLabel
- Left = 316
- Top = 84
- Width = 108
- Height = 16
- AutoSize = False
- Caption = 'seconds'
- end
- object StartupConnect: TCheckBox
- Left = 12
- Top = 12
- Width = 449
- Height = 17
- Caption = 'Connect to server on startup'
- TabOrder = 0
- end
- object AutoReconnect: TCheckBox
- Left = 12
- Top = 32
- Width = 449
- Height = 17
- Caption =
- 'Auto-reconnect to server if connection fails or disconnects unex' +
- 'pectedly'
- TabOrder = 1
- OnClick = AutoReconnectClick
- end
- object RetryCount: TSpinEdit
- Left = 148
- Top = 52
- Width = 52
- Height = 26
- AutoSize = False
- MaxValue = 100
- MinValue = 0
- TabOrder = 2
- Value = 3
- end
- object ShowNotifyList: TCheckBox
- Left = 12
- Top = 108
- Width = 449
- Height = 17
- Caption = 'Show notify list pane in server windows by default'
- TabOrder = 3
- end
- object AutoChannelBox: TCheckBox
- Left = 12
- Top = 128
- Width = 449
- Height = 17
- Caption = 'Open channel box automatically on connect'
- TabOrder = 4
- end
- object AutoRejoin: TCheckBox
- Left = 12
- Top = 148
- Width = 449
- Height = 17
- Caption = 'Auto-rejoin channel when kicked'
- TabOrder = 5
- OnClick = AutoRejoinClick
- end
- object ShowOpPanel: TCheckBox
- Left = 12
- Top = 188
- Width = 449
- Height = 17
- Caption = 'Show channel op control panel if you have channel ops'
- TabOrder = 6
- end
- object CloseWindowsOnDisconnect: TCheckBox
- Left = 12
- Top = 208
- Width = 449
- Height = 17
- Caption = 'Close channel and query windows when disconnected from server'
- TabOrder = 7
- end
- object SeamlessRejoin: TCheckBox
- Left = 12
- Top = 168
- Width = 449
- Height = 17
- Caption =
- 'Seamlessly rejoin channel when kicked (do not close channel wind' +
- 'ow)'
- Enabled = False
- TabOrder = 8
- end
- object RejoinActiveChannels: TCheckBox
- Left = 12
- Top = 228
- Width = 449
- Height = 17
- Caption =
- 'When connected to server, rejoin channels that you were previous' +
- 'ly on'
- TabOrder = 9
- end
- object RetryWaitSeconds: TSpinEdit
- Left = 252
- Top = 80
- Width = 52
- Height = 26
- AutoSize = False
- MaxValue = 1000
- MinValue = 0
- TabOrder = 10
- Value = 5
- end
- end
- object tsMDIOptions: TPage
- Left = 0
- Top = 0
- HelpContext = 45
- Caption = 'tsMDI'
- object Label17: TLabel
- Left = 9
- Top = 9
- Width = 460
- Height = 40
- AutoSize = False
- Caption =
- 'Make the following windows desktop windows, freeing them from th' +
- 'e confines of the main ViRC '#39'96 window:'
- WordWrap = True
- end
- object Label43: TLabel
- Left = 9
- Top = 177
- Width = 460
- Height = 40
- AutoSize = False
- Caption =
- 'Please note that the desktop window options currently don'#39't work' +
- ' perfectly, so expect a few minor problems. I will try to fix th' +
- 'ese as soon as I can.'
- WordWrap = True
- end
- object DesktopServerWindows: TCheckBox
- Left = 24
- Top = 52
- Width = 305
- Height = 17
- Caption = 'Server windows'
- TabOrder = 0
- end
- object DesktopChannelWindows: TCheckBox
- Left = 24
- Top = 72
- Width = 305
- Height = 17
- Caption = 'Channel windows'
- TabOrder = 1
- OnClick = AutoReconnectClick
- end
- object DesktopQueryWindows: TCheckBox
- Left = 24
- Top = 92
- Width = 305
- Height = 17
- Caption = 'Query windows'
- TabOrder = 2
- OnClick = AutoReconnectClick
- end
- object DesktopDCCChatWindows: TCheckBox
- Left = 24
- Top = 112
- Width = 305
- Height = 17
- Caption = 'DCC Chat windows'
- TabOrder = 3
- OnClick = AutoReconnectClick
- end
- object DesktopDCCSendWindows: TCheckBox
- Left = 24
- Top = 132
- Width = 305
- Height = 17
- Caption = 'DCC Send/Get windows'
- TabOrder = 4
- OnClick = AutoReconnectClick
- end
- object DesktopTDCCVoiceWindows: TCheckBox
- Left = 24
- Top = 152
- Width = 305
- Height = 17
- Caption = 'TDCC Voice windows'
- TabOrder = 5
- OnClick = AutoReconnectClick
- end
- end
- object tsWindows: TPage
- Left = 0
- Top = 0
- HelpContext = 27
- Caption = 'tsWindows'
- object grpAdjust: TGroupBox
- Left = 7
- Top = 2
- Width = 466
- Height = 91
- Caption = 'Window &adjustments'
- TabOrder = 0
- object Label18: TLabel
- Left = 11
- Top = 23
- Width = 154
- Height = 16
- AutoSize = False
- Caption = '&Border width pixel adjust:'
- FocusControl = BlockSize
- end
- object Label20: TLabel
- Left = 11
- Top = 55
- Width = 174
- Height = 16
- AutoSize = False
- Caption = 'Text &entry box height adjust:'
- FocusControl = BlockSize
- end
- object BorderAdjust: TSpinEdit
- Left = 191
- Top = 20
- Width = 66
- Height = 26
- MaxValue = 10
- MinValue = -2
- TabOrder = 0
- Value = 0
- end
- object EntryAdjust: TSpinEdit
- Left = 191
- Top = 52
- Width = 66
- Height = 26
- MaxValue = 128
- MinValue = -24
- TabOrder = 1
- Value = 0
- end
- object NoBevels: TCheckBox
- Left = 273
- Top = 25
- Width = 176
- Height = 17
- Caption = '&No 3D border bevels'
- Enabled = False
- TabOrder = 2
- end
- object NoToolbarBevels: TCheckBox
- Left = 273
- Top = 57
- Width = 176
- Height = 17
- Caption = '&No 3D toolbar bevels'
- Enabled = False
- TabOrder = 3
- end
- end
- object GroupBox12: TGroupBox
- Left = 7
- Top = 98
- Width = 466
- Height = 263
- Caption = 'MDI &background'
- TabOrder = 1
- object Label19: TLabel
- Left = 11
- Top = 23
- Width = 146
- Height = 16
- AutoSize = False
- Caption = 'Background &image file:'
- FocusControl = BlockSize
- end
- object MDIImage: TEdit
- Left = 160
- Top = 20
- Width = 269
- Height = 24
- ReadOnly = True
- TabOrder = 0
- Text = '<none>'
- OnKeyDown = MDIImageKeyDown
- end
- object ImagePanel: TPanel
- Left = 11
- Top = 52
- Width = 444
- Height = 197
- BevelOuter = bvLowered
- TabOrder = 1
- object ImageSample: TTiledBitmap
- left = 1
- top = 1
- width = 442
- height = 195
- Align = alClient
- end
- end
- object MDIImageSelect: TNashButton
- Left = 428
- Top = 21
- Width = 25
- Height = 25
- Caption = '...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = MDIImageSelectClick
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- end
- end
- object tsDefaults: TPage
- Left = 0
- Top = 0
- HelpContext = 33
- Caption = 'tsDefaults'
- object Bevel2: TBevel
- Left = 7
- Top = 140
- Width = 466
- Height = 69
- Shape = bsFrame
- end
- object txCTCPfinger: TLabel
- Left = 19
- Top = 151
- Width = 92
- Height = 16
- AutoSize = False
- Caption = 'CTCP &FINGER:'
- end
- object txCTCPversion: TLabel
- Left = 19
- Top = 178
- Width = 92
- Height = 16
- AutoSize = False
- Caption = '&Version reply:'
- end
- object Bevel3: TBevel
- Left = 7
- Top = 220
- Width = 466
- Height = 97
- Shape = bsFrame
- end
- object txKick: TLabel
- Left = 19
- Top = 231
- Width = 92
- Height = 16
- AutoSize = False
- Caption = '&Kick message:'
- end
- object txTitleBarFormat: TLabel
- Left = 19
- Top = 287
- Width = 92
- Height = 16
- AutoSize = False
- Caption = '&Title bar format:'
- end
- object txQuit: TLabel
- Left = 19
- Top = 259
- Width = 92
- Height = 16
- AutoSize = False
- Caption = '&Quit message:'
- end
- object Bevel1: TBevel
- Left = 7
- Top = 328
- Width = 466
- Height = 93
- Shape = bsFrame
- end
- object txBanType: TLabel
- Left = 19
- Top = 339
- Width = 446
- Height = 16
- AutoSize = False
- Caption = '&Ban type:'
- end
- object BanType1: TExplorerButton
- Left = 19
- Top = 360
- Width = 118
- Height = 24
- Caption = 'nick!user@host'
- GroupIndex = 1
- Layout = blBitmapLeft
- Options = [boPopupMark, boShowBevel]
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnClick = BanType1Click
- ParentFont = False
- ParentShowHint = False
- ShowHint = False
- IBitmap = {}
- end
- object BanType2: TExplorerButton
- Left = 143
- Top = 360
- Width = 106
- Height = 24
- Caption = '*!*user@host'
- GroupIndex = 1
- Layout = blBitmapLeft
- Options = [boPopupMark, boShowBevel]
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnClick = BanType2Click
- ParentFont = False
- ParentShowHint = False
- ShowHint = False
- IBitmap = {}
- end
- object BanType3: TExplorerButton
- Left = 255
- Top = 360
- Width = 106
- Height = 24
- Caption = '*!*user@*host'
- GroupIndex = 1
- Layout = blBitmapLeft
- Options = [boPopupMark, boShowBevel]
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnClick = BanType3Click
- ParentFont = False
- ParentShowHint = False
- ShowHint = False
- IBitmap = {}
- end
- object BanType4: TExplorerButton
- Left = 367
- Top = 360
- Width = 94
- Height = 24
- Caption = '*!*@host'
- GroupIndex = 1
- Layout = blBitmapLeft
- Options = [boPopupMark, boShowBevel]
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnClick = BanType4Click
- ParentFont = False
- ParentShowHint = False
- ShowHint = False
- IBitmap = {}
- end
- object BanType5: TExplorerButton
- Left = 19
- Top = 388
- Width = 86
- Height = 24
- Caption = '*!*@*host'
- GroupIndex = 1
- Layout = blBitmapLeft
- Options = [boPopupMark, boShowBevel]
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnClick = BanType5Click
- ParentFont = False
- ParentShowHint = False
- ShowHint = False
- IBitmap = {}
- end
- object BanType6: TExplorerButton
- Left = 111
- Top = 388
- Width = 82
- Height = 24
- Caption = '*!user@*'
- GroupIndex = 1
- Layout = blBitmapLeft
- Options = [boPopupMark, boShowBevel]
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnClick = BanType6Click
- ParentFont = False
- ParentShowHint = False
- ShowHint = False
- IBitmap = {}
- end
- object BanType8: TExplorerButton
- Left = 292
- Top = 388
- Width = 81
- Height = 24
- Caption = 'nick!*@*'
- GroupIndex = 1
- Layout = blBitmapLeft
- Options = [boPopupMark, boShowBevel]
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnClick = BanType8Click
- ParentFont = False
- ParentShowHint = False
- ShowHint = False
- IBitmap = {}
- end
- object BanType9: TExplorerButton
- Left = 380
- Top = 388
- Width = 81
- Height = 24
- Caption = '*nick!*@*'
- GroupIndex = 1
- Layout = blBitmapLeft
- Options = [boPopupMark, boShowBevel]
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnClick = BanType9Click
- ParentFont = False
- ParentShowHint = False
- ShowHint = False
- IBitmap = {}
- end
- object BanType7: TExplorerButton
- Left = 199
- Top = 388
- Width = 86
- Height = 24
- Caption = '*!*user@*'
- GroupIndex = 1
- Layout = blBitmapLeft
- Options = [boPopupMark, boShowBevel]
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnClick = BanType7Click
- ParentFont = False
- ParentShowHint = False
- ShowHint = False
- IBitmap = {}
- end
- object GroupBox13: TGroupBox
- Left = 7
- Top = 2
- Width = 466
- Height = 127
- Caption = '&Automatically respond to ...'
- TabOrder = 0
- object cbCTCPfinger: TCheckBox
- Left = 11
- Top = 19
- Width = 446
- Height = 17
- Caption = 'CTCP &finger requests'
- State = cbChecked
- TabOrder = 0
- OnClick = cbCTCPfingerClick
- end
- object cbCTCPversion: TCheckBox
- Left = 11
- Top = 39
- Width = 446
- Height = 17
- Caption = 'CTCP &version requests'
- State = cbChecked
- TabOrder = 1
- OnClick = cbCTCPversionClick
- end
- object cbCTCPping: TCheckBox
- Left = 11
- Top = 59
- Width = 446
- Height = 17
- Caption = 'CTCP &pings'
- State = cbChecked
- TabOrder = 2
- OnClick = cbCTCPfingerClick
- end
- object cbCTCPtime: TCheckBox
- Left = 11
- Top = 79
- Width = 446
- Height = 17
- Caption = 'CTCP &time requests'
- State = cbChecked
- TabOrder = 3
- OnClick = cbCTCPversionClick
- end
- object cbDCC: TCheckBox
- Left = 11
- Top = 99
- Width = 446
- Height = 17
- Caption = '&DCC/TDCC requests'
- State = cbChecked
- TabOrder = 4
- OnClick = cbCTCPversionClick
- end
- end
- object tbCTCPfinger: TEdit
- Left = 120
- Top = 148
- Width = 341
- Height = 24
- TabOrder = 1
- end
- object tbCTCPversion: TEdit
- Left = 120
- Top = 176
- Width = 341
- Height = 24
- TabOrder = 2
- end
- object tbKickMessage: TEdit
- Left = 120
- Top = 228
- Width = 341
- Height = 24
- TabOrder = 3
- end
- object tbTitleBarFormat: TEdit
- Left = 120
- Top = 284
- Width = 341
- Height = 24
- TabOrder = 4
- end
- object tbQuitMessage: TEdit
- Left = 120
- Top = 256
- Width = 341
- Height = 24
- TabOrder = 5
- end
- end
- object tsUninstall: TPage
- Left = 0
- Top = 0
- HelpContext = 28
- Caption = 'tsUninstall'
- object Bevel4: TBevel
- Left = 7
- Top = 9
- Width = 466
- Height = 88
- Shape = bsFrame
- end
- object txUninstall: TLabel
- Left = 17
- Top = 20
- Width = 448
- Height = 69
- AutoSize = False
- Caption =
- 'WARNING: Pressing Uninstall will remove everything that ViRC '#39'97' +
- ' has inserted into your registry. However, ViRC '#39'97 will still r' +
- 'emain on your hard disk in the % directory. You may remove this ' +
- 'manually using the DELTREE command. '
- WordWrap = True
- end
- object UninstallBtn: TNashButton
- Left = 352
- Top = 104
- Width = 121
- Height = 29
- Caption = '&Uninstall now'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 3
- ParentFont = False
- TabOrder = 0
- OnClick = UninstallBtnClick
- Glyph.Data = {
- CE070000424DCE07000000000000360000002800000024000000120000000100
- 1800000000009807000000000000000000000000000000000000007F7F007F7F
- 007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
- 7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
- 7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
- 007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7F007F7F007F7F007F
- 7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
- 7F7F007F7F007F7F007F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F
- 007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F0000FF0000
- 7F00007F7F7F7F007F7F007F7F007F7F007F7F007F7F0000FF7F7F7F007F7F00
- 7F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7FFFFFFF007F7F
- 007F7F007F7F007F7F007F7F007F7FFFFFFF007F7F007F7F007F7F007F7F007F
- 7F007F7F007F7F0000FF00007F00007F00007F7F7F7F007F7F007F7F007F7F00
- 00FF00007F00007F7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F
- FFFFFF007F7F7F7F7FFFFFFF007F7F007F7F007F7FFFFFFF7F7F7F7F7F7FFFFF
- FF007F7F007F7F007F7F007F7F007F7F007F7F0000FF00007F00007F00007F00
- 007F7F7F7F007F7F0000FF00007F00007F00007F00007F7F7F7F007F7F007F7F
- 007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F7F7F7FFFFFFF007F7FFFFF
- FF7F7F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F00
- 7F7F0000FF00007F00007F00007F00007F7F7F7F00007F00007F00007F00007F
- 00007F7F7F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F
- 7F007F7F7F7F7FFFFFFF7F7F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF00
- 7F7F007F7F007F7F007F7F007F7F007F7F0000FF00007F00007F00007F00007F
- 00007F00007F00007F00007F7F7F7F007F7F007F7F007F7F007F7F007F7F007F
- 7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F7F7F7F007F7F007F7F007F7F00
- 7F7FFFFFFF7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
- 0000FF00007F00007F00007F00007F00007F00007F7F7F7F007F7F007F7F007F
- 7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F00
- 7F7F007F7F007F7F007F7FFFFFFF7F7F7F007F7F007F7F007F7F007F7F007F7F
- 007F7F007F7F007F7F007F7F007F7F00007F00007F00007F00007F00007F7F7F
- 7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
- 7F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F7F7F7F007F7F007F7F
- 007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F0000FF0000
- 7F00007F00007F00007F7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F00
- 7F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F
- 7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
- 7F007F7F0000FF00007F00007F00007F00007F00007F7F7F7F007F7F007F7F00
- 7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F
- 007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F
- 7F007F7F007F7F007F7F007F7F0000FF00007F00007F00007F7F7F7F00007F00
- 007F00007F7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
- 007F7F007F7F7F7F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F
- 7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F0000FF00007F00007F00
- 007F7F7F7F007F7F0000FF00007F00007F00007F7F7F7F007F7F007F7F007F7F
- 007F7F007F7F007F7F007F7F007F7F7F7F7F007F7F007F7F007F7F7F7F7FFFFF
- FF007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F00
- 7F7F0000FF00007F00007F7F7F7F007F7F007F7F007F7F0000FF00007F00007F
- 00007F7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F
- 7F007F7F7F7F7F007F7F7F7F7FFFFFFF007F7F007F7F7F7F7FFFFFFF007F7F00
- 7F7F007F7F007F7F007F7F007F7F007F7F0000FF00007F007F7F007F7F007F7F
- 007F7F007F7F0000FF00007F00007F00007F007F7F007F7F007F7F007F7F007F
- 7F007F7F7F7F7FFFFFFFFFFFFF7F7F7F007F7F007F7F007F7F7F7F7FFFFFFF00
- 7F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F007F7F
- 007F7F007F7F007F7F007F7F007F7F007F7F007F7F0000FF00007F0000FF007F
- 7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7F007F7F007F7F00
- 7F7F007F7F007F7F7F7F7FFFFFFFFFFFFFFFFFFF7F7F7F007F7F007F7F007F7F
- 007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
- 7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
- 7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7F7F7F7F
- 007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
- 7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
- 7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
- 007F7F007F7F007F7F007F7F007F7F007F7F}
- NumGlyphs = 2
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- end
- object tsWinsock: TPage
- Left = 0
- Top = 0
- HelpContext = 26
- Caption = 'tsWinsock'
- object txStackName: TLabel
- Left = 9
- Top = 12
- Width = 84
- Height = 20
- AutoSize = False
- Caption = '&Stack name:'
- end
- object txSystemStatus: TLabel
- Left = 9
- Top = 44
- Width = 92
- Height = 20
- AutoSize = False
- Caption = 'S&ystem status:'
- end
- object txVendorInfo: TLabel
- Left = 9
- Top = 76
- Width = 92
- Height = 20
- AutoSize = False
- Caption = '&Vendor info:'
- end
- object Bevel5: TBevel
- Left = 8
- Top = 104
- Width = 465
- Height = 9
- Shape = bsBottomLine
- end
- object txMaxSockets: TLabel
- Left = 9
- Top = 128
- Width = 92
- Height = 20
- AutoSize = False
- Caption = '&Max. sockets:'
- end
- object txReceiveBufferSize: TLabel
- Left = 232
- Top = 128
- Width = 121
- Height = 20
- AutoSize = False
- Caption = '&Receive buffer size:'
- end
- object StackName: TEdit
- Left = 104
- Top = 9
- Width = 369
- Height = 24
- ReadOnly = True
- TabOrder = 0
- end
- object SystemStatus: TEdit
- Left = 104
- Top = 41
- Width = 369
- Height = 24
- ReadOnly = True
- TabOrder = 1
- end
- object VendorInfo: TEdit
- Left = 104
- Top = 73
- Width = 369
- Height = 24
- ReadOnly = True
- TabOrder = 2
- end
- object MaxSockets: TEdit
- Left = 104
- Top = 125
- Width = 105
- Height = 24
- ReadOnly = True
- TabOrder = 3
- end
- object ReceiveBufferSize: TSpinEdit
- Left = 364
- Top = 125
- Width = 109
- Height = 26
- AutoSize = False
- Increment = 1024
- MaxValue = 65536
- MinValue = 2048
- TabOrder = 4
- Value = 16384
- end
- object TrumpetWinsockFixes: TCheckBox
- Left = 19
- Top = 163
- Width = 450
- Height = 17
- Caption = 'Enable work-around for Trumpet Winsock bugs'
- TabOrder = 5
- OnClick = cbCTCPfingerClick
- end
- end
- object tsNotify: TPage
- Left = 0
- Top = 0
- HelpContext = 25
- Caption = 'tsNotify'
- object Panel4: TPanel
- Left = 0
- Top = 395
- Width = 480
- Height = 37
- Align = alBottom
- BevelOuter = bvNone
- Caption = 'Panel4'
- TabOrder = 0
- object Panel5: TPanel
- Left = 101
- Top = 0
- Width = 379
- Height = 37
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 0
- object NotifyRefresh: TNashButton
- Left = 117
- Top = 4
- Width = 89
- Height = 28
- Caption = '&Refresh'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = NotifyRefreshClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000120B0000120B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333330000000
- 00003333377777777777333330FFFFFFFFF03FF3F7FFFF33FFF7003000000FF0
- 00F077F7777773F77737E00FBFBFB0FFFFF07773333FF7FF33F7E0FBFB00000F
- F0F077F333777773F737E0BFBFBFBFB0FFF077F3333FFFF733F7E0FBFB00000F
- F0F077F333777773F737E0BFBFBFBFB0FFF077F33FFFFFF733F7E0FB0000000F
- F0F077FF777777733737000FB0FFFFFFFFF07773F7F333333337333000FFFFFF
- FFF0333777F3FFF33FF7333330F000FF0000333337F777337777333330FFFFFF
- 0FF0333337FFFFFF7F37333330CCCCCC0F033333377777777F73333330FFFFFF
- 0033333337FFFFFF773333333000000003333333377777777333}
- NumGlyphs = 2
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- object NotifyRemove: TNashButton
- Left = 291
- Top = 4
- Width = 85
- Height = 28
- Caption = 'R&emove'
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = NotifyRemoveClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000130B0000130B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 333333333333333333FF33333333333330003333333333333777333333333333
- 300033FFFFFF3333377739999993333333333777777F3333333F399999933333
- 3300377777733333337733333333333333003333333333333377333333333333
- 3333333333333333333F333333333333330033333F33333333773333C3333333
- 330033337F3333333377333CC3333333333333F77FFFFFFF3FF33CCCCCCCCCC3
- 993337777777777F77F33CCCCCCCCCC399333777777777737733333CC3333333
- 333333377F33333333FF3333C333333330003333733333333777333333333333
- 3000333333333333377733333333333333333333333333333333}
- NumGlyphs = 2
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- object NotifyAdd: TNashButton
- Left = 212
- Top = 4
- Width = 73
- Height = 28
- Caption = '&Add'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = NotifyAddClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000130B0000130B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 33333333FF33333333FF333993333333300033377F3333333777333993333333
- 300033F77FFF3333377739999993333333333777777F3333333F399999933333
- 33003777777333333377333993333333330033377F3333333377333993333333
- 3333333773333333333F333333333333330033333333F33333773333333C3333
- 330033333337FF3333773333333CC333333333FFFFF77FFF3FF33CCCCCCCCCC3
- 993337777777777F77F33CCCCCCCCCC3993337777777777377333333333CC333
- 333333333337733333FF3333333C333330003333333733333777333333333333
- 3000333333333333377733333333333333333333333333333333}
- NumGlyphs = 2
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- end
- object cbAutoRefreshNotify: TCheckBox
- Left = 9
- Top = 8
- Width = 204
- Height = 17
- Caption = '&Auto-notify every 30 seconds'
- TabOrder = 1
- end
- end
- object Panel3: TPanel
- Left = 4
- Top = 4
- Width = 474
- Height = 385
- BevelOuter = bvNone
- Caption = 'NotifyPanel'
- TabOrder = 1
- object NotifyList: TListView
- Left = 0
- Top = 0
- Width = 474
- Height = 385
- Hint = 'Notify list. Double-click on a nickname to show WHOIS info.'
- Align = alClient
- ColumnClick = False
- OnDblClick = NotifyListDblClick
- Columns = <>
- ReadOnly = True
- HideSelection = False
- OnChange = NotifyListChange
- TabOrder = 0
- ViewStyle = vsReport
- end
- end
- end
- object tsPaths: TPage
- Left = 0
- Top = 0
- HelpContext = 29
- Caption = 'tsPaths'
- object Label12: TLabel
- Left = 11
- Top = 15
- Width = 77
- Height = 16
- Caption = '&Upload path:'
- FocusControl = UploadPath
- end
- object Label13: TLabel
- Left = 11
- Top = 43
- Width = 93
- Height = 16
- Caption = '&Download path:'
- FocusControl = DownloadPath
- end
- object Label21: TLabel
- Left = 11
- Top = 71
- Width = 66
- Height = 16
- Caption = '&Script path:'
- FocusControl = DownloadPath
- end
- object Label22: TLabel
- Left = 11
- Top = 99
- Width = 71
- Height = 16
- Caption = 'S&ound path:'
- FocusControl = DownloadPath
- end
- object Label33: TLabel
- Left = 11
- Top = 127
- Width = 55
- Height = 16
- Caption = '&Log path:'
- FocusControl = DownloadPath
- end
- object UploadPath: TEdit
- Left = 112
- Top = 12
- Width = 325
- Height = 24
- TabOrder = 0
- Text = '.'
- end
- object DownloadPath: TEdit
- Left = 112
- Top = 40
- Width = 325
- Height = 24
- TabOrder = 2
- Text = '.'
- end
- object SelectUploadPath: TNashButton
- Left = 444
- Top = 12
- Width = 25
- Height = 25
- Caption = '...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = SelectUploadPathClick
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- object SelectDownloadPath: TNashButton
- Left = 444
- Top = 40
- Width = 25
- Height = 25
- Caption = '...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = SelectDownloadPathClick
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- object ScriptPath: TEdit
- Left = 112
- Top = 68
- Width = 325
- Height = 24
- TabOrder = 4
- Text = '.'
- end
- object SelectScriptPath: TNashButton
- Left = 444
- Top = 68
- Width = 25
- Height = 25
- Caption = '...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- OnClick = SelectScriptPathClick
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- object SoundPath: TEdit
- Left = 112
- Top = 96
- Width = 325
- Height = 24
- TabOrder = 6
- Text = '.'
- end
- object SelectSoundPath: TNashButton
- Left = 444
- Top = 96
- Width = 25
- Height = 25
- Caption = '...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 7
- OnClick = SelectSoundPathClick
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- object LogPath: TEdit
- Left = 112
- Top = 124
- Width = 325
- Height = 24
- TabOrder = 8
- Text = '.'
- end
- object SelectLogPath: TNashButton
- Left = 444
- Top = 124
- Width = 25
- Height = 25
- Caption = '...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 9
- OnClick = SelectLogPathClick
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- end
- object TabSheet1: TPage
- Left = 0
- Top = 0
- HelpContext = 50
- Caption = 'tsLocalInfo'
- object GroupBox15: TGroupBox
- Left = 7
- Top = 2
- Width = 466
- Height = 47
- Caption = '&General options'
- TabOrder = 0
- object AutoGrabIPAddr: TCheckBox
- Left = 11
- Top = 19
- Width = 450
- Height = 17
- Caption = '&Automatically grab IP address on connect'
- TabOrder = 0
- OnClick = AutoGrabIPAddrClick
- end
- end
- object GroupBox16: TGroupBox
- Left = 7
- Top = 54
- Width = 466
- Height = 55
- Caption = '&IP address settings'
- TabOrder = 1
- object txIPAddr: TLabel
- Left = 11
- Top = 23
- Width = 68
- Height = 16
- Caption = '&IP address:'
- FocusControl = UsernameIDENTD
- end
- object IPAddr: TEdit
- Left = 87
- Top = 20
- Width = 366
- Height = 24
- TabOrder = 0
- end
- end
- end
- object tsDoubleClickActions: TPage
- Left = 0
- Top = 0
- HelpContext = 48
- Caption = 'tsDoubleClickActions'
- object GroupBox17: TGroupBox
- Left = 7
- Top = 2
- Width = 466
- Height = 111
- Caption = '&Double-click in window executes command ...'
- TabOrder = 0
- object Label23: TLabel
- Left = 14
- Top = 23
- Width = 102
- Height = 20
- AutoSize = False
- Caption = '&Server text:'
- FocusControl = tbNickname
- end
- object Label26: TLabel
- Left = 14
- Top = 51
- Width = 102
- Height = 20
- AutoSize = False
- Caption = '&Channel text:'
- FocusControl = tbBackupNick
- end
- object Label27: TLabel
- Left = 14
- Top = 79
- Width = 102
- Height = 20
- AutoSize = False
- Caption = 'Channel &nicks:'
- FocusControl = tbEmail
- end
- object ServerTextAction: TEdit
- Left = 115
- Top = 20
- Width = 338
- Height = 24
- TabOrder = 0
- end
- object ChannelTextAction: TEdit
- Left = 115
- Top = 48
- Width = 338
- Height = 24
- TabOrder = 1
- end
- object ChannelNicksAction: TEdit
- Left = 115
- Top = 76
- Width = 338
- Height = 24
- TabOrder = 2
- end
- end
- end
- object tsTextOutput: TPage
- Left = 0
- Top = 0
- HelpContext = 49
- Caption = 'tsTextOutput'
- object grpTabStopSettings: TGroupBox
- Left = 7
- Top = 2
- Width = 466
- Height = 143
- Caption = '&Tab stop settings'
- TabOrder = 0
- object Label28: TLabel
- Left = 12
- Top = 21
- Width = 445
- Height = 36
- AutoSize = False
- Caption =
- 'ViRC '#39'97 now replaces tab characters in text with a number of sp' +
- 'aces. How many spaces do you wish to substitute for one tab?'
- WordWrap = True
- end
- object txTabSpaces: TLabel
- Left = 309
- Top = 67
- Width = 80
- Height = 16
- AutoSize = False
- Caption = '0 spaces'
- end
- object TabSpaces: TTrackBar
- Left = 34
- Top = 61
- Width = 259
- Height = 36
- Max = 20
- Orientation = trHorizontal
- Frequency = 1
- Position = 0
- SelEnd = 0
- SelStart = 0
- TabOrder = 0
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = TabSpacesChange
- end
- object SampleTabText: TEdit
- Left = 12
- Top = 106
- Width = 442
- Height = 24
- ReadOnly = True
- TabOrder = 1
- end
- end
- object grpTextBoxSettings: TGroupBox
- Left = 7
- Top = 151
- Width = 466
- Height = 162
- Caption = 'T&ext box settings'
- TabOrder = 1
- object Label34: TLabel
- Left = 12
- Top = 21
- Width = 445
- Height = 68
- AutoSize = False
- Caption =
- 'When many text lines are added rapidly, ViRC '#39'97 will go into ac' +
- 'celerated output mode and scroll more than one line at a time. H' +
- 'ow many lines do you want to scroll at a time? Lowering this set' +
- 'ting will make text output smoother but slower.'
- WordWrap = True
- end
- object txScrollBy: TLabel
- Left = 309
- Top = 99
- Width = 80
- Height = 16
- AutoSize = False
- Caption = '1 line'
- end
- object ScrollBy: TTrackBar
- Left = 34
- Top = 93
- Width = 259
- Height = 36
- Max = 50
- Min = 1
- Orientation = trHorizontal
- Frequency = 2
- Position = 1
- SelEnd = 0
- SelStart = 0
- TabOrder = 0
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = ScrollByChange
- end
- object DisableTextBitmaps: TCheckBox
- Left = 13
- Top = 134
- Width = 300
- Height = 17
- Caption = 'Disable info bitmaps in text boxes'
- TabOrder = 1
- end
- end
- object grpTimeStamping: TGroupBox
- Left = 7
- Top = 320
- Width = 466
- Height = 101
- Caption = 'T&ime stamping'
- TabOrder = 2
- object txTimeStampFormat: TLabel
- Left = 12
- Top = 42
- Width = 449
- Height = 16
- AutoSize = False
- Caption =
- 'Time stamp &format: (see TIME function in VSCRIPT.TXT for more i' +
- 'nfo)'
- Enabled = False
- end
- object TimeStampFormat: TEdit
- Left = 12
- Top = 65
- Width = 445
- Height = 24
- Enabled = False
- TabOrder = 0
- end
- object EnableTimeStamping: TCheckBox
- Left = 13
- Top = 20
- Width = 352
- Height = 17
- Caption = 'Stamp every message displayed with the current time'
- TabOrder = 1
- OnClick = EnableTimeStampingClick
- end
- end
- end
- object tsLogging: TPage
- Left = 0
- Top = 0
- HelpContext = 47
- Caption = 'tsLogging'
- object GroupBox18: TGroupBox
- Left = 7
- Top = 2
- Width = 466
- Height = 75
- Caption = '&Server logging options (private messages, notices etc.)'
- TabOrder = 0
- object Label29: TLabel
- Left = 11
- Top = 43
- Width = 94
- Height = 16
- AutoSize = False
- Caption = 'Server log &file:'
- FocusControl = DownloadPath
- end
- object EnableServerLog: TCheckBox
- Left = 12
- Top = 20
- Width = 450
- Height = 17
- Caption = '&Enable server log automatically when opening server window'
- TabOrder = 0
- end
- object GlobalLogFile: TEdit
- Left = 112
- Top = 40
- Width = 313
- Height = 24
- TabOrder = 1
- Text = 'GlobalLogFile'
- end
- object SelectGlobalLogFile: TNashButton
- Left = 429
- Top = 40
- Width = 25
- Height = 25
- Caption = '...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = SelectGlobalLogFileClick
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- end
- object GroupBox19: TGroupBox
- Left = 7
- Top = 82
- Width = 466
- Height = 75
- Caption = '&Channel logging'
- TabOrder = 1
- object Label30: TLabel
- Left = 11
- Top = 43
- Width = 94
- Height = 16
- AutoSize = False
- Caption = 'Channel log &file:'
- FocusControl = DownloadPath
- end
- object EnableChannelLog: TCheckBox
- Left = 12
- Top = 20
- Width = 450
- Height = 17
- Caption = '&Enable channel log automatically when joining channel'
- TabOrder = 0
- end
- object ChannelLogFile: TEdit
- Left = 112
- Top = 40
- Width = 313
- Height = 24
- TabOrder = 1
- Text = 'ChannelLogFile'
- end
- object SelectChannelLogFile: TNashButton
- Left = 429
- Top = 40
- Width = 25
- Height = 25
- Caption = '...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = SelectChannelLogFileClick
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- end
- object GroupBox20: TGroupBox
- Left = 7
- Top = 162
- Width = 466
- Height = 75
- Caption = '&Query (private message window) logging options'
- TabOrder = 2
- object Label31: TLabel
- Left = 11
- Top = 43
- Width = 94
- Height = 16
- AutoSize = False
- Caption = 'Query log &file:'
- FocusControl = DownloadPath
- end
- object EnableQueryLog: TCheckBox
- Left = 12
- Top = 20
- Width = 450
- Height = 17
- Caption = '&Enable query log automatically when starting query'
- TabOrder = 0
- end
- object QueryLogFile: TEdit
- Left = 112
- Top = 40
- Width = 313
- Height = 24
- TabOrder = 1
- Text = 'QueryLogFile'
- end
- object SelectQueryLogFile: TNashButton
- Left = 429
- Top = 40
- Width = 25
- Height = 25
- Caption = '...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = SelectQueryLogFileClick
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- end
- object GroupBox21: TGroupBox
- Left = 7
- Top = 242
- Width = 466
- Height = 75
- Caption = '&DCC Chat logging options'
- TabOrder = 3
- object Label32: TLabel
- Left = 11
- Top = 43
- Width = 94
- Height = 16
- AutoSize = False
- Caption = 'Chat log &file:'
- FocusControl = DownloadPath
- end
- object EnableDCCChatLog: TCheckBox
- Left = 12
- Top = 20
- Width = 450
- Height = 17
- Caption =
- '&Enable DCC Chat log automatically when initiating/accepting DCC' +
- ' Chat'
- TabOrder = 0
- end
- object DCCChatLogFile: TEdit
- Left = 112
- Top = 40
- Width = 313
- Height = 24
- TabOrder = 1
- Text = 'DCCChatLogFile'
- end
- object SelectDCCChatLogFile: TNashButton
- Left = 429
- Top = 40
- Width = 25
- Height = 25
- Caption = '...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = SelectDCCChatLogFileClick
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- end
- object GroupBox6: TGroupBox
- Left = 7
- Top = 322
- Width = 466
- Height = 67
- Caption = '&Miscellaneous logging options'
- TabOrder = 4
- object StripLogAttribs: TCheckBox
- Left = 12
- Top = 20
- Width = 450
- Height = 17
- Caption = '&Strip colour and attribute codes from log files'
- TabOrder = 0
- end
- object TimeStampLogs: TCheckBox
- Left = 12
- Top = 40
- Width = 352
- Height = 17
- Caption = 'Stamp every message logged with the current time'
- TabOrder = 1
- OnClick = EnableTimeStampingClick
- end
- end
- end
- object tsVoiceChat: TPage
- Left = 0
- Top = 0
- HelpContext = 54
- Caption = 'tsVoice'
- object GroupBox23: TGroupBox
- Left = 7
- Top = 2
- Width = 466
- Height = 79
- Caption = '&Voice chat hardware status'
- TabOrder = 0
- object txVoiceStatus: TLabel
- Left = 9
- Top = 21
- Width = 449
- Height = 48
- AutoSize = False
- WordWrap = True
- end
- end
- object grpVoiceSettings: TGroupBox
- Left = 7
- Top = 86
- Width = 466
- Height = 111
- Caption = '&Settings'
- TabOrder = 1
- object txVoiceSettingsInfo: TLabel
- Left = 9
- Top = 21
- Width = 449
- Height = 36
- AutoSize = False
- Caption =
- 'Choose the size of the incoming voice buffer. A larger buffer si' +
- 'ze will reduce severe voice break-up but will increase latency.'
- WordWrap = True
- end
- object txVoiceBufferSize: TLabel
- Left = 368
- Top = 64
- Width = 77
- Height = 21
- AutoSize = False
- Caption = '18 blocks'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object VoiceBufferSize: TTrackBar
- Left = 14
- Top = 59
- Width = 347
- Height = 45
- Max = 48
- Min = 1
- Orientation = trHorizontal
- Frequency = 1
- Position = 18
- SelEnd = 0
- SelStart = 0
- TabOrder = 0
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = VoiceBufferSizeChange
- end
- end
- end
- object tsVideoChat: TPage
- Left = 0
- Top = 0
- HelpContext = 53
- Caption = 'tsVideo'
- object GroupBox25: TGroupBox
- Left = 7
- Top = 2
- Width = 466
- Height = 79
- Caption = '&Video capture chat hardware status'
- TabOrder = 0
- object txVideoStatus: TLabel
- Left = 9
- Top = 21
- Width = 449
- Height = 48
- AutoSize = False
- WordWrap = True
- end
- end
- object grpVideoSettings: TGroupBox
- Left = 7
- Top = 86
- Width = 466
- Height = 231
- Caption = '&Settings'
- TabOrder = 1
- object txVideoSettingsGroupText: TLabel
- Left = 9
- Top = 21
- Width = 449
- Height = 68
- AutoSize = False
- Caption =
- 'Below is a sample capture window to help you adjust the settings' +
- '. Press the '#39'Record'#39' button to start capturing, and the '#39'Stop'#39' b' +
- 'utton when you'#39're done. Increasing the capture rate may slow you' +
- 'r system down without any gain if your Internet link is slow.'
- WordWrap = True
- end
- object txCaptureRate: TLabel
- Left = 213
- Top = 145
- Width = 92
- Height = 16
- AutoSize = False
- Caption = '&Capture rate:'
- end
- object txFPS: TLabel
- Left = 405
- Top = 173
- Width = 44
- Height = 16
- AutoSize = False
- Caption = '2 fps'
- end
- object VideoPanel: TPanel
- Left = 37
- Top = 93
- Width = 164
- Height = 124
- BevelOuter = bvLowered
- BevelWidth = 2
- Caption = 'VideoPanel'
- TabOrder = 0
- object VideoTestImage: TImage
- Left = 2
- Top = 2
- Width = 160
- Height = 120
- Align = alClient
- Picture.Data = {<image000.bmp>}
- end
- end
- object VideoFPS: TTrackBar
- Left = 222
- Top = 167
- Width = 171
- Height = 45
- Max = 15
- Min = 1
- Orientation = trHorizontal
- Frequency = 1
- Position = 2
- SelEnd = 0
- SelStart = 0
- TabOrder = 1
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = VideoFPSChange
- end
- object VideoRecord: TBitBtn
- Left = 212
- Top = 105
- Width = 81
- Height = 25
- Caption = '&Record'
- TabOrder = 2
- OnClick = VideoRecordClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000120B0000120B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
- 5555555555FFFFF5555555555000005555555555F777775FF555555008877700
- 55555557755FFF775F55550887000777055555755F777FFF75F550880FBFBF07
- 705557F57755577FF7F55080F00000F07055575755777557F75F087F00B3300F
- 77057F5757555757FF7F080B0B3B330B07057F757F5555757F7F0F0F0BBBB30F
- 07057F757F5555757F7F0F0B0FBB3B0B08057F757FF55575757F0F7F00FFB00F
- 780575F757FFF757F5755080F00000F0805557F75577755757F550F80FBFBF08
- 8055575F775557755755550F8700078805555575FF77755F755555500FFF8800
- 5555555775FFFF77555555555000005555555555577777555555}
- NumGlyphs = 2
- end
- object VideoStop: TBitBtn
- Left = 300
- Top = 105
- Width = 75
- Height = 25
- Caption = '&Stop'
- Enabled = False
- TabOrder = 3
- OnClick = VideoStopClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000120B0000120B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
- 5555555555FFFFF5555555555000005555555555F777775FF555555008877700
- 55555557755FFF775F55550887000777055555755F777FFF75F5508800000007
- 705557F57777777FF7F55080000000007055575777777777F75F087000333000
- 77057F5777555777FF7F08000333330007057F777F5555777F7F0F0003333300
- 07057F777F5555777F7F0F000833330008057F777FF55577757F0F7000883000
- 780575F777FFF777F575508000000000805557F77777777757F550F800000008
- 8055575F777777755755550F8700078805555575FF77755F755555500FFF8800
- 5555555775FFFF77555555555000005555555555577777555555}
- NumGlyphs = 2
- end
- end
- object VideoTest: TVideo
- Left = 46
- Top = 181
- Width = 160
- Height = 120
- Fps = 2
- Transparent = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnVideoFrameBmp = VideoTestVideoFrameBmp
- end
- end
- object tsExtensions: TPage
- Left = 0
- Top = 0
- HelpContext = 55
- Caption = 'tsExtensions'
- object txExtensionCommand: TLabel
- Left = 10
- Top = 267
- Width = 83
- Height = 20
- AutoSize = False
- Caption = '&Command:'
- Enabled = False
- FocusControl = tbNickname
- end
- object txExtensionSaveTo: TLabel
- Left = 10
- Top = 239
- Width = 83
- Height = 20
- AutoSize = False
- Caption = '&Save to dir:'
- Enabled = False
- FocusControl = tbNickname
- end
- object ExtensionList: TListView
- Left = 8
- Top = 8
- Width = 377
- Height = 217
- ColumnClick = False
- Columns = <>
- ReadOnly = True
- HideSelection = False
- OnChange = ExtensionListChange
- TabOrder = 0
- ViewStyle = vsReport
- end
- object ExtensionAdd: TNashButton
- Left = 391
- Top = 8
- Width = 85
- Height = 28
- Caption = '&Add'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = ExtensionAddClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000130B0000130B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 33333333FF33333333FF333993333333300033377F3333333777333993333333
- 300033F77FFF3333377739999993333333333777777F3333333F399999933333
- 33003777777333333377333993333333330033377F3333333377333993333333
- 3333333773333333333F333333333333330033333333F33333773333333C3333
- 330033333337FF3333773333333CC333333333FFFFF77FFF3FF33CCCCCCCCCC3
- 993337777777777F77F33CCCCCCCCCC3993337777777777377333333333CC333
- 333333333337733333FF3333333C333330003333333733333777333333333333
- 3000333333333333377733333333333333333333333333333333}
- NumGlyphs = 2
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- object ExtensionRemove: TNashButton
- Left = 391
- Top = 44
- Width = 85
- Height = 28
- Caption = 'R&emove'
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = ExtensionRemoveClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000130B0000130B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 333333333333333333FF33333333333330003333333333333777333333333333
- 300033FFFFFF3333377739999993333333333777777F3333333F399999933333
- 3300377777733333337733333333333333003333333333333377333333333333
- 3333333333333333333F333333333333330033333F33333333773333C3333333
- 330033337F3333333377333CC3333333333333F77FFFFFFF3FF33CCCCCCCCCC3
- 993337777777777F77F33CCCCCCCCCC399333777777777737733333CC3333333
- 333333377F33333333FF3333C333333330003333733333333777333333333333
- 3000333333333333377733333333333333333333333333333333}
- NumGlyphs = 2
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- object ExtensionCommand: TEdit
- Left = 86
- Top = 264
- Width = 299
- Height = 24
- Enabled = False
- TabOrder = 3
- OnChange = ExtensionCommandChange
- end
- object AutoExecuteExtension: TCheckBox
- Left = 86
- Top = 296
- Width = 292
- Height = 17
- Caption = 'Automatically &execute when file downloaded'
- TabOrder = 4
- OnClick = AutoExecuteExtensionClick
- end
- object ExtensionSaveTo: TEdit
- Left = 86
- Top = 236
- Width = 267
- Height = 24
- Enabled = False
- ReadOnly = True
- TabOrder = 5
- OnChange = ExtensionSaveToChange
- end
- object SelectSaveToPath: TNashButton
- Left = 360
- Top = 236
- Width = 25
- Height = 25
- Caption = '...'
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 6
- OnClick = SelectSaveToPathClick
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- end
- object TPage
- Left = 0
- Top = 0
- HelpContext = 31
- Caption = 'tsVisualOptions'
- object Label24: TLabel
- Left = 36
- Top = 216
- Width = 108
- Height = 16
- AutoSize = False
- Caption = 'Text buffer holds'
- end
- object Label25: TLabel
- Left = 220
- Top = 216
- Width = 108
- Height = 16
- AutoSize = False
- Caption = 'lines maximum'
- end
- object FlashBorder: TCheckBox
- Left = 12
- Top = 12
- Width = 449
- Height = 17
- Caption = 'Flash border(s) when minimized window contents change'
- TabOrder = 0
- OnClick = FlashBorderClick
- end
- object ServerFlash: TCheckBox
- Left = 36
- Top = 32
- Width = 125
- Height = 17
- Caption = 'Server windows'
- TabOrder = 1
- end
- object ChannelFlash: TCheckBox
- Left = 164
- Top = 32
- Width = 125
- Height = 17
- Caption = 'Channel windows'
- TabOrder = 2
- end
- object ChatFlash: TCheckBox
- Left = 300
- Top = 32
- Width = 125
- Height = 17
- Caption = 'Chat windows'
- TabOrder = 3
- end
- object FlashTaskbarIcon: TCheckBox
- Left = 36
- Top = 52
- Width = 449
- Height = 17
- Caption = 'Flash taskbar icon when another application has the focus'
- Enabled = False
- TabOrder = 4
- end
- object EnableHover: TCheckBox
- Left = 12
- Top = 72
- Width = 449
- Height = 17
- Caption = 'Enable button hover-highlighting'
- State = cbChecked
- TabOrder = 5
- end
- object EnableURLHover: TCheckBox
- Left = 12
- Top = 92
- Width = 449
- Height = 17
- Caption = 'Enable hyperlink URL hover-highlighting'
- Enabled = False
- State = cbChecked
- TabOrder = 6
- end
- object DisplayExtraBlankLine: TCheckBox
- Left = 12
- Top = 112
- Width = 449
- Height = 17
- Caption = 'Display blank line at the end of text windows'
- TabOrder = 7
- end
- object DragAndDropHide: TCheckBox
- Left = 12
- Top = 132
- Width = 93
- Height = 17
- Caption = 'Totally hide'
- TabOrder = 8
- OnClick = DragAndDropHideClick
- end
- object DragAndDropRolledUp: TCheckBox
- Left = 112
- Top = 132
- Width = 365
- Height = 17
- Caption = 'Roll up drag-and-drop control centre on startup'
- TabOrder = 9
- OnClick = DragAndDropRolledUpClick
- end
- object HideStatusBar: TCheckBox
- Left = 12
- Top = 152
- Width = 449
- Height = 17
- Caption = 'Hide main window status bar'
- TabOrder = 10
- end
- object HideWindowTabs: TCheckBox
- Left = 12
- Top = 172
- Width = 449
- Height = 17
- Caption = 'Hide window tabs'
- TabOrder = 11
- end
- object HideToolbars: TCheckBox
- Left = 12
- Top = 192
- Width = 449
- Height = 17
- Caption = 'Toolbars initially rolled up to save space'
- Enabled = False
- TabOrder = 12
- end
- object TextBufferMaxLines: TSpinEdit
- Left = 148
- Top = 212
- Width = 61
- Height = 26
- AutoSize = False
- MaxValue = 9999
- MinValue = 50
- TabOrder = 13
- Value = 100
- end
- object cbEnableGraphicalLogo: TCheckBox
- Left = 13
- Top = 241
- Width = 240
- Height = 17
- Caption = 'Enable graphical title bar'
- TabOrder = 14
- end
- object DualPaneDCCChat: TCheckBox
- Left = 13
- Top = 261
- Width = 376
- Height = 17
- Caption = 'Use dual-pane format for DCC Chat windows'
- TabOrder = 15
- end
- end
- object TPage
- Left = 0
- Top = 0
- HelpContext = 32
- Caption = 'tsMiscellaneousOptions'
- object KeepChannelBoxOpen: TCheckBox
- Left = 12
- Top = 12
- Width = 449
- Height = 17
- Caption = 'Keep channel box and channel list open after joining a channel'
- TabOrder = 0
- end
- object ShowWHOISDialog: TCheckBox
- Left = 12
- Top = 32
- Width = 449
- Height = 17
- Caption = 'Show WHOIS dialog for command-line /whois queries'
- TabOrder = 1
- end
- object HidePingPong: TCheckBox
- Left = 12
- Top = 52
- Width = 449
- Height = 17
- Caption = 'Hide ping/pong display in server windows'
- TabOrder = 2
- end
- object QueryEnabled: TCheckBox
- Left = 12
- Top = 72
- Width = 449
- Height = 17
- Caption = 'Use query window for private messages'
- TabOrder = 3
- end
- object SyntaxCheckOnLoad: TCheckBox
- Left = 12
- Top = 112
- Width = 449
- Height = 17
- Caption = 'Perform syntax check when loading ViRCScript scripts'
- State = cbChecked
- TabOrder = 4
- end
- object SaveWindowPos: TCheckBox
- Left = 12
- Top = 132
- Width = 449
- Height = 17
- Caption = 'Save window positions and sizes'
- TabOrder = 5
- end
- object DCCConnectToPrivilegedPorts: TCheckBox
- Left = 12
- Top = 152
- Width = 449
- Height = 17
- Caption =
- 'Accept DCC connections to ports below 1024 (leave off for securi' +
- 'ty)'
- TabOrder = 6
- end
- object mIRCStyleCopy: TCheckBox
- Left = 12
- Top = 172
- Width = 461
- Height = 17
- Caption =
- 'mIRC-style text window clipboard copy (auto-copy when text selec' +
- 'ted)'
- TabOrder = 7
- end
- object GroupBox22: TGroupBox
- Left = 13
- Top = 194
- Width = 456
- Height = 87
- Caption = 'Automatically remove from received text ...'
- TabOrder = 8
- object StripB: TCheckBox
- Left = 12
- Top = 20
- Width = 141
- Height = 17
- Caption = 'Bold attributes'
- TabOrder = 0
- end
- object StripI: TCheckBox
- Left = 12
- Top = 40
- Width = 141
- Height = 17
- Caption = 'Italic attributes'
- TabOrder = 1
- end
- object StripU: TCheckBox
- Left = 12
- Top = 60
- Width = 141
- Height = 17
- Caption = 'Underline attributes'
- TabOrder = 2
- end
- object StripC: TCheckBox
- Left = 156
- Top = 20
- Width = 229
- Height = 17
- Caption = 'Colour codes (mIRC-compatible)'
- TabOrder = 3
- end
- object StripG: TCheckBox
- Left = 156
- Top = 40
- Width = 229
- Height = 17
- Caption = 'Beeps'
- TabOrder = 4
- end
- end
- object QueryAutoMinimize: TCheckBox
- Left = 12
- Top = 92
- Width = 449
- Height = 17
- Caption = 'Auto-minimize incoming query windows'
- TabOrder = 9
- end
- end
- object TPage
- Left = 0
- Top = 0
- HelpContext = 56
- Caption = 'tsCustom'
- object ScriptPages: TPageControl
- Left = 12
- Top = 8
- Width = 457
- Height = 413
- ActivePage = tsScriptInfo
- TabOrder = 0
- object tsScriptInfo: TTabSheet
- Caption = '&Script info'
- object txCustomInfo: TLabel
- Left = 12
- Top = 11
- Width = 425
- Height = 70
- AutoSize = False
- Caption =
- 'Scripts that you, or others, have written, can add their own pag' +
- 'es to this section of the dialog. This page control is called Sc' +
- 'riptPages. For more info on how to add pages to this dialog, see' +
- ' OBJECTVS.TXT, included in the ViRC '#39'97 ZIP.'
- WordWrap = True
- end
- object Label35: TLabel
- Left = 44
- Top = 87
- Width = 125
- Height = 16
- AutoSize = False
- Caption = 'Aliases in memory:'
- end
- object txAliasesInUse: TLabel
- Left = 168
- Top = 87
- Width = 37
- Height = 16
- Alignment = taRightJustify
- AutoSize = False
- Caption = '0'
- end
- object Label36: TLabel
- Left = 44
- Top = 107
- Width = 125
- Height = 16
- AutoSize = False
- Caption = 'Events in memory:'
- end
- object txEventsInUse: TLabel
- Left = 168
- Top = 107
- Width = 37
- Height = 16
- Alignment = taRightJustify
- AutoSize = False
- Caption = '0'
- end
- object txV97version: TLabel
- Left = 12
- Top = 175
- Width = 425
- Height = 70
- AutoSize = False
- WordWrap = True
- end
- object txObjectsInUse: TLabel
- Left = 168
- Top = 127
- Width = 37
- Height = 16
- Alignment = taRightJustify
- AutoSize = False
- Caption = '0'
- end
- object Label38: TLabel
- Left = 44
- Top = 127
- Width = 125
- Height = 16
- AutoSize = False
- Caption = 'Objects in memory:'
- end
- object Label44: TLabel
- Left = 44
- Top = 147
- Width = 125
- Height = 16
- AutoSize = False
- Caption = 'Classes in memory:'
- end
- object txClassesInUse: TLabel
- Left = 168
- Top = 147
- Width = 37
- Height = 16
- Alignment = taRightJustify
- AutoSize = False
- Caption = '0'
- end
- end
- end
- end
- object TPage
- Left = 0
- Top = 0
- HelpContext = 57
- Caption = 'tsAXScript'
- object AXScriptList: TListView
- Left = 4
- Top = 4
- Width = 473
- Height = 249
- ColumnClick = False
- Columns = <
- item
- Caption = 'Language ID'
- Width = 150
- end
- item
- Caption = 'Description'
- Width = 250
- end>
- ReadOnly = True
- HideSelection = False
- OnChange = AXScriptListChange
- TabOrder = 0
- ViewStyle = vsReport
- end
- object AXInstall: TNashButton
- Left = 8
- Top = 260
- Width = 145
- Height = 28
- Caption = '&Install language ...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = AXInstallClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000130B0000130B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 33333333FF33333333FF333993333333300033377F3333333777333993333333
- 300033F77FFF3333377739999993333333333777777F3333333F399999933333
- 33003777777333333377333993333333330033377F3333333377333993333333
- 3333333773333333333F333333333333330033333333F33333773333333C3333
- 330033333337FF3333773333333CC333333333FFFFF77FFF3FF33CCCCCCCCCC3
- 993337777777777F77F33CCCCCCCCCC3993337777777777377333333333CC333
- 333333333337733333FF3333333C333330003333333733333777333333333333
- 3000333333333333377733333333333333333333333333333333}
- NumGlyphs = 2
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- object AXRebuild: TNashButton
- Left = 160
- Top = 260
- Width = 217
- Height = 28
- Caption = '&Rebuild installed language list'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = AXRebuildClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000130B0000130B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 33333333FF33333333FF333993333333300033377F3333333777333993333333
- 300033F77FFF3333377739999993333333333777777F3333333F399999933333
- 33003777777333333377333993333333330033377F3333333377333993333333
- 3333333773333333333F333333333333330033333333F33333773333333C3333
- 330033333337FF3333773333333CC333333333FFFFF77FFF3FF33CCCCCCCCCC3
- 993337777777777F77F33CCCCCCCCCC3993337777777777377333333333CC333
- 333333333337733333FF3333333C333330003333333733333777333333333333
- 3000333333333333377733333333333333333333333333333333}
- NumGlyphs = 2
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- end
- end
- object InfoPanel: TPanel
- Left = 5
- Top = 5
- Width = 480
- Height = 33
- Align = alTop
- BevelOuter = bvLowered
- TabOrder = 1
- object InfoImage: TImage
- Left = 1
- Top = 1
- Width = 478
- Height = 31
- Align = alClient
- Picture.Data = {<image001.bmp>}
- Stretch = True
- end
- object InfoLabel: TLabel
- Left = 12
- Top = 8
- Width = 457
- Height = 16
- AutoSize = False
- Caption = 'IRC settings'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clYellow
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- ShowAccelChar = False
- Transparent = True
- end
- end
- end
- object TreePanel: TPanel
- Left = 5
- Top = 5
- Width = 262
- Height = 477
- Align = alClient
- BevelOuter = bvLowered
- BevelWidth = 2
- TabOrder = 1
- object SetupView: TTreeView
- Left = 2
- Top = 2
- Width = 258
- Height = 473
- HelpContext = 15
- BorderStyle = bsNone
- ReadOnly = True
- HideSelection = False
- Indent = 19
- Items.Data = {
- 06000000250000000000000000000000FFFFFFFFFFFFFFFF0000000004000000
- 0C4952432073657474696E6773300000000000000000000000FFFFFFFFFFFFFF
- FF0000000000000000174175746F6D617469632049524320726573706F6E7365
- 73290000000000000000000000FFFFFFFFFFFFFFFF000000000000000010466C
- 6F6F642070726F74656374696F6E330000000000000000000000FFFFFFFFFFFF
- FFFF00000000000000001A53657276657220616E64206368616E6E656C206F70
- 74696F6E73230000000000000000000000FFFFFFFFFFFFFFFF00000000020000
- 000A55736572206C69737473240000000000000000000000FFFFFFFFFFFFFFFF
- 00000000000000000B49676E6F7265206C697374240000000000000000000000
- FFFFFFFFFFFFFFFF00000000000000000B4E6F74696679206C69737429000000
- 0000000000000000FFFFFFFFFFFFFFFF000000000A0000001056695243202739
- 37206F7074696F6E73250000000000000000000000FFFFFFFFFFFFFFFF000000
- 00000000000C43686174206C6F6767696E672A0000000000000000000000FFFF
- FFFFFFFFFFFF000000000000000011436F6C6F75727320616E6420666F6E7473
- 3C0000000000000000000000FFFFFFFFFFFFFFFF000000000000000023446972
- 6563746F7269657320202875706C6F61642F646F776E6C6F61642F6574632E29
- 2D0000000000000000000000FFFFFFFFFFFFFFFF000000000000000014446F75
- 626C652D636C69636B20616374696F6E73340000000000000000000000FFFFFF
- FFFFFFFFFF00000000000000001B4D444920286368696C64292077696E646F77
- 2073657474696E67732E0000000000000000000000FFFFFFFFFFFFFFFF000000
- 0000000000154D697363656C6C616E656F7573206F7074696F6E732D00000000
- 00000000000000FFFFFFFFFFFFFFFF00000000000000001454657874206F7574
- 7075742073657474696E6773310000000000000000000000FFFFFFFFFFFFFFFF
- 0000000000000000185765622062726F77736572202868797065726C696E6B73
- 29330000000000000000000000FFFFFFFFFFFFFFFF00000000000000001A5769
- 6E646F7720617070656172616E63652073657474696E67732000000000000000
- 00000000FFFFFFFFFFFFFFFF00000000030000000757696E736F636B29000000
- 0000000000000000FFFFFFFFFFFFFFFF0000000000000000104C6F63616C2049
- 502061646472657373320000000000000000000000FFFFFFFFFFFFFFFF000000
- 0000000000195365727665727320284944454E544420262046696E6765722929
- 0000000000000000000000FFFFFFFFFFFFFFFF000000000000000010534F434B
- 5320286669726577616C6C29390000000000000000000000FFFFFFFFFFFFFFFF
- 000000000400000020444343202866696C65207472616E73666572206574632E
- 29206F7074696F6E732C0000000000000000000000FFFFFFFFFFFFFFFF000000
- 000000000013446F776E6C6F616420657874656E73696F6E732B000000000000
- 0000000000FFFFFFFFFFFFFFFF000000000000000012566964656F20636F6E66
- 6572656E63696E67230000000000000000000000FFFFFFFFFFFFFFFF00000000
- 000000000A566F69636520636861742F0000000000000000000000FFFFFFFFFF
- FFFFFF0000000000000000165844434320284952432066696C65207365727665
- 7229290000000000000000000000FFFFFFFFFFFFFFFF00000000000000001053
- 6372697074732028637573746F6D29290000000000000000000000FFFFFFFFFF
- FFFFFF00000000000000001041637469766520536372697074696E6722000000
- 0000000000000000FFFFFFFFFFFFFFFF000000000000000009556E696E737461
- 6C6C}
- OnChange = SetupViewChange
- Align = alClient
- TabOrder = 0
- end
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 487
- Width = 762
- Height = 39
- Align = alBottom
- BevelOuter = bvNone
- ParentColor = True
- TabOrder = 1
- object OKBtn: TNashButton
- Left = 469
- Top = 2
- Width = 92
- Height = 31
- Caption = 'OK'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = OKBtnClick
- Glyph.Data = {
- CE070000424DCE07000000000000360000002800000024000000120000000100
- 1800000000009807000000000000000000000000000000000000007F7F007F7F
- 007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
- 7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
- 7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
- 007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
- 7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
- 7F7F007F7F007F7F007F7F007F7FFFFFFF007F7F007F7F007F7F007F7F007F7F
- 007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
- 7F7F00007F0000007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
- 7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7FFFFFFF
- 007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
- 7F007F7F007F7F007F7F7F0000007F00007F007F0000007F7F007F7F007F7F00
- 7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
- 7F7F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F
- 7F007F7F007F7F007F7F007F7F007F7F007F7F7F0000007F00007F00007F0000
- 7F007F0000007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
- 007F7F007F7F007F7F7F7F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F
- 7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F000000
- 7F00007F00007F00007F00007F00007F007F0000007F7F007F7F007F7F007F7F
- 007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F007F7F007F7F007F7F007F
- 7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F00
- 7F7F007F7F7F0000007F00007F00007F0000FF00007F00007F00007F00007F00
- 7F0000007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFF
- FF007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F7F7F7FFFFFFF007F7F00
- 7F7F007F7F007F7F007F7F007F7F007F7F007F00007F00007F0000FF00007F7F
- 00FF00007F00007F00007F007F0000007F7F007F7F007F7F007F7F007F7F007F
- 7F007F7F007F7F7F7F7FFFFFFF007F7F7F7F7F007F7F7F7F7FFFFFFF007F7F00
- 7F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F007F7F00FF00
- 007F0000FF00007F7F007F7F007F7F00FF00007F00007F00007F007F0000007F
- 7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF7F7F7F007F7F00
- 7F7F007F7F7F7F7FFFFFFF007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F
- 007F7F007F7F007F7F007F7F00FF00007F7F007F7F007F7F007F7F007F7F00FF
- 00007F00007F00007F007F0000007F7F007F7F007F7F007F7F007F7F007F7F00
- 7F7F7F7F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F
- 7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
- 7F007F7F007F7F007F7F007F7F00FF00007F00007F00007F007F0000007F7F00
- 7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
- 007F7F7F7F7FFFFFFF007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F
- 7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00FF0000
- 7F00007F00007F007F0000007F7F007F7F007F7F007F7F007F7F007F7F007F7F
- 007F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F7F7F
- 7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
- 7F7F007F7F007F7F007F7F00FF00007F00007F00007F007F0000007F7F007F7F
- 007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
- 7F7F7F7FFFFFFF007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F00
- 7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00FF00007F00
- 007F00007F007F0000007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
- 7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F7F7F7FFF
- FFFF007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
- 007F7F007F7F007F7F00FF00007F00007F007F0000007F7F007F7F007F7F007F
- 7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F
- 7F7FFFFFFF007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F
- 007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00FF00007F00007F
- 00007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
- 7F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF7F7F7F007F7F007F7F007F7F
- 007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
- 7F007F7F007F7F00FF00007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
- 7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F
- 007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
- 7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
- 7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
- 007F7F007F7F007F7F007F7F007F7F007F7F}
- NumGlyphs = 2
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clGreen
- HoverFont.Height = -14
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- object CancelBtn: TNashButton
- Left = 567
- Top = 2
- Width = 92
- Height = 31
- Caption = 'Cancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = CancelBtnClick
- Glyph.Data = {
- CE070000424DCE07000000000000360000002800000024000000120000000100
- 1800000000009807000000000000000000000000000000000000007F7F007F7F
- 007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
- 7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
- 7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
- 007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7F007F7F007F7F007F
- 7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
- 7F7F007F7F007F7F007F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F
- 007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F0000FF0000
- 7F00007F7F7F7F007F7F007F7F007F7F007F7F007F7F0000FF7F7F7F007F7F00
- 7F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7FFFFFFF007F7F
- 007F7F007F7F007F7F007F7F007F7FFFFFFF007F7F007F7F007F7F007F7F007F
- 7F007F7F007F7F0000FF00007F00007F00007F7F7F7F007F7F007F7F007F7F00
- 00FF00007F00007F7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F
- FFFFFF007F7F7F7F7FFFFFFF007F7F007F7F007F7FFFFFFF7F7F7F7F7F7FFFFF
- FF007F7F007F7F007F7F007F7F007F7F007F7F0000FF00007F00007F00007F00
- 007F7F7F7F007F7F0000FF00007F00007F00007F00007F7F7F7F007F7F007F7F
- 007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F7F7F7FFFFFFF007F7FFFFF
- FF7F7F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F00
- 7F7F0000FF00007F00007F00007F00007F7F7F7F00007F00007F00007F00007F
- 00007F7F7F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F
- 7F007F7F7F7F7FFFFFFF7F7F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF00
- 7F7F007F7F007F7F007F7F007F7F007F7F0000FF00007F00007F00007F00007F
- 00007F00007F00007F00007F7F7F7F007F7F007F7F007F7F007F7F007F7F007F
- 7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F7F7F7F007F7F007F7F007F7F00
- 7F7FFFFFFF7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
- 0000FF00007F00007F00007F00007F00007F00007F7F7F7F007F7F007F7F007F
- 7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F00
- 7F7F007F7F007F7F007F7FFFFFFF7F7F7F007F7F007F7F007F7F007F7F007F7F
- 007F7F007F7F007F7F007F7F007F7F00007F00007F00007F00007F00007F7F7F
- 7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
- 7F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F7F7F7F007F7F007F7F
- 007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F0000FF0000
- 7F00007F00007F00007F7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F00
- 7F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F
- 7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
- 7F007F7F0000FF00007F00007F00007F00007F00007F7F7F7F007F7F007F7F00
- 7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F
- 007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F
- 7F007F7F007F7F007F7F007F7F0000FF00007F00007F00007F7F7F7F00007F00
- 007F00007F7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
- 007F7F007F7F7F7F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F
- 7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F0000FF00007F00007F00
- 007F7F7F7F007F7F0000FF00007F00007F00007F7F7F7F007F7F007F7F007F7F
- 007F7F007F7F007F7F007F7F007F7F7F7F7F007F7F007F7F007F7F7F7F7FFFFF
- FF007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F00
- 7F7F0000FF00007F00007F7F7F7F007F7F007F7F007F7F0000FF00007F00007F
- 00007F7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F
- 7F007F7F7F7F7F007F7F7F7F7FFFFFFF007F7F007F7F7F7F7FFFFFFF007F7F00
- 7F7F007F7F007F7F007F7F007F7F007F7F0000FF00007F007F7F007F7F007F7F
- 007F7F007F7F0000FF00007F00007F00007F007F7F007F7F007F7F007F7F007F
- 7F007F7F7F7F7FFFFFFFFFFFFF7F7F7F007F7F007F7F007F7F7F7F7FFFFFFF00
- 7F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F007F7F
- 007F7F007F7F007F7F007F7F007F7F007F7F007F7F0000FF00007F0000FF007F
- 7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7F007F7F007F7F00
- 7F7F007F7F007F7F7F7F7FFFFFFFFFFFFFFFFFFF7F7F7F007F7F007F7F007F7F
- 007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
- 7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
- 7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7F7F7F7F
- 007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
- 7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
- 7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
- 007F7F007F7F007F7F007F7F007F7F007F7F}
- NumGlyphs = 2
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clRed
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- object HelpBtn: TNashButton
- Left = 665
- Top = 2
- Width = 92
- Height = 31
- Caption = '&Help'
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- HoverFont.Charset = DEFAULT_CHARSET
- HoverFont.Color = clBlue
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- end
- object UserImageList: TImageList
- Height = 12
- Width = 12
- Left = 8
- Top = 440
- end
- object FontDialog: TFontDialog
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MinFontSize = 0
- MaxFontSize = 0
- Options = [fdForceFontExist]
- Left = 80
- Top = 440
- end
- object ColorDialog: TColorDialog
- Ctl3D = True
- Left = 116
- Top = 440
- end
- object BrowseDialog: TBrowseDirectoryDlg
- Root = idDrives
- Left = 43
- Top = 441
- end
- end
-