home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / komunikace / qip / qip8020.exe / qip.exe / 0 / RCDATA / TPREFFORM / TPREFFORM.txt
Text File  |  2007-04-21  |  75KB  |  2,667 lines

  1. object PrefForm: TPrefForm
  2.   Left = 270
  3.   Top = 175
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Options / Preferences'
  7.   ClientHeight = 425
  8.   ClientWidth = 549
  9.   Color = clBtnFace
  10.   DefaultMonitor = dmMainForm
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnKeyDown = FormKeyDown
  23.   OnShow = FormShow
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object PCopt: TPageControlEx
  27.     Left = 153
  28.     Top = 0
  29.     Width = 396
  30.     Height = 386
  31.     ActivePage = TabGeneral
  32.     Align = alClient
  33.     HotTrack = True
  34.     TabOrder = 1
  35.     OnChange = PCoptChange
  36.     object TabGeneral: TTabSheet
  37.       Caption = 'General'
  38.       object GroupBoxCLAuth: TGroupBox
  39.         Left = 12
  40.         Top = 5
  41.         Width = 370
  42.         Height = 93
  43.         Caption = ' Contact List Authorization / Web Aware'
  44.         Font.Charset = DEFAULT_CHARSET
  45.         Font.Color = clWindowText
  46.         Font.Height = -11
  47.         Font.Name = 'MS Sans Serif'
  48.         Font.Style = [fsBold]
  49.         ParentFont = False
  50.         TabOrder = 0
  51.         object RBGenAuthReq: TRadioButton
  52.           Left = 14
  53.           Top = 18
  54.           Width = 351
  55.           Height = 20
  56.           Caption = 'My Authorization is Required (Authorize)'
  57.           Font.Charset = DEFAULT_CHARSET
  58.           Font.Color = clWindowText
  59.           Font.Height = -11
  60.           Font.Name = 'MS Sans Serif'
  61.           Font.Style = []
  62.           ParentFont = False
  63.           TabOrder = 0
  64.         end
  65.         object RBGenAlways: TRadioButton
  66.           Left = 14
  67.           Top = 39
  68.           Width = 351
  69.           Height = 20
  70.           Caption = 'All Users may Add me without Authorization (Always)'
  71.           Font.Charset = DEFAULT_CHARSET
  72.           Font.Color = clWindowText
  73.           Font.Height = -11
  74.           Font.Name = 'MS Sans Serif'
  75.           Font.Style = []
  76.           ParentFont = False
  77.           TabOrder = 1
  78.         end
  79.         object CheckBoxGenAware: TCheckBox
  80.           Left = 14
  81.           Top = 62
  82.           Width = 336
  83.           Height = 20
  84.           Caption = 'Allow others to see my Status in Search and from the Web'
  85.           Font.Charset = DEFAULT_CHARSET
  86.           Font.Color = clWindowText
  87.           Font.Height = -11
  88.           Font.Name = 'MS Sans Serif'
  89.           Font.Style = []
  90.           ParentFont = False
  91.           TabOrder = 2
  92.         end
  93.       end
  94.       object GroupBoxGenOpts: TGroupBox
  95.         Left = 12
  96.         Top = 104
  97.         Width = 370
  98.         Height = 249
  99.         Caption = ' Options '
  100.         Font.Charset = DEFAULT_CHARSET
  101.         Font.Color = clWindowText
  102.         Font.Height = -11
  103.         Font.Name = 'MS Sans Serif'
  104.         Font.Style = [fsBold]
  105.         ParentFont = False
  106.         TabOrder = 1
  107.         object LabelX: TLabel
  108.           Left = 83
  109.           Top = 223
  110.           Width = 5
  111.           Height = 13
  112.           Caption = 'x'
  113.           Font.Charset = DEFAULT_CHARSET
  114.           Font.Color = clWindowText
  115.           Font.Height = -11
  116.           Font.Name = 'MS Sans Serif'
  117.           Font.Style = []
  118.           ParentFont = False
  119.         end
  120.         object Label1: TLabel
  121.           Left = 128
  122.           Top = 223
  123.           Width = 3
  124.           Height = 13
  125.           Caption = ':'
  126.           Font.Charset = DEFAULT_CHARSET
  127.           Font.Color = clWindowText
  128.           Font.Height = -11
  129.           Font.Name = 'MS Sans Serif'
  130.           Font.Style = []
  131.           ParentFont = False
  132.         end
  133.         object LabelListenPorts: TLabel
  134.           Left = 53
  135.           Top = 158
  136.           Width = 204
  137.           Height = 13
  138.           Caption = 'Listen on the one of following ports (max.7):'
  139.           Font.Charset = DEFAULT_CHARSET
  140.           Font.Color = clWindowText
  141.           Font.Height = -11
  142.           Font.Name = 'MS Sans Serif'
  143.           Font.Style = []
  144.           ParentFont = False
  145.         end
  146.         object CheckBoxGenBuddyIcon: TCheckBox
  147.           Left = 15
  148.           Top = 75
  149.           Width = 349
  150.           Height = 20
  151.           Caption = 'Disable Buddy Icon Service'
  152.           Font.Charset = DEFAULT_CHARSET
  153.           Font.Color = clWindowText
  154.           Font.Height = -11
  155.           Font.Name = 'MS Sans Serif'
  156.           Font.Style = []
  157.           ParentFont = False
  158.           TabOrder = 3
  159.         end
  160.         object CheckBoxGenReconnect: TCheckBox
  161.           Left = 15
  162.           Top = 55
  163.           Width = 349
  164.           Height = 20
  165.           Caption = 'Reconnect upon disconnection'
  166.           Font.Charset = DEFAULT_CHARSET
  167.           Font.Color = clWindowText
  168.           Font.Height = -11
  169.           Font.Name = 'MS Sans Serif'
  170.           Font.Style = []
  171.           ParentFont = False
  172.           TabOrder = 2
  173.         end
  174.         object CheckBoxGenDontDash: TCheckBox
  175.           Left = 15
  176.           Top = 36
  177.           Width = 349
  178.           Height = 20
  179.           Caption = 'Show Accounts without dash (qip restart needed)'
  180.           Font.Charset = DEFAULT_CHARSET
  181.           Font.Color = clWindowText
  182.           Font.Height = -11
  183.           Font.Name = 'MS Sans Serif'
  184.           Font.Style = []
  185.           ParentFont = False
  186.           TabOrder = 1
  187.         end
  188.         object CheckBoxGenNewVer: TCheckBox
  189.           Left = 15
  190.           Top = 94
  191.           Width = 349
  192.           Height = 20
  193.           Caption = 'Check for new version after login'
  194.           Font.Charset = DEFAULT_CHARSET
  195.           Font.Color = clWindowText
  196.           Font.Height = -11
  197.           Font.Name = 'MS Sans Serif'
  198.           Font.Style = []
  199.           ParentFont = False
  200.           TabOrder = 4
  201.         end
  202.         object CheckBoxGenServSize: TCheckBox
  203.           Left = 15
  204.           Top = 199
  205.           Width = 349
  206.           Height = 20
  207.           Caption = 'Service Messages window (width x height : seconds):'
  208.           Font.Charset = DEFAULT_CHARSET
  209.           Font.Color = clWindowText
  210.           Font.Height = -11
  211.           Font.Name = 'MS Sans Serif'
  212.           Font.Style = []
  213.           ParentFont = False
  214.           TabOrder = 8
  215.           OnClick = CheckBoxGenServSizeClick
  216.         end
  217.         object EditGenSizeW: TEdit
  218.           Left = 52
  219.           Top = 220
  220.           Width = 28
  221.           Height = 21
  222.           Font.Charset = DEFAULT_CHARSET
  223.           Font.Color = clWindowText
  224.           Font.Height = -11
  225.           Font.Name = 'MS Sans Serif'
  226.           Font.Style = []
  227.           MaxLength = 3
  228.           ParentFont = False
  229.           TabOrder = 9
  230.           Text = '180'
  231.         end
  232.         object EditGenSizeH: TEdit
  233.           Left = 92
  234.           Top = 220
  235.           Width = 28
  236.           Height = 21
  237.           Font.Charset = DEFAULT_CHARSET
  238.           Font.Color = clWindowText
  239.           Font.Height = -11
  240.           Font.Name = 'MS Sans Serif'
  241.           Font.Style = []
  242.           MaxLength = 3
  243.           ParentFont = False
  244.           TabOrder = 10
  245.           Text = '160'
  246.         end
  247.         object EditGenSrvSec: TEdit
  248.           Left = 140
  249.           Top = 220
  250.           Width = 23
  251.           Height = 21
  252.           Font.Charset = DEFAULT_CHARSET
  253.           Font.Color = clWindowText
  254.           Font.Height = -11
  255.           Font.Name = 'MS Sans Serif'
  256.           Font.Style = []
  257.           MaxLength = 2
  258.           ParentFont = False
  259.           TabOrder = 11
  260.           Text = '5'
  261.         end
  262.         object CheckBoxGenFT: TCheckBox
  263.           Left = 15
  264.           Top = 139
  265.           Width = 349
  266.           Height = 20
  267.           Caption = 'Enable File Transfer'
  268.           Font.Charset = DEFAULT_CHARSET
  269.           Font.Color = clWindowText
  270.           Font.Height = -11
  271.           Font.Name = 'MS Sans Serif'
  272.           Font.Style = []
  273.           ParentFont = False
  274.           TabOrder = 6
  275.           OnClick = CheckBoxGenFTClick
  276.         end
  277.         object EditGenPorts: TEdit
  278.           Left = 52
  279.           Top = 175
  280.           Width = 256
  281.           Height = 21
  282.           Font.Charset = DEFAULT_CHARSET
  283.           Font.Color = clWindowText
  284.           Font.Height = -11
  285.           Font.Name = 'MS Sans Serif'
  286.           Font.Style = []
  287.           ParentFont = False
  288.           TabOrder = 7
  289.         end
  290.         object CheckBoxGenBR: TCheckBox
  291.           Left = 15
  292.           Top = 114
  293.           Width = 349
  294.           Height = 20
  295.           Caption = 'Enable Birthday reminder'
  296.           Font.Charset = DEFAULT_CHARSET
  297.           Font.Color = clWindowText
  298.           Font.Height = -11
  299.           Font.Name = 'MS Sans Serif'
  300.           Font.Style = []
  301.           ParentFont = False
  302.           TabOrder = 5
  303.         end
  304.         object CheckBoxGenStart: TCheckBox
  305.           Left = 15
  306.           Top = 17
  307.           Width = 349
  308.           Height = 20
  309.           Caption = 'Launch QIP on startup'
  310.           Font.Charset = DEFAULT_CHARSET
  311.           Font.Color = clWindowText
  312.           Font.Height = -11
  313.           Font.Name = 'MS Sans Serif'
  314.           Font.Style = []
  315.           ParentFont = False
  316.           TabOrder = 0
  317.         end
  318.       end
  319.       object PanelHidden: TPanel
  320.         Left = 21
  321.         Top = 65
  322.         Width = 351
  323.         Height = 24
  324.         BevelOuter = bvLowered
  325.         Caption = 
  326.           'Your ICQ# has no info, to Enable options above Update your Detai' +
  327.           'ls'
  328.         TabOrder = 2
  329.         Visible = False
  330.       end
  331.     end
  332.     object TabCL: TTabSheet
  333.       Caption = 'Contact List'
  334.       object PanelCLLastMod: TPanel
  335.         Left = 92
  336.         Top = 10
  337.         Width = 290
  338.         Height = 18
  339.         BevelOuter = bvLowered
  340.         TabOrder = 0
  341.       end
  342.       object GroupBoxCLSort: TGroupBox
  343.         Left = 12
  344.         Top = 32
  345.         Width = 160
  346.         Height = 84
  347.         Caption = ' Sort Mode '
  348.         Font.Charset = DEFAULT_CHARSET
  349.         Font.Color = clWindowText
  350.         Font.Height = -11
  351.         Font.Name = 'MS Sans Serif'
  352.         Font.Style = [fsBold]
  353.         ParentFont = False
  354.         TabOrder = 2
  355.         object RadioButtonCLUnsorted: TRadioButton
  356.           Left = 14
  357.           Top = 18
  358.           Width = 137
  359.           Height = 20
  360.           Caption = 'Unsorted'
  361.           Font.Charset = DEFAULT_CHARSET
  362.           Font.Color = clWindowText
  363.           Font.Height = -11
  364.           Font.Name = 'MS Sans Serif'
  365.           Font.Style = []
  366.           ParentFont = False
  367.           TabOrder = 0
  368.         end
  369.         object RadioButtonCLSortName: TRadioButton
  370.           Left = 14
  371.           Top = 57
  372.           Width = 137
  373.           Height = 20
  374.           Caption = 'Sort by Name'
  375.           Font.Charset = DEFAULT_CHARSET
  376.           Font.Color = clWindowText
  377.           Font.Height = -11
  378.           Font.Name = 'MS Sans Serif'
  379.           Font.Style = []
  380.           ParentFont = False
  381.           TabOrder = 2
  382.         end
  383.         object RadioButtonCLSortStatus: TRadioButton
  384.           Left = 14
  385.           Top = 37
  386.           Width = 137
  387.           Height = 20
  388.           Caption = 'Sort by Status'
  389.           Checked = True
  390.           Font.Charset = DEFAULT_CHARSET
  391.           Font.Color = clWindowText
  392.           Font.Height = -11
  393.           Font.Name = 'MS Sans Serif'
  394.           Font.Style = []
  395.           ParentFont = False
  396.           TabOrder = 1
  397.           TabStop = True
  398.         end
  399.       end
  400.       object GroupBoxCLOpts: TGroupBox
  401.         Left = 12
  402.         Top = 118
  403.         Width = 370
  404.         Height = 235
  405.         Caption = ' Options '
  406.         Font.Charset = DEFAULT_CHARSET
  407.         Font.Color = clWindowText
  408.         Font.Height = -11
  409.         Font.Name = 'MS Sans Serif'
  410.         Font.Style = [fsBold]
  411.         ParentFont = False
  412.         TabOrder = 4
  413.         object CheckBoxShowAdvHints: TCheckBox
  414.           Left = 15
  415.           Top = 37
  416.           Width = 349
  417.           Height = 20
  418.           Caption = 'Show Advanced Contact Information in Hints'
  419.           Font.Charset = DEFAULT_CHARSET
  420.           Font.Color = clWindowText
  421.           Font.Height = -11
  422.           Font.Name = 'MS Sans Serif'
  423.           Font.Style = []
  424.           ParentFont = False
  425.           TabOrder = 1
  426.         end
  427.         object CheckBoxCLDisableAniBalloons: TCheckBox
  428.           Left = 15
  429.           Top = 56
  430.           Width = 349
  431.           Height = 20
  432.           Caption = 'Disable Birthday Balloons Animation'
  433.           Font.Charset = DEFAULT_CHARSET
  434.           Font.Color = clWindowText
  435.           Font.Height = -11
  436.           Font.Name = 'MS Sans Serif'
  437.           Font.Style = []
  438.           ParentFont = False
  439.           TabOrder = 2
  440.         end
  441.         object CheckBoxGenShortReq: TCheckBox
  442.           Left = 15
  443.           Top = 18
  444.           Width = 349
  445.           Height = 20
  446.           Caption = 'Request Short Info for Users Not on my Contact List'
  447.           Font.Charset = DEFAULT_CHARSET
  448.           Font.Color = clWindowText
  449.           Font.Height = -11
  450.           Font.Name = 'MS Sans Serif'
  451.           Font.Style = []
  452.           ParentFont = False
  453.           TabOrder = 0
  454.         end
  455.         object CheckBoxCLDisQipIcon: TCheckBox
  456.           Left = 15
  457.           Top = 94
  458.           Width = 349
  459.           Height = 20
  460.           Caption = 'Don'#39't Use qip icon for qip Users on my Contact List'
  461.           Font.Charset = DEFAULT_CHARSET
  462.           Font.Color = clWindowText
  463.           Font.Height = -11
  464.           Font.Name = 'MS Sans Serif'
  465.           Font.Style = []
  466.           ParentFont = False
  467.           TabOrder = 4
  468.         end
  469.         object CheckBoxCLclearNIL: TCheckBox
  470.           Left = 15
  471.           Top = 151
  472.           Width = 349
  473.           Height = 20
  474.           Caption = 'Clear Not in List Users after qip Restart'
  475.           Font.Charset = DEFAULT_CHARSET
  476.           Font.Color = clWindowText
  477.           Font.Height = -11
  478.           Font.Name = 'MS Sans Serif'
  479.           Font.Style = []
  480.           ParentFont = False
  481.           TabOrder = 7
  482.         end
  483.         object CheckBoxCLTaskBar: TCheckBox
  484.           Left = 15
  485.           Top = 170
  486.           Width = 349
  487.           Height = 20
  488.           Caption = 'Show QIP button on the Task Bar'
  489.           Font.Charset = DEFAULT_CHARSET
  490.           Font.Color = clWindowText
  491.           Font.Height = -11
  492.           Font.Name = 'MS Sans Serif'
  493.           Font.Style = []
  494.           ParentFont = False
  495.           TabOrder = 8
  496.         end
  497.         object CheckBoxCLDisCustomSt: TCheckBox
  498.           Left = 15
  499.           Top = 113
  500.           Width = 349
  501.           Height = 20
  502.           Caption = 'Don'#39't show custom statuses of users on my Contact List'
  503.           Font.Charset = DEFAULT_CHARSET
  504.           Font.Color = clWindowText
  505.           Font.Height = -11
  506.           Font.Name = 'MS Sans Serif'
  507.           Font.Style = []
  508.           ParentFont = False
  509.           TabOrder = 5
  510.         end
  511.         object CheckBoxCLDisAuthReq: TCheckBox
  512.           Left = 15
  513.           Top = 132
  514.           Width = 349
  515.           Height = 20
  516.           Caption = 'Don'#39't show "Authorization required" flags'
  517.           Font.Charset = DEFAULT_CHARSET
  518.           Font.Color = clWindowText
  519.           Font.Height = -11
  520.           Font.Name = 'MS Sans Serif'
  521.           Font.Style = []
  522.           ParentFont = False
  523.           TabOrder = 6
  524.         end
  525.         object CheckBoxCLDocking: TCheckBox
  526.           Left = 15
  527.           Top = 189
  528.           Width = 349
  529.           Height = 20
  530.           Caption = 'Docking'
  531.           Font.Charset = DEFAULT_CHARSET
  532.           Font.Color = clWindowText
  533.           Font.Height = -11
  534.           Font.Name = 'MS Sans Serif'
  535.           Font.Style = []
  536.           ParentFont = False
  537.           TabOrder = 9
  538.         end
  539.         object CheckBoxCLResize: TCheckBox
  540.           Left = 15
  541.           Top = 209
  542.           Width = 349
  543.           Height = 20
  544.           Caption = 'Resize'
  545.           Font.Charset = DEFAULT_CHARSET
  546.           Font.Color = clWindowText
  547.           Font.Height = -11
  548.           Font.Name = 'MS Sans Serif'
  549.           Font.Style = []
  550.           ParentFont = False
  551.           TabOrder = 10
  552.         end
  553.         object CheckBoxCLHideBal: TCheckBox
  554.           Left = 15
  555.           Top = 75
  556.           Width = 349
  557.           Height = 20
  558.           Caption = 'Hide Birthday Balloons'
  559.           Font.Charset = DEFAULT_CHARSET
  560.           Font.Color = clWindowText
  561.           Font.Height = -11
  562.           Font.Name = 'MS Sans Serif'
  563.           Font.Style = []
  564.           ParentFont = False
  565.           TabOrder = 3
  566.         end
  567.       end
  568.       object GroupBoxCLTrans: TGroupBox
  569.         Left = 181
  570.         Top = 32
  571.         Width = 201
  572.         Height = 84
  573.         Caption = ' Transparency '
  574.         Font.Charset = DEFAULT_CHARSET
  575.         Font.Color = clWindowText
  576.         Font.Height = -11
  577.         Font.Name = 'MS Sans Serif'
  578.         Font.Style = [fsBold]
  579.         ParentFont = False
  580.         TabOrder = 3
  581.         object TrackBarTrans: TTrackBar
  582.           Left = 5
  583.           Top = 15
  584.           Width = 188
  585.           Height = 25
  586.           LineSize = 5
  587.           Max = 240
  588.           PageSize = 5
  589.           Frequency = 5
  590.           TabOrder = 0
  591.           ThumbLength = 15
  592.           TickMarks = tmBoth
  593.           TickStyle = tsNone
  594.           OnChange = TrackBarTransChange
  595.         end
  596.         object CheckBoxCLInactive: TCheckBox
  597.           Left = 11
  598.           Top = 42
  599.           Width = 180
  600.           Height = 20
  601.           Caption = 'For Inactive Only'
  602.           Font.Charset = DEFAULT_CHARSET
  603.           Font.Color = clWindowText
  604.           Font.Height = -11
  605.           Font.Name = 'MS Sans Serif'
  606.           Font.Style = []
  607.           ParentFont = False
  608.           TabOrder = 1
  609.         end
  610.         object CheckBoxCLAutoHide: TCheckBox
  611.           Left = 11
  612.           Top = 60
  613.           Width = 150
  614.           Height = 20
  615.           Caption = 'Auto Hide (seconds) :'
  616.           Font.Charset = DEFAULT_CHARSET
  617.           Font.Color = clWindowText
  618.           Font.Height = -11
  619.           Font.Name = 'MS Sans Serif'
  620.           Font.Style = []
  621.           ParentFont = False
  622.           TabOrder = 2
  623.         end
  624.         object EditCLAutoSecs: TEdit
  625.           Left = 173
  626.           Top = 64
  627.           Width = 20
  628.           Height = 14
  629.           BevelInner = bvNone
  630.           BevelOuter = bvNone
  631.           BorderStyle = bsNone
  632.           Ctl3D = True
  633.           Font.Charset = DEFAULT_CHARSET
  634.           Font.Color = clWindowText
  635.           Font.Height = -11
  636.           Font.Name = 'MS Sans Serif'
  637.           Font.Style = []
  638.           MaxLength = 3
  639.           ParentCtl3D = False
  640.           ParentFont = False
  641.           TabOrder = 3
  642.           Text = '60'
  643.         end
  644.       end
  645.       object ButtonColors: TButton
  646.         Left = 12
  647.         Top = 9
  648.         Width = 74
  649.         Height = 20
  650.         Caption = 'Colors'
  651.         TabOrder = 1
  652.         OnClick = ButtonColorsClick
  653.       end
  654.     end
  655.     object TabEvents: TTabSheet
  656.       Caption = 'Events'
  657.       object GroupBoxEvTray: TGroupBox
  658.         Left = 12
  659.         Top = 72
  660.         Width = 370
  661.         Height = 281
  662.         Caption = ' Tray Popup Messages '
  663.         Font.Charset = DEFAULT_CHARSET
  664.         Font.Color = clWindowText
  665.         Font.Height = -11
  666.         Font.Name = 'MS Sans Serif'
  667.         Font.Style = [fsBold]
  668.         ParentFont = False
  669.         TabOrder = 1
  670.         object LabelEnUsers: TLabel
  671.           Left = 16
  672.           Top = 154
  673.           Width = 180
  674.           Height = 13
  675.           Caption = 'Enable Tray Notifications when Users:'
  676.           Color = clBtnFace
  677.           Font.Charset = DEFAULT_CHARSET
  678.           Font.Color = clWindowText
  679.           Font.Height = -11
  680.           Font.Name = 'MS Sans Serif'
  681.           Font.Style = []
  682.           ParentColor = False
  683.           ParentFont = False
  684.         end
  685.         object Bevel1: TBevel
  686.           Left = 14
  687.           Top = 139
  688.           Width = 341
  689.           Height = 6
  690.           Shape = bsBottomLine
  691.         end
  692.         object CheckBoxEvTrayInact: TCheckBox
  693.           Left = 32
  694.           Top = 77
  695.           Width = 334
  696.           Height = 20
  697.           Caption = 'Show Only when Messaging Window is Inactive'
  698.           Font.Charset = DEFAULT_CHARSET
  699.           Font.Color = clWindowText
  700.           Font.Height = -11
  701.           Font.Name = 'MS Sans Serif'
  702.           Font.Style = []
  703.           ParentFont = False
  704.           TabOrder = 3
  705.         end
  706.         object CheckBoxEvEnableTray: TCheckBox
  707.           Left = 16
  708.           Top = 57
  709.           Width = 346
  710.           Height = 20
  711.           Caption = 'Enable Tray Messages from Users in my Contact List'
  712.           Checked = True
  713.           Font.Charset = DEFAULT_CHARSET
  714.           Font.Color = clWindowText
  715.           Font.Height = -11
  716.           Font.Name = 'MS Sans Serif'
  717.           Font.Style = []
  718.           ParentFont = False
  719.           State = cbChecked
  720.           TabOrder = 2
  721.           OnClick = CheckBoxEvEnableTrayClick
  722.         end
  723.         object CheckBoxEvSignon: TCheckBox
  724.           Left = 16
  725.           Top = 172
  726.           Width = 346
  727.           Height = 20
  728.           Caption = 'Sing On'
  729.           Font.Charset = DEFAULT_CHARSET
  730.           Font.Color = clWindowText
  731.           Font.Height = -11
  732.           Font.Name = 'MS Sans Serif'
  733.           Font.Style = []
  734.           ParentFont = False
  735.           TabOrder = 6
  736.         end
  737.         object CheckBoxEvSignoff: TCheckBox
  738.           Left = 16
  739.           Top = 191
  740.           Width = 346
  741.           Height = 20
  742.           Caption = 'Sing Off'
  743.           Font.Charset = DEFAULT_CHARSET
  744.           Font.Color = clWindowText
  745.           Font.Height = -11
  746.           Font.Name = 'MS Sans Serif'
  747.           Font.Style = []
  748.           ParentFont = False
  749.           TabOrder = 7
  750.         end
  751.         object CheckBoxEvRetAway: TCheckBox
  752.           Left = 16
  753.           Top = 210
  754.           Width = 346
  755.           Height = 20
  756.           Caption = 'Return from Away Statuses'
  757.           Font.Charset = DEFAULT_CHARSET
  758.           Font.Color = clWindowText
  759.           Font.Height = -11
  760.           Font.Name = 'MS Sans Serif'
  761.           Font.Style = []
  762.           ParentFont = False
  763.           TabOrder = 8
  764.         end
  765.         object CheckBoxEvReadSt: TCheckBox
  766.           Left = 16
  767.           Top = 229
  768.           Width = 346
  769.           Height = 20
  770.           Caption = 'Reading my Status Message'
  771.           Font.Charset = DEFAULT_CHARSET
  772.           Font.Color = clWindowText
  773.           Font.Height = -11
  774.           Font.Name = 'MS Sans Serif'
  775.           Font.Style = []
  776.           ParentFont = False
  777.           TabOrder = 9
  778.         end
  779.         object CheckBoxEvMsgMe: TCheckBox
  780.           Left = 16
  781.           Top = 248
  782.           Width = 346
  783.           Height = 20
  784.           Caption = 'Typing Message to me when no message window is open'
  785.           Font.Charset = DEFAULT_CHARSET
  786.           Font.Color = clWindowText
  787.           Font.Height = -11
  788.           Font.Name = 'MS Sans Serif'
  789.           Font.Style = []
  790.           ParentFont = False
  791.           TabOrder = 10
  792.         end
  793.         object CheckBoxEvDontBlink: TCheckBox
  794.           Left = 32
  795.           Top = 95
  796.           Width = 334
  797.           Height = 20
  798.           Caption = 'Accept messages without Blinking'
  799.           Font.Charset = DEFAULT_CHARSET
  800.           Font.Color = clWindowText
  801.           Font.Height = -11
  802.           Font.Name = 'MS Sans Serif'
  803.           Font.Style = []
  804.           ParentFont = False
  805.           TabOrder = 4
  806.         end
  807.         object CheckBoxEvDontShowOnAway: TCheckBox
  808.           Left = 32
  809.           Top = 113
  810.           Width = 334
  811.           Height = 20
  812.           Caption = 'Do not show on Away Statuses'
  813.           Font.Charset = DEFAULT_CHARSET
  814.           Font.Color = clWindowText
  815.           Font.Height = -11
  816.           Font.Name = 'MS Sans Serif'
  817.           Font.Style = []
  818.           ParentFont = False
  819.           TabOrder = 5
  820.         end
  821.         object CheckBoxEvLeftSide: TCheckBox
  822.           Left = 16
  823.           Top = 38
  824.           Width = 346
  825.           Height = 20
  826.           Caption = 'Popup on the left side of the screen'
  827.           Font.Charset = DEFAULT_CHARSET
  828.           Font.Color = clWindowText
  829.           Font.Height = -11
  830.           Font.Name = 'MS Sans Serif'
  831.           Font.Style = []
  832.           ParentFont = False
  833.           TabOrder = 1
  834.           OnClick = CheckBoxEvEnableTrayClick
  835.         end
  836.         object CheckBoxEvFSapp: TCheckBox
  837.           Left = 16
  838.           Top = 19
  839.           Width = 346
  840.           Height = 20
  841.           Caption = 'Popup over full-screen applications'
  842.           Font.Charset = DEFAULT_CHARSET
  843.           Font.Color = clWindowText
  844.           Font.Height = -11
  845.           Font.Name = 'MS Sans Serif'
  846.           Font.Style = []
  847.           ParentFont = False
  848.           TabOrder = 0
  849.           OnClick = CheckBoxEvEnableTrayClick
  850.         end
  851.       end
  852.       object GroupBoxEvBlink: TGroupBox
  853.         Left = 12
  854.         Top = 5
  855.         Width = 370
  856.         Height = 60
  857.         Caption = ' Blink On Events '
  858.         Font.Charset = DEFAULT_CHARSET
  859.         Font.Color = clWindowText
  860.         Font.Height = -11
  861.         Font.Name = 'MS Sans Serif'
  862.         Font.Style = [fsBold]
  863.         ParentFont = False
  864.         TabOrder = 0
  865.         object RadioButtonEvBlinkBtn: TRadioButton
  866.           Left = 16
  867.           Top = 15
  868.           Width = 349
  869.           Height = 20
  870.           Caption = 'Blink Messaging Window Button in Task Bar'
  871.           Checked = True
  872.           Font.Charset = DEFAULT_CHARSET
  873.           Font.Color = clWindowText
  874.           Font.Height = -11
  875.           Font.Name = 'MS Sans Serif'
  876.           Font.Style = []
  877.           ParentFont = False
  878.           TabOrder = 0
  879.           TabStop = True
  880.         end
  881.         object RadioButtonEvBlinkIcon: TRadioButton
  882.           Left = 16
  883.           Top = 34
  884.           Width = 349
  885.           Height = 20
  886.           Caption = 'Blink Icon on Messaging Window Button in Task Bar'
  887.           Font.Charset = DEFAULT_CHARSET
  888.           Font.Color = clWindowText
  889.           Font.Height = -11
  890.           Font.Name = 'MS Sans Serif'
  891.           Font.Style = []
  892.           ParentFont = False
  893.           TabOrder = 1
  894.         end
  895.       end
  896.     end
  897.     object TabMsgWin: TTabSheet
  898.       Caption = 'Messaging Window'
  899.       object GroupBoxMsgOpts: TGroupBox
  900.         Left = 12
  901.         Top = 5
  902.         Width = 370
  903.         Height = 348
  904.         Caption = ' Options '
  905.         Font.Charset = DEFAULT_CHARSET
  906.         Font.Color = clWindowText
  907.         Font.Height = -11
  908.         Font.Name = 'MS Sans Serif'
  909.         Font.Style = [fsBold]
  910.         ParentFont = False
  911.         TabOrder = 0
  912.         object CheckBoxMsgBgPic: TCheckBox
  913.           Left = 16
  914.           Top = 18
  915.           Width = 349
  916.           Height = 20
  917.           Caption = 'Disable Background Picture in Messaging Window'
  918.           Font.Charset = DEFAULT_CHARSET
  919.           Font.Color = clWindowText
  920.           Font.Height = -11
  921.           Font.Name = 'MS Sans Serif'
  922.           Font.Style = []
  923.           ParentFont = False
  924.           TabOrder = 0
  925.         end
  926.         object CheckBoxMsgTabUins: TCheckBox
  927.           Left = 16
  928.           Top = 38
  929.           Width = 349
  930.           Height = 20
  931.           Caption = 'Show UINs/SNs on the Messaging Window Tabs'
  932.           Font.Charset = DEFAULT_CHARSET
  933.           Font.Color = clWindowText
  934.           Font.Height = -11
  935.           Font.Name = 'MS Sans Serif'
  936.           Font.Style = []
  937.           ParentFont = False
  938.           TabOrder = 1
  939.         end
  940.         object CheckBoxMsgHidePanel: TCheckBox
  941.           Left = 16
  942.           Top = 58
  943.           Width = 349
  944.           Height = 20
  945.           Caption = 'Hide User Info / Icon Panel'
  946.           Font.Charset = DEFAULT_CHARSET
  947.           Font.Color = clWindowText
  948.           Font.Height = -11
  949.           Font.Name = 'MS Sans Serif'
  950.           Font.Style = []
  951.           ParentFont = False
  952.           TabOrder = 2
  953.         end
  954.         object CheckBoxMsgDisRtf: TCheckBox
  955.           Left = 16
  956.           Top = 138
  957.           Width = 349
  958.           Height = 20
  959.           Caption = 'Disable RTF messages'
  960.           Font.Charset = DEFAULT_CHARSET
  961.           Font.Color = clWindowText
  962.           Font.Height = -11
  963.           Font.Name = 'MS Sans Serif'
  964.           Font.Style = []
  965.           ParentFont = False
  966.           TabOrder = 6
  967.         end
  968.         object GroupBoxMsgPre: TGroupBox
  969.           Left = 14
  970.           Top = 205
  971.           Width = 339
  972.           Height = 132
  973.           Caption = ' Predefinded Replies (one per line) '
  974.           Font.Charset = DEFAULT_CHARSET
  975.           Font.Color = clWindowText
  976.           Font.Height = -11
  977.           Font.Name = 'MS Sans Serif'
  978.           Font.Style = []
  979.           ParentFont = False
  980.           TabOrder = 9
  981.           object MemoMsgPre: TMemo
  982.             Left = 11
  983.             Top = 20
  984.             Width = 316
  985.             Height = 101
  986.             Font.Charset = DEFAULT_CHARSET
  987.             Font.Color = clWindowText
  988.             Font.Height = -11
  989.             Font.Name = 'MS Sans Serif'
  990.             Font.Style = []
  991.             Lines.Strings = (
  992.               'Hello'
  993.               'How are you?'
  994.               'Thanks, I'#39'm ok'
  995.               'Wait a sec'
  996.               'cya'
  997.               'bye')
  998.             ParentFont = False
  999.             ScrollBars = ssBoth
  1000.             TabOrder = 0
  1001.           end
  1002.         end
  1003.         object CheckBoxMsgSendPred: TCheckBox
  1004.           Left = 16
  1005.           Top = 183
  1006.           Width = 349
  1007.           Height = 20
  1008.           Caption = 'Send predefined replies immediately'
  1009.           Font.Charset = DEFAULT_CHARSET
  1010.           Font.Color = clWindowText
  1011.           Font.Height = -11
  1012.           Font.Name = 'MS Sans Serif'
  1013.           Font.Style = []
  1014.           ParentFont = False
  1015.           TabOrder = 8
  1016.         end
  1017.         object CheckBoxMsgZoom: TCheckBox
  1018.           Left = 16
  1019.           Top = 98
  1020.           Width = 349
  1021.           Height = 20
  1022.           Caption = 'Zoom in user'#39's avatar/image when mouse cursor over it'
  1023.           Font.Charset = DEFAULT_CHARSET
  1024.           Font.Color = clWindowText
  1025.           Font.Height = -11
  1026.           Font.Name = 'MS Sans Serif'
  1027.           Font.Style = []
  1028.           ParentFont = False
  1029.           TabOrder = 4
  1030.         end
  1031.         object CheckBoxMsgDoubleEnter: TCheckBox
  1032.           Left = 16
  1033.           Top = 118
  1034.           Width = 349
  1035.           Height = 20
  1036.           Caption = 'Send message on double Enter, if send on Enter enabled'
  1037.           Font.Charset = DEFAULT_CHARSET
  1038.           Font.Color = clWindowText
  1039.           Font.Height = -11
  1040.           Font.Name = 'MS Sans Serif'
  1041.           Font.Style = []
  1042.           ParentFont = False
  1043.           TabOrder = 5
  1044.         end
  1045.         object CheckBoxMsgHideBottom: TCheckBox
  1046.           Left = 16
  1047.           Top = 78
  1048.           Width = 349
  1049.           Height = 20
  1050.           Caption = 'Hide bottom panel'
  1051.           Font.Charset = DEFAULT_CHARSET
  1052.           Font.Color = clWindowText
  1053.           Font.Height = -11
  1054.           Font.Name = 'MS Sans Serif'
  1055.           Font.Style = []
  1056.           ParentFont = False
  1057.           TabOrder = 3
  1058.         end
  1059.         object CheckBoxMsgDisSnd: TCheckBox
  1060.           Left = 16
  1061.           Top = 158
  1062.           Width = 349
  1063.           Height = 20
  1064.           Caption = 'Disable sound of incoming message when tab is active'
  1065.           Font.Charset = DEFAULT_CHARSET
  1066.           Font.Color = clWindowText
  1067.           Font.Height = -11
  1068.           Font.Name = 'MS Sans Serif'
  1069.           Font.Style = []
  1070.           ParentFont = False
  1071.           TabOrder = 7
  1072.         end
  1073.       end
  1074.     end
  1075.     object TabHistory: TTabSheet
  1076.       Caption = 'History'
  1077.       object GroupBoxHisSave: TGroupBox
  1078.         Left = 12
  1079.         Top = 5
  1080.         Width = 370
  1081.         Height = 145
  1082.         Caption = ' History Saving '
  1083.         Font.Charset = DEFAULT_CHARSET
  1084.         Font.Color = clWindowText
  1085.         Font.Height = -11
  1086.         Font.Name = 'MS Sans Serif'
  1087.         Font.Style = [fsBold]
  1088.         ParentFont = False
  1089.         TabOrder = 0
  1090.         object LabelHisSavePath: TLabel
  1091.           Left = 15
  1092.           Top = 94
  1093.           Width = 61
  1094.           Height = 13
  1095.           Caption = 'Saving Path:'
  1096.           Font.Charset = DEFAULT_CHARSET
  1097.           Font.Color = clWindowText
  1098.           Font.Height = -11
  1099.           Font.Name = 'MS Sans Serif'
  1100.           Font.Style = []
  1101.           ParentFont = False
  1102.         end
  1103.         object CheckBoxHisSaveMsg: TCheckBox
  1104.           Left = 16
  1105.           Top = 20
  1106.           Width = 349
  1107.           Height = 20
  1108.           Caption = 'Save message history'
  1109.           Font.Charset = DEFAULT_CHARSET
  1110.           Font.Color = clWindowText
  1111.           Font.Height = -11
  1112.           Font.Name = 'MS Sans Serif'
  1113.           Font.Style = []
  1114.           ParentFont = False
  1115.           TabOrder = 0
  1116.         end
  1117.         object CheckBoxHisSaveSrv: TCheckBox
  1118.           Left = 16
  1119.           Top = 67
  1120.           Width = 349
  1121.           Height = 20
  1122.           Caption = 'Save Service and Tool Messages'
  1123.           Font.Charset = DEFAULT_CHARSET
  1124.           Font.Color = clWindowText
  1125.           Font.Height = -11
  1126.           Font.Name = 'MS Sans Serif'
  1127.           Font.Style = []
  1128.           ParentFont = False
  1129.           TabOrder = 2
  1130.         end
  1131.         object CheckBoxHisNIL: TCheckBox
  1132.           Left = 16
  1133.           Top = 43
  1134.           Width = 349
  1135.           Height = 20
  1136.           Caption = 'Save message history from users Not in my Contact List'
  1137.           Font.Charset = DEFAULT_CHARSET
  1138.           Font.Color = clWindowText
  1139.           Font.Height = -11
  1140.           Font.Name = 'MS Sans Serif'
  1141.           Font.Style = []
  1142.           ParentFont = False
  1143.           TabOrder = 1
  1144.         end
  1145.         object EditHisPath: TEdit
  1146.           Left = 15
  1147.           Top = 110
  1148.           Width = 298
  1149.           Height = 21
  1150.           TabStop = False
  1151.           Font.Charset = DEFAULT_CHARSET
  1152.           Font.Color = clWindowText
  1153.           Font.Height = -11
  1154.           Font.Name = 'MS Sans Serif'
  1155.           Font.Style = []
  1156.           ParentFont = False
  1157.           ReadOnly = True
  1158.           TabOrder = 4
  1159.         end
  1160.         object BitBtnHisBrowse: TInfBitBtn
  1161.           Left = 318
  1162.           Top = 108
  1163.           Width = 25
  1164.           Height = 25
  1165.           Font.Charset = DEFAULT_CHARSET
  1166.           Font.Color = clWindowText
  1167.           Font.Height = -11
  1168.           Font.Name = 'MS Sans Serif'
  1169.           Font.Style = []
  1170.           ParentFont = False
  1171.           TabOrder = 3
  1172.           OnClick = BitBtnHisBrowseClick
  1173.         end
  1174.       end
  1175.       object GroupBoxHisRecent: TGroupBox
  1176.         Left = 12
  1177.         Top = 157
  1178.         Width = 370
  1179.         Height = 76
  1180.         Caption = ' Recent Messages '
  1181.         Font.Charset = DEFAULT_CHARSET
  1182.         Font.Color = clWindowText
  1183.         Font.Height = -11
  1184.         Font.Name = 'MS Sans Serif'
  1185.         Font.Style = [fsBold]
  1186.         ParentFont = False
  1187.         TabOrder = 1
  1188.         object LabelHisNum: TLabel
  1189.           Left = 59
  1190.           Top = 48
  1191.           Width = 148
  1192.           Height = 13
  1193.           Caption = ' - Number of messages to show'
  1194.           Font.Charset = DEFAULT_CHARSET
  1195.           Font.Color = clWindowText
  1196.           Font.Height = -11
  1197.           Font.Name = 'MS Sans Serif'
  1198.           Font.Style = []
  1199.           ParentFont = False
  1200.         end
  1201.         object CheckBoxHisShowRecent: TCheckBox
  1202.           Left = 16
  1203.           Top = 20
  1204.           Width = 349
  1205.           Height = 20
  1206.           Caption = 'Show recent messages in Messaging window'
  1207.           Checked = True
  1208.           Font.Charset = DEFAULT_CHARSET
  1209.           Font.Color = clWindowText
  1210.           Font.Height = -11
  1211.           Font.Name = 'MS Sans Serif'
  1212.           Font.Style = []
  1213.           ParentFont = False
  1214.           State = cbChecked
  1215.           TabOrder = 0
  1216.         end
  1217.         object EditHisNum: TEdit
  1218.           Left = 29
  1219.           Top = 44
  1220.           Width = 26
  1221.           Height = 21
  1222.           Font.Charset = DEFAULT_CHARSET
  1223.           Font.Color = clWindowText
  1224.           Font.Height = -11
  1225.           Font.Name = 'MS Sans Serif'
  1226.           Font.Style = []
  1227.           MaxLength = 2
  1228.           ParentFont = False
  1229.           TabOrder = 1
  1230.           Text = '4'
  1231.         end
  1232.       end
  1233.       object GroupBoxHisFiles: TGroupBox
  1234.         Left = 12
  1235.         Top = 242
  1236.         Width = 370
  1237.         Height = 79
  1238.         Caption = ' Saving Files '
  1239.         Font.Charset = DEFAULT_CHARSET
  1240.         Font.Color = clWindowText
  1241.         Font.Height = -11
  1242.         Font.Name = 'MS Sans Serif'
  1243.         Font.Style = [fsBold]
  1244.         ParentFont = False
  1245.         TabOrder = 2
  1246.         object LabelFilesPath: TLabel
  1247.           Left = 15
  1248.           Top = 23
  1249.           Width = 61
  1250.           Height = 13
  1251.           Caption = 'Saving Path:'
  1252.           Font.Charset = DEFAULT_CHARSET
  1253.           Font.Color = clWindowText
  1254.           Font.Height = -11
  1255.           Font.Name = 'MS Sans Serif'
  1256.           Font.Style = []
  1257.           ParentFont = False
  1258.         end
  1259.         object EditFilesPath: TEdit
  1260.           Left = 15
  1261.           Top = 39
  1262.           Width = 298
  1263.           Height = 21
  1264.           TabStop = False
  1265.           Font.Charset = DEFAULT_CHARSET
  1266.           Font.Color = clWindowText
  1267.           Font.Height = -11
  1268.           Font.Name = 'MS Sans Serif'
  1269.           Font.Style = []
  1270.           ParentFont = False
  1271.           ReadOnly = True
  1272.           TabOrder = 0
  1273.         end
  1274.         object BitBtnFilesBrowse: TInfBitBtn
  1275.           Left = 318
  1276.           Top = 37
  1277.           Width = 25
  1278.           Height = 25
  1279.           Font.Charset = DEFAULT_CHARSET
  1280.           Font.Color = clWindowText
  1281.           Font.Height = -11
  1282.           Font.Name = 'MS Sans Serif'
  1283.           Font.Style = []
  1284.           ParentFont = False
  1285.           TabOrder = 1
  1286.           OnClick = BitBtnFilesBrowseClick
  1287.         end
  1288.       end
  1289.     end
  1290.     object TabMode: TTabSheet
  1291.       Caption = 'Status Mode'
  1292.       object GroupBoxStOpts: TGroupBox
  1293.         Left = 12
  1294.         Top = 5
  1295.         Width = 370
  1296.         Height = 124
  1297.         Caption = ' Options '
  1298.         Font.Charset = DEFAULT_CHARSET
  1299.         Font.Color = clWindowText
  1300.         Font.Height = -11
  1301.         Font.Name = 'MS Sans Serif'
  1302.         Font.Style = [fsBold]
  1303.         ParentFont = False
  1304.         TabOrder = 0
  1305.         object CheckBoxStRemember: TCheckBox
  1306.           Left = 11
  1307.           Top = 17
  1308.           Width = 354
  1309.           Height = 20
  1310.           Caption = 'Remember My Last Custom Picture'
  1311.           Font.Charset = DEFAULT_CHARSET
  1312.           Font.Color = clWindowText
  1313.           Font.Height = -11
  1314.           Font.Name = 'MS Sans Serif'
  1315.           Font.Style = []
  1316.           ParentFont = False
  1317.           TabOrder = 0
  1318.         end
  1319.         object CheckBoxStAutoswitch: TCheckBox
  1320.           Left = 11
  1321.           Top = 37
  1322.           Width = 354
  1323.           Height = 20
  1324.           Caption = 'Autoswitch Privacy Status when Online Status Changed'
  1325.           Font.Charset = DEFAULT_CHARSET
  1326.           Font.Color = clWindowText
  1327.           Font.Height = -11
  1328.           Font.Name = 'MS Sans Serif'
  1329.           Font.Style = []
  1330.           ParentFont = False
  1331.           TabOrder = 1
  1332.         end
  1333.         object CheckBoxStAway: TCheckBox
  1334.           Left = 11
  1335.           Top = 57
  1336.           Width = 354
  1337.           Height = 20
  1338.           Caption = '       Set "Away" status after 15 minutes not using the computer'
  1339.           Font.Charset = DEFAULT_CHARSET
  1340.           Font.Color = clWindowText
  1341.           Font.Height = -11
  1342.           Font.Name = 'MS Sans Serif'
  1343.           Font.Style = []
  1344.           ParentFont = False
  1345.           TabOrder = 3
  1346.         end
  1347.         object CheckBoxStNA: TCheckBox
  1348.           Left = 11
  1349.           Top = 77
  1350.           Width = 354
  1351.           Height = 20
  1352.           Caption = '       Set "N/A" status after 30 minutes not using the computer'
  1353.           Font.Charset = DEFAULT_CHARSET
  1354.           Font.Color = clWindowText
  1355.           Font.Height = -11
  1356.           Font.Name = 'MS Sans Serif'
  1357.           Font.Style = []
  1358.           ParentFont = False
  1359.           TabOrder = 5
  1360.         end
  1361.         object EditStSetAway: TEdit
  1362.           Left = 27
  1363.           Top = 59
  1364.           Width = 17
  1365.           Height = 14
  1366.           BevelInner = bvNone
  1367.           BevelOuter = bvNone
  1368.           BorderStyle = bsNone
  1369.           Ctl3D = True
  1370.           Font.Charset = DEFAULT_CHARSET
  1371.           Font.Color = clWindowText
  1372.           Font.Height = -11
  1373.           Font.Name = 'MS Sans Serif'
  1374.           Font.Style = []
  1375.           MaxLength = 3
  1376.           ParentCtl3D = False
  1377.           ParentFont = False
  1378.           TabOrder = 2
  1379.           Text = '15'
  1380.         end
  1381.         object EditStSetNA: TEdit
  1382.           Left = 27
  1383.           Top = 79
  1384.           Width = 17
  1385.           Height = 14
  1386.           BevelInner = bvNone
  1387.           BevelOuter = bvNone
  1388.           BorderStyle = bsNone
  1389.           Ctl3D = True
  1390.           Font.Charset = DEFAULT_CHARSET
  1391.           Font.Color = clWindowText
  1392.           Font.Height = -11
  1393.           Font.Name = 'MS Sans Serif'
  1394.           Font.Style = []
  1395.           MaxLength = 3
  1396.           ParentCtl3D = False
  1397.           ParentFont = False
  1398.           TabOrder = 4
  1399.           Text = '30'
  1400.         end
  1401.         object CheckBoxStAllowIdle: TCheckBox
  1402.           Left = 11
  1403.           Top = 97
  1404.           Width = 354
  1405.           Height = 20
  1406.           Caption = 'Allow others to see how long I'#39've been idle'
  1407.           Font.Charset = DEFAULT_CHARSET
  1408.           Font.Color = clWindowText
  1409.           Font.Height = -11
  1410.           Font.Name = 'MS Sans Serif'
  1411.           Font.Style = []
  1412.           ParentFont = False
  1413.           TabOrder = 6
  1414.         end
  1415.       end
  1416.       object GroupBoxStMsg: TGroupBox
  1417.         Left = 12
  1418.         Top = 136
  1419.         Width = 370
  1420.         Height = 217
  1421.         Caption = ' Status Messages '
  1422.         Font.Charset = DEFAULT_CHARSET
  1423.         Font.Color = clWindowText
  1424.         Font.Height = -11
  1425.         Font.Name = 'MS Sans Serif'
  1426.         Font.Style = [fsBold]
  1427.         ParentFont = False
  1428.         TabOrder = 1
  1429.         object LabelStYourSt: TLabel
  1430.           Left = 10
  1431.           Top = 18
  1432.           Width = 69
  1433.           Height = 13
  1434.           Caption = 'Your Statuses:'
  1435.           Color = clBtnFace
  1436.           Font.Charset = DEFAULT_CHARSET
  1437.           Font.Color = clWindowText
  1438.           Font.Height = -11
  1439.           Font.Name = 'MS Sans Serif'
  1440.           Font.Style = []
  1441.           ParentColor = False
  1442.           ParentFont = False
  1443.         end
  1444.         object LabelStMsg: TLabel
  1445.           Left = 164
  1446.           Top = 18
  1447.           Width = 154
  1448.           Height = 13
  1449.           Caption = 'Status Messages (One per Line):'
  1450.           Color = clBtnFace
  1451.           Font.Charset = DEFAULT_CHARSET
  1452.           Font.Color = clWindowText
  1453.           Font.Height = -11
  1454.           Font.Name = 'MS Sans Serif'
  1455.           Font.Style = []
  1456.           ParentColor = False
  1457.           ParentFont = False
  1458.         end
  1459.         object LBst: TListBox
  1460.           Left = 10
  1461.           Top = 35
  1462.           Width = 144
  1463.           Height = 174
  1464.           Style = lbOwnerDrawFixed
  1465.           Font.Charset = DEFAULT_CHARSET
  1466.           Font.Color = clWindowText
  1467.           Font.Height = -11
  1468.           Font.Name = 'MS Sans Serif'
  1469.           Font.Style = []
  1470.           ItemHeight = 20
  1471.           ParentFont = False
  1472.           TabOrder = 0
  1473.           OnClick = LBstClick
  1474.           OnDrawItem = LBstDrawItem
  1475.           OnMouseUp = LBstMouseUp
  1476.         end
  1477.         object MemoStMsg: TMemo
  1478.           Left = 163
  1479.           Top = 35
  1480.           Width = 197
  1481.           Height = 174
  1482.           Font.Charset = DEFAULT_CHARSET
  1483.           Font.Color = clWindowText
  1484.           Font.Height = -11
  1485.           Font.Name = 'MS Sans Serif'
  1486.           Font.Style = []
  1487.           ParentFont = False
  1488.           ScrollBars = ssBoth
  1489.           TabOrder = 1
  1490.           OnClick = LBstClick
  1491.           OnKeyUp = MemoStMsgKeyUp
  1492.         end
  1493.       end
  1494.     end
  1495.     object TabAnti: TTabSheet
  1496.       Caption = 'Anti Spam / Flood'
  1497.       object LabelAntiFlood: TLabel
  1498.         Left = 12
  1499.         Top = 9
  1500.         Width = 374
  1501.         Height = 13
  1502.         AutoSize = False
  1503.         Caption = 'When Protection Button is Clicked Apply following Options:'
  1504.         Color = clBtnFace
  1505.         ParentColor = False
  1506.       end
  1507.       object GroupBoxAntiSpam: TGroupBox
  1508.         Left = 12
  1509.         Top = 77
  1510.         Width = 370
  1511.         Height = 188
  1512.         Caption = ' Anti Spam Control '
  1513.         Font.Charset = DEFAULT_CHARSET
  1514.         Font.Color = clWindowText
  1515.         Font.Height = -11
  1516.         Font.Name = 'MS Sans Serif'
  1517.         Font.Style = [fsBold]
  1518.         ParentFont = False
  1519.         TabOrder = 2
  1520.         object CheckBoxAnAcceptCL: TCheckBox
  1521.           Left = 16
  1522.           Top = 18
  1523.           Width = 349
  1524.           Height = 20
  1525.           Caption = 'Accept Messages Only from Users on my Contact List'
  1526.           Font.Charset = DEFAULT_CHARSET
  1527.           Font.Color = clWindowText
  1528.           Font.Height = -11
  1529.           Font.Name = 'MS Sans Serif'
  1530.           Font.Style = []
  1531.           ParentFont = False
  1532.           TabOrder = 0
  1533.         end
  1534.         object CheckBoxAnDontAccPager: TCheckBox
  1535.           Left = 16
  1536.           Top = 39
  1537.           Width = 349
  1538.           Height = 20
  1539.           Caption = 'Do not Accept Pager and Email Express Messages'
  1540.           Font.Charset = DEFAULT_CHARSET
  1541.           Font.Color = clWindowText
  1542.           Font.Height = -11
  1543.           Font.Name = 'MS Sans Serif'
  1544.           Font.Style = []
  1545.           ParentFont = False
  1546.           TabOrder = 1
  1547.         end
  1548.         object GroupBoxAnForNotList: TGroupBox
  1549.           Left = 14
  1550.           Top = 78
  1551.           Width = 345
  1552.           Height = 91
  1553.           Caption = ' For Users not on my Contact List '
  1554.           Font.Charset = DEFAULT_CHARSET
  1555.           Font.Color = clWindowText
  1556.           Font.Height = -11
  1557.           Font.Name = 'MS Sans Serif'
  1558.           Font.Style = []
  1559.           ParentFont = False
  1560.           TabOrder = 2
  1561.           object CheckBoxAnDontAuth: TCheckBox
  1562.             Left = 14
  1563.             Top = 18
  1564.             Width = 325
  1565.             Height = 20
  1566.             Caption = 'Do not Accept Messages concerning Authorization '
  1567.             TabOrder = 0
  1568.           end
  1569.           object CheckBoxAnDontUrls: TCheckBox
  1570.             Left = 14
  1571.             Top = 39
  1572.             Width = 325
  1573.             Height = 20
  1574.             Caption = 'Do not Accept URLs'
  1575.             Checked = True
  1576.             State = cbChecked
  1577.             TabOrder = 1
  1578.           end
  1579.           object CheckBoxAnEnBot: TCheckBox
  1580.             Left = 14
  1581.             Top = 64
  1582.             Width = 17
  1583.             Height = 17
  1584.             TabOrder = 2
  1585.           end
  1586.           object ButtonAnBot: TButton
  1587.             Left = 35
  1588.             Top = 63
  1589.             Width = 159
  1590.             Height = 20
  1591.             Caption = 'Anti-Spam Bot'
  1592.             TabOrder = 3
  1593.             OnClick = ButtonAnBotClick
  1594.           end
  1595.         end
  1596.       end
  1597.       object GroupBoxAntiFlood: TGroupBox
  1598.         Left = 12
  1599.         Top = 272
  1600.         Width = 370
  1601.         Height = 81
  1602.         Caption = ' [qip] Anti Flood Protection '
  1603.         Font.Charset = DEFAULT_CHARSET
  1604.         Font.Color = clWindowText
  1605.         Font.Height = -11
  1606.         Font.Name = 'MS Sans Serif'
  1607.         Font.Style = [fsBold]
  1608.         ParentFont = False
  1609.         TabOrder = 3
  1610.         object CheckBoxAnEnBlockAll: TCheckBox
  1611.           Left = 16
  1612.           Top = 23
  1613.           Width = 349
  1614.           Height = 20
  1615.           Caption = 'Enable Blocking of All Messages from All Users'
  1616.           Font.Charset = DEFAULT_CHARSET
  1617.           Font.Color = clWindowText
  1618.           Font.Height = -11
  1619.           Font.Name = 'MS Sans Serif'
  1620.           Font.Style = []
  1621.           ParentFont = False
  1622.           TabOrder = 0
  1623.         end
  1624.         object CheckBoxAnEnBlockAuth: TCheckBox
  1625.           Left = 16
  1626.           Top = 47
  1627.           Width = 349
  1628.           Height = 20
  1629.           Caption = 'Enable Blocking of Messages concerning Authorization'
  1630.           Font.Charset = DEFAULT_CHARSET
  1631.           Font.Color = clWindowText
  1632.           Font.Height = -11
  1633.           Font.Name = 'MS Sans Serif'
  1634.           Font.Style = []
  1635.           ParentFont = False
  1636.           TabOrder = 1
  1637.         end
  1638.       end
  1639.       object CheckBoxAnEnAntispam: TCheckBox
  1640.         Left = 54
  1641.         Top = 26
  1642.         Width = 335
  1643.         Height = 20
  1644.         Caption = 'Enable Anti Spam Control'
  1645.         TabOrder = 0
  1646.         OnClick = CheckBoxAnEnAntispamClick
  1647.       end
  1648.       object CheckBoxAnEnAntiflood: TCheckBox
  1649.         Left = 54
  1650.         Top = 47
  1651.         Width = 335
  1652.         Height = 20
  1653.         Caption = 'Enable Anti Flood Protection'
  1654.         TabOrder = 1
  1655.         OnClick = CheckBoxAnEnAntifloodClick
  1656.       end
  1657.       object PanelProtPic: TPanel
  1658.         Left = 12
  1659.         Top = 28
  1660.         Width = 35
  1661.         Height = 35
  1662.         BevelOuter = bvLowered
  1663.         TabOrder = 4
  1664.         object ImageProtect: TImage
  1665.           Left = 10
  1666.           Top = 9
  1667.           Width = 18
  1668.           Height = 18
  1669.         end
  1670.       end
  1671.     end
  1672.     object TabSounds: TTabSheet
  1673.       Caption = 'Sounds'
  1674.       object GroupBoxSnd: TGroupBox
  1675.         Left = 12
  1676.         Top = 5
  1677.         Width = 370
  1678.         Height = 348
  1679.         Caption = ' [qip] Sounds '
  1680.         Font.Charset = DEFAULT_CHARSET
  1681.         Font.Color = clWindowText
  1682.         Font.Height = -11
  1683.         Font.Name = 'MS Sans Serif'
  1684.         Font.Style = [fsBold]
  1685.         ParentFont = False
  1686.         TabOrder = 0
  1687.         object ListViewSnd: TListView
  1688.           Left = 16
  1689.           Top = 45
  1690.           Width = 337
  1691.           Height = 260
  1692.           Columns = <
  1693.             item
  1694.               Caption = 'Events'
  1695.               Width = 150
  1696.             end
  1697.             item
  1698.               Caption = 'Sound File Name'
  1699.               Width = 150
  1700.             end>
  1701.           ColumnClick = False
  1702.           Font.Charset = DEFAULT_CHARSET
  1703.           Font.Color = clWindowText
  1704.           Font.Height = -11
  1705.           Font.Name = 'MS Sans Serif'
  1706.           Font.Style = []
  1707.           HideSelection = False
  1708.           ReadOnly = True
  1709.           RowSelect = True
  1710.           ParentFont = False
  1711.           SmallImages = MainForm.ImageListCLS
  1712.           TabOrder = 1
  1713.           ViewStyle = vsReport
  1714.         end
  1715.         object CheckBoxSndDisable: TCheckBox
  1716.           Left = 16
  1717.           Top = 22
  1718.           Width = 345
  1719.           Height = 20
  1720.           Caption = 'Disable Sounds'
  1721.           Font.Charset = DEFAULT_CHARSET
  1722.           Font.Color = clWindowText
  1723.           Font.Height = -11
  1724.           Font.Name = 'MS Sans Serif'
  1725.           Font.Style = []
  1726.           ParentFont = False
  1727.           TabOrder = 0
  1728.         end
  1729.         object ButtonSndChange: TButton
  1730.           Left = 16
  1731.           Top = 313
  1732.           Width = 89
  1733.           Height = 25
  1734.           Caption = 'Change'
  1735.           Font.Charset = DEFAULT_CHARSET
  1736.           Font.Color = clWindowText
  1737.           Font.Height = -11
  1738.           Font.Name = 'MS Sans Serif'
  1739.           Font.Style = []
  1740.           ParentFont = False
  1741.           TabOrder = 2
  1742.           OnClick = ButtonSndChangeClick
  1743.         end
  1744.         object ButtonSndRemove: TButton
  1745.           Left = 112
  1746.           Top = 313
  1747.           Width = 89
  1748.           Height = 25
  1749.           Caption = 'Remove'
  1750.           Font.Charset = DEFAULT_CHARSET
  1751.           Font.Color = clWindowText
  1752.           Font.Height = -11
  1753.           Font.Name = 'MS Sans Serif'
  1754.           Font.Style = []
  1755.           ParentFont = False
  1756.           TabOrder = 3
  1757.           OnClick = ButtonSndRemoveClick
  1758.         end
  1759.         object ButtonSndPreview: TButton
  1760.           Left = 272
  1761.           Top = 313
  1762.           Width = 81
  1763.           Height = 25
  1764.           Caption = 'Preview'
  1765.           Font.Charset = DEFAULT_CHARSET
  1766.           Font.Color = clWindowText
  1767.           Font.Height = -11
  1768.           Font.Name = 'MS Sans Serif'
  1769.           Font.Style = []
  1770.           ParentFont = False
  1771.           TabOrder = 5
  1772.           OnClick = ButtonSndPreviewClick
  1773.         end
  1774.         object SndBar1: TTrackBar
  1775.           Left = 209
  1776.           Top = 312
  1777.           Width = 56
  1778.           Height = 25
  1779.           LineSize = 5
  1780.           Max = 0
  1781.           Min = -2000
  1782.           PageSize = 500
  1783.           Frequency = 500
  1784.           TabOrder = 4
  1785.           ThumbLength = 15
  1786.         end
  1787.       end
  1788.     end
  1789.     object TabLng: TTabSheet
  1790.       Caption = 'Language'
  1791.       object GroupBoxLI: TGroupBox
  1792.         Left = 12
  1793.         Top = 5
  1794.         Width = 370
  1795.         Height = 75
  1796.         Caption = ' User Interface Language '
  1797.         Font.Charset = DEFAULT_CHARSET
  1798.         Font.Color = clWindowText
  1799.         Font.Height = -11
  1800.         Font.Name = 'MS Sans Serif'
  1801.         Font.Style = [fsBold]
  1802.         ParentFont = False
  1803.         TabOrder = 0
  1804.         object LabelLIRestart: TLabel
  1805.           Left = 16
  1806.           Top = 53
  1807.           Width = 197
  1808.           Height = 13
  1809.           Caption = 'Note: Restart qip to Apply New Language'
  1810.           Color = clBtnFace
  1811.           Font.Charset = DEFAULT_CHARSET
  1812.           Font.Color = clWindowText
  1813.           Font.Height = -11
  1814.           Font.Name = 'MS Sans Serif'
  1815.           Font.Style = []
  1816.           ParentColor = False
  1817.           ParentFont = False
  1818.         end
  1819.         object CBLang: TComboBox
  1820.           Left = 16
  1821.           Top = 25
  1822.           Width = 137
  1823.           Height = 21
  1824.           Style = csDropDownList
  1825.           Font.Charset = DEFAULT_CHARSET
  1826.           Font.Color = clWindowText
  1827.           Font.Height = -11
  1828.           Font.Name = 'MS Sans Serif'
  1829.           Font.Style = []
  1830.           ItemHeight = 0
  1831.           ParentFont = False
  1832.           TabOrder = 0
  1833.           OnChange = CBLangChange
  1834.           OnDropDown = CBLangDropDown
  1835.         end
  1836.         object ButtonLIVisit: TButton
  1837.           Left = 173
  1838.           Top = 25
  1839.           Width = 169
  1840.           Height = 22
  1841.           Caption = 'Visit Our Homepage'
  1842.           Font.Charset = DEFAULT_CHARSET
  1843.           Font.Color = clWindowText
  1844.           Font.Height = -11
  1845.           Font.Name = 'MS Sans Serif'
  1846.           Font.Style = []
  1847.           ParentFont = False
  1848.           TabOrder = 1
  1849.           OnClick = ButtonLIVisitClick
  1850.         end
  1851.       end
  1852.       object GroupBoxLIDesc: TGroupBox
  1853.         Left = 12
  1854.         Top = 156
  1855.         Width = 370
  1856.         Height = 197
  1857.         Caption = ' Description / Author '
  1858.         Font.Charset = DEFAULT_CHARSET
  1859.         Font.Color = clWindowText
  1860.         Font.Height = -11
  1861.         Font.Name = 'MS Sans Serif'
  1862.         Font.Style = [fsBold]
  1863.         ParentFont = False
  1864.         TabOrder = 2
  1865.         object MemoLI: TMemo
  1866.           Left = 16
  1867.           Top = 24
  1868.           Width = 337
  1869.           Height = 161
  1870.           Font.Charset = DEFAULT_CHARSET
  1871.           Font.Color = clWindowText
  1872.           Font.Height = -11
  1873.           Font.Name = 'Tahoma'
  1874.           Font.Style = []
  1875.           ParentFont = False
  1876.           ReadOnly = True
  1877.           ScrollBars = ssVertical
  1878.           TabOrder = 0
  1879.         end
  1880.       end
  1881.       object GroupBoxLICharset: TGroupBox
  1882.         Left = 12
  1883.         Top = 89
  1884.         Width = 370
  1885.         Height = 57
  1886.         Caption = ' Charset '
  1887.         Font.Charset = DEFAULT_CHARSET
  1888.         Font.Color = clWindowText
  1889.         Font.Height = -11
  1890.         Font.Name = 'MS Sans Serif'
  1891.         Font.Style = [fsBold]
  1892.         ParentFont = False
  1893.         TabOrder = 1
  1894.         object CBCharset: TComboBox
  1895.           Left = 16
  1896.           Top = 21
  1897.           Width = 137
  1898.           Height = 21
  1899.           Style = csDropDownList
  1900.           DropDownCount = 20
  1901.           Font.Charset = DEFAULT_CHARSET
  1902.           Font.Color = clWindowText
  1903.           Font.Height = -11
  1904.           Font.Name = 'MS Sans Serif'
  1905.           Font.Style = []
  1906.           ItemHeight = 13
  1907.           ParentFont = False
  1908.           TabOrder = 0
  1909.           OnChange = CBCharsetChange
  1910.           Items.Strings = (
  1911.             'Default'
  1912.             'Cyrillic'
  1913.             'Western'
  1914.             'Hebrew'
  1915.             'Arabic'
  1916.             'Greek'
  1917.             'Turkish'
  1918.             'Baltic'
  1919.             'Central European'
  1920.             'Thai')
  1921.         end
  1922.         object ButtonApplyCharset: TButton
  1923.           Left = 173
  1924.           Top = 21
  1925.           Width = 100
  1926.           Height = 21
  1927.           Caption = 'Apply'
  1928.           Font.Charset = DEFAULT_CHARSET
  1929.           Font.Color = clWindowText
  1930.           Font.Height = -11
  1931.           Font.Name = 'MS Sans Serif'
  1932.           Font.Style = []
  1933.           ParentFont = False
  1934.           TabOrder = 1
  1935.           OnClick = ButtonApplyCharsetClick
  1936.         end
  1937.       end
  1938.     end
  1939.     object TabSkins: TTabSheet
  1940.       Caption = 'Skins'
  1941.       object GroupBoxSkins: TGroupBox
  1942.         Left = 12
  1943.         Top = 5
  1944.         Width = 370
  1945.         Height = 75
  1946.         Caption = ' Skins / Icons '
  1947.         Font.Charset = DEFAULT_CHARSET
  1948.         Font.Color = clWindowText
  1949.         Font.Height = -11
  1950.         Font.Name = 'MS Sans Serif'
  1951.         Font.Style = [fsBold]
  1952.         ParentFont = False
  1953.         TabOrder = 0
  1954.         object LabelSkinRestart: TLabel
  1955.           Left = 16
  1956.           Top = 54
  1957.           Width = 170
  1958.           Height = 13
  1959.           Caption = 'Note: Restart qip to Apply New Skin'
  1960.           Color = clBtnFace
  1961.           Font.Charset = DEFAULT_CHARSET
  1962.           Font.Color = clWindowText
  1963.           Font.Height = -11
  1964.           Font.Name = 'MS Sans Serif'
  1965.           Font.Style = []
  1966.           ParentColor = False
  1967.           ParentFont = False
  1968.         end
  1969.         object CBSkins: TComboBox
  1970.           Left = 16
  1971.           Top = 25
  1972.           Width = 153
  1973.           Height = 21
  1974.           Style = csDropDownList
  1975.           Font.Charset = DEFAULT_CHARSET
  1976.           Font.Color = clWindowText
  1977.           Font.Height = -11
  1978.           Font.Name = 'MS Sans Serif'
  1979.           Font.Style = []
  1980.           ItemHeight = 0
  1981.           ParentFont = False
  1982.           TabOrder = 0
  1983.           OnChange = CBSkinsChange
  1984.           OnDropDown = CBSkinsDropDown
  1985.         end
  1986.         object ButtonSkins: TButton
  1987.           Left = 181
  1988.           Top = 25
  1989.           Width = 169
  1990.           Height = 22
  1991.           Caption = 'More Skins'
  1992.           Font.Charset = DEFAULT_CHARSET
  1993.           Font.Color = clWindowText
  1994.           Font.Height = -11
  1995.           Font.Name = 'MS Sans Serif'
  1996.           Font.Style = []
  1997.           ParentFont = False
  1998.           TabOrder = 1
  1999.           OnClick = ButtonLIVisitClick
  2000.         end
  2001.       end
  2002.       object GroupBoxSkinDesc: TGroupBox
  2003.         Left = 12
  2004.         Top = 249
  2005.         Width = 370
  2006.         Height = 104
  2007.         Caption = ' Description / Author '
  2008.         Font.Charset = DEFAULT_CHARSET
  2009.         Font.Color = clWindowText
  2010.         Font.Height = -11
  2011.         Font.Name = 'MS Sans Serif'
  2012.         Font.Style = [fsBold]
  2013.         ParentFont = False
  2014.         TabOrder = 2
  2015.         object MemoSkin: TMemo
  2016.           Left = 10
  2017.           Top = 17
  2018.           Width = 351
  2019.           Height = 74
  2020.           Font.Charset = DEFAULT_CHARSET
  2021.           Font.Color = clWindowText
  2022.           Font.Height = -11
  2023.           Font.Name = 'Tahoma'
  2024.           Font.Style = []
  2025.           ParentFont = False
  2026.           ReadOnly = True
  2027.           ScrollBars = ssVertical
  2028.           TabOrder = 0
  2029.         end
  2030.       end
  2031.       object GroupBoxSmilies: TGroupBox
  2032.         Left = 12
  2033.         Top = 89
  2034.         Width = 370
  2035.         Height = 152
  2036.         Caption = ' Skin Smilies '
  2037.         Font.Charset = DEFAULT_CHARSET
  2038.         Font.Color = clWindowText
  2039.         Font.Height = -11
  2040.         Font.Name = 'MS Sans Serif'
  2041.         Font.Style = [fsBold]
  2042.         ParentFont = False
  2043.         TabOrder = 1
  2044.         object PanelSmilies: TPanel
  2045.           Left = 10
  2046.           Top = 64
  2047.           Width = 351
  2048.           Height = 73
  2049.           BevelOuter = bvLowered
  2050.           TabOrder = 3
  2051.           object MemoSmilies: TMemo
  2052.             Left = 1
  2053.             Top = 1
  2054.             Width = 349
  2055.             Height = 71
  2056.             Align = alClient
  2057.             BevelInner = bvNone
  2058.             BorderStyle = bsNone
  2059.             Font.Charset = DEFAULT_CHARSET
  2060.             Font.Color = clWindowText
  2061.             Font.Height = -11
  2062.             Font.Name = 'Tahoma'
  2063.             Font.Style = []
  2064.             Lines.Strings = (
  2065.               'Note: Restart qip to use new Smilies.'
  2066.               'Attention: Animated Smilies can slow down qip because of system '
  2067.               'resources. From time to time these smilies will be replaced '
  2068.               'automatically by text in Messaging Window to free resources.')
  2069.             ParentFont = False
  2070.             ReadOnly = True
  2071.             ScrollBars = ssVertical
  2072.             TabOrder = 0
  2073.           end
  2074.         end
  2075.         object RBSimpleSmilies: TRadioButton
  2076.           Left = 12
  2077.           Top = 17
  2078.           Width = 189
  2079.           Height = 20
  2080.           Caption = 'Simple Smilies'
  2081.           Font.Charset = DEFAULT_CHARSET
  2082.           Font.Color = clWindowText
  2083.           Font.Height = -11
  2084.           Font.Name = 'MS Sans Serif'
  2085.           Font.Style = []
  2086.           ParentFont = False
  2087.           TabOrder = 0
  2088.         end
  2089.         object RBAnimSmilies: TRadioButton
  2090.           Left = 12
  2091.           Top = 37
  2092.           Width = 189
  2093.           Height = 20
  2094.           Caption = 'Animated Smilies'
  2095.           Checked = True
  2096.           Font.Charset = DEFAULT_CHARSET
  2097.           Font.Color = clWindowText
  2098.           Font.Height = -11
  2099.           Font.Name = 'MS Sans Serif'
  2100.           Font.Style = []
  2101.           ParentFont = False
  2102.           TabOrder = 1
  2103.           TabStop = True
  2104.         end
  2105.         object RBTextSmilies: TRadioButton
  2106.           Left = 204
  2107.           Top = 17
  2108.           Width = 157
  2109.           Height = 20
  2110.           Caption = 'Text smilies'
  2111.           Font.Charset = DEFAULT_CHARSET
  2112.           Font.Color = clWindowText
  2113.           Font.Height = -11
  2114.           Font.Name = 'MS Sans Serif'
  2115.           Font.Style = []
  2116.           ParentFont = False
  2117.           TabOrder = 2
  2118.         end
  2119.       end
  2120.     end
  2121.     object TabID: TTabSheet
  2122.       Caption = 'Client iD'
  2123.       object GroupBoxCli: TGroupBox
  2124.         Left = 12
  2125.         Top = 5
  2126.         Width = 370
  2127.         Height = 348
  2128.         Caption = ' Client Identification '
  2129.         Font.Charset = DEFAULT_CHARSET
  2130.         Font.Color = clWindowText
  2131.         Font.Height = -11
  2132.         Font.Name = 'MS Sans Serif'
  2133.         Font.Style = [fsBold]
  2134.         ParentFont = False
  2135.         TabOrder = 0
  2136.         object LabelAvailable: TLabel
  2137.           Left = 20
  2138.           Top = 99
  2139.           Width = 65
  2140.           Height = 13
  2141.           Caption = 'Available IDs:'
  2142.           Color = clBtnFace
  2143.           Font.Charset = DEFAULT_CHARSET
  2144.           Font.Color = clWindowText
  2145.           Font.Height = -11
  2146.           Font.Name = 'MS Sans Serif'
  2147.           Font.Style = []
  2148.           ParentColor = False
  2149.           ParentFont = False
  2150.         end
  2151.         object LabelProtVer: TLabel
  2152.           Left = 18
  2153.           Top = 149
  2154.           Width = 98
  2155.           Height = 13
  2156.           Caption = 'DC Protocol Version:'
  2157.           Color = clBtnFace
  2158.           Font.Charset = DEFAULT_CHARSET
  2159.           Font.Color = clWindowText
  2160.           Font.Height = -11
  2161.           Font.Name = 'MS Sans Serif'
  2162.           Font.Style = []
  2163.           ParentColor = False
  2164.           ParentFont = False
  2165.         end
  2166.         object Label3Cpas: TLabel
  2167.           Left = 18
  2168.           Top = 197
  2169.           Width = 280
  2170.           Height = 13
  2171.           Caption = 'You can add 3 your Client Capability Strings (max 16 chars):'
  2172.           Color = clBtnFace
  2173.           Font.Charset = DEFAULT_CHARSET
  2174.           Font.Color = clWindowText
  2175.           Font.Height = -11
  2176.           Font.Name = 'MS Sans Serif'
  2177.           Font.Style = []
  2178.           ParentColor = False
  2179.           ParentFont = False
  2180.         end
  2181.         object CBiDs: TComboBox
  2182.           Left = 17
  2183.           Top = 115
  2184.           Width = 136
  2185.           Height = 21
  2186.           Style = csDropDownList
  2187.           DropDownCount = 20
  2188.           Font.Charset = DEFAULT_CHARSET
  2189.           Font.Color = clWindowText
  2190.           Font.Height = -11
  2191.           Font.Name = 'MS Sans Serif'
  2192.           Font.Style = []
  2193.           ItemHeight = 13
  2194.           ParentFont = False
  2195.           TabOrder = 1
  2196.           OnChange = CBiDsChange
  2197.           Items.Strings = (
  2198.             'qip 2005 (UTF8)'
  2199.             'qip 2005'
  2200.             'ICQ 5'
  2201.             'ICQLite 4'
  2202.             'ICQLite'
  2203.             'ICQ 2003b Pro'
  2204.             'ICQ 2002/2003a'
  2205.             'ICQ 2001'
  2206.             'ICQ 2 GO'
  2207.             'Mac ICQ'
  2208.             'AIM'
  2209.             'Miranda'
  2210.             '&RQ'
  2211.             'Trillian'
  2212.             'SIM'
  2213.             'LICQ'
  2214.             '- ? -')
  2215.         end
  2216.         object PanelAttent: TPanel
  2217.           Left = 16
  2218.           Top = 23
  2219.           Width = 338
  2220.           Height = 68
  2221.           BevelOuter = bvLowered
  2222.           TabOrder = 0
  2223.           object MemoCli: TMemo
  2224.             Left = 1
  2225.             Top = 1
  2226.             Width = 336
  2227.             Height = 66
  2228.             Align = alClient
  2229.             BevelInner = bvNone
  2230.             BorderStyle = bsNone
  2231.             Font.Charset = DEFAULT_CHARSET
  2232.             Font.Color = clWindowText
  2233.             Font.Height = -11
  2234.             Font.Name = 'Tahoma'
  2235.             Font.Style = []
  2236.             Lines.Strings = (
  2237.               'Attention: This Option is for Advanced users only, if you don'#39't '
  2238.               
  2239.                 'know what it is then please leave it as is. By changing Client I' +
  2240.                 'd '
  2241.               'some qip features can be disabled and can cause qip instability.')
  2242.             ParentFont = False
  2243.             ReadOnly = True
  2244.             ScrollBars = ssVertical
  2245.             TabOrder = 0
  2246.           end
  2247.         end
  2248.         object EditProtVer: TEdit
  2249.           Left = 17
  2250.           Top = 165
  2251.           Width = 136
  2252.           Height = 21
  2253.           Font.Charset = DEFAULT_CHARSET
  2254.           Font.Color = clWindowText
  2255.           Font.Height = -11
  2256.           Font.Name = 'MS Sans Serif'
  2257.           Font.Style = []
  2258.           MaxLength = 5
  2259.           ParentFont = False
  2260.           TabOrder = 2
  2261.           OnChange = EditProtVerChange
  2262.         end
  2263.         object EditCap1: TEdit
  2264.           Left = 17
  2265.           Top = 213
  2266.           Width = 327
  2267.           Height = 21
  2268.           Font.Charset = DEFAULT_CHARSET
  2269.           Font.Color = clWindowText
  2270.           Font.Height = -11
  2271.           Font.Name = 'MS Sans Serif'
  2272.           Font.Style = []
  2273.           MaxLength = 16
  2274.           ParentFont = False
  2275.           TabOrder = 3
  2276.           OnChange = EditProtVerChange
  2277.         end
  2278.         object EditCap2: TEdit
  2279.           Left = 17
  2280.           Top = 237
  2281.           Width = 327
  2282.           Height = 21
  2283.           Font.Charset = DEFAULT_CHARSET
  2284.           Font.Color = clWindowText
  2285.           Font.Height = -11
  2286.           Font.Name = 'MS Sans Serif'
  2287.           Font.Style = []
  2288.           MaxLength = 16
  2289.           ParentFont = False
  2290.           TabOrder = 4
  2291.           OnChange = EditProtVerChange
  2292.         end
  2293.         object EditCap3: TEdit
  2294.           Left = 17
  2295.           Top = 261
  2296.           Width = 327
  2297.           Height = 21
  2298.           Font.Charset = DEFAULT_CHARSET
  2299.           Font.Color = clWindowText
  2300.           Font.Height = -11
  2301.           Font.Name = 'MS Sans Serif'
  2302.           Font.Style = []
  2303.           MaxLength = 16
  2304.           ParentFont = False
  2305.           TabOrder = 5
  2306.           OnChange = EditProtVerChange
  2307.         end
  2308.       end
  2309.     end
  2310.     object TabEye: TTabSheet
  2311.       Caption = 'Great Eye'
  2312.       object GroupBoxGrEye: TGroupBox
  2313.         Left = 12
  2314.         Top = 5
  2315.         Width = 370
  2316.         Height = 348
  2317.         Caption = ' [qip] Great Eye List '
  2318.         Font.Charset = DEFAULT_CHARSET
  2319.         Font.Color = clWindowText
  2320.         Font.Height = -11
  2321.         Font.Name = 'MS Sans Serif'
  2322.         Font.Style = [fsBold]
  2323.         ParentFont = False
  2324.         TabOrder = 0
  2325.         object ListViewEye: TListView
  2326.           Left = 16
  2327.           Top = 96
  2328.           Width = 337
  2329.           Height = 209
  2330.           Columns = <
  2331.             item
  2332.               Caption = 'ICQ# / SN'
  2333.               Width = 120
  2334.             end
  2335.             item
  2336.               Caption = 'Event Date'
  2337.               Width = 170
  2338.             end>
  2339.           ColumnClick = False
  2340.           Font.Charset = DEFAULT_CHARSET
  2341.           Font.Color = clWindowText
  2342.           Font.Height = -11
  2343.           Font.Name = 'MS Sans Serif'
  2344.           Font.Style = []
  2345.           HideSelection = False
  2346.           ReadOnly = True
  2347.           RowSelect = True
  2348.           ParentFont = False
  2349.           PopupMenu = PopupMenuEye
  2350.           SmallImages = MainForm.ImageListCLS
  2351.           TabOrder = 2
  2352.           ViewStyle = vsReport
  2353.         end
  2354.         object CheckBoxEyeDisable: TCheckBox
  2355.           Left = 16
  2356.           Top = 71
  2357.           Width = 345
  2358.           Height = 20
  2359.           Caption = 'Disable Great Eye Feature'
  2360.           Font.Charset = DEFAULT_CHARSET
  2361.           Font.Color = clWindowText
  2362.           Font.Height = -11
  2363.           Font.Name = 'MS Sans Serif'
  2364.           Font.Style = []
  2365.           ParentFont = False
  2366.           TabOrder = 1
  2367.         end
  2368.         object ButtonEyeClear: TButton
  2369.           Left = 224
  2370.           Top = 310
  2371.           Width = 129
  2372.           Height = 24
  2373.           Caption = 'Clear List'
  2374.           Font.Charset = DEFAULT_CHARSET
  2375.           Font.Color = clWindowText
  2376.           Font.Height = -11
  2377.           Font.Name = 'MS Sans Serif'
  2378.           Font.Style = []
  2379.           ParentFont = False
  2380.           TabOrder = 3
  2381.           OnClick = ButtonEyeClearClick
  2382.         end
  2383.         object ButtonEyeRemove: TButton
  2384.           Left = 16
  2385.           Top = 310
  2386.           Width = 129
  2387.           Height = 24
  2388.           Caption = 'Remove'
  2389.           Font.Charset = DEFAULT_CHARSET
  2390.           Font.Color = clWindowText
  2391.           Font.Height = -11
  2392.           Font.Name = 'MS Sans Serif'
  2393.           Font.Style = []
  2394.           ParentFont = False
  2395.           TabOrder = 4
  2396.           OnClick = ButtonEyeRemoveClick
  2397.         end
  2398.         object PanelGrMemo: TPanel
  2399.           Left = 16
  2400.           Top = 21
  2401.           Width = 338
  2402.           Height = 44
  2403.           BevelOuter = bvLowered
  2404.           TabOrder = 0
  2405.           object MemoEye: TMemo
  2406.             Left = 1
  2407.             Top = 1
  2408.             Width = 336
  2409.             Height = 42
  2410.             Align = alClient
  2411.             BevelInner = bvNone
  2412.             BorderStyle = bsNone
  2413.             Font.Charset = DEFAULT_CHARSET
  2414.             Font.Color = clWindowText
  2415.             Font.Height = -11
  2416.             Font.Name = 'Tahoma'
  2417.             Font.Style = []
  2418.             Lines.Strings = (
  2419.               'Great Eye feature allows you to see who added you, who tried '
  2420.               'to read your status message and all other service packets from '
  2421.               'all users who is Not on your Contact List.')
  2422.             ParentFont = False
  2423.             ReadOnly = True
  2424.             ScrollBars = ssVertical
  2425.             TabOrder = 0
  2426.           end
  2427.         end
  2428.       end
  2429.     end
  2430.     object TabHotkey: TTabSheet
  2431.       Caption = 'Shortcuts'
  2432.       ImageIndex = 12
  2433.       object GroupBoxHK: TGroupBox
  2434.         Left = 12
  2435.         Top = 5
  2436.         Width = 370
  2437.         Height = 348
  2438.         Caption = ' Keyboard Shortcuts '
  2439.         Font.Charset = DEFAULT_CHARSET
  2440.         Font.Color = clWindowText
  2441.         Font.Height = -11
  2442.         Font.Name = 'MS Sans Serif'
  2443.         Font.Style = [fsBold]
  2444.         ParentFont = False
  2445.         TabOrder = 0
  2446.         object CheckBoxHKActivate: TCheckBox
  2447.           Left = 16
  2448.           Top = 19
  2449.           Width = 347
  2450.           Height = 20
  2451.           Caption = 'Activate Global Keyboard Shortcuts'
  2452.           Font.Charset = DEFAULT_CHARSET
  2453.           Font.Color = clWindowText
  2454.           Font.Height = -11
  2455.           Font.Name = 'MS Sans Serif'
  2456.           Font.Style = []
  2457.           ParentFont = False
  2458.           TabOrder = 0
  2459.         end
  2460.         object ListViewHK: TListView
  2461.           Left = 16
  2462.           Top = 45
  2463.           Width = 337
  2464.           Height = 268
  2465.           Columns = <
  2466.             item
  2467.               Caption = 'Action'
  2468.               Width = 210
  2469.             end
  2470.             item
  2471.               Caption = 'Shortcut'
  2472.               Width = 100
  2473.             end>
  2474.           ColumnClick = False
  2475.           Font.Charset = DEFAULT_CHARSET
  2476.           Font.Color = clWindowText
  2477.           Font.Height = -11
  2478.           Font.Name = 'MS Sans Serif'
  2479.           Font.Style = []
  2480.           HideSelection = False
  2481.           ReadOnly = True
  2482.           RowSelect = True
  2483.           ParentFont = False
  2484.           ParentShowHint = False
  2485.           ShowHint = True
  2486.           TabOrder = 1
  2487.           ViewStyle = vsReport
  2488.           OnClick = ListViewHKClick
  2489.           OnCustomDrawItem = ListViewHKCustomDrawItem
  2490.           OnKeyDown = ListViewHKKeyDown
  2491.         end
  2492.         object HotKey: THotKey
  2493.           Left = 16
  2494.           Top = 320
  2495.           Width = 121
  2496.           Height = 19
  2497.           HotKey = 16384
  2498.           InvalidKeys = [hcNone, hcShift, hcAlt]
  2499.           Modifiers = [hkCtrl]
  2500.           TabOrder = 2
  2501.         end
  2502.         object ButtonAssign: TButton
  2503.           Left = 144
  2504.           Top = 319
  2505.           Width = 97
  2506.           Height = 21
  2507.           Caption = 'Assign'
  2508.           Font.Charset = DEFAULT_CHARSET
  2509.           Font.Color = clWindowText
  2510.           Font.Height = -11
  2511.           Font.Name = 'MS Sans Serif'
  2512.           Font.Style = []
  2513.           ParentFont = False
  2514.           TabOrder = 3
  2515.           OnClick = ButtonAssignClick
  2516.         end
  2517.         object ButtonHKRemove: TButton
  2518.           Left = 256
  2519.           Top = 319
  2520.           Width = 97
  2521.           Height = 21
  2522.           Caption = 'Remove'
  2523.           Font.Charset = DEFAULT_CHARSET
  2524.           Font.Color = clWindowText
  2525.           Font.Height = -11
  2526.           Font.Name = 'MS Sans Serif'
  2527.           Font.Style = []
  2528.           ParentFont = False
  2529.           TabOrder = 4
  2530.           OnClick = ButtonHKRemoveClick
  2531.         end
  2532.       end
  2533.     end
  2534.   end
  2535.   object PanelMenu: TPanel
  2536.     Left = 0
  2537.     Top = 0
  2538.     Width = 153
  2539.     Height = 386
  2540.     Align = alLeft
  2541.     TabOrder = 0
  2542.     object LBMenu: TListBox
  2543.       Left = 8
  2544.       Top = 8
  2545.       Width = 137
  2546.       Height = 368
  2547.       Style = lbOwnerDrawFixed
  2548.       ItemHeight = 28
  2549.       Items.Strings = (
  2550.         'General'
  2551.         'Contact List'
  2552.         'Events'
  2553.         'History'
  2554.         'Status Mode'
  2555.         'Anti Spam / Flood'
  2556.         'Sounds'
  2557.         'Language'
  2558.         'Skins / Icons'
  2559.         'Client iD'
  2560.         'Great Eye'
  2561.         'Shortcuts')
  2562.       TabOrder = 0
  2563.       OnClick = LBMenuClick
  2564.       OnDrawItem = LBMenuDrawItem
  2565.       OnMouseUp = LBMenuMouseUp
  2566.     end
  2567.   end
  2568.   object TransPanelDown: TPanel
  2569.     Left = 0
  2570.     Top = 386
  2571.     Width = 549
  2572.     Height = 39
  2573.     Align = alBottom
  2574.     BevelOuter = bvNone
  2575.     TabOrder = 2
  2576.     object ButtonOK: TButton
  2577.       Left = 223
  2578.       Top = 8
  2579.       Width = 101
  2580.       Height = 25
  2581.       Caption = 'OK'
  2582.       TabOrder = 0
  2583.       OnClick = ButtonOKClick
  2584.     end
  2585.     object ButtonApply: TButton
  2586.       Left = 442
  2587.       Top = 8
  2588.       Width = 101
  2589.       Height = 25
  2590.       Caption = 'Apply'
  2591.       TabOrder = 2
  2592.       OnClick = ButtonApplyClick
  2593.     end
  2594.     object ButtonCancel: TButton
  2595.       Left = 333
  2596.       Top = 8
  2597.       Width = 101
  2598.       Height = 25
  2599.       Caption = 'Cancel'
  2600.       TabOrder = 1
  2601.       OnClick = ButtonCancelClick
  2602.     end
  2603.     object ButtonDefs: TButton
  2604.       Left = 5
  2605.       Top = 8
  2606.       Width = 142
  2607.       Height = 25
  2608.       Caption = 'Restore Defaults'
  2609.       TabOrder = 3
  2610.       OnClick = ButtonDefsClick
  2611.     end
  2612.   end
  2613.   object ImageListMenu: TImageList
  2614.     Left = 88
  2615.     Top = 296
  2616.   end
  2617.   object ImageListS: TImageList
  2618.     Left = 48
  2619.     Top = 296
  2620.   end
  2621.   object OpenDialog1: TOpenDialog
  2622.     DefaultExt = 'wav'
  2623.     Filter = 'Wave Files Only|*.wav'
  2624.     Options = [ofHideReadOnly, ofNoNetworkButton, ofEnableSizing, ofDontAddToRecent]
  2625.     Left = 171
  2626.     Top = 397
  2627.   end
  2628.   object PopupMenuEye: TPopupMenu
  2629.     Images = MainForm.ImageList1
  2630.     OnPopup = PopupMenuEyePopup
  2631.     Left = 19
  2632.     Top = 301
  2633.     object CustomItemCheckSt: TMenuItem
  2634.       Caption = 'Check Status'
  2635.       OnClick = CustomItemCheckStClick
  2636.     end
  2637.     object CustomItemUserDets: TMenuItem
  2638.       Caption = 'User Details'
  2639.       OnClick = CustomItemUserDetsClick
  2640.     end
  2641.     object CustomItemCopySN: TMenuItem
  2642.       Caption = 'Copy User'#39's Uin or SN'
  2643.       OnClick = CustomItemCopySNClick
  2644.     end
  2645.     object CustomItemRemSelf: TMenuItem
  2646.       Caption = 'Remove Myself from User'#39's CL'
  2647.       OnClick = CustomItemRemSelfClick
  2648.     end
  2649.     object CustomItemSendMsg: TMenuItem
  2650.       Caption = 'Send Message'
  2651.       OnClick = CustomItemSendMsgClick
  2652.     end
  2653.   end
  2654.   object TimerLoadSave: TTimer
  2655.     Enabled = False
  2656.     Interval = 10
  2657.     OnTimer = TimerLoadSaveTimer
  2658.     Left = 189
  2659.     Top = 392
  2660.   end
  2661.   object TimerTrans: TTimer
  2662.     OnTimer = TimerTransTimer
  2663.     Left = 153
  2664.     Top = 392
  2665.   end
  2666. end
  2667.