home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / win95 / mtuspeed.exe / MTUSpeed.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1997-08-21  |  24KB  |  929 lines

  1. object Form1: TForm1
  2.   Left = 224
  3.   Top = 142
  4.   Hint = 'Right Click for Menu'
  5.   HorzScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   BorderStyle = bsSingle
  8.   Caption = 'Version No'
  9.   ClientHeight = 376
  10.   ClientWidth = 348
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   PopupMenu = PopupMTU
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnShow = ShowForm
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object TLabel
  24.     Left = 313
  25.     Top = 10
  26.     Width = 3
  27.     Height = 13
  28.     Alignment = taRightJustify
  29.   end
  30.   object Panel14: TPanel
  31.     Left = 0
  32.     Top = 296
  33.     Width = 348
  34.     Height = 80
  35.     BevelInner = bvLowered
  36.     BevelOuter = bvNone
  37.     BorderWidth = 1
  38.     TabOrder = 0
  39.     object BtnMaxMTU: TButton
  40.       Left = 10
  41.       Top = 45
  42.       Width = 105
  43.       Height = 25
  44.       Hint = 'Change MaxMTU Value'
  45.       Caption = 'Change &MaxMTU'
  46.       ParentShowHint = False
  47.       ShowHint = True
  48.       TabOrder = 0
  49.       OnClick = BtnMTUClick
  50.     end
  51.     object BtnDefault: TButton
  52.       Left = 10
  53.       Top = 10
  54.       Width = 105
  55.       Height = 25
  56.       Hint = 'Set Basic Values'
  57.       Caption = '&Basic Settings'
  58.       ParentShowHint = False
  59.       ShowHint = True
  60.       TabOrder = 1
  61.       OnClick = BtnDefaultClick
  62.     end
  63.     object BtnRemove: TButton
  64.       Left = 233
  65.       Top = 10
  66.       Width = 105
  67.       Height = 25
  68.       Hint = 'Return to Default Windows95 Settings'
  69.       Caption = '&Remove Settings'
  70.       ParentShowHint = False
  71.       ShowHint = True
  72.       TabOrder = 3
  73.       OnClick = BtnRemoveClick
  74.     end
  75.     object BtnRegUpdate: TButton
  76.       Left = 233
  77.       Top = 45
  78.       Width = 105
  79.       Height = 25
  80.       Hint = 'Write changes to the Registry'
  81.       Caption = '&Update Registry'
  82.       ParentShowHint = False
  83.       ShowHint = True
  84.       TabOrder = 4
  85.       OnClick = BtnRegUpdateClick
  86.     end
  87.     object BtnOptimal: TButton
  88.       Left = 122
  89.       Top = 10
  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 = 2
  97.       OnClick = BtnOptimalClick
  98.     end
  99.     object BtnRWIN: TButton
  100.       Left = 122
  101.       Top = 45
  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 = 5
  110.       OnClick = BtnRWINClick
  111.     end
  112.   end
  113.   object PageControl1: TPageControl
  114.     Left = 0
  115.     Top = 0
  116.     Width = 348
  117.     Height = 296
  118.     ActivePage = TabSheet1
  119.     TabOrder = 1
  120.     object TabSheet1: TTabSheet
  121.       Caption = 'MTU Settings'
  122.       object Panel12: TPanel
  123.         Left = 5
  124.         Top = 5
  125.         Width = 330
  126.         Height = 255
  127.         BevelInner = bvLowered
  128.         BevelOuter = bvNone
  129.         BorderWidth = 1
  130.         TabOrder = 0
  131.         object Label8: TLabel
  132.           Left = 115
  133.           Top = 82
  134.           Width = 53
  135.           Height = 13
  136.           Hint = 'Recommended value is 576'
  137.           Alignment = taRightJustify
  138.           Caption = 'MaxMTU ='
  139.           Font.Color = clWindowText
  140.           Font.Height = -11
  141.           Font.Name = 'MS Sans Serif'
  142.           Font.Style = []
  143.           ParentFont = False
  144.           ParentShowHint = False
  145.           ShowHint = True
  146.         end
  147.         object LabelMaxMTU: TLabel
  148.           Left = 175
  149.           Top = 82
  150.           Width = 70
  151.           Height = 13
  152.           Caption = 'LabelMaxMTU'
  153.           Font.Color = clBlack
  154.           Font.Height = -11
  155.           Font.Name = 'MS Sans Serif'
  156.           Font.Style = []
  157.           ParentFont = False
  158.           ParentShowHint = False
  159.           ShowHint = False
  160.         end
  161.         object LabelTrackBar: TLabel
  162.           Left = 79
  163.           Top = 170
  164.           Width = 171
  165.           Height = 13
  166.           Alignment = taCenter
  167.           Caption = 'Slide the Trackbar to change RWIN'
  168.           Font.Color = clWindowText
  169.           Font.Height = 11
  170.           Font.Name = 'MS Sans Serif'
  171.           Font.Style = []
  172.           ParentFont = False
  173.           ParentShowHint = False
  174.           ShowHint = False
  175.         end
  176.         object Label1: TLabel
  177.           Left = 94
  178.           Top = 210
  179.           Width = 6
  180.           Height = 13
  181.           Caption = '2'
  182.         end
  183.         object Label2: TLabel
  184.           Left = 224
  185.           Top = 210
  186.           Width = 12
  187.           Height = 13
  188.           Alignment = taRightJustify
  189.           Caption = '10'
  190.         end
  191.         object LabelKey: TLabel
  192.           Left = 40
  193.           Top = 30
  194.           Width = 79
  195.           Height = 13
  196.           Caption = 'Registry Settings'
  197.           Font.Color = clWindowText
  198.           Font.Height = -11
  199.           Font.Name = 'MS Sans Serif'
  200.           Font.Style = [fsUnderline]
  201.           ParentFont = False
  202.           ParentShowHint = False
  203.           ShowHint = False
  204.         end
  205.         object LabelKeyNum: TLabel
  206.           Left = 251
  207.           Top = 5
  208.           Width = 66
  209.           Height = 13
  210.           Alignment = taRightJustify
  211.           Caption = 'LabelKeyNum'
  212.         end
  213.         object Panel9: TPanel
  214.           Left = 39
  215.           Top = 108
  216.           Width = 251
  217.           Height = 51
  218.           BevelInner = bvLowered
  219.           BevelOuter = bvNone
  220.           BorderWidth = 1
  221.           TabOrder = 0
  222.           object Label12: TLabel
  223.             Left = 25
  224.             Top = 8
  225.             Width = 30
  226.             Height = 13
  227.             Alignment = taCenter
  228.             Caption = 'RWIN'
  229.             ParentShowHint = False
  230.             ShowHint = False
  231.           end
  232.           object Label11: TLabel
  233.             Left = 82
  234.             Top = 8
  235.             Width = 6
  236.             Height = 13
  237.             Alignment = taCenter
  238.             Caption = '='
  239.             ParentShowHint = False
  240.             ShowHint = False
  241.           end
  242.           object Label13: TLabel
  243.             Left = 110
  244.             Top = 8
  245.             Width = 41
  246.             Height = 13
  247.             Alignment = taCenter
  248.             Caption = 'Multiplier'
  249.             ParentShowHint = False
  250.             ShowHint = False
  251.           end
  252.           object Label14: TLabel
  253.             Left = 170
  254.             Top = 8
  255.             Width = 5
  256.             Height = 13
  257.             Alignment = taCenter
  258.             Caption = 'x'
  259.             ParentShowHint = False
  260.             ShowHint = False
  261.           end
  262.           object Label10: TLabel
  263.             Left = 200
  264.             Top = 8
  265.             Width = 23
  266.             Height = 13
  267.             Alignment = taCenter
  268.             Caption = 'MSS'
  269.             ParentShowHint = False
  270.             ShowHint = False
  271.           end
  272.           object LabelRWIN: TLabel
  273.             Left = 12
  274.             Top = 28
  275.             Width = 56
  276.             Height = 13
  277.             Alignment = taCenter
  278.             AutoSize = False
  279.             Caption = 'LabelRWIN'
  280.             Font.Color = clBlack
  281.             Font.Height = -11
  282.             Font.Name = 'MS Sans Serif'
  283.             Font.Style = []
  284.             ParentFont = False
  285.             ParentShowHint = False
  286.             ShowHint = False
  287.           end
  288.           object Label15: TLabel
  289.             Left = 82
  290.             Top = 28
  291.             Width = 6
  292.             Height = 13
  293.             Alignment = taCenter
  294.             Caption = '='
  295.             ParentShowHint = False
  296.             ShowHint = False
  297.           end
  298.           object LabelMult: TLabel
  299.             Left = 107
  300.             Top = 28
  301.             Width = 46
  302.             Height = 13
  303.             Alignment = taCenter
  304.             AutoSize = False
  305.             Caption = 'LabelMult'
  306.             Font.Color = clBlack
  307.             Font.Height = -11
  308.             Font.Name = 'MS Sans Serif'
  309.             Font.Style = []
  310.             ParentFont = False
  311.             ParentShowHint = False
  312.             ShowHint = False
  313.           end
  314.           object Label16: TLabel
  315.             Left = 170
  316.             Top = 28
  317.             Width = 5
  318.             Height = 13
  319.             Alignment = taCenter
  320.             Caption = 'x'
  321.             ParentShowHint = False
  322.             ShowHint = False
  323.           end
  324.           object LabelMSS: TLabel
  325.             Left = 187
  326.             Top = 28
  327.             Width = 49
  328.             Height = 13
  329.             Alignment = taCenter
  330.             AutoSize = False
  331.             Caption = 'LabelMSS'
  332.             Font.Color = clBlack
  333.             Font.Height = -11
  334.             Font.Name = 'MS Sans Serif'
  335.             Font.Style = []
  336.             ParentFont = False
  337.             ParentShowHint = False
  338.             ShowHint = False
  339.           end
  340.         end
  341.         object TrackBarMult: TTrackBar
  342.           Left = 89
  343.           Top = 186
  344.           Width = 150
  345.           Height = 22
  346.           Hint = 'Recommended value is 4'
  347.           Min = 2
  348.           Orientation = trHorizontal
  349.           ParentShowHint = False
  350.           PageSize = 1
  351.           Frequency = 1
  352.           Position = 4
  353.           SelEnd = 0
  354.           SelStart = 0
  355.           ShowHint = True
  356.           TabOrder = 1
  357.           TickMarks = tmBottomRight
  358.           TickStyle = tsAuto
  359.           OnChange = TrackBarChange
  360.         end
  361.         object ComboBox1: TComboBox
  362.           Left = 40
  363.           Top = 45
  364.           Width = 251
  365.           Height = 21
  366.           Style = csDropDownList
  367.           ItemHeight = 13
  368.           TabOrder = 2
  369.           OnChange = ComboBox1Change
  370.         end
  371.         object MTUCheckBox: TCheckBox
  372.           Left = 15
  373.           Top = 228
  374.           Width = 116
  375.           Height = 17
  376.           Hint = 'If checked, forces MaxMTU to be the same for all keys.'
  377.           Caption = 'Apply to all keys?'
  378.           ParentShowHint = False
  379.           ShowHint = True
  380.           TabOrder = 3
  381.           OnClick = MTUCheckBoxClick
  382.         end
  383.         object RWINCheckBox: TCheckBox
  384.           Left = 165
  385.           Top = 228
  386.           Width = 147
  387.           Height = 17
  388.           Hint = 
  389.             'Determines whether Optimal and Basic buttons enable or disable R' +
  390.             'WIN'
  391.           Alignment = taLeftJustify
  392.           Caption = 'RWIN enabled by default?'
  393.           ParentShowHint = False
  394.           ShowHint = True
  395.           TabOrder = 4
  396.         end
  397.       end
  398.     end
  399.     object TabSheet2: TTabSheet
  400.       Caption = 'Registry Options'
  401.       object Panel1: TPanel
  402.         Left = 5
  403.         Top = 5
  404.         Width = 330
  405.         Height = 255
  406.         BevelInner = bvLowered
  407.         BevelOuter = bvNone
  408.         BorderWidth = 1
  409.         Caption = 'Panel1'
  410.         TabOrder = 0
  411.         object Label7: TLabel
  412.           Left = 14
  413.           Top = 137
  414.           Width = 105
  415.           Height = 13
  416.           Alignment = taRightJustify
  417.           Caption = 'MTUBlackHoleDetect'
  418.           Font.Color = clWindowText
  419.           Font.Height = 11
  420.           Font.Name = 'MS Sans Serif'
  421.           Font.Style = []
  422.           ParentFont = False
  423.           ParentShowHint = False
  424.           ShowHint = False
  425.         end
  426.         object Label6: TLabel
  427.           Left = 31
  428.           Top = 107
  429.           Width = 88
  430.           Height = 13
  431.           Alignment = taRightJustify
  432.           Caption = 'MTUAutoDiscover'
  433.           Font.Color = clWindowText
  434.           Font.Height = 11
  435.           Font.Name = 'MS Sans Serif'
  436.           Font.Style = []
  437.           ParentFont = False
  438.           ParentShowHint = False
  439.           ShowHint = False
  440.         end
  441.         object Label5: TLabel
  442.           Left = 89
  443.           Top = 78
  444.           Width = 30
  445.           Height = 13
  446.           Alignment = taRightJustify
  447.           Caption = 'RWIN'
  448.           Font.Color = clWindowText
  449.           Font.Height = 11
  450.           Font.Name = 'MS Sans Serif'
  451.           Font.Style = []
  452.           ParentFont = False
  453.           ParentShowHint = False
  454.           ShowHint = False
  455.         end
  456.         object Label4: TLabel
  457.           Left = 75
  458.           Top = 50
  459.           Width = 44
  460.           Height = 13
  461.           Alignment = taRightJustify
  462.           Caption = 'MaxMTU'
  463.           Font.Color = clWindowText
  464.           Font.Height = 11
  465.           Font.Name = 'MS Sans Serif'
  466.           Font.Style = []
  467.           ParentFont = False
  468.           ParentShowHint = False
  469.           ShowHint = False
  470.         end
  471.         object Label23: TLabel
  472.           Left = 57
  473.           Top = 167
  474.           Width = 62
  475.           Height = 13
  476.           Alignment = taRightJustify
  477.           Caption = 'Time To Live'
  478.           Font.Color = clWindowText
  479.           Font.Height = 11
  480.           Font.Name = 'MS Sans Serif'
  481.           Font.Style = []
  482.           ParentFont = False
  483.           ParentShowHint = False
  484.           ShowHint = False
  485.         end
  486.         object Label21: TLabel
  487.           Left = 23
  488.           Top = 197
  489.           Width = 96
  490.           Height = 13
  491.           Alignment = taRightJustify
  492.           Caption = 'Time To Live - Hops'
  493.           ParentShowHint = False
  494.           ShowHint = False
  495.         end
  496.         object Label3: TLabel
  497.           Left = 43
  498.           Top = 227
  499.           Width = 76
  500.           Height = 13
  501.           Alignment = taRightJustify
  502.           Caption = 'NDI Cache Size'
  503.           ParentShowHint = False
  504.           ShowHint = False
  505.         end
  506.         object Panel2: TPanel
  507.           Left = 125
  508.           Top = 8
  509.           Width = 200
  510.           Height = 30
  511.           BevelInner = bvLowered
  512.           BevelOuter = bvNone
  513.           BorderWidth = 1
  514.           ParentShowHint = False
  515.           PopupMenu = PopupMTU
  516.           ShowHint = False
  517.           TabOrder = 0
  518.           object Label17: TLabel
  519.             Left = 14
  520.             Top = 9
  521.             Width = 33
  522.             Height = 13
  523.             Caption = 'Enable'
  524.             Font.Color = clWindowText
  525.             Font.Height = 11
  526.             Font.Name = 'MS Sans Serif'
  527.             Font.Style = []
  528.             ParentFont = False
  529.             ParentShowHint = False
  530.             ShowHint = False
  531.           end
  532.           object Label19: TLabel
  533.             Left = 80
  534.             Top = 9
  535.             Width = 35
  536.             Height = 13
  537.             Alignment = taCenter
  538.             Caption = 'Disable'
  539.             Font.Color = clWindowText
  540.             Font.Height = 11
  541.             Font.Name = 'MS Sans Serif'
  542.             Font.Style = []
  543.             ParentFont = False
  544.             ParentShowHint = False
  545.             ShowHint = False
  546.           end
  547.           object Label20: TLabel
  548.             Left = 145
  549.             Top = 9
  550.             Width = 40
  551.             Height = 13
  552.             Alignment = taRightJustify
  553.             Caption = 'Remove'
  554.             Font.Color = clWindowText
  555.             Font.Height = 11
  556.             Font.Name = 'MS Sans Serif'
  557.             Font.Style = []
  558.             ParentFont = False
  559.             ParentShowHint = False
  560.             ShowHint = False
  561.           end
  562.         end
  563.         object Panel3: TPanel
  564.           Left = 125
  565.           Top = 38
  566.           Width = 200
  567.           Height = 30
  568.           Hint = 'MaxMTU Enable or Remove'
  569.           BevelInner = bvLowered
  570.           BevelOuter = bvNone
  571.           BorderWidth = 1
  572.           ParentShowHint = False
  573.           PopupMenu = PopupMTU
  574.           ShowHint = True
  575.           TabOrder = 1
  576.           object RadioYesMTU: TRadioButton
  577.             Left = 20
  578.             Top = 7
  579.             Width = 17
  580.             Height = 17
  581.             Alignment = taLeftJustify
  582.             ParentShowHint = False
  583.             ShowHint = False
  584.             TabOrder = 0
  585.             OnClick = RadioClick
  586.           end
  587.           object RadioRemoveMTU: TRadioButton
  588.             Left = 155
  589.             Top = 7
  590.             Width = 17
  591.             Height = 17
  592.             Alignment = taLeftJustify
  593.             Checked = True
  594.             ParentShowHint = False
  595.             ShowHint = False
  596.             TabOrder = 1
  597.             TabStop = True
  598.             OnClick = RadioClick
  599.           end
  600.         end
  601.         object Panel4: TPanel
  602.           Left = 125
  603.           Top = 68
  604.           Width = 200
  605.           Height = 30
  606.           Hint = 'RWIN enable or remove'
  607.           BevelInner = bvLowered
  608.           BevelOuter = bvNone
  609.           BorderWidth = 1
  610.           ParentShowHint = False
  611.           PopupMenu = PopupMTU
  612.           ShowHint = True
  613.           TabOrder = 2
  614.           object RadioYesRWIN: TRadioButton
  615.             Left = 20
  616.             Top = 7
  617.             Width = 17
  618.             Height = 17
  619.             Alignment = taLeftJustify
  620.             ParentShowHint = False
  621.             ShowHint = False
  622.             TabOrder = 0
  623.             OnClick = RadioClick
  624.           end
  625.           object RadioRemoveRWIN: TRadioButton
  626.             Left = 155
  627.             Top = 7
  628.             Width = 17
  629.             Height = 17
  630.             Alignment = taLeftJustify
  631.             Checked = True
  632.             ParentShowHint = False
  633.             ShowHint = False
  634.             TabOrder = 1
  635.             TabStop = True
  636.             OnClick = RadioClick
  637.           end
  638.         end
  639.         object Panel5: TPanel
  640.           Left = 125
  641.           Top = 98
  642.           Width = 200
  643.           Height = 30
  644.           Hint = 'Recommended setting is disabled'
  645.           BevelInner = bvLowered
  646.           BevelOuter = bvNone
  647.           BorderWidth = 1
  648.           ParentShowHint = False
  649.           PopupMenu = PopupMTU
  650.           ShowHint = True
  651.           TabOrder = 3
  652.           object RadioYesAUTO: TRadioButton
  653.             Left = 20
  654.             Top = 7
  655.             Width = 17
  656.             Height = 17
  657.             Alignment = taLeftJustify
  658.             ParentShowHint = False
  659.             ShowHint = False
  660.             TabOrder = 0
  661.             OnClick = AutoClick
  662.           end
  663.           object RadioNoAUTO: TRadioButton
  664.             Left = 88
  665.             Top = 7
  666.             Width = 17
  667.             Height = 17
  668.             Alignment = taLeftJustify
  669.             ParentShowHint = False
  670.             ShowHint = False
  671.             TabOrder = 1
  672.             OnClick = RadioClick
  673.           end
  674.           object RadioRemoveAUTO: TRadioButton
  675.             Left = 155
  676.             Top = 7
  677.             Width = 17
  678.             Height = 17
  679.             Alignment = taLeftJustify
  680.             Checked = True
  681.             ParentShowHint = False
  682.             ShowHint = False
  683.             TabOrder = 2
  684.             TabStop = True
  685.             OnClick = RadioClick
  686.           end
  687.         end
  688.         object Panel13: TPanel
  689.           Left = 125
  690.           Top = 128
  691.           Width = 200
  692.           Height = 30
  693.           Hint = 'Recommended setting is disabled'
  694.           BevelInner = bvLowered
  695.           BevelOuter = bvNone
  696.           BorderWidth = 1
  697.           ParentShowHint = False
  698.           PopupMenu = PopupMTU
  699.           ShowHint = True
  700.           TabOrder = 4
  701.           object RadioYesBH: TRadioButton
  702.             Left = 20
  703.             Top = 7
  704.             Width = 17
  705.             Height = 17
  706.             Alignment = taLeftJustify
  707.             ParentShowHint = False
  708.             ShowHint = False
  709.             TabOrder = 0
  710.             OnClick = AutoClick
  711.           end
  712.           object RadioNoBH: TRadioButton
  713.             Left = 88
  714.             Top = 6
  715.             Width = 17
  716.             Height = 17
  717.             Alignment = taLeftJustify
  718.             ParentShowHint = False
  719.             ShowHint = False
  720.             TabOrder = 1
  721.             OnClick = RadioClick
  722.           end
  723.           object RadioRemoveBH: TRadioButton
  724.             Left = 155
  725.             Top = 7
  726.             Width = 17
  727.             Height = 17
  728.             Alignment = taLeftJustify
  729.             Checked = True
  730.             ParentShowHint = False
  731.             ShowHint = False
  732.             TabOrder = 2
  733.             TabStop = True
  734.             OnClick = RadioClick
  735.           end
  736.         end
  737.         object Panel11: TPanel
  738.           Left = 125
  739.           Top = 158
  740.           Width = 200
  741.           Height = 30
  742.           Hint = 'Recommended setting is enabled'
  743.           BevelInner = bvLowered
  744.           BevelOuter = bvNone
  745.           BorderWidth = 1
  746.           ParentShowHint = False
  747.           PopupMenu = PopupMTU
  748.           ShowHint = True
  749.           TabOrder = 5
  750.           object RadioYesTTL: TRadioButton
  751.             Left = 20
  752.             Top = 5
  753.             Width = 17
  754.             Height = 17
  755.             Alignment = taLeftJustify
  756.             TabOrder = 0
  757.             OnClick = RadioTTLClick
  758.           end
  759.           object RadioRemoveTTL: TRadioButton
  760.             Left = 155
  761.             Top = 5
  762.             Width = 17
  763.             Height = 17
  764.             Alignment = taLeftJustify
  765.             Checked = True
  766.             ParentShowHint = False
  767.             ShowHint = False
  768.             TabOrder = 1
  769.             TabStop = True
  770.             OnClick = RadioTTLClick
  771.           end
  772.         end
  773.         object Panel8: TPanel
  774.           Left = 125
  775.           Top = 188
  776.           Width = 200
  777.           Height = 30
  778.           Hint = 'Default is 32. Set 64 if you are getting a lot of timeouts'
  779.           BevelInner = bvLowered
  780.           BevelOuter = bvNone
  781.           BorderWidth = 1
  782.           ParentShowHint = False
  783.           PopupMenu = PopupMTU
  784.           ShowHint = True
  785.           TabOrder = 6
  786.           object Radio32TTL: TRadioButton
  787.             Left = 25
  788.             Top = 6
  789.             Width = 42
  790.             Height = 17
  791.             Caption = '32'
  792.             Enabled = False
  793.             TabOrder = 0
  794.             OnClick = RadioTTLClick
  795.           end
  796.           object Radio64TTL: TRadioButton
  797.             Left = 160
  798.             Top = 6
  799.             Width = 35
  800.             Height = 17
  801.             Caption = '64'
  802.             Enabled = False
  803.             TabOrder = 1
  804.             OnClick = RadioTTLClick
  805.           end
  806.         end
  807.         object Panel7: TPanel
  808.           Left = 125
  809.           Top = 218
  810.           Width = 200
  811.           Height = 30
  812.           Hint = 'Recommended NDI Cache is 16'
  813.           BevelInner = bvLowered
  814.           BevelOuter = bvNone
  815.           BorderWidth = 1
  816.           ParentShowHint = False
  817.           PopupMenu = PopupMTU
  818.           ShowHint = True
  819.           TabOrder = 7
  820.           object RadioZeroNDI: TRadioButton
  821.             Left = 25
  822.             Top = 6
  823.             Width = 27
  824.             Height = 17
  825.             Caption = '0'
  826.             TabOrder = 0
  827.             OnClick = RadioNDIClick
  828.           end
  829.           object Radio16NDI: TRadioButton
  830.             Left = 70
  831.             Top = 6
  832.             Width = 32
  833.             Height = 17
  834.             Caption = '16'
  835.             TabOrder = 1
  836.             OnClick = RadioNDIClick
  837.           end
  838.           object Radio32NDI: TRadioButton
  839.             Left = 115
  840.             Top = 6
  841.             Width = 32
  842.             Height = 17
  843.             Caption = '32'
  844.             TabOrder = 2
  845.             OnClick = RadioNDIClick
  846.           end
  847.           object Radio64NDI: TRadioButton
  848.             Left = 160
  849.             Top = 6
  850.             Width = 32
  851.             Height = 17
  852.             Caption = '64'
  853.             TabOrder = 3
  854.             OnClick = RadioNDIClick
  855.           end
  856.         end
  857.       end
  858.     end
  859.   end
  860.   object PopupMTU: TPopupMenu
  861.     OnPopup = PopupMTUPopup
  862.     Left = 215
  863.     Top = 9
  864.     object PopupRegUpdate: TMenuItem
  865.       Caption = 'Update Registry'
  866.       Enabled = False
  867.       ShortCut = 0
  868.       OnClick = BtnRegUpdateClick
  869.     end
  870.     object PopupReReadReg: TMenuItem
  871.       Caption = 'Re-read Registry'
  872.       ShortCut = 0
  873.       OnClick = PopupReReadRegClick
  874.     end
  875.     object N3: TMenuItem
  876.       Caption = '-'
  877.       ShortCut = 0
  878.     end
  879.     object PopupChangeMaxMTU: TMenuItem
  880.       Caption = 'Change MaxMTU'
  881.       ShortCut = 0
  882.       OnClick = BtnMTUClick
  883.     end
  884.     object PopupChangeRWIN: TMenuItem
  885.       Caption = 'Change RWIN'
  886.       ShortCut = 0
  887.       OnClick = BtnRWINClick
  888.     end
  889.     object PopupSetBasic: TMenuItem
  890.       Caption = 'Basic Settings'
  891.       ShortCut = 0
  892.       OnClick = BtnDefaultClick
  893.     end
  894.     object PopupSetOptimum: TMenuItem
  895.       Caption = 'Optimum Settings'
  896.       ShortCut = 0
  897.       OnClick = BtnOptimalClick
  898.     end
  899.     object PopupRemoveSettings: TMenuItem
  900.       Caption = 'Remove Settings'
  901.       ShortCut = 0
  902.       OnClick = BtnRemoveClick
  903.     end
  904.     object N1: TMenuItem
  905.       Caption = '-'
  906.       ShortCut = 0
  907.     end
  908.     object PopupViewReadMe: TMenuItem
  909.       Caption = 'View ReadMe'
  910.       ShortCut = 0
  911.       OnClick = ViewReadmeClick
  912.     end
  913.     object PopupAbout: TMenuItem
  914.       Caption = 'About...'
  915.       ShortCut = 0
  916.       OnClick = AboutMenuClick
  917.     end
  918.     object N2: TMenuItem
  919.       Caption = '-'
  920.       ShortCut = 0
  921.     end
  922.     object PopupExit: TMenuItem
  923.       Caption = 'Exit'
  924.       ShortCut = 0
  925.       OnClick = MenuExitOption
  926.     end
  927.   end
  928. end
  929.