home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 March / PCWorld_2005-03_cd.bin / hardware / speedfan / installspeedfan420.exe / speedfan.exe / 0 / RCDATA / TDLGCONFIG / TDLGCONFIG.txt
Text File  |  2005-01-15  |  89KB  |  2,134 lines

  1. object DlgConfig: TDlgConfig
  2.   Left = 361
  3.   Top = 400
  4.   Width = 534
  5.   Height = 398
  6.   HelpContext = 1100
  7.   Caption = 'Configure'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object pages: TPageControl
  20.     Left = 0
  21.     Top = 0
  22.     Width = 526
  23.     Height = 331
  24.     ActivePage = TSTemps
  25.     Align = alClient
  26.     TabOrder = 0
  27.     object TSTemps: TTabSheet
  28.       HelpContext = 1101
  29.       Caption = 'Temperatures'
  30.       ImageIndex = 4
  31.       object PANTemps: TPanel
  32.         Left = 0
  33.         Top = 0
  34.         Width = 518
  35.         Height = 303
  36.         Align = alClient
  37.         BevelOuter = bvNone
  38.         BorderWidth = 4
  39.         TabOrder = 0
  40.         object VTTemps: TVirtualStringTree
  41.           Left = 4
  42.           Top = 4
  43.           Width = 510
  44.           Height = 239
  45.           Align = alClient
  46.           CheckImageKind = ckDarkTick
  47.           Header.AutoSizeIndex = 0
  48.           Header.Font.Charset = DEFAULT_CHARSET
  49.           Header.Font.Color = clWindowText
  50.           Header.Font.Height = -11
  51.           Header.Font.Name = 'MS Sans Serif'
  52.           Header.Font.Style = []
  53.           Header.Height = 18
  54.           Header.Options = [hoColumnResize, hoDrag, hoVisible]
  55.           HintAnimation = hatNone
  56.           RootNodeCount = 3
  57.           TabOrder = 0
  58.           TreeOptions.AutoOptions = [toAutoDropExpand, toAutoTristateTracking]
  59.           TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toEditable, toInitOnSave, toToggleOnDblClick]
  60.           TreeOptions.PaintOptions = [toShowButtons, toShowRoot, toShowTreeLines]
  61.           OnChecked = VTTempsChecked
  62.           OnClick = VTTempsClick
  63.           OnDragAllowed = VTTempsDragAllowed
  64.           OnDragOver = VTTempsDragOver
  65.           OnDragDrop = VTTempsDragDrop
  66.           OnEditing = VTTempsEditing
  67.           OnGetText = VTTempsGetText
  68.           OnPaintText = VTTempsPaintText
  69.           OnGetNodeDataSize = VTTempsGetNodeDataSize
  70.           OnInitChildren = VTTempsInitChildren
  71.           OnInitNode = VTTempsInitNode
  72.           OnNewText = VTTempsNewText
  73.           Columns = <
  74.             item
  75.               Position = 0
  76.               Width = 150
  77.               WideText = 'Label'
  78.             end
  79.             item
  80.               Position = 1
  81.               Width = 120
  82.               WideText = 'Chip'
  83.             end
  84.             item
  85.               Position = 2
  86.               Width = 55
  87.               WideText = 'Sensor'
  88.             end
  89.             item
  90.               Position = 3
  91.               Width = 60
  92.               WideText = 'Sample'
  93.             end
  94.             item
  95.               Position = 4
  96.               WideText = 'BUS'
  97.             end
  98.             item
  99.               Position = 5
  100.               WideText = 'Address'
  101.             end>
  102.         end
  103.         object PANBottomTemp: TPanel
  104.           Left = 4
  105.           Top = 243
  106.           Width = 510
  107.           Height = 56
  108.           Align = alBottom
  109.           BevelOuter = bvNone
  110.           TabOrder = 1
  111.           DesignSize = (
  112.             510
  113.             56)
  114.           object LABTempData: TLabel
  115.             Left = 2
  116.             Top = 22
  117.             Width = 506
  118.             Height = 13
  119.             Alignment = taCenter
  120.             Anchors = [akLeft, akRight, akBottom]
  121.             AutoSize = False
  122.             Caption = 'Select a temperature to change its settings'
  123.           end
  124.           object PanTempData: TPanel
  125.             Left = 0
  126.             Top = 3
  127.             Width = 510
  128.             Height = 53
  129.             Align = alBottom
  130.             BevelOuter = bvLowered
  131.             TabOrder = 0
  132.             Visible = False
  133.             object Label17: TLabel
  134.               Left = 4
  135.               Top = 8
  136.               Width = 36
  137.               Height = 13
  138.               Caption = 'Desired'
  139.             end
  140.             object Label18: TLabel
  141.               Left = 148
  142.               Top = 8
  143.               Width = 40
  144.               Height = 13
  145.               Caption = 'Warning'
  146.             end
  147.             object LABWantedTemp: TLabel
  148.               Left = 92
  149.               Top = 8
  150.               Width = 11
  151.               Height = 13
  152.               Caption = #176'C'
  153.             end
  154.             object LABWarningTemp: TLabel
  155.               Left = 240
  156.               Top = 8
  157.               Width = 11
  158.               Height = 13
  159.               Caption = #176'C'
  160.             end
  161.             object EDWantedTemp: TRxSpinEdit
  162.               Left = 44
  163.               Top = 4
  164.               Width = 45
  165.               Height = 21
  166.               MaxValue = 99.000000000000000000
  167.               MinValue = -10.000000000000000000
  168.               Value = -10.000000000000000000
  169.               TabOrder = 0
  170.               OnChange = EDWantedTempChange
  171.             end
  172.             object EDWarningTemp: TRxSpinEdit
  173.               Left = 192
  174.               Top = 4
  175.               Width = 45
  176.               Height = 21
  177.               MaxValue = 99.000000000000000000
  178.               MinValue = -10.000000000000000000
  179.               Value = -10.000000000000000000
  180.               TabOrder = 1
  181.               OnChange = EDWarningTempChange
  182.             end
  183.             object CBShowInTray: TCheckBox
  184.               Left = 396
  185.               Top = 6
  186.               Width = 109
  187.               Height = 17
  188.               Caption = 'Show in tray'
  189.               TabOrder = 2
  190.               OnClick = CBShowInTrayClick
  191.             end
  192.             object CBTempLogged: TCheckBox
  193.               Left = 4
  194.               Top = 30
  195.               Width = 97
  196.               Height = 17
  197.               Caption = 'Logged'
  198.               TabOrder = 3
  199.               OnClick = CBTempLoggedClick
  200.             end
  201.           end
  202.         end
  203.       end
  204.     end
  205.     object TSFans: TTabSheet
  206.       HelpContext = 1102
  207.       Caption = 'Fans'
  208.       ImageIndex = 5
  209.       object PANFans: TPanel
  210.         Left = 0
  211.         Top = 0
  212.         Width = 518
  213.         Height = 303
  214.         Align = alClient
  215.         BevelOuter = bvNone
  216.         BorderWidth = 4
  217.         TabOrder = 0
  218.         object VTFans: TVirtualStringTree
  219.           Left = 4
  220.           Top = 4
  221.           Width = 510
  222.           Height = 263
  223.           Align = alClient
  224.           CheckImageKind = ckDarkTick
  225.           Header.AutoSizeIndex = 0
  226.           Header.Font.Charset = DEFAULT_CHARSET
  227.           Header.Font.Color = clWindowText
  228.           Header.Font.Height = -11
  229.           Header.Font.Name = 'MS Sans Serif'
  230.           Header.Font.Style = []
  231.           Header.Height = 18
  232.           Header.Options = [hoColumnResize, hoDrag, hoVisible]
  233.           HintAnimation = hatNone
  234.           RootNodeCount = 2
  235.           TabOrder = 0
  236.           TreeOptions.AutoOptions = [toAutoDropExpand, toAutoTristateTracking]
  237.           TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toEditable, toInitOnSave, toToggleOnDblClick]
  238.           TreeOptions.PaintOptions = [toShowButtons, toShowTreeLines]
  239.           OnChecked = VTFansChecked
  240.           OnClick = VTFansClick
  241.           OnDragAllowed = VTFansDragAllowed
  242.           OnDragOver = VTFansDragOver
  243.           OnDragDrop = VTFansDragDrop
  244.           OnEditing = VTFansEditing
  245.           OnGetText = VTFansGetText
  246.           OnPaintText = VTFansPaintText
  247.           OnGetNodeDataSize = VTFansGetNodeDataSize
  248.           OnInitNode = VTFansInitNode
  249.           OnNewText = VTFansNewText
  250.           Columns = <
  251.             item
  252.               Position = 0
  253.               Width = 140
  254.               WideText = 'Label'
  255.             end
  256.             item
  257.               Position = 1
  258.               Width = 120
  259.               WideText = 'Chip'
  260.             end
  261.             item
  262.               Position = 2
  263.               Width = 55
  264.               WideText = 'Sensor'
  265.             end
  266.             item
  267.               Position = 3
  268.               Width = 70
  269.               WideText = 'Sample'
  270.             end
  271.             item
  272.               Position = 4
  273.               WideText = 'BUS'
  274.             end
  275.             item
  276.               Position = 5
  277.               WideText = 'Address'
  278.             end>
  279.         end
  280.         object PANBottomFan: TPanel
  281.           Left = 4
  282.           Top = 267
  283.           Width = 510
  284.           Height = 32
  285.           Align = alBottom
  286.           BevelOuter = bvNone
  287.           TabOrder = 1
  288.           DesignSize = (
  289.             510
  290.             32)
  291.           object LABFanData: TLabel
  292.             Left = 2
  293.             Top = 10
  294.             Width = 506
  295.             Height = 13
  296.             Alignment = taCenter
  297.             Anchors = [akLeft, akRight, akBottom]
  298.             AutoSize = False
  299.             Caption = 'Select a fan to change its settings'
  300.           end
  301.           object PanFanData: TPanel
  302.             Left = 0
  303.             Top = 3
  304.             Width = 510
  305.             Height = 29
  306.             Align = alBottom
  307.             BevelOuter = bvLowered
  308.             TabOrder = 0
  309.             Visible = False
  310.             object CBFanLogged: TCheckBox
  311.               Left = 4
  312.               Top = 6
  313.               Width = 105
  314.               Height = 17
  315.               Caption = 'Logged'
  316.               TabOrder = 0
  317.               OnClick = CBFanLoggedClick
  318.             end
  319.           end
  320.         end
  321.       end
  322.     end
  323.     object TSVolts: TTabSheet
  324.       HelpContext = 1104
  325.       Caption = 'Voltages'
  326.       ImageIndex = 4
  327.       object PANVolts: TPanel
  328.         Left = 0
  329.         Top = 0
  330.         Width = 518
  331.         Height = 303
  332.         Align = alClient
  333.         BevelOuter = bvNone
  334.         BorderWidth = 4
  335.         TabOrder = 0
  336.         object VTVolts: TVirtualStringTree
  337.           Left = 4
  338.           Top = 4
  339.           Width = 510
  340.           Height = 263
  341.           Align = alClient
  342.           CheckImageKind = ckDarkTick
  343.           Header.AutoSizeIndex = 0
  344.           Header.Font.Charset = DEFAULT_CHARSET
  345.           Header.Font.Color = clWindowText
  346.           Header.Font.Height = -11
  347.           Header.Font.Name = 'MS Sans Serif'
  348.           Header.Font.Style = []
  349.           Header.Height = 18
  350.           Header.Options = [hoColumnResize, hoDrag, hoVisible]
  351.           HintAnimation = hatNone
  352.           RootNodeCount = 2
  353.           TabOrder = 0
  354.           TreeOptions.AutoOptions = [toAutoDropExpand, toAutoTristateTracking]
  355.           TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toEditable, toInitOnSave, toToggleOnDblClick]
  356.           TreeOptions.PaintOptions = [toShowButtons, toShowTreeLines]
  357.           OnChecked = VTVoltsChecked
  358.           OnClick = VTVoltsClick
  359.           OnDragAllowed = VTVoltsDragAllowed
  360.           OnDragOver = VTVoltsDragOver
  361.           OnDragDrop = VTVoltsDragDrop
  362.           OnEditing = VTVoltsEditing
  363.           OnGetText = VTVoltsGetText
  364.           OnPaintText = VTVoltsPaintText
  365.           OnGetNodeDataSize = VTVoltsGetNodeDataSize
  366.           OnInitNode = VTVoltsInitNode
  367.           OnNewText = VTVoltsNewText
  368.           Columns = <
  369.             item
  370.               Position = 0
  371.               Width = 145
  372.               WideText = 'Label'
  373.             end
  374.             item
  375.               Position = 1
  376.               Width = 120
  377.               WideText = 'Chip'
  378.             end
  379.             item
  380.               Position = 2
  381.               Width = 60
  382.               WideText = 'Sensor'
  383.             end
  384.             item
  385.               Position = 3
  386.               Width = 60
  387.               WideText = 'Sample'
  388.             end
  389.             item
  390.               Position = 4
  391.               WideText = 'BUS'
  392.             end
  393.             item
  394.               Position = 5
  395.               WideText = 'Address'
  396.             end>
  397.         end
  398.         object PANBottomVolt: TPanel
  399.           Left = 4
  400.           Top = 267
  401.           Width = 510
  402.           Height = 32
  403.           Align = alBottom
  404.           BevelOuter = bvNone
  405.           TabOrder = 1
  406.           DesignSize = (
  407.             510
  408.             32)
  409.           object LABVoltData: TLabel
  410.             Left = 2
  411.             Top = 10
  412.             Width = 506
  413.             Height = 13
  414.             Alignment = taCenter
  415.             Anchors = [akLeft, akRight, akBottom]
  416.             AutoSize = False
  417.             Caption = 'Select a voltage to change its settings'
  418.           end
  419.           object PANVoltData: TPanel
  420.             Left = 0
  421.             Top = 3
  422.             Width = 510
  423.             Height = 29
  424.             Align = alBottom
  425.             BevelOuter = bvLowered
  426.             TabOrder = 0
  427.             Visible = False
  428.             object CBVoltLogged: TCheckBox
  429.               Left = 4
  430.               Top = 6
  431.               Width = 105
  432.               Height = 17
  433.               Caption = 'Logged'
  434.               TabOrder = 0
  435.               OnClick = CBVoltLoggedClick
  436.             end
  437.           end
  438.         end
  439.       end
  440.     end
  441.     object TSSpeeds: TTabSheet
  442.       HelpContext = 1103
  443.       Caption = 'Speeds'
  444.       ImageIndex = 5
  445.       object PANSpeeds: TPanel
  446.         Left = 0
  447.         Top = 0
  448.         Width = 518
  449.         Height = 303
  450.         Align = alClient
  451.         BevelOuter = bvNone
  452.         BorderWidth = 4
  453.         TabOrder = 0
  454.         object VTPwms: TVirtualStringTree
  455.           Left = 4
  456.           Top = 4
  457.           Width = 510
  458.           Height = 263
  459.           Align = alClient
  460.           CheckImageKind = ckDarkTick
  461.           Header.AutoSizeIndex = 0
  462.           Header.Font.Charset = DEFAULT_CHARSET
  463.           Header.Font.Color = clWindowText
  464.           Header.Font.Height = -11
  465.           Header.Font.Name = 'MS Sans Serif'
  466.           Header.Font.Style = []
  467.           Header.Height = 18
  468.           Header.Options = [hoColumnResize, hoDrag, hoVisible]
  469.           HintAnimation = hatNone
  470.           RootNodeCount = 7
  471.           TabOrder = 0
  472.           TreeOptions.AutoOptions = [toAutoDropExpand, toAutoTristateTracking]
  473.           TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toEditable, toInitOnSave, toToggleOnDblClick]
  474.           TreeOptions.PaintOptions = [toShowButtons, toShowTreeLines]
  475.           OnChecked = VTPwmsChecked
  476.           OnClick = VTPwmsClick
  477.           OnDragAllowed = VTPwmsDragAllowed
  478.           OnDragOver = VTPwmsDragOver
  479.           OnDragDrop = VTPwmsDragDrop
  480.           OnEditing = VTPwmsEditing
  481.           OnGetText = VTPwmsGetText
  482.           OnPaintText = VTPwmsPaintText
  483.           OnGetNodeDataSize = VTPwmsGetNodeDataSize
  484.           OnInitNode = VTPwmsInitNode
  485.           OnNewText = VTPwmsNewText
  486.           Columns = <
  487.             item
  488.               Position = 0
  489.               Width = 160
  490.               WideText = 'Label'
  491.             end
  492.             item
  493.               Position = 1
  494.               Width = 120
  495.               WideText = 'Chip'
  496.             end
  497.             item
  498.               Position = 2
  499.               Width = 55
  500.               WideText = 'Sensor'
  501.             end
  502.             item
  503.               Position = 3
  504.               WideText = 'BUS'
  505.             end
  506.             item
  507.               Position = 4
  508.               WideText = 'Address'
  509.             end>
  510.         end
  511.         object PanBottomSpeed: TPanel
  512.           Left = 4
  513.           Top = 267
  514.           Width = 510
  515.           Height = 32
  516.           Align = alBottom
  517.           BevelOuter = bvNone
  518.           TabOrder = 1
  519.           DesignSize = (
  520.             510
  521.             32)
  522.           object LABSpeedData: TLabel
  523.             Left = 2
  524.             Top = 10
  525.             Width = 501
  526.             Height = 13
  527.             Alignment = taCenter
  528.             Anchors = [akLeft, akRight, akBottom]
  529.             AutoSize = False
  530.             Caption = 'Select a speed to change its settings'
  531.           end
  532.           object PanPwmData: TPanel
  533.             Left = 0
  534.             Top = 3
  535.             Width = 510
  536.             Height = 29
  537.             Align = alBottom
  538.             BevelOuter = bvLowered
  539.             TabOrder = 0
  540.             Visible = False
  541.             object Label7: TLabel
  542.               Left = 8
  543.               Top = 8
  544.               Width = 70
  545.               Height = 13
  546.               Caption = 'Minimum value'
  547.             end
  548.             object Label8: TLabel
  549.               Left = 188
  550.               Top = 8
  551.               Width = 73
  552.               Height = 13
  553.               Caption = 'Maximum value'
  554.             end
  555.             object Label9: TLabel
  556.               Left = 132
  557.               Top = 8
  558.               Width = 8
  559.               Height = 13
  560.               Caption = '%'
  561.             end
  562.             object Label10: TLabel
  563.               Left = 316
  564.               Top = 8
  565.               Width = 8
  566.               Height = 13
  567.               Caption = '%'
  568.             end
  569.             object EDMinPwm: TRxSpinEdit
  570.               Left = 84
  571.               Top = 4
  572.               Width = 45
  573.               Height = 21
  574.               EditorEnabled = False
  575.               MaxValue = 100.000000000000000000
  576.               Value = 50.000000000000000000
  577.               TabOrder = 0
  578.               OnChange = EDMinPwmChange
  579.             end
  580.             object EDMaxPwm: TRxSpinEdit
  581.               Left = 268
  582.               Top = 4
  583.               Width = 45
  584.               Height = 21
  585.               EditorEnabled = False
  586.               MaxValue = 100.000000000000000000
  587.               Value = 100.000000000000000000
  588.               TabOrder = 1
  589.               OnChange = EDMaxPwmChange
  590.             end
  591.             object CBAutoVariate: TCheckBox
  592.               Left = 348
  593.               Top = 6
  594.               Width = 145
  595.               Height = 17
  596.               Caption = 'Automatically variated'
  597.               TabOrder = 2
  598.               OnClick = CBAutoVariateClick
  599.             end
  600.           end
  601.         end
  602.       end
  603.     end
  604.     object TSOptions: TTabSheet
  605.       HelpContext = 1105
  606.       Caption = 'Options'
  607.       ImageIndex = 6
  608.       object Label47: TLabel
  609.         Left = 4
  610.         Top = 108
  611.         Width = 124
  612.         Height = 13
  613.         Caption = 'Delta value for fan speeds'
  614.       end
  615.       object Label5: TLabel
  616.         Left = 4
  617.         Top = 240
  618.         Width = 19
  619.         Height = 13
  620.         Caption = 'Use'
  621.       end
  622.       object Label12: TLabel
  623.         Left = 4
  624.         Top = 80
  625.         Width = 48
  626.         Height = 13
  627.         Caption = 'Language'
  628.       end
  629.       object Label14: TLabel
  630.         Left = 312
  631.         Top = 156
  632.         Width = 31
  633.         Height = 13
  634.         Caption = 'Priority'
  635.         Visible = False
  636.       end
  637.       object GroupBox1: TGroupBox
  638.         Left = 4
  639.         Top = 4
  640.         Width = 509
  641.         Height = 69
  642.         Caption = 'Tray bar'
  643.         TabOrder = 0
  644.         object Label45: TLabel
  645.           Left = 248
  646.           Top = 20
  647.           Width = 40
  648.           Height = 13
  649.           Caption = 'Use font'
  650.         end
  651.         object Label3: TLabel
  652.           Left = 8
  653.           Top = 20
  654.           Width = 81
  655.           Height = 13
  656.           Caption = 'Icon background'
  657.         end
  658.         object Label4: TLabel
  659.           Left = 8
  660.           Top = 44
  661.           Width = 41
  662.           Height = 13
  663.           Caption = 'Icon text'
  664.         end
  665.         object PanTrayFontSize: TPanel
  666.           Left = 300
  667.           Top = 16
  668.           Width = 77
  669.           Height = 41
  670.           BevelOuter = bvNone
  671.           TabOrder = 2
  672.           object RBFontSmall: TRadioButton
  673.             Left = 4
  674.             Top = 4
  675.             Width = 73
  676.             Height = 17
  677.             Caption = 'small'
  678.             Checked = True
  679.             TabOrder = 0
  680.             TabStop = True
  681.           end
  682.           object RBFontLarge: TRadioButton
  683.             Left = 4
  684.             Top = 20
  685.             Width = 61
  686.             Height = 17
  687.             Caption = 'large'
  688.             TabOrder = 1
  689.           end
  690.         end
  691.         object CBStartMinimized: TCheckBox
  692.           Left = 380
  693.           Top = 20
  694.           Width = 125
  695.           Height = 17
  696.           Caption = 'start minimized'
  697.           TabOrder = 3
  698.         end
  699.         object CBIconBack: TColorComboBox
  700.           Left = 100
  701.           Top = 16
  702.           Width = 145
  703.           Height = 20
  704.           ColorValue = clWhite
  705.           Options = [coIncludeNone]
  706.           TabOrder = 0
  707.         end
  708.         object CBIconText: TColorComboBox
  709.           Left = 100
  710.           Top = 40
  711.           Width = 145
  712.           Height = 22
  713.           TabOrder = 1
  714.         end
  715.       end
  716.       object EDFanDelta: TRxSpinEdit
  717.         Left = 140
  718.         Top = 104
  719.         Width = 41
  720.         Height = 21
  721.         EditorEnabled = False
  722.         MaxValue = 99.000000000000000000
  723.         MinValue = 1.000000000000000000
  724.         Value = 5.000000000000000000
  725.         TabOrder = 2
  726.       end
  727.       object CBDebugMode: TCheckBox
  728.         Left = 4
  729.         Top = 168
  730.         Width = 113
  731.         Height = 17
  732.         Caption = 'debug mode'
  733.         Checked = True
  734.         State = cbChecked
  735.         TabOrder = 5
  736.       end
  737.       object GroupBox3: TGroupBox
  738.         Left = 4
  739.         Top = 188
  740.         Width = 325
  741.         Height = 45
  742.         Caption = 'Let SpeedFan access sensors through'
  743.         TabOrder = 6
  744.         object CBUseISA: TCheckBox
  745.           Left = 8
  746.           Top = 20
  747.           Width = 89
  748.           Height = 17
  749.           Caption = 'ISA BUS'
  750.           Checked = True
  751.           State = cbChecked
  752.           TabOrder = 0
  753.         end
  754.         object CBUseSMB: TCheckBox
  755.           Left = 104
  756.           Top = 20
  757.           Width = 89
  758.           Height = 17
  759.           Caption = 'SMBus'
  760.           Checked = True
  761.           State = cbChecked
  762.           TabOrder = 1
  763.         end
  764.       end
  765.       object CBDellFans: TCheckBox95
  766.         Left = 4
  767.         Top = 136
  768.         Width = 257
  769.         Height = 29
  770.         Alignment = taLeftJustify
  771.         Caption = 'Enable DELL support (use this function only on DELL notebooks)'
  772.         TabOrder = 4
  773.         WordWrap = True
  774.         AlignmentBtn = taLeftJustify
  775.         LikePushButton = False
  776.         VerticalAlignment = vaTop
  777.       end
  778.       object PanTempUnit: TPanel
  779.         Left = 28
  780.         Top = 236
  781.         Width = 165
  782.         Height = 25
  783.         BevelOuter = bvNone
  784.         TabOrder = 7
  785.         object RBUseCelsius: TRadioButton
  786.           Left = 4
  787.           Top = 4
  788.           Width = 65
  789.           Height = 17
  790.           Caption = 'Celsius'
  791.           Checked = True
  792.           TabOrder = 0
  793.           TabStop = True
  794.         end
  795.         object RBUseFahrenheit: TRadioButton
  796.           Left = 76
  797.           Top = 4
  798.           Width = 81
  799.           Height = 17
  800.           Caption = 'Fahrenheit'
  801.           TabOrder = 1
  802.         end
  803.       end
  804.       object CBLanguage: TComboBox
  805.         Left = 56
  806.         Top = 76
  807.         Width = 169
  808.         Height = 21
  809.         Style = csDropDownList
  810.         ItemHeight = 13
  811.         TabOrder = 1
  812.       end
  813.       object CBFullOnExit: TCheckBox95
  814.         Left = 192
  815.         Top = 108
  816.         Width = 181
  817.         Height = 29
  818.         Alignment = taLeftJustify
  819.         Caption = 'Set fans to 100% on program exit'
  820.         TabOrder = 3
  821.         WordWrap = True
  822.         AlignmentBtn = taLeftJustify
  823.         LikePushButton = False
  824.         VerticalAlignment = vaTop
  825.       end
  826.       object CBMinimizeOnClose: TCheckBox
  827.         Left = 296
  828.         Top = 80
  829.         Width = 165
  830.         Height = 17
  831.         Caption = 'Minimize on close'
  832.         TabOrder = 8
  833.       end
  834.       object CBPriority: TComboBox
  835.         Left = 348
  836.         Top = 152
  837.         Width = 105
  838.         Height = 21
  839.         Style = csDropDownList
  840.         ItemHeight = 13
  841.         TabOrder = 9
  842.         Visible = False
  843.         Items.Strings = (
  844.           'Idle'
  845.           'Normal'
  846.           'High'
  847.           'Realtime')
  848.       end
  849.     end
  850.     object TSLogging: TTabSheet
  851.       Caption = 'Log'
  852.       ImageIndex = 6
  853.       object CBLogEnabled: TCheckBox
  854.         Left = 4
  855.         Top = 4
  856.         Width = 97
  857.         Height = 17
  858.         Caption = 'Enabled'
  859.         TabOrder = 0
  860.         OnClick = CBLogEnabledClick
  861.       end
  862.       object PANLogOptions: TPanel
  863.         Left = 20
  864.         Top = 24
  865.         Width = 497
  866.         Height = 277
  867.         HelpContext = 1115
  868.         BevelOuter = bvNone
  869.         TabOrder = 1
  870.         Visible = False
  871.         object Label13: TLabel
  872.           Left = 8
  873.           Top = 32
  874.           Width = 85
  875.           Height = 13
  876.           Caption = 'Decimal separator'
  877.         end
  878.         object Label15: TLabel
  879.           Left = 8
  880.           Top = 56
  881.           Width = 64
  882.           Height = 13
  883.           Caption = 'Max decimals'
  884.         end
  885.         object Label16: TLabel
  886.           Left = 8
  887.           Top = 80
  888.           Width = 63
  889.           Height = 13
  890.           Caption = 'Days to keep'
  891.         end
  892.         object CBLogAddHeader: TCheckBox
  893.           Left = 8
  894.           Top = 8
  895.           Width = 221
  896.           Height = 17
  897.           Caption = 'Add header to the file'
  898.           TabOrder = 0
  899.         end
  900.         object EDLogDecSep: TEdit
  901.           Left = 100
  902.           Top = 28
  903.           Width = 21
  904.           Height = 21
  905.           MaxLength = 1
  906.           TabOrder = 1
  907.         end
  908.         object EDLogMaxDecs: TRxSpinEdit
  909.           Left = 100
  910.           Top = 52
  911.           Width = 45
  912.           Height = 21
  913.           MaxValue = 5.000000000000000000
  914.           MinValue = 1.000000000000000000
  915.           TabOrder = 2
  916.         end
  917.         object EDLogMaxDays: TRxSpinEdit
  918.           Left = 100
  919.           Top = 76
  920.           Width = 45
  921.           Height = 21
  922.           MaxValue = 99.000000000000000000
  923.           MinValue = 3.000000000000000000
  924.           TabOrder = 3
  925.         end
  926.       end
  927.     end
  928.     object TSAdvanced: TTabSheet
  929.       HelpContext = 1106
  930.       Caption = 'Advanced'
  931.       ImageIndex = 5
  932.       object PANAdvanced: TPanel
  933.         Left = 0
  934.         Top = 0
  935.         Width = 518
  936.         Height = 303
  937.         Align = alClient
  938.         BevelOuter = bvNone
  939.         BorderWidth = 4
  940.         TabOrder = 0
  941.         object PanBottomAdvanced: TPanel
  942.           Left = 4
  943.           Top = 265
  944.           Width = 510
  945.           Height = 34
  946.           Align = alBottom
  947.           BevelOuter = bvNone
  948.           TabOrder = 0
  949.           DesignSize = (
  950.             510
  951.             34)
  952.           object Label2: TLabel
  953.             Left = 2
  954.             Top = 11
  955.             Width = 506
  956.             Height = 13
  957.             Alignment = taCenter
  958.             Anchors = [akLeft, akRight, akBottom]
  959.             AutoSize = False
  960.             Caption = 'Select a sensor and a property to change its settings'
  961.           end
  962.           object PanAdvancedData: TPanel
  963.             Left = 0
  964.             Top = 5
  965.             Width = 510
  966.             Height = 29
  967.             Align = alBottom
  968.             BevelOuter = bvLowered
  969.             TabOrder = 0
  970.             DesignSize = (
  971.               510
  972.               29)
  973.             object Label6: TLabel
  974.               Left = 8
  975.               Top = 8
  976.               Width = 28
  977.               Height = 13
  978.               Caption = 'Set to'
  979.             end
  980.             object CBEditProperty: TComboBox
  981.               Left = 44
  982.               Top = 4
  983.               Width = 368
  984.               Height = 21
  985.               Style = csDropDownList
  986.               Anchors = [akLeft, akTop, akRight]
  987.               ItemHeight = 13
  988.               TabOrder = 0
  989.               OnChange = CBEditPropertyChange
  990.             end
  991.             object Panel4: TPanel
  992.               Left = 416
  993.               Top = 1
  994.               Width = 93
  995.               Height = 27
  996.               Align = alRight
  997.               BevelOuter = bvNone
  998.               TabOrder = 1
  999.               object CBRestoreProp: TCheckBox
  1000.                 Left = 4
  1001.                 Top = 5
  1002.                 Width = 85
  1003.                 Height = 17
  1004.                 Caption = 'remember it'
  1005.                 Enabled = False
  1006.                 TabOrder = 0
  1007.                 OnClick = CBRestorePropClick
  1008.               end
  1009.             end
  1010.           end
  1011.         end
  1012.         object Panel3: TPanel
  1013.           Left = 4
  1014.           Top = 4
  1015.           Width = 510
  1016.           Height = 25
  1017.           Align = alTop
  1018.           BevelOuter = bvNone
  1019.           TabOrder = 1
  1020.           DesignSize = (
  1021.             510
  1022.             25)
  1023.           object Label1: TLabel
  1024.             Left = 0
  1025.             Top = 6
  1026.             Width = 21
  1027.             Height = 13
  1028.             Caption = 'Chip'
  1029.           end
  1030.           object CBAdvChip: TComboBox
  1031.             Left = 28
  1032.             Top = 2
  1033.             Width = 482
  1034.             Height = 21
  1035.             Style = csDropDownList
  1036.             Anchors = [akLeft, akTop, akRight]
  1037.             ItemHeight = 13
  1038.             TabOrder = 0
  1039.             OnChange = CBAdvChipChange
  1040.           end
  1041.         end
  1042.         object LVProps: TListView
  1043.           Left = 4
  1044.           Top = 29
  1045.           Width = 510
  1046.           Height = 236
  1047.           Align = alClient
  1048.           Columns = <
  1049.             item
  1050.               Caption = 'Property'
  1051.               Width = 150
  1052.             end
  1053.             item
  1054.               Caption = 'Value'
  1055.               Width = 250
  1056.             end>
  1057.           HideSelection = False
  1058.           ReadOnly = True
  1059.           RowSelect = True
  1060.           TabOrder = 2
  1061.           ViewStyle = vsReport
  1062.           OnClick = LVPropsClick
  1063.         end
  1064.       end
  1065.     end
  1066.   end
  1067.   object Panel1: TPanel
  1068.     Left = 0
  1069.     Top = 331
  1070.     Width = 526
  1071.     Height = 33
  1072.     Align = alBottom
  1073.     BevelOuter = bvNone
  1074.     TabOrder = 1
  1075.     object Panel2: TPanel
  1076.       Left = 340
  1077.       Top = 0
  1078.       Width = 186
  1079.       Height = 33
  1080.       Align = alRight
  1081.       BevelOuter = bvNone
  1082.       TabOrder = 0
  1083.       object BitBtn1: TBitBtn
  1084.         Left = 6
  1085.         Top = 4
  1086.         Width = 82
  1087.         Height = 25
  1088.         TabOrder = 0
  1089.         Kind = bkOK
  1090.       end
  1091.       object BitBtn2: TBitBtn
  1092.         Left = 94
  1093.         Top = 4
  1094.         Width = 82
  1095.         Height = 25
  1096.         TabOrder = 1
  1097.         Kind = bkCancel
  1098.       end
  1099.     end
  1100.   end
  1101.   object FormStorage1: TFormStorage
  1102.     IniFileName = '\software\SpeedFan'
  1103.     Options = [fpPosition]
  1104.     UseRegistry = True
  1105.     StoredValues = <>
  1106.     Left = 476
  1107.     Top = 60
  1108.   end
  1109.   object siLangRT1: TsiLangRT
  1110.     Version = '5.3.2'
  1111.     StringsTypes.Strings = (
  1112.       'TIB_STRINGLIST'
  1113.       'TSTRINGLIST')
  1114.     NumOfLanguages = 11
  1115.     LangDispatcher = Form1.LangDispatcher
  1116.     LangDelim = 1
  1117.     LangNames.Strings = (
  1118.       'English'
  1119.       'Italiano'
  1120.       'Spanish'
  1121.       'Galician'
  1122.       'Polish'
  1123.       'Czech'
  1124.       'Russian'
  1125.       'German'
  1126.       'French'
  1127.       'Brazilian'
  1128.       'Slovak')
  1129.     Language = 'English'
  1130.     StorageDelimiter = '~!@#'
  1131.     ExtendedTranslations = <
  1132.       item
  1133.         Identifier = 'CBAdvChip.Left'
  1134.         PropertyType = tkInteger
  1135.         ValuesEx = {
  1136.           3238013238013238013238013238013230013238013238013238013238013230
  1137.           01}
  1138.       end
  1139.       item
  1140.         Identifier = 'CBAdvChip.Width'
  1141.         PropertyType = tkInteger
  1142.         ValuesEx = {
  1143.           3438320134383201343832013438320134383201343832013438320134383201
  1144.           013438320134383201}
  1145.       end
  1146.       item
  1147.         Identifier = 'CBEditProperty.Left'
  1148.         PropertyType = tkInteger
  1149.         ValuesEx = {
  1150.           3434013630013732013732013434013434013834013834013536013638013638
  1151.           01}
  1152.       end
  1153.       item
  1154.         Identifier = 'CBEditProperty.Width'
  1155.         PropertyType = tkInteger
  1156.         ValuesEx = {
  1157.           3336380133353201333430013334300133363801333638013332380133323801
  1158.           333536013334340133343401}
  1159.       end
  1160.       item
  1161.         Identifier = 'CBFullOnExit.Left'
  1162.         PropertyType = tkInteger
  1163.         ValuesEx = {
  1164.           3139320132323001323638013235360132343801313932013238380132363801
  1165.           323736013230340132323001}
  1166.       end
  1167.       item
  1168.         Identifier = 'CBIconBack.Left'
  1169.         PropertyType = tkInteger
  1170.         ValuesEx = {
  1171.           3130300137360131303001313030013130300131303001313030013130300131
  1172.           30300131303001373601}
  1173.       end
  1174.       item
  1175.         Identifier = 'CBIconText.Left'
  1176.         PropertyType = tkInteger
  1177.         ValuesEx = {
  1178.           3130300137360131303001313030013130300131303001313030013130300131
  1179.           30300131303001373601}
  1180.       end
  1181.       item
  1182.         Identifier = 'CBLanguage.Left'
  1183.         PropertyType = tkInteger
  1184.         ValuesEx = {
  1185.           3536013536013536013536013834013536013536013536013536013536013536
  1186.           01}
  1187.       end
  1188.       item
  1189.         Identifier = 'CBPriority.Left'
  1190.         PropertyType = tkInteger
  1191.         ValuesEx = {
  1192.           3334380133343801333630013334380133343801333438013334380133343801
  1193.           013334380133343801}
  1194.       end
  1195.       item
  1196.         Identifier = 'CBRestoreProp.Left'
  1197.         PropertyType = tkInteger
  1198.         ValuesEx = {34013401340134013401340134013401340134013401}
  1199.       end
  1200.       item
  1201.         Identifier = 'CBShowInTray.Left'
  1202.         PropertyType = tkInteger
  1203.         ValuesEx = {
  1204.           3339360133393601333936013339360133393601333936013339360133393601
  1205.           333234013339360133393601}
  1206.       end
  1207.       item
  1208.         Identifier = 'EDFanDelta.Left'
  1209.         PropertyType = tkInteger
  1210.         ValuesEx = {
  1211.           3134300131363801323038013230340131393201313430013232300132303801
  1212.           323238013135320131353201}
  1213.       end
  1214.       item
  1215.         Identifier = 'EDLogDecSep.Left'
  1216.         PropertyType = tkInteger
  1217.         ValuesEx = {
  1218.           3130300131313201313030013130300131353001393201313030013132300131
  1219.           3034013130380131303801}
  1220.       end
  1221.       item
  1222.         Identifier = 'EDLogMaxDays.Left'
  1223.         PropertyType = tkInteger
  1224.         ValuesEx = {
  1225.           3130300131313201313030013130300131353001393201313030013132300131
  1226.           3030013130380131303801}
  1227.       end
  1228.       item
  1229.         Identifier = 'EDLogMaxDecs.Left'
  1230.         PropertyType = tkInteger
  1231.         ValuesEx = {
  1232.           3130300131313201313030013130300131353001393201313030013132300131
  1233.           3030013130380131303801}
  1234.       end
  1235.       item
  1236.         Identifier = 'EDMaxPwm.Left'
  1237.         PropertyType = tkInteger
  1238.         ValuesEx = {
  1239.           3236380132363801323434013234340132383001323630013237320132363401
  1240.           323732013235360132353601}
  1241.       end
  1242.       item
  1243.         Identifier = 'EDMinPwm.Left'
  1244.         PropertyType = tkInteger
  1245.         ValuesEx = {
  1246.           3834013830013630013630013130300137360138380138300138380137360137
  1247.           3201}
  1248.       end
  1249.       item
  1250.         Identifier = 'EDWantedTemp.Left'
  1251.         PropertyType = tkInteger
  1252.         ValuesEx = {
  1253.           3434013630013532013536013830013434013630013838013434013532013732
  1254.           01}
  1255.       end
  1256.       item
  1257.         Identifier = 'EDWarningTemp.Left'
  1258.         PropertyType = tkInteger
  1259.         ValuesEx = {
  1260.           3139320132313601323034013230380132343801323038013232340132333601
  1261.           313936013230300132343401}
  1262.       end
  1263.       item
  1264.         Identifier = 'Label10.Left'
  1265.         PropertyType = tkInteger
  1266.         ValuesEx = {
  1267.           3331360133313601323932013239320133323801333038013332300133313201
  1268.           333230013330340133303401}
  1269.       end
  1270.       item
  1271.         Identifier = 'Label18.Left'
  1272.         PropertyType = tkInteger
  1273.         ValuesEx = {
  1274.           3134380131363401313536013136300131383401313438013136340131383801
  1275.           313438013135360131373601}
  1276.       end
  1277.       item
  1278.         Identifier = 'Label8.Left'
  1279.         PropertyType = tkInteger
  1280.         ValuesEx = {
  1281.           3138380131383801313838013138380131373601313838013138380131383801
  1282.           013138380131383801}
  1283.       end
  1284.       item
  1285.         Identifier = 'Label9.Left'
  1286.         PropertyType = tkInteger
  1287.         ValuesEx = {
  1288.           3133320131323801313038013130380131343801313234013133360131323801
  1289.           313336013132340131323001}
  1290.       end
  1291.       item
  1292.         Identifier = 'LABWantedTemp.Left'
  1293.         PropertyType = tkInteger
  1294.         ValuesEx = {
  1295.           3932013130380131303001313034013132380139320131303801313336013932
  1296.           013130300131323001}
  1297.       end
  1298.       item
  1299.         Identifier = 'LABWarningTemp.Left'
  1300.         PropertyType = tkInteger
  1301.         ValuesEx = {
  1302.           3234300132363401323532013235360132393601323536013237320132383401
  1303.           323434013234380132393201}
  1304.       end
  1305.       item
  1306.         Identifier = 'PanTempUnit.Left'
  1307.         PropertyType = tkInteger
  1308.         ValuesEx = {
  1309.           3238013238013238013238013238013238013834013536013536013238013238
  1310.           01}
  1311.       end
  1312.       item
  1313.         Identifier = 'PanTrayFontSize.Left'
  1314.         PropertyType = tkInteger
  1315.         ValuesEx = {
  1316.           3330300133303001333030013330300133303001323834013330300133303001
  1317.           333132013330300133303001}
  1318.       end
  1319.       item
  1320.         Identifier = 'PanTrayFontSize.Width'
  1321.         PropertyType = tkInteger
  1322.         ValuesEx = {37370137370137370137370137370137370137370137370101373701373701}
  1323.       end
  1324.       item
  1325.         Identifier = 'VTFans.Header.Columns[0].Text'
  1326.         PropertyType = tkWString
  1327.         ValuesEx = {
  1328.           4C6162656C014574696368657474610101014574796B69657461010101014E6F
  1329.           6D0101}
  1330.       end
  1331.       item
  1332.         Identifier = 'VTFans.Header.Columns[2].Text'
  1333.         PropertyType = tkWString
  1334.         ValuesEx = {
  1335.           53656E736F720153656E736F726501010153656E736F7201010101536F6E6465
  1336.           0101}
  1337.       end
  1338.       item
  1339.         Identifier = 'VTFans.Header.Columns[3].Text'
  1340.         PropertyType = tkWString
  1341.         ValuesEx = {
  1342.           53616D706C650143616D70696F6E6501010150727A796BB36164010101015661
  1343.           6C657572010101}
  1344.       end
  1345.       item
  1346.         Identifier = 'VTFans.Header.Columns[5].Text'
  1347.         PropertyType = tkWString
  1348.         ValuesEx = {
  1349.           4164647265737301496E646972697A7A6F010101416472657301010101416472
  1350.           657373650101}
  1351.       end
  1352.       item
  1353.         Identifier = 'VTPwms.Header.Columns[0].Text'
  1354.         PropertyType = tkWString
  1355.         ValuesEx = {
  1356.           4C6162656C014574696368657474610101014574796B69657461010101014E6F
  1357.           6D0101}
  1358.       end
  1359.       item
  1360.         Identifier = 'VTPwms.Header.Columns[2].Text'
  1361.         PropertyType = tkWString
  1362.         ValuesEx = {
  1363.           53656E736F720153656E736F726501010153656E736F7201010101536F6E6465
  1364.           0101}
  1365.       end
  1366.       item
  1367.         Identifier = 'VTPwms.Header.Columns[4].Text'
  1368.         PropertyType = tkWString
  1369.         ValuesEx = {
  1370.           4164647265737301496E646972697A7A6F01010150727A796BB3616401010101
  1371.           416472657373650101}
  1372.       end
  1373.       item
  1374.         Identifier = 'VTTemps.Header.Columns[0].Text'
  1375.         PropertyType = tkWString
  1376.         ValuesEx = {
  1377.           4C6162656C014574696368657474610101014574796B69657461010101014E6F
  1378.           6D0101}
  1379.       end
  1380.       item
  1381.         Identifier = 'VTTemps.Header.Columns[2].Text'
  1382.         PropertyType = tkWString
  1383.         ValuesEx = {
  1384.           53656E736F720153656E736F726501010153656E736F7201010101536F6E6465
  1385.           0101}
  1386.       end
  1387.       item
  1388.         Identifier = 'VTTemps.Header.Columns[3].Text'
  1389.         PropertyType = tkWString
  1390.         ValuesEx = {
  1391.           53616D706C650143616D70696F6E6501010150727A796BB36164010101015661
  1392.           6C657572010101}
  1393.       end
  1394.       item
  1395.         Identifier = 'VTTemps.Header.Columns[5].Text'
  1396.         PropertyType = tkWString
  1397.         ValuesEx = {
  1398.           4164647265737301496E646972697A7A6F010101416472657301010101416472
  1399.           657373650101}
  1400.       end
  1401.       item
  1402.         Identifier = 'VTVolts.Header.Columns[0].Text'
  1403.         PropertyType = tkWString
  1404.         ValuesEx = {
  1405.           4C6162656C014574696368657474610101014574796B69657461010101014E6F
  1406.           6D0101}
  1407.       end
  1408.       item
  1409.         Identifier = 'VTVolts.Header.Columns[2].Text'
  1410.         PropertyType = tkWString
  1411.         ValuesEx = {
  1412.           53656E736F720153656E736F726501010153656E736F7201010101536F6E6465
  1413.           0101}
  1414.       end
  1415.       item
  1416.         Identifier = 'VTVolts.Header.Columns[3].Text'
  1417.         PropertyType = tkWString
  1418.         ValuesEx = {
  1419.           53616D706C650143616D70696F6E6501010150727A796BB36164010101015661
  1420.           6C657572010101}
  1421.       end
  1422.       item
  1423.         Identifier = 'VTVolts.Header.Columns[5].Text'
  1424.         PropertyType = tkWString
  1425.         ValuesEx = {
  1426.           4164647265737301496E646972697A7A6F010101416472657301010101416472
  1427.           657373650101}
  1428.       end
  1429.       item
  1430.         Identifier = 'CBShowInTray.Width'
  1431.         PropertyType = tkInteger
  1432.         ValuesEx = {
  1433.           3130390131303901313039013130390131303901313039013130390131303901
  1434.           313737013130390131303901}
  1435.       end>
  1436.     RTEditorActionsOptions = []
  1437.     Left = 20
  1438.     Top = 320
  1439.     TranslationData = {
  1440.       737443617074696F6E730D0A54446C67436F6E66696701436F6E666967757265
  1441.       01436F6E66696775726101436F6E6669677572617201436F6E66696775726172
  1442.       01557374617769656E6961014B6F6E666967757261636501CAEEEDF4E8E3F3F0
  1443.       E0F6E8FF014B6F6E6669677572696572656E01436F6E6669677572657201436F
  1444.       6E66696775726172014B6F6E6669677572E1636961010D0A42697442746E3101
  1445.       4F4B014F4B014F4B014F4B014F4B014F4B014F4B014F4B014F4B014F4B014F4B
  1446.       010D0A42697442746E320143616E63656C01416E6E756C6C610143616E63656C
  1447.       61720143616E63656C617201416E756C756A0153746F726E6F01CEF2ECE5EDE0
  1448.       0141626272656368656E01416E6E756C65720143616E63656C61720153746F72
  1449.       6E6F010D0A43424175746F56617269617465014175746F6D61746963616C6C79
  1450.       2076617269617465640156617269617461206175746F6D61746963616D656E74
  1451.       6501566172696172206175746F6DE1746963616D656E74650156617269617220
  1452.       6175746F6DE1746963616D656E7465014175746F6D617479637A6E6965207A6D
  1453.       69656E69616E65014175746F6D617469636B7920F8ED7A656EE901CEEFF0E5E4
  1454.       E5EBE5EDEE20E0E2F2EEECE0F2E8F7E5F1EAE8014175746F6D61746973636865
  1455.       20566172696174696F6E01566172696572206175746F6D6174697175656D656E
  1456.       74015661726961646F204175746F6D61746963616D656E7465014175746F6D61
  1457.       7469636B792072696164656EE9010D0A434244656275674D6F64650164656275
  1458.       67206D6F6465014D6F64616C6974E0204445425547014D6F646F206465707572
  1459.       616369F36E014D6F646F206465707572616369F36E0154727962206465627567
  1460.       6F77616E69610144656275673A01F0E5E6E8EC20EEF2EBE0E4EAE80144656275
  1461.       67204D6F647573014D6F6465206465627567014D6F646F204445425547014465
  1462.       627567206DF364010D0A434244656C6C46616E7301456E61626C652044454C4C
  1463.       20737570706F7274202875736520746869732066756E6374696F6E206F6E6C79
  1464.       206F6E2044454C4C206E6F7465626F6F6B73290141747469766120737570706F
  1465.       72746F2044454C4C2028757361726520736F6C6F20737520706F72746174696C
  1466.       692044454C4C29014163746976617220736F706F72746520706172612044454C
  1467.       4C2028757361722073F36C6F20656E20706F7274E174696C65732044454C4C29
  1468.       014163746976617220736F706F727465207072612044454C4C20287573617220
  1469.       73F320656E20706F7274E174696C65732044454C4C2901416B747977756A2077
  1470.       7370617263696520646C612044454C4C2028757A796A2074656A2066756E6B63
  1471.       6A692054594C4B4F207A206E6F7465626F6F6B616D692044656C6C2901506F76
  1472.       6F6C697420706F64706F72752044454C4C2028706F759E696A7465206E61206E
  1473.       6F7465626F6F63ED63682044454C4C2901C2EAEBFEF7E8F2FC20EFEEE4E4E5F0
  1474.       E6EAF32044454C4C2028E8F1EFEEEBFCE7F3E9F2E520FDF2F320F4F3EDEAF6E8
  1475.       FE20F2EEEBFCEAEE20EDE020EDEEF3F2E1F3EAE0F52044454C4C290144656E20
  1476.       537570706F72742066FC722044454C4C204E6F7465626F6F6B7320616B746976
  1477.       696572656E20202844696573652046756B74696F6E2067696C74206E75722066
  1478.       FC722044454C4C204E6F7465626F6F6B73290141637469766572206C65207375
  1479.       70706F72742044454C4C2028E0207574696C6973657220756E697175656D656E
  1480.       7420737572206C657320706F727461626C65732044454C4C2901417469766120
  1481.       7375706F7274652044454C4C202853F32075736520657373612066756EE7E36F
  1482.       20656D206E6F7465626F6F6B732044454C4C2901506F766F6C699D20706F6470
  1483.       6F72752044454C4C2028706F759E697465206E61206E6F7465626F6F6B6F6368
  1484.       2044454C4C29010D0A434246616E4C6F67676564014C6F67676564014C6F6767
  1485.       6564015265676973747261646F014C6F67676564015A616C6F676F77616E7901
  1486.       4C6F676F76E16E6F01CFE8F1E0F2FC20E220EBEEE30147656C6F676774014C6F
  1487.       6767756572014C6F6761646F015A617A6E616D656EE176616EE9010D0A434246
  1488.       756C6C4F6E45786974015365742066616E7320746F2031303025206F6E207072
  1489.       6F6772616D20657869740156656E746F6C6520616C203130302520696E207573
  1490.       636974612064616C2070726F6772616D6D610145737461626C65636572207665
  1491.       6E74696C61646F72657320616C203130302520616C2073616C69720145737461
  1492.       626C656365722076656E74696C61646F72657320F3203130302520F320706563
  1493.       6861720155737461772077656E74796C61746F7279206E612031303025207072
  1494.       7A792077796A636975207A2070726F6772616D750150F86920756B6F6EE8656E
  1495.       ED206E617374617669742076EC7472E16B79206E61203130302501D3F1F2E0ED
  1496.       EEE2E8F2FC20F1EAEEF0EEF1F2FC20EAF3EBE5F0EEE220EDE0203130302520EF
  1497.       F0E820E2FBF5EEE4E50131303025204C65697374756E672077656E6E20646173
  1498.       2050726F6772616D6D2067657363686C6F7373656E20776972640152E9676C65
  1499.       72206C65732076656E74696C61746575727320E0203130302520E0206C612073
  1500.       6F727469652064752070726F6772616D6D6501436F6C6F6361722076656E746F
  1501.       696E68617320E02031303025206E61207361ED646120646F2070726F6772616D
  1502.       610150726920756B6F6EE8656EED206E6173746176699D2076656E74696CE174
  1503.       6F7279206E612031303025010D0A43424C6F6741646448656164657201416464
  1504.       2068656164657220746F207468652066696C650141676769756E676920696E74
  1505.       657374617A696F6E6520616C2066696C650141F1616469722063616265636572
  1506.       6120616C206172636869766F01456E67616469722063616265636569726120F3
  1507.       206172717569766F01446F64616A206E6167B3F377656B20646F20706C696B75
  1508.       0150F86964617420686C617669E86B7520646F20736F75626F727501C4EEE1E0
  1509.       E2EBFFF2FC20E7E0E3EEEBEEE2EEEA20EA20F4E0E9EBF301486561646572207A
  1510.       75722044617465692068696E7A7566FC67656E01416A6F7574657220756E2074
  1511.       6974726520617520666963686965720141646963696F6E61722063616265E761
  1512.       6C686F20616F206172717569766F0150726964619D20686C617669E86B752064
  1513.       6F2073FA626F7275010D0A43424C6F67456E61626C656401456E61626C656401
  1514.       4162696C697461746F01416374697661646F01416374697661646F0157B3B963
  1515.       7A6F6E7901506F766F6C697401C2EAEBFEF7E8F2FC01416B7469766965727401
  1516.       4163746976657201486162696C697461646F01506F766F6C699D010D0A43424D
  1517.       696E696D697A654F6E436C6F7365014D696E696D697A65206F6E20636C6F7365
  1518.       014D696E696D697A7A6120696E76656365206469206368697564657265014D69
  1519.       6E696D697A617220616C20636572726172014D696E696D697A617220F3207065
  1520.       63686172015A6D696E696D616C697A756A2070727A79207A616D796B616E6975
  1521.       014D696E696D616C697A6F7661742070F869207A6176F8656EED01D1E2EEF0E0
  1522.       F7E8E2E0F2FC20EFF0E820E7E0EAF0FBF2E8E8014265696D205363686C6965DF
  1523.       656E206D696E696D696572656E0152E9647569726520E0206C61206665726D65
  1524.       74757265014D696E696D697A6172207175616E646F20666563686172014D696E
  1525.       696D616C697A6F76619D20707269207A6174766F72656EED010D0A4342526573
  1526.       746F726550726F700172656D656D626572206974017269636F7264616C610172
  1527.       65636F72646172017265636F72646172015A6170616D69EA74616A015A617061
  1528.       6D61746F76617401E7E0EFEEECEDE8F2FC014572696E6E65726E01536520736F
  1529.       7576656E6972014C656D62726172015A6170616DE474619D207369010D0A4342
  1530.       53686F77496E547261790153686F7720696E2074726179014D6F73747261206E
  1531.       656C2074726179014D6F737472617220656E20656C2074726179014D6F737472
  1532.       6172206E6F207472617901506F6B61BF207720747261792D75015A6F6272617A
  1533.       69742076206C699A74EC01CFEEEAE0E7FBE2E0F2FC20E220F2F0E5E501496D20
  1534.       5472617920616E7A656967656E014D6F6E7472657220656E207A6F6E65206465
  1535.       206E6F74696669636174696F6E014D6F7374726172206E612062616E64656A61
  1536.       015A6F6272617A699D2076206C699A7465010D0A434253746172744D696E696D
  1537.       697A6564017374617274206D696E696D697A6564016176766961206D696E696D
  1538.       697A7A61746F01696E6963696172206D696E696D697A61646F01696E69636961
  1539.       72206D696E697A61646F0155727563686F6D207A6D696E696D616C697A6F7761
  1540.       6E790153707573746974206D696E696D616C697A6F76616EFD01E7E0EFF3F1EA
  1541.       E0F2FC20F1E2E5F0EDF3F2EEE9014D696E696D69657274207374617274656E01
  1542.       44E96D6172726572206D696E696D6973657201496E6963696172206D696E696D
  1543.       697A61646F015370757374699D206D696E696D616C697A6F76616EFD010D0A43
  1544.       4254656D704C6F67676564014C6F67676564014C6F6767656401526567697374
  1545.       7261646F015265786973747261646F015A616C6F676F77616E79014C6F676F76
  1546.       E16E6F01CFE8F1E0F2FC20E220EBEEE30147656C6F676774016C6F6767756572
  1547.       014C6F6761646F015A617A6E616D656EE176616EE9010D0A4342557365495341
  1548.       0149534120425553014953412042555301425553204953410142555320495341
  1549.       0149534120425553014953412042555301495341204255530149534120425553
  1550.       014953412042555301495341204255530149534120425553010D0A4342557365
  1551.       534D4201534D42757301534D42757301534D42757301534D42757301534D6275
  1552.       7301534D42757301534D42757301534D42757301534D42757301534D42757301
  1553.       534D427573010D0A4342566F6C744C6F67676564014C6F67676564014C6F6767
  1554.       6564015265676973747261646F015265786973747261646F015A616C6F676F77
  1555.       616E79014C6F676F76E16E6F01CFE8F1E0F2FC20E220EBEEE30147656C6F6767
  1556.       74014C6F6767756572014C6F6761646F015A617A6E616D656EE176616EE9010D
  1557.       0A47726F7570426F783101547261792062617201547261792062617201426172
  1558.       7261206465207461726561730142617272612064652074617265666173015472
  1559.       617920626172014C699A746101CDE0F1F2F0EEE9EAE820F2F0E5FF0154726179
  1560.       20626172015A6F6E65206465206E6F74696669636174696F6E01547261792042
  1561.       6172014C699A7461010D0A47726F7570426F7833014C65742053706565644661
  1562.       6E206163636573732073656E736F7273207468726F7567680141636365646920
  1563.       61692073656E736F7269206174747261766572736F0141636365646572206120
  1564.       6C6F732073656E736F726573206D656469616E7465014163636564657220F373
  1565.       2073656E736F726573206D656469616E746501506F7A77F36C20537065656446
  1566.       616E2D6F7769206E612062657A706F7265646E6920646F7374EA7020646F2073
  1567.       656E736F72F37701537065656446616E206A65207072F963686F7AED20736B72
  1568.       7A2073656E7A6F727901CFEEE7E2EEEBE8F2FC20E4EEF1F2F3EF20EA20F1E5ED
  1569.       F1EEF0E0EC20F7E5F0E5E70144696520537065656446616E2053656E736F7265
  1570.       6E2073696E6420616B74697669657274014C6169737365722053706565644661
  1571.       6E20616363E964657220617520736F6E6465732070617201446569786172206F
  1572.       20537065656446616E2061636573736172206F732073656E736F726573206174
  1573.       726176E97301537065656466616E20706F759EED76612073656E7A6F7279010D
  1574.       0A4C6162656C3101436869700143686970014368697001436869700143686970
  1575.       01C8697001D7E8EF01436869700143686970014368697001C86970010D0A4C61
  1576.       62656C313001250125012501250125012501250125012501250125010D0A4C61
  1577.       62656C3132014C616E6775616765014C696E677561014964696F6D6101496469
  1578.       6F6D61014AEA7A796B2070726F6772616D75014A617A796B3A01DFE7FBEA0153
  1579.       707261636865014C616E67616765014CED6E677561014A617A796B010D0A4C61
  1580.       62656C313301446563696D616C20736570617261746F7201536570617261746F
  1581.       726520646563696D616C6501536570617261646F7220646563696D616C015365
  1582.       70617261646F7220646563696D616C01536570617261746F7220647A697369EA
  1583.       746E79014465736574696E6EE120E8E1726B613A01C4E5F1FFF2E8F7EDFBE920
  1584.       F0E0E7E4E5EBE8F2E5EBFC0144657A696D616C7472656E6E65720153E9706172
  1585.       61746575722064E963696D616C01536570617261646F7220646563696D616C01
  1586.       4465736174696E6EE120E86961726B61010D0A4C6162656C3134015072696F72
  1587.       697479015072696F7269746127015072696F7269646164015072696F72696461
  1588.       646501015072696F7269746101CFF0E8EEF0E8F2E5F201015072696F726974E9
  1589.       015072696F726964616465015072696F72697461010D0A4C6162656C3135014D
  1590.       617820646563696D616C73014D617820646563696D616C6901446563696D616C
  1591.       6573206DE1782E01446563696D616973206DE1782E01496C6F9CE62063796672
  1592.       014D61782E20646573ED74656B3A01CCE0EAF12E20E4E5F1FFF2E8F7EDFBF520
  1593.       E7EDE0EAEEE2014D61782044657A696D616C7374656C6C656E014D61782E2064
  1594.       E963696D616C6573014D6178696D6F20646520646563696D616973014D617869
  1595.       6DE16C6E65206465736961746F6B3A010D0A4C6162656C313601446179732074
  1596.       6F206B6565700147696F726E6920646120636F6E736572766172650144ED6173
  1597.       206120636F6E7365727661720144ED61732061206D616E74657201496C6F9CE6
  1598.       2070727A6563686F777977616E79636820646E69015A6163686F76617420646E
  1599.       ED01D5F0E0EDE8F2FC20E4EDE5E901476568616C74656E2077657264656E2074
  1600.       616765014A6F757220E020636F6E73657276657201446961732070617261206D
  1601.       616E746572015A6163686F76619D20646EED3A010D0A4C6162656C3137014465
  1602.       73697265640144657369646572617461014465736561646F0144657365786164
  1603.       6F0150727A657A6E61637A656E696501506F9E61642E01CFF0E4E5EFEEF7F22E
  1604.       0157FC6E736368656E73776572740144E9736972657201446573656A61646F01
  1605.       506F9E61646F76616EE93A010D0A4C6162656C3138015761726E696E67014174
  1606.       74656E7A696F6E65014174656E6369F36E014174656E6369F36E014F7374727A
  1607.       65BF656E69650155706F7A6F726EEC6EED01CEEFE0F1EDEEF1F2FC015761726E
  1608.       756E6701417474656E74696F6E014174656EE7E36F0155706F7A6F726E656E69
  1609.       653A010D0A4C6162656C320153656C65637420612073656E736F7220616E6420
  1610.       612070726F706572747920746F206368616E6765206974732073657474696E67
  1611.       730153656C657A696F6E6120756E2073656E736F726520656420756E61207072
  1612.       6F7072696574E02070657220636F6E666967757261726C610153656C65636369
  1613.       6F6E6120756E2073656E736F72207920756E612070726F706965646164207061
  1614.       726120636F6E666967757261726C610153656C656363696F6E6120756E207365
  1615.       6E736F72206520756E68612070726F706965646164652070726120636F6E6669
  1616.       677572616C61015779626965727A2073656E736F72206920706172616D657472
  1617.       20646F207A6D69616E79206A65676F2075737461776965F10156796265727465
  1618.       2073656E7A6F72206120766C6173746E6F73742070726F207A6DEC6E75206E61
  1619.       73746176656EED01C2FBE1E5F0E8F2E520F1E5EDF1EEF020E820E5ECF320EFF0
  1620.       E8EDE0E4EBE5E6E0F9E5E520E4EBFF20E8E7ECE5EDE5EDE8FF20E5E3EE20EDE0
  1621.       F1F2F0EEE5EA0157E4686C656E205369652065696E656E2053656E736F722061
  1622.       757320756D206469652045696E7374656C6C756E67656E207A7520E46E646572
  1623.       6E0153E96C656374696F6E6E657220756E6520736F6E646520706F7572206368
  1624.       616E676572206C65732072E9676C616765730153656C6563696F6E6520756D20
  1625.       73656E736F72206520756D612070726F70726965646164652070617261206D75
  1626.       64617220617320636F6E666967757261E7F5657301567962657274652073656E
  1627.       7A6F72206120766C6173746E6F739D20707265207A6D656E75206E6173746176
  1628.       656EED010D0A4C6162656C330149636F6E206261636B67726F756E640153666F
  1629.       6E646F2069636F6E6101466F6E646F2064656C2069636F6E6F01466F6E646F20
  1630.       646F2069636F6E6F0154B36F20696B6F6E01506F7A6164ED20696B6F6E7901D4
  1631.       EEED20E8EAEEEDEAE80149636F6E2048696E7465726772756E640141727269E8
  1632.       72652D706C616E2064276963F46E650146756E646F20646F20ED636F6E650150
  1633.       6F7A6164696520696B6F6E79010D0A4C6162656C340149636F6E207465787401
  1634.       546573746F2069636F6E6101546578746F2064656C2069636F6E6F0154657874
  1635.       6F20646F2069636F6E6F0154B36F2074656B737475015465787420696B6F6E79
  1636.       01D2E5EAF1F220E8EAEEEDEAE80149636F6E2074657874015465787465206427
  1637.       6963F46E6501546578746F20646F20ED636F6E65015465787420696B6F6E7901
  1638.       0D0A4C6162656C34350155736520666F6E740155736120666F6E74014675656E
  1639.       746501466F6E7465015769656C6B6F9CE620637A63696F6E6B6901466F6E7401
  1640.       D8F0E8F4F201536368726966746172742062656E75747A656E015574696C6973
  1641.       657220706F6C696365015573617220666F6E746501506F759E699D20666F6E74
  1642.       010D0A4C6162656C34370144656C74612076616C756520666F722066616E2073
  1643.       70656564730144656C746120706572206C652076656C6F636974E02064656C6C
  1644.       652076656E746F6C650156617269616369F36E2064652076656C6F6369646164
  1645.       206465206C6F732076656E74696C61646F7265730156617269616369F36E2064
  1646.       612076656C6F63696461646520646F732076656E74696C61646F726573015761
  1647.       72746F9CE62064656C747920646C61207072EA646B6F6369207769617472616B
  1648.       F3770144656C74612070726F20727963686C6F7374692076EC7472E16BF901C4
  1649.       E5EBFCF2E02DE7EDE0F7E5EDE8E520E4EBFF20F1EAEEF0EEF1F2E5E920EAF3EB
  1650.       E5F0EEE20144656C746120576572742066FC7220646965204CFC667465722047
  1651.       6573636877696E6469676B6569740156616C6575722064752064656C74612070
  1652.       6F7572206C612076697465737365206465732076656E74696C61746575727301
  1653.       56616C6F722064656C746120706172612061732076656E746F696E6861730144
  1654.       656C7461207072652072FD63686C6F739D2076656E74696CE1746F726F76010D
  1655.       0A4C6162656C350155736501557361015573617201557361720155BF796A0150
  1656.       6F759EED7401C8F1EFEEEBFCE7EEE2E0F2FC0142656E75747A656E015574696C
  1657.       69736174696F6E0155736501506F759E699D010D0A4C6162656C360153657420
  1658.       746F0143616D62696120696E0145737461626C6563657220610145737461626C
  1659.       656365722061015573746177014E6173742E01D3F1F2E0EDEEE2E8F2FC20E201
  1660.       DC6265726E65686D656E20696E0152E9676C657220E0014D7564617220706172
  1661.       61014E6173746176699D206E61010D0A4C6162656C37014D696E696D756D2076
  1662.       616C75650156616C6F7265206D696E696D6F0156616C6F72206DED6E2E015661
  1663.       6C6F72206DED6E2E01576172746F9CE6206D696E696D616C6E61014D696E2E20
  1664.       686F646E6F746101CCE8ED2E20E7EDE0F7E5EDE8E5014D696E696D616C652074
  1665.       656D700156616C657572206D696E696D756D0156616C6F72206DED6E696D6F01
  1666.       4D696E2E20686F646E6F7461010D0A4C6162656C38014D6178696D756D207661
  1667.       6C75650156616C6F7265206D617373696D6F0156616C6F72206DE1782E015661
  1668.       6C6F72206DE1782E01576172746F9CE6206D616B73796D616C6E61014D61782E
  1669.       20686F646E6F746101CCE0EAF12E20E7EDE0F7E5EDE8E5014D6178696D616C65
  1670.       2074656D700156616C657572206D6178696D756D0156616C6F72204DE178696D
  1671.       6F014D61782E20686F646E6F7461010D0A4C6162656C39012501012501250101
  1672.       250101012501250125010D0A4C414246616E446174610153656C656374206120
  1673.       66616E20746F206368616E6765206974732073657474696E67730153656C657A
  1674.       696F6E6120756E612076656E746F6C6120706572206D6F646966696361726E65
  1675.       206C6120636F6E6669677572617A696F6E650153656C656363696F6E6120756E
  1676.       2076656E74696C61646F722070617261206D6F6469666963617220737520636F
  1677.       6E6669677572616369F36E014573636F6C6C6520756E2076656E74696C61646F
  1678.       7220707261206D6F6469666963617220612073FA6120636F6E66696775726163
  1679.       69F36E015779626965727A2077656E74796C61746F7220646F207A6D69616E79
  1680.       206A65676F20706172616D657472F37701567962657274652076EC7472E16B20
  1681.       70726F207A6DEC6E75206E6173746176656EED01C2FBE1E5F0E8F2E520EAF3EB
  1682.       E5F020E4EBFF20E8E7ECE5EDE5EDE8FF20E5E3EE20EDE0F1F2F0EEE5EA0157E4
  1683.       686C656E205369652065696E656E204CFC66746572206175732C20756D206469
  1684.       652045696E7374656C6C756E67656E207A7520E46E6465726E0153E96C656374
  1685.       696F6E6E657220756E2076656E74696C617465757220706F7572206368616E67
  1686.       657220736573206F7074696F6E730153656C6563696F6E6520756D612076656E
  1687.       746F696E68612070617261206D75646172207375617320636F6E666967757261
  1688.       E7F5657301567962657274652076656E74696CE1746F7220707265207A6D656E
  1689.       75206E6173746176656EED010D0A4C41425370656564446174610153656C6563
  1690.       74206120737065656420746F206368616E6765206974732073657474696E6773
  1691.       0153656C657A696F6E6120756E612076656C6F636974E020706572206D6F6469
  1692.       66696361726E65206C6120636F6E6669677572617A696F6E650153656C656363
  1693.       696F6E6120756E612076656C6F63696461642070617261206D6F646966696361
  1694.       7220737520636F6E6669677572616369F36E014573636F6C6C6520756E686120
  1695.       76656C6F63696461646520707261206D6F6469666963617220612073FA612063
  1696.       6F6E6669677572616369F36E015779626965727A207072EA646B6F9CE620646F
  1697.       207A6D69616E79206A656A20706172616D657472F37701567962657274652072
  1698.       7963686C6F73742070726F207A6DEC6E75206E6173746176656EED01C2FBE1E5
  1699.       F0E8F2E520F1EAEEF0EEF1F2FC20E4EBFF20E8E7ECE5EDE5E8FF20E5E520EDE0
  1700.       F1F2F0EEE5EA0157E4686C656E205369652065696E6520476573636877696E64
  1701.       69676B656974206175732C20756D206469652045696E7374656C6C756E67656E
  1702.       207A7520E46E6465726E0153E96C656374696F6E6E657220756E652076697465
  1703.       73736520706F7572206368616E67657220736573206F7074696F6E730153656C
  1704.       6563696F6E6120756D612076656C6F6369646164652070617261206D75646172
  1705.       207375617320636F6E666967757261E7F5657301567962657274652072FD6368
  1706.       6C6F739D20707265207A6D656E75206E6173746176656EED010D0A4C41425465
  1707.       6D70446174610153656C65637420612074656D706572617475726520746F2063
  1708.       68616E6765206974732073657474696E67730153656C657A696F6E6120756E61
  1709.       2074656D706572617475726120706572206D6F646966696361726E65206C6120
  1710.       636F6E6669677572617A696F6E650153656C656363696F6E6120756E61207465
  1711.       6D70657261747572612070617261206D6F6469666963617220737520636F6E66
  1712.       69677572616369F36E014573636F6C6C6520756E68612074656D706572617475
  1713.       726120707261206D6F6469666963617220612073FA6120636F6E666967757261
  1714.       6369F36E015779626965727A2074656D70657261747572EA20646F207A6D6961
  1715.       6E79206A656A20706172616D657472F3770156796265727465207465706C6F74
  1716.       752070726F207A6DEC6E75206E6173746176656EED01C2FBE1E5F0E8F2E520F2
  1717.       E5ECEFE5F0E0F2F3F0F320E4EBFF20E8E7ECE5EDE5EDE8FF20E5E520EDE0F1F2
  1718.       F0EEE5EA0157E4686C656E205369652065696E652054656D7065726174757220
  1719.       6175732C20756D206469652045696E7374656C6C756E67656E207A7520E46E64
  1720.       65726E0153E96C656374696F6E6E657220756E652074656D70E9726174757265
  1721.       20706F7572206368616E67657220736573206F7074696F6E730153656C656369
  1722.       6F6E6120756D612074656D70657261747572612070617261206D756461722073
  1723.       75617320636F6E666967757261E7F565730156796265727465207465706C6F74
  1724.       7520707265207A6D656E75206E6173746176656EED010D0A4C4142566F6C7444
  1725.       6174610153656C656374206120766F6C7461676520746F206368616E67652069
  1726.       74732073657474696E67730153656C657A696F6E6120756E20766F6C74616767
  1727.       696F20706572206D6F646966696361726E65206C6120636F6E6669677572617A
  1728.       696F6E650153656C656363696F6E6120756E20766F6C74616A65207061726120
  1729.       6D6F6469666963617220737520636F6E6669677572616369F36E014573636F6C
  1730.       6C6520756E20766F6C7461786520707261206D6F6469666963617220612073FA
  1731.       6120636F6E6669677572616369F36E015779626965727A206E617069EA636965
  1732.       20646F207A6D69616E79206A65676F20706172616D657472F377015679626572
  1733.       7465206E6170EC74ED2070726F207A6DEC6E75206E6173746176656EED01C2FB
  1734.       E1E5F0E8F2E520EDE0EFF0FFE6E5EDE8E520E4EBFF20E8E7ECE5EDE5EDE8FF20
  1735.       E5E3EE20EDE0F1F2F0EEE5EA0157E4686C656E205369652065696E6520537061
  1736.       6E6E756E67206175732C20756D206469652045696E7374656C6C756E67656E20
  1737.       7A7520E46E6465726E0153E96C656374696F6E6E657220756E20766F6C746167
  1738.       6520706F7572206368616E67657220736573206F7074696F6E730153656C6563
  1739.       696F6E6120756D6120766F6C746167656D2070617261206D7564617220737561
  1740.       7320636F6E666967757261E7F565730156796265727465206E6170E474696520
  1741.       707265207A6D656E75206E6173746176656EED010D0A4C414257616E74656454
  1742.       656D7001B0430101B04301B0430101B043010101B0430101B043010D0A4C4142
  1743.       5761726E696E6754656D7001B0430101B04301B0430101B043010101B0430101
  1744.       B043010D0A50414E416476616E63656401010101010101010101010D0A50616E
  1745.       416476616E6365644461746101010101010101010101010D0A50616E426F7474
  1746.       6F6D416476616E63656401010101010101010101010D0A50414E426F74746F6D
  1747.       46616E01010101010101010101010D0A50616E426F74746F6D53706565640101
  1748.       0101010101010101010D0A50414E426F74746F6D54656D700101010101010101
  1749.       0101010D0A50414E426F74746F6D566F6C7401010101010101010101010D0A50
  1750.       616E656C3101010101010101010101010D0A50616E656C320101010101010101
  1751.       0101010D0A50616E656C3301010101010101010101010D0A50616E656C340101
  1752.       0101010101010101010D0A50616E46616E446174610101010101010101010101
  1753.       0D0A50414E46616E7301010101010101010101010D0A50414E4C6F674F707469
  1754.       6F6E7301010101010101010101010D0A50616E50776D44617461010101010101
  1755.       01010101010D0A50414E53706565647301010101010101010101010D0A50616E
  1756.       54656D704461746101010101010101010101010D0A50414E54656D7073010101
  1757.       01010101010101010D0A50616E54656D70556E69740101010101010101010101
  1758.       0D0A50616E54726179466F6E7453697A6501010101010101010101010D0A5041
  1759.       4E566F6C744461746101010101010101010101010D0A50414E566F6C74730101
  1760.       0101010101010101010D0A5242466F6E744C61726765016C6172676501677261
  1761.       6E6465016772616E6465016772616E6465016475BF610176656C6BFD01E1EEEB
  1762.       FCF8EEE90167726F73736520016772616E64016772616E6465017665BE6BFD01
  1763.       0D0A5242466F6E74536D616C6C01736D616C6C01706963636F6C6F0170657175
  1764.       65F1610170657175656E61016D61B361016D616CFD01ECE0EBE5EDFCEAE8E901
  1765.       6B6C65696E650170657469740170657175656E6F016D616CFD010D0A52425573
  1766.       6543656C736975730143656C736975730143656C736975730143656C73697573
  1767.       0143656C736975730143656C736975737A790143656C73696101D6E5EBFCF1E8
  1768.       E90143656C736975730143656C736975730143656C736975730143656C7A6961
  1769.       010D0A524255736546616872656E686569740146616872656E68656974014661
  1770.       6872656E686569740146616872656E686569740146616872656E686569740146
  1771.       616872656E68656974F3770146616872656E686569747901D4E0F0E5EDE3E5E8
  1772.       F20146616872656E686569740146616872656E686569740146616872656E6865
  1773.       69740146616872656E6865697479010D0A5453416476616E6365640141647661
  1774.       6E636564014176616E7A617465014176616E7A61646F014176616E7A61646F01
  1775.       5A616177616E736F77616E6501526F7A9AEDF8656EE901CFF0EEE4E2E8EDF3F2
  1776.       FBE520EDE0F1F2F0EEE9EAE80142656E75747A6572646566696E696572740141
  1777.       76616E63E9014176616EE761646F01506F6B726FE8696CE9010D0A545346616E
  1778.       730146616E730156656E746F6C650156656E74696C61646F7265730156656E74
  1779.       696C61646F7265730157656E74796C61746F72790156EC7472E16B7901014CFC
  1780.       667465720156656E74696C6174657572730156656E746F696E6861730156656E
  1781.       74696CE1746F7279010D0A54534C6F6767696E67014C6F670101526567697374
  1782.       726F01526578697374726F01447A69656E6E696B014C6F670101014C6F67014C
  1783.       6F67014C6F67010D0A54534F7074696F6E73014F7074696F6E73014F707A696F
  1784.       6E69014F7063696F6E6573014F706369F36E73014F70636A6501566F6C627901
  1785.       CEEFF6E8E8014F7074696F6E656E014F7074696F6E73014F70E7F5657301566F
  1786.       BE6279010D0A5453537065656473015370656564730156656C6F636974E00156
  1787.       656C6F636964616465730156656C6F63696461646573015072EA646B6F9C6369
  1788.       01527963686C6F73746901D1EAEEF0EEF1F2E801476573636877696E6469676B
  1789.       656974656E0156697465737365730156656C6F636964616465730152FD63686C
  1790.       6F737469010D0A545354656D70730154656D7065726174757265730154656D70
  1791.       657261747572650154656D7065726174757261730154656D7065726174757261
  1792.       730154656D7065726174757279015465706C6F747901D2E5ECEFE5F0E0F2F3F0
  1793.       FB0154656D70657261747572656E0154656D70E9726174757265730154656D70
  1794.       6572617475726173015465706C6F7479010D0A5453566F6C747301566F6C7461
  1795.       67657301566F6C746167676901566F6C74616A657301566F6C7461786573014E
  1796.       617069EA636961014E6170EC74ED01CDE0EFF0FFE6E5EDE8FF015370616E6E75
  1797.       6E67656E01566F6C746167657301566F6C746167656E73014E6170E474696501
  1798.       0D0A737448696E74730D0A54446C67436F6E6669670101010101010101010101
  1799.       0D0A42697442746E3101010101010101010101010D0A42697442746E32010101
  1800.       01010101010101010D0A43424164764368697001010101010101010101010D0A
  1801.       43424175746F5661726961746501010101010101010101010D0A434244656275
  1802.       674D6F646501010101010101010101010D0A434244656C6C46616E7301010101
  1803.       010101010101010D0A43424564697450726F7065727479010101010101010101
  1804.       01010D0A434246616E4C6F6767656401010101010101010101010D0A43424675
  1805.       6C6C4F6E4578697401010101010101010101010D0A434249636F6E4261636B01
  1806.       010101010101010101010D0A434249636F6E5465787401010101010101010101
  1807.       010D0A43424C616E677561676501010101010101010101010D0A43424C6F6741
  1808.       646448656164657201010101010101010101010D0A43424C6F67456E61626C65
  1809.       6401010101010101010101010D0A43424D696E696D697A654F6E436C6F736501
  1810.       010101010101010101010D0A43425072696F7269747901010101010101010101
  1811.       010D0A4342526573746F726550726F7001010101010101010101010D0A434253
  1812.       686F77496E5472617901010101010101010101010D0A434253746172744D696E
  1813.       696D697A656401010101010101010101010D0A434254656D704C6F6767656401
  1814.       010101010101010101010D0A434255736549534101010101010101010101010D
  1815.       0A4342557365534D4201010101010101010101010D0A4342566F6C744C6F6767
  1816.       656401010101010101010101010D0A454446616E44656C746101010101010101
  1817.       010101010D0A45444C6F6744656353657001010101010101010101010D0A4544
  1818.       4C6F674D61784461797301010101010101010101010D0A45444C6F674D617844
  1819.       65637301010101010101010101010D0A45444D617850776D0101010101010101
  1820.       0101010D0A45444D696E50776D01010101010101010101010D0A454457616E74
  1821.       656454656D7001010101010101010101010D0A45445761726E696E6754656D70
  1822.       01010101010101010101010D0A47726F7570426F783101010101010101010101
  1823.       010D0A47726F7570426F783301010101010101010101010D0A4C6162656C3101
  1824.       010101010101010101010D0A4C6162656C313001010101010101010101010D0A
  1825.       4C6162656C313201010101010101010101010D0A4C6162656C31330101010101
  1826.       0101010101010D0A4C6162656C313401010101010101010101010D0A4C616265
  1827.       6C313501010101010101010101010D0A4C6162656C3136010101010101010101
  1828.       01010D0A4C6162656C313701010101010101010101010D0A4C6162656C313801
  1829.       010101010101010101010D0A4C6162656C3201010101010101010101010D0A4C
  1830.       6162656C3301010101010101010101010D0A4C6162656C340101010101010101
  1831.       0101010D0A4C6162656C343501010101010101010101010D0A4C6162656C3437
  1832.       01010101010101010101010D0A4C6162656C3501010101010101010101010D0A
  1833.       4C6162656C3601010101010101010101010D0A4C6162656C3701010101010101
  1834.       010101010D0A4C6162656C3801010101010101010101010D0A4C6162656C3901
  1835.       010101010101010101010D0A4C414246616E4461746101010101010101010101
  1836.       010D0A4C414253706565644461746101010101010101010101010D0A4C414254
  1837.       656D704461746101010101010101010101010D0A4C4142566F6C744461746101
  1838.       010101010101010101010D0A4C414257616E74656454656D7001010101010101
  1839.       010101010D0A4C41425761726E696E6754656D7001010101010101010101010D
  1840.       0A4C5650726F707301010101010101010101010D0A7061676573010101010101
  1841.       01010101010D0A50414E416476616E63656401010101010101010101010D0A50
  1842.       616E416476616E6365644461746101010101010101010101010D0A50616E426F
  1843.       74746F6D416476616E63656401010101010101010101010D0A50414E426F7474
  1844.       6F6D46616E01010101010101010101010D0A50616E426F74746F6D5370656564
  1845.       01010101010101010101010D0A50414E426F74746F6D54656D70010101010101
  1846.       01010101010D0A50414E426F74746F6D566F6C7401010101010101010101010D
  1847.       0A50616E656C3101010101010101010101010D0A50616E656C32010101010101
  1848.       01010101010D0A50616E656C3301010101010101010101010D0A50616E656C34
  1849.       01010101010101010101010D0A50616E46616E44617461010101010101010101
  1850.       01010D0A50414E46616E7301010101010101010101010D0A50414E4C6F674F70
  1851.       74696F6E7301010101010101010101010D0A50616E50776D4461746101010101
  1852.       010101010101010D0A50414E53706565647301010101010101010101010D0A50
  1853.       616E54656D704461746101010101010101010101010D0A50414E54656D707301
  1854.       010101010101010101010D0A50616E54656D70556E6974010101010101010101
  1855.       01010D0A50616E54726179466F6E7453697A6501010101010101010101010D0A
  1856.       50414E566F6C744461746101010101010101010101010D0A50414E566F6C7473
  1857.       01010101010101010101010D0A5242466F6E744C617267650101010101010101
  1858.       0101010D0A5242466F6E74536D616C6C01010101010101010101010D0A524255
  1859.       736543656C7369757301010101010101010101010D0A52425573654661687265
  1860.       6E6865697401010101010101010101010D0A5453416476616E63656401010101
  1861.       010101010101010D0A545346616E7301010101010101010101010D0A54534C6F
  1862.       6767696E6701010101010101010101010D0A54534F7074696F6E730101010101
  1863.       0101010101010D0A545353706565647301010101010101010101010D0A545354
  1864.       656D707301010101010101010101010D0A5453566F6C74730101010101010101
  1865.       0101010D0A565446616E7301010101010101010101010D0A565450776D730101
  1866.       0101010101010101010D0A565454656D707301010101010101010101010D0A56
  1867.       54566F6C747301010101010101010101010D0A7374446973706C61794C616265
  1868.       6C730D0A7374466F6E74730D0A54446C67436F6E666967014D532053616E7320
  1869.       5365726966014D532053616E73205365726966014D532053616E732053657269
  1870.       66014D532053616E73205365726966014D532053616E73205365726966014D53
  1871.       2053616E73205365726966014D532053616E73205365726966014D532053616E
  1872.       73205365726966014D532053616E73205365726966014D532053616E73205365
  1873.       726966014D532053657269660D0A73744D756C74694C696E65730D0A43424164
  1874.       76436869702E4974656D7301010101010101010101010D0A4342456469745072
  1875.       6F70657274792E4974656D7301010101010101010101010D0A434249636F6E42
  1876.       61636B2E436F6C6F724E616D657301010101010101010101010D0A434249636F
  1877.       6E546578742E436F6C6F724E616D657301010101010101010101010D0A43424C
  1878.       616E67756167652E4974656D7301010101010101010101010D0A43425072696F
  1879.       726974792E4974656D730149646C652C4E6F726D616C2C486967682C5265616C
  1880.       74696D65010101010101010101010D0A7374446C677343617074696F6E730D0A
  1881.       41626F7274012641626F72740101010150727A657277696A01265A72759A6974
  1882.       01CFF026E5EAF0E0F2E8F2FC012641626272656368656E01264162616E646F6E
  1883.       6E65720101265A72759A699D010D0A416C6C0126416C6C0101010157737A7973
  1884.       746B6F0126569A650126C2F1E50126416C6C65730126546F7573010126569A65
  1885.       746B6F010D0A43616E63656C0143616E63656C01010101416E756C756A015374
  1886.       6F726E6F01CEF2ECE5EDE00141626272656368656E01416E6E756C6572010153
  1887.       746F726E6F010D0A436F6E6669726D01436F6E6669726D01010101506F747769
  1888.       6572649F01506F7476727A656EED01CFEEE4F2E2E5F0E4E8F2FC01DC6265726E
  1889.       65686D656E01436F6E6669726D65720101506F74767264656E6965010D0A4572
  1890.       726F72014572726F720101010142B3B96401436879626101CEF8E8E1EAE00146
  1891.       65686C65720145727265757201014368796261010D0A48656C70012648656C70
  1892.       01010101506F6D6F63014EE126706F76EC64610126CFEEECEEF9FC012648696C
  1893.       6665014169646501014EE126706F76656461010D0A49676E6F7265012649676E
  1894.       6F72650101010149676E6F72756A012649676E6F726F76617401CFF026EEEFF3
  1895.       F1F2E8F2FC012649676E6F72696572656E0149676E6F72657201012649676E6F
  1896.       726F76619D010D0A496E666F726D6174696F6E01496E666F726D6174696F6E01
  1897.       010101496E666F726D61636A6101496E666F726D61636501C8EDF4EEF0ECE0F6
  1898.       E8FF01496E666F726D6174696F6E656E01496E666F726D6174696F6E0101496E
  1899.       666F726DE1636965010D0A4E6F01264E6F010101014E696501264E650126CDE5
  1900.       F201264E65696E01264E6F6E0101264E6965010D0A4E6F20546F20416C6C014E
  1901.       266F20746F20416C6C010101014E696520646C612077737A7973746B69636801
  1902.       4E266520769A656D01CD26E5F220E4EBFF20E2F1E5F5014E65696E2066FC7220
  1903.       616C6C65014E266F6E20706F757220746F757301014E69266520769A65746BFD
  1904.       6D010D0A4F4B014F4B010101014F4B014F4B014F4B014F4B014F4B01014F4B01
  1905.       0D0A52657472790126526574727901010101506F7774F3727A01265A6E6F7675
  1906.       01CFEE26E2F2EEF001265769656465726865727374656C6C656E012652E96573
  1907.       73617965720101265A6E6F7661010D0A5761726E696E67015761726E696E6701
  1908.       0101014F7374727A65BF656E69650155706F7A6F726EEC6EED01CFF0E5E4F3EF
  1909.       F0E5E6E4E5EDE8E5015761726E756E6701417474656E74696F6E010155706F7A
  1910.       6F726E656E6965010D0A59657301265965730101010154616B0126416E6F0126
  1911.       C4E001264A6101264F7569010126C16E6F010D0A59657320546F20416C6C0159
  1912.       657320746F2026416C6C0101010154616B20646C612077737A7973746B696368
  1913.       01416E6F2026769A656D01C4E020E426EBFF20E2F1E5F5014A612066FC722061
  1914.       6C6C65014F756920706F75722026546F75730101C16E6F2026769A65746BFD6D
  1915.       010D0A7374537472696E67730D0A73744F74686572537472696E67730D0A4269
  1916.       7442746E312E48656C704B6579776F726401010101010101010101010D0A4269
  1917.       7442746E322E48656C704B6579776F726401010101010101010101010D0A4342
  1918.       416476436869702E48656C704B6579776F726401010101010101010101010D0A
  1919.       4342416476436869702E496D654E616D6501010101010101010101010D0A4342
  1920.       416476436869702E5465787401010101010101010101010D0A43424175746F56
  1921.       6172696174652E48656C704B6579776F726401010101010101010101010D0A43
  1922.       4244656275674D6F64652E48656C704B6579776F726401010101010101010101
  1923.       010D0A434244656C6C46616E732E48656C704B6579776F726401010101010101
  1924.       010101010D0A43424564697450726F70657274792E48656C704B6579776F7264
  1925.       01010101010101010101010D0A43424564697450726F70657274792E496D654E
  1926.       616D6501010101010101010101010D0A43424564697450726F70657274792E54
  1927.       65787401010101010101010101010D0A434246616E4C6F676765642E48656C70
  1928.       4B6579776F726401010101010101010101010D0A434246756C6C4F6E45786974
  1929.       2E48656C704B6579776F726401010101010101010101010D0A434249636F6E42
  1930.       61636B2E48656C704B6579776F726401010101010101010101010D0A43424963
  1931.       6F6E4261636B2E496D654E616D6501010101010101010101010D0A434249636F
  1932.       6E546578742E48656C704B6579776F726401010101010101010101010D0A4342
  1933.       49636F6E546578742E496D654E616D6501010101010101010101010D0A43424C
  1934.       616E67756167652E48656C704B6579776F726401010101010101010101010D0A
  1935.       43424C616E67756167652E496D654E616D6501010101010101010101010D0A43
  1936.       424C616E67756167652E5465787401010101010101010101010D0A43424C6F67
  1937.       4164644865616465722E48656C704B6579776F72640101010101010101010101
  1938.       0D0A43424C6F67456E61626C65642E48656C704B6579776F7264010101010101
  1939.       01010101010D0A43424D696E696D697A654F6E436C6F73652E48656C704B6579
  1940.       776F726401010101010101010101010D0A43425072696F726974792E48656C70
  1941.       4B6579776F726401010101010101010101010D0A43425072696F726974792E49
  1942.       6D654E616D6501010101010101010101010D0A43425072696F726974792E5465
  1943.       787401010101010101010101010D0A4342526573746F726550726F702E48656C
  1944.       704B6579776F726401010101010101010101010D0A434253686F77496E547261
  1945.       792E48656C704B6579776F726401010101010101010101010D0A434253746172
  1946.       744D696E696D697A65642E48656C704B6579776F726401010101010101010101
  1947.       010D0A434254656D704C6F676765642E48656C704B6579776F72640101010101
  1948.       0101010101010D0A43425573654953412E48656C704B6579776F726401010101
  1949.       010101010101010D0A4342557365534D422E48656C704B6579776F7264010101
  1950.       01010101010101010D0A4342566F6C744C6F676765642E48656C704B6579776F
  1951.       726401010101010101010101010D0A454446616E44656C74612E48656C704B65
  1952.       79776F726401010101010101010101010D0A454446616E44656C74612E496D65
  1953.       4E616D6501010101010101010101010D0A45444C6F674465635365702E48656C
  1954.       704B6579776F726401010101010101010101010D0A45444C6F67446563536570
  1955.       2E496D654E616D6501010101010101010101010D0A45444C6F67446563536570
  1956.       2E5465787401010101010101010101010D0A45444C6F674D6178446179732E48
  1957.       656C704B6579776F726401010101010101010101010D0A45444C6F674D617844
  1958.       6179732E496D654E616D6501010101010101010101010D0A45444C6F674D6178
  1959.       446563732E48656C704B6579776F726401010101010101010101010D0A45444C
  1960.       6F674D6178446563732E496D654E616D6501010101010101010101010D0A4544
  1961.       4D617850776D2E48656C704B6579776F726401010101010101010101010D0A45
  1962.       444D617850776D2E496D654E616D6501010101010101010101010D0A45444D69
  1963.       6E50776D2E48656C704B6579776F726401010101010101010101010D0A45444D
  1964.       696E50776D2E496D654E616D6501010101010101010101010D0A454457616E74
  1965.       656454656D702E48656C704B6579776F726401010101010101010101010D0A45
  1966.       4457616E74656454656D702E496D654E616D6501010101010101010101010D0A
  1967.       45445761726E696E6754656D702E48656C704B6579776F726401010101010101
  1968.       010101010D0A45445761726E696E6754656D702E496D654E616D650101010101
  1969.       0101010101010D0A466F726D53746F72616765312E496E6946696C654E616D65
  1970.       015C736F6674776172655C537065656446616E010101015C736F667477617265
  1971.       5C537065656446616E0101010101010D0A466F726D53746F72616765312E496E
  1972.       6953656374696F6E01010101010101010101010D0A47726F7570426F78312E48
  1973.       656C704B6579776F726401010101010101010101010D0A47726F7570426F7833
  1974.       2E48656C704B6579776F726401010101010101010101010D0A4C6162656C312E
  1975.       48656C704B6579776F726401010101010101010101010D0A4C6162656C31302E
  1976.       48656C704B6579776F726401010101010101010101010D0A4C6162656C31322E
  1977.       48656C704B6579776F726401010101010101010101010D0A4C6162656C31332E
  1978.       48656C704B6579776F726401010101010101010101010D0A4C6162656C31342E
  1979.       48656C704B6579776F726401010101010101010101010D0A4C6162656C31352E
  1980.       48656C704B6579776F726401010101010101010101010D0A4C6162656C31362E
  1981.       48656C704B6579776F726401010101010101010101010D0A4C6162656C31372E
  1982.       48656C704B6579776F726401010101010101010101010D0A4C6162656C31382E
  1983.       48656C704B6579776F726401010101010101010101010D0A4C6162656C322E48
  1984.       656C704B6579776F726401010101010101010101010D0A4C6162656C332E4865
  1985.       6C704B6579776F726401010101010101010101010D0A4C6162656C342E48656C
  1986.       704B6579776F726401010101010101010101010D0A4C6162656C34352E48656C
  1987.       704B6579776F726401010101010101010101010D0A4C6162656C34372E48656C
  1988.       704B6579776F726401010101010101010101010D0A4C6162656C352E48656C70
  1989.       4B6579776F726401010101010101010101010D0A4C6162656C362E48656C704B
  1990.       6579776F726401010101010101010101010D0A4C6162656C372E48656C704B65
  1991.       79776F726401010101010101010101010D0A4C6162656C382E48656C704B6579
  1992.       776F726401010101010101010101010D0A4C6162656C392E48656C704B657977
  1993.       6F726401010101010101010101010D0A4C414246616E446174612E48656C704B
  1994.       6579776F726401010101010101010101010D0A4C41425370656564446174612E
  1995.       48656C704B6579776F726401010101010101010101010D0A4C414254656D7044
  1996.       6174612E48656C704B6579776F726401010101010101010101010D0A4C414256
  1997.       6F6C74446174612E48656C704B6579776F726401010101010101010101010D0A
  1998.       4C414257616E74656454656D702E48656C704B6579776F726401010101010101
  1999.       010101010D0A4C41425761726E696E6754656D702E48656C704B6579776F7264
  2000.       01010101010101010101010D0A4C5650726F70732E48656C704B6579776F7264
  2001.       01010101010101010101010D0A70616765732E48656C704B6579776F72640101
  2002.       0101010101010101010D0A50414E416476616E6365642E48656C704B6579776F
  2003.       726401010101010101010101010D0A50616E416476616E636564446174612E48
  2004.       656C704B6579776F726401010101010101010101010D0A50616E426F74746F6D
  2005.       416476616E6365642E48656C704B6579776F726401010101010101010101010D
  2006.       0A50414E426F74746F6D46616E2E48656C704B6579776F726401010101010101
  2007.       010101010D0A50616E426F74746F6D53706565642E48656C704B6579776F7264
  2008.       01010101010101010101010D0A50414E426F74746F6D54656D702E48656C704B
  2009.       6579776F726401010101010101010101010D0A50414E426F74746F6D566F6C74
  2010.       2E48656C704B6579776F726401010101010101010101010D0A50616E656C312E
  2011.       48656C704B6579776F726401010101010101010101010D0A50616E656C322E48
  2012.       656C704B6579776F726401010101010101010101010D0A50616E656C332E4865
  2013.       6C704B6579776F726401010101010101010101010D0A50616E656C342E48656C
  2014.       704B6579776F726401010101010101010101010D0A50616E46616E446174612E
  2015.       48656C704B6579776F726401010101010101010101010D0A50414E46616E732E
  2016.       48656C704B6579776F726401010101010101010101010D0A50414E4C6F674F70
  2017.       74696F6E732E48656C704B6579776F726401010101010101010101010D0A5061
  2018.       6E50776D446174612E48656C704B6579776F726401010101010101010101010D
  2019.       0A50414E5370656564732E48656C704B6579776F726401010101010101010101
  2020.       010D0A50616E54656D70446174612E48656C704B6579776F7264010101010101
  2021.       01010101010D0A50414E54656D70732E48656C704B6579776F72640101010101
  2022.       0101010101010D0A50616E54656D70556E69742E48656C704B6579776F726401
  2023.       010101010101010101010D0A50616E54726179466F6E7453697A652E48656C70
  2024.       4B6579776F726401010101010101010101010D0A50414E566F6C74446174612E
  2025.       48656C704B6579776F726401010101010101010101010D0A50414E566F6C7473
  2026.       2E48656C704B6579776F726401010101010101010101010D0A5242466F6E744C
  2027.       617267652E48656C704B6579776F726401010101010101010101010D0A524246
  2028.       6F6E74536D616C6C2E48656C704B6579776F726401010101010101010101010D
  2029.       0A524255736543656C736975732E48656C704B6579776F726401010101010101
  2030.       010101010D0A524255736546616872656E686569742E48656C704B6579776F72
  2031.       6401010101010101010101010D0A54446C67436F6E6669672E48656C7046696C
  2032.       6501010101010101010101010D0A54446C67436F6E6669672E48656C704B6579
  2033.       776F726401010101010101010101010D0A5453416476616E6365642E48656C70
  2034.       4B6579776F726401010101010101010101010D0A545346616E732E48656C704B
  2035.       6579776F726401010101010101010101010D0A54534C6F6767696E672E48656C
  2036.       704B6579776F726401010101010101010101010D0A54534F7074696F6E732E48
  2037.       656C704B6579776F726401010101010101010101010D0A54535370656564732E
  2038.       48656C704B6579776F726401010101010101010101010D0A545354656D70732E
  2039.       48656C704B6579776F726401010101010101010101010D0A5453566F6C74732E
  2040.       48656C704B6579776F726401010101010101010101010D0A565446616E732E44
  2041.       656661756C7454657874014E6F6465010101010101010101010D0A565446616E
  2042.       732E48656C704B6579776F726401010101010101010101010D0A565450776D73
  2043.       2E44656661756C7454657874014E6F6465010101010101010101010D0A565450
  2044.       776D732E48656C704B6579776F726401010101010101010101010D0A56545465
  2045.       6D70732E44656661756C7454657874014E6F6465010101010101010101010D0A
  2046.       565454656D70732E48656C704B6579776F726401010101010101010101010D0A
  2047.       5654566F6C74732E44656661756C7454657874014E6F64650101010101010101
  2048.       01010D0A5654566F6C74732E48656C704B6579776F7264010101010101010101
  2049.       01010D0A73744C6F63616C65730D0A43757272656E637920537472696E670180
  2050.       01010101504C4E01435A4B01F0018001800101536B010D0A4461746520536570
  2051.       617261746F72012F010101012E012E012E012F012F01012E010D0A446563696D
  2052.       616C20536570617261746F72012C010101012C012C012C012C012C01012C010D
  2053.       0A4C6F6E67204461746520466F726D617401646464642064204D4D4D4D207979
  2054.       797901010101646464642064204D4D4D4D207979797901646464642064204D4D
  2055.       4D4D207979797901646464642064204D4D4D4D20797979790164646464206420
  2056.       4D4D4D4D207979797901646464642064204D4D4D4D2079797979010164646464
  2057.       2064204D4D4D4D2079797979010D0A4C6F6E6720446179204E616D657301646F
  2058.       6D656E6963612C6C756E6564EC2C6D6172746564EC2C6D6572636F6C6564EC2C
  2059.       67696F766564EC2C76656E657264EC2C73616261746F01010101506F6E696564
  2060.       7A6961B3656B2C57746F72656B2C8C726F64612C437A77617274656B2C5069B9
  2061.       74656B2C536F626F74612C4E6965647A69656C6101506F6E64EC6CED2CDA7465
  2062.       72FD2C5374F86564612CC874767274656B2C50E174656B2C536F626F74612C4E
  2063.       6564EC6C6501EFEEEDE5E4E5EBFCEDE8EA2CE2F2EEF0EDE8EA2CF1F0E5E4E02C
  2064.       F7E5F2E2E5F0E32CEFFFF2EDE8F6E02CF1F3E1E1EEF2E02CE2EEF1EAF0E5F1E5
  2065.       EDFCE5014D6F6E7461672C4469656E737461672C4D697474776F63682C446F6E
  2066.       6E6572737461672C467265697461672C53616D737461672C536F6E6E74616701
  2067.       64696D616E6368652C6C756E64692C6D617264692C6D657263726564692C6A65
  2068.       7564692C76656E64726564692C73616D6564690101506F6E64656C6F6B2C2055
  2069.       746F726F6B2C205374726564612C208A747672746F6B2C20506961746F6B2C20
  2070.       536F626F74612C204E6564656C61010D0A4C6F6E67204D6F6E7468204E616D65
  2071.       730167656E6E61696F2C666562627261696F2C6D61727A6F2C617072696C652C
  2072.       6D616767696F2C676975676E6F2C6C75676C696F2C61676F73746F2C73657474
  2073.       656D6272652C6F74746F6272652C6E6F76656D6272652C646963656D62726501
  2074.       010101537479637A65F12C4C7574792C4D61727A65632C4B776965636965F12C
  2075.       4D616A2C437A6572776965632C4C69706965632C53696572706965F12C57727A
  2076.       65736965F12C50619F647A6965726E696B2C4C6973746F7061642C477275647A
  2077.       6965F1014C6564656E2CDA6E6F722C42F8657A656E2C447562656E2C4B76EC74
  2078.       656E2CC8657276656E2CC8657276656E65632C537270656E2C5AE1F8ED2CD8ED
  2079.       6A656E2C4C6973746F7061642C50726F73696E656301FFEDE2E0F0FC2CF4E5E2
  2080.       F0E0EBFC2CE0EFF0E5EBFC2CECE0F0F22CE8FEEDFC2CE8FEEBFC2CE0E2E3F3F1
  2081.       F22CF1E5EDF2FFE1F0FC2CEEEAF2FFE1F0FC2CEDEEFFE1F0FC2CE4E5EAE0E1F0
  2082.       FC014A616E7561722C466562727561722C4DE4727A2C417072696C2C4D61692C
  2083.       4A756E692C4A756C692C4175677573742C53657074656D6265722C4F6B746F62
  2084.       65722C4E6F76656D6265722C44657A656D626572016A616E766965722C66E976
  2085.       726965722C6D6172732C617672696C2C6D61692C6A75696E2C6A75696C6C6574
  2086.       2C616FFB742C73657074656D6272652C6F63746F6272652C6E6F76656D627265
  2087.       2C64E963656D62726501014A616E75E1722C204665627275E1722C204D617265
  2088.       632C20417072ED6C2C204DE16A2C206AFA6E2C204AFA6C2C204175677573742C
  2089.       2053657074656D6265722C204F6B74F36265722C204E6F76656D6265722C2044
  2090.       6563656D626572010D0A4C6F6E672054696D6520466F726D617401683A6D6D3A
  2091.       73730101010168683A6D6D3A73730168683A6D6D3A73730168683A6D6D3A7373
  2092.       01683A6D6D3A737301683A6D6D3A7373010168683A6D6D3A7373010D0A53686F
  2093.       7274204461746520466F726D61740164642F4D4D2F797979790101010164642E
  2094.       4D4D2E797979790164642E4D4D2E797979790164642E4D4D2E79797979016464
  2095.       2F4D4D2F797979790164642F4D4D2F79797979010164642E4D4D2E7979797901
  2096.       0D0A53686F727420446179204E616D657301646F6D2C6C756E2C6D61722C6D65
  2097.       722C67696F2C76656E2C73616201010101506F6E2C57742C8C722C437A772C50
  2098.       69B92C536F2C4E696501506F2CDA742C53742CC8742C50E12C536F2C4E6501EF
  2099.       EEED2CE2F2F02CF1F0E42CF7F2E22CEFFFF22CF1F3E12CE2F1EA014D6F6E2C44
  2100.       69652C4D69742C446F6E2C4672652C53616D2C536F6E0164696D2C6C756E2C6D
  2101.       61722C6D65722C6A65752C76656E2C73616D0101506F2C2055742C2053742C20
  2102.       8A742C2050692C20536F2C204E65010D0A53686F7274204D6F6E7468204E616D
  2103.       65730167656E2C6665622C6D61722C6170722C6D61672C6769752C6C75672C61
  2104.       676F2C7365742C6F74742C6E6F762C646963010101015374792C4C7574792C4D
  2105.       61722C4B77692C4D61692C437A652C4C69702C5369652C57727A2C50619F2C4C
  2106.       69732C477275014C65642CDA6E2C42F8652C44752C4B762CC8652CC8632C5372
  2107.       2C5AE12CD8ED2C4C692C50726F7301FFEDE22CF4E5E22CECE0F02CE0EFF02CEC
  2108.       E0E92CE8FEED2CE8FEEB2CE0E2E32CF1E5ED2CEEEAF22CEDEEFF2CE4E5EA014A
  2109.       616E2C4665622C4DE4722C4170722C4D61692C4A756E2C4A756C2C4175672C53
  2110.       65702C4F6B742C4E6F762C44657A016A616E2C6665762C6D61722C6176722C6D
  2111.       61692C6A75696E2C6A75696C2C616F752C736570742C6F63742C6E6F762C6465
  2112.       6301014A616E2C204665622C204D61722C204170722C204DE16A2C204AFA6E2C
  2113.       204AFA6C2C204175672C205365702C204F6B742C204E6F762C20446563010D0A
  2114.       53686F72742054696D6520466F726D617401683A6D6D01010101683A6D6D0168
  2115.       3A6D6D01683A6D6D01683A6D6D01683A6D6D0101683A6D6D010D0A54686F7573
  2116.       616E6420536570617261746F72012E010101012E012E012E012E012E01012E01
  2117.       0D0A54696D6520414D20537472696E670101010101010101010101010D0A5469
  2118.       6D6520504D20537472696E670101010101010101010101010D0A54696D652053
  2119.       6570617261746F72012E010101012E013A013A012E012E01013A010D0A737443
  2120.       6F6C6C656374696F6E730D0A4C5650726F70732E436F6C756D6E735B305D2E43
  2121.       617074696F6E0150726F70657274790150726F7072696574E001010157B36163
  2122.       69776F9C63690101010150726F707269E974E901010D0A4C5650726F70732E43
  2123.       6F6C756D6E735B315D2E43617074696F6E0156616C75650156616C6F72650101
  2124.       01576172746F9CE60101010156616C65757201010D0A73744368617253657473
  2125.       0D0A54446C67436F6E6669670144454641554C545F4348415253455401444546
  2126.       41554C545F434841525345540144454641554C545F4348415253455401444546
  2127.       41554C545F4348415253455401454153544555524F50455F4348415253455401
  2128.       454153544555524F50455F43484152534554015255535349414E5F4348415253
  2129.       45540144454641554C545F434841525345540144454641554C545F4348415253
  2130.       45540144454641554C545F4348415253455401454153544555524F50455F4348
  2131.       4152534554010D0A}
  2132.   end
  2133. end
  2134.