home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / MTUSpeedPro / mtuspeed410.exe / MTUSpeed.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  1998-05-04  |  36.2 KB  |  1,444 lines

  1. object Form1: TForm1
  2.   Left = 201
  3.   Top = 109
  4.   Hint = 'Right Click for Menu'
  5.   HorzScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   BorderStyle = bsSingle
  8.   Caption = 'Version No'
  9.   ClientHeight = 309
  10.   ClientWidth = 475
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   PopupMenu = PopupMTU
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnShow = ShowForm
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object TLabel
  23.     Left = 313
  24.     Top = 10
  25.     Width = 3
  26.     Height = 13
  27.     Alignment = taRightJustify
  28.   end
  29.   object Panel14: TPanel
  30.     Left = 356
  31.     Top = 0
  32.     Width = 119
  33.     Height = 284
  34.     Align = alClient
  35.     BevelOuter = bvNone
  36.     BorderWidth = 1
  37.     TabOrder = 1
  38.     object BtnMaxMTU: TButton
  39.       Left = 7
  40.       Top = 130
  41.       Width = 105
  42.       Height = 25
  43.       Hint = 'Change MaxMTU Value'
  44.       Caption = 'Change &MaxMTU'
  45.       ParentShowHint = False
  46.       ShowHint = True
  47.       TabOrder = 3
  48.       OnClick = BtnMTUClick
  49.     end
  50.     object BtnDefault: TButton
  51.       Left = 7
  52.       Top = 20
  53.       Width = 105
  54.       Height = 25
  55.       Hint = 'Set Basic Values'
  56.       Caption = '&Basic Settings'
  57.       ParentShowHint = False
  58.       ShowHint = True
  59.       TabOrder = 0
  60.       OnClick = BtnDefaultClick
  61.     end
  62.     object BtnRemove: TButton
  63.       Left = 7
  64.       Top = 210
  65.       Width = 105
  66.       Height = 25
  67.       Hint = 'Return to Default Windows95 Settings'
  68.       Caption = 'Remove &Settings'
  69.       ParentShowHint = False
  70.       ShowHint = True
  71.       TabOrder = 5
  72.       OnClick = BtnRemoveClick
  73.     end
  74.     object BtnRegUpdate: TButton
  75.       Left = 7
  76.       Top = 257
  77.       Width = 105
  78.       Height = 25
  79.       Hint = 'Write changes to the Registry'
  80.       Cancel = True
  81.       Caption = '&Update Registry'
  82.       ParentShowHint = False
  83.       ShowHint = True
  84.       TabOrder = 6
  85.       OnClick = BtnRegUpdateClick
  86.     end
  87.     object BtnOptimal: TButton
  88.       Left = 7
  89.       Top = 50
  90.       Width = 105
  91.       Height = 25
  92.       Hint = 'Set Optimum values which should'#13#10'work for most people'
  93.       Caption = '&Optimum Settings'
  94.       ParentShowHint = False
  95.       ShowHint = True
  96.       TabOrder = 1
  97.       OnClick = BtnOptimalClick
  98.     end
  99.     object BtnRWIN: TButton
  100.       Left = 7
  101.       Top = 160
  102.       Width = 105
  103.       Height = 25
  104.       Hint = 'Change RWIN Value'
  105.       Caption = 'Change &RWIN'
  106.       Enabled = False
  107.       ParentShowHint = False
  108.       ShowHint = True
  109.       TabOrder = 4
  110.       OnClick = BtnRWINClick
  111.     end
  112.     object AutoButton: TButton
  113.       Left = 7
  114.       Top = 90
  115.       Width = 105
  116.       Height = 25
  117.       Hint = 'Set Automatic Detection'
  118.       Caption = '&Automatic Settings'
  119.       ParentShowHint = False
  120.       ShowHint = True
  121.       TabOrder = 2
  122.       OnClick = AutoButtonClick
  123.     end
  124.   end
  125.   object PageControl1: TPageControl
  126.     Left = 0
  127.     Top = 0
  128.     Width = 356
  129.     Height = 284
  130.     ActivePage = TabSheet1
  131.     Align = alLeft
  132.     TabOrder = 0
  133.     TabStop = False
  134.     TabWidth = 70
  135.     object TabSheet1: TTabSheet
  136.       Caption = 'MTU'
  137.       object Panel12: TPanel
  138.         Left = 0
  139.         Top = 0
  140.         Width = 348
  141.         Height = 256
  142.         Hint = 'Right click for Menu.'
  143.         Align = alClient
  144.         BevelInner = bvLowered
  145.         BevelOuter = bvNone
  146.         BorderWidth = 5
  147.         ParentShowHint = False
  148.         ShowHint = False
  149.         TabOrder = 0
  150.         object Label8: TLabel
  151.           Left = 130
  152.           Top = 92
  153.           Width = 53
  154.           Height = 13
  155.           Hint = 'Recommended value is 576'
  156.           Alignment = taRightJustify
  157.           Caption = 'MaxMTU ='
  158.           Font.Color = clWindowText
  159.           Font.Height = -11
  160.           Font.Name = 'MS Sans Serif'
  161.           Font.Style = []
  162.           ParentFont = False
  163.           ParentShowHint = False
  164.           ShowHint = True
  165.         end
  166.         object LabelMaxMTU: TLabel
  167.           Left = 190
  168.           Top = 92
  169.           Width = 70
  170.           Height = 13
  171.           Caption = 'LabelMaxMTU'
  172.           Font.Color = clBlack
  173.           Font.Height = -11
  174.           Font.Name = 'MS Sans Serif'
  175.           Font.Style = []
  176.           ParentFont = False
  177.           ParentShowHint = False
  178.           ShowHint = False
  179.         end
  180.         object LabelTrackBar: TLabel
  181.           Left = 88
  182.           Top = 175
  183.           Width = 171
  184.           Height = 13
  185.           Alignment = taCenter
  186.           Caption = 'Slide the Trackbar to change RWIN'
  187.           Font.Color = clWindowText
  188.           Font.Height = 11
  189.           Font.Name = 'MS Sans Serif'
  190.           Font.Style = []
  191.           ParentFont = False
  192.           ParentShowHint = False
  193.           ShowHint = False
  194.         end
  195.         object Label1: TLabel
  196.           Left = 89
  197.           Top = 213
  198.           Width = 6
  199.           Height = 13
  200.           Caption = '2'
  201.         end
  202.         object Label2: TLabel
  203.           Left = 249
  204.           Top = 213
  205.           Width = 12
  206.           Height = 13
  207.           Alignment = taRightJustify
  208.           Caption = '10'
  209.         end
  210.         object LabelKey: TLabel
  211.           Left = 48
  212.           Top = 28
  213.           Width = 278
  214.           Height = 13
  215.           AutoSize = False
  216.           Caption = 'Registry Settings'
  217.           Font.Color = clWindowText
  218.           Font.Height = -11
  219.           Font.Name = 'MS Sans Serif'
  220.           Font.Style = []
  221.           ParentFont = False
  222.           ParentShowHint = False
  223.           ShowHint = False
  224.         end
  225.         object LabelKeyNum: TLabel
  226.           Left = 266
  227.           Top = 10
  228.           Width = 66
  229.           Height = 13
  230.           Alignment = taRightJustify
  231.           Caption = 'LabelKeyNum'
  232.         end
  233.         object Label9: TLabel
  234.           Left = 91
  235.           Top = 233
  236.           Width = 166
  237.           Height = 13
  238.           Alignment = taCenter
  239.           Caption = 'Right click window for popup menu'
  240.           Color = clBtnFace
  241.           ParentColor = False
  242.         end
  243.         object LabelIP: TLabel
  244.           Left = 261
  245.           Top = 70
  246.           Width = 36
  247.           Height = 13
  248.           Alignment = taRightJustify
  249.           Caption = 'LabelIP'
  250.         end
  251.         object Label32: TLabel
  252.           Left = 130
  253.           Top = 213
  254.           Width = 6
  255.           Height = 13
  256.           Caption = '4'
  257.         end
  258.         object Label33: TLabel
  259.           Left = 171
  260.           Top = 213
  261.           Width = 6
  262.           Height = 13
  263.           Caption = '6'
  264.         end
  265.         object Label34: TLabel
  266.           Left = 212
  267.           Top = 213
  268.           Width = 6
  269.           Height = 13
  270.           Caption = '8'
  271.         end
  272.         object Panel9: TPanel
  273.           Left = 48
  274.           Top = 113
  275.           Width = 251
  276.           Height = 51
  277.           BevelInner = bvLowered
  278.           BevelOuter = bvNone
  279.           BorderWidth = 1
  280.           TabOrder = 2
  281.           object Label12: TLabel
  282.             Left = 25
  283.             Top = 8
  284.             Width = 30
  285.             Height = 13
  286.             Alignment = taCenter
  287.             Caption = 'RWIN'
  288.             ParentShowHint = False
  289.             ShowHint = False
  290.           end
  291.           object Label11: TLabel
  292.             Left = 82
  293.             Top = 8
  294.             Width = 6
  295.             Height = 13
  296.             Alignment = taCenter
  297.             Caption = '='
  298.             ParentShowHint = False
  299.             ShowHint = False
  300.           end
  301.           object Label13: TLabel
  302.             Left = 110
  303.             Top = 8
  304.             Width = 41
  305.             Height = 13
  306.             Alignment = taCenter
  307.             Caption = 'Multiplier'
  308.             ParentShowHint = False
  309.             ShowHint = False
  310.           end
  311.           object Label14: TLabel
  312.             Left = 170
  313.             Top = 8
  314.             Width = 5
  315.             Height = 13
  316.             Alignment = taCenter
  317.             Caption = 'x'
  318.             ParentShowHint = False
  319.             ShowHint = False
  320.           end
  321.           object Label10: TLabel
  322.             Left = 200
  323.             Top = 8
  324.             Width = 23
  325.             Height = 13
  326.             Alignment = taCenter
  327.             Caption = 'MSS'
  328.             ParentShowHint = False
  329.             ShowHint = False
  330.           end
  331.           object LabelRWIN: TLabel
  332.             Left = 12
  333.             Top = 28
  334.             Width = 56
  335.             Height = 13
  336.             Alignment = taCenter
  337.             AutoSize = False
  338.             Caption = 'LabelRWIN'
  339.             Font.Color = clBlack
  340.             Font.Height = -11
  341.             Font.Name = 'MS Sans Serif'
  342.             Font.Style = []
  343.             ParentFont = False
  344.             ParentShowHint = False
  345.             ShowHint = False
  346.           end
  347.           object Label15: TLabel
  348.             Left = 82
  349.             Top = 28
  350.             Width = 6
  351.             Height = 13
  352.             Alignment = taCenter
  353.             Caption = '='
  354.             ParentShowHint = False
  355.             ShowHint = False
  356.           end
  357.           object LabelMult: TLabel
  358.             Left = 107
  359.             Top = 28
  360.             Width = 46
  361.             Height = 13
  362.             Alignment = taCenter
  363.             AutoSize = False
  364.             Caption = 'LabelMult'
  365.             Font.Color = clBlack
  366.             Font.Height = -11
  367.             Font.Name = 'MS Sans Serif'
  368.             Font.Style = []
  369.             ParentFont = False
  370.             ParentShowHint = False
  371.             ShowHint = False
  372.           end
  373.           object Label16: TLabel
  374.             Left = 170
  375.             Top = 28
  376.             Width = 5
  377.             Height = 13
  378.             Alignment = taCenter
  379.             Caption = 'x'
  380.             ParentShowHint = False
  381.             ShowHint = False
  382.           end
  383.           object LabelMSS: TLabel
  384.             Left = 187
  385.             Top = 28
  386.             Width = 49
  387.             Height = 13
  388.             Alignment = taCenter
  389.             AutoSize = False
  390.             Caption = 'LabelMSS'
  391.             Font.Color = clBlack
  392.             Font.Height = -11
  393.             Font.Name = 'MS Sans Serif'
  394.             Font.Style = []
  395.             ParentFont = False
  396.             ParentShowHint = False
  397.             ShowHint = False
  398.           end
  399.         end
  400.         object TrackBarMult: TTrackBar
  401.           Left = 83
  402.           Top = 191
  403.           Width = 183
  404.           Height = 22
  405.           Hint = 'Recommended value is 4'
  406.           Min = 2
  407.           Orientation = trHorizontal
  408.           ParentShowHint = False
  409.           PageSize = 1
  410.           Frequency = 1
  411.           Position = 4
  412.           SelEnd = 0
  413.           SelStart = 0
  414.           ShowHint = True
  415.           TabOrder = 1
  416.           TickMarks = tmBottomRight
  417.           TickStyle = tsAuto
  418.           OnChange = TrackBarChange
  419.         end
  420.         object ComboBox1: TComboBox
  421.           Left = 48
  422.           Top = 45
  423.           Width = 251
  424.           Height = 21
  425.           Style = csDropDownList
  426.           ItemHeight = 13
  427.           ParentShowHint = False
  428.           ShowHint = False
  429.           TabOrder = 0
  430.           OnChange = ComboBox1Change
  431.         end
  432.       end
  433.     end
  434.     object TabSheet2: TTabSheet
  435.       Caption = 'Registry'
  436.       object Panel1: TPanel
  437.         Left = 0
  438.         Top = 0
  439.         Width = 348
  440.         Height = 256
  441.         Align = alClient
  442.         BevelInner = bvLowered
  443.         BevelOuter = bvNone
  444.         BorderWidth = 5
  445.         Caption = 'Panel1'
  446.         TabOrder = 0
  447.         object Label7: TLabel
  448.           Left = 22
  449.           Top = 137
  450.           Width = 112
  451.           Height = 13
  452.           Alignment = taRightJustify
  453.           Caption = 'PMTUBlackHoleDetect'
  454.           Font.Color = clWindowText
  455.           Font.Height = 11
  456.           Font.Name = 'MS Sans Serif'
  457.           Font.Style = []
  458.           ParentFont = False
  459.           ParentShowHint = False
  460.           ShowHint = False
  461.         end
  462.         object Label6: TLabel
  463.           Left = 34
  464.           Top = 107
  465.           Width = 100
  466.           Height = 13
  467.           Alignment = taRightJustify
  468.           Caption = 'PMTUAutoDiscovery'
  469.           Font.Color = clWindowText
  470.           Font.Height = 11
  471.           Font.Name = 'MS Sans Serif'
  472.           Font.Style = []
  473.           ParentFont = False
  474.           ParentShowHint = False
  475.           ShowHint = False
  476.         end
  477.         object Label5: TLabel
  478.           Left = 104
  479.           Top = 78
  480.           Width = 30
  481.           Height = 13
  482.           Alignment = taRightJustify
  483.           Caption = 'RWIN'
  484.           Font.Color = clWindowText
  485.           Font.Height = 11
  486.           Font.Name = 'MS Sans Serif'
  487.           Font.Style = []
  488.           ParentFont = False
  489.           ParentShowHint = False
  490.           ShowHint = False
  491.         end
  492.         object Label4: TLabel
  493.           Left = 90
  494.           Top = 50
  495.           Width = 44
  496.           Height = 13
  497.           Alignment = taRightJustify
  498.           Caption = 'MaxMTU'
  499.           Font.Color = clWindowText
  500.           Font.Height = 11
  501.           Font.Name = 'MS Sans Serif'
  502.           Font.Style = []
  503.           ParentFont = False
  504.           ParentShowHint = False
  505.           ShowHint = False
  506.         end
  507.         object Label23: TLabel
  508.           Left = 33
  509.           Top = 167
  510.           Width = 101
  511.           Height = 13
  512.           Alignment = taRightJustify
  513.           Caption = 'Time To Live Active?'
  514.           Font.Color = clWindowText
  515.           Font.Height = 11
  516.           Font.Name = 'MS Sans Serif'
  517.           Font.Style = []
  518.           ParentFont = False
  519.           ParentShowHint = False
  520.           ShowHint = False
  521.         end
  522.         object Label21: TLabel
  523.           Left = 38
  524.           Top = 197
  525.           Width = 96
  526.           Height = 13
  527.           Alignment = taRightJustify
  528.           Caption = 'Time To Live - Hops'
  529.           ParentShowHint = False
  530.           ShowHint = False
  531.         end
  532.         object Label3: TLabel
  533.           Left = 58
  534.           Top = 227
  535.           Width = 76
  536.           Height = 13
  537.           Alignment = taRightJustify
  538.           Caption = 'NDI Cache Size'
  539.           ParentShowHint = False
  540.           ShowHint = False
  541.         end
  542.         object Panel2: TPanel
  543.           Left = 140
  544.           Top = 8
  545.           Width = 200
  546.           Height = 30
  547.           BevelInner = bvLowered
  548.           BevelOuter = bvNone
  549.           BorderWidth = 1
  550.           ParentShowHint = False
  551.           PopupMenu = PopupMTU
  552.           ShowHint = False
  553.           TabOrder = 0
  554.           object Label17: TLabel
  555.             Left = 14
  556.             Top = 9
  557.             Width = 33
  558.             Height = 13
  559.             Caption = 'Enable'
  560.             Font.Color = clWindowText
  561.             Font.Height = 11
  562.             Font.Name = 'MS Sans Serif'
  563.             Font.Style = []
  564.             ParentFont = False
  565.             ParentShowHint = False
  566.             ShowHint = False
  567.           end
  568.           object Label19: TLabel
  569.             Left = 82
  570.             Top = 9
  571.             Width = 35
  572.             Height = 13
  573.             Alignment = taCenter
  574.             Caption = 'Disable'
  575.             Font.Color = clWindowText
  576.             Font.Height = 11
  577.             Font.Name = 'MS Sans Serif'
  578.             Font.Style = []
  579.             ParentFont = False
  580.             ParentShowHint = False
  581.             ShowHint = False
  582.           end
  583.           object Label20: TLabel
  584.             Left = 142
  585.             Top = 9
  586.             Width = 40
  587.             Height = 13
  588.             Alignment = taRightJustify
  589.             Caption = 'Remove'
  590.             Font.Color = clWindowText
  591.             Font.Height = 11
  592.             Font.Name = 'MS Sans Serif'
  593.             Font.Style = []
  594.             ParentFont = False
  595.             ParentShowHint = False
  596.             ShowHint = False
  597.           end
  598.         end
  599.         object PanelMTU: TPanel
  600.           Left = 140
  601.           Top = 38
  602.           Width = 200
  603.           Height = 30
  604.           Hint = 'MaxMTU Enable or Remove'
  605.           BevelInner = bvLowered
  606.           BevelOuter = bvNone
  607.           BorderWidth = 1
  608.           ParentShowHint = False
  609.           PopupMenu = PopupMTU
  610.           ShowHint = True
  611.           TabOrder = 1
  612.           object RadioYesMTU: TRadioButton
  613.             Left = 23
  614.             Top = 7
  615.             Width = 17
  616.             Height = 17
  617.             ParentShowHint = False
  618.             ShowHint = False
  619.             TabOrder = 0
  620.             OnClick = RadioClick
  621.           end
  622.           object RadioRemoveMTU: TRadioButton
  623.             Left = 155
  624.             Top = 7
  625.             Width = 17
  626.             Height = 17
  627.             Checked = True
  628.             ParentShowHint = False
  629.             ShowHint = False
  630.             TabOrder = 1
  631.             TabStop = True
  632.             OnClick = RadioClick
  633.           end
  634.         end
  635.         object PanelRWIN: TPanel
  636.           Left = 140
  637.           Top = 68
  638.           Width = 200
  639.           Height = 30
  640.           Hint = 'RWIN enable or remove'
  641.           BevelInner = bvLowered
  642.           BevelOuter = bvNone
  643.           BorderWidth = 1
  644.           ParentShowHint = False
  645.           PopupMenu = PopupMTU
  646.           ShowHint = True
  647.           TabOrder = 2
  648.           object RadioYesRWIN: TRadioButton
  649.             Left = 23
  650.             Top = 7
  651.             Width = 17
  652.             Height = 17
  653.             ParentShowHint = False
  654.             ShowHint = False
  655.             TabOrder = 0
  656.             OnClick = RadioClick
  657.           end
  658.           object RadioRemoveRWIN: TRadioButton
  659.             Left = 155
  660.             Top = 7
  661.             Width = 17
  662.             Height = 17
  663.             Checked = True
  664.             ParentShowHint = False
  665.             ShowHint = False
  666.             TabOrder = 1
  667.             TabStop = True
  668.             OnClick = RadioClick
  669.           end
  670.         end
  671.         object PanelAuto: TPanel
  672.           Left = 140
  673.           Top = 98
  674.           Width = 200
  675.           Height = 30
  676.           Hint = 'Recommended setting is disabled'
  677.           BevelInner = bvLowered
  678.           BevelOuter = bvNone
  679.           BorderWidth = 1
  680.           ParentShowHint = False
  681.           PopupMenu = PopupMTU
  682.           ShowHint = True
  683.           TabOrder = 3
  684.           object RadioYesAUTO: TRadioButton
  685.             Left = 23
  686.             Top = 7
  687.             Width = 17
  688.             Height = 17
  689.             ParentShowHint = False
  690.             ShowHint = False
  691.             TabOrder = 0
  692.             OnClick = AutoClick
  693.           end
  694.           object RadioNoAUTO: TRadioButton
  695.             Left = 93
  696.             Top = 7
  697.             Width = 17
  698.             Height = 17
  699.             ParentShowHint = False
  700.             ShowHint = False
  701.             TabOrder = 1
  702.             OnClick = RadioClick
  703.           end
  704.           object RadioRemoveAUTO: TRadioButton
  705.             Left = 155
  706.             Top = 7
  707.             Width = 17
  708.             Height = 17
  709.             Checked = True
  710.             ParentShowHint = False
  711.             ShowHint = False
  712.             TabOrder = 2
  713.             TabStop = True
  714.             OnClick = RadioClick
  715.           end
  716.         end
  717.         object PanelBH: TPanel
  718.           Left = 140
  719.           Top = 128
  720.           Width = 200
  721.           Height = 30
  722.           Hint = 'Recommended setting is disabled'
  723.           BevelInner = bvLowered
  724.           BevelOuter = bvNone
  725.           BorderWidth = 1
  726.           ParentShowHint = False
  727.           PopupMenu = PopupMTU
  728.           ShowHint = True
  729.           TabOrder = 4
  730.           object RadioYesBH: TRadioButton
  731.             Left = 23
  732.             Top = 7
  733.             Width = 17
  734.             Height = 17
  735.             ParentShowHint = False
  736.             ShowHint = False
  737.             TabOrder = 0
  738.             OnClick = AutoClick
  739.           end
  740.           object RadioNoBH: TRadioButton
  741.             Left = 93
  742.             Top = 6
  743.             Width = 17
  744.             Height = 17
  745.             ParentShowHint = False
  746.             ShowHint = False
  747.             TabOrder = 1
  748.             OnClick = RadioClick
  749.           end
  750.           object RadioRemoveBH: TRadioButton
  751.             Left = 155
  752.             Top = 7
  753.             Width = 17
  754.             Height = 17
  755.             Checked = True
  756.             ParentShowHint = False
  757.             ShowHint = False
  758.             TabOrder = 2
  759.             TabStop = True
  760.             OnClick = RadioClick
  761.           end
  762.         end
  763.         object PanelTTLactive: TPanel
  764.           Left = 140
  765.           Top = 158
  766.           Width = 200
  767.           Height = 30
  768.           Hint = 'Recommended setting is enabled'
  769.           BevelInner = bvLowered
  770.           BevelOuter = bvNone
  771.           BorderWidth = 1
  772.           ParentShowHint = False
  773.           PopupMenu = PopupMTU
  774.           ShowHint = True
  775.           TabOrder = 5
  776.           object RadioYesTTL: TRadioButton
  777.             Left = 23
  778.             Top = 5
  779.             Width = 17
  780.             Height = 17
  781.             TabOrder = 0
  782.             OnClick = RadioTTLClick
  783.           end
  784.           object RadioRemoveTTL: TRadioButton
  785.             Left = 155
  786.             Top = 5
  787.             Width = 17
  788.             Height = 17
  789.             Checked = True
  790.             ParentShowHint = False
  791.             ShowHint = False
  792.             TabOrder = 1
  793.             TabStop = True
  794.             OnClick = RadioTTLClick
  795.           end
  796.         end
  797.         object PanelTTLvalue: TPanel
  798.           Left = 140
  799.           Top = 188
  800.           Width = 200
  801.           Height = 30
  802.           Hint = 
  803.             'Default is 32 (Win95) or 128 (WinNT).'#13#10'Set 255 if you are gettin' +
  804.             'g a lot of timeouts'
  805.           BevelInner = bvLowered
  806.           BevelOuter = bvNone
  807.           BorderWidth = 1
  808.           ParentShowHint = False
  809.           PopupMenu = PopupMTU
  810.           ShowHint = True
  811.           TabOrder = 6
  812.           object Radio32TTL: TRadioButton
  813.             Left = 23
  814.             Top = 6
  815.             Width = 42
  816.             Height = 17
  817.             Caption = '32'
  818.             Enabled = False
  819.             TabOrder = 0
  820.             OnClick = RadioTTLClick
  821.           end
  822.           object Radio64TTL: TRadioButton
  823.             Left = 67
  824.             Top = 6
  825.             Width = 35
  826.             Height = 17
  827.             Caption = '64'
  828.             Enabled = False
  829.             TabOrder = 1
  830.             OnClick = RadioTTLClick
  831.           end
  832.           object Radio128TTL: TRadioButton
  833.             Left = 111
  834.             Top = 6
  835.             Width = 40
  836.             Height = 17
  837.             Caption = '128'
  838.             Enabled = False
  839.             TabOrder = 2
  840.             OnClick = RadioTTLClick
  841.           end
  842.           object Radio255TTL: TRadioButton
  843.             Left = 155
  844.             Top = 6
  845.             Width = 40
  846.             Height = 17
  847.             Caption = '255'
  848.             TabOrder = 3
  849.             OnClick = RadioTTLClick
  850.           end
  851.         end
  852.         object PanelNDI: TPanel
  853.           Left = 140
  854.           Top = 218
  855.           Width = 200
  856.           Height = 30
  857.           Hint = 'Recommended NDI Cache is 16'
  858.           BevelInner = bvLowered
  859.           BevelOuter = bvNone
  860.           BorderWidth = 1
  861.           ParentShowHint = False
  862.           PopupMenu = PopupMTU
  863.           ShowHint = True
  864.           TabOrder = 7
  865.           object RadioZeroNDI: TRadioButton
  866.             Left = 23
  867.             Top = 6
  868.             Width = 33
  869.             Height = 17
  870.             Caption = '0'
  871.             TabOrder = 0
  872.             OnClick = RadioNDIClick
  873.           end
  874.           object Radio16NDI: TRadioButton
  875.             Left = 67
  876.             Top = 6
  877.             Width = 33
  878.             Height = 17
  879.             Caption = '16'
  880.             TabOrder = 1
  881.             OnClick = RadioNDIClick
  882.           end
  883.           object Radio32NDI: TRadioButton
  884.             Left = 111
  885.             Top = 6
  886.             Width = 33
  887.             Height = 17
  888.             Caption = '32'
  889.             TabOrder = 2
  890.             OnClick = RadioNDIClick
  891.           end
  892.           object Radio64NDI: TRadioButton
  893.             Left = 155
  894.             Top = 6
  895.             Width = 33
  896.             Height = 17
  897.             Caption = '64'
  898.             TabOrder = 3
  899.             OnClick = RadioNDIClick
  900.           end
  901.         end
  902.       end
  903.     end
  904.     object TabSheet3: TTabSheet
  905.       Caption = 'Utilities'
  906.       OnEnter = TabSheet3Enter
  907.       object Panel15: TPanel
  908.         Left = 0
  909.         Top = 0
  910.         Width = 348
  911.         Height = 256
  912.         Align = alClient
  913.         BevelInner = bvLowered
  914.         BevelOuter = bvNone
  915.         BorderWidth = 5
  916.         TabOrder = 0
  917.         object Label18: TLabel
  918.           Left = 84
  919.           Top = 145
  920.           Width = 88
  921.           Height = 13
  922.           Alignment = taRightJustify
  923.           Caption = 'MTU value to test:'
  924.         end
  925.         object Label22: TLabel
  926.           Left = 44
  927.           Top = 174
  928.           Width = 128
  929.           Height = 13
  930.           Alignment = taRightJustify
  931.           Caption = 'Name or IP of Host to ping:'
  932.         end
  933.         object Label27: TLabel
  934.           Left = 53
  935.           Top = 115
  936.           Width = 119
  937.           Height = 13
  938.           Alignment = taRightJustify
  939.           Caption = 'MTU set on MTU page ='
  940.         end
  941.         object Label28: TLabel
  942.           Left = 175
  943.           Top = 115
  944.           Width = 71
  945.           Height = 13
  946.           Caption = 'Label28'
  947.         end
  948.         object Label29: TLabel
  949.           Left = 38
  950.           Top = 86
  951.           Width = 274
  952.           Height = 13
  953.           Alignment = taCenter
  954.           Caption = 'You must have ping installed on your computer to use this.'
  955.           Color = clBtnFace
  956.           Font.Color = clWindowText
  957.           Font.Height = -11
  958.           Font.Name = 'MS Sans Serif'
  959.           Font.Style = [fsUnderline]
  960.           ParentColor = False
  961.           ParentFont = False
  962.         end
  963.         object Label30: TLabel
  964.           Left = 14
  965.           Top = 15
  966.           Width = 300
  967.           Height = 55
  968.           Caption = 
  969.             'Use this to discover the MaxMTU on the route to your favourite s' +
  970.             'ites. The methodology is explained in the readme and the help fi' +
  971.             'les. You can get a deeper understanding at Malcolm Reeves web si' +
  972.             'te (URL in readme file)'
  973.           WordWrap = True
  974.         end
  975.         object Label31: TLabel
  976.           Left = 74
  977.           Top = 232
  978.           Width = 235
  979.           Height = 13
  980.           Alignment = taRightJustify
  981.           Caption = 'Check this box if the ping window closes too soon'
  982.           OnClick = Label31Click
  983.         end
  984.         object TestMTUbox: TEdit
  985.           Left = 175
  986.           Top = 141
  987.           Width = 71
  988.           Height = 21
  989.           Hint = 'Must be 68 or more'
  990.           ParentShowHint = False
  991.           ShowHint = True
  992.           TabOrder = 0
  993.         end
  994.         object TestMTUbtn: TButton
  995.           Left = 119
  996.           Top = 202
  997.           Width = 111
  998.           Height = 25
  999.           Caption = 'Test MTU Value'
  1000.           Default = True
  1001.           TabOrder = 2
  1002.           OnClick = TestMTUbtnClick
  1003.         end
  1004.         object TestIP1: TEdit
  1005.           Left = 175
  1006.           Top = 170
  1007.           Width = 131
  1008.           Height = 21
  1009.           ParentShowHint = False
  1010.           ShowHint = False
  1011.           TabOrder = 1
  1012.         end
  1013.         object WindowCheck: TCheckBox
  1014.           Left = 315
  1015.           Top = 230
  1016.           Width = 16
  1017.           Height = 17
  1018.           Alignment = taLeftJustify
  1019.           TabOrder = 3
  1020.         end
  1021.       end
  1022.     end
  1023.     object TabSheet4: TTabSheet
  1024.       Caption = 'Modem'
  1025.       PopupMenu = PopupModem
  1026.       OnEnter = TabSheet4Enter
  1027.       object Panel3: TPanel
  1028.         Left = 0
  1029.         Top = 0
  1030.         Width = 348
  1031.         Height = 256
  1032.         Align = alClient
  1033.         BevelInner = bvLowered
  1034.         BevelOuter = bvNone
  1035.         BorderWidth = 5
  1036.         TabOrder = 0
  1037.         object Label24: TLabel
  1038.           Left = 39
  1039.           Top = 30
  1040.           Width = 72
  1041.           Height = 13
  1042.           Caption = 'Current Modem'
  1043.           Font.Color = clWindowText
  1044.           Font.Height = -11
  1045.           Font.Name = 'MS Sans Serif'
  1046.           Font.Style = []
  1047.           ParentFont = False
  1048.         end
  1049.         object Label25: TLabel
  1050.           Left = 39
  1051.           Top = 80
  1052.           Width = 146
  1053.           Height = 13
  1054.           Caption = 'Current Init String'
  1055.         end
  1056.         object Label26: TLabel
  1057.           Left = 164
  1058.           Top = 120
  1059.           Width = 75
  1060.           Height = 13
  1061.           Caption = 'Registry Key:'
  1062.         end
  1063.         object ModemKeyNumLabel: TLabel
  1064.           Left = 250
  1065.           Top = 120
  1066.           Width = 60
  1067.           Height = 13
  1068.         end
  1069.         object TotalLabel: TLabel
  1070.           Left = 261
  1071.           Top = 15
  1072.           Width = 50
  1073.           Height = 13
  1074.           Alignment = taRightJustify
  1075.           Caption = 'TotalLabel'
  1076.         end
  1077.         object ComboBox2: TComboBox
  1078.           Left = 39
  1079.           Top = 45
  1080.           Width = 272
  1081.           Height = 21
  1082.           Style = csDropDownList
  1083.           ItemHeight = 0
  1084.           TabOrder = 0
  1085.           OnChange = ComboBox2Change
  1086.         end
  1087.         object ModemString1: TEdit
  1088.           Left = 39
  1089.           Top = 95
  1090.           Width = 271
  1091.           Height = 21
  1092.           TabOrder = 1
  1093.           OnChange = ModemString1Change
  1094.         end
  1095.         object BtnModemUpdate: TButton
  1096.           Left = 74
  1097.           Top = 200
  1098.           Width = 200
  1099.           Height = 25
  1100.           Hint = 'Write all init strings to Registry'
  1101.           Caption = 'Write the Init String to the Registry'
  1102.           ParentShowHint = False
  1103.           ShowHint = True
  1104.           TabOrder = 3
  1105.           OnClick = BtnModemUpdateClick
  1106.         end
  1107.         object GetModemData: TButton
  1108.           Left = 74
  1109.           Top = 155
  1110.           Width = 200
  1111.           Height = 25
  1112.           Caption = 'Re-Read Modem Data from Registry'
  1113.           TabOrder = 2
  1114.           OnClick = GetModemDataClick
  1115.         end
  1116.       end
  1117.     end
  1118.     object TabSheet5: TTabSheet
  1119.       Caption = 'About'
  1120.       object Panel10: TPanel
  1121.         Left = 0
  1122.         Top = 0
  1123.         Width = 348
  1124.         Height = 256
  1125.         Align = alClient
  1126.         BevelInner = bvLowered
  1127.         BevelOuter = bvNone
  1128.         BorderWidth = 5
  1129.         ParentShowHint = False
  1130.         ShowHint = False
  1131.         TabOrder = 0
  1132.         object VersionLabel: TLabel
  1133.           Left = 8
  1134.           Top = 24
  1135.           Width = 332
  1136.           Height = 20
  1137.           Alignment = taCenter
  1138.           AutoSize = False
  1139.           Caption = 'Version No'
  1140.           Font.Color = clWindowText
  1141.           Font.Height = -16
  1142.           Font.Name = 'MS Sans Serif'
  1143.           Font.Style = [fsBold]
  1144.           ParentFont = False
  1145.           IsControl = True
  1146.         end
  1147.         object Comments: TLabel
  1148.           Left = 82
  1149.           Top = 150
  1150.           Width = 185
  1151.           Height = 26
  1152.           Alignment = taCenter
  1153.           Caption = 
  1154.             'Click the icons above to send e-mail to me or to reach my websit' +
  1155.             'e'
  1156.           WordWrap = True
  1157.           IsControl = True
  1158.         end
  1159.         object PlatformLabel: TLabel
  1160.           Left = 8
  1161.           Top = 52
  1162.           Width = 332
  1163.           Height = 16
  1164.           Alignment = taCenter
  1165.           AutoSize = False
  1166.           Caption = 'PlatformLabel'
  1167.           Font.Color = clWindowText
  1168.           Font.Height = -13
  1169.           Font.Name = 'MS Sans Serif'
  1170.           Font.Style = []
  1171.           ParentFont = False
  1172.         end
  1173.         object OptionLabel: TLabel
  1174.           Left = 8
  1175.           Top = 80
  1176.           Width = 332
  1177.           Height = 16
  1178.           Alignment = taCenter
  1179.           AutoSize = False
  1180.           Caption = 'OptionLabel'
  1181.           Font.Color = clWindowText
  1182.           Font.Height = -12
  1183.           Font.Name = 'MS Sans Serif'
  1184.           Font.Style = []
  1185.           ParentFont = False
  1186.         end
  1187.         object MailPicture: TImage
  1188.           Left = 82
  1189.           Top = 110
  1190.           Width = 32
  1191.           Height = 32
  1192.           Hint = 'Click to send e-mail'
  1193.           AutoSize = True
  1194.           Center = True
  1195.           ParentShowHint = False
  1196.           Picture.Data = {<image000.ico>}
  1197.           ShowHint = True
  1198.           OnClick = MailPictureClick
  1199.         end
  1200.         object WebPicture: TImage
  1201.           Left = 235
  1202.           Top = 110
  1203.           Width = 32
  1204.           Height = 32
  1205.           Hint = 'Click to check for latest version'
  1206.           AutoSize = True
  1207.           Center = True
  1208.           ParentShowHint = False
  1209.           Picture.Data = {<image001.ico>}
  1210.           ShowHint = True
  1211.           OnClick = WebPictureClick
  1212.         end
  1213.         object Copyright: TLabel
  1214.           Left = 8
  1215.           Top = 225
  1216.           Width = 332
  1217.           Height = 13
  1218.           Alignment = taCenter
  1219.           Caption = 'Copyright Mike Sutherland 1997'
  1220.           Font.Color = clWindowText
  1221.           Font.Height = -11
  1222.           Font.Name = 'MS Sans Serif'
  1223.           Font.Style = []
  1224.           ParentFont = False
  1225.           IsControl = True
  1226.         end
  1227.         object RegBtn: TButton
  1228.           Left = 136
  1229.           Top = 190
  1230.           Width = 75
  1231.           Height = 25
  1232.           Caption = 'Reward me!'
  1233.           TabOrder = 0
  1234.           OnClick = RegBtnClick
  1235.         end
  1236.       end
  1237.     end
  1238.   end
  1239.   object Panel6: TPanel
  1240.     Left = 0
  1241.     Top = 284
  1242.     Width = 475
  1243.     Height = 25
  1244.     Align = alBottom
  1245.     BevelOuter = bvNone
  1246.     TabOrder = 2
  1247.     object MTUCheckBox: TCheckBox
  1248.       Left = 10
  1249.       Top = 4
  1250.       Width = 171
  1251.       Height = 17
  1252.       Hint = 'If checked, forces MaxMTU'#13#10'to be the same for all keys.'
  1253.       Alignment = taLeftJustify
  1254.       Caption = 'Apply same values to all &keys?'
  1255.       ParentShowHint = False
  1256.       ShowHint = True
  1257.       TabOrder = 0
  1258.       OnClick = MTUCheckBoxClick
  1259.     end
  1260.     object RWINCheckBox: TCheckBox
  1261.       Left = 220
  1262.       Top = 4
  1263.       Width = 246
  1264.       Height = 17
  1265.       Hint = 
  1266.         'Determines whether Optimal and Basic'#13#10'buttons enable or disable ' +
  1267.         'RWIN'
  1268.       Alignment = taLeftJustify
  1269.       Caption = 'RWIN &enabled by Basic and Optimum buttons?'
  1270.       ParentShowHint = False
  1271.       ShowHint = True
  1272.       TabOrder = 1
  1273.     end
  1274.   end
  1275.   object PopupMTU: TPopupMenu
  1276.     OnPopup = PopupMTUPopup
  1277.     Top = 164
  1278.     object PopupRegUpdate: TMenuItem
  1279.       Caption = 'Update Registry'
  1280.       Enabled = False
  1281.       ShortCut = 0
  1282.       OnClick = BtnRegUpdateClick
  1283.     end
  1284.     object N4: TMenuItem
  1285.       Caption = '-'
  1286.       ShortCut = 0
  1287.     end
  1288.     object PopupReReadReg: TMenuItem
  1289.       Caption = 'Re-Read Registry'
  1290.       ShortCut = 0
  1291.       OnClick = PopupReReadRegClick
  1292.     end
  1293.     object N3: TMenuItem
  1294.       Caption = '-'
  1295.       ShortCut = 0
  1296.     end
  1297.     object PopupSetBasic: TMenuItem
  1298.       Caption = 'Basic Settings'
  1299.       ShortCut = 0
  1300.       OnClick = BtnDefaultClick
  1301.     end
  1302.     object PopupSetOptimum: TMenuItem
  1303.       Caption = 'Optimum Settings'
  1304.       ShortCut = 0
  1305.       OnClick = BtnOptimalClick
  1306.     end
  1307.     object PopupSetAuto: TMenuItem
  1308.       Caption = 'Automatic Settings'
  1309.       ShortCut = 0
  1310.       OnClick = AutoButtonClick
  1311.     end
  1312.     object PopupRemoveSettings: TMenuItem
  1313.       Caption = 'Remove Settings'
  1314.       ShortCut = 0
  1315.       OnClick = BtnRemoveClick
  1316.     end
  1317.     object N5: TMenuItem
  1318.       Caption = '-'
  1319.       ShortCut = 0
  1320.     end
  1321.     object PopupChangeMaxMTU: TMenuItem
  1322.       Caption = 'Change MaxMTU'
  1323.       ShortCut = 0
  1324.       OnClick = BtnMTUClick
  1325.     end
  1326.     object PopupChangeRWIN: TMenuItem
  1327.       Caption = 'Change RWIN'
  1328.       ShortCut = 0
  1329.       OnClick = BtnRWINClick
  1330.     end
  1331.     object N1: TMenuItem
  1332.       Caption = '-'
  1333.       ShortCut = 0
  1334.     end
  1335.     object PopupWin95ReadMe: TMenuItem
  1336.       Caption = 'Win95 Readme...'
  1337.       Enabled = False
  1338.       ShortCut = 0
  1339.       OnClick = ViewReadmeClick
  1340.     end
  1341.     object PopupWinNTReadMe: TMenuItem
  1342.       Caption = 'Win NT Readme...'
  1343.       Enabled = False
  1344.       ShortCut = 0
  1345.       OnClick = ViewReadmeClick
  1346.     end
  1347.     object N6: TMenuItem
  1348.       Caption = '-'
  1349.       ShortCut = 0
  1350.     end
  1351.     object Help1: TMenuItem
  1352.       Caption = 'Help (HTML)'
  1353.       ShortCut = 0
  1354.       OnClick = Help1Click
  1355.     end
  1356.     object N2: TMenuItem
  1357.       Caption = '-'
  1358.       ShortCut = 0
  1359.     end
  1360.     object PopupExit: TMenuItem
  1361.       Caption = 'Exit'
  1362.       ShortCut = 0
  1363.       OnClick = MenuExitOption
  1364.     end
  1365.   end
  1366.   object MailURL: TURL
  1367.     URLType = utMailto
  1368.     Top = 195
  1369.   end
  1370.   object WebURL: TURL
  1371.     Top = 225
  1372.   end
  1373.   object HelpURL: TURL
  1374.     URLType = utFile
  1375.     Top = 254
  1376.   end
  1377.   object PopupModem: TPopupMenu
  1378.     Left = 65535
  1379.     Top = 134
  1380.     object ReReadModemData1: TMenuItem
  1381.       Caption = 'Re-Read Modem Data'
  1382.       ShortCut = 0
  1383.       OnClick = GetModemDataClick
  1384.     end
  1385.     object WriteInitString1: TMenuItem
  1386.       Caption = 'Write Init String to Registry'
  1387.       ShortCut = 0
  1388.       OnClick = BtnModemUpdateClick
  1389.     end
  1390.     object N9: TMenuItem
  1391.       Caption = '-'
  1392.       ShortCut = 0
  1393.     end
  1394.     object MenuSelect: TMenuItem
  1395.       Caption = 'Select All'
  1396.       ShortCut = 0
  1397.       OnClick = MenuSelectClick
  1398.     end
  1399.     object Clear1: TMenuItem
  1400.       Caption = 'Clear'
  1401.       ShortCut = 0
  1402.       OnClick = MenuClearClick
  1403.     end
  1404.     object MenuCut: TMenuItem
  1405.       Caption = 'Cut'
  1406.       ShortCut = 0
  1407.       OnClick = MenuCutClick
  1408.     end
  1409.     object MenuCopy: TMenuItem
  1410.       Caption = 'Copy'
  1411.       ShortCut = 0
  1412.       OnClick = MenuCopyClick
  1413.     end
  1414.     object MenuPaste: TMenuItem
  1415.       Caption = 'Paste'
  1416.       ShortCut = 0
  1417.       OnClick = MenuPasteClick
  1418.     end
  1419.     object N8: TMenuItem
  1420.       Caption = '-'
  1421.       ShortCut = 0
  1422.     end
  1423.     object ViewReadMe1: TMenuItem
  1424.       Caption = 'View ReadMe'
  1425.       ShortCut = 0
  1426.       OnClick = ViewReadMe1Click
  1427.     end
  1428.     object HelpHTML1: TMenuItem
  1429.       Caption = 'Help (HTML)'
  1430.       ShortCut = 0
  1431.       OnClick = Help1Click
  1432.     end
  1433.     object N7: TMenuItem
  1434.       Caption = '-'
  1435.       ShortCut = 0
  1436.     end
  1437.     object Exit1: TMenuItem
  1438.       Caption = 'Exit'
  1439.       ShortCut = 0
  1440.       OnClick = MenuExitOption
  1441.     end
  1442.   end
  1443. end
  1444.