diff --git a/SDL/Fakturierung/usrCntlFaktAbrechnung.vb b/SDL/Fakturierung/usrCntlFaktAbrechnung.vb
index 4adf2dfa..6f9387a0 100644
--- a/SDL/Fakturierung/usrCntlFaktAbrechnung.vb
+++ b/SDL/Fakturierung/usrCntlFaktAbrechnung.vb
@@ -1497,7 +1497,7 @@ Public Class usrCntlFaktAbrechnung
If RECHNUNG.AvisoID IsNot Nothing Then
Dim Zollstelle = SQL.DLookup("Zollstelle", "AVISO", "AvisoID='" & SPEDBUCH.AvisoID & "'", "AVISO")
' RECHNUNG.Grenze = SQL.getValueTxtBySql("SELECT [basncd_name] FROM basncd WHERE basncd_dstnr='" & If(Zollstelle, "") & "' ", "ATLAS")
- RECHNUNG.Grenze = SQL.getValueTxtBySql("SELECT [Description] FROM tbl_DY_ZollDE_C0141_Zollstellen WHERE WHERE Code='" & If(Zollstelle, "") & "' AND ((StartDate is null OR StartDate< GETDATE()) AND (EndDate is null OR EndDate> GETDATE())) ", "FMZOLL")
+ RECHNUNG.Grenze = SQL.getValueTxtBySql("SELECT [Description] FROM tbl_DY_ZollDE_C0141_Zollstellen WHERE Code='" & If(Zollstelle, "") & "' AND ((StartDate is null OR StartDate< GETDATE()) AND (EndDate is null OR EndDate> GETDATE())) ", "FMZOLL")
End If
diff --git a/SDL/Formulare/CMR/frmCMR.Designer.vb b/SDL/Formulare/CMR/frmCMR.Designer.vb
index ce35024c..9a3239eb 100644
--- a/SDL/Formulare/CMR/frmCMR.Designer.vb
+++ b/SDL/Formulare/CMR/frmCMR.Designer.vb
@@ -45,9 +45,9 @@ Partial Class frmCMR
Me.Label13 = New System.Windows.Forms.Label()
Me.btnLaden = New System.Windows.Forms.Button()
Me.lblSuche = New System.Windows.Forms.Label()
+ Me.txtCMRName = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.timerSave = New System.Windows.Forms.Timer(Me.components)
Me.uCmr = New SDL.usrcntlCMR()
- Me.txtCMRName = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Panel1.SuspendLayout()
Me.Panel2.SuspendLayout()
Me.SuspendLayout()
@@ -161,6 +161,7 @@ Partial Class frmCMR
Me.txtSuchbegriff._DateTimeOnly = False
Me.txtSuchbegriff._numbersOnly = False
Me.txtSuchbegriff._numbersOnlyKommastellen = ""
+ Me.txtSuchbegriff._numbersOnlyTrennzeichen = True
Me.txtSuchbegriff._Prozent = False
Me.txtSuchbegriff._ShortDateNew = False
Me.txtSuchbegriff._ShortDateOnly = False
@@ -324,24 +325,12 @@ Partial Class frmCMR
Me.lblSuche.TabIndex = 1
Me.lblSuche.Text = "Suche:"
'
- 'timerSave
- '
- Me.timerSave.Interval = 1500
- '
- 'uCmr
- '
- Me.uCmr.BackColor = System.Drawing.Color.White
- Me.uCmr.Dock = System.Windows.Forms.DockStyle.Fill
- Me.uCmr.Location = New System.Drawing.Point(0, 94)
- Me.uCmr.Name = "uCmr"
- Me.uCmr.Size = New System.Drawing.Size(857, 816)
- Me.uCmr.TabIndex = 1
- '
'txtCMRName
'
Me.txtCMRName._DateTimeOnly = False
Me.txtCMRName._numbersOnly = False
Me.txtCMRName._numbersOnlyKommastellen = ""
+ Me.txtCMRName._numbersOnlyTrennzeichen = True
Me.txtCMRName._Prozent = False
Me.txtCMRName._ShortDateNew = False
Me.txtCMRName._ShortDateOnly = False
@@ -361,6 +350,19 @@ Partial Class frmCMR
Me.txtCMRName.Text = "CMR"
Me.txtCMRName.Visible = False
'
+ 'timerSave
+ '
+ Me.timerSave.Interval = 1500
+ '
+ 'uCmr
+ '
+ Me.uCmr.BackColor = System.Drawing.Color.White
+ Me.uCmr.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.uCmr.Location = New System.Drawing.Point(0, 94)
+ Me.uCmr.Name = "uCmr"
+ Me.uCmr.Size = New System.Drawing.Size(857, 816)
+ Me.uCmr.TabIndex = 1
+ '
'frmCMR
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
@@ -385,7 +387,6 @@ Partial Class frmCMR
Friend WithEvents cboPrinter As VERAG_PROG_ALLGEMEIN.MyComboBox
Friend WithEvents Label16 As System.Windows.Forms.Label
Friend WithEvents Panel1 As System.Windows.Forms.Panel
- Friend WithEvents uCmr As SDL.usrcntlCMR
Friend WithEvents Panel2 As System.Windows.Forms.Panel
Friend WithEvents Label13 As System.Windows.Forms.Label
Friend WithEvents btnLaden As System.Windows.Forms.Button
@@ -405,4 +406,5 @@ Partial Class frmCMR
Friend WithEvents Label3 As Label
Public WithEvents txtCMRName As VERAG_PROG_ALLGEMEIN.MyTextBox
Public WithEvents btnCMRtoAkt As Button
+ Public WithEvents uCmr As usrcntlCMR
End Class
diff --git a/SDL/Formulare/KDFormulare/FormulareBaukasten/rptLaufzettelZollDE.Designer.vb b/SDL/Formulare/KDFormulare/FormulareBaukasten/rptLaufzettelZollDE.Designer.vb
index c7df97c1..a521120d 100644
--- a/SDL/Formulare/KDFormulare/FormulareBaukasten/rptLaufzettelZollDE.Designer.vb
+++ b/SDL/Formulare/KDFormulare/FormulareBaukasten/rptLaufzettelZollDE.Designer.vb
@@ -39,7 +39,6 @@ Partial Public Class rptLaufzettelZollDE
Me.ReportHeader1 = New GrapeCity.ActiveReports.SectionReportModel.ReportHeader()
Me.Shape1 = New GrapeCity.ActiveReports.SectionReportModel.Shape()
Me.txtFirmaInfo_ATILLA = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
- Me.txtFirmaInfo_VERAG = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
Me.txtFirmaInfo_IMEX = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
Me.picVERAG = New GrapeCity.ActiveReports.SectionReportModel.Picture()
Me.TextBox8 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
@@ -70,6 +69,8 @@ Partial Public Class rptLaufzettelZollDE
Me.txtFirma_UNISPED = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
Me.SubReport1 = New GrapeCity.ActiveReports.SectionReportModel.SubReport()
Me.TextBox7 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
+ Me.txtFirmaInfo_VERAG = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
+ Me.TextBox11 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
Me.txtGesColli = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
Me.TextBox6 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
Me.txtGesGewicht = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
@@ -89,7 +90,6 @@ Partial Public Class rptLaufzettelZollDE
CType(Me.lblDetails, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.Label8, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.txtFirmaInfo_ATILLA, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.txtFirmaInfo_VERAG, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.txtFirmaInfo_IMEX, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.picVERAG, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TextBox8, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -115,6 +115,8 @@ Partial Public Class rptLaufzettelZollDE
CType(Me.txtFirmeninfo_rontoffice, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.txtFirma_UNISPED, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TextBox7, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.txtFirmaInfo_VERAG, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.TextBox11, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.txtGesColli, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TextBox6, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.txtGesGewicht, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -317,7 +319,7 @@ Partial Public Class rptLaufzettelZollDE
'
'ReportHeader1
'
- Me.ReportHeader1.Controls.AddRange(New GrapeCity.ActiveReports.SectionReportModel.ARControl() {Me.Shape1, Me.txtFirmaInfo_ATILLA, Me.txtFirmaInfo_IMEX, Me.picVERAG, Me.TextBox8, Me.Shape3, Me.Shape4, Me.Shape5, Me.TextBox4, Me.TextBox9, Me.txtLKW, Me.TextBox12, Me.txtLKWId, Me.TextBox14, Me.txtSB, Me.TextBox18, Me.txtDatum, Me.TextBox25, Me.txtGrenzstelle, Me.TextBox27, Me.txtFraechter, Me.TextBox32, Me.TextBox5, Me.TextBox1, Me.Shape2, Me.TextBox2, Me.txtEmail, Me.txtDW, Me.txtFirmeninfo_rontoffice, Me.txtFirma_UNISPED, Me.SubReport1, Me.TextBox7, Me.txtFirmaInfo_VERAG})
+ Me.ReportHeader1.Controls.AddRange(New GrapeCity.ActiveReports.SectionReportModel.ARControl() {Me.Shape1, Me.txtFirmaInfo_ATILLA, Me.txtFirmaInfo_IMEX, Me.picVERAG, Me.TextBox8, Me.Shape3, Me.Shape4, Me.Shape5, Me.TextBox4, Me.TextBox9, Me.txtLKW, Me.TextBox12, Me.txtLKWId, Me.TextBox14, Me.txtSB, Me.TextBox18, Me.txtDatum, Me.TextBox25, Me.txtGrenzstelle, Me.TextBox27, Me.txtFraechter, Me.TextBox32, Me.TextBox5, Me.TextBox1, Me.Shape2, Me.TextBox2, Me.txtEmail, Me.txtDW, Me.txtFirmeninfo_rontoffice, Me.txtFirma_UNISPED, Me.SubReport1, Me.TextBox7, Me.txtFirmaInfo_VERAG, Me.TextBox11})
Me.ReportHeader1.Height = 2.227953!
Me.ReportHeader1.Name = "ReportHeader1"
'
@@ -343,17 +345,6 @@ Partial Public Class rptLaufzettelZollDE
Me.txtFirmaInfo_ATILLA.Visible = False
Me.txtFirmaInfo_ATILLA.Width = 6.67165!
'
- 'txtFirmaInfo_VERAG
- '
- Me.txtFirmaInfo_VERAG.Height = 0.5000001!
- Me.txtFirmaInfo_VERAG.Left = 0.4775605!
- Me.txtFirmaInfo_VERAG.Name = "txtFirmaInfo_VERAG"
- Me.txtFirmaInfo_VERAG.Style = "font-size: 8.25pt; vertical-align: middle; ddo-char-set: 204"
- Me.txtFirmaInfo_VERAG.Text = "A-4975 Suben" & Global.Microsoft.VisualBasic.ChrW(9) & "Tel. +43 77 11 / 27 77-20 " & Global.Microsoft.VisualBasic.ChrW(9) & Global.Microsoft.VisualBasic.ChrW(9) & " www.verag.ag" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Suben 14-15" & Global.Microsoft.VisualBasic.ChrW(9) & "Fax +4" &
- "3 77 11 / 27 88 quickstop@verag.ag"
- Me.txtFirmaInfo_VERAG.Top = 0!
- Me.txtFirmaInfo_VERAG.Width = 6.67165!
- '
'txtFirmaInfo_IMEX
'
Me.txtFirmaInfo_IMEX.Height = 0.5000001!
@@ -370,7 +361,7 @@ Partial Public Class rptLaufzettelZollDE
'
Me.picVERAG.Height = 0.5000001!
Me.picVERAG.HyperLink = Nothing
- Me.picVERAG.ImageData = CType(resources.GetObject("picVERAG.ImageData"), System.IO.Stream)
+ Me.picVERAG.ImageBytes = New Byte() {CType(137, Byte), CType(80, Byte), CType(78, Byte), CType(71, Byte), CType(13, Byte), CType(10, Byte), CType(26, Byte), CType(10, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(13, Byte), CType(73, Byte), CType(72, Byte), CType(68, Byte), CType(82, Byte), CType(0, Byte), CType(0, Byte), CType(9, Byte), CType(58, Byte), CType(0, Byte), CType(0, Byte), CType(1, Byte), CType(146, Byte), CType(8, Byte), CType(6, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(201, Byte), CType(206, Byte), CType(236, Byte), CType(154, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(1, Byte), CType(115, Byte), CType(82, Byte), CType(71, Byte), CType(66, Byte), CType(0, Byte), CType(174, Byte), CType(206, Byte), CType(28, Byte), CType(233, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(4, Byte), CType(103, Byte), CType(65, Byte), CType(77, Byte), CType(65, Byte), CType(0, Byte), CType(0, Byte), CType(177, Byte), CType(143, Byte), CType(11, Byte), CType(252, Byte), CType(97, Byte), CType(5, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(25, Byte), CType(116, Byte), CType(69, Byte), CType(88, Byte), CType(116, Byte), CType(83, Byte), CType(111, Byte), CType(102, Byte), CType(116, Byte), CType(119, Byte), CType(97, Byte), CType(114, Byte), CType(101, Byte), CType(0, Byte), CType(65, Byte), CType(100, Byte), CType(111, Byte), CType(98, Byte), CType(101, Byte), CType(32, Byte), CType(73, Byte), CType(109, Byte), CType(97, Byte), CType(103, Byte), CType(101, Byte), CType(82, Byte), CType(101, Byte), CType(97, Byte), CType(100, Byte), CType(121, Byte), CType(113, Byte), CType(201, Byte), CType(101, Byte), CType(60, Byte), CType(0, Byte), CType(0, Byte), CType(146, Byte), CType(158, Byte), CType(73, Byte), CType(68, Byte), CType(65, Byte), CType(84, Byte), CType(120, Byte), CType(94, Byte), CType(236, Byte), CType(221, Byte), CType(11, Byte), CType(188, Byte), CType(109, Byte), CType(83, Byte), CType(221, Byte), CType(255, Byte), CType(241, Byte), CType(115, Byte), CType(56, Byte), CType(14, Byte), CType(135, Byte), CType(83, Byte), CType(46, Byte), CType(33, Byte), CType(183, Byte), CType(164, Byte), CType(72, Byte), CType(46, Byte), CType(21, Byte), CType(93, Byte), CType(156, Byte), CType(174, Byte), CType(74, Byte), CType(23, Byte), CType(242, Byte), CType(164, Byte), CType(122, Byte), CType(36, Byte), CType(73, Byte), CType(23, Byte), CType(61, Byte), CType(221, Byte), CType(211, Byte), CType(133, Byte), CType(238, Byte), CType(165, Byte), CType(251, Byte), CType(169, Byte), CType(84, Byte), CType(186, Byte), CType(73, Byte), CType(119, Byte), CType(18, Byte), CType(169, Byte), CType(118, Byte), CType(69, Byte), CType(169, Byte), CType(84, Byte), CType(42, Byte), CType(221, Byte), CType(164, Byte), CType(59, Byte), CType(73, Byte), CType(232, Byte), CType(34, Byte), CType(34, Byte), CType(73, Byte), CType(137, Byte), CType(36, Byte), CType(34, Byte), CType(161, Byte), CType(227, Byte), CType(240, Byte), CType(255, Byte), CType(127, Byte), CType(127, Byte), CType(150, Byte), CType(211, Byte), CType(218, Byte), CType(115, Byte), CType(175, Byte), CType(239, Byte), CType(222, Byte), CType(103, Byte), CType(237, Byte), CType(181, Byte), CType(199, Byte), CType(28, Byte), CType(107, Byte), CType(204, Byte), CType(57, Byte), CType(63, Byte), CType(189, Byte), CType(94, Byte), CType(239, Byte), CType(215, Byte), CType(255, Byte), CType(245, Byte), CType(31, Byte), CType(15, Byte), CType(123, Byte), CType(140, Byte), CType(245, Byte), CType(155, Byte), CType(99, Byte), CType(46, Byte), CType(99, Byte), CType(173, Byte), CType(241, Byte), CType(93, Byte), CType(115, Byte), CType(204, Byte), CType(251, Byte), CType(127, Byte), CType(255, Byte), CType(239, Byte), CType(255, Byte), CType(1, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(209, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(230, Byte), CType(52, Byte), CType(111, Byte), CType(201, Byte), CType(82, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(128, Byte), CType(38, Byte), CType(88, Byte), CType(83, Byte), CType(54, Byte), CType(151, Byte), CType(157, Byte), CType(100, Byte), CType(119, Byte), CType(121, Byte), CType(170, Byte), CType(188, Byte), CType(80, Byte), CType(94, Byte), CType(35, Byte), CType(239, Byte), CType(144, Byte), CType(15, Byte), CType(203, Byte), CType(167, Byte), CType(229, Byte), CType(43, Byte), CType(114, Byte), CType(138, Byte), CType(252, Byte), CType(88, Byte), CType(206, Byte), CType(146, Byte), CType(223, Byte), CType(202, Byte), CType(69, Byte), CType(114, Byte), CType(137, Byte), CType(252, Byte), CType(243, Byte), CType(86, Byte), CType(55, Byte), CType(200, Byte), CType(255, Byte), CType(67, Byte), CType(54, Byte), CType(55, Byte), CType(202, Byte), CType(138, Byte), CType(218, Byte), CType(135, Byte), CType(63, Byte), CType(73, Byte), CType(92, Byte), CType(147, Byte), CType(112, Byte), CType(142, Byte), CType(196, Byte), CType(117, Byte), CType(250, Byte), CType(133, Byte), CType(196, Byte), CType(117, Byte), CType(251, Byte), CType(150, Byte), CType(156, Byte), CType(32, Byte), CType(159, Byte), CType(147, Byte), CType(99, Byte), CType(228, Byte), CType(67, Byte), CType(242, Byte), CType(94, Byte), CType(89, Byte), CType(42, Byte), CType(47, Byte), CType(149, Byte), CType(103, Byte), CType(203, Byte), CType(190, Byte), CType(178, Byte), CType(135, Byte), CType(60, Byte), CType(68, Byte), CType(118, Byte), CType(144, Byte), CType(59, Byte), CType(200, Byte), CType(90, Byte), CType(226, Byte), CType(230, Byte), CType(77, Byte), CType(231, Byte), CType(184, Byte), CType(61, Byte), CType(65, Byte), CType(0, Byte), CType(0, Byte), CType(128, Byte), CType(20, Byte), CType(108, Byte), CType(99, Byte), CType(78, Byte), CType(110, Byte), CType(241, Byte), CType(3, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(144, Byte), CType(209, Byte), CType(170, Byte), CType(178, Byte), CType(133, Byte), CType(236, Byte), CType(44, Byte), CType(79, Byte), CType(146, Byte), CType(87, Byte), CType(201, Byte), CType(251, Byte), CType(229, Byte), CType(139, Byte), CType(114, Byte), CType(154, Byte), CType(68, Byte), CType(40, Byte), CType(230, Byte), CType(58, Byte), CType(113, Byte), CType(1, Byte), CType(26, Byte), CType(96, Byte), CType(178, Byte), CType(255, Byte), CType(200, Byte), CType(95, Byte), CType(229, Byte), CType(55, Byte), CType(242, Byte), CType(67, Byte), CType(249, Byte), CType(188, Byte), CType(124, Byte), CType(80, Byte), CType(34, Byte), CType(12, Byte), CType(247, Byte), CType(12, Byte), CType(137, Byte), CType(128, Byte), CType(220, Byte), CType(61, Byte), CType(100, Byte), CType(93, Byte), CType(113, Byte), CType(115, Byte), CType(177, Byte), CType(21, Byte), CType(220, Byte), CType(158, Byte), CType(32, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(10, Byte), CType(182, Byte), CType(49, Byte), CType(39, Byte), CType(183, Byte), CType(248, Byte), CType(1, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(168, Byte), CType(193, Byte), CType(38, Byte), CType(178, Byte), CType(155, Byte), CType(28, Byte), CType(32, Byte), CType(17, Byte), CType(100, Byte), CType(58, Byte), CType(81, Byte), CType(206, Byte), CType(149, Byte), CType(101, Byte), CType(226, Byte), CType(66, Byte), CType(43, Byte), CType(64, Byte), CType(157, Byte), CType(226, Byte), CType(201, Byte), CType(82, Byte), CType(241, Byte), CType(36, Byte), CType(169, Byte), CType(47, Byte), CType(203, Byte), CType(161, Byte), CType(18, Byte), CType(79, Byte), CType(7, Byte), CType(219, Byte), CType(69, Byte), CType(54, Byte), CType(16, Byte), CType(55, Byte), CType(127, Byte), CType(27, Byte), CType(195, Byte), CType(237, Byte), CType(9, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(164, Byte), CType(96, Byte), CType(27, Byte), CType(235, Byte), CType(160, Byte), CType(69, Byte), CType(205, Byte), CType(79, Byte), CType(196, Byte), CType(45, Byte), CType(226, Byte), CType(80, Byte), CType(117, Byte), CType(189, Byte), CType(108, Byte), CType(44, Byte), CType(3, Byte), CType(139, Byte), CType(66, Byte), CType(160, Byte), CType(80, Byte), CType(171, Byte), CType(200, Byte), CType(217, Byte), CType(226, Byte), CType(230, Byte), CType(51, Byte), CType(122, Byte), CType(184, Byte), CType(175, Byte), CType(211, Byte), CType(121, Byte), CType(137, Byte), CType(184, Byte), CType(26, Byte), CType(3, Byte), CType(104, Byte), CType(166, Byte), CType(120, Byte), CType(4, Byte), CType(188, Byte), CType(187, Byte), CType(215, Byte), CType(81, Byte), CType(150, Byte), CType(248, Byte), CType(210, Byte), CType(213, Byte), CType(93, Byte), CType(63, Byte), CType(160, Byte), CType(109, Byte), CType(166, Byte), CType(30, Byte), CType(95, Byte), CType(241, Byte), CType(43, Byte), CType(137, Byte), CType(13, Byte), CType(135, Byte), CType(56, Byte), CType(106, Byte), CType(228, Byte), CType(155, Byte), CType(18, Byte), CType(191, Byte), CType(194, Byte), CType(62, Byte), CType(90, Byte), CType(14, Byte), CType(147, Byte), CType(55, Byte), CType(203, Byte), CType(43, Byte), CType(228, Byte), CType(255, Byte), CType(228, Byte), CType(209, Byte), CType(114, Byte), CType(127, Byte), CType(217, Byte), CType(90, Byte), CType(110, Byte), CType(39, Byte), CType(238, Byte), CType(62, Byte), CType(2, Byte), CType(128, Byte), CType(97, Byte), CType(44, Byte), CType(17, Byte), CType(247, Byte), CType(254, Byte), CType(132, Byte), CType(52, Byte), CType(226, Byte), CType(125, Byte), CType(61, Byte), CType(190, Byte), CType(195, Byte), CType(112, Byte), CType(181, Byte), CType(7, Byte), CType(208, Byte), CType(78, Byte), CType(11, Byte), CType(37, Byte), CType(142, Byte), CType(151, Byte), CType(219, Byte), CType(95, Byte), CType(226, Byte), CType(216, Byte), CType(177, Byte), CType(56, Byte), CType(142, Byte), CType(236, Byte), CType(74, Byte), CType(113, Byte), CType(239, Byte), CType(17, Byte), CType(64, Byte), CType(137, Byte), CType(254, Byte), CType(46, Byte), CType(49, Byte), CType(111, Byte), CType(35, Byte), CType(0, Byte), CType(21, Byte), CType(199, Byte), CType(228, Byte), CType(221, Byte), CType(89, Byte), CType(220, Byte), CType(92, Byte), CType(47, Byte), CType(146, Byte), CType(219, Byte), CType(43, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(72, Byte), CType(193, Byte), CType(54, Byte), CType(214, Byte), CType(65, Byte), CType(139, Byte), CType(154, Byte), CType(7, Byte), CType(139, Byte), CType(91, Byte), CType(168, Byte), CType(97, Byte), CType(80, Byte), CType(124, Byte), CType(232, Byte), CType(26, Byte), CType(88, Byte), CType(20, Byte), CType(2, Byte), CType(133, Byte), CType(138, Byte), CType(71, Byte), CType(237, Byte), CType(186, Byte), CType(121, Byte), CType(140, Byte), CType(190, Byte), CType(67, Byte), CType(196, Byte), CType(213, Byte), CType(14, Byte), CType(179, Byte), CType(71, Byte), CType(208, Byte), CType(9, Byte), CType(104, Byte), CType(23, Byte), CType(130, Byte), CType(78, Byte), CType(205, Byte), CType(64, Byte), CType(208, Byte), CType(9, Byte), CType(152, Byte), CType(157, Byte), CType(120, Byte), CType(18, Byte), CType(192, Byte), CType(197, Byte), CType(242, Byte), CType(51, Byte), CType(57, Byte), CType(94, Byte), CType(226, Byte), CType(243, Byte), CType(221, Byte), CType(65, Byte), CType(178, Byte), CType(143, Byte), CType(196, Byte), CType(70, Byte), CType(27, Byte), CType(97, Byte), CType(40, Byte), CType(0, Byte), CType(211, Byte), CType(137, Byte), CType(163, Byte), CType(109, Byte), CType(220, Byte), CType(251, Byte), CType(10, Byte), CType(210, Byte), CType(121, Byte), CType(154, Byte), CType(184, Byte), CType(218, Byte), CType(3, Byte), CType(104, Byte), CType(135, Byte), CType(173, Byte), CType(228, Byte), CType(41, Byte), CType(18, Byte), CType(71, Byte), CType(132, Byte), CType(157, Byte), CType(42, Byte), CType(113, Byte), CType(124, Byte), CType(152, Byte), CType(123, Byte), CType(47, Byte), CType(0, Byte), CType(154, Byte), CType(44, Byte), CType(194, Byte), CType(79, Byte), CType(241, Byte), CType(125, Byte), CType(74, Byte), CType(124, Byte), CType(79, Byte), CType(122, Byte), CType(55, Byte), CType(153, Byte), CType(47, Byte), CType(238, Byte), CType(126, Byte), CType(24, Byte), CType(59, Byte), CType(183, Byte), CType(87, Byte), CType(8, Byte), CType(0, Byte), CType(0, Byte), CType(144, Byte), CType(130, Byte), CType(109, Byte), CType(172, Byte), CType(139, Byte), CType(22, Byte), CType(54, Byte), CType(241, Byte), CType(43, Byte), CType(88, Byte), CType(183, Byte), CType(48, Byte), CType(67, Byte), CType(85, Byte), CType(124, Byte), CType(49, Byte), CType(126, Byte), CType(71, Byte), CType(25, Byte), CType(88, Byte), CType(24, Byte), CType(2, Byte), CType(133, Byte), CType(89, Byte), CType(83, Byte), CType(46, Byte), CType(17, Byte), CType(55, Byte), CType(143, Byte), CType(209, Byte), CType(19, Byte), CType(155, Byte), CType(195, Byte), CType(235, Byte), CType(136, Byte), CType(171, Byte), CType(31, Byte), CType(102, Byte), CType(143, Byte), CType(160, Byte), CType(19, Byte), CType(208, Byte), CType(46, Byte), CType(4, Byte), CType(157, Byte), CType(154, Byte), CType(129, Byte), CType(160, Byte), CType(19, Byte), CType(144, Byte), CType(222, Byte), CType(53, Byte), CType(114, Byte), CType(166, Byte), CType(28, Byte), CType(43, Byte), CType(111, Byte), CType(148, Byte), CType(199, Byte), CType(203, Byte), CType(246, Byte), CType(178, Byte), CType(154, Byte), CType(184, Byte), CType(251, Byte), CType(16, Byte), CType(64, Byte), CType(251, Byte), CType(61, Byte), CType(70, Byte), CType(220, Byte), CType(251, Byte), CType(5, Byte), CType(210, Byte), CType(138, Byte), CType(39, Byte), CType(246, Byte), CType(197, Byte), CType(19, Byte), CType(94, Byte), CType(220, Byte), CType(53, Byte), CType(0, Byte), CType(208, Byte), CType(60, Byte), CType(241, Byte), CType(29, Byte), CType(250, Byte), CType(211, Byte), CType(229, Byte), CType(24, Byte), CType(137, Byte), CType(251, Byte), CType(219, Byte), CType(221, Byte), CType(247, Byte), CType(64, Byte), CType(219, Byte), CType(253, Byte), CType(77, Byte), CType(62, Byte), CType(45, Byte), CType(123, Byte), CType(203, Byte), CType(98, Byte), CType(113, Byte), CType(247, Byte), CType(202, Byte), CType(88, Byte), CType(184, Byte), CType(125, Byte), CType(66, Byte), CType(0, Byte), CType(0, Byte), CType(128, Byte), CType(20, Byte), CType(108, Byte), CType(99, Byte), CType(93, Byte), CType(180, Byte), CType(176, Byte), CType(185, Byte), CType(167, Byte), CType(184, Byte), CType(133, Byte), CType(24, Byte), CType(6, Byte), CType(197, Byte), CType(135, Byte), CType(179, Byte), CType(129, Byte), CType(133, Byte), CType(33, Byte), CType(80, Byte), CType(152, Byte), CType(55, Byte), CType(136, Byte), CType(155, Byte), CType(191, Byte), CType(232, Byte), CType(139, Byte), CType(95, Byte), CType(239, Byte), CType(187, Byte), CType(218, Byte), CType(97, Byte), CType(52, Byte), CType(4, Byte), CType(157, Byte), CType(128, Byte), CType(118, Byte), CType(33, Byte), CType(232, Byte), CType(212, Byte), CType(12, Byte), CType(4, Byte), CType(157, Byte), CType(128, Byte), CType(124, Byte), CType(110, Byte), CType(148, Byte), CType(95, Byte), CType(202, Byte), CType(145, Byte), CType(18, Byte), CType(71, Byte), CType(172, Byte), CType(196, Byte), CType(19, Byte), CType(160, Byte), CType(86, Byte), CType(23, Byte), CType(119, Byte), CType(111, Byte), CType(2, Byte), CType(104, Byte), CType(143, Byte), CType(5, Byte), CType(242, Byte), CType(91, Byte), CType(113, Byte), CType(239, Byte), CType(11, Byte), CType(72, Byte), CType(239, Byte), CType(197, Byte), CType(226, Byte), CType(174, Byte), CType(3, Byte), CType(128, Byte), CType(242, Byte), CType(197, Byte), CType(251, Byte), CType(229, Byte), CType(46, Byte), CType(242, Byte), CType(94, Byte), CType(57, Byte), CType(79, Byte), CType(220, Byte), CType(61, Byte), CType(14, Byte), CType(116, Byte), CType(217, Byte), CType(13, Byte), CType(242, Byte), CType(53, Byte), CType(121, Byte), CType(170, Byte), CType(196, Byte), CType(143, Byte), CType(148, Byte), CType(221, Byte), CType(125, Byte), CType(148, Byte), CType(141, Byte), CType(219, Byte), CType(39, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(72, Byte), CType(193, Byte), CType(54, Byte), CType(214, Byte), CType(73, Byte), CType(139, Byte), CType(155, Byte), CType(227, Byte), CType(196, Byte), CType(45, Byte), CType(192, Byte), CType(80, Byte), CType(181, Byte), CType(92, Byte), CType(182, Byte), CType(149, Byte), CType(129, Byte), CType(197, Byte), CType(33, Byte), CType(80, Byte), CType(136, Byte), CType(141, Byte), CType(228, Byte), CType(90, Byte), CType(113, Byte), CType(243, Byte), CType(23, Byte), CType(61, Byte), CType(151, Byte), CType(202, Byte), CType(34, Byte), CType(113, Byte), CType(245, Byte), CType(195, Byte), CType(104, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(237, Byte), CType(66, Byte), CType(208, Byte), CType(169, Byte), CType(25, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(227, Byte), CType(21, Byte), CType(155, Byte), CType(21, Byte), CType(113, Byte), CType(156, Byte), CType(213, Byte), CType(219, Byte), CType(100, Byte), CType(119, Byte), CType(185, Byte), CType(173, Byte), CType(184, Byte), CType(123, Byte), CType(21, Byte), CType(64, Byte), CType(115, Byte), CType(61, Byte), CType(75, Byte), CType(220, Byte), CType(253, Byte), CType(143, Byte), CType(122, Byte), CType(196, Byte), CType(145, Byte), CType(63, Byte), CType(183, Byte), CType(17, Byte), CType(119, Byte), CType(45, Byte), CType(0, Byte), CType(148, Byte), CType(39, Byte), CType(66, Byte), CType(223, Byte), CType(143, Byte), CType(147, Byte), CType(207, Byte), CType(200, Byte), CType(149, Byte), CType(226, Byte), CType(238, Byte), CType(107, Byte), CType(0, Byte), CType(131, Byte), CType(254, Byte), CType(37, Byte), CType(71, Byte), CType(203, Byte), CType(206, Byte), CType(226, Byte), CType(238, Byte), CType(173, Byte), CType(218, Byte), CType(185, Byte), CType(61, Byte), CType(66, Byte), CType(0, Byte), CType(0, Byte), CType(128, Byte), CType(20, Byte), CType(108, Byte), CType(99, Byte), CType(157, Byte), CType(180, Byte), CType(184, Byte), CType(217, Byte), CType(90, Byte), CType(34, Byte), CType(196, Byte), CType(227, Byte), CType(22, Byte), CType(94, Byte), CType(168, Byte), CType(250, Byte), CType(188, Byte), CType(12, Byte), CType(44, Byte), CType(14, Byte), CType(129, Byte), CType(66, Byte), CType(28, Byte), CType(46, Byte), CType(110, Byte), CType(222, Byte), CType(162, Byte), CType(239, Byte), CType(121, Byte), CType(226, Byte), CType(106, Byte), CType(135, Byte), CType(209, Byte), CType(17, Byte), CType(116, Byte), CType(2, Byte), CType(218, Byte), CType(133, Byte), CType(160, Byte), CType(83, Byte), CType(51, Byte), CType(16, Byte), CType(116, Byte), CType(2, Byte), CType(202, Byte), CType(18, Byte), CType(159, Byte), CType(167, Byte), CType(35, Byte), CType(248, Byte), CType(244, Byte), CType(58, Byte), CType(185, Byte), CType(151, Byte), CType(204, Byte), CType(23, Byte), CType(119, Byte), CType(239, Byte), CType(2, Byte), CType(104, Byte), CType(134, Byte), CType(248, Byte), CType(113, Byte), CType(12, Byte), CType(71, Byte), CType(194, Byte), CType(231, Byte), CType(247, Byte), CType(102, Byte), CType(113, Byte), CType(215, Byte), CType(3, Byte), CType(64, Byte), CType(25, Byte), CType(86, Byte), CType(145, Byte), CType(120, Byte), CType(114, Byte), CType(83, Byte), CType(60, Byte), CType(229, Byte), CType(242, Byte), CType(42, Byte), CType(113, Byte), CType(247, Byte), CType(49, Byte), CType(128, Byte), CType(225, Byte), CType(197, Byte), CType(177, Byte), CType(217, Byte), CType(79, Byte), CType(147, Byte), CType(172, Byte), CType(199, Byte), CType(183, Byte), CType(186, Byte), CType(61, Byte), CType(66, Byte), CType(0, Byte), CType(0, Byte), CType(128, Byte), CType(20, Byte), CType(108, Byte), CType(99, Byte), CType(221, Byte), CType(180, Byte), CType(192, Byte), CType(137, Byte), CType(15, Byte), CType(40, Byte), CType(110, Byte), CType(177, Byte), CType(133, Byte), CType(65, Byte), CType(113, Byte), CType(220, Byte), CType(223, Byte), CType(192, Byte), CType(2, Byte), CType(17, Byte), CType(24, Byte), CType(179, Byte), CType(237, Byte), CType(132, Byte), CType(192, Byte), CType(226, Byte), CType(204, Byte), CType(46, Byte), CType(144, Byte), CType(120, Byte), CType(156, Byte), CType(182, Byte), CType(171, Byte), CType(31, Byte), CType(70, Byte), CType(71, Byte), CType(208, Byte), CType(9, Byte), CType(104, Byte), CType(23, Byte), CType(130, Byte), CType(78, Byte), CType(205, Byte), CType(64, Byte), CType(208, Byte), CType(9, Byte), CType(40, Byte), CType(219, Byte), CType(101, Byte), CType(18, Byte), CType(63, Byte), CType(66, Byte), CType(120, Byte), CType(184, Byte), CType(196, Byte), CType(166, Byte), CType(160, Byte), CType(187, Byte), CType(143, Byte), CType(1, Byte), CType(148, Byte), CType(43, Byte), CType(66, Byte), CType(139, Byte), CType(238, Byte), CType(222, Byte), CType(70, Byte), CType(189, Byte), CType(226, Byte), CType(9, Byte), CType(213, Byte), CType(27, Byte), CType(138, Byte), CType(187, Byte), CType(38, Byte), CType(0, Byte), CType(198, Byte), CType(39, Byte), CType(238, Byte), CType(203, Byte), CType(120, Byte), CType(95, Byte), CType(188, Byte), CType(88, Byte), CType(220, Byte), CType(189, Byte), CType(11, Byte), CType(96, Byte), CType(110, Byte), CType(254, Byte), CType(42, Byte), CType(241, Byte), CType(253, Byte), CType(106, Byte), CType(150, Byte), CType(83, Byte), CType(8, Byte), CType(220, Byte), CType(254, Byte), CType(32, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(10, Byte), CType(182, Byte), CType(177, Byte), CType(110, Byte), CType(90, Byte), CType(224, Byte), CType(220, Byte), CType(65, Byte), CType(174, Byte), CType(23, Byte), CType(183, Byte), CType(208, Byte), CType(66, Byte), CType(213, Byte), CType(55, Byte), CType(100, Byte), CType(96, Byte), CType(129, Byte), CType(8, Byte), CType(140, Byte), CType(217, Byte), CType(137, Byte), CType(226, Byte), CType(230, Byte), CType(43, Byte), CType(250, Byte), CType(158, Byte), CType(40, Byte), CType(174, Byte), CType(118, Byte), CType(152, Byte), CType(27, Byte), CType(130, Byte), CType(78, Byte), CType(64, Byte), CType(187, Byte), CType(16, Byte), CType(116, Byte), CType(106, Byte), CType(6, Byte), CType(130, Byte), CType(78, Byte), CType(64, Byte), CType(115, Byte), CType(196, Byte), CType(198, Byte), CType(197, Byte), CType(7, Byte), CType(132, Byte), CType(31, Byte), CType(204, Byte), CType(0, Byte), CType(205, Byte), CType(176, Byte), CType(190, Byte), CType(92, Byte), CType(45, Byte), CType(238, Byte), CType(126, Byte), CType(70, Byte), CType(253, Byte), CType(226, Byte), CType(253, Byte), CType(210, Byte), CType(93, Byte), CType(23, Byte), CType(0, Byte), CType(249, Byte), CType(61, Byte), CType(64, Byte), CType(226, Byte), CType(104, Byte), CType(186, Byte), CType(101, Byte), CType(226, Byte), CType(238, Byte), CType(87, Byte), CType(0, Byte), CType(105, Byte), CType(69, Byte), CType(152, Byte), CType(240, Byte), CType(185, Byte), CType(82, Byte), CType(235, Byte), CType(15, Byte), CType(117, Byte), CType(221, Byte), CType(254, Byte), CType(32, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(10, Byte), CType(182, Byte), CType(49, Byte), CType(7, Byte), CType(45, Byte), CType(114, Byte), CType(14, Byte), CType(21, Byte), CType(183, Byte), CType(192, Byte), CType(194, Byte), CType(160, Byte), CType(7, Byte), CType(202, Byte), CType(192, Byte), CType(34, Byte), CType(17, Byte), CType(24, Byte), CType(147, Byte), CType(248, Byte), CType(165, Byte), CType(184, Byte), CType(155, Byte), CType(167, Byte), CType(232, Byte), CType(251, Byte), CType(165, Byte), CType(112, Byte), CType(132, Byte), CType(72, Byte), CType(61, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(237, Byte), CType(66, Byte), CType(208, Byte), CType(169, Byte), CType(25, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(205, Byte), CType(116, Byte), CType(134, Byte), CType(196, Byte), CType(230, Byte), CType(197, Byte), CType(109, Byte), CType(196, Byte), CType(221, Byte), CType(219, Byte), CType(0, Byte), CType(198, Byte), CType(47, Byte), CType(130, Byte), CType(54, Byte), CType(238, Byte), CType(254, Byte), CType(69, Byte), CType(30, Byte), CType(17, Byte), CType(168, Byte), CType(184, Byte), CType(179, Byte), CType(184, Byte), CType(107, Byte), CType(3, Byte), CType(32, Byte), CType(143, Byte), CType(248, Byte), CType(158, Byte), CType(241, Byte), CType(20, Byte), CType(113, Byte), CType(247, Byte), CType(40, Byte), CType(128, Byte), CType(250, Byte), CType(253, Byte), CType(90, Byte), CType(106, Byte), CType(219, Byte), CType(127, Byte), CType(114, Byte), CType(123, Byte), CType(131, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(41, Byte), CType(216, Byte), CType(198, Byte), CType(28, Byte), CType(180, Byte), CType(200, Byte), CType(137, Byte), CType(95, Byte), CType(173, Byte), CType(93, Byte), CType(35, Byte), CType(110, Byte), CType(113, Byte), CType(133, Byte), CType(170, Byte), CType(248, Byte), CType(176, Byte), CType(55, Byte), CType(176, Byte), CType(72, Byte), CType(4, Byte), CType(198, Byte), CType(32, Byte), CType(142, Byte), CType(194, Byte), CType(136, Byte), CType(16, Byte), CType(143, Byte), CType(155, Byte), CType(167, Byte), CType(232, Byte), CType(123, Byte), CType(164, Byte), CType(184, Byte), CType(250, Byte), CType(97, Byte), CType(238, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(237, Byte), CType(66, Byte), CType(208, Byte), CType(169, Byte), CType(25, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(205, Byte), CType(22, Byte), CType(247, Byte), CType(240, Byte), CType(59, Byte), CType(100, Byte), CType(35, Byte), CType(113, Byte), CType(247, Byte), CType(56, Byte), CType(128, Byte), CType(241, Byte), CType(216, Byte), CType(82, Byte), CType(120, Byte), CType(114, Byte), CType(201, Byte), CType(248, Byte), CType(77, Byte), CType(136, Byte), CType(187, Byte), CType(62, Byte), CType(0, Byte), CType(234, Byte), CType(21, Byte), CType(223, Byte), CType(157, Byte), CType(157, Byte), CType(42, Byte), CType(238, Byte), CType(190, Byte), CType(4, Byte), CType(144, Byte), CType(223, Byte), CType(199, Byte), CType(101, Byte), CType(29, Byte), CType(113, Byte), CType(247, Byte), CType(235, Byte), CType(200, Byte), CType(220, Byte), CType(222, Byte), CType(32, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(10, Byte), CType(182, Byte), CType(49, Byte), CType(23, Byte), CType(45, Byte), CType(116, Byte), CType(150, Byte), CType(138, Byte), CType(91, Byte), CType(84, Byte), CType(97, Byte), CType(16, Byte), CType(193, Byte), CType(9, Byte), CType(148, Byte), CType(96, Byte), CType(63, Byte), CType(113, Byte), CType(243, Byte), CType(19, Byte), CType(125, Byte), CType(223, Byte), CType(23, Byte), CType(87, Byte), CType(59, Byte), CType(164, Byte), CType(65, Byte), CType(208, Byte), CType(9, Byte), CType(104, Byte), CType(23, Byte), CType(130, Byte), CType(78, Byte), CType(205, Byte), CType(64, Byte), CType(208, Byte), CType(9, Byte), CType(104, Byte), CType(135, Byte), CType(27, Byte), CType(228, Byte), CType(112, Byte), CType(217, Byte), CType(68, Byte), CType(220, Byte), CType(189, Byte), CType(14, Byte), CType(32, Byte), CType(175, Byte), CType(99, Byte), CType(197, Byte), CType(221, Byte), CType(171, Byte), CType(200, Byte), CType(235, Byte), CType(102, Byte), CType(217, Byte), CType(65, Byte), CType(220, Byte), CType(53, Byte), CType(2, Byte), CType(144, Byte), CType(222, Byte), CType(246, Byte), CType(242, Byte), CType(45, Byte), CType(113, Byte), CType(247, Byte), CType(35, Byte), CType(128, Byte), CType(241, Byte), CType(250, Byte), CType(147, Byte), CType(36, Byte), CType(125, Byte), CType(186, Byte), CType(147, Byte), CType(219, Byte), CType(23, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(72, Byte), CType(193, Byte), CType(54, Byte), CType(230, Byte), CType(162, Byte), CType(133, Byte), CType(206, Byte), CType(98, Byte), CType(185, Byte), CType(66, Byte), CType(220, Byte), CType(162, Byte), CType(10, Byte), CType(85, Byte), CType(167, Byte), CType(11, Byte), CType(71, Byte), CType(97, Byte), CType(97, Byte), CType(156, Byte), CType(22, Byte), CType(201, Byte), CType(159, Byte), CType(197, Byte), CType(205, Byte), CType(79, Byte), CType(244, Byte), CType(221, Byte), CType(79, Byte), CType(92, Byte), CType(253, Byte), CType(144, Byte), CType(6, Byte), CType(65, Byte), CType(39, Byte), CType(160, Byte), CType(93, Byte), CType(8, Byte), CType(58, Byte), CType(53, Byte), CType(3, Byte), CType(65, Byte), CType(39, Byte), CType(160, Byte), CType(93, Byte), CType(174, Byte), CType(147, Byte), CType(131, Byte), CType(101, Byte), CType(109, Byte), CType(113, Byte), CType(247, Byte), CType(60, Byte), CType(128, Byte), CType(250, Byte), CType(221, Byte), CType(71, Byte), CType(220, Byte), CType(253, Byte), CType(137, Byte), CType(241, Byte), CType(248, Byte), CType(186, Byte), CType(184, Byte), CType(235, Byte), CType(4, Byte), CType(32, Byte), CType(157, Byte), CType(219, Byte), CType(201, Byte), CType(71, Byte), CType(101, Byte), CType(185, Byte), CType(184, Byte), CType(251, Byte), CType(16, Byte), CType(64, Byte), CType(25, Byte), CType(226, Byte), CType(30, Byte), CType(125, Byte), CType(131, Byte), CType(36, Byte), CType(217, Byte), CType(139, Byte), CType(114, Byte), CType(251, Byte), CType(130, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(41, Byte), CType(216, Byte), CType(198, Byte), CType(156, Byte), CType(180, Byte), CType(216, Byte), CType(121, Byte), CType(169, Byte), CType(184, Byte), CType(5, Byte), CType(21, Byte), CType(6, Byte), CType(237, Byte), CType(41, Byte), CType(3, Byte), CType(139, Byte), CType(69, Byte), CType(32, Byte), CType(147, Byte), CType(215, Byte), CType(138, Byte), CType(155, Byte), CType(151, Byte), CType(232, Byte), CType(251, Byte), CType(178, Byte), CType(184, Byte), CType(218, Byte), CType(33, Byte), CType(29, Byte), CType(130, Byte), CType(78, Byte), CType(64, Byte), CType(187, Byte), CType(16, Byte), CType(116, Byte), CType(106, Byte), CType(6, Byte), CType(130, Byte), CType(78, Byte), CType(64, Byte), CType(59, Byte), CType(93, Byte), CType(46, Byte), CType(79, Byte), CType(18, Byte), CType(119, Byte), CType(223, Byte), CType(3, Byte), CType(168, Byte), CType(215, Byte), CType(201, Byte), CType(226, Byte), CType(238, Byte), CType(75, Byte), CType(140, Byte), CType(207, Byte), CType(131, Byte), CType(197, Byte), CType(93, Byte), CType(43, Byte), CType(0, Byte), CType(115, Byte), CType(23, Byte), CType(223, Byte), CType(105, Byte), CType(95, Byte), CType(38, Byte), CType(238, Byte), CType(222, Byte), CType(3, Byte), CType(80, Byte), CType(166, Byte), CType(227, Byte), CType(100, Byte), CType(77, Byte), CType(113, Byte), CType(247, Byte), CType(244, Byte), CType(208, Byte), CType(220, Byte), CType(158, Byte), CType(32, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(10, Byte), CType(182, Byte), CType(49, Byte), CType(39, Byte), CType(45, Byte), CType(118, Byte), CType(226, Byte), CType(41, Byte), CType(49, Byte), CType(23, Byte), CType(139, Byte), CType(91, Byte), CType(76, Byte), CType(161, Byte), CType(234, Byte), CType(28, Byte), CType(89, Byte), CType(69, Byte), CType(6, Byte), CType(22, Byte), CType(140, Byte), CType(64, Byte), CType(205, Byte), CType(54, Byte), CType(148, Byte), CType(107, Byte), CType(196, Byte), CType(205, Byte), CType(75, Byte), CType(244, Byte), CType(196, Byte), CType(175, Byte), CType(93, Byte), CType(182, Byte), CType(19, Byte), CType(87, Byte), CType(63, Byte), CType(164, Byte), CType(67, Byte), CType(208, Byte), CType(9, Byte), CType(104, Byte), CType(23, Byte), CType(130, Byte), CType(78, Byte), CType(205, Byte), CType(64, Byte), CType(208, Byte), CType(9, Byte), CType(104, Byte), CType(183, Byte), CType(111, Byte), CType(202, Byte), CType(230, Byte), CType(226, Byte), CType(238, Byte), CType(127, Byte), CType(0, Byte), CType(233, Byte), CType(237, Byte), CType(33, Byte), CType(238, Byte), CType(94, Byte), CType(196, Byte), CType(120, Byte), CType(253, Byte), CType(76, Byte), CType(220, Byte), CType(245, Byte), CType(2, Byte), CType(48, Byte), CType(186, Byte), CType(120, Byte), CType(138, Byte), CType(211, Byte), CType(103, Byte), CType(196, Byte), CType(221, Byte), CType(115, Byte), CType(0, Byte), CType(202, Byte), CType(247, Byte), CType(115, Byte), CType(217, Byte), CType(72, Byte), CType(220, Byte), CType(253, Byte), CType(61, Byte), CType(20, Byte), CType(183, Byte), CType(39, Byte), CType(8, Byte), CType(0, Byte), CType(0, Byte), CType(144, Byte), CType(130, Byte), CType(109, Byte), CType(204, Byte), CType(233, Byte), CType(214, Byte), CType(5, Byte), CType(207, Byte), CType(179, Byte), CType(196, Byte), CType(45, Byte), CType(164, Byte), CType(48, Byte), CType(104, Byte), CType(63, Byte), CType(169, Byte), CType(44, Byte), CType(22, Byte), CType(129, Byte), CType(12, Byte), CType(62, Byte), CType(36, Byte), CType(110, Byte), CType(62, Byte), CType(162, Byte), CType(239, Byte), CType(19, Byte), CType(226, Byte), CType(106, Byte), CType(135, Byte), CType(180, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(237, Byte), CType(66, Byte), CType(208, Byte), CType(169, Byte), CType(25, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(237, Byte), CType(119, Byte), CType(149, Byte), CType(60, Byte), CType(78, Byte), CType(220, Byte), CType(123, Byte), CType(0, Byte), CType(128, Byte), CType(116, Byte), CType(226, Byte), CType(199, Byte), CType(107, Byte), CType(191, Byte), CType(22, Byte), CType(119, Byte), CType(31, Byte), CType(98, Byte), CType(252, Byte), CType(120, Byte), CType(146, Byte), CType(58, Byte), CType(144, Byte), CType(206, Byte), CType(131, Byte), CType(228, Byte), CType(47, Byte), CType(226, Byte), CType(238, Byte), CType(53, Byte), CType(0, Byte), CType(205, Byte), CType(113, Byte), CType(129, Byte), CType(108, Byte), CType(38, Byte), CType(238, Byte), CType(62, Byte), CType(95, Byte), CType(41, Byte), CType(183, Byte), CType(39, Byte), CType(8, Byte), CType(0, Byte), CType(0, Byte), CType(144, Byte), CType(130, Byte), CType(109, Byte), CType(204, Byte), CType(233, Byte), CType(214, Byte), CType(5, Byte), CType(207, Byte), CType(2, Byte), CType(57, Byte), CType(79, Byte), CType(220, Byte), CType(66, Byte), CType(10, Byte), CType(85, Byte), CType(177, Byte), CType(176, Byte), CType(92, Byte), CType(77, Byte), CType(42, Byte), CType(11, Byte), CType(70, Byte), CType(160, Byte), CType(70, Byte), CType(119, Byte), CType(21, Byte), CType(206, Byte), CType(207, Byte), CType(159, Byte), CType(217, Byte), CType(13, Byte), CType(194, Byte), CType(175, Byte), CType(224, Byte), CType(243, Byte), CType(32, Byte), CType(232, Byte), CType(4, Byte), CType(180, Byte), CType(11, Byte), CType(65, Byte), CType(167, Byte), CType(102, Byte), CType(32, Byte), CType(232, Byte), CType(4, Byte), CType(116, Byte), CType(199, Byte), CType(97, Byte), CType(194, Byte), CType(231, Byte), CType(77, Byte), CType(160, Byte), CType(62, Byte), CType(207, Byte), CType(20, Byte), CType(119, Byte), CType(239, Byte), CType(161, Byte), CType(12, Byte), CType(241, Byte), CType(36, Byte), CType(245, Byte), CType(85, Byte), CType(197, Byte), CType(93, Byte), CType(59, Byte), CType(0, Byte), CType(195, Byte), CType(139, Byte), CType(239, Byte), CType(110, Byte), CType(248, Byte), CType(46, Byte), CType(17, Byte), CType(104, Byte), CType(143, Byte), CType(145, Byte), CType(195, Byte), CType(78, Byte), CType(110, Byte), CType(79, Byte), CType(16, Byte), CType(0, Byte), CType(0, Byte), CType(32, Byte), CType(5, Byte), CType(219, Byte), CType(152, Byte), CType(211, Byte), CType(164, Byte), CType(69, Byte), CType(207, Byte), CType(62, Byte), CType(226, Byte), CType(22, Byte), CType(81, Byte), CType(24, Byte), CType(180, Byte), CType(191, Byte), CType(76, Byte), CType(174, Byte), CType(29, Byte), CType(80, Byte), CType(167, Byte), CType(175, Byte), CType(136, Byte), CType(155, Byte), CType(135, Byte), CType(232, Byte), CType(59, Byte), CType(84, Byte), CType(92, Byte), CType(237, Byte), CType(144, Byte), CType(30, Byte), CType(65, Byte), CType(39, Byte), CType(160, Byte), CType(93, Byte), CType(8, Byte), CType(58, Byte), CType(53, Byte), CType(3, Byte), CType(65, Byte), CType(39, Byte), CType(160, Byte), CType(91, Byte), CType(78, Byte), CType(146, Byte), CType(197, Byte), CType(226, Byte), CType(222, Byte), CType(15, Byte), CType(0, Byte), CType(140, Byte), CType(110, Byte), CType(145, Byte), CType(240, Byte), CType(116, Byte), CType(147, Byte), CType(242, Byte), CType(69, Byte), CType(24, Byte), CType(205, Byte), CType(93, Byte), CType(63, Byte), CType(0, Byte), CType(43, Byte), CType(23, Byte), CType(97, Byte), CType(233, Byte), CType(163, Byte), CType(196, Byte), CType(221, Byte), CType(91, Byte), CType(0, Byte), CType(154, Byte), CType(45, Byte), CType(194, Byte), CType(78, Byte), CType(27, Byte), CType(136, Byte), CType(187, Byte), CType(247, Byte), CType(167, Byte), CType(229, Byte), CType(246, Byte), CType(4, Byte), CType(1, Byte), CType(0, Byte), CType(0, Byte), CType(82, Byte), CType(176, Byte), CType(141, Byte), CType(57, Byte), CType(77, Byte), CType(90, Byte), CType(244, Byte), CType(204, Byte), CType(151, Byte), CType(51, Byte), CType(197, Byte), CType(45, Byte), CType(162, Byte), CType(80, Byte), CType(21, Byte), CType(95, Byte), CType(140, Byte), CType(197, Byte), CType(23, Byte), CType(100, Byte), CType(147, Byte), CType(235, Byte), CType(7, Byte), CType(212, Byte), CType(225, Byte), CType(33, Byte), CType(226, Byte), CType(230, Byte), CType(32, Byte), CType(250, Byte), CType(174, Byte), CType(145, Byte), CType(245, Byte), CType(197, Byte), CType(213, Byte), CType(15, Byte), CType(233, Byte), CType(17, Byte), CType(116, Byte), CType(2, Byte), CType(218, Byte), CType(133, Byte), CType(160, Byte), CType(83, Byte), CType(51, Byte), CType(16, Byte), CType(116, Byte), CType(2, Byte), CType(186, Byte), CType(231, Byte), CType(23, Byte), CType(50, Byte), CType(235, Byte), CType(141, Byte), CType(12, Byte), CType(0, Byte), CType(51, Byte), CType(122, Byte), CType(181, Byte), CType(184, Byte), CType(251, Byte), CType(13, Byte), CType(101, Byte), CType(185, Byte), CType(88, Byte), CType(248, Byte), CType(206, Byte), CType(13, Byte), CType(152, Byte), CType(189, Byte), CType(53, Byte), CType(229, Byte), CType(91, Byte), CType(226, Byte), CType(238, Byte), CType(43, Byte), CType(0, Byte), CType(237, Byte), CType(112, Byte), CType(154, Byte), CType(196, Byte), CType(189, Byte), CType(238, Byte), CType(222, Byte), CType(3, Byte), CType(44, Byte), CType(183, Byte), CType(39, Byte), CType(8, Byte), CType(0, Byte), CType(0, Byte), CType(144, Byte), CType(130, Byte), CType(109, Byte), CType(204, Byte), CType(105, Byte), CType(202, Byte), CType(194, Byte), CType(103, Byte), CType(119, Byte), CType(113, Byte), CType(11, Byte), CType(40, Byte), CType(12, Byte), CType(122, Byte), CType(169, Byte), CType(76, Byte), CType(173, Byte), CType(31, Byte), CType(144, Byte), CType(82, Byte), CType(132, Byte), CType(15, Byte), CType(99, Byte), CType(131, Byte), CType(195, Byte), CType(205, Byte), CType(63, Byte), CType(244, Byte), CType(189, Byte), CType(81, Byte), CType(92, Byte), CType(253, Byte), CType(80, Byte), CType(15, Byte), CType(130, Byte), CType(78, Byte), CType(64, Byte), CType(187, Byte), CType(16, Byte), CType(116, Byte), CType(106, Byte), CType(6, Byte), CType(130, Byte), CType(78, Byte), CType(64, Byte), CType(55, Byte), CType(253, Byte), CType(90, Byte), CType(8, Byte), CType(59, Byte), CType(1, Byte), CType(105, Byte), CType(220, Byte), CType(78, Byte), CType(248, Byte), CType(239, Byte), CType(105, Byte), CType(115, Byte), CType(188, Byte), CType(92, Byte), CType(220, Byte), CType(117, Byte), CType(4, Byte), CType(224, Byte), CType(173, Byte), CType(45, Byte), CType(63, Byte), CType(17, Byte), CType(119, Byte), CType(63, Byte), CType(1, Byte), CType(104, Byte), CType(151, Byte), CType(56, Byte), CType(253, Byte), CType(33, Byte), CType(246, Byte), CType(13, Byte), CType(220, Byte), CType(123, Byte), CType(193, Byte), CType(0, Byte), CType(183, Byte), CType(39, Byte), CType(8, Byte), CType(0, Byte), CType(0, Byte), CType(144, Byte), CType(130, Byte), CType(109, Byte), CType(204, Byte), CType(201, Byte), CType(44, Byte), CType(126, Byte), CType(78, Byte), CType(17, Byte), CType(183, Byte), CType(128, Byte), CType(66, Byte), CType(213, Byte), CType(21, Byte), CType(194, Byte), CType(113, Byte), CType(2, Byte), CType(168, Byte), CType(211, Byte), CType(147, Byte), CType(197, Byte), CType(205, Byte), CType(61, Byte), CType(244, Byte), CType(93, Byte), CType(46, Byte), CType(220, Byte), CType(135, Byte), CType(121, Byte), CType(17, Byte), CType(116, Byte), CType(2, Byte), CType(218, Byte), CType(133, Byte), CType(160, Byte), CType(83, Byte), CType(51, Byte), CType(176, Byte), CType(49, Byte), CType(11, Byte), CType(116, Byte), CType(87, Byte), CType(252, Byte), CType(240, Byte), CType(33, Byte), CType(54, Byte), CType(47, Byte), CType(221, Byte), CType(123, Byte), CType(3, Byte), CType(128, Byte), CType(225, Byte), CType(197, Byte), CType(113, Byte), CType(231, Byte), CType(238, Byte), CType(30, Byte), CType(67, Byte), CType(153, Byte), CType(226, Byte), CType(59, Byte), CType(183, Byte), CType(117, Byte), CType(196, Byte), CType(93, Byte), CType(75, Byte), CType(0, Byte), CType(85, Byte), CType(183, Byte), CType(145, Byte), CType(120, Byte), CType(202, Byte), CType(139, Byte), CType(187, Byte), CType(151, Byte), CType(0, Byte), CType(180, Byte), CType(211, Byte), CType(235, Byte), CType(196, Byte), CType(189, Byte), CType(31, Byte), CType(12, Byte), CType(112, Byte), CType(123, Byte), CType(130, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(41, Byte), CType(216, Byte), CType(198, Byte), CType(156, Byte), CType(204, Byte), CType(226, Byte), CType(231, Byte), CType(1, Byte), CType(226, Byte), CType(22, Byte), CType(79, Byte), CType(24, Byte), CType(196, Byte), CType(147, Byte), CType(100, Byte), CType(80, Byte), CType(151, Byte), CType(53, Byte), CType(228, Byte), CType(34, Byte), CType(113, Byte), CType(243, Byte), CType(14, Byte), CType(125, Byte), CType(7, Byte), CType(138, Byte), CType(171, Byte), CType(31, Byte), CType(234, Byte), CType(67, Byte), CType(208, Byte), CType(9, Byte), CType(104, Byte), CType(23, Byte), CType(130, Byte), CType(78, Byte), CType(205, Byte), CType(64, Byte), CType(208, Byte), CType(9, Byte), CType(232, Byte), CType(182, Byte), CType(31, Byte), CType(200, Byte), CType(106, Byte), CType(226, Byte), CType(222, Byte), CType(31, Byte), CType(0, Byte), CType(172, Byte), CType(220, Byte), CType(157, Byte), CType(100, Byte), CType(153, Byte), CType(184, Byte), CType(251, Byte), CType(11, Byte), CType(229, Byte), CType(122, Byte), CType(155, Byte), CType(184, Byte), CType(235, Byte), CType(9, Byte), CType(160, Byte), CType(111, Byte), CType(161, Byte), CType(124, Byte), CType(79, Byte), CType(220, Byte), CType(61, Byte), CType(4, Byte), CType(160, Byte), CType(189, Byte), CType(110, Byte), CType(146, Byte), CType(135, Byte), CType(136, Byte), CType(123, Byte), CType(95, Byte), CType(168, Byte), CType(112, Byte), CType(123, Byte), CType(130, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(41, Byte), CType(216, Byte), CType(198, Byte), CType(156, Byte), CType(220, Byte), CType(226, Byte), CType(71, Byte), CType(190, Byte), CType(38, Byte), CType(110, Byte), CType(1, Byte), CType(133, Byte), CType(170, Byte), CType(216, Byte), CType(116, Byte), CType(90, Byte), CType(79, Byte), CType(92, Byte), CType(13, Byte), CType(129, Byte), CType(185, Byte), CType(120, Byte), CType(149, Byte), CType(184, Byte), CType(57, Byte), CType(135, Byte), CType(190, Byte), CType(63, Byte), CType(74, Byte), CType(124, Byte), CType(161, Byte), CType(227, Byte), CType(234, Byte), CType(135, Byte), CType(250, Byte), CType(16, Byte), CType(116, Byte), CType(2, Byte), CType(218, Byte), CType(133, Byte), CType(160, Byte), CType(83, Byte), CType(51, Byte), CType(16, Byte), CType(116, Byte), CType(2, Byte), CType(240, Byte), CType(81, Byte), CType(113, Byte), CType(239, Byte), CType(15, Byte), CType(0, Byte), CType(86, Byte), CType(238, Byte), CType(51, Byte), CType(226, Byte), CType(238, Byte), CType(43, Byte), CType(148, Byte), CType(237, Byte), CType(223, Byte), CType(178, Byte), CType(177, Byte), CType(184, Byte), CType(107, Byte), CType(10, Byte), CType(160, Byte), CType(119, Byte), CType(116, Byte), CType(213, Byte), CType(113, Byte), CType(226, Byte), CType(238, Byte), CType(31, Byte), CType(0, Byte), CType(237, Byte), CType(119, Byte), CType(169, Byte), CType(172, Byte), CType(43, Byte), CType(238, Byte), CType(253, Byte), CType(225, Byte), CType(191, Byte), CType(220, Byte), CType(158, Byte), CType(32, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(10, Byte), CType(182, Byte), CType(49, Byte), CType(39, Byte), CType(183, Byte), CType(248, Byte), CType(145, Byte), CType(29, Byte), CType(228, Byte), CType(102, Byte), CType(113, Byte), CType(11, Byte), CType(40, Byte), CType(84, Byte), CType(29, Byte), CType(34, Byte), CType(174, Byte), CType(134, Byte), CType(192, Byte), CType(168, Byte), CType(214, Byte), CType(23, Byte), CType(54, Byte), CType(52, Byte), CType(87, Byte), CType(238, Byte), CType(105, Byte), CType(226, Byte), CType(234, Byte), CType(135, Byte), CType(122, Byte), CType(17, Byte), CType(116, Byte), CType(2, Byte), CType(218, Byte), CType(133, Byte), CType(160, Byte), CType(83, Byte), CType(51, Byte), CType(176, Byte), CType(46, Byte), CType(0, Byte), CType(16, Byte), CType(158, Byte), CType(43, Byte), CType(238, Byte), CType(61, Byte), CType(2, Byte), CType(192, Byte), CType(244, Byte), CType(238, Byte), CType(37, Byte), CType(238, Byte), CType(126, Byte), CType(66, Byte), CType(51, Byte), CType(124, Byte), CType(68, Byte), CType(220, Byte), CType(117, Byte), CType(5, Byte), CType(176, Byte), CType(100, Byte), CType(233, Byte), CType(235, Byte), CType(197, Byte), CType(221, Byte), CType(55, Byte), CType(0, Byte), CType(186, Byte), CType(227, Byte), CType(24, Byte), CType(113, Byte), CType(239, Byte), CType(15, Byte), CType(255, Byte), CType(229, Byte), CType(246, Byte), CType(4, Byte), CType(1, Byte), CType(0, Byte), CType(0, Byte), CType(82, Byte), CType(176, Byte), CType(141, Byte), CType(57, Byte), CType(185, Byte), CType(197, Byte), CType(207, Byte), CType(173, Byte), CType(248, Byte), CType(197, Byte), CType(219, Byte), CType(112, Byte), CType(174, Byte), CType(19, Byte), CType(126, Byte), CType(97, Byte), CType(134, Byte), CType(148, Byte), CType(62, Byte), CType(32, Byte), CType(110, Byte), CType(174, Byte), CType(161, Byte), CType(239, Byte), CType(215, Byte), CType(178, Byte), CType(138, Byte), CType(184, Byte), CType(250, Byte), CType(161, Byte), CType(94, Byte), CType(4, Byte), CType(157, Byte), CType(128, Byte), CType(118, Byte), CType(33, Byte), CType(232, Byte), CType(212, Byte), CType(12, Byte), CType(4, Byte), CType(157, Byte), CType(0, Byte), CType(132, Byte), CType(235, Byte), CType(101, Byte), CType(91, Byte), CType(113, Byte), CType(239, Byte), CType(19, Byte), CType(0, Byte), CType(188, Byte), CType(239, Byte), CType(138, Byte), CType(187, Byte), CType(159, Byte), CType(208, Byte), CType(12, Byte), CType(55, Byte), CType(202, Byte), CType(86, Byte), CType(226, Byte), CType(174, Byte), CType(45, Byte), CType(208, Byte), CType(101, Byte), CType(143, Byte), CType(22, Byte), CType(126, Byte), CType(164, Byte), CType(12, Byte), CType(32, Byte), CType(236, Byte), CType(38, Byte), CType(238, Byte), CType(125, Byte), CType(226, Byte), CType(22, Byte), CType(110, Byte), CType(79, Byte), CType(16, Byte), CType(0, Byte), CType(0, Byte), CType(32, Byte), CType(5, Byte), CType(219, Byte), CType(152, Byte), CType(147, Byte), CType(91, Byte), CType(252, Byte), CType(220, Byte), CType(42, Byte), CType(190, Byte), CType(72, Byte), CType(136, Byte), CType(47, Byte), CType(20, Byte), CType(220, Byte), CType(226, Byte), CType(9, Byte), CType(85, Byte), CType(31, Byte), CType(20, Byte), CType(87, Byte), CType(67, Byte), CType(96, Byte), CType(182, Byte), CType(238, Byte), CType(34, Byte), CType(203, Byte), CType(196, Byte), CType(205, Byte), CType(51, Byte), CType(244, Byte), CType(61, Byte), CType(70, Byte), CType(92, Byte), CType(253, Byte), CType(80, Byte), CType(63, Byte), CType(130, Byte), CType(78, Byte), CType(64, Byte), CType(187, Byte), CType(16, Byte), CType(116, Byte), CType(106, Byte), CType(6, Byte), CType(130, Byte), CType(78, Byte), CType(0, Byte), CType(86, Byte), CType(248, Byte), CType(165, Byte), CType(172, Byte), CType(38, Byte), CType(238, Byte), CType(189, Byte), CType(2, Byte), CType(64, Byte), CType(213, Byte), CType(35, Byte), CType(197, Byte), CType(221, Byte), CType(71, Byte), CType(104, Byte), CType(150, Byte), CType(56, Byte), CType(154, Byte), CType(203, Byte), CType(93, Byte), CType(95, Byte), CType(160, Byte), CType(171, Byte), CType(226, Byte), CType(59, Byte), CType(123, Byte), CType(62, Byte), CType(31, Byte), CType(0, Byte), CType(88, Byte), CType(225, Byte), CType(66, Byte), CType(89, Byte), CType(40, Byte), CType(238, Byte), CType(253, Byte), CType(194, Byte), CType(238, Byte), CType(9, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(164, Byte), CType(96, Byte), CType(27, Byte), CType(115, Byte), CType(114, Byte), CType(139, Byte), CType(159, Byte), CType(73, Byte), CType(14, Byte), CType(23, Byte), CType(183, Byte), CType(120, Byte), CType(66, Byte), CType(85, Byte), CType(4, Byte), CType(83, Byte), CType(54, Byte), CType(23, Byte), CType(87, Byte), CType(67, Byte), CType(96, Byte), CType(54, Byte), CType(190, Byte), CType(40, Byte), CType(110, Byte), CType(142, Byte), CType(161, Byte), CType(239, Byte), CType(39, Byte), CType(226, Byte), CType(106, Byte), CType(135, Byte), CType(60, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(237, Byte), CType(66, Byte), CType(208, Byte), CType(169, Byte), CType(25, Byte), CType(216, Byte), CType(200, Byte), CType(0, Byte), CType(48, Byte), CType(217, Byte), CType(155, Byte), CType(197, Byte), CType(189, Byte), CType(87, Byte), CType(0, Byte), CType(232, Byte), CType(139, Byte), CType(39, Byte), CType(0, Byte), CType(159, Byte), CType(45, Byte), CType(238, Byte), CType(30, Byte), CType(66, Byte), CType(243, Byte), CType(196, Byte), CType(17, Byte), CType(132, Byte), CType(238, Byte), CType(58, Byte), CType(3, Byte), CType(93, Byte), CType(179, Byte), CType(170, Byte), CType(252, Byte), CType(76, Byte), CType(220, Byte), CType(125, Byte), CType(2, Byte), CType(160, Byte), CType(187, Byte), CType(94, Byte), CType(46, Byte), CType(238, Byte), CType(61, Byte), CType(195, Byte), CType(238, Byte), CType(9, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(164, Byte), CType(96, Byte), CType(27, Byte), CType(115, Byte), CType(114, Byte), CType(139, Byte), CType(159, Byte), CType(73, Byte), CType(226, Byte), CType(72, Byte), CType(182, Byte), CType(120, Byte), CType(60, Byte), CType(190, Byte), CType(91, Byte), CType(60, Byte), CType(161, Byte), CType(106, Byte), CType(165, Byte), CType(231, Byte), CType(33, Byte), CType(3, Byte), CType(43, Byte), CType(241, Byte), CType(32, Byte), CType(113, Byte), CType(115, Byte), CType(11, Byte), CType(85, Byte), CType(59, Byte), CType(139, Byte), CType(171, Byte), CType(31, Byte), CType(242, Byte), CType(32, Byte), CType(232, Byte), CType(4, Byte), CType(180, Byte), CType(11, Byte), CType(65, Byte), CType(167, Byte), CType(102, Byte), CType(32, Byte), CType(232, Byte), CType(4, Byte), CType(96, Byte), CType(178, Byte), CType(27, Byte), CType(100, Byte), CType(75, Byte), CType(113, Byte), CType(239, Byte), CType(23, Byte), CType(0, Byte), CType(122, Byte), CType(158, Byte), CType(38, Byte), CType(238, Byte), CType(254, Byte), CType(65, Byte), CType(51, Byte), CType(125, Byte), CType(91, Byte), CType(220, Byte), CType(117, Byte), CType(6, Byte), CType(186, Byte), CType(230, Byte), CType(245, Byte), CType(226, Byte), CType(238, Byte), CType(17, Byte), CType(0, Byte), CType(221, Byte), CType(118, Byte), CType(149, Byte), CType(172, Byte), CType(39, Byte), CType(3, Byte), CType(239, Byte), CType(27, Byte), CType(110, Byte), CType(79, Byte), CType(16, Byte), CType(0, Byte), CType(0, Byte), CType(32, Byte), CType(5, Byte), CType(219, Byte), CType(152, Byte), CType(147, Byte), CType(91, Byte), CType(252, Byte), CType(76, Byte), CType(241, Byte), CType(78, Byte), CType(113, Byte), CType(139, Byte), CType(39, Byte), CType(84, Byte), CType(45, Byte), CType(151, Byte), CType(109, Byte), CType(196, Byte), CType(213, Byte), CType(16, Byte), CType(88, Byte), CType(153, Byte), CType(249, Byte), CType(114, Byte), CType(154, Byte), CType(184, Byte), CType(185, Byte), CType(133, Byte), CType(190, Byte), CType(175, Byte), CType(139, Byte), CType(171, Byte), CType(31, Byte), CType(242, Byte), CType(33, Byte), CType(232, Byte), CType(4, Byte), CType(180, Byte), CType(11, Byte), CType(65, Byte), CType(167, Byte), CType(102, Byte), CType(32, Byte), CType(232, Byte), CType(4, Byte), CType(96, Byte), CType(42, Byte), CType(214, Byte), CType(197, Byte), CType(192, Byte), CType(244, Byte), CType(22, Byte), CType(201, Byte), CType(197, Byte), CType(226, Byte), CType(238, Byte), CType(29, Byte), CType(52, Byte), CType(215, Byte), CType(195, Byte), CType(197, Byte), CType(93, Byte), CType(111, Byte), CType(160, Byte), CType(43, Byte), CType(238, Byte), CType(41, Byte), CType(55, Byte), CType(138, Byte), CType(187, Byte), CType(63, Byte), CType(0, Byte), CType(224, Byte), CType(16, Byte), CType(25, Byte), CType(120, Byte), CType(239, Byte), CType(112, Byte), CType(123, Byte), CType(130, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(41, Byte), CType(216, Byte), CType(198, Byte), CType(156, Byte), CType(220, Byte), CType(226, Byte), CType(103, Byte), CType(138, Byte), CType(72, Byte), CType(130, Byte), CType(179, Byte), CType(185, Byte), CType(50, Byte), CType(156, Byte), CType(227, Byte), CType(196, Byte), CType(213, Byte), CType(16, Byte), CType(88, Byte), CType(153, Byte), CType(125, Byte), CType(196, Byte), CType(205, Byte), CType(41, Byte), CType(244, Byte), CType(221, Byte), CType(44, Byte), CType(59, Byte), CType(136, Byte), CType(171, Byte), CType(31, Byte), CType(242, Byte), CType(33, Byte), CType(232, Byte), CType(4, Byte), CType(180, Byte), CType(11, Byte), CType(65, Byte), CType(167, Byte), CType(102, Byte), CType(96, Byte), CType(45, Byte), CType(14, Byte), CType(192, Byte), CType(121, Byte), CType(164, Byte), CType(184, Byte), CType(247, Byte), CType(12, Byte), CType(160, Byte), CType(235, Byte), CType(94, Byte), CType(41, Byte), CType(238, Byte), CType(158, Byte), CType(65, Byte), CType(179, Byte), CType(157, Byte), CType(46, Byte), CType(241, Byte), CType(35, Byte), CType(49, Byte), CType(119, Byte), CType(205, Byte), CType(129, Byte), CType(182, Byte), CType(139, Byte), CType(227, Byte), CType(56, Byte), CType(249, Byte), CType(129, Byte), CType(36, Byte), CType(128, Byte), CType(153, Byte), CType(92, Byte), CType(35, Byte), CType(235, Byte), CType(72, Byte), CType(229, Byte), CType(253, Byte), CType(195, Byte), CType(237, Byte), CType(9, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(164, Byte), CType(96, Byte), CType(27, Byte), CType(115, Byte), CType(154, Byte), CType(186, Byte), CType(240, Byte), CType(153, Byte), CType(6, Byte), CType(143, Byte), CType(197, Byte), CType(29, Byte), CType(94, Byte), CType(252, Byte), CType(186, Byte), CType(198, Byte), CType(213, Byte), CType(16, Byte), CType(152, Byte), CType(206, Byte), CType(66, Byte), CType(185, Byte), CType(80, Byte), CType(220, Byte), CType(124, Byte), CType(66, Byte), CType(223, Byte), CType(132, Byte), CType(184, Byte), CType(250, Byte), CType(33, Byte), CType(47, Byte), CType(130, Byte), CType(78, Byte), CType(64, Byte), CType(187, Byte), CType(16, Byte), CType(116, Byte), CType(106, Byte), CType(6, Byte), CType(130, Byte), CType(78, Byte), CType(0, Byte), CType(156, Byte), CType(216, Byte), CType(240, Byte), CType(100, Byte), CType(211, Byte), CType(31, Byte), CType(168, Byte), CType(90, Byte), CType(87, Byte), CType(226, Byte), CType(248, Byte), CType(22, Byte), CType(119, Byte), CType(207, Byte), CType(160, Byte), CType(249, Byte), CType(246, Byte), CType(22, Byte), CType(119, Byte), CType(221, Byte), CType(129, Byte), CType(182, Byte), CType(123, Byte), CType(142, Byte), CType(184, Byte), CType(123, Byte), CType(2, Byte), CType(0, Byte), CType(38, Byte), CType(123, Byte), CType(157, Byte), CType(84, Byte), CType(222, Byte), CType(63, Byte), CType(220, Byte), CType(158, Byte), CType(32, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(10, Byte), CType(182, Byte), CType(49, Byte), CType(167, Byte), CType(169, Byte), CType(11, Byte), CType(159, Byte), CType(105, Byte), CType(44, Byte), CType(150, Byte), CType(191, Byte), CType(137, Byte), CType(91, Byte), CType(60, Byte), CType(161, Byte), CType(138, Byte), CType(35, Byte), CType(4, Byte), CType(48, Byte), CType(91, Byte), CType(47, Byte), CType(23, Byte), CType(55, Byte), CType(151, Byte), CType(208, Byte), CType(183, Byte), CType(76, Byte), CType(182, Byte), CType(20, Byte), CType(87, Byte), CType(63, Byte), CType(228, Byte), CType(69, Byte), CType(208, Byte), CType(9, Byte), CType(104, Byte), CType(23, Byte), CType(130, Byte), CType(78, Byte), CType(205, Byte), CType(64, Byte), CType(208, Byte), CType(9, Byte), CType(192, Byte), CType(116, Byte), CType(246, Byte), CType(20, Byte), CType(247, Byte), CType(190, Byte), CType(1, Byte), CType(116, Byte), CType(213, Byte), CType(123, Byte), CType(196, Byte), CType(221, Byte), CType(43, Byte), CType(104, Byte), CType(135, Byte), CType(243, Byte), CType(100, Byte), CType(129, Byte), CType(184, Byte), CType(107, Byte), CType(15, Byte), CType(180, Byte), CType(85, Byte), CType(4, Byte), CType(56, Byte), CType(47, Byte), CType(23, Byte), CType(119, Byte), CType(79, Byte), CType(0, Byte), CType(192, Byte), CType(100, Byte), CType(127, Byte), CType(151, Byte), CType(213, Byte), CType(229, Byte), CType(191, Byte), CType(239, Byte), CType(33, Byte), CType(110, Byte), CType(79, Byte), CType(16, Byte), CType(0, Byte), CType(0, Byte), CType(32, Byte), CType(5, Byte), CType(219, Byte), CType(152, Byte), CType(211, Byte), CType(228, Byte), CType(69, Byte), CType(207, Byte), CType(74, Byte), CType(28, Byte), CType(40, Byte), CType(110, Byte), CType(241, Byte), CType(132, Byte), CType(65, Byte), CType(15, Byte), CType(16, Byte), CType(87, Byte), CType(67, Byte), CType(96, Byte), CType(170, Byte), CType(56, Byte), CType(26, Byte), CType(146, Byte), CType(95, Byte), CType(155, Byte), CType(174, Byte), CType(220, Byte), CType(135, Byte), CType(196, Byte), CType(213, Byte), CType(15, Byte), CType(249, Byte), CType(17, Byte), CType(116, Byte), CType(2, Byte), CType(218, Byte), CType(133, Byte), CType(160, Byte), CType(83, Byte), CType(51, Byte), CType(16, Byte), CType(116, Byte), CType(2, Byte), CType(48, Byte), CType(157, Byte), CType(51, Byte), CType(196, Byte), CType(189, Byte), CType(111, Byte), CType(0, Byte), CType(93, Byte), CType(116, Byte), CType(71, Byte), CType(185, Byte), CType(65, Byte), CType(220, Byte), CType(189, Byte), CType(130, Byte), CType(246, Byte), CType(120, Byte), CType(174, Byte), CType(184, Byte), CType(235, Byte), CType(15, Byte), CType(180, Byte), CType(213, Byte), CType(251, Byte), CType(196, Byte), CType(221, Byte), CType(11, Byte), CType(0, Byte), CType(224, Byte), CType(236, Byte), CType(35, Byte), CType(255, Byte), CType(125, Byte), CType(15, Byte), CType(113, Byte), CType(123, Byte), CType(130, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(41, Byte), CType(216, Byte), CType(198, Byte), CType(156, Byte), CType(38, Byte), CType(47, Byte), CType(122, Byte), CType(86, Byte), CType(34, Byte), CType(142, Byte), CType(215, Byte), CType(250, Byte), CType(147, Byte), CType(184, Byte), CType(197, Byte), CType(19, Byte), CType(170, Byte), CType(78, Byte), CType(17, Byte), CType(87, Byte), CType(67, Byte), CType(96, Byte), CType(170, Byte), CType(67, Byte), CType(197, Byte), CType(205, Byte), CType(33, Byte), CType(244, Byte), CType(93, Byte), CType(43, Byte), CType(27, Byte), CType(137, Byte), CType(171, Byte), CType(31, Byte), CType(242, Byte), CType(35, Byte), CType(232, Byte), CType(4, Byte), CType(180, Byte), CType(11, Byte), CType(65, Byte), CType(167, Byte), CType(102, Byte), CType(32, Byte), CType(232, Byte), CType(4, Byte), CType(96, Byte), CType(38, Byte), CType(59, Byte), CType(139, Byte), CType(123, Byte), CType(239, Byte), CType(0, Byte), CType(186, Byte), CType(230, Byte), CType(211, Byte), CType(226, Byte), CType(238, Byte), CType(17, Byte), CType(180, Byte), CType(203, Byte), CType(95, Byte), CType(101, Byte), CType(145, Byte), CType(184, Byte), CType(57, Byte), CType(0, Byte), CType(180, Byte), CType(205, Byte), CType(198, Byte), CType(114, Byte), CType(189, Byte), CType(184, Byte), CType(123, Byte), CType(1, Byte), CType(0, Byte), CType(156, Byte), CType(239, Byte), CType(201, Byte), CType(127, Byte), CType(223, Byte), CType(71, Byte), CType(220, Byte), CType(158, Byte), CType(32, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(10, Byte), CType(182, Byte), CType(49, Byte), CType(167, Byte), CType(201, Byte), CType(139, Byte), CType(158, Byte), CType(33, Byte), CType(60, Byte), CType(93, Byte), CType(220, Byte), CType(226, Byte), CType(9, Byte), CType(131, Byte), CType(118, Byte), CType(21, Byte), CType(87, Byte), CType(67, Byte), CType(96, Byte), CType(133, Byte), CType(59, Byte), CType(75, Byte), CType(28, Byte), CType(201, Byte), CType(230, Byte), CType(230, Byte), CType(15, Byte), CType(250, Byte), CType(14, Byte), CType(22, Byte), CType(87, Byte), CType(63, Byte), CType(140, Byte), CType(7, Byte), CType(65, Byte), CType(39, Byte), CType(160, Byte), CType(93, Byte), CType(8, Byte), CType(58, Byte), CType(53, Byte), CType(3, Byte), CType(65, Byte), CType(39, Byte), CType(0, Byte), CType(51, Byte), CType(57, Byte), CType(94, Byte), CType(220, Byte), CType(123, Byte), CType(7, Byte), CType(208, Byte), CType(37, Byte), CType(59, Byte), CType(202, Byte), CType(205, Byte), CType(226, Byte), CType(238, Byte), CType(17, Byte), CType(180, Byte), CType(207, Byte), CType(171, Byte), CType(197, Byte), CType(205, Byte), CType(3, Byte), CType(160, Byte), CType(109, Byte), CType(14, Byte), CType(19, Byte), CType(119, Byte), CType(15, Byte), CType(0, Byte), CType(192, Byte), CType(76, Byte), CType(182, Byte), CType(146, Byte), CType(91, Byte), CType(222, Byte), CType(71, Byte), CType(220, Byte), CType(158, Byte), CType(32, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(10, Byte), CType(182, Byte), CType(49, Byte), CType(167, Byte), CType(21, Byte), CType(11, Byte), CType(158, Byte), CType(33, Byte), CType(173, Byte), CType(42, Byte), CType(231, Byte), CType(136, Byte), CType(91, Byte), CType(60, Byte), CType(161, Byte), CType(234, Byte), CType(52, Byte), CType(153, Byte), CType(47, Byte), CType(174, Byte), CType(142, Byte), CType(64, Byte), CType(248, Byte), CType(188, Byte), CType(184, Byte), CType(185, Byte), CType(131, Byte), CType(190, Byte), CType(43, Byte), CType(100, Byte), CType(29, Byte), CType(113, Byte), CType(245, Byte), CType(195, Byte), CType(120, Byte), CType(16, Byte), CType(116, Byte), CType(2, Byte), CType(218, Byte), CType(133, Byte), CType(160, Byte), CType(83, Byte), CType(51, Byte), CType(16, Byte), CType(116, Byte), CType(2, Byte), CType(48, Byte), CType(147, Byte), CType(229, Byte), CType(114, Byte), CType(7, Byte), CType(113, Byte), CType(239, Byte), CType(31, Byte), CType(64, Byte), CType(87, Byte), CType(124, Byte), CType(71, Byte), CType(220, Byte), CType(253, Byte), CType(129, Byte), CType(118, Byte), CType(138, Byte), CType(181, Byte), CType(209, Byte), CType(186, Byte), CType(226, Byte), CType(230, Byte), CType(2, Byte), CType(208, Byte), CType(22, Byte), CType(155, Byte), CType(11, Byte), CType(79, Byte), CType(115, Byte), CType(2, Byte), CType(48, Byte), CType(138, Byte), CType(55, Byte), CType(200, Byte), CType(45, Byte), CType(239, Byte), CType(37, Byte), CType(110, Byte), CType(79, Byte), CType(16, Byte), CType(0, Byte), CType(0, Byte), CType(32, Byte), CType(5, Byte), CType(219, Byte), CType(152, Byte), CType(211, Byte), CType(138, Byte), CType(5, Byte), CType(207, Byte), CType(44, Byte), CType(236, Byte), CType(37, Byte), CType(110, Byte), CType(241, Byte), CType(132, Byte), CType(65, Byte), CType(123, Byte), CType(138, Byte), CType(171, Byte), CType(33, Byte), CType(112, Byte), CType(127, Byte), CType(113, Byte), CType(115, Byte), CType(6, Byte), CType(85, Byte), CType(175, Byte), CType(16, Byte), CType(87, Byte), CType(63, Byte), CType(140, Byte), CType(15, Byte), CType(65, Byte), CType(39, Byte), CType(160, Byte), CType(93, Byte), CType(8, Byte), CType(58, Byte), CType(53, Byte), CType(3, Byte), CType(65, Byte), CType(39, Byte), CType(0, Byte), CType(43, Byte), CType(243, Byte), CType(58, Byte), CType(113, Byte), CType(239, Byte), CType(31, Byte), CType(64, Byte), CType(23, Byte), CType(60, Byte), CType(66, Byte), CType(220, Byte), CType(125, Byte), CType(129, Byte), CType(118, Byte), CType(123, Byte), CType(151, Byte), CType(184, Byte), CType(249, Byte), CType(0, Byte), CType(180, Byte), CType(69, Byte), CType(204, Byte), CType(113, Byte), CType(55, Byte), CType(247, Byte), CType(1, Byte), CType(96, Byte), CType(101, Byte), CType(206, Byte), CType(146, Byte), CType(91, Byte), CType(222, Byte), CType(75, Byte), CType(220, Byte), CType(158, Byte), CType(32, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(10, Byte), CType(182, Byte), CType(49, Byte), CType(167, Byte), CType(21, Byte), CType(11, Byte), CType(158, Byte), CType(89, Byte), CType(136, Byte), CType(167, Byte), CType(20, Byte), CType(253, Byte), CType(92, Byte), CType(220, Byte), CType(2, Byte), CType(10, Byte), CType(85, Byte), CType(191, Byte), CType(145, Byte), CType(85, Byte), CType(196, Byte), CType(213, Byte), CType(17, Byte), CType(221, Byte), CType(21, Byte), CType(247, Byte), CType(208, Byte), CType(79, Byte), CType(196, Byte), CType(205, Byte), CType(25, Byte), CType(244, Byte), CType(253, Byte), CType(89, Byte), CType(22, Byte), CType(137, Byte), CType(171, Byte), CType(33, Byte), CType(198, Byte), CType(135, Byte), CType(160, Byte), CType(19, Byte), CType(208, Byte), CType(46, Byte), CType(4, Byte), CType(157, Byte), CType(154, Byte), CType(129, Byte), CType(160, Byte), CType(19, Byte), CType(128, Byte), CType(149, Byte), CType(57, Byte), CType(79, Byte), CType(220, Byte), CType(251, Byte), CType(7, Byte), CType(208, Byte), CType(118, Byte), CType(241, Byte), CType(157, Byte), CType(203, Byte), CType(47, Byte), CType(197, Byte), CType(221, Byte), CType(23, Byte), CType(104, Byte), CType(183, Byte), CType(120, Byte), CType(210, Byte), CType(205, Byte), CType(166, Byte), CType(226, Byte), CType(230, Byte), CType(5, Byte), CType(208, Byte), CType(116, Byte), CType(107, Byte), CType(201, Byte), CType(85, Byte), CType(226, Byte), CType(230, Byte), CType(62, Byte), CType(0, Byte), CType(12, Byte), CType(99, Byte), CType(75, Byte), CType(177, Byte), CType(123, Byte), CType(130, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(41, Byte), CType(216, Byte), CType(198, Byte), CType(156, Byte), CType(98, Byte), CType(177, Byte), CType(51, Byte), CType(2, Byte), CType(126, Byte), CType(45, Byte), CType(55, Byte), CType(188, Byte), CType(167, Byte), CType(136, Byte), CType(171, Byte), CType(33, Byte), CType(186, Byte), CType(235, Byte), CType(241, Byte), CType(226, Byte), CType(230, Byte), CType(10, Byte), CType(170, Byte), CType(158, Byte), CType(37, Byte), CType(174, Byte), CType(126, Byte), CType(24, Byte), CType(47, Byte), CType(130, Byte), CType(78, Byte), CType(64, Byte), CType(187, Byte), CType(16, Byte), CType(116, Byte), CType(106, Byte), CType(6, Byte), CType(130, Byte), CType(78, Byte), CType(0, Byte), CType(134, Byte), CType(177, Byte), CType(68, Byte), CType(220, Byte), CType(123, Byte), CType(8, Byte), CType(208, Byte), CType(102, Byte), CType(79, Byte), CType(21, Byte), CType(119, Byte), CType(63, Byte), CType(160, Byte), CType(27, Byte), CType(142, Byte), CType(20, Byte), CType(55, Byte), CType(47, Byte), CType(128, Byte), CType(166, Byte), CType(219, Byte), CType(95, Byte), CType(220, Byte), CType(156, Byte), CType(7, Byte), CType(128, Byte), CType(97, Byte), CType(189, Byte), CType(82, Byte), CType(236, Byte), CType(158, Byte), CType(32, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(10, Byte), CType(182, Byte), CType(49, Byte), CType(167, Byte), CType(88, Byte), CType(236, Byte), CType(140, Byte), CType(232, Byte), CType(100, Byte), CType(113, Byte), CType(11, Byte), CType(40, Byte), CType(84, Byte), CType(93, Byte), CType(32, Byte), CType(11, Byte), CType(196, Byte), CType(213, Byte), CType(16, Byte), CType(221, Byte), CType(179, Byte), CType(80, Byte), CType(206, Byte), CType(23, Byte), CType(55, Byte), CType(87, Byte), CType(208, Byte), CType(119, Byte), CType(174, Byte), CType(112, Byte), CType(223, Byte), CType(148, Byte), CType(137, Byte), CType(160, Byte), CType(19, Byte), CType(208, Byte), CType(46, Byte), CType(4, Byte), CType(157, Byte), CType(154, Byte), CType(129, Byte), CType(160, Byte), CType(19, Byte), CType(128, Byte), CType(97, Byte), CType(28, Byte), CType(42, Byte), CType(238, Byte), CType(61, Byte), CType(4, Byte), CType(104, Byte), CType(171, Byte), CType(213, Byte), CType(229, Byte), CType(34, Byte), CType(113, Byte), CType(247, Byte), CType(3, Byte), CType(186, Byte), CType(97, Byte), CType(185, Byte), CType(108, Byte), CType(35, Byte), CType(110, Byte), CType(126, Byte), CType(0, Byte), CType(77, Byte), CType(21, Byte), CType(79, Byte), CType(130, Byte), CType(255, Byte), CType(157, Byte), CType(184, Byte), CType(57, Byte), CType(15, Byte), CType(0, Byte), CType(195, Byte), CType(250, Byte), CType(142, Byte), CType(216, Byte), CType(61, Byte), CType(65, Byte), CType(0, Byte), CType(0, Byte), CType(128, Byte), CType(20, Byte), CType(108, Byte), CType(99, Byte), CType(78, Byte), CType(177, Byte), CType(216, Byte), CType(25, Byte), CType(209, Byte), CType(125, Byte), CType(197, Byte), CType(45, Byte), CType(160, Byte), CType(48, Byte), CType(232, Byte), CType(121, Byte), CType(226, Byte), CType(106, Byte), CType(136, Byte), CType(238, Byte), CType(121, Byte), CType(177, Byte), CType(184, Byte), CType(57, Byte), CType(130, Byte), CType(170, Byte), CType(120, Byte), CType(234, Byte), CType(149, Byte), CType(171, Byte), CType(31, Byte), CType(198, Byte), CType(143, Byte), CType(160, Byte), CType(19, Byte), CType(208, Byte), CType(46, Byte), CType(4, Byte), CType(157, Byte), CType(154, Byte), CType(129, Byte), CType(160, Byte), CType(19, Byte), CType(128, Byte), CType(97, Byte), CType(196, Byte), CType(143, Byte), CType(108, Byte), CType(220, Byte), CType(123, Byte), CType(8, Byte), CType(208, Byte), CType(86, Byte), CType(47, Byte), CType(23, Byte), CType(119, Byte), CType(47, Byte), CType(160, Byte), CType(91, Byte), CType(190, Byte), CType(40, Byte), CType(110, Byte), CType(126, Byte), CType(0, Byte), CType(77, Byte), CType(245, Byte), CType(0, Byte), CType(113, Byte), CType(115, Byte), CType(29, Byte), CType(0, Byte), CType(102, Byte), CType(227, Byte), CType(6, Byte), CType(89, Byte), CType(195, Byte), CType(237, Byte), CType(9, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(164, Byte), CType(96, Byte), CType(27, Byte), CType(115, Byte), CType(210, Byte), CType(98, Byte), CType(103, Byte), CType(46, Byte), CType(98, Byte), CType(115, Byte), CType(204, Byte), CType(45, Byte), CType(162, Byte), CType(80, Byte), CType(245, Byte), CType(103, Byte), CType(89, Byte), CType(36, Byte), CType(174, Byte), CType(134, Byte), CType(232, Byte), CType(142, Byte), CType(117, Byte), CType(228, Byte), CType(31, Byte), CType(226, Byte), CType(230, Byte), CType(8, Byte), CType(250, Byte), CType(126, Byte), CType(46, Byte), CType(241, Byte), CType(235, Byte), CType(53, Byte), CType(87, Byte), CType(67, Byte), CType(140, Byte), CType(31, Byte), CType(65, Byte), CType(39, Byte), CType(160, Byte), CType(93, Byte), CType(8, Byte), CType(58, Byte), CType(53, Byte), CType(3, Byte), CType(65, Byte), CType(39, Byte), CType(0, Byte), CType(195, Byte), CType(218, Byte), CType(78, Byte), CType(220, Byte), CType(251, Byte), CType(8, Byte), CType(208, Byte), CType(54, Byte), CType(241, Byte), CType(249, Byte), CType(250, Byte), CType(74, Byte), CType(113, Byte), CType(247, Byte), CType(1, Byte), CType(186, Byte), CType(135, Byte), CType(163, Byte), CType(59, Byte), CType(209, Byte), CType(38, Byte), CType(135, Byte), CType(139, Byte), CType(155, Byte), CType(231, Byte), CType(0, Byte), CType(48, Byte), CType(91, Byte), CType(143, Byte), CType(112, Byte), CType(123, Byte), CType(130, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(41, Byte), CType(216, Byte), CType(198, Byte), CType(156, Byte), CType(180, Byte), CType(216, Byte), CType(153, Byte), CType(139, Byte), CType(248, Byte), CType(18, Byte), CType(245, Byte), CType(102, Byte), CType(113, Byte), CType(139, Byte), CType(40, Byte), CType(84, Byte), CType(69, Byte), CType(56, Byte), CType(192, Byte), CType(213, Byte), CType(16, Byte), CType(221, Byte), CType(241, Byte), CType(30, Byte), CType(113, Byte), CType(115, Byte), CType(3, Byte), CType(85, Byte), CType(15, Byte), CType(23, Byte), CType(87, Byte), CType(63, Byte), CType(148, Byte), CType(129, Byte), CType(160, Byte), CType(19, Byte), CType(208, Byte), CType(46, Byte), CType(4, Byte), CType(157, Byte), CType(154, Byte), CType(129, Byte), CType(160, Byte), CType(19, Byte), CType(128, Byte), CType(97, Byte), CType(29, Byte), CType(36, Byte), CType(238, Byte), CType(125, Byte), CType(4, Byte), CType(104, Byte), CType(155, Byte), CType(119, Byte), CType(138, Byte), CType(187, Byte), CType(7, Byte), CType(208, Byte), CType(77, Byte), CType(39, Byte), CType(139, Byte), CType(155, Byte), CType(39, Byte), CType(64, Byte), CType(211, Byte), CType(196, Byte), CType(145, Byte), CType(156, Byte), CType(87, Byte), CType(137, Byte), CType(155, Byte), CType(231, Byte), CType(0, Byte), CType(48, Byte), CType(91, Byte), CType(111, Byte), CType(119, Byte), CType(123, Byte), CType(130, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(41, Byte), CType(216, Byte), CType(198, Byte), CType(156, Byte), CType(180, Byte), CType(216, Byte), CType(153, Byte), CType(171, Byte), CType(79, Byte), CType(138, Byte), CType(91, Byte), CType(68, Byte), CType(161, Byte), CType(234, Byte), CType(10, Byte), CType(89, Byte), CType(44, Byte), CType(174, Byte), CType(134, Byte), CType(104, Byte), CType(191, Byte), CType(45, Byte), CType(36, Byte), CType(30, Byte), CType(23, Byte), CType(235, Byte), CType(230, Byte), CType(6, Byte), CType(250, Byte), CType(110, Byte), CType(57, Byte), CType(59, Byte), CType(28, Byte), CType(69, Byte), CType(35, Byte), CType(232, Byte), CType(4, Byte), CType(180, Byte), CType(11, Byte), CType(65, Byte), CType(167, Byte), CType(102, Byte), CType(32, Byte), CType(232, Byte), CType(4, Byte), CType(96, Byte), CType(88, Byte), CType(223, Byte), CType(21, Byte), CType(247, Byte), CType(62, Byte), CType(2, Byte), CType(180, Byte), CType(201, Byte), CType(29, Byte), CType(228, Byte), CType(122, Byte), CType(113, Byte), CType(247, Byte), CType(0, Byte), CType(186, Byte), CType(107, Byte), CType(55, Byte), CType(113, Byte), CType(243, Byte), CType(5, Byte), CType(104, Byte), CType(146, Byte), CType(199, Byte), CType(139, Byte), CType(155, Byte), CType(223, Byte), CType(0, Byte), CType(48, Byte), CType(138, Byte), CType(239, Byte), CType(186, Byte), CType(61, Byte), CType(65, Byte), CType(0, Byte), CType(0, Byte), CType(128, Byte), CType(20, Byte), CType(108, Byte), CType(99, Byte), CType(78, Byte), CType(90, Byte), CType(236, Byte), CType(204, Byte), CType(213, Byte), CType(157, Byte), CType(100, Byte), CType(153, Byte), CType(184, Byte), CType(133, Byte), CType(20, Byte), CType(170, Byte), CType(222, Byte), CType(32, Byte), CType(174, Byte), CType(134, Byte), CType(104, Byte), CType(191, Byte), CType(207, Byte), CType(138, Byte), CType(155, Byte), CType(19, Byte), CType(168, Byte), CType(186, Byte), CType(143, Byte), CType(184, Byte), CType(250, Byte), CType(161, Byte), CType(28, Byte), CType(4, Byte), CType(157, Byte), CType(128, Byte), CType(118, Byte), CType(33, Byte), CType(232, Byte), CType(212, Byte), CType(12, Byte), CType(4, Byte), CType(157, Byte), CType(0, Byte), CType(12, Byte), CType(235, Byte), CType(58, Byte), CType(89, Byte), CType(40, Byte), CType(238, Byte), CType(189, Byte), CType(4, Byte), CType(104, Byte), CType(139, Byte), CType(99, Byte), CType(196, Byte), CType(205, Byte), CType(127, Byte), CType(116, Byte), CType(219, Byte), CType(153, Byte), CType(194, Byte), CType(49, Byte), CType(248, Byte), CType(104, Byte), CType(186, Byte), CType(99, Byte), CType(197, Byte), CType(205, Byte), CType(111, Byte), CType(0, Byte), CType(24, Byte), CType(197, Byte), CType(53, Byte), CType(178, Byte), CType(138, Byte), CType(219, Byte), CType(23, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(152, Byte), CType(43, Byte), CType(219, Byte), CType(152, Byte), CType(147, Byte), CType(22, Byte), CType(58, Byte), CType(41, Byte), CType(124, Byte), CType(80, Byte), CType(220, Byte), CType(66, Byte), CType(10, Byte), CType(85, Byte), CType(177, Byte), CType(73, Byte), CType(181, Byte), CType(174, Byte), CType(184, Byte), CType(26, Byte), CType(162, Byte), CType(189, Byte), CType(118, Byte), CType(18, Byte), CType(55, Byte), CType(31, Byte), CType(80, Byte), CType(245, Byte), CType(5, Byte), CType(113, Byte), CType(245, Byte), CType(67, Byte), CType(89, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(237, Byte), CType(66, Byte), CType(208, Byte), CType(169, Byte), CType(25, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(152, Byte), CType(141, Byte), CType(7, Byte), CType(137, Byte), CType(123, Byte), CType(47, Byte), CType(1, Byte), CType(218, Byte), CType(224, Byte), CType(30, Byte), CType(114, Byte), CType(179, Byte), CType(184, Byte), CType(185, Byte), CType(15, Byte), CType(60, Byte), CType(73, Byte), CType(220, Byte), CType(188, Byte), CType(1, Byte), CType(154, Byte), CType(96, Byte), CType(53, Byte), CType(185, Byte), CType(90, Byte), CType(220, Byte), CType(220, Byte), CType(6, Byte), CType(128, Byte), CType(81, Byte), CType(109, Byte), CType(231, Byte), CType(246, Byte), CType(5, Byte), CType(1, Byte), CType(0, Byte), CType(0, Byte), CType(230, Byte), CType(202, Byte), CType(54, Byte), CType(230, Byte), CType(164, Byte), CType(133, Byte), CType(78, Byte), CType(10, Byte), CType(27, Byte), CType(203, Byte), CType(181, Byte), CType(226, Byte), CType(22, Byte), CType(82, Byte), CType(168, Byte), CType(58, Byte), CType(68, Byte), CType(92, Byte), CType(13, Byte), CType(209, Byte), CType(94, Byte), CType(63, Byte), CType(18, Byte), CType(55, Byte), CType(23, Byte), CType(208, Byte), CType(183, Byte), CType(92, Byte), CType(182, Byte), CType(22, Byte), CType(87, Byte), CType(63, Byte), CType(148, Byte), CType(133, Byte), CType(160, Byte), CType(19, Byte), CType(208, Byte), CType(46, Byte), CType(4, Byte), CType(157, Byte), CType(154, Byte), CType(129, Byte), CType(160, Byte), CType(19, Byte), CType(128, Byte), CType(217, Byte), CType(120, Byte), CType(189, Byte), CType(184, Byte), CType(247, Byte), CType(18, Byte), CType(160, Byte), CType(13, Byte), CType(190, Byte), CType(41, Byte), CType(110, Byte), CType(222, Byte), CType(3, Byte), CType(225, Byte), CType(2, Byte), CType(137, Byte), CType(176, Byte), CType(136, Byte), CType(155, Byte), CType(59, Byte), CType(64, Byte), CType(233, Byte), CType(118, Byte), CType(21, Byte), CType(55, Byte), CType(175, Byte), CType(1, Byte), CType(96, Byte), CType(46, Byte), CType(246, Byte), CType(115, Byte), CType(251, Byte), CType(130, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(115, Byte), CType(101, Byte), CType(27, Byte), CType(115, Byte), CType(210, Byte), CType(66, Byte), CType(39, Byte), CType(149, Byte), CType(183, Byte), CType(139, Byte), CType(91, Byte), CType(72, Byte), CType(161, Byte), CType(234, Byte), CType(223, Byte), CType(18, Byte), CType(193, Byte), CType(48, Byte), CType(87, Byte), CType(67, Byte), CType(180, Byte), CType(207, Byte), CType(227, Byte), CType(196, Byte), CType(205, Byte), CType(3, Byte), CType(84, Byte), CType(29, Byte), CType(41, Byte), CType(174, Byte), CType(126, Byte), CType(40, Byte), CType(15, Byte), CType(65, Byte), CType(39, Byte), CType(160, Byte), CType(93, Byte), CType(8, Byte), CType(58, Byte), CType(53, Byte), CType(3, Byte), CType(65, Byte), CType(39, Byte), CType(0, Byte), CType(179, Byte), CType(241, Byte), CType(117, Byte), CType(113, Byte), CType(239, Byte), CType(37, Byte), CType(64, Byte), CType(211, Byte), CType(61, Byte), CType(92, Byte), CType(220, Byte), CType(156, Byte), CType(7, Byte), CType(38, Byte), CType(123, Byte), CType(161, Byte), CType(184, Byte), CType(249, Byte), CType(3, Byte), CType(148, Byte), CType(142, Byte), CType(19, Byte), CType(19, Byte), CType(0, Byte), CType(212, Byte), CType(225, Byte), CType(16, Byte), CType(183, Byte), CType(47, Byte), CType(8, Byte), CType(0, Byte), CType(0, Byte), CType(48, Byte), CType(87, Byte), CType(182, Byte), CType(49, Byte), CType(39, Byte), CType(45, Byte), CType(116, Byte), CType(82, Byte), CType(89, Byte), CType(71, Byte), CType(216, Byte), CType(132, Byte), CType(25, Byte), CType(206, Byte), CType(7, Byte), CType(196, Byte), CType(213, Byte), CType(16, Byte), CType(237, Byte), CType(178, Byte), CType(64, Byte), CType(206, Byte), CType(19, Byte), CType(55, Byte), CType(7, Byte), CType(208, Byte), CType(119, Byte), CType(189, Byte), CType(108, Byte), CType(42, Byte), CType(174, Byte), CType(134, Byte), CType(40, Byte), CType(15, Byte), CType(65, Byte), CType(39, Byte), CType(160, Byte), CType(93, Byte), CType(8, Byte), CType(58, Byte), CType(53, Byte), CType(3, Byte), CType(107, Byte), CType(108, Byte), CType(0, Byte), CType(179, Byte), CType(113, Byte), CType(153, Byte), CType(184, Byte), CType(247, Byte), CType(18, Byte), CType(160, Byte), CType(201, Byte), CType(230, Byte), CType(203, Byte), CType(47, Byte), CType(196, Byte), CType(205, Byte), CType(121, Byte), CType(96, Byte), CType(178, Byte), CType(75, Byte), CType(101, Byte), CType(177, Byte), CType(184, Byte), CType(121, Byte), CType(4, Byte), CType(148, Byte), CType(236, Byte), CType(143, Byte), CType(226, Byte), CType(230, Byte), CType(52, Byte), CType(0, Byte), CType(204, Byte), CType(197, Byte), CType(87, Byte), CType(221, Byte), CType(190, Byte), CType(32, Byte), CType(0, Byte), CType(0, Byte), CType(192, Byte), CType(92, Byte), CType(217, Byte), CType(198, Byte), CType(156, Byte), CType(180, Byte), CType(208, Byte), CType(73, Byte), CType(233, Byte), CType(32, Byte), CType(113, Byte), CType(139, Byte), CType(41, Byte), CType(84, Byte), CType(45, Byte), CType(147, Byte), CType(205, Byte), CType(197, Byte), CType(213, Byte), CType(16, Byte), CType(237, Byte), CType(241, Byte), CType(34, Byte), CType(113, Byte), CType(215, Byte), CType(31, Byte), CType(85, Byte), CType(239, Byte), CType(18, Byte), CType(87, Byte), CType(63, Byte), CType(148, Byte), CType(137, Byte), CType(160, Byte), CType(19, Byte), CType(208, Byte), CType(46, Byte), CType(4, Byte), CType(157, Byte), CType(154, Byte), CType(129, Byte), CType(160, Byte), CType(19, Byte), CType(128, Byte), CType(217, Byte), CType(226, Byte), CType(135, Byte), CType(4, Byte), CType(104, Byte), CType(155, Byte), CType(39, Byte), CType(137, Byte), CType(155, Byte), CType(235, Byte), CType(128, Byte), CType(195, Byte), CType(17, Byte), CType(158, Byte), CType(104, Byte), CType(154, Byte), CType(45, Byte), CType(196, Byte), CType(205, Byte), CType(101, Byte), CType(0, Byte), CType(152, Byte), CType(171, Byte), CType(11, Byte), CType(221, Byte), CType(190, Byte), CType(32, Byte), CType(0, Byte), CType(0, Byte), CType(192, Byte), CType(92, Byte), CType(217, Byte), CType(198, Byte), CType(156, Byte), CType(180, Byte), CType(208, Byte), CType(73, Byte), CType(105, Byte), CType(145, Byte), CType(196, Byte), CType(47, Byte), CType(167, Byte), CType(220, Byte), CType(130, Byte), CType(10, Byte), CType(85, Byte), CType(71, Byte), CType(139, Byte), CType(171, Byte), CType(33, Byte), CType(218, Byte), CType(97, Byte), CType(109, Byte), CType(249, Byte), CType(187, Byte), CType(184, Byte), CType(107, Byte), CType(143, Byte), CType(190, Byte), CType(216, Byte), CType(184, Byte), CType(93, Byte), CType(79, Byte), CType(92, Byte), CType(13, Byte), CType(81, Byte), CType(38, Byte), CType(130, Byte), CType(78, Byte), CType(64, Byte), CType(187, Byte), CType(16, Byte), CType(116, Byte), CType(106, Byte), CType(6, Byte), CType(130, Byte), CType(78, Byte), CType(0, Byte), CType(102, Byte), CType(235, Byte), CType(177, Byte), CType(226, Byte), CType(222, Byte), CType(79, Byte), CType(128, Byte), CType(38, Byte), CType(90, Byte), CType(40, Byte), CType(23, Byte), CType(138, Byte), CType(155, Byte), CType(235, Byte), CType(128, Byte), CType(19, Byte), CType(107, Byte), CType(167, Byte), CType(245, Byte), CType(197, Byte), CType(205, Byte), CType(39, Byte), CType(160, Byte), CType(68, Byte), CType(79, Byte), CType(23, Byte), CType(55, Byte), CType(151, Byte), CType(1, Byte), CType(96, Byte), CType(174, Byte), CType(110, Byte), CType(150, Byte), CType(53, Byte), CType(220, Byte), CType(222, Byte), CType(32, Byte), CType(0, Byte), CType(0, Byte), CType(192, Byte), CType(92, Byte), CType(216, Byte), CType(198, Byte), CType(156, Byte), CType(180, Byte), CType(200, Byte), CType(73, Byte), CType(237, Byte), CType(5, Byte), CType(226, Byte), CType(22, Byte), CType(84, Byte), CType(168, Byte), CType(90, Byte), CType(46, Byte), CType(91, Byte), CType(139, Byte), CType(171, Byte), CType(33, Byte), CType(154, Byte), CType(239, Byte), CType(16, Byte), CType(113, Byte), CType(215, Byte), CType(29, Byte), CType(85, Byte), CType(175, Byte), CType(21, Byte), CType(87, Byte), CType(63, Byte), CType(148, Byte), CType(139, Byte), CType(160, Byte), CType(19, Byte), CType(208, Byte), CType(46, Byte), CType(4, Byte), CType(157, Byte), CType(154, Byte), CType(129, Byte), CType(160, Byte), CType(19, Byte), CType(128, Byte), CType(217, Byte), CType(122, Byte), CType(131, Byte), CType(184, Byte), CType(247, Byte), CType(19, Byte), CType(160, Byte), CType(137, Byte), CType(248, Byte), CType(12, Byte), CType(130, Byte), CType(81, Byte), CType(28, Byte), CType(42, Byte), CType(110, Byte), CType(62, Byte), CType(1, Byte), CType(37, Byte), CType(58, Byte), CType(70, Byte), CType(220, Byte), CType(60, Byte), CType(6, Byte), CType(128, Byte), CType(20, Byte), CType(182, Byte), CType(113, Byte), CType(123, Byte), CType(131, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(115, Byte), CType(97, Byte), CType(27, Byte), CType(115, Byte), CType(210, Byte), CType(34, Byte), CType(39, Byte), CType(181, Byte), CType(248, Byte), CType(165, Byte), CType(221, Byte), CType(31, Byte), CType(196, Byte), CType(45, Byte), CType(168, Byte), CType(80, Byte), CType(117, Byte), CType(172, Byte), CType(184, Byte), CType(26, Byte), CType(162, Byte), CType(217, Byte), CType(226, Byte), CType(88, Byte), CType(194, Byte), CType(235, Byte), CType(197, Byte), CType(93, Byte), CType(115, Byte), CType(244, Byte), CType(197, Byte), CType(211, Byte), CType(223, Byte), CType(214, Byte), CType(18, Byte), CType(87, Byte), CType(67, Byte), CType(148, Byte), CType(139, Byte), CType(77, Byte), CType(6, Byte), CType(160, Byte), CType(93, Byte), CType(8, Byte), CType(58, Byte), CType(53, Byte), CType(3, Byte), CType(65, Byte), CType(39, Byte), CType(0, Byte), CType(179, Byte), CType(53, Byte), CType(33, Byte), CType(238, Byte), CType(253, Byte), CType(4, Byte), CType(104, Byte), CType(154, Byte), CType(117, Byte), CType(228, Byte), CType(10, Byte), CType(113, Byte), CType(243, Byte), CType(28, Byte), CType(152, Byte), CType(201, Byte), CType(13, Byte), CType(18, Byte), CType(223, Byte), CType(207, Byte), CType(184, Byte), CType(121, Byte), CType(5, Byte), CType(148, Byte), CType(230, Byte), CType(34, Byte), CType(113, Byte), CType(243, Byte), CType(24, Byte), CType(0, Byte), CType(82, Byte), CType(216, Byte), CType(221, Byte), CType(237, Byte), CType(13, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(204, Byte), CType(133, Byte), CType(109, Byte), CType(204, Byte), CType(73, Byte), CType(139, Byte), CType(156, Byte), CType(58, Byte), CType(236, Byte), CType(39, Byte), CType(110, Byte), CType(65, Byte), CType(133, Byte), CType(170, Byte), CType(120, Byte), CType(108, Byte), CType(232, Byte), CType(61, Byte), CType(197, Byte), CType(213, Byte), CType(16, Byte), CType(205, Byte), CType(245, Byte), CType(105, Byte), CType(113, Byte), CType(215, Byte), CType(27, Byte), CType(85, Byte), CType(241, Byte), CType(244, Byte), CType(55, Byte), CType(87, Byte), CType(63, Byte), CType(148, Byte), CType(141, Byte), CType(160, Byte), CType(19, Byte), CType(208, Byte), CType(46, Byte), CType(4, Byte), CType(157, Byte), CType(154, Byte), CType(129, Byte), CType(160, Byte), CType(19, Byte), CType(128, Byte), CType(217, Byte), CType(250, Byte), CType(165, Byte), CType(184, Byte), CType(247, Byte), CType(19, Byte), CType(160, Byte), CType(105, Byte), CType(222, Byte), CType(46, Byte), CType(110, Byte), CType(142, Byte), CType(3, Byte), CType(195, Byte), CType(248, Byte), CType(132, Byte), CType(184, Byte), CType(121, Byte), CType(5, Byte), CType(148, Byte), CType(100, Byte), CType(99, Byte), CType(113, Byte), CType(243, Byte), CType(23, Byte), CType(0, Byte), CType(82, Byte), CType(217, Byte), CType(223, Byte), CType(237, Byte), CType(13, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(204, Byte), CType(133, Byte), CType(109, Byte), CType(204, Byte), CType(73, Byte), CType(139, Byte), CType(156, Byte), CType(58, Byte), CType(172, Byte), CType(34, Byte), CType(191, Byte), CType(22, Byte), CType(183, Byte), CType(168, Byte), CType(66, Byte), CType(213, Byte), CType(215, Byte), CType(196, Byte), CType(213, Byte), CType(16, Byte), CType(205, Byte), CType(116, Byte), CType(111, Byte), CType(137, Byte), CType(0, Byte), CType(155, Byte), CType(187, Byte), CType(214, Byte), CType(232, Byte), CType(187, Byte), CType(64, Byte), CType(86, Byte), CType(19, Byte), CType(87, Byte), CType(67, Byte), CType(148, Byte), CType(141, Byte), CType(160, Byte), CType(19, Byte), CType(208, Byte), CType(46, Byte), CType(4, Byte), CType(157, Byte), CType(154, Byte), CType(129, Byte), CType(160, Byte), CType(19, Byte), CType(128, Byte), CType(217, Byte), CType(186, Byte), CType(86, Byte), CType(220, Byte), CType(251, Byte), CType(9, Byte), CType(208, Byte), CType(36, Byte), CType(155, Byte), CType(10, Byte), CType(79, Byte), CType(75, Byte), CType(158, Byte), CType(222, Byte), CType(117, Byte), CType(166, Byte), CType(13, Byte), CType(85, Byte), CType(55, Byte), CType(201, Byte), CType(246, Byte), CType(226, Byte), CType(230, Byte), CType(23, Byte), CType(80, Byte), CType(138, Byte), CType(199, Byte), CType(138, Byte), CType(155, Byte), CType(191, Byte), CType(24, Byte), CType(175, Byte), CType(120, Byte), CType(255, Byte), CType(136, Byte), CType(167, Byte), CType(209, Byte), CType(255, Byte), CType(66, Byte), CType(190, Byte), CType(46, Byte), CType(31, Byte), CType(147, Byte), CType(119, Byte), CType(202, Byte), CType(235, Byte), CType(229, Byte), CType(197, Byte), CType(242, Byte), CType(116, Byte), CType(121, Byte), CType(156, Byte), CType(60, Byte), CType(66, Byte), CType(238, Byte), CType(43, Byte), CType(59, Byte), CType(202, Byte), CType(157, Byte), CType(100, Byte), CType(139, Byte), CType(91, Byte), CType(221, Byte), CType(81, Byte), CType(226, Byte), CType(169, Byte), CType(132, Byte), CType(77, Byte), CType(182, Byte), CType(174, Byte), CType(172, Byte), CType(120, Byte), CType(61, Byte), CType(33, Byte), CType(222, Byte), CType(79, Byte), CType(227, Byte), CType(71, Byte), CType(219, Byte), CType(187, Byte), CType(200, Byte), CType(238, Byte), CType(178, Byte), CType(167, Byte), CType(252, Byte), CType(159, Byte), CType(60, Byte), CType(87, Byte), CType(14, Byte), CType(146, Byte), CType(119, Byte), CType(201, Byte), CType(199, Byte), CType(37, Byte), CType(190, Byte), CType(103, Byte), CType(248, Byte), CType(145, Byte), CType(156, Byte), CType(35, Byte), CType(255, Byte), CType(16, Byte), CType(87, Byte), CType(95, Byte), CType(228, Byte), CType(245, Byte), CType(118, Byte), CType(183, Byte), CType(55, Byte), CType(8, Byte), CType(0, Byte), CType(0, Byte), CType(48, Byte), CType(23, Byte), CType(182, Byte), CType(49, Byte), CType(39, Byte), CType(45, Byte), CType(114, Byte), CType(234, Byte), CType(242, Byte), CType(191, Byte), CType(226, Byte), CType(22, Byte), CType(85, Byte), CType(24, Byte), CType(116, Byte), CType(63, Byte), CType(113, Byte), CType(53, Byte), CType(68, Byte), CType(243, Byte), CType(124, Byte), CType(95, Byte), CType(220, Byte), CType(53, Byte), CType(70, Byte), CType(213, Byte), CType(147, Byte), CType(197, Byte), CType(213, Byte), CType(15, Byte), CType(229, Byte), CType(35, Byte), CType(232, Byte), CType(4, Byte), CType(180, Byte), CType(11, Byte), CType(65, Byte), CType(167, Byte), CType(102, Byte), CType(32, Byte), CType(232, Byte), CType(4, Byte), CType(96, Byte), CType(20, Byte), CType(155, Byte), CType(136, Byte), CType(123, Byte), CType(79, Byte), CType(1, Byte), CType(154, Byte), CType(226, Byte), CType(40, Byte), CType(113, Byte), CType(115, Byte), CType(27, Byte), CType(61, Byte), CType(79, Byte), CType(146, Byte), CType(216, Byte), CType(128, Byte), CType(119, Byte), CType(255, Byte), CType(55, Byte), CType(244, Byte), CType(125, Byte), CType(69, Byte), CType(220, Byte), CType(252, Byte), CType(2, Byte), CType(74, Byte), CType(241, Byte), CType(22, Byte), CType(113, Byte), CType(115, Byte), CType(23, Byte), CType(245, Byte), CType(139, Byte), CType(207, Byte), CType(89, Byte), CType(63, Byte), CType(148, Byte), CType(35, Byte), CType(229, Byte), CType(149, Byte), CType(178, Byte), CType(151, Byte), CType(220, Byte), CType(71, Byte), CType(226, Byte), CType(41, Byte), CType(91, Byte), CType(171, Byte), CType(138, Byte), CType(187, Byte), CType(94, Byte), CType(152, Byte), CType(189, Byte), CType(181, Byte), CType(100, Byte), CType(27, Byte), CType(121, Byte), CType(164, Byte), CType(60, Byte), CType(91, Byte), CType(98, Byte), CType(206, Byte), CType(127, Byte), CType(65, Byte), CType(34, Byte), CType(8, Byte), CType(181, Byte), CType(92, Byte), CType(220, Byte), CType(181, Byte), CType(65, Byte), CType(90, Byte), CType(159, Byte), CType(114, Byte), CType(123, Byte), CType(131, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(115, Byte), CType(97, Byte), CType(27, Byte), CType(115, Byte), CType(210, Byte), CType(34, Byte), CType(167, Byte), CType(78, Byte), CType(167, Byte), CType(138, Byte), CType(91, Byte), CType(88, Byte), CType(161, Byte), CType(234, Byte), CType(20, Byte), CType(113, Byte), CType(245, Byte), CType(67, Byte), CType(179, Byte), CType(60, Byte), CType(70, Byte), CType(220, Byte), CType(245, Byte), CType(69, Byte), CType(213, Byte), CType(153, Byte), CType(18, Byte), CType(79, Byte), CType(125, Byte), CType(115, Byte), CType(53, Byte), CType(68, Byte), CType(249, Byte), CType(8, Byte), CType(58, Byte), CType(13, Byte), CType(106, Byte), CType(195, Byte), CType(175, Byte), CType(244, Byte), CType(208, Byte), CType(93, Byte), CType(241, Byte), CType(133, Byte), CType(163, Byte), CType(187, Byte), CType(215, Byte), CType(81, Byte), CType(22, Byte), CType(130, Byte), CType(78, Byte), CType(0, Byte), CType(70, Byte), CType(193, Byte), CType(15, Byte), CType(106, Byte), CType(208, Byte), CType(100, Byte), CType(119, Byte), CType(147, Byte), CType(120, Byte), CType(154, Byte), CType(134, Byte), CType(155, Byte), CType(219, Byte), CType(88, Byte), CType(178, Byte), CType(244, Byte), CType(12, Byte), CType(153, Byte), CType(47, Byte), CType(15, Byte), CType(157, Byte), CType(212, Byte), CType(134, Byte), CType(233, Byte), CType(61, Byte), CType(64, Byte), CType(220, Byte), CType(60, Byte), CType(3, Byte), CType(74, Byte), CType(16, Byte), CType(79, Byte), CType(11, Byte), CType(114, Byte), CType(243, Byte), CType(22, Byte), CType(105, Byte), CType(197, Byte), CType(211, Byte), CType(46, Byte), CType(191, Byte), CType(45, Byte), CType(7, Byte), CType(75, Byte), CType(124, Byte), CType(135, Byte), CType(187, Byte), CType(153, Byte), CType(184, Byte), CType(235, Byte), CType(129, Byte), CType(188, Byte), CType(22, Byte), CType(202, Byte), CType(61, Byte), CType(228, Byte), CType(41, Byte), CType(114, Byte), CType(184, Byte), CType(252, Byte), CType(78, Byte), CType(220, Byte), CType(245, Byte), CType(195, Byte), CType(220, Byte), CType(124, Byte), CType(211, Byte), CType(237, Byte), CType(13, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(204, Byte), CType(133, Byte), CType(109, Byte), CType(204, Byte), CType(73, Byte), CType(139, Byte), CType(156, Byte), CType(58, Byte), CType(197, Byte), CType(99, Byte), CType(76, Byte), CType(221, Byte), CType(194, Byte), CType(10, Byte), CType(131, Byte), CType(226, Byte), CType(49, Byte), CType(183, Byte), CType(174, Byte), CType(134, Byte), CType(104, Byte), CType(134, Byte), CType(5, Byte), CType(194, Byte), CType(7, Byte), CType(177, Byte), CType(225, Byte), CType(60, Byte), CType(74, Byte), CType(92, Byte), CType(13, Byte), CType(209, Byte), CType(12, Byte), CType(4, Byte), CType(157, Byte), CType(6, Byte), CType(69, Byte), CType(88, Byte), CType(196, Byte), CType(213, Byte), CType(10, Byte), CType(0, Byte), CType(82, Byte), CType(33, Byte), CType(232, Byte), CType(84, Byte), CType(117, Byte), CType(177, Byte), CType(76, Byte), CType(13, Byte), CType(237, Byte), CType(161, Byte), CType(25, Byte), CType(110, Byte), CType(39, Byte), CType(113, Byte), CType(236, Byte), CType(69, Byte), CType(28, Byte), CType(237, Byte), CType(17, Byte), CType(199, Byte), CType(93, Byte), CType(60, Byte), CType(83, Byte), CType(226, Byte), CType(8, Byte), CType(144, Byte), CType(216, Byte), CType(224, Byte), CType(251, Byte), CType(171, Byte), CType(184, Byte), CType(235, Byte), CType(141, Byte), CType(209, Byte), CType(61, Byte), CType(81, Byte), CType(220, Byte), CType(123, Byte), CType(10, Byte), CType(208, Byte), CType(4, Byte), CType(39, Byte), CType(138, Byte), CType(155, Byte), CType(215, Byte), CType(232, Byte), CType(153, Byte), CType(252, Byte), CType(29, Byte), CType(18, Byte), CType(181, Byte), CType(90, Byte), CType(185, Byte), CType(120, Byte), CType(98, Byte), CType(203, Byte), CType(228, Byte), CType(249, Byte), CType(5, Byte), CType(148, Byte), CType(228, Byte), CType(50, Byte), CType(113, Byte), CType(243, Byte), CType(22, Byte), CType(115, Byte), CType(247, Byte), CType(75, Byte), CType(121, Byte), CType(147, Byte), CType(60, Byte), CType(80, Byte), CType(226, Byte), CType(187, Byte), CType(91, Byte), CType(87, Byte), CType(127, Byte), CType(148, Byte), CType(103, Byte), CType(3, Byte), CType(217, Byte), CType(91, Byte), CType(62, Byte), CType(45, Byte), CType(87, Byte), CType(138, Byte), CType(187, Byte), CType(182, Byte), CType(152, Byte), CType(157, Byte), CType(211, Byte), CType(221, Byte), CType(222, Byte), CType(32, Byte), CType(0, Byte), CType(0, Byte), CType(192, Byte), CType(92, Byte), CType(216, Byte), CType(198, Byte), CType(156, Byte), CType(180, Byte), CType(200, Byte), CType(169, Byte), CType(219, Byte), CType(183, Byte), CType(196, Byte), CType(45, Byte), CType(174, Byte), CType(80, Byte), CType(21, Byte), CType(79, Byte), CType(191, Byte), CType(138, Byte), CType(95, Byte), CType(227, Byte), CType(185, Byte), CType(26, Byte), CType(162, Byte), CType(124, Byte), CType(251, Byte), CType(139, Byte), CType(187, Byte), CType(174, Byte), CType(168, Byte), CType(250, Byte), CType(129, Byte), CType(184, Byte), CType(250, Byte), CType(161, Byte), CType(57, Byte), CType(8, Byte), CType(58, Byte), CType(13, Byte), CType(138, Byte), CType(141, Byte), CType(91, Byte), CType(87, Byte), CType(43, Byte), CType(0, Byte), CType(72, Byte), CType(133, Byte), CType(160, Byte), CType(83, Byte), CType(213, Byte), CType(69, Byte), CType(226, Byte), CType(234, Byte), CType(132, Byte), CType(230, Byte), CType(139, Byte), CType(35, Byte), CType(45, Byte), CType(14, Byte), CType(144, Byte), CType(88, Byte), CType(51, Byte), CType(186, Byte), CType(107, Byte), CType(143, Byte), CType(217, Byte), CType(121, Byte), CType(133, Byte), CType(184, Byte), CType(58, Byte), CType(3, Byte), CType(165, Byte), CType(227, Byte), CType(71, Byte), CType(115, Byte), CType(51, Byte), CType(251, Byte), CType(174, Byte), CType(76, Byte), CType(174, Byte), CType(87, Byte), CType(60, Byte), CType(253, Byte), CType(138, Byte), CType(163, Byte), CType(127, Byte), CType(86, Byte), CType(238, Byte), CType(209, Byte), CType(50, Byte), CType(185, Byte), CType(110, Byte), CType(64, Byte), CType(9, Byte), CType(214, Byte), CType(23, Byte), CType(55, Byte), CType(95, Byte), CType(49, Byte), CType(186, Byte), CType(115, Byte), CType(229, Byte), CType(181, Byte), CType(178, Byte), CType(185, Byte), CType(184, Byte), CType(154, Byte), CType(163, Byte), CType(89, Byte), CType(86, Byte), CType(151, Byte), CType(8, Byte), CType(239, Byte), CType(243, Byte), CType(249, Byte), CType(96, Byte), CType(110, Byte), CType(46, Byte), CType(118, Byte), CType(123, Byte), CType(131, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(115, Byte), CType(97, Byte), CType(27, Byte), CType(115, Byte), CType(210, Byte), CType(34, Byte), CType(167, Byte), CType(110, Byte), CType(247, Byte), CType(22, Byte), CType(183, Byte), CType(184, Byte), CType(194, Byte), CType(160, Byte), CType(61, Byte), CType(197, Byte), CType(213, Byte), CType(16, Byte), CType(101, Byte), CType(187, Byte), CType(141, Byte), CType(252, Byte), CType(77, Byte), CType(220, Byte), CType(53, Byte), CType(69, Byte), CType(213, Byte), CType(253, Byte), CType(197, Byte), CType(213, Byte), CType(16, Byte), CType(205, Byte), CType(65, Byte), CType(208, Byte), CType(105, Byte), CType(16, Byte), CType(65, Byte), CType(39, Byte), CType(0, Byte), CType(117, Byte), CType(35, Byte), CType(232, Byte), CType(84, Byte), CType(69, Byte), CType(208, Byte), CType(169, Byte), CType(27, Byte), CType(182, Byte), CType(148, Byte), CType(195, Byte), CType(228, Byte), CType(122, Byte), CType(113, Byte), CType(243, Byte), CType(0, Byte), CType(43, Byte), CType(247, Byte), CType(1, Byte), CType(113, Byte), CType(181, Byte), CType(5, Byte), CType(74, Byte), CType(22, Byte), CType(63, Byte), CType(0, Byte), CType(59, Byte), CType(93, Byte), CType(220, Byte), CType(156, Byte), CType(70, Byte), CType(79, Byte), CType(124, Byte), CType(207, Byte), CType(54, Byte), CType(181, Byte), CType(110, Byte), CType(31, Byte), CType(23, Byte), CType(247, Byte), CType(207, Byte), CType(162, Byte), CType(239, Byte), CType(87, Byte), CType(194, Byte), CType(49, Byte), CType(250, Byte), CType(40, Byte), CType(205, Byte), CType(131, Byte), CType(197, Byte), CType(205, Byte), CType(87, Byte), CType(204, Byte), CType(222, Byte), CType(73, Byte), CType(178, Byte), CType(171, Byte), CType(240, Byte), CType(67, Byte), CType(226, Byte), CType(246, Byte), CType(138, Byte), CType(239, Byte), CType(149, Byte), CType(127, Byte), CType(42, Byte), CType(238, Byte), CType(250, Byte), CType(99, Byte), CType(102, Byte), CType(215, Byte), CType(187, Byte), CType(189, Byte), CType(65, Byte), CType(0, Byte), CType(0, Byte), CType(128, Byte), CType(185, Byte), CType(176, Byte), CType(141, Byte), CType(57, Byte), CType(105, Byte), CType(145, Byte), CType(147, Byte), CType(195, Byte), CType(241, Byte), CType(226, Byte), CType(22, Byte), CType(88, Byte), CType(168, Byte), CType(250, Byte), CType(181, Byte), CType(240, Byte), CType(165, Byte), CType(75, Byte), CType(243, Byte), CType(196, Byte), CType(217, Byte), CType(238, Byte), CType(238, Byte), CType(122, Byte), CType(162, Byte), CType(234, Byte), CType(43, Byte), CType(226, Byte), CType(234, Byte), CType(135, Byte), CType(102, Byte), CType(33, Byte), CType(232, Byte), CType(52, Byte), CType(136, Byte), CType(160, Byte), CType(19, Byte), CType(128, Byte), CType(186, Byte), CType(17, Byte), CType(116, Byte), CType(170, Byte), CType(34, Byte), CType(232, Byte), CType(212, Byte), CType(45, Byte), CType(27, Byte), CType(203, Byte), CType(49, Byte), CType(226, Byte), CType(230, Byte), CType(2, Byte), CType(102, Byte), CType(118, Byte), CType(156, Byte), CType(184, Byte), CType(154, Byte), CType(2, Byte), CType(37, Byte), CType(123, Byte), CType(130, Byte), CType(184, Byte), CType(249, Byte), CType(140, Byte), CType(158, Byte), CType(99, Byte), CType(197, Byte), CType(213, Byte), CType(109, Byte), CType(19, Byte), CType(249, Byte), CType(183, Byte), CType(184, Byte), CType(127, Byte), CType(7, Byte), CType(125, Byte), CType(251, Byte), CType(137, Byte), CType(171, Byte), CType(31, Byte), CType(48, Byte), CType(46, Byte), CType(207, Byte), CType(17, Byte), CType(55, Byte), CType(87, Byte), CType(49, Byte), CType(188, Byte), CType(8, Byte), CType(190, Byte), CType(196, Byte), CType(209, Byte), CType(116, Byte), CType(174, Byte), CType(190, Byte), CType(104, Byte), CType(159, Byte), CType(8, Byte), CType(178, Byte), CType(29, Byte), CType(40, Byte), CType(255, Byte), CType(17, Byte), CType(55, Byte), CType(31, Byte), CType(48, Byte), CType(189, Byte), CType(5, Byte), CType(110, Byte), CType(127, Byte), CType(16, Byte), CType(0, Byte), CType(0, Byte), CType(96, Byte), CType(84, Byte), CType(182, Byte), CType(49, Byte), CType(39, Byte), CType(45, Byte), CType(112, Byte), CType(114, Byte), CType(216, Byte), CType(86, Byte), CType(120, Byte), CType(140, Byte), CType(246, Byte), CType(112, Byte), CType(158, Byte), CType(44, Byte), CType(174, Byte), CType(134, Byte), CType(40, Byte), CType(211, Byte), CType(102, Byte), CType(194, Byte), CType(175, Byte), CType(204, Byte), CType(87, Byte), CType(238, Byte), CType(102, Byte), CType(217, Byte), CType(94, Byte), CType(92, Byte), CType(13, Byte), CType(209, Byte), CType(44, Byte), CType(4, Byte), CType(157, Byte), CType(6, Byte), CType(17, Byte), CType(116, Byte), CType(2, Byte), CType(80, Byte), CType(55, Byte), CType(130, Byte), CType(78, Byte), CType(85, Byte), CType(4, Byte), CType(157, Byte), CType(186, Byte), CType(41, Byte), CType(158, Byte), CType(126, Byte), CType(251, Byte), CType(15, Byte), CType(113, Byte), CType(115, Byte), CType(2, Byte), CType(222, Byte), CType(212, Byte), CType(227, Byte), CType(173, Byte), CType(128, Byte), CType(210, Byte), CType(45, Byte), CType(148, Byte), CType(11, Byte), CType(196, Byte), CType(205, Byte), CType(103, Byte), CType(44, Byte), CType(89, Byte), CType(186, Byte), CType(76, Byte), CType(182, Byte), CType(18, Byte), CType(87, Byte), CType(187, Byte), CType(240, Byte), CType(86, Byte), CType(113, Byte), CType(255, Byte), CType(30, Byte), CType(250, Byte), CType(254, Byte), CType(40, Byte), CType(49, Byte), CType(207, Byte), CType(92, Byte), CType(253, Byte), CType(128, Byte), CType(113, Byte), CType(120, Byte), CType(159, Byte), CType(184, Byte), CType(185, Byte), CType(138, Byte), CType(149, Byte), CType(139, Byte), CType(239, Byte), CType(99, Byte), CType(95, Byte), CType(36, Byte), CType(252, Byte), CType(104, Byte), CType(184, Byte), CType(155, Byte), CType(238, Byte), CType(43, Byte), CType(127, Byte), CType(23, Byte), CType(55, Byte), CType(55, Byte), CType(224, Byte), CType(173, Byte), CType(227, Byte), CType(246, Byte), CType(7, Byte), CType(1, Byte), CType(0, Byte), CType(0, Byte), CType(70, Byte), CType(101, Byte), CType(27, Byte), CType(115, Byte), CType(210, Byte), CType(2, Byte), CType(39, Byte), CType(151, Byte), CType(163, Byte), CType(197, Byte), CType(45, Byte), CType(176, Byte), CType(80, Byte), CType(21, Byte), CType(95, Byte), CType(234, Byte), CType(45, Byte), CType(16, Byte), CType(87, Byte), CType(67, Byte), CType(148, Byte), CType(231, Byte), CType(19, Byte), CType(226, Byte), CType(174, Byte), CType(35, Byte), CType(170, Byte), CType(226, Byte), CType(87, Byte), CType(248, Byte), CType(174, Byte), CType(126, Byte), CType(104, Byte), CType(30, Byte), CType(130, Byte), CType(78, Byte), CType(131, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(168, Byte), CType(27, Byte), CType(65, Byte), CType(167, Byte), CType(42, Byte), CType(130, Byte), CType(78, Byte), CType(221, Byte), CType(181, Byte), CType(181, Byte), CType(196, Byte), CType(38, Byte), CType(181, Byte), CType(155, Byte), CType(23, Byte), CType(24, Byte), CType(20, Byte), CType(79, Byte), CType(12, Byte), CType(118, Byte), CType(117, Byte), CType(4, Byte), CType(74, Byte), CType(117, Byte), CType(128, Byte), CType(184, Byte), CType(185, Byte), CType(140, Byte), CType(158, Byte), CType(15, Byte), CType(137, Byte), CType(171, Byte), CType(219, Byte), CType(10, Byte), CType(28, Byte), CType(171, Byte), CType(63, Byte), CType(156, Byte), CType(23, Byte), CType(139, Byte), CType(171, Byte), CType(31, Byte), CType(48, Byte), CType(14, Byte), CType(223, Byte), CType(20, Byte), CType(55, Byte), CType(79, Byte), CType(49, Byte), CType(179, Byte), CType(63, Byte), CType(203, Byte), CType(61, Byte), CType(197, Byte), CType(213, Byte), CType(20, Byte), CType(221, Byte), CType(177, Byte), CType(141, Byte), CType(240, Byte), CType(223, Byte), CType(189, Byte), CType(225, Byte), CType(221, Byte), CType(209, Byte), CType(237, Byte), CType(15, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(140, Byte), CType(202, Byte), CType(54, Byte), CType(230, Byte), CType(164, Byte), CType(5, Byte), CType(78, Byte), CType(46, Byte), CType(155, Byte), CType(11, Byte), CType(143, Byte), CType(20, Byte), CType(29, Byte), CType(206, Byte), CType(115, Byte), CType(197, Byte), CType(213, Byte), CType(16, Byte), CType(101, Byte), CType(217, Byte), CType(65, Byte), CType(226, Byte), CType(73, Byte), CType(69, Byte), CType(238, Byte), CType(26, Byte), CType(162, Byte), CType(47, Byte), CType(126, Byte), CType(117, Byte), CType(122, Byte), CType(71, Byte), CType(113, Byte), CType(53, Byte), CType(68, Byte), CType(243, Byte), CType(16, Byte), CType(116, Byte), CType(26, Byte), CType(68, Byte), CType(208, Byte), CType(9, Byte), CType(64, Byte), CType(221, Byte), CType(8, Byte), CType(58, Byte), CType(85, Byte), CType(17, Byte), CType(116, Byte), CType(234, Byte), CType(182, Byte), CType(45, Byte), CType(228, Byte), CType(175, Byte), CType(226, Byte), CType(230, Byte), CType(6, Byte), CType(170, Byte), CType(162, Byte), CType(78, Byte), CType(174, Byte), CType(134, Byte), CType(64, Byte), CType(137, Byte), CType(110, Byte), CType(43, Byte), CType(60, Byte), CType(153, Byte), CType(97, Byte), CType(122, Byte), CType(215, Byte), CType(202, Byte), CType(70, Byte), CType(226, Byte), CType(106, Byte), CType(55, Byte), CType(217, Byte), CType(11, Byte), CType(197, Byte), CType(253, Byte), CType(251, Byte), CType(232, Byte), CType(139, Byte), CType(121, Byte), CType(182, Byte), CType(88, Byte), CType(92, Byte), CType(253, Byte), CType(128, Byte), CType(220, Byte), CType(206, Byte), CType(21, Byte), CType(55, Byte), CType(79, Byte), CType(49, Byte), CType(189, Byte), CType(248, Byte), CType(145, Byte), CType(112, Byte), CType(60, Byte), CType(97, Byte), CType(223, Byte), CType(213, Byte), CType(19, Byte), CType(221, Byte), CType(115, Byte), CType(47, Byte), CType(225, Byte), CType(232, Byte), CType(214, Byte), CType(225, Byte), CType(108, Byte), CType(239, Byte), CType(246, Byte), CType(7, Byte), CType(1, Byte), CType(0, Byte), CType(0, Byte), CType(70, Byte), CType(101, Byte), CType(27, Byte), CType(115, Byte), CType(210, Byte), CType(2, Byte), CType(39, Byte), CType(167, Byte), CType(195, Byte), CType(196, Byte), CType(45, Byte), CType(178, Byte), CType(80, Byte), CType(117, Byte), CType(177, Byte), CType(44, Byte), CType(18, Byte), CType(87, Byte), CType(67, Byte), CType(148, Byte), CType(35, Byte), CType(142, Byte), CType(130, Byte), CType(112, Byte), CType(215, Byte), CType(15, Byte), CType(85, Byte), CType(113, Byte), CType(223, Byte), CType(187, Byte), CType(250, Byte), CType(161, Byte), CType(153, Byte), CType(8, Byte), CType(58, Byte), CType(13, Byte), CType(34, Byte), CType(232, Byte), CType(4, Byte), CType(160, Byte), CType(110, Byte), CType(4, Byte), CType(157, Byte), CType(170, Byte), CType(8, Byte), CType(58, Byte), CType(33, Byte), CType(142, Byte), CType(170, Byte), CType(184, Byte), CType(81, Byte), CType(220, Byte), CType(252, Byte), CType(64, Byte), CType(95, Byte), CType(252, Byte), CType(224, Byte), CType(192, Byte), CType(213, Byte), CType(15, Byte), CType(40, Byte), CType(209, Byte), CType(193, Byte), CType(226, Byte), CType(230, Byte), CType(49, Byte), CType(122, Byte), CType(222, Byte), CType(34, Byte), CType(174, Byte), CType(110, Byte), CType(83, Byte), CType(197, Byte), CType(19, Byte), CType(194, Byte), CType(207, Byte), CType(19, Byte), CType(247, Byte), CType(55, Byte), CType(208, Byte), CType(183, Byte), CType(84, Byte), CType(92, Byte), CType(253, Byte), CType(128, Byte), CType(220, Byte), CType(226, Byte), CType(248, Byte), CType(53, Byte), CType(55, Byte), CType(71, Byte), CType(225, Byte), CType(197, Byte), CType(49, Byte), CType(198, Byte), CType(51, Byte), CType(29, Byte), CType(225, Byte), CType(137, Byte), CType(110, Byte), CType(122, Byte), CType(134, Byte), CType(184, Byte), CType(249, Byte), CType(130, Byte), CType(170, Byte), CType(157, Byte), CType(220, Byte), CType(254, Byte), CType(32, Byte), CType(0, Byte), CType(0, Byte), CType(192, Byte), CType(168, Byte), CType(108, Byte), CType(99, Byte), CType(78, Byte), CType(90, Byte), CType(224, Byte), CType(228, Byte), CType(180, Byte), CType(129, Byte), CType(196, Byte), CType(175, Byte), CType(208, Byte), CType(220, Byte), CType(66, Byte), CType(11, Byte), CType(85, Byte), CType(17, Byte), CType(38, Byte), CType(112, Byte), CType(53, Byte), CType(68, Byte), CType(25, Byte), CType(30, Byte), CType(37, Byte), CType(238, Byte), CType(186, Byte), CType(161, Byte), CType(42, Byte), CType(238, Byte), CType(247, Byte), CType(184, Byte), CType(239, Byte), CType(93, Byte), CType(13, Byte), CType(209, Byte), CType(76, Byte), CType(4, Byte), CType(157, Byte), CType(6, Byte), CType(17, Byte), CType(116, Byte), CType(2, Byte), CType(80, Byte), CType(55, Byte), CType(130, Byte), CType(78, Byte), CType(85, Byte), CType(4, Byte), CType(157, Byte), CType(16, Byte), CType(8, Byte), CType(69, Byte), CType(12, Byte), CType(103, Byte), CType(161, Byte), CType(184, Byte), CType(250, Byte), CType(1, Byte), CType(37, Byte), CType(217, Byte), CType(68, Byte), CType(174, Byte), CType(19, Byte), CType(55, Byte), CType(135, Byte), CType(209, Byte), CType(123, Byte), CType(2, Byte), CType(81, Byte), CType(28, Byte), CType(75, Byte), CType(231, Byte), CType(106, Byte), CType(231, Byte), CType(60, Byte), CType(78, Byte), CType(220, Byte), CType(223, Byte), CType(65, Byte), CType(95, Byte), CType(124, Byte), CType(87, Byte), CType(177, Byte), CType(161, Byte), CType(184, Byte), CType(250, Byte), CType(1, Byte), CType(185, Byte), CType(196, Byte), CType(247, Byte), CType(101, Byte), CType(110, Byte), CType(126, Byte), CType(98, Byte), CType(122, Byte), CType(187, Byte), CType(138, Byte), CType(171, Byte), CType(37, Byte), CType(240, Byte), CType(117, Byte), CType(113, Byte), CType(115, Byte), CType(6, Byte), CType(125, Byte), CType(187, Byte), CType(184, Byte), CType(253, Byte), CType(65, Byte), CType(0, Byte), CType(0, Byte), CType(128, Byte), CType(81, Byte), CType(217, Byte), CType(198, Byte), CType(156, Byte), CType(180, Byte), CType(192, Byte), CType(201, Byte), CType(45, Byte), CType(126, Byte), CType(133, Byte), CType(230, Byte), CType(22, Byte), CType(90, Byte), CType(168, Byte), CType(186, Byte), CType(92, Byte), CType(120, Byte), CType(148, Byte), CType(118, Byte), CType(153, Byte), CType(86, Byte), CType(149, Byte), CType(223, Byte), CType(136, Byte), CType(187, Byte), CType(110, Byte), CType(168, Byte), CType(226, Byte), CType(87, Byte), CType(146, Byte), CType(237, Byte), CType(67, Byte), CType(208, Byte), CType(105, Byte), CType(16, Byte), CType(65, Byte), CType(39, Byte), CType(0, Byte), CType(117, Byte), CType(35, Byte), CType(232, Byte), CType(84, Byte), CType(69, Byte), CType(208, Byte), CType(9, Byte), CType(97, Byte), CType(117, Byte), CType(249, Byte), CType(131, Byte), CType(184, Byte), CType(57, Byte), CType(130, Byte), CType(62, Byte), CType(214, Byte), CType(41, Byte), CType(104, Byte), CType(130, Byte), CType(35, Byte), CType(197, Byte), CType(205, Byte), CType(95, Byte), CType(244, Byte), CType(28, Byte), CType(40, Byte), CType(174, Byte), CType(110, Byte), CType(51, Byte), CType(249, Byte), CType(177, Byte), CType(184, Byte), CType(191, Byte), CType(133, Byte), CType(190, Byte), CType(15, Byte), CType(136, Byte), CType(171, Byte), CType(29, Byte), CType(144, Byte), CType(203, Byte), CType(189, Byte), CType(197, Byte), CType(205, Byte), CType(77, Byte), CType(120, Byte), CType(135, Byte), CType(138, Byte), CType(171, Byte), CType(35, Byte), CType(16, Byte), CType(182, Byte), CType(148, Byte), CType(120, Byte), CType(154, Byte), CType(169, Byte), CType(155, Byte), CType(59, Byte), CType(232, Byte), CType(33, Byte), CType(232, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(146, Byte), CType(178, Byte), CType(141, Byte), CType(57, Byte), CType(105, Byte), CType(129, Byte), CType(147, Byte), CType(219, Byte), CType(218, Byte), CType(114, Byte), CType(133, Byte), CType(184, Byte), CType(197, Byte), CType(22, Byte), CType(170, Byte), CType(94, Byte), CType(39, Byte), CType(174, Byte), CType(134, Byte), CType(24, Byte), CType(175, Byte), CType(103, Byte), CType(139, Byte), CType(187, Byte), CType(94, Byte), CType(168, Byte), CType(138, Byte), CType(251, Byte), CType(156, Byte), CType(176, Byte), CType(94, Byte), CType(251, Byte), CType(16, Byte), CType(116, Byte), CType(26, Byte), CType(196, Byte), CType(6, Byte), CType(34, Byte), CType(128, Byte), CType(186, Byte), CType(17, Byte), CType(116, Byte), CType(170, Byte), CType(34, Byte), CType(232, Byte), CType(132, Byte), CType(21, Byte), CType(158, Byte), CType(46, Byte), CType(110, Byte), CType(142, Byte), CType(160, Byte), CType(111, Byte), CType(11, Byte), CType(113, Byte), CType(181, Byte), CType(3, Byte), CType(74, Byte), CType(177, Byte), CType(173, Byte), CType(44, Byte), CType(23, Byte), CType(55, Byte), CType(127, Byte), CType(177, Byte), CType(100, Byte), CType(233, Byte), CType(31, Byte), CType(101, Byte), CType(148, Byte), CType(39, Byte), CType(179, Byte), CType(221, Byte), CType(95, Byte), CType(220, Byte), CType(223, Byte), CType(67, Byte), CType(95, Byte), CType(108, Byte), CType(136, Byte), CType(223, Byte), CType(73, Byte), CType(92, Byte), CType(253, Byte), CType(128, Byte), CType(28, Byte), CType(120, Byte), CType(250, Byte), CType(218, Byte), CType(240, Byte), CType(254, Byte), CType(44, Byte), CType(107, Byte), CType(137, Byte), CType(171, Byte), CType(35, Byte), CType(176, Byte), CType(194, Byte), CType(17, Byte), CType(226, Byte), CType(230, Byte), CType(15, Byte), CType(122, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(0, Byte), CType(128, Byte), CType(164, Byte), CType(108, Byte), CType(99, Byte), CType(78, Byte), CType(90, Byte), CType(224, Byte), CType(140, Byte), CType(195, Byte), CType(43, Byte), CType(196, Byte), CType(45, Byte), CType(182, Byte), CType(80, Byte), CType(21, Byte), CType(155, Byte), CType(90, Byte), CType(108, Byte), CType(160, Byte), CType(151, Byte), CType(37, Byte), CType(130, Byte), CType(59, Byte), CType(151, Byte), CType(138, Byte), CType(187, Byte), CType(94, Byte), CType(168, Byte), CType(226, Byte), CType(248, Byte), CType(197, Byte), CType(118, Byte), CType(34, Byte), CType(232, Byte), CType(52, Byte), CType(136, Byte), CType(247, Byte), CType(105, Byte), CType(0, Byte), CType(117, Byte), CType(35, Byte), CType(232, Byte), CType(84, Byte), CType(69, Byte), CType(208, Byte), CType(9, Byte), CType(43, Byte), CType(44, Byte), CType(144, Byte), CType(139, Byte), CType(197, Byte), CType(205, Byte), CType(19, Byte), CType(244, Byte), CType(108, Byte), CType(39, Byte), CType(174, Byte), CType(118, Byte), CType(64, Byte), CType(41, Byte), CType(190, Byte), CType(42, Byte), CType(110, Byte), CType(238, Byte), CType(162, Byte), CType(231, Byte), CType(169, Byte), CType(226, Byte), CType(234, Byte), CType(54, Byte), CType(140, Byte), CType(227, Byte), CType(197, Byte), CType(253, Byte), CType(77, Byte), CType(244, Byte), CType(125, Byte), CType(90, Byte), CType(92, Byte), CType(237, Byte), CType(128, Byte), CType(28, Byte), CType(94, Byte), CType(32, Byte), CType(110, Byte), CType(94, Byte), CType(98, Byte), CType(80, Byte), CType(132, Byte), CType(219, Byte), CType(93, Byte), CType(13, Byte), CType(129, Byte), CType(201, Byte), CType(182, Byte), CType(22, Byte), CType(55, Byte), CType(127, Byte), CType(208, Byte), CType(243, Byte), CType(8, Byte), CType(183, Byte), CType(63, Byte), CType(8, Byte), CType(0, Byte), CType(0, Byte), CType(48, Byte), CType(42, Byte), CType(219, Byte), CType(152, Byte), CType(147, Byte), CType(22, Byte), CType(56, Byte), CType(227, Byte), CType(176, Byte), CType(72, Byte), CType(46, Byte), CType(17, Byte), CType(183, Byte), CType(224, Byte), CType(66, Byte), CType(213, Byte), CType(59, Byte), CType(196, Byte), CType(213, Byte), CType(16, Byte), CType(227, Byte), CType(241, Byte), CType(102, Byte), CType(113, Byte), CType(215, Byte), CType(9, Byte), CType(85, Byte), CType(127, Byte), CType(146, Byte), CType(81, Byte), CType(126, Byte), CType(117, Byte), CType(138, Byte), CType(242, Byte), CType(17, Byte), CType(116, Byte), CType(26, Byte), CType(68, Byte), CType(208, Byte), CType(9, Byte), CType(64, Byte), CType(221, Byte), CType(8, Byte), CType(58, Byte), CType(85, Byte), CType(17, Byte), CType(116, Byte), CType(194, Byte), CType(100, Byte), CType(111, Byte), CType(19, Byte), CType(55, Byte), CType(79, Byte), CType(208, Byte), CType(179, Byte), CType(163, Byte), CType(184, Byte), CType(186, Byte), CType(1, Byte), CType(37, Byte), CType(216, Byte), CType(89, Byte), CType(220, Byte), CType(188, Byte), CType(69, Byte), CType(207, Byte), CType(89, Byte), CType(178, Byte), CType(138, Byte), CType(184, Byte), CType(218, Byte), CType(13, Byte), CType(227, Byte), CType(46, Byte), CType(194, Byte), CType(49, Byte), CType(62, Byte), CType(51, Byte), CType(187, Byte), CType(89, Byte), CType(238, Byte), CType(33, Byte), CType(174, Byte), CType(126, Byte), CType(64, Byte), CType(221, Byte), CType(150, Byte), CType(138, Byte), CType(155, Byte), CType(151, Byte), CType(168, Byte), CType(58, Byte), CType(95, Byte), CType(34, Byte), CType(220, Byte), CType(238, Byte), CType(106, Byte), CType(8, Byte), CType(76, Byte), CType(245, Byte), CType(3, Byte), CType(113, Byte), CType(243, Byte), CType(8, Byte), CType(75, Byte), CType(150, Byte), CType(238, Byte), CType(233, Byte), CType(246, Byte), CType(7, Byte), CType(1, Byte), CType(0, Byte), CType(0, Byte), CType(70, Byte), CType(101, Byte), CType(27, Byte), CType(115, Byte), CType(210, Byte), CType(2, Byte), CType(103, Byte), CType(92, Byte), CType(158, Byte), CType(43, Byte), CType(110, Byte), CType(193, Byte), CType(133, Byte), CType(170, Byte), CType(107, Byte), CType(101, Byte), CType(35, Byte), CType(113, Byte), CType(53, Byte), CType(68, Byte), CType(94, Byte), CType(155, Byte), CType(200, Byte), CType(191, Byte), CType(197, Byte), CType(93, Byte), CType(39, Byte), CType(84, Byte), CType(241, Byte), CType(75, Byte), CType(171, Byte), CType(246, Byte), CType(34, Byte), CType(232, Byte), CType(52, Byte), CType(136, Byte), CType(160, Byte), CType(19, Byte), CType(128, Byte), CType(186, Byte), CType(17, Byte), CType(116, Byte), CType(170, Byte), CType(34, Byte), CType(232, Byte), CType(132, Byte), CType(201, Byte), CType(182, Byte), CType(17, Byte), CType(55, Byte), CType(79, Byte), CType(208, Byte), CType(243, Byte), CType(64, Byte), CType(113, Byte), CType(117, Byte), CType(3, Byte), CType(198, Byte), CType(109, Byte), CType(190, Byte), CType(156, Byte), CType(42, Byte), CType(110, Byte), CType(222, Byte), CType(162, Byte), CType(103, Byte), CType(119, Byte), CType(113, Byte), CType(181, Byte), CType(155, Byte), CType(141, Byte), CType(15, Byte), CType(138, Byte), CType(251, Byte), CType(219, Byte), CType(232, Byte), CType(251, Byte), CType(186, Byte), CType(184, Byte), CType(218, Byte), CType(1, Byte), CType(117, Byte), CType(251, Byte), CType(176, Byte), CType(184, Byte), CType(57, Byte), CType(137, Byte), CType(170, Byte), CType(216, Byte), CType(67, Byte), CType(112, Byte), CType(245, Byte), CType(3, Byte), CType(156, Byte), CType(253, Byte), CType(197, Byte), CType(205, Byte), CType(35, Byte), CType(16, Byte), CType(116, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(137, Byte), CType(217, Byte), CType(198, Byte), CType(156, Byte), CType(180, Byte), CType(192, Byte), CType(25, Byte), CType(151, Byte), CType(248, Byte), CType(37, Byte), CType(198, Byte), CType(5, Byte), CType(226, Byte), CType(22, Byte), CType(93, Byte), CType(168, Byte), CType(58, Byte), CType(76, Byte), CType(92, Byte), CType(13, Byte), CType(145, Byte), CType(215, Byte), CType(199, Byte), CType(197, Byte), CType(93, Byte), CType(31, Byte), CType(84, Byte), CType(253, Byte), CType(86, Byte), CType(230, Byte), CType(242, Byte), CType(171, Byte), CType(83, Byte), CType(148, Byte), CType(141, Byte), CType(160, Byte), CType(211, Byte), CType(32, Byte), CType(130, Byte), CType(78, Byte), CType(0, Byte), CType(234, Byte), CType(70, Byte), CType(208, Byte), CType(169, Byte), CType(138, Byte), CType(160, Byte), CType(19, Byte), CType(166, Byte), CType(226, Byte), CType(115, Byte), CType(229, Byte), CType(244, Byte), CType(118, Byte), CType(17, Byte), CType(87, Byte), CType(51, Byte), CType(96, Byte), CType(220, Byte), CType(246, Byte), CType(22, Byte), CType(55, Byte), CType(103, Byte), CType(209, Byte), CType(243, Byte), CType(125, Byte), CType(113, Byte), CType(117, Byte), CType(155, Byte), CType(173, Byte), CType(13, Byte), CType(228, Byte), CType(106, Byte), CType(113, Byte), CType(125, Byte), CType(160, Byte), CType(239, Byte), CType(193, Byte), CType(226, Byte), CType(234, Byte), CType(7, Byte), CType(212, Byte), CType(233, Byte), CType(56, Byte), CType(113, Byte), CType(243, Byte), CType(17, Byte), CType(125, Byte), CType(87, Byte), CType(201, Byte), CType(154, Byte), CType(226, Byte), CType(234, Byte), CType(7, Byte), CType(56, Byte), CType(155, Byte), CType(138, Byte), CType(155, Byte), CType(75, Byte), CType(88, Byte), CType(178, Byte), CType(116, Byte), CType(55, Byte), CType(183, Byte), CType(63, Byte), CType(8, Byte), CType(0, Byte), CType(0, Byte), CType(48, Byte), CType(42, Byte), CType(219, Byte), CType(152, Byte), CType(147, Byte), CType(22, Byte), CType(56, Byte), CType(227, Byte), CType(180, Byte), CType(175, Byte), CType(184, Byte), CType(69, Byte), CType(23, Byte), CType(170, Byte), CType(226, Byte), CType(81, Byte), CType(227, Byte), CType(155, Byte), CType(139, Byte), CType(171, Byte), CType(33, Byte), CType(242, Byte), CType(184, Byte), CType(187, Byte), CType(220, Byte), CType(36, Byte), CType(238, Byte), CType(250, Byte), CType(160, Byte), CType(106, Byte), CType(79, Byte), CType(113, Byte), CType(53, Byte), CType(68, Byte), CType(59, Byte), CType(16, Byte), CType(116, Byte), CType(26, Byte), CType(68, Byte), CType(208, Byte), CType(9, Byte), CType(64, Byte), CType(221, Byte), CType(8, Byte), CType(58, Byte), CType(85, Byte), CType(17, Byte), CType(116, Byte), CType(194, Byte), CType(84, Byte), CType(252, Byte), CType(32, Byte), CType(97, Byte), CType(122, Byte), CType(4, Byte), CType(157, Byte), CType(80, Byte), CType(162, Byte), CType(248, Byte), CType(225, Byte), CType(219, Byte), CType(239, Byte), CType(197, Byte), CType(205, Byte), CType(89, Byte), CType(244, Byte), CType(44, Byte), CType(17, Byte), CType(87, Byte), CType(187, Byte), CType(81, Byte), CType(188, Byte), CType(78, Byte), CType(92, Byte), CType(31, Byte), CType(232, Byte), CType(251, Byte), CType(169, Byte), CType(184, Byte), CType(218, Byte), CType(1, Byte), CType(117, Byte), CType(250, Byte), CType(158, Byte), CType(184, Byte), CType(249, Byte), CType(136, Byte), CType(190, Byte), CType(195, Byte), CType(197, Byte), CType(213, Byte), CType(14, Byte), CType(152, Byte), CType(73, Byte), CType(124, Byte), CType(94, Byte), CType(116, Byte), CType(243, Byte), CType(169, Byte), CType(235, Byte), CType(118, Byte), CType(113, Byte), CType(251, Byte), CType(131, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(163, Byte), CType(178, Byte), CType(141, Byte), CType(57, Byte), CType(105, Byte), CType(129, Byte), CType(51, Byte), CType(78, Byte), CType(241, Byte), CType(212, Byte), CType(151, Byte), CType(51, Byte), CType(197, Byte), CType(45, Byte), CType(188, Byte), CType(80, Byte), CType(117, Byte), CType(148, Byte), CType(184, Byte), CType(26, Byte), CType(34, Byte), CType(143, Byte), CType(147, Byte), CType(196, Byte), CType(93, Byte), CType(23, Byte), CType(84, Byte), CType(253, Byte), CType(76, Byte), CType(92, Byte), CType(253, Byte), CType(208, Byte), CType(30, Byte), CType(4, Byte), CType(157, Byte), CType(6, Byte), CType(17, Byte), CType(116, Byte), CType(2, Byte), CType(80, Byte), CType(55, Byte), CType(130, Byte), CType(78, Byte), CType(85, Byte), CType(4, Byte), CType(157, Byte), CType(48, Byte), CType(213, Byte), CType(126, Byte), CType(226, Byte), CType(230, Byte), CType(10, Byte), CType(8, Byte), CType(58, Byte), CType(161, Byte), CType(76, Byte), CType(47, Byte), CType(20, Byte), CType(55, Byte), CType(95, Byte), CType(209, Byte), CType(115, Byte), CType(188, Byte), CType(184, Byte), CType(186, Byte), CType(141, Byte), CType(106, Byte), CType(145, Byte), CType(252, Byte), CType(69, Byte), CType(92, Byte), CType(95, Byte), CType(232, Byte), CType(251, Byte), CType(95, Byte), CType(113, Byte), CType(245, Byte), CType(3, Byte), CType(234, Byte), CType(242, Byte), CType(43, Byte), CType(113, Byte), CType(115, Byte), CType(17, Byte), CType(125, Byte), CType(15, Byte), CType(18, Byte), CType(87, Byte), CType(59, Byte), CType(96, Byte), CType(38, Byte), CType(159, Byte), CType(21, Byte), CType(55, Byte), CType(159, Byte), CType(186, Byte), CType(142, Byte), CType(160, Byte), CType(19, Byte), CType(0, Byte), CType(0, Byte), CType(72, Byte), CType(202, Byte), CType(54, Byte), CType(230, Byte), CType(164, Byte), CType(5, Byte), CType(206, Byte), CType(184, Byte), CType(237, Byte), CType(33, Byte), CType(110, Byte), CType(225, Byte), CType(133, Byte), CType(170, Byte), CType(229, Byte), CType(114, Byte), CType(23, Byte), CType(113, Byte), CType(53, Byte), CType(68, Byte), CType(189, Byte), CType(118, Byte), CType(19, Byte), CType(119, Byte), CType(77, Byte), CType(48, Byte), CType(232, Byte), CType(33, Byte), CType(226, Byte), CType(106, Byte), CType(136, Byte), CType(246, Byte), CType(32, Byte), CType(232, Byte), CType(52, Byte), CType(136, Byte), CType(160, Byte), CType(19, Byte), CType(128, Byte), CType(186, Byte), CType(17, Byte), CType(116, Byte), CType(170, Byte), CType(34, Byte), CType(232, Byte), CType(132, Byte), CType(169, Byte), CType(118, Byte), CType(20, Byte), CType(55, Byte), CType(87, Byte), CType(176, Byte), CType(100, Byte), CType(233, Byte), CType(195, Byte), CType(196, Byte), CType(213, Byte), CType(12, Byte), CType(24, Byte), CType(151, Byte), CType(197, Byte), CType(242, Byte), CType(55, Byte), CType(113, Byte), CType(243, Byte), CType(21, Byte), CType(189, Byte), CType(239, Byte), CType(126, Byte), CType(182, Byte), CType(22, Byte), CType(87, Byte), CType(187, Byte), CType(185, Byte), CType(120, Byte), CType(134, Byte), CType(184, Byte), CType(254, Byte), CType(208, Byte), CType(119, Byte), CType(142, Byte), CType(172, Byte), CType(42, Byte), CType(174, Byte), CType(126, Byte), CType(64, Byte), CType(29, Byte), CType(120, Byte), CType(234, Byte), CType(204, Byte), CType(204, Byte), CType(46, Byte), CType(147, Byte), CType(248, Byte), CType(145, Byte), CType(180, Byte), CType(171, Byte), CType(29, Byte), CType(48, Byte), CType(147, Byte), CType(3, Byte), CType(197, Byte), CType(205, Byte), CType(169, Byte), CType(174, Byte), CType(35, Byte), CType(232, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(146, Byte), CType(178, Byte), CType(141, Byte), CType(57, Byte), CType(105, Byte), CType(129, Byte), CType(83, Byte), CType(130, Byte), CType(31, Byte), CType(137, Byte), CType(91, Byte), CType(124, Byte), CType(161, Byte), CType(234, Byte), CType(88, Byte), CType(113, Byte), CType(245, Byte), CType(67, Byte), CType(125, Byte), CType(226, Byte), CType(3, Byte), CType(53, Byte), CType(191, Byte), CType(176, Byte), CType(26, Byte), CType(206, Byte), CType(55, Byte), CType(197, Byte), CType(213, Byte), CType(16, Byte), CType(237, Byte), CType(66, Byte), CType(208, Byte), CType(105, Byte), CType(16, Byte), CType(65, Byte), CType(39, Byte), CType(0, Byte), CType(117, Byte), CType(35, Byte), CType(232, Byte), CType(84, Byte), CType(69, Byte), CType(208, Byte), CType(9, Byte), CType(83, Byte), CType(173, Byte), CType(33, Byte), CType(28, Byte), CType(51, Byte), CType(237, Byte), CType(241, Byte), CType(68, Byte), CType(39, Byte), CType(148, Byte), CType(230, Byte), CType(45, Byte), CType(226, Byte), CType(230, Byte), CType(42, Byte), CType(122, Byte), CType(234, Byte), CType(58, Byte), CType(166, Byte), CType(137, Byte), CType(239, Byte), CType(54, Byte), CType(134, Byte), CType(19, Byte), CType(129, Byte), CType(48, Byte), CType(87, Byte), CType(63, Byte), CType(160, Byte), CType(14, Byte), CType(87, Byte), CType(136, Byte), CType(155, Byte), CType(135, Byte), CType(232, Byte), CType(57, Byte), CType(90, Byte), CType(92, Byte), CType(221, Byte), CType(128, Byte), CType(149, Byte), CType(121, Byte), CType(148, Byte), CType(184, Byte), CType(57, Byte), CType(213, Byte), CType(117, Byte), CType(4, Byte), CType(157, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(82, Byte), CType(182, Byte), CType(49, Byte), CType(39, Byte), CType(45, Byte), CType(112, Byte), CType(74, Byte), CType(176, Byte), CType(179, Byte), CType(184, Byte), CType(197, Byte), CType(23, Byte), CType(170, Byte), CType(110, Byte), CType(150, Byte), CType(248, Byte), CType(181, Byte), CType(178, Byte), CType(171, Byte), CType(33, Byte), CType(234, Byte), CType(193, Byte), CType(175, Byte), CType(30, Byte), CType(135, Byte), CType(19, Byte), CType(115, Byte), CType(243, Byte), CType(158, Byte), CType(226, Byte), CType(106, Byte), CType(136, Byte), CType(118, Byte), CType(33, Byte), CType(232, Byte), CType(52, Byte), CType(136, Byte), CType(160, Byte), CType(19, Byte), CType(128, Byte), CType(186, Byte), CType(17, Byte), CType(116, Byte), CType(170, Byte), CType(34, Byte), CType(232, Byte), CType(4, Byte), CType(135, Byte), CType(167, Byte), CType(34, Byte), CType(120, Byte), CType(4, Byte), CType(157, Byte), CType(80, Byte), CType(146, Byte), CType(141, Byte), CType(229, Byte), CType(90, Byte), CType(113, Byte), CType(115, Byte), CType(21, Byte), CType(75, Byte), CType(150, Byte), CType(94, Byte), CType(39, Byte), CType(81, Byte), CType(35, Byte), CType(87, Byte), CType(187, Byte), CType(20, Byte), CType(118, Byte), CType(23, Byte), CType(215, Byte), CType(47, Byte), CType(250, Byte), CType(46, Byte), CType(150, Byte), CType(8, Byte), CType(207, Byte), CType(186, Byte), CType(250, Byte), CType(1, Byte), CType(169, Byte), CType(93, Byte), CType(47, Byte), CType(110, Byte), CType(30, Byte), CType(162, Byte), CType(103, Byte), CType(31, Byte), CType(113, Byte), CType(117, Byte), CType(3, Byte), CType(86, Byte), CType(102, Byte), CType(59, Byte), CType(113, Byte), CType(115, Byte), CType(170, Byte), CType(235, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(0, Byte), CType(128, Byte), CType(164, Byte), CType(108, Byte), CType(99, Byte), CType(78, Byte), CType(90, Byte), CType(224, Byte), CType(148, Byte), CType(226, Byte), CType(27, Byte), CType(226, Byte), CType(22, Byte), CType(96, Byte), CType(168, Byte), CType(250, Byte), CType(170, Byte), CType(184, Byte), CType(250, Byte), CType(33, Byte), CType(189, Byte), CType(53, Byte), CType(229, Byte), CType(18, Byte), CType(113, Byte), CType(215, Byte), CType(1, Byte), CType(85, Byte), CType(113, Byte), CType(246, Byte), CType(185, Byte), CType(171, Byte), CType(33, Byte), CType(218, Byte), CType(135, Byte), CType(160, Byte), CType(211, Byte), CType(32, Byte), CType(130, Byte), CType(78, Byte), CType(0, Byte), CType(234, Byte), CType(70, Byte), CType(208, Byte), CType(169, Byte), CType(138, Byte), CType(160, Byte), CType(19, Byte), CType(156, Byte), CType(83, Byte), CType(197, Byte), CType(205, Byte), CType(151, Byte), CType(174, Byte), CType(227, Byte), CType(104, Byte), CType(105, Byte), CType(148, Byte), CType(228, Byte), CType(8, Byte), CType(113, Byte), CType(243, Byte), CType(20, Byte), CType(61, Byte), CType(111, Byte), CType(19, Byte), CType(87, Byte), CType(183, Byte), CType(148, Byte), CType(190, Byte), CType(43, Byte), CType(174, Byte), CType(111, Byte), CType(244, Byte), CType(189, Byte), CType(92, Byte), CType(92, Byte), CType(237, Byte), CType(128, Byte), CType(148, Byte), CType(230, Byte), CType(139, Byte), CType(155, Byte), CType(127, Byte), CType(232, Byte), CType(219, Byte), CType(72, Byte), CType(92, Byte), CType(237, Byte), CType(128, Byte), CType(149, Byte), CType(137, Byte), CType(239, Byte), CType(244, Byte), CType(221, Byte), CType(156, Byte), CType(234, Byte), CType(186, Byte), CType(7, Byte), CType(184, Byte), CType(253, Byte), CType(65, Byte), CType(0, Byte), CType(0, Byte), CType(128, Byte), CType(81, Byte), CType(217, Byte), CType(198, Byte), CType(156, Byte), CType(180, Byte), CType(192, Byte), CType(41, Byte), CType(69, Byte), CType(60, Byte), CType(13, Byte), CType(198, Byte), CType(45, Byte), CType(192, Byte), CType(48, Byte), CType(232, Byte), CType(126, Byte), CType(226, Byte), CType(106, Byte), CType(136, Byte), CType(180, Byte), CType(222, Byte), CType(32, Byte), CType(174, Byte), CType(254, Byte), CType(168, Byte), CType(186, Byte), CType(81, Byte), CType(182, Byte), CType(18, Byte), CType(87, Byte), CType(67, Byte), CType(180, Byte), CType(15, Byte), CType(65, Byte), CType(167, Byte), CType(65, Byte), CType(4, Byte), CType(157, Byte), CType(0, Byte), CType(212, Byte), CType(141, Byte), CType(160, Byte), CType(83, Byte), CType(21, Byte), CType(65, Byte), CType(39, Byte), CType(56, Byte), CType(95, Byte), CType(17, Byte), CType(55, Byte), CType(95, Byte), CType(186, Byte), CType(142, Byte), CType(39, Byte), CType(2, Byte), CType(163, Byte), CType(20, Byte), CType(119, Byte), CType(149, Byte), CType(229, Byte), CType(226, Byte), CType(230, Byte), CType(41, Byte), CType(122, Byte), CType(71, Byte), CType(88, Byte), CType(229, Byte), CType(248, Byte), CType(92, Byte), CType(17, Byte), CType(223, Byte), CType(189, Byte), CType(197, Byte), CType(19, Byte), CType(153, Byte), CType(221, Byte), CType(24, Byte), CType(208, Byte), CType(147, Byte), CType(235, Byte), CType(90, Byte), CType(160, Byte), CType(219, Byte), CType(98, Byte), CType(142, Byte), CType(185, Byte), CType(249, Byte), CType(135, Byte), CType(158, Byte), CType(243, Byte), CType(196, Byte), CType(213, Byte), CType(13, Byte), CType(24, Byte), CType(214, Byte), CType(213, Byte), CType(226, Byte), CType(230, Byte), CType(86, Byte), CType(151, Byte), CType(237, Byte), CType(224, Byte), CType(246, Byte), CType(7, Byte), CType(1, Byte), CType(0, Byte), CType(0, Byte), CType(70, Byte), CType(101, Byte), CType(27, Byte), CType(115, Byte), CType(210, Byte), CType(2, Byte), CType(167, Byte), CType(36, Byte), CType(199, Byte), CType(138, Byte), CType(91, Byte), CType(132, Byte), CType(161, Byte), CType(234, Byte), CType(251, Byte), CType(226, Byte), CType(234, Byte), CType(135, Byte), CType(116, Byte), CType(226, Byte), CType(87, Byte), CType(67, Byte), CType(60, Byte), CType(82, Byte), CType(127, Byte), CType(56, Byte), CType(31, Byte), CType(17, Byte), CType(87, Byte), CType(67, Byte), CType(180, Byte), CType(19, Byte), CType(65, Byte), CType(167, Byte), CType(65, Byte), CType(124, Byte), CType(9, Byte), CType(14, Byte), CType(160, Byte), CType(110, Byte), CType(4, Byte), CType(157, Byte), CType(170, Byte), CType(8, Byte), CType(58, Byte), CType(193, Byte), CType(57, Byte), CType(70, Byte), CType(220, Byte), CType(124, Byte), CType(233, Byte), CType(58, Byte), CType(130, Byte), CType(78, Byte), CType(40, Byte), CType(197, Byte), CType(151, Byte), CType(196, Byte), CType(205, Byte), CType(81, Byte), CType(244, Byte), CType(188, Byte), CType(76, Byte), CType(92, Byte), CType(221, Byte), CType(234, Byte), CType(240, Byte), CType(105, Byte), CType(113, Byte), CType(99, Byte), CType(64, Byte), CType(223, Byte), CType(193, Byte), CType(226, Byte), CType(106, Byte), CType(7, Byte), CType(164, Byte), CType(178, Byte), CType(153, Byte), CType(184, Byte), CType(185, Byte), CType(135, Byte), CType(158, Byte), CType(207, Byte), CType(136, Byte), CType(171, Byte), CType(27, Byte), CType(48, Byte), CType(172, Byte), CType(191, Byte), CType(137, Byte), CType(155, Byte), CType(91, Byte), CType(93, Byte), CType(182, Byte), CType(133, Byte), CType(219, Byte), CType(31, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(24, Byte), CType(149, Byte), CType(109, Byte), CType(204, Byte), CType(73, Byte), CType(11, Byte), CType(156, Byte), CType(146, Byte), CType(196, Byte), CType(83, Byte), CType(97, Byte), CType(248, Byte), CType(133, Byte), CType(223, Byte), CType(112, Byte), CType(30, Byte), CType(46, Byte), CType(174, Byte), CType(134, Byte), CType(72, Byte), CType(131, Byte), CType(71, Byte), CType(234, Byte), CType(15, Byte), CType(231, Byte), CType(58, Byte), CType(217, Byte), CType(88, Byte), CType(92, Byte), CType(13, Byte), CType(209, Byte), CType(78, Byte), CType(4, Byte), CType(157, Byte), CType(6, Byte), CType(17, Byte), CType(116, Byte), CType(2, Byte), CType(80, Byte), CType(55, Byte), CType(130, Byte), CType(78, Byte), CType(85, Byte), CType(4, Byte), CType(157, Byte), CType(224, Byte), CType(124, Byte), CType(72, Byte), CType(220, Byte), CType(124, Byte), CType(233, Byte), CType(58, Byte), CType(130, Byte), CType(78, Byte), CType(40, Byte), CType(193, Byte), CType(3, Byte), CType(197, Byte), CType(205, Byte), CType(79, Byte), CType(244, Byte), CType(92, Byte), CType(44, Byte), CType(171, Byte), CType(139, Byte), CType(171, Byte), CType(93, Byte), CType(29, Byte), CType(238, Byte), CType(40, Byte), CType(215, Byte), CType(139, Byte), CType(27, Byte), CType(11, Byte), CType(122, Byte), CType(226, Byte), CType(135, Byte), CType(111, Byte), CType(124, Byte), CType(215, Byte), CType(129, Byte), CType(58, Byte), CType(109, Byte), CType(33, Byte), CType(110, Byte), CType(238, Byte), CType(161, Byte), CType(39, Byte), CType(103, Byte), CType(248, Byte), CType(19, Byte), CType(237, Byte), CType(20, Byte), CType(159, Byte), CType(25, Byte), CType(221, Byte), CType(220, Byte), CType(234, Byte), CType(178, Byte), CType(13, Byte), CType(220, Byte), CType(254, Byte), CType(32, Byte), CType(0, Byte), CType(0, Byte), CType(192, Byte), CType(168, Byte), CType(108, Byte), CType(99, Byte), CType(78, Byte), CType(90, Byte), CType(224, Byte), CType(148, Byte), CType(230, Byte), CType(99, Byte), CType(226, Byte), CType(22, Byte), CType(98, Byte), CType(168, Byte), CType(58, Byte), CType(85, Byte), CType(92, Byte), CType(253, Byte), CType(48, Byte), CType(119, Byte), CType(219, Byte), CType(9, Byte), CType(129, Byte), CType(187, Byte), CType(225, Byte), CType(188, Byte), CType(93, Byte), CType(92, Byte), CType(13, Byte), CType(209, Byte), CType(94, Byte), CType(4, Byte), CType(157, Byte), CType(6, Byte), CType(17, Byte), CType(116, Byte), CType(2, Byte), CType(80, Byte), CType(55, Byte), CType(130, Byte), CType(78, Byte), CType(85, Byte), CType(4, Byte), CType(157, Byte), CType(224, Byte), CType(28, Byte), CType(38, Byte), CType(110, Byte), CType(190, Byte), CType(116, Byte), CType(221, Byte), CType(150, Byte), CType(226, Byte), CType(234, Byte), CType(5, Byte), CType(228, Byte), CType(244, Byte), CType(19, Byte), CType(113, Byte), CType(243, Byte), CType(19, Byte), CType(61, Byte), CType(255, Byte), CType(39, Byte), CType(174, Byte), CType(110, Byte), CType(117, Byte), CType(122, Byte), CType(183, Byte), CType(184, Byte), CType(177, Byte), CType(160, Byte), CType(143, Byte), CType(167, Byte), CType(87, Byte), CType(163, Byte), CType(78, Byte), CType(4, Byte), CType(157, Byte), CType(102, Byte), CType(198, Byte), CType(15, Byte), CType(124, Byte), CType(49, Byte), CType(87, Byte), CType(191, Byte), CType(22, Byte), CType(55, Byte), CType(183, Byte), CType(186, Byte), CType(108, Byte), CType(77, Byte), CType(183, Byte), CType(63, Byte), CType(8, Byte), CType(0, Byte), CType(0, Byte), CType(48, Byte), CType(42, Byte), CType(219, Byte), CType(152, Byte), CType(147, Byte), CType(22, Byte), CType(56, Byte), CType(165, Byte), CType(137, Byte), CType(71, Byte), CType(247, Byte), CType(242, Byte), CType(203, Byte), CType(178, Byte), CType(225, Byte), CType(252, Byte), CType(175, Byte), CType(184, Byte), CType(26, Byte), CType(98, Byte), CType(110, Byte), CType(78, Byte), CType(20, Byte), CType(87, Byte), CType(111, Byte), CType(84, Byte), CType(93, Byte), CType(41, Byte), CType(4, Byte), CType(60, Byte), CType(186, Byte), CType(135, Byte), CType(160, Byte), CType(211, Byte), CType(32, Byte), CType(238, Byte), CType(3, Byte), CType(0, Byte), CType(117, Byte), CType(35, Byte), CType(232, Byte), CType(84, Byte), CType(69, Byte), CType(208, Byte), CType(9, Byte), CType(14, Byte), CType(65, Byte), CType(39, Byte), CType(143, Byte), CType(39, Byte), CType(146, Byte), CType(96, Byte), CType(220, Byte), CType(246, Byte), CType(18, Byte), CType(55, Byte), CType(55, Byte), CType(209, Byte), CType(19, Byte), CType(27, Byte), CType(177, Byte), CType(171, Byte), CType(136, Byte), CType(171, Byte), CType(93, Byte), CType(157, Byte), CType(226, Byte), CType(51, Byte), CType(204, Byte), CType(63, Byte), CType(196, Byte), CType(141, Byte), CType(9, Byte), CType(61, Byte), CType(55, Byte), CType(74, Byte), CType(60, Byte), CType(121, Byte), CType(222, Byte), CType(213, Byte), CType(15, Byte), CType(152, Byte), CType(43, Byte), CType(130, Byte), CType(78, Byte), CType(51, Byte), CType(219, Byte), CType(84, Byte), CType(92, Byte), CType(221, Byte), CType(128, Byte), CType(97, Byte), CType(189, Byte), CType(69, Byte), CType(226, Byte), CType(104, Byte), CType(107, Byte), CType(220, Byte), CType(202, Byte), CType(237, Byte), CType(13, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(204, Byte), CType(133, Byte), CType(109, Byte), CType(204, Byte), CType(73, Byte), CType(139, Byte), CType(156, Byte), CType(18, Byte), CType(189, Byte), CType(87, Byte), CType(220, Byte), CType(135, Byte), CType(28, Byte), CType(84, Byte), CType(157, Byte), CType(45, Byte), CType(227, Byte), CType(248, Byte), CType(66, Byte), CType(172, Byte), CType(205, Byte), CType(226, Byte), CType(23, Byte), CType(67, Byte), CType(174, Byte), CType(214, Byte), CType(24, Byte), CType(244, Byte), CType(42, Byte), CType(113, Byte), CType(53, Byte), CType(68, Byte), CType(187, Byte), CType(17, Byte), CType(116, Byte), CType(26, Byte), CType(68, Byte), CType(208, Byte), CType(9, Byte), CType(64, Byte), CType(221, Byte), CType(8, Byte), CType(58, Byte), CType(85, Byte), CType(17, Byte), CType(116, Byte), CType(130, Byte), CType(67, Byte), CType(208, Byte), CType(201, Byte), CType(91, Byte), CType(36, Byte), CType(174, Byte), CType(94, Byte), CType(64, Byte), CType(14, Byte), CType(11, Byte), CType(228, Byte), CType(60, Byte), CType(113, Byte), CType(115, Byte), CType(19, Byte), CType(61, Byte), CType(143, Byte), CType(22, Byte), CType(87, Byte), CType(187, Byte), CType(28, Byte), CType(94, Byte), CType(42, Byte), CType(110, Byte), CType(76, Byte), CType(232, Byte), CType(251, Byte), CType(156, Byte), CType(184, Byte), CType(218, Byte), CType(1, Byte), CType(115, Byte), CType(117, Byte), CType(55, Byte), CType(113, Byte), CType(115, Byte), CType(14, Byte), CType(75, Byte), CType(150, Byte), CType(94, Byte), CType(35, Byte), CType(174, Byte), CType(102, Byte), CType(0, Byte), CType(70, Byte), CType(224, Byte), CType(246, Byte), CType(4, Byte), CType(1, Byte), CType(0, Byte), CType(0, Byte), CType(82, Byte), CType(176, Byte), CType(141, Byte), CType(57, Byte), CType(185, Byte), CType(197, Byte), CType(79, Byte), CType(1, Byte), CType(214, Byte), CType(151, Byte), CType(171, Byte), CType(197, Byte), CType(125, Byte), CType(216, Byte), CType(65, Byte), CType(213, Byte), CType(190, Byte), CType(226, Byte), CType(106, Byte), CType(136, Byte), CType(217, Byte), CType(139, Byte), CType(208, Byte), CType(216, Byte), CType(153, Byte), CType(226, Byte), CType(234, Byte), CType(140, Byte), CType(170, Byte), CType(75, Byte), CType(132, Byte), CType(77, Byte), CType(147, Byte), CType(110, Byte), CType(34, Byte), CType(232, Byte), CType(52, Byte), CType(136, Byte), CType(160, Byte), CType(19, Byte), CType(128, Byte), CType(186, Byte), CType(17, Byte), CType(116, Byte), CType(170, Byte), CType(34, Byte), CType(232, Byte), CType(4, Byte), CType(135, Byte), CType(160, Byte), CType(211, Byte), CType(160, Byte), CType(101, Byte), CType(226, Byte), CType(106, Byte), CType(5, Byte), CType(228, Byte), CType(242, Byte), CType(60, Byte), CType(113, Byte), CType(115, Byte), CType(19, Byte), CType(61, Byte), CType(63, Byte), CType(20, Byte), CType(87, Byte), CType(183, Byte), CType(92, Byte), CType(22, Byte), CType(202, Byte), CType(133, Byte), CType(226, Byte), CType(198, Byte), CType(134, Byte), CType(190, Byte), CType(123, Byte), CType(137, Byte), CType(171, Byte), CType(31, Byte), CType(48, Byte), CType(23, Byte), CType(59, Byte), CType(138, Byte), CType(155, Byte), CType(111, Byte), CType(88, Byte), CType(178, Byte), CType(244, Byte), CType(44, Byte), CType(113, Byte), CType(53, Byte), CType(3, Byte), CType(48, Byte), CType(2, Byte), CType(183, Byte), CType(39, Byte), CType(8, Byte), CType(0, Byte), CType(0, Byte), CType(144, Byte), CType(130, Byte), CType(109, Byte), CType(204, Byte), CType(201, Byte), CType(45, Byte), CType(126, Byte), CType(10, Byte), CType(241, Byte), CType(38, Byte), CType(113, Byte), CType(31, Byte), CType(118, Byte), CType(80, Byte), CType(117, Byte), CType(129, Byte), CType(196, Byte), CType(175, Byte), CType(36, Byte), CType(93, Byte), CType(13, Byte), CType(49, Byte), CType(59, Byte), CType(251, Byte), CType(137, Byte), CType(171, Byte), CType(49, Byte), CType(6, Byte), CType(61, Byte), CType(71, Byte), CType(92, Byte), CType(13, Byte), CType(209, Byte), CType(126, Byte), CType(4, Byte), CType(157, Byte), CType(6, Byte), CType(17, Byte), CType(116, Byte), CType(2, Byte), CType(80, Byte), CType(55, Byte), CType(130, Byte), CType(78, Byte), CType(85, Byte), CType(4, Byte), CType(157, Byte), CType(224, Byte), CType(28, Byte), CType(41, Byte), CType(110, Byte), CType(190, Byte), CType(116, Byte), CType(217, Byte), CType(229, Byte), CType(226, Byte), CType(106, Byte), CType(5, Byte), CType(228, Byte), CType(176, Byte), CType(88, Byte), CType(46, Byte), CType(21, Byte), CType(55, Byte), CType(55, Byte), CType(209, Byte), CType(115, Byte), CType(127, Byte), CType(113, Byte), CType(181, Byte), CType(203, Byte), CType(41, Byte), CType(126, Byte), CType(60, Byte), CType(231, Byte), CType(198, Byte), CType(134, Byte), CType(190, Byte), CType(111, Byte), CType(139, Byte), CType(171, Byte), CType(29, Byte), CType(48, Byte), CType(23, Byte), CType(4, Byte), CType(157, Byte), CType(166, Byte), CType(119, Byte), CType(130, Byte), CType(184, Byte), CType(154, Byte), CType(1, Byte), CType(24, Byte), CType(129, Byte), CType(219, Byte), CType(19, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(72, Byte), CType(193, Byte), CType(54, Byte), CType(230, Byte), CType(228, Byte), CType(22, Byte), CType(63, Byte), CType(133, Byte), CType(136, Byte), CType(47, Byte), CType(197, Byte), CType(174, Byte), CType(16, Byte), CType(247, Byte), CType(129, Byte), CType(7, Byte), CType(85, Byte), CType(207, Byte), CType(22, Byte), CType(87, Byte), CType(67, Byte), CType(12, Byte), CType(47, Byte), CType(158, Byte), CType(78, Byte), CType(244, Byte), CType(103, Byte), CType(113, Byte), CType(245, Byte), CType(69, Byte), CType(213, Byte), CType(239, Byte), CType(133, Byte), CType(112, Byte), CType(93, Byte), CType(119, Byte), CType(17, Byte), CType(116, Byte), CType(26, Byte), CType(68, Byte), CType(208, Byte), CType(9, Byte), CType(64, Byte), CType(221, Byte), CType(8, Byte), CType(58, Byte), CType(85, Byte), CType(17, Byte), CType(116, Byte), CType(130, Byte), CType(243, Byte), CType(73, Byte), CType(113, Byte), CType(243, Byte), CType(165, Byte), CType(203, Byte), CType(98, Byte), CType(221, Byte), CType(238, Byte), CType(106, Byte), CType(5, Byte), CType(228, Byte), CType(240, Byte), CType(70, Byte), CType(113, Byte), CType(243, Byte), CType(18, Byte), CType(61, Byte), CType(95, Byte), CType(22, Byte), CType(87, Byte), CType(183, Byte), CType(220, Byte), CType(230, Byte), CType(203, Byte), CType(233, Byte), CType(226, Byte), CType(198, Byte), CType(136, Byte), CType(190, Byte), CType(135, Byte), CType(137, Byte), CType(171, Byte), CType(31, Byte), CType(48, Byte), CType(42, Byte), CType(130, Byte), CType(78, Byte), CType(211, Byte), CType(251, Byte), CType(144, Byte), CType(184, Byte), CType(154, Byte), CType(1, Byte), CType(24, Byte), CType(129, Byte), CType(219, Byte), CType(19, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(72, Byte), CType(193, Byte), CType(54, Byte), CType(230, Byte), CType(228, Byte), CType(22, Byte), CType(63, Byte), CType(5, Byte), CType(97, Byte), CType(67, Byte), CType(125, Byte), CType(56, Byte), CType(23, Byte), CType(203, Byte), CType(234, Byte), CType(226, Byte), CType(106, Byte), CType(136, Byte), CType(225, Byte), CType(188, Byte), CType(86, Byte), CType(92, Byte), CType(109, Byte), CType(49, Byte), CType(232, Byte), CType(9, Byte), CType(226, Byte), CType(106, Byte), CType(136, Byte), CType(110, Byte), CType(224, Byte), CType(125, Byte), CType(121, Byte), CType(16, Byte), CType(65, Byte), CType(39, Byte), CType(0, Byte), CType(117, Byte), CType(35, Byte), CType(232, Byte), CType(84, Byte), CType(69, Byte), CType(208, Byte), CType(9, Byte), CType(206, Byte), CType(87, Byte), CType(197, Byte), CType(205, Byte), CType(151, Byte), CType(46, Byte), CType(139, Byte), CType(240, Byte), CType(130, Byte), CType(171, Byte), CType(21, Byte), CType(80, Byte), CType(183, Byte), CType(219, Byte), CType(203, Byte), CType(181, Byte), CType(226, Byte), CType(230, Byte), CType(37, Byte), CType(150, Byte), CType(44, Byte), CType(93, Byte), CType(46, Byte), CType(219, Byte), CType(138, Byte), CType(171, Byte), CType(221, Byte), CType(56, Byte), CType(60, Byte), CType(68, Byte), CType(220, Byte), CType(56, Byte), CType(209, Byte), CType(247, Byte), CType(115, Byte), CType(137, Byte), CType(80, Byte), CType(152, Byte), CType(171, Byte), CType(31, Byte), CType(48, Byte), CType(10, Byte), CType(130, Byte), CType(78, Byte), CType(211, Byte), CType(123, Byte), CType(189, Byte), CType(184, Byte), CType(154, Byte), CType(1, Byte), CType(24, Byte), CType(129, Byte), CType(219, Byte), CType(19, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(72, Byte), CType(193, Byte), CType(54, Byte), CType(230, Byte), CType(228, Byte), CType(22, Byte), CType(63, Byte), CType(5, Byte), CType(137, Byte), CType(240, Byte), CType(78, Byte), CType(132, Byte), CType(120, Byte), CType(220, Byte), CType(135, Byte), CType(30, Byte), CType(84, Byte), CType(69, Byte), CType(248, Byte), CType(192, Byte), CType(213, Byte), CType(16, Byte), CType(43, Byte), CType(183, Byte), CType(161, Byte), CType(92, Byte), CType(35, Byte), CType(174, Byte), CType(174, Byte), CType(168, Byte), CType(58, Byte), CType(67, Byte), CType(248, Byte), CType(114, Byte), CType(175, Byte), CType(219, Byte), CType(8, Byte), CType(58, Byte), CType(13, Byte), CType(34, Byte), CType(232, Byte), CType(4, Byte), CType(160, Byte), CType(110, Byte), CType(4, Byte), CType(157, Byte), CType(170, Byte), CType(8, Byte), CType(58, Byte), CType(193, Byte), CType(249, Byte), CType(177, Byte), CType(184, Byte), CType(249, Byte), CType(210, Byte), CType(101, Byte), CType(39, Byte), CType(137, Byte), CType(171, Byte), CType(21, Byte), CType(80, Byte), CType(183, Byte), CType(15, Byte), CType(139, Byte), CType(155, Byte), CType(147, Byte), CType(232, Byte), CType(249, Byte), CType(184, Byte), CType(184, Byte), CType(186, Byte), CType(141, Byte), CType(211, Byte), CType(215, Byte), CType(196, Byte), CType(141, Byte), CType(21, Byte), CType(125, Byte), CType(123, Byte), CType(139, Byte), CType(171, Byte), CType(29, Byte), CType(48, Byte), CType(10, Byte), CType(130, Byte), CType(78, Byte), CType(211, Byte), CType(123, Byte), CType(190, Byte), CType(184, Byte), CType(154, Byte), CType(1, Byte), CType(24, Byte), CType(129, Byte), CType(219, Byte), CType(19, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(72, Byte), CType(193, Byte), CType(54, Byte), CType(230, Byte), CType(228, Byte), CType(22, Byte), CType(63, Byte), CType(133, Byte), CType(121, Byte), CType(166, Byte), CType(184, Byte), CType(15, Byte), CType(61, Byte), CType(168, Byte), CType(250, Byte), CType(155, Byte), CType(196, Byte), CType(113, Byte), CType(127, Byte), CType(174, Byte), CType(134, Byte), CType(152, Byte), CType(25, Byte), CType(95, Byte), CType(194, Byte), CType(14, Byte), CType(111, Byte), CType(87, Byte), CType(113, Byte), CType(53, Byte), CType(68, Byte), CType(119, Byte), CType(16, Byte), CType(116, Byte), CType(26, Byte), CType(68, Byte), CType(208, Byte), CType(9, Byte), CType(64, Byte), CType(221, Byte), CType(8, Byte), CType(58, Byte), CType(85, Byte), CType(17, Byte), CType(116, Byte), CType(130, Byte), CType(115, Byte), CType(142, Byte), CType(184, Byte), CType(249, Byte), CType(210, Byte), CType(101, Byte), CType(71, Byte), CType(138, Byte), CType(171, Byte), CType(21, Byte), CType(80, Byte), CType(167, Byte), CType(173, Byte), CType(37, Byte), CType(158, Byte), CType(88, Byte), CType(228, Byte), CType(230, Byte), CType(36, Byte), CType(150, Byte), CType(44, Byte), CType(189, Byte), CType(94, Byte), CType(54, Byte), CType(21, Byte), CType(87, Byte), CType(187, Byte), CType(113, Byte), CType(218, Byte), CType(78, Byte), CType(184, Byte), CType(110, Byte), CType(51, Byte), CType(59, Byte), CType(79, Byte), CType(56, Byte), CType(198, Byte), CType(31, Byte), CType(169, Byte), CType(16, Byte), CType(116, Byte), CType(154, Byte), CType(222, Byte), CType(62, Byte), CType(226, Byte), CType(106, Byte), CType(6, Byte), CType(96, Byte), CType(4, Byte), CType(110, Byte), CType(79, Byte), CType(16, Byte), CType(0, Byte), CType(0, Byte), CType(32, Byte), CType(5, Byte), CType(219, Byte), CType(152, Byte), CType(147, Byte), CType(91, Byte), CType(252, Byte), CType(20, Byte), CType(38, Byte), CType(190, Byte), CType(68, Byte), CType(56, Byte), CType(87, Byte), CType(220, Byte), CType(7, Byte), CType(31, Byte), CType(84, Byte), CType(197, Byte), CType(241, Byte), CType(107, Byte), CType(174, Byte), CType(134, Byte), CType(152, Byte), CType(222, Byte), CType(93, Byte), CType(133, Byte), CType(47, Byte), CType(243, Byte), CType(134, Byte), CType(243, Byte), CType(61, Byte), CType(113, Byte), CType(53, Byte), CType(68, Byte), CType(183, Byte), CType(16, Byte), CType(116, Byte), CType(2, Byte), CType(154, Byte), CType(129, Byte), CType(39, Byte), CType(61, Byte), CType(182, Byte), CType(11, Byte), CType(65, Byte), CType(167, Byte), CType(42, Byte), CType(130, Byte), CType(78, Byte), CType(112, Byte), CType(174, Byte), CType(20, Byte), CType(55, Byte), CType(95, Byte), CType(186, Byte), CType(236, Byte), CType(205, Byte), CType(226, Byte), CType(106, Byte), CType(5, Byte), CType(212, Byte), CType(233, Byte), CType(120, Byte), CType(113, Byte), CType(243, Byte), CType(17, Byte), CType(61, Byte), CType(239, Byte), CType(18, Byte), CType(87, Byte), CType(183, Byte), CType(18, Byte), CType(68, Byte), CType(56, Byte), CType(210, Byte), CType(141, Byte), CType(25, Byte), CType(125, Byte), CType(207, Byte), CType(17, Byte), CType(87, Byte), CType(59, Byte), CType(96, Byte), CType(182, Byte), CType(8, Byte), CType(58, Byte), CType(77, Byte), CType(239, Byte), CType(225, Byte), CType(226, Byte), CType(106, Byte), CType(6, Byte), CType(96, Byte), CType(4, Byte), CType(110, Byte), CType(79, Byte), CType(16, Byte), CType(0, Byte), CType(0, Byte), CType(32, Byte), CType(5, Byte), CType(219, Byte), CType(152, Byte), CType(147, Byte), CType(91, Byte), CType(252, Byte), CType(20, Byte), CType(232, Byte), CType(9, Byte), CType(226, Byte), CType(62, Byte), CType(248, Byte), CType(160, Byte), CType(42, Byte), CType(54, Byte), CType(193, Byte), CType(120, Byte), CType(178, Byte), CType(200, Byte), CType(236, Byte), CType(124, Byte), CType(69, Byte), CType(92, Byte), CType(45, Byte), CType(49, Byte), CType(104, Byte), CType(137, Byte), CType(184, Byte), CType(26, Byte), CType(162, Byte), CType(91, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(205, Byte), CType(64, Byte), CType(208, Byte), CType(169, Byte), CType(93, Byte), CType(8, Byte), CType(58, Byte), CType(85, Byte), CType(17, Byte), CType(116, Byte), CType(194, Byte), CType(84, Byte), CType(183, Byte), CType(21, Byte), CType(55, Byte), CType(87, Byte), CType(186, Byte), CType(142, Byte), CType(13, Byte), CType(121, Byte), CType(228, Byte), CType(118, Byte), CType(63, Byte), CType(113, Byte), CType(115, Byte), CType(17, Byte), CType(61, Byte), CType(87, Byte), CType(73, Byte), CType(201, Byte), CType(223, Byte), CType(217, Byte), CType(108, Byte), CType(44, Byte), CType(215, Byte), CType(138, Byte), CType(27, Byte), CType(59, Byte), CType(122, Byte), CType(46, Byte), CType(145, Byte), CType(69, Byte), CType(226, Byte), CType(234, Byte), CType(7, Byte), CType(204, Byte), CType(6, Byte), CType(65, Byte), CType(167, Byte), CType(233, Byte), CType(237, Byte), CType(32, Byte), CType(174, Byte), CType(102, Byte), CType(0, Byte), CType(70, Byte), CType(224, Byte), CType(246, Byte), CType(4, Byte), CType(1, Byte), CType(0, Byte), CType(0, Byte), CType(82, Byte), CType(176, Byte), CType(141, Byte), CType(57, Byte), CType(185, Byte), CType(197, Byte), CType(79, Byte), CType(129, Byte), CType(230, Byte), CType(203, Byte), CType(25, Byte), CType(226, Byte), CType(62, Byte), CType(252, Byte), CType(160, Byte), CType(234, Byte), CType(237, Byte), CType(226, Byte), CType(106, Byte), CType(136, Byte), CType(65, Byte), CType(15, Byte), CType(17, Byte), CType(87, Byte), CType(67, Byte), CType(12, Byte), CType(250, Byte), CType(162, Byte), CType(184, Byte), CType(26, Byte), CType(162, Byte), CType(123, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(205, Byte), CType(64, Byte), CType(208, Byte), CType(169, Byte), CType(93, Byte), CType(8, Byte), CType(58, Byte), CType(85, Byte), CType(17, Byte), CType(116, Byte), CType(194, Byte), CType(84, Byte), CType(247, Byte), CType(16, Byte), CType(55, Byte), CType(87, Byte), CType(186, Byte), CType(110, Byte), CType(119, Byte), CType(113, Byte), CType(245, Byte), CType(2, Byte), CType(234, Byte), CType(242, Byte), CType(35, Byte), CType(113, Byte), CType(115, Byte), CType(17, Byte), CType(61, Byte), CType(175, Byte), CType(20, Byte), CType(87, Byte), CType(183, Byte), CType(146, Byte), CType(196, Byte), CType(147, Byte), CType(224, Byte), CType(220, Byte), CType(216, Byte), CType(209, Byte), CType(247, Byte), CType(106, Byte), CType(113, Byte), CType(181, Byte), CType(3, Byte), CType(102, Byte), CType(131, Byte), CType(160, Byte), CType(211, Byte), CType(244, Byte), CType(74, Byte), CType(60, Byte), CType(222, Byte), CType(19, Byte), CType(104, Byte), CType(44, Byte), CType(183, Byte), CType(39, Byte), CType(8, Byte), CType(0, Byte), CType(0, Byte), CType(144, Byte), CType(130, Byte), CType(109, Byte), CType(204, Byte), CType(201, Byte), CType(45, Byte), CType(126, Byte), CType(10, Byte), CType(245, Byte), CType(72, Byte), CType(113, Byte), CType(31, Byte), CType(126, Byte), CType(80, Byte), CType(21, Byte), CType(191, Byte), CType(190, Byte), CType(187, Byte), CType(189, Byte), CType(184, Byte), CType(26, Byte), CType(162, Byte), CType(47, Byte), CType(194, Byte), CType(115, Byte), CType(191, Byte), CType(16, Byte), CType(87, Byte), CType(67, Byte), CType(84, Byte), CType(197, Byte), CType(209, Byte), CType(126, Byte), CType(219, Byte), CType(136, Byte), CType(171, Byte), CType(35, Byte), CType(186, Byte), CType(135, Byte), CType(160, Byte), CType(19, Byte), CType(208, Byte), CType(12, Byte), CType(4, Byte), CType(157, Byte), CType(218, Byte), CType(133, Byte), CType(160, Byte), CType(83, Byte), CType(21, Byte), CType(65, Byte), CType(39, Byte), CType(76, Byte), CType(181, Byte), CType(167, Byte), CType(184, Byte), CType(185, Byte), CType(210, Byte), CType(117, Byte), CType(219, Byte), CType(139, Byte), CType(171, Byte), CType(23, Byte), CType(80, Byte), CType(135, Byte), CType(199, Byte), CType(138, Byte), CType(155, Byte), CType(135, Byte), CType(232, Byte), CType(249, Byte), CType(179, Byte), CType(52, Byte), CType(225, Byte), CType(73, Byte), CType(64, Byte), CType(139, Byte), CType(229, Byte), CType(50, Byte), CType(113, Byte), CType(175, Byte), CType(1, Byte), CType(61, Byte), CType(60, Byte), CType(77, Byte), CType(29, Byte), CType(41, Byte), CType(16, Byte), CType(116, Byte), CType(154, Byte), CType(30, Byte), CType(247, Byte), CType(23, Byte), CType(144, Byte), CType(144, Byte), CType(219, Byte), CType(19, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(72, Byte), CType(193, Byte), CType(54, Byte), CType(230, Byte), CType(228, Byte), CType(22, Byte), CType(63, Byte), CType(5, Byte), CType(59, Byte), CType(69, Byte), CType(220, Byte), CType(7, Byte), CType(32, Byte), CType(84, Byte), CType(29, Byte), CType(38, Byte), CType(174, Byte), CType(126, Byte), CType(232, Byte), CType(123, Byte), CType(170, Byte), CType(184, Byte), CType(218, Byte), CType(97, Byte), CType(208, Byte), CType(81, Byte), CType(226, Byte), CType(106, Byte), CType(136, Byte), CType(110, Byte), CType(34, Byte), CType(232, Byte), CType(4, Byte), CType(52, Byte), CType(3, Byte), CType(65, Byte), CType(167, Byte), CType(118, Byte), CType(33, Byte), CType(232, Byte), CType(84, Byte), CType(69, Byte), CType(208, Byte), CType(9, Byte), CType(83, Byte), CType(189, Byte), CType(69, Byte), CType(220, Byte), CType(92, Byte), CType(233, Byte), CType(186, Byte), CType(219, Byte), CType(136, Byte), CType(171, Byte), CType(23, Byte), CType(144, Byte), CType(218, Byte), CType(2, Byte), CType(249, Byte), CType(157, Byte), CType(184, Byte), CType(121, Byte), CType(136, Byte), CType(158, Byte), CType(103, Byte), CType(138, Byte), CType(171, Byte), CType(93, Byte), CType(137, Byte), CType(246, Byte), CType(23, Byte), CType(247, Byte), CType(26, Byte), CType(208, Byte), CType(247, Byte), CType(78, Byte), CType(113, Byte), CType(181, Byte), CType(3, Byte), CType(134, Byte), CType(69, Byte), CType(208, Byte), CType(105, Byte), CType(122, Byte), CType(4, Byte), CType(157, Byte), CType(128, Byte), CType(132, Byte), CType(220, Byte), CType(158, Byte), CType(32, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(10, Byte), CType(182, Byte), CType(49, Byte), CType(39, Byte), CType(183, Byte), CType(248, Byte), CType(41, Byte), CType(216, Byte), CType(253, Byte), CType(197, Byte), CType(125, Byte), CType(0, Byte), CType(66, Byte), CType(213, Byte), CType(127, Byte), CType(100, Byte), CType(115, Byte), CType(113, Byte), CType(53, Byte), CType(196, Byte), CType(146, Byte), CType(165, Byte), CType(107, Byte), CType(72, Byte), CType(108, Byte), CType(144, Byte), CType(185, Byte), CType(218, Byte), CType(161, Byte), CType(234, Byte), CType(122, Byte), CType(185, Byte), CType(131, Byte), CType(184, Byte), CType(58, Byte), CType(162, Byte), CType(155, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(205, Byte), CType(64, Byte), CType(208, Byte), CType(169, Byte), CType(93, Byte), CType(8, Byte), CType(58, Byte), CType(85, Byte), CType(17, Byte), CType(116, Byte), CType(194, Byte), CType(84, Byte), CType(95, Byte), CType(23, Byte), CType(55, Byte), CType(87, Byte), CType(186, Byte), CType(236, Byte), CType(98, Byte), CType(113, Byte), CType(181, Byte), CType(2, Byte), CType(234, Byte), CType(240, Byte), CType(28, Byte), CType(113, Byte), CType(243, Byte), CType(16, Byte), CType(61, Byte), CType(231, Byte), CType(72, Byte), CType(132, Byte), CType(193, Byte), CType(92, Byte), CType(237, Byte), CType(74, Byte), CType(20, Byte), CType(99, Byte), CType(61, Byte), CType(87, Byte), CType(220, Byte), CType(107, Byte), CType(65, Byte), CType(79, Byte), CType(124, Byte), CType(87, Byte), CType(194, Byte), CType(241, Byte), CType(90, Byte), CType(152, Byte), CType(11, Byte), CType(130, Byte), CType(78, Byte), CType(211, Byte), CType(91, Byte), CType(77, Byte), CType(92, Byte), CType(205, Byte), CType(0, Byte), CType(140, Byte), CType(192, Byte), CType(237, Byte), CType(9, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(164, Byte), CType(96, Byte), CType(27, Byte), CType(115, Byte), CType(114, Byte), CType(139, Byte), CType(159, Byte), CType(194, Byte), CType(125, Byte), CType(85, Byte), CType(220, Byte), CType(135, Byte), CType(32, Byte), CType(84, Byte), CType(125, Byte), CType(92, Byte), CType(92, Byte), CType(253, Byte), CType(176, Byte), CType(100, Byte), CType(233, Byte), CType(171, Byte), CType(196, Byte), CType(213, Byte), CType(12, Byte), CType(131, Byte), CType(222, Byte), CType(43, Byte), CType(174, Byte), CType(134, Byte), CType(232, Byte), CType(46, Byte), CType(130, Byte), CType(78, Byte), CType(64, Byte), CType(51, Byte), CType(16, Byte), CType(116, Byte), CType(106, Byte), CType(23, Byte), CType(130, Byte), CType(78, Byte), CType(85, Byte), CType(4, Byte), CType(157, Byte), CType(48, Byte), CType(213, Byte), CType(165, Byte), CType(226, Byte), CType(230, Byte), CType(74, Byte), CType(151, Byte), CType(157, Byte), CType(36, Byte), CType(174, Byte), CType(86, Byte), CType(64, Byte), CType(106, Byte), CType(107, Byte), CType(10, Byte), CType(247, Byte), CType(224, Byte), CType(204, Byte), CType(254, Byte), CType(87, Byte), CType(92, Byte), CType(237, Byte), CType(74, Byte), CType(22, Byte), CType(99, Byte), CType(118, Byte), CType(175, Byte), CType(5, Byte), CType(125, Byte), CType(71, Byte), CType(138, Byte), CType(171, Byte), CType(29, Byte), CType(48, Byte), CType(12, Byte), CType(130, Byte), CType(78, Byte), CType(211, Byte), CType(115, Byte), CType(245, Byte), CType(2, Byte), CType(48, Byte), CType(34, Byte), CType(183, Byte), CType(39, Byte), CType(8, Byte), CType(0, Byte), CType(0, Byte), CType(144, Byte), CType(130, Byte), CType(109, Byte), CType(204, Byte), CType(201, Byte), CType(45, Byte), CType(126, Byte), CType(10, Byte), CType(119, Byte), CType(119, Byte), CType(185, Byte), CType(89, Byte), CType(220, Byte), CType(7, Byte), CType(33, Byte), CType(244, Byte), CType(45, Byte), CType(151, Byte), CType(173, Byte), CType(196, Byte), CType(213, Byte), CType(176, Byte), CType(203, Byte), CType(214, Byte), CType(23, Byte), CType(54, Byte), CType(11, Byte), CType(135, Byte), CType(19, Byte), CType(117, Byte), CType(138, Byte), CType(122, Byte), CType(185, Byte), CType(58, Byte), CType(162, Byte), CType(187, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(205, Byte), CType(64, Byte), CType(208, Byte), CType(169, Byte), CType(93, Byte), CType(88, Byte), CType(187, Byte), CType(84, Byte), CType(17, Byte), CType(116, Byte), CType(194, Byte), CType(100, Byte), CType(247, Byte), CType(16, Byte), CType(55, Byte), CType(79, Byte), CType(186, Byte), CType(238, Byte), CType(80, Byte), CType(113, Byte), CType(245, Byte), CType(2, Byte), CType(82, Byte), CType(123, Byte), CType(189, Byte), CType(184, Byte), CType(57, Byte), CType(136, Byte), CType(158, Byte), CType(159, Byte), CType(136, Byte), CType(171, Byte), CType(91, Byte), CType(19, Byte), CType(252, Byte), CType(72, Byte), CType(220, Byte), CType(107, Byte), CType(66, Byte), CType(79, Byte), CType(124, Byte), CType(239, Byte), CType(118, Byte), CType(87, Byte), CType(113, Byte), CType(181, Byte), CType(3, Byte), CType(86, Byte), CType(134, Byte), CType(160, Byte), CType(211, Byte), CType(244, Byte), CType(92, Byte), CType(189, Byte), CType(186, Byte), CType(230, Byte), CType(20, Byte), CType(113, Byte), CType(181, Byte), CType(1, Byte), CType(82, Byte), CType(216, Byte), CType(197, Byte), CType(237, Byte), CType(19, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(204, Byte), CType(150, Byte), CType(109, Byte), CType(204, Byte), CType(73, Byte), CType(11, Byte), CType(155, Byte), CType(38, Byte), CType(154, Byte), CType(16, Byte), CType(183, Byte), CType(72, Byte), CType(67, Byte), CType(213, Byte), CType(231, Byte), CType(196, Byte), CType(213, Byte), CType(175, Byte), CType(203, Byte), CType(62, Byte), CType(40, Byte), CType(174, Byte), CType(86, Byte), CType(24, Byte), CType(20, Byte), CType(95, Byte), CType(88, Byte), CType(187, Byte), CType(26, Byte), CType(162, Byte), CType(219, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(205, Byte), CType(64, Byte), CType(208, Byte), CType(169, Byte), CType(93, Byte), CType(8, Byte), CType(58, Byte), CType(85, Byte), CType(17, Byte), CType(116, Byte), CType(194, Byte), CType(100, Byte), CType(60, Byte), CType(173, Byte), CType(213, Byte), CType(123, Byte), CType(166, Byte), CType(184, Byte), CType(122, Byte), CType(1, Byte), CType(41, Byte), CType(109, Byte), CType(32, Byte), CType(215, Byte), CType(136, Byte), CType(155, Byte), CType(131, Byte), CType(232, Byte), CType(121, Byte), CType(144, Byte), CType(184, Byte), CType(218, Byte), CType(53, Byte), CType(193, Byte), CType(125, Byte), CType(197, Byte), CType(189, Byte), CType(38, Byte), CType(244, Byte), CType(29, Byte), CType(47, Byte), CType(174, Byte), CType(118, Byte), CType(192, Byte), CType(202, Byte), CType(16, Byte), CType(116, Byte), CType(242, Byte), CType(174, Byte), CType(22, Byte), CType(87, Byte), CType(175, Byte), CType(174, Byte), CType(33, Byte), CType(232, Byte), CType(132, Byte), CType(58, Byte), CType(17, Byte), CType(116, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(73, Byte), CType(216, Byte), CType(198, Byte), CType(156, Byte), CType(180, Byte), CType(176, Byte), CType(105, Byte), CType(162, Byte), CType(120, Byte), CType(82, Byte), CType(209, Byte), CType(50, Byte), CType(113, Byte), CType(11, Byte), CType(53, Byte), CType(244, Byte), CType(197, Byte), CType(147, Byte), CType(175, Byte), CType(226, Byte), CType(23, Byte), CType(206, Byte), CType(174, Byte), CType(134, Byte), CType(93, Byte), CType(116, Byte), CType(23, Byte), CType(185, Byte), CType(81, Byte), CType(92, Byte), CType(173, Byte), CType(80, Byte), CType(117, Byte), CType(153, Byte), CType(44, Byte), CType(22, Byte), CType(87, Byte), CType(71, Byte), CType(116, Byte), CType(27, Byte), CType(65, Byte), CType(39, Byte), CType(160, Byte), CType(25, Byte), CType(8, Byte), CType(58, Byte), CType(181, Byte), CType(11, Byte), CType(65, Byte), CType(167, Byte), CType(42, Byte), CType(130, Byte), CType(78, Byte), CType(152, Byte), CType(44, Byte), CType(158, Byte), CType(150, Byte), CType(226, Byte), CType(230, Byte), CType(73, Byte), CType(215, Byte), CType(221, Byte), CType(79, Byte), CType(92, Byte), CType(189, Byte), CType(128, Byte), CType(148, Byte), CType(248, Byte), CType(33, Byte), CType(209, Byte), CType(204, Byte), CType(190, Byte), CType(38, Byte), CType(174, Byte), CType(110, Byte), CType(77, Byte), CType(242, Byte), CType(121, Byte), CType(113, Byte), CType(175, Byte), CType(13, Byte), CType(125, Byte), CType(59, Byte), CType(137, Byte), CType(171, Byte), CType(29, Byte), CType(48, Byte), CType(19, Byte), CType(130, Byte), CType(78, Byte), CType(94, Byte), CType(124, Byte), CType(238, Byte), CType(113, Byte), CType(245, Byte), CType(234, Byte), CType(26, Byte), CType(130, Byte), CType(78, Byte), CType(168, Byte), CType(19, Byte), CType(65, Byte), CType(39, Byte), CType(0, Byte), CType(0, Byte), CType(144, Byte), CType(132, Byte), CType(109, Byte), CType(204, Byte), CType(73, Byte), CType(11, Byte), CType(155, Byte), CType(166, Byte), CType(250, Byte), CType(136, Byte), CType(184, Byte), CType(133, Byte), CType(26, Byte), CType(170, Byte), CType(78, Byte), CType(16, Byte), CType(87, Byte), CType(191, Byte), CType(46, Byte), CType(250, Byte), CType(162, Byte), CType(184, Byte), CType(26, Byte), CType(97, Byte), CType(208, Byte), CType(139, Byte), CType(196, Byte), CType(213, Byte), CType(16, Byte), CType(32, Byte), CType(232, Byte), CType(4, Byte), CType(52, Byte), CType(3, Byte), CType(65, Byte), CType(167, Byte), CType(118, Byte), CType(33, Byte), CType(232, Byte), CType(84, Byte), CType(69, Byte), CType(208, Byte), CType(9, Byte), CType(43, Byte), CType(108, Byte), CType(43, Byte), CType(110, Byte), CType(142, Byte), CType(116, Byte), CType(221, Byte), CType(77, Byte), CType(194, Byte), CType(143, Byte), CType(22, Byte), CType(80, Byte), CType(55, Byte), CType(126, Byte), CType(128, Byte), CType(54, Byte), CType(179, Byte), CType(248, Byte), CType(225, Byte), CType(217, Byte), CType(221, Byte), CType(196, Byte), CType(213, Byte), CType(174, Byte), CType(73, Byte), CType(182, Byte), CType(20, Byte), CType(174, Byte), CType(243, Byte), CType(204, Byte), CType(78, Byte), CType(22, Byte), CType(87, Byte), CType(59, Byte), CType(96, Byte), CType(38, Byte), CType(4, Byte), CType(157, Byte), CType(60, Byte), CType(130, Byte), CType(78, Byte), CType(61, Byte), CType(4, Byte), CType(157, Byte), CType(80, Byte), CType(39, Byte), CType(130, Byte), CType(78, Byte), CType(0, Byte), CType(0, Byte), CType(32, Byte), CType(9, Byte), CType(219, Byte), CType(152, Byte), CType(147, Byte), CType(22, Byte), CType(54, Byte), CType(77, Byte), CType(181, Byte), CType(177, Byte), CType(92, Byte), CType(47, Byte), CType(110, Byte), CType(177, Byte), CType(134, Byte), CType(42, Byte), CType(126, Byte), CType(205, Byte), CType(219, Byte), CType(123, Byte), CType(92, Byte), CType(188, Byte), CType(171, Byte), CType(13, Byte), CType(6, Byte), CType(93, Byte), CType(40, Byte), CType(11, Byte), CType(197, Byte), CType(213, Byte), CType(17, Byte), CType(32, Byte), CType(232, Byte), CType(4, Byte), CType(52, Byte), CType(3, Byte), CType(65, Byte), CType(167, Byte), CType(118, Byte), CType(33, Byte), CType(232, Byte), CType(84, Byte), CType(69, Byte), CType(208, Byte), CType(9, Byte), CType(43, Byte), CType(28, Byte), CType(42, Byte), CType(110, Byte), CType(142, Byte), CType(116, Byte), CType(221, Byte), CType(217, Byte), CType(226, Byte), CType(234, Byte), CType(5, Byte), CType(164, Byte), CType(244, Byte), CType(5, Byte), CType(113, Byte), CType(243, Byte), CType(15, Byte), CType(61, Byte), CType(159, Byte), CType(16, Byte), CType(87, Byte), CType(183, Byte), CType(38, Byte), CType(122, Byte), CType(191, Byte), CType(184, Byte), CType(215, Byte), CType(136, Byte), CType(190, Byte), CType(221, Byte), CType(196, Byte), CType(213, Byte), CType(14, Byte), CType(152, Byte), CType(14, Byte), CType(65, Byte), CType(39, Byte), CType(143, Byte), CType(160, Byte), CType(83, Byte), CType(15, Byte), CType(65, Byte), CType(39, Byte), CType(212, Byte), CType(137, Byte), CType(160, Byte), CType(19, Byte), CType(0, Byte), CType(0, Byte), CType(72, Byte), CType(194, Byte), CType(54, Byte), CType(230, Byte), CType(164, Byte), CType(133, Byte), CType(77, Byte), CType(147, Byte), CType(29, Byte), CType(34, Byte), CType(110, Byte), CType(177, Byte), CType(134, Byte), CType(170, Byte), CType(239, Byte), CType(137, Byte), CType(171, Byte), CType(95, Byte), CType(87, Byte), CType(204, Byte), CType(151, Byte), CType(211, Byte), CType(196, Byte), CType(213, Byte), CType(6, Byte), CType(131, Byte), CType(158, Byte), CType(42, Byte), CType(174, Byte), CType(142, Byte), CType(64, Byte), CType(32, Byte), CType(232, Byte), CType(4, Byte), CType(52, Byte), CType(3, Byte), CType(65, Byte), CType(167, Byte), CType(118, Byte), CType(33, Byte), CType(232, Byte), CType(84, Byte), CType(69, Byte), CType(208, Byte), CType(9, Byte), CType(33, Byte), CType(126, Byte), CType(248, Byte), CType(114, Byte), CType(157, Byte), CType(184, Byte), CType(57, Byte), CType(210, Byte), CType(117, Byte), CType(31, Byte), CType(19, Byte), CType(87, Byte), CType(51, Byte), CType(32, Byte), CType(149, Byte), CType(56, Byte), CType(170, Byte), CType(203, Byte), CType(205, Byte), CType(61, Byte), CType(244, Byte), CType(196, Byte), CType(143, Byte), CType(242, Byte), CType(54, Byte), CType(23, Byte), CType(87, Byte), CType(187, Byte), CType(38, Byte), CType(90, Byte), CType(95, Byte), CType(88, Byte), CType(139, Byte), CType(204, Byte), CType(236, Byte), CType(151, Byte), CType(18, Byte), CType(223, Byte), CType(61, Byte), CType(185, Byte), CType(250, Byte), CType(1, Byte), CType(14, Byte), CType(65, Byte), CType(39, Byte), CType(143, Byte), CType(160, Byte), CType(83, Byte), CType(15, Byte), CType(65, Byte), CType(39, Byte), CType(212, Byte), CType(137, Byte), CType(160, Byte), CType(19, Byte), CType(0, Byte), CType(0, Byte), CType(72, Byte), CType(194, Byte), CType(54, Byte), CType(230, Byte), CType(164, Byte), CType(133, Byte), CType(77, Byte), CType(147, Byte), CType(173, Byte), CType(43, Byte), CType(124, Byte), CType(217, Byte), CType(50, Byte), CType(156, Byte), CType(135, Byte), CType(138, Byte), CType(171, Byte), CType(97, Byte), CType(23, Byte), CType(236, Byte), CType(43, Byte), CType(174, Byte), CType(38, Byte), CType(24, Byte), CType(20, Byte), CType(191, Byte), CType(254, Byte), CType(94, Byte), CType(69, Byte), CType(92, Byte), CType(29, Byte), CType(129, Byte), CType(64, Byte), CType(208, Byte), CType(9, Byte), CType(104, Byte), CType(6, Byte), CType(130, Byte), CType(78, Byte), CType(237, Byte), CType(194, Byte), CType(122, Byte), CType(183, Byte), CType(138, Byte), CType(160, Byte), CType(19, Byte), CType(194, Byte), CType(17, Byte), CType(226, Byte), CType(230, Byte), CType(7, Byte), CType(248, Byte), CType(225, Byte), CType(2, Byte), CType(234, Byte), CType(199, Byte), CType(6, Byte), CType(236, Byte), CType(204, Byte), CType(222, Byte), CType(43, Byte), CType(174, Byte), CType(110, Byte), CType(77, Byte), CType(118, Byte), CType(144, Byte), CType(184, Byte), CType(215, Byte), CType(138, Byte), CType(190, Byte), CType(248, Byte), CType(238, Byte), CType(201, Byte), CType(213, Byte), CType(14, Byte), CType(112, Byte), CType(8, Byte), CType(58, Byte), CType(121, Byte), CType(4, Byte), CType(157, Byte), CType(122, Byte), CType(248, Byte), CType(239, Byte), CType(44, Byte), CType(234, Byte), CType(68, Byte), CType(208, Byte), CType(9, Byte), CType(0, Byte), CType(0, Byte), CType(36, Byte), CType(97, Byte), CType(27, Byte), CType(115, Byte), CType(210, Byte), CType(194, Byte), CType(166, Byte), CType(233, Byte), CType(94, Byte), CType(39, Byte), CType(110, Byte), CType(193, Byte), CType(134, Byte), CType(170, Byte), CType(83, Byte), CType(197, Byte), CType(213, Byte), CType(175, Byte), CType(237, Byte), CType(226, Byte), CType(8, Byte), CType(182, Byte), CType(56, Byte), CType(138, Byte), CType(205, Byte), CType(213, Byte), CType(4, Byte), CType(131, Byte), CType(30, Byte), CType(45, Byte), CType(174, Byte), CType(142, Byte), CType(192, Byte), CType(10, Byte), CType(4, Byte), CType(157, Byte), CType(128, Byte), CType(102, Byte), CType(32, Byte), CType(232, Byte), CType(212, Byte), CType(46, Byte), CType(4, Byte), CType(157, Byte), CType(170, Byte), CType(8, Byte), CType(58, Byte), CType(225, Byte), CType(193, Byte), CType(114, Byte), CType(179, Byte), CType(184, Byte), CType(249, Byte), CType(129, Byte), CType(37, Byte), CType(75, Byte), CType(55, Byte), CType(19, Byte), CType(87, Byte), CType(55, Byte), CType(32, Byte), CType(133, Byte), CType(248, Byte), CType(204, Byte), CType(232, Byte), CType(230, Byte), CType(29, Byte), CType(122, Byte), CType(226, Byte), CType(191, Byte), CType(217, Byte), CType(183, Byte), CType(19, Byte), CType(87, Byte), CType(187, Byte), CType(38, Byte), CType(91, Byte), CType(36, Byte), CType(127, Byte), CType(22, Byte), CType(247, Byte), CType(154, Byte), CType(209, Byte), CType(115, Byte), CType(129, Byte), CType(172, Byte), CType(38, Byte), CType(174, Byte), CType(126, Byte), CType(192, Byte), CType(84, Byte), CType(4, Byte), CType(157, Byte), CType(60, Byte), CType(130, Byte), CType(78, Byte), CType(61, Byte), CType(4, Byte), CType(157, Byte), CType(80, Byte), CType(39, Byte), CType(130, Byte), CType(78, Byte), CType(0, Byte), CType(0, Byte), CType(32, Byte), CType(9, Byte), CType(219, Byte), CType(152, Byte), CType(147, Byte), CType(22, Byte), CType(54, Byte), CType(77, Byte), CType(183, Byte), CType(88, Byte), CType(46, Byte), CType(21, Byte), CType(183, Byte), CType(104, Byte), CType(67, Byte), CType(213, Byte), CType(99, Byte), CType(197, Byte), CType(213, Byte), CType(176, Byte), CType(205, Byte), CType(94, Byte), CType(46, Byte), CType(174, Byte), CType(22, Byte), CType(24, Byte), CType(244, Byte), CType(35, Byte), CType(113, Byte), CType(53, Byte), CType(4, Byte), CType(38, Byte), CType(35, Byte), CType(232, Byte), CType(4, Byte), CType(52, Byte), CType(3, Byte), CType(65, Byte), CType(167, Byte), CType(118, Byte), CType(33, Byte), CType(232, Byte), CType(84, Byte), CType(69, Byte), CType(208, Byte), CType(169, Byte), CType(219, Byte), CType(34, Byte), CType(196, Byte), CType(195, Byte), CType(231, Byte), CType(191, Byte), CType(233, Byte), CType(253, Byte), CType(78, Byte), CType(92, Byte), CType(221, Byte), CType(128, Byte), CType(20, Byte), CType(86, Byte), CType(149, Byte), CType(223, Byte), CType(136, Byte), CType(155, Byte), CType(123, Byte), CType(232, Byte), CType(121, Byte), CType(173, Byte), CType(184, Byte), CType(218, Byte), CType(181, Byte), CType(193, Byte), CType(255, Byte), CType(137, Byte), CType(123, Byte), CType(205, Byte), CType(232, Byte), CType(123, Byte), CType(129, Byte), CType(184, Byte), CType(218, Byte), CType(1, Byte), CType(83, Byte), CType(17, Byte), CType(116, Byte), CType(242, Byte), CType(8, Byte), CType(58, Byte), CType(245, Byte), CType(16, Byte), CType(116, Byte), CType(66, Byte), CType(157, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(0, Byte), CType(128, Byte), CType(36, Byte), CType(108, Byte), CType(99, Byte), CType(78, Byte), CType(90, Byte), CType(216, Byte), CType(180, Byte), CType(193, Byte), CType(1, Byte), CType(226, Byte), CType(22, Byte), CType(109, Byte), CType(168, Byte), CType(58, Byte), CType(75, Byte), CType(186, Byte), CType(116, Byte), CType(44, Byte), CType(217, Byte), CType(122, Byte), CType(114, Byte), CType(149, Byte), CType(184, Byte), CType(90, Byte), CType(96, Byte), CType(208, Byte), CType(3, Byte), CType(197, Byte), CType(213, Byte), CType(17, Byte), CType(152, Byte), CType(140, Byte), CType(160, Byte), CType(19, Byte), CType(208, Byte), CType(12, Byte), CType(4, Byte), CType(157, Byte), CType(218, Byte), CType(133, Byte), CType(160, Byte), CType(83, Byte), CType(21, Byte), CType(65, Byte), CType(167, Byte), CType(238, Byte), CType(138, Byte), CType(144, Byte), CType(211, Byte), CType(185, Byte), CType(226, Byte), CType(230, Byte), CType(5, Byte), CType(122, Byte), CType(218, Byte), CType(120, Byte), CType(100, Byte), CType(22, Byte), CType(202, Byte), CType(241, Byte), CType(44, Byte), CType(113, Byte), CType(243, Byte), CType(14, Byte), CType(61, Byte), CType(127, Byte), CType(149, Byte), CType(120, Byte), CType(242, Byte), CType(145, Byte), CType(171, Byte), CType(93, Byte), CType(27, Byte), CType(196, Byte), CType(247, Byte), CType(73, Byte), CType(113, Byte), CType(220, Byte), CType(189, Byte), CType(123, Byte), CType(237, Byte), CType(232, Byte), CType(137, Byte), CType(32, Byte), CType(238, Byte), CType(90, Byte), CType(226, Byte), CType(234, Byte), CType(7, Byte), CType(76, Byte), CType(70, Byte), CType(208, Byte), CType(201, Byte), CType(35, Byte), CType(232, Byte), CType(212, Byte), CType(67, Byte), CType(208, Byte), CType(9, Byte), CType(117, Byte), CType(34, Byte), CType(232, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(146, Byte), CType(176, Byte), CType(141, Byte), CType(57, Byte), CType(105, Byte), CType(97, Byte), CType(211, Byte), CType(6, Byte), CType(113, Byte), CType(60, Byte), CType(89, Byte), CType(108, Byte), CType(120, Byte), CType(184, Byte), CType(133, Byte), CType(27, Byte), CType(170, Byte), CType(246, Byte), CType(21, Byte), CType(87, Byte), CType(195, Byte), CType(54, Byte), CType(122, Byte), CType(159, Byte), CType(184, Byte), CType(26, Byte), CType(96, Byte), CType(208, Byte), CType(215, Byte), CType(196, Byte), CType(213, Byte), CType(16, Byte), CType(152, Byte), CType(138, Byte), CType(160, Byte), CType(19, Byte), CType(208, Byte), CType(12, Byte), CType(4, Byte), CType(157, Byte), CType(218, Byte), CType(133, Byte), CType(160, Byte), CType(83, Byte), CType(21, Byte), CType(65, Byte), CType(167, Byte), CType(110, Byte), CType(186, Byte), CType(175, Byte), CType(112, Byte), CType(108, Byte), CType(210, Byte), CType(202, Byte), CType(61, Byte), CType(84, Byte), CType(92, Byte), CType(253, Byte), CType(128, Byte), CType(185, Byte), CType(138, Byte), CType(0, Byte), CType(207, Byte), CType(37, Byte), CType(226, Byte), CType(230, Byte), CType(29, Byte), CType(122, Byte), CType(158, Byte), CType(35, Byte), CType(174, Byte), CType(118, Byte), CType(109, Byte), CType(178, Byte), CType(155, Byte), CType(184, Byte), CType(215, Byte), CType(142, Byte), CType(190, Byte), CType(215, Byte), CType(139, Byte), CType(171, Byte), CType(29, Byte), CType(48, Byte), CType(25, Byte), CType(65, Byte), CType(39, Byte), CType(143, Byte), CType(160, Byte), CType(83, Byte), CType(15, Byte), CType(65, Byte), CType(39, Byte), CType(212, Byte), CType(137, Byte), CType(160, Byte), CType(19, Byte), CType(0, Byte), CType(0, Byte), CType(72, Byte), CType(194, Byte), CType(54, Byte), CType(230, Byte), CType(164, Byte), CType(133, Byte), CType(77, Byte), CType(91, Byte), CType(60, Byte), CType(93, Byte), CType(220, Byte), CType(194, Byte), CType(13, Byte), CType(85, Byte), CType(231, Byte), CType(203, Byte), CType(2, Byte), CType(113, Byte), CType(53, Byte), CType(108, Byte), CType(147, Byte), CType(45, Byte), CType(101, Byte), CType(153, Byte), CType(184, Byte), CType(26, Byte), CType(160, Byte), CType(234, Byte), CType(102, Byte), CType(185, Byte), CType(187, Byte), CType(184, Byte), CType(58, Byte), CType(2, Byte), CType(83, Byte), CType(17, Byte), CType(116, Byte), CType(2, Byte), CType(154, Byte), CType(129, Byte), CType(160, Byte), CType(83, Byte), CType(187, Byte), CType(16, Byte), CType(116, Byte), CType(170, Byte), CType(34, Byte), CType(232, Byte), CType(212, Byte), CType(45, Byte), CType(235, Byte), CType(200, Byte), CType(59, Byte), CType(101, Byte), CType(185, Byte), CType(184, Byte), CType(249, Byte), CType(128, Byte), CType(190, Byte), CType(203, Byte), CType(37, Byte), CType(142, Byte), CType(22, Byte), CType(115, Byte), CType(117, Byte), CType(4, Byte), CType(230, Byte), CType(42, Byte), CType(142, Byte), CType(100, Byte), CType(115, Byte), CType(243, Byte), CType(14, Byte), CType(61, Byte), CType(231, Byte), CType(73, Byte), CType(23, Byte), CType(190, Byte), CType(107, Byte), CType(9, Byte), CType(223, Byte), CType(22, Byte), CType(87, Byte), CType(3, Byte), CType(244, Byte), CType(196, Byte), CType(186, Byte), CType(109, Byte), CType(125, Byte), CType(113, Byte), CType(181, Byte), CType(3, Byte), CType(86, Byte), CType(32, Byte), CType(232, Byte), CType(228, Byte), CType(17, Byte), CType(116, Byte), CType(234, Byte), CType(33, Byte), CType(232, Byte), CType(132, Byte), CType(58, Byte), CType(17, Byte), CType(116, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(73, Byte), CType(216, Byte), CType(198, Byte), CType(156, Byte), CType(180, Byte), CType(176, Byte), CType(105, Byte), CType(139, Byte), CType(120, Byte), CType(132, Byte), CType(246, Byte), CType(57, Byte), CType(226, Byte), CType(22, Byte), CType(111, Byte), CType(168, Byte), CType(138, Byte), CType(199, Byte), CType(205, Byte), CType(187, Byte), CType(26, Byte), CType(182, Byte), CType(201, Byte), CType(231, Byte), CType(197, Byte), CType(189, Byte), CType(118, Byte), CType(12, Byte), CType(250, Byte), CType(180, Byte), CType(184, Byte), CType(26, Byte), CType(2, Byte), CType(14, Byte), CType(65, Byte), CType(39, Byte), CType(160, Byte), CType(25, Byte), CType(8, Byte), CType(58, Byte), CType(181, Byte), CType(11, Byte), CType(65, Byte), CType(167, Byte), CType(42, Byte), CType(130, Byte), CType(78, Byte), CType(221, Byte), CType(176, Byte), CType(161, Byte), CType(28, Byte), CType(36, Byte), CType(87, Byte), CType(136, Byte), CType(155, Byte), CType(7, Byte), CType(24, Byte), CType(116, Byte), CType(184, Byte), CType(184, Byte), CType(90, Byte), CType(2, Byte), CType(115, Byte), CType(21, Byte), CType(161, Byte), CType(13, Byte), CType(254, Byte), CType(91, Byte), CType(52, Byte), CType(179, Byte), CType(199, Byte), CType(139, Byte), CType(171, Byte), CType(93, Byte), CType(27, Byte), CType(237, Byte), CType(32, Byte), CType(241, Byte), CType(131, Byte), CType(41, Byte), CType(87, Byte), CType(7, Byte), CType(244, Byte), CType(112, Byte), CType(140, Byte), CType(40, Byte), CType(86, Byte), CType(134, Byte), CType(160, Byte), CType(147, Byte), CType(71, Byte), CType(208, Byte), CType(169, Byte), CType(135, Byte), CType(160, Byte), CType(19, Byte), CType(234, Byte), CType(68, Byte), CType(208, Byte), CType(9, Byte), CType(0, Byte), CType(0, Byte), CType(36, Byte), CType(97, Byte), CType(27, Byte), CType(115, Byte), CType(210, Byte), CType(194, Byte), CType(166, Byte), CType(77, Byte), CType(246, Byte), CType(20, Byte), CType(183, Byte), CType(120, Byte), CType(67, Byte), CType(213, Byte), CType(197, Byte), CType(18, Byte), CType(199, Byte), CType(253, Byte), CType(185, Byte), CType(26, Byte), CType(182, Byte), CType(193, Byte), CType(253, Byte), CType(197, Byte), CType(189, Byte), CType(110, Byte), CType(12, Byte), CType(138, Byte), CType(167, Byte), CType(94, Byte), CType(221, Byte), CType(73, Byte), CType(92, Byte), CType(29, Byte), CType(1, Byte), CType(135, Byte), CType(160, Byte), CType(19, Byte), CType(208, Byte), CType(12, Byte), CType(4, Byte), CType(157, Byte), CType(218, Byte), CType(133, Byte), CType(205, Byte), CType(229, Byte), CType(42, Byte), CType(130, Byte), CType(78, Byte), CType(237, Byte), CType(181, Byte), CType(169, Byte), CType(60, Byte), CType(83, Byte), CType(190, Byte), CType(44, Byte), CType(55, Byte), CType(138, Byte), CType(187, Byte), CType(254, Byte), CType(152, Byte), CType(222, Byte), CType(3, Byte), CType(197, Byte), CType(213, Byte), CType(21, Byte), CType(152, Byte), CType(171, Byte), CType(195, Byte), CType(196, Byte), CType(205, Byte), CType(57, Byte), CType(244, Byte), CType(156, Byte), CType(38, Byte), CType(243, Byte), CType(197, Byte), CType(213, Byte), CType(174, Byte), CType(173, Byte), CType(62, Byte), CType(41, Byte), CType(174, Byte), CType(22, Byte), CType(232, Byte), CType(185, Byte), CType(94, Byte), CType(54, Byte), CType(23, Byte), CType(87, Byte), CType(59, Byte), CType(32, Byte), CType(16, Byte), CType(116, Byte), CType(242, Byte), CType(8, Byte), CType(58, Byte), CType(245, Byte), CType(16, Byte), CType(116, Byte), CType(66, Byte), CType(157, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(0, Byte), CType(128, Byte), CType(36, Byte), CType(108, Byte), CType(99, Byte), CType(78, Byte), CType(90, Byte), CType(216, Byte), CType(180, Byte), CType(73, Byte), CType(124, Byte), CType(177, Byte), CType(20, Byte), CType(95, Byte), CType(48, Byte), CType(185, Byte), CType(5, Byte), CType(28, Byte), CType(170, Byte), CType(218, Byte), CType(186, Byte), CType(1, Byte), CType(26, Byte), CType(115, Byte), CType(224, Byte), CType(39, Byte), CType(226, Byte), CType(94, Byte), CType(51, Byte), CType(6, Byte), CType(125, Byte), CType(64, Byte), CType(92, Byte), CType(29, Byte), CType(129, Byte), CType(233, Byte), CType(16, Byte), CType(116, Byte), CType(2, Byte), CType(154, Byte), CType(129, Byte), CType(160, Byte), CType(83, Byte), CType(187, Byte), CType(16, Byte), CType(116, Byte), CType(170, Byte), CType(34, Byte), CType(232, Byte), CType(212, Byte), CType(60, Byte), CType(113, Byte), CType(156, Byte), CType(83, Byte), CType(28, Byte), CType(65, Byte), CType(119, Byte), CType(59, Byte), CType(217, Byte), CType(66, Byte), CType(238, Byte), CType(38, Byte), CType(143, Byte), CType(148, Byte), CType(56, Byte), CType(126, Byte), CType(252, Byte), CType(205, Byte), CType(114, Byte), CType(130, Byte), CType(252, Byte), CType(65, Byte), CType(220, Byte), CType(245, Byte), CType(198, Byte), CType(112, Byte), CType(206, Byte), CType(21, Byte), CType(87, Byte), CType(123, Byte), CType(96, Byte), CType(174, Byte), CType(238, Byte), CType(44, Byte), CType(28, Byte), CType(11, Byte), CType(63, Byte), CType(179, Byte), CType(135, Byte), CType(136, Byte), CType(171, Byte), CType(93, Byte), CType(155, Byte), CType(221, Byte), CType(65, Byte), CType(34, Byte), CType(204, Byte), CType(227, Byte), CType(234, Byte), CType(129, Byte), CType(158, Byte), CType(79, Byte), CType(136, Byte), CType(171, Byte), CType(29, Byte), CType(16, Byte), CType(8, Byte), CType(58, Byte), CType(121, Byte), CType(4, Byte), CType(157, Byte), CType(122, Byte), CType(8, Byte), CType(58, Byte), CType(161, Byte), CType(78, Byte), CType(4, Byte), CType(157, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(18, Byte), CType(182, Byte), CType(49, Byte), CType(39, Byte), CType(45, Byte), CType(108, Byte), CType(218, Byte), CType(230, Byte), CType(225, Byte), CType(226, Byte), CType(22, Byte), CType(112, Byte), CType(168, Byte), CType(186, Byte), CType(76, Byte), CType(22, Byte), CType(139, Byte), CType(171, Byte), CType(97, Byte), CType(147, Byte), CType(237, Byte), CType(45, Byte), CType(238, Byte), CType(245, Byte), CType(98, Byte), CType(208, Byte), CType(181, Byte), CType(114, Byte), CType(123, Byte), CType(113, Byte), CType(117, Byte), CType(4, Byte), CType(166, Byte), CType(67, Byte), CType(208, Byte), CType(9, Byte), CType(104, Byte), CType(6, Byte), CType(130, Byte), CType(78, Byte), CType(237, Byte), CType(66, Byte), CType(208, Byte), CType(9, Byte), CType(192, Byte), CType(202, Byte), CType(240, Byte), CType(190, Byte), CType(143, Byte), CType(186, Byte), CType(124, Byte), CType(78, Byte), CType(220, Byte), CType(156, Byte), CType(67, Byte), CType(207, Byte), CType(55, Byte), CType(196, Byte), CType(213, Byte), CType(173, Byte), CType(11, Byte), CType(14, Byte), CType(17, Byte), CType(87, Byte), CType(19, Byte), CType(244, Byte), CType(220, Byte), CType(36, Byte), CType(219, Byte), CType(137, Byte), CType(171, Byte), CType(29, Byte), CType(64, Byte), CType(208, Byte), CType(201, Byte), CType(35, Byte), CType(232, Byte), CType(212, Byte), CType(67, Byte), CType(208, Byte), CType(9, Byte), CType(117, Byte), CType(34, Byte), CType(232, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(146, Byte), CType(176, Byte), CType(141, Byte), CType(57, Byte), CType(105, Byte), CType(97, Byte), CType(211, Byte), CType(70, Byte), CType(223, Byte), CType(19, Byte), CType(183, Byte), CType(136, Byte), CType(67, Byte), CType(213, Byte), CType(107, Byte), CType(196, Byte), CType(213, Byte), CType(175, Byte), CType(169, Byte), CType(226, Byte), CType(56, Byte), CType(190, Byte), CType(11, Byte), CType(196, Byte), CType(189, Byte), CType(86, Byte), CType(12, Byte), CType(122, Byte), CType(139, Byte), CType(184, Byte), CType(58, Byte), CType(2, Byte), CType(51, Byte), CType(33, Byte), CType(232, Byte), CType(4, Byte), CType(52, Byte), CType(3, Byte), CType(27, Byte), CType(222, Byte), CType(237, Byte), CType(66, Byte), CType(208, Byte), CType(9, Byte), CType(192, Byte), CType(76, Byte), CType(174, Byte), CType(145, Byte), CType(219, Byte), CType(138, Byte), CType(123, Byte), CType(255, Byte), CType(0, Byte), CType(230, Byte), CType(226, Byte), CType(62, Byte), CType(226, Byte), CType(230, Byte), CType(28, Byte), CType(122, Byte), CType(110, Byte), CType(150, Byte), CType(29, Byte), CType(196, Byte), CType(213, Byte), CType(174, Byte), CType(11, Byte), CType(226, Byte), CType(73, Byte), CType(125, Byte), CType(87, Byte), CType(136, Byte), CType(171, Byte), CType(13, Byte), CType(122, Byte), CType(226, Byte), CType(137, Byte), CType(133, Byte), CType(174, Byte), CType(118, Byte), CType(0, Byte), CType(65, Byte), CType(39, Byte), CType(143, Byte), CType(160, Byte), CType(83, Byte), CType(15, Byte), CType(65, Byte), CType(39, Byte), CType(212, Byte), CType(137, Byte), CType(160, Byte), CType(19, Byte), CType(0, Byte), CType(0, Byte), CType(72, Byte), CType(194, Byte), CType(54, Byte), CType(230, Byte), CType(164, Byte), CType(133, Byte), CType(77, Byte), CType(27, Byte), CType(45, Byte), CType(17, Byte), CType(183, Byte), CType(136, Byte), CType(67, Byte), CType(85, Byte), CType(124, Byte), CType(120, Byte), CType(140, Byte), CType(47, Byte), CType(166, Byte), CType(92, Byte), CType(13, Byte), CType(155, Byte), CType(232, Byte), CType(197, Byte), CType(226, Byte), CType(94, Byte), CType(39, Byte), CType(6, Byte), CType(197, Byte), CType(151, Byte), CType(145, Byte), CType(108, Byte), CType(134, Byte), CType(96, Byte), CType(20, Byte), CType(4, Byte), CType(157, Byte), CType(128, Byte), CType(102, Byte), CType(32, Byte), CType(232, Byte), CType(212, Byte), CType(46, Byte), CType(4, Byte), CType(157, Byte), CType(0, Byte), CType(204, Byte), CType(36, Byte), CType(158, Byte), CType(170, Byte), CType(226, Byte), CType(222, Byte), CType(59, Byte), CType(128, Byte), CType(185, Byte), CType(226, Byte), CType(71, Byte), CType(100, Byte), CType(51, Byte), CType(251, Byte), CType(180, Byte), CType(184, Byte), CType(186, Byte), CType(117, Byte), CType(9, Byte), CType(223, Byte), CType(195, Byte), CType(172, Byte), CType(220, Byte), CType(3, Byte), CType(196, Byte), CType(213, Byte), CType(14, Byte), CType(221, Byte), CType(70, Byte), CType(208, Byte), CType(201, Byte), CType(35, Byte), CType(232, Byte), CType(212, Byte), CType(67, Byte), CType(208, Byte), CType(9, Byte), CType(117, Byte), CType(34, Byte), CType(232, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(146, Byte), CType(176, Byte), CType(141, Byte), CType(57, Byte), CType(105, Byte), CType(97, Byte), CType(211, Byte), CType(86, Byte), CType(95, Byte), CType(22, Byte), CType(183, Byte), CType(144, Byte), CType(67, Byte), CType(213, Byte), CType(193, Byte), CType(226, Byte), CType(234, Byte), CType(215, Byte), CType(52, Byte), CType(17, Byte), CType(216, Byte), CType(250, Byte), CType(135, Byte), CType(184, Byte), CType(215, Byte), CType(136, Byte), CType(65, Byte), CType(47, Byte), CType(19, Byte), CType(87, Byte), CType(71, Byte), CType(96, Byte), CType(101, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(205, Byte), CType(64, Byte), CType(208, Byte), CType(169, Byte), CType(93, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(152, Byte), CType(78, Byte), CType(28, Byte), CType(71, Byte), CType(189, Byte), CType(190, Byte), CType(184, Byte), CType(247, Byte), CType(14, Byte), CType(96, Byte), CType(46, Byte), CType(254, Byte), CType(71, Byte), CType(220, Byte), CType(156, Byte), CType(67, Byte), CType(207, Byte), CType(50, Byte), CType(217, Byte), CType(66, Byte), CType(92, Byte), CType(237, Byte), CType(186, Byte), CType(36, Byte), CType(158, Byte), CType(172, Byte), CType(253, Byte), CType(7, Byte), CType(113, Byte), CType(53, Byte), CType(66, Byte), CType(207, Byte), CType(15, Byte), CType(197, Byte), CType(213, Byte), CType(14, Byte), CType(221, Byte), CType(70, Byte), CType(208, Byte), CType(201, Byte), CType(35, Byte), CType(232, Byte), CType(212, Byte), CType(67, Byte), CType(208, Byte), CType(9, Byte), CType(117, Byte), CType(34, Byte), CType(232, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(146, Byte), CType(176, Byte), CType(141, Byte), CType(57, Byte), CType(105, Byte), CType(97, Byte), CType(211, Byte), CType(86, Byte), CType(113, Byte), CType(14, Byte), CType(126, Byte), CType(60, Byte), CType(70, Byte), CType(220, Byte), CType(45, Byte), CType(230, Byte), CType(208, Byte), CType(23, Byte), CType(95, Byte), CType(140, Byte), CType(111, Byte), CType(32, Byte), CType(174, Byte), CType(134, Byte), CType(77, Byte), CType(242, Byte), CType(30, Byte), CType(113, Byte), CType(175, Byte), CType(15, Byte), CType(131, Byte), CType(46, Byte), CType(150, Byte), CType(53, Byte), CType(196, Byte), CType(213, Byte), CType(17, Byte), CType(88, Byte), CType(25, Byte), CType(130, Byte), CType(78, Byte), CType(64, Byte), CType(51, Byte), CType(16, Byte), CType(116, Byte), CType(106, Byte), CType(23, Byte), CType(130, Byte), CType(78, Byte), CType(0, Byte), CType(166, Byte), CType(211, Byte), CType(150, Byte), CType(31, Byte), CType(174, Byte), CType(160, Byte), CType(44, Byte), CType(171, Byte), CType(200, Byte), CType(175, Byte), CType(196, Byte), CType(205, Byte), CType(57, Byte), CType(244, Byte), CType(188, Byte), CType(79, Byte), CType(92, Byte), CType(237, Byte), CType(186, Byte), CType(104, Byte), CType(31, Byte), CType(113, Byte), CType(53, Byte), CType(66, Byte), CType(223, Byte), CType(30, Byte), CType(226, Byte), CType(106, Byte), CType(135, Byte), CType(238, Byte), CType(34, Byte), CType(232, Byte), CType(228, Byte), CType(17, Byte), CType(116, Byte), CType(234, Byte), CType(33, Byte), CType(232, Byte), CType(132, Byte), CType(58, Byte), CType(17, Byte), CType(116, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(73, Byte), CType(216, Byte), CType(198, Byte), CType(156, Byte), CType(180, Byte), CType(176, Byte), CType(105, Byte), CType(179, Byte), CType(99, Byte), CType(196, Byte), CType(45, Byte), CType(230, Byte), CType(80, Byte), CType(117, Byte), CType(152, Byte), CType(184, Byte), CType(250, Byte), CType(53, Byte), CType(197, Byte), CType(157, Byte), CType(228, Byte), CType(63, Byte), CType(226, Byte), CType(94, Byte), CType(27, Byte), CType(6, Byte), CType(61, Byte), CType(83, Byte), CType(92, Byte), CType(29, Byte), CType(129, Byte), CType(97, Byte), CType(16, Byte), CType(116, Byte), CType(2, Byte), CType(154, Byte), CType(129, Byte), CType(160, Byte), CType(83, Byte), CType(187, Byte), CType(16, Byte), CType(116, Byte), CType(2, Byte), CType(224, Byte), CType(252, Byte), CType(85, Byte), CType(22, Byte), CType(139, Byte), CType(123, Byte), CType(223, Byte), CType(0, Byte), CType(230, Byte), CType(226, Byte), CType(233, Byte), CType(226, Byte), CType(230, Byte), CType(28, Byte), CType(122, Byte), CType(174, Byte), CType(17, Byte), CType(158, Byte), CType(164, Byte), CType(214, Byte), CType(55, Byte), CType(95, Byte), CType(78, Byte), CType(19, Byte), CType(87, Byte), CType(43, Byte), CType(244, Byte), CType(156, Byte), CType(45, Byte), CType(17, Byte), CType(32, Byte), CType(116, Byte), CType(245, Byte), CType(67, Byte), CType(55, Byte), CType(17, Byte), CType(116, Byte), CType(242, Byte), CType(8, Byte), CType(58, Byte), CType(245, Byte), CType(16, Byte), CType(116, Byte), CType(66, Byte), CType(157, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(0, Byte), CType(128, Byte), CType(36, Byte), CType(108, Byte), CType(99, Byte), CType(78, Byte), CType(90, Byte), CType(216, Byte), CType(180, Byte), CType(217, Byte), CType(29, Byte), CType(37, Byte), CType(30, Byte), CType(39, Byte), CType(238, Byte), CType(22, Byte), CType(116, Byte), CType(232, Byte), CType(187, Byte), CType(94, Byte), CType(54, Byte), CType(23, Byte), CType(87, Byte), CType(195, Byte), CType(38, Byte), CType(248, Byte), CType(172, Byte), CType(184, Byte), CType(215, Byte), CType(133, Byte), CType(65, Byte), CType(231, Byte), CType(200, Byte), CType(2, Byte), CType(113, Byte), CType(117, Byte), CType(4, Byte), CType(134, Byte), CType(65, Byte), CType(208, Byte), CType(9, Byte), CType(104, Byte), CType(6, Byte), CType(130, Byte), CType(78, Byte), CType(237, Byte), CType(66, Byte), CType(208, Byte), CType(9, Byte), CType(128, Byte), CType(243, Byte), CType(68, Byte), CType(113, Byte), CType(239, Byte), CType(25, Byte), CType(192, Byte), CType(92, Byte), CType(44, Byte), CType(146, Byte), CType(63, Byte), CType(139, Byte), CType(155, Byte), CType(115, Byte), CType(232, Byte), CType(121, Byte), CType(131, Byte), CType(184, Byte), CType(218, Byte), CType(117, Byte), CType(217, Byte), CType(206, Byte), CType(226, Byte), CType(106, Byte), CType(133, Byte), CType(190, Byte), CType(253, Byte), CType(196, Byte), CType(213, Byte), CType(14, Byte), CType(221, Byte), CType(68, Byte), CType(208, Byte), CType(201, Byte), CType(35, Byte), CType(232, Byte), CType(212, Byte), CType(67, Byte), CType(208, Byte), CType(9, Byte), CType(117, Byte), CType(34, Byte), CType(232, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(146, Byte), CType(176, Byte), CType(141, Byte), CType(57, Byte), CType(105, Byte), CType(97, Byte), CType(211, Byte), CType(118, Byte), CType(31, Byte), CType(16, Byte), CType(183, Byte), CType(160, Byte), CType(67, Byte), CType(213, Byte), CType(199, Byte), CType(196, Byte), CType(213, Byte), CType(175, Byte), CType(116, Byte), CType(59, Byte), CType(137, Byte), CType(123, Byte), CType(61, Byte), CType(240, Byte), CType(30, Byte), CType(39, Byte), CType(174, Byte), CType(142, Byte), CType(192, Byte), CType(176, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(205, Byte), CType(64, Byte), CType(208, Byte), CType(169, Byte), CType(93, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(152, Byte), CType(234, Byte), CType(4, Byte), CType(113, Byte), CType(239, Byte), CType(23, Byte), CType(192, Byte), CType(92, Byte), CType(189, Byte), CType(90, Byte), CType(220, Byte), CType(156, Byte), CType(67, Byte), CType(207, Byte), CType(165, Byte), CType(194, Byte), CType(147, Byte), CType(212, Byte), CType(188, Byte), CType(175, Byte), CType(136, Byte), CType(171, Byte), CType(25, Byte), CType(122, Byte), CType(254, Byte), CType(40, Byte), CType(11, Byte), CType(197, Byte), CType(213, Byte), CType(14, Byte), CType(221, Byte), CType(67, Byte), CType(208, Byte), CType(201, Byte), CType(35, Byte), CType(232, Byte), CType(212, Byte), CType(67, Byte), CType(208, Byte), CType(9, Byte), CType(117, Byte), CType(34, Byte), CType(232, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(146, Byte), CType(176, Byte), CType(141, Byte), CType(57, Byte), CType(105, Byte), CType(97, Byte), CType(211, Byte), CType(118, Byte), CType(27, Byte), CType(201, Byte), CType(181, Byte), CType(226, Byte), CType(22, Byte), CType(117, Byte), CType(232, Byte), CType(91, Byte), CType(46, Byte), CType(91, Byte), CType(137, Byte), CType(171, Byte), CType(97, Byte), CType(201, Byte), CType(126, Byte), CType(36, Byte), CType(238, Byte), CType(245, Byte), CType(96, Byte), CType(80, Byte), CType(60, Byte), CType(74, Byte), CType(62, Byte), CType(30, Byte), CType(41, Byte), CType(239, Byte), CType(234, Byte), CType(8, Byte), CType(12, Byte), CType(139, Byte), CType(160, Byte), CType(19, Byte), CType(208, Byte), CType(12, Byte), CType(4, Byte), CType(157, Byte), CType(218, Byte), CType(133, Byte), CType(160, Byte), CType(19, Byte), CType(128, Byte), CType(201, Byte), CType(226, Byte), CType(200, Byte), CType(186, Byte), CType(13, Byte), CType(196, Byte), CType(189, Byte), CType(95, Byte), CType(0, Byte), CType(115, Byte), CType(177, Byte), CType(158, Byte), CType(240, Byte), CType(223, Byte), CType(156, Byte), CType(153, Byte), CType(189, Byte), CType(64, Byte), CType(92, Byte), CType(237, Byte), CType(176, Byte), CType(100, Byte), CType(233, Byte), CType(54, Byte), CType(18, Byte), CType(223, Byte), CType(45, Byte), CType(185, Byte), CType(186, Byte), CType(161, Byte), CType(231, Byte), CType(64, Byte), CType(113, Byte), CType(181, Byte), CType(67, Byte), CType(247, Byte), CType(16, Byte), CType(116, Byte), CType(242, Byte), CType(8, Byte), CType(58, Byte), CType(245, Byte), CType(16, Byte), CType(116, Byte), CType(66, Byte), CType(157, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(0, Byte), CType(128, Byte), CType(36, Byte), CType(108, Byte), CType(99, Byte), CType(78, Byte), CType(90, Byte), CType(216, Byte), CType(116, Byte), CType(193, Byte), CType(219, Byte), CType(196, Byte), CType(45, Byte), CType(234, Byte), CType(80, Byte), CType(21, Byte), CType(71, Byte), CType(192, Byte), CType(185, Byte), CType(250, Byte), CType(149, Byte), CType(42, Byte), CType(158, Byte), CType(78, Byte), CType(228, Byte), CType(94, Byte), CType(7, Byte), CType(188, Byte), CType(135, Byte), CType(138, Byte), CType(171, Byte), CType(35, Byte), CType(48, Byte), CType(27, Byte), CType(4, Byte), CType(157, Byte), CType(128, Byte), CType(102, Byte), CType(32, Byte), CType(232, Byte), CType(212, Byte), CType(46, Byte), CType(108, Byte), CType(58, Byte), CType(3, Byte), CType(88, Byte), CType(33, Byte), CType(66, Byte), CType(4, Byte), CType(172, Byte), CType(235, Byte), CType(81, Byte), CType(151, Byte), CType(247, Byte), CType(138, Byte), CType(155, Byte), CType(119, Byte), CType(232, Byte), CType(185, Byte), CType(64, Byte), CType(56, Byte), CType(10, Byte), CType(126, Byte), CType(102, Byte), CType(135, Byte), CType(139, Byte), CType(171, Byte), CType(29, Byte), CType(122, Byte), CType(46, Byte), CType(23, Byte), CType(158, Byte), CType(8, Byte), CType(134, Byte), CType(64, Byte), CType(208, Byte), CType(201, Byte), CType(35, Byte), CType(232, Byte), CType(212, Byte), CType(67, Byte), CType(208, Byte), CType(9, Byte), CType(117, Byte), CType(34, Byte), CType(232, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(146, Byte), CType(176, Byte), CType(141, Byte), CType(57, Byte), CType(105, Byte), CType(97, Byte), CType(211, Byte), CType(5, Byte), CType(235, Byte), CType(200, Byte), CType(149, Byte), CType(226, Byte), CType(22, Byte), CType(118, Byte), CType(232, Byte), CType(187, Byte), CType(89, Byte), CType(238, Byte), CType(46, Byte), CType(174, Byte), CType(134, Byte), CType(165, Byte), CType(137, Byte), CType(47, Byte), CType(23, Byte), CType(127, Byte), CType(47, Byte), CType(238, Byte), CType(117, Byte), CType(96, Byte), CType(208, Byte), CType(183, Byte), CType(196, Byte), CType(213, Byte), CType(17, Byte), CType(152, Byte), CType(45, Byte), CType(130, Byte), CType(78, Byte), CType(64, Byte), CType(51, Byte), CType(16, Byte), CType(116, Byte), CType(106, Byte), CType(23, Byte), CType(130, Byte), CType(78, Byte), CType(0, Byte), CType(86, Byte), CType(120, Byte), CType(145, Byte), CType(184, Byte), CType(247, Byte), CType(9, Byte), CType(96, Byte), CType(174, Byte), CType(182, Byte), CType(144, Byte), CType(255, Byte), CType(136, Byte), CType(155, Byte), CType(119, Byte), CType(232, Byte), CType(217, Byte), CType(71, Byte), CType(92, Byte), CType(237, Byte), CType(208, Byte), CType(199, Byte), CType(83, Byte), CType(213, Byte), CType(87, Byte), CType(110, Byte), CType(169, Byte), CType(184, Byte), CType(218, Byte), CType(161, Byte), CType(91, Byte), CType(8, Byte), CType(58, Byte), CType(121, Byte), CType(4, Byte), CType(157, Byte), CType(122, Byte), CType(8, Byte), CType(58, Byte), CType(161, Byte), CType(78, Byte), CType(4, Byte), CType(157, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(18, Byte), CType(182, Byte), CType(49, Byte), CType(39, Byte), CType(45, Byte), CType(108, Byte), CType(186, Byte), CType(226, Byte), CType(213, Byte), CType(226, Byte), CType(22, Byte), CType(118, Byte), CType(168, Byte), CType(58, Byte), CType(65, Byte), CType(92, Byte), CType(253, Byte), CType(74, Byte), CType(19, Byte), CType(95, Byte), CType(240, Byte), CType(187, Byte), CType(241, Byte), CType(195, Byte), CType(187, Byte), CType(151, Byte), CType(184, Byte), CType(58, Byte), CType(2, Byte), CType(179, Byte), CType(69, Byte), CType(208, Byte), CType(9, Byte), CType(104, Byte), CType(6, Byte), CType(130, Byte), CType(78, Byte), CType(237, Byte), CType(66, Byte), CType(208, Byte), CType(9, Byte), CType(64, Byte), CType(136, Byte), CType(167, Byte), CType(237, Byte), CType(184, Byte), CType(247, Byte), CType(8, Byte), CType(32, Byte), CType(133, Byte), CType(9, Byte), CType(113, Byte), CType(243, Byte), CType(14, Byte), CType(61, Byte), CType(191, Byte), CType(16, Byte), CType(142, Byte), CType(130, Byte), CType(31, Byte), CType(206, Byte), CType(155, Byte), CType(196, Byte), CType(213, Byte), CType(16, Byte), CType(61, Byte), CType(17, Byte), CType(4, Byte), CType(227, Byte), CType(248, Byte), CType(81, Byte), CType(16, Byte), CType(116, Byte), CType(242, Byte), CType(8, Byte), CType(58, Byte), CType(245, Byte), CType(16, Byte), CType(116, Byte), CType(66, Byte), CType(157, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(0, Byte), CType(128, Byte), CType(36, Byte), CType(108, Byte), CType(99, Byte), CType(78, Byte), CType(90, Byte), CType(216, Byte), CType(116, Byte), CType(197, Byte), CType(34, Byte), CType(185, Byte), CType(84, Byte), CType(220, Byte), CType(226, Byte), CType(14, Byte), CType(85, Byte), CType(247, Byte), CType(19, Byte), CType(87, Byte), CType(195, Byte), CType(82, Byte), CType(172, Byte), CType(45, Byte), CType(127, Byte), CType(23, Byte), CType(55, Byte), CType(118, Byte), CType(12, Byte), CType(58, Byte), CType(78, Byte), CType(92, Byte), CType(29, Byte), CType(129, Byte), CType(81, Byte), CType(16, Byte), CType(116, Byte), CType(2, Byte), CType(154, Byte), CType(129, Byte), CType(160, Byte), CType(83, Byte), CType(187, Byte), CType(16, Byte), CType(116, Byte), CType(2, Byte), CType(112, Byte), CType(132, Byte), CType(16, Byte), CType(178, Byte), CType(64, Byte), CType(93, Byte), CType(226, Byte), CType(135, Byte), CType(49, Byte), CType(241, Byte), CType(132, Byte), CType(103, Byte), CType(55, Byte), CType(247, Byte), CType(208, Byte), CType(243, Byte), CType(112, Byte), CType(113, Byte), CType(181, Byte), CType(195, Byte), CType(160, Byte), CType(56, Byte), CType(154, Byte), CType(141, Byte), CType(239, Byte), CType(223, Byte), CType(102, Byte), CType(246, Byte), CType(126, Byte), CType(113, Byte), CType(181, Byte), CType(67, Byte), CType(119, Byte), CType(16, Byte), CType(116, Byte), CType(242, Byte), CType(8, Byte), CType(58, Byte), CType(245, Byte), CType(16, Byte), CType(116, Byte), CType(66, Byte), CType(157, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(0, Byte), CType(128, Byte), CType(36, Byte), CType(108, Byte), CType(99, Byte), CType(78, Byte), CType(90, Byte), CType(216, Byte), CType(116, Byte), CType(201, Byte), CType(243, Byte), CType(197, Byte), CType(45, Byte), CType(238, Byte), CType(80, Byte), CType(245, Byte), CType(93, Byte), CType(113, Byte), CType(245, Byte), CType(43, Byte), CType(197, Byte), CType(33, Byte), CType(226, Byte), CType(198, Byte), CType(141, Byte), CType(65, Byte), CType(203, Byte), CType(229, Byte), CType(46, Byte), CType(226, Byte), CType(234, Byte), CType(8, Byte), CType(140, Byte), CType(130, Byte), CType(160, Byte), CType(19, Byte), CType(208, Byte), CType(12, Byte), CType(4, Byte), CType(157, Byte), CType(218, Byte), CType(133, Byte), CType(160, Byte), CType(19, Byte), CType(208, Byte), CType(109, Byte), CType(31, Byte), CType(21, Byte), CType(66, Byte), CType(78, Byte), CType(168, Byte), CType(83, Byte), CType(124, Byte), CType(7, Byte), CType(224, Byte), CType(230, Byte), CType(30, Byte), CType(122, Byte), CType(190, Byte), CType(45, Byte), CType(174, Byte), CType(110, Byte), CType(152, Byte), CType(222, Byte), CType(115, Byte), CType(197, Byte), CType(213, Byte), CType(18, Byte), CType(61, Byte), CType(203, Byte), CType(36, Byte), CType(142, Byte), CType(139, Byte), CType(116, Byte), CType(181, Byte), CType(67, Byte), CType(55, Byte), CType(16, Byte), CType(116, Byte), CType(242, Byte), CType(8, Byte), CType(58, Byte), CType(245, Byte), CType(16, Byte), CType(116, Byte), CType(66, Byte), CType(157, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(0, Byte), CType(128, Byte), CType(36, Byte), CType(108, Byte), CType(99, Byte), CType(78, Byte), CType(90, Byte), CType(216, Byte), CType(116, Byte), CType(201, Byte), CType(66, Byte), CType(185, Byte), CType(64, Byte), CType(220, Byte), CType(2, Byte), CType(15, Byte), CType(85, Byte), CType(187, Byte), CType(136, Byte), CType(171, Byte), CType(225, Byte), CType(184, Byte), CType(221, Byte), CType(81, Byte), CType(174, Byte), CType(23, Byte), CType(55, Byte), CType(102, Byte), CType(12, Byte), CType(138, Byte), CType(95, Byte), CType(126, Byte), CType(187, Byte), CType(58, Byte), CType(2, Byte), CType(163, Byte), CType(34, Byte), CType(232, Byte), CType(4, Byte), CType(52, Byte), CType(3, Byte), CType(65, Byte), CType(167, Byte), CType(118, Byte), CType(33, Byte), CType(232, Byte), CType(4, Byte), CType(116, Byte), CType(215, Byte), CType(82, Byte), CType(33, Byte), CType(228, Byte), CType(132, Byte), CType(58, Byte), CType(237, Byte), CType(38, Byte), CType(110, Byte), CType(238, Byte), CType(161, Byte), CType(239, Byte), CType(158, Byte), CType(226, Byte), CType(106, Byte), CType(135, Byte), CType(233, Byte), CType(45, Byte), CType(144, Byte), CType(115, Byte), CType(196, Byte), CType(213, Byte), CType(19, Byte), CType(61, Byte), CType(159, Byte), CType(22, Byte), CType(87, Byte), CType(59, Byte), CType(116, Byte), CType(3, Byte), CType(65, Byte), CType(39, Byte), CType(143, Byte), CType(160, Byte), CType(83, Byte), CType(15, Byte), CType(65, Byte), CType(39, Byte), CType(212, Byte), CType(137, Byte), CType(160, Byte), CType(19, Byte), CType(0, Byte), CType(0, Byte), CType(72, Byte), CType(194, Byte), CType(54, Byte), CType(230, Byte), CType(164, Byte), CType(133, Byte), CType(77, Byte), CType(215, Byte), CType(60, Byte), CType(69, Byte), CType(220, Byte), CType(2, Byte), CType(15, Byte), CType(85, Byte), CType(167, Byte), CType(138, Byte), CType(171, Byte), CType(223, Byte), CType(184, Byte), CType(197, Byte), CType(23, Byte), CType(65, Byte), CType(110, Byte), CType(188, Byte), CType(24, Byte), CType(20, Byte), CType(129, Byte), CType(176, Byte), CType(141, Byte), CType(197, Byte), CType(213, Byte), CType(17, Byte), CType(24, Byte), CType(21, Byte), CType(65, Byte), CType(39, Byte), CType(160, Byte), CType(25, Byte), CType(8, Byte), CType(58, Byte), CType(181, Byte), CType(11, Byte), CType(65, Byte), CType(39, Byte), CType(160, Byte), CType(123, Byte), CType(174, Byte), CType(147, Byte), CType(167, Byte), CType(138, Byte), CType(123, Byte), CType(79, Byte), CType(0, Byte), CType(82, Byte), CType(89, Byte), CType(69, Byte), CType(206, Byte), CType(18, Byte), CType(55, Byte), CType(7, Byte), CType(209, Byte), CType(243, Byte), CType(89, Byte), CType(113, Byte), CType(181, Byte), CType(195, Byte), CType(202, Byte), CType(61, Byte), CType(70, Byte), CType(92, Byte), CType(77, Byte), CType(209, Byte), CType(19, Byte), CType(199, Byte), CType(69, Byte), CType(222, Byte), CType(67, Byte), CType(92, Byte), CType(237, Byte), CType(208, Byte), CType(126, Byte), CType(4, Byte), CType(157, Byte), CType(60, Byte), CType(130, Byte), CType(78, Byte), CType(61, Byte), CType(4, Byte), CType(157, Byte), CType(80, Byte), CType(39, Byte), CType(130, Byte), CType(78, Byte), CType(0, Byte), CType(0, Byte), CType(32, Byte), CType(9, Byte), CType(219, Byte), CType(152, Byte), CType(147, Byte), CType(22, Byte), CType(54, Byte), CType(93, Byte), CType(19, Byte), CType(95, Byte), CType(228, Byte), CType(253, Byte), CType(74, Byte), CType(220, Byte), CType(34, Byte), CType(15, Byte), CType(85, Byte), CType(241, Byte), CType(165, Byte), CType(148, Byte), CType(171, Byte), CType(225, Byte), CType(184, Byte), CType(220, Byte), CType(91, Byte), CType(226, Byte), CType(139, Byte), CType(32, Byte), CType(55, Byte), CType(86, Byte), CType(12, Byte), CType(122, Byte), CType(167, Byte), CType(184, Byte), CType(58, Byte), CType(2, Byte), CType(115, Byte), CType(65, Byte), CType(208, Byte), CType(9, Byte), CType(104, Byte), CType(6, Byte), CType(130, Byte), CType(78, Byte), CType(237, Byte), CType(66, Byte), CType(208, Byte), CType(9, Byte), CType(232, Byte), CType(150, Byte), CType(243, Byte), CType(132, Byte), CType(205, Byte), CType(111, Byte), CType(228, Byte), CType(176, Byte), CType(159, Byte), CType(184, Byte), CType(57, Byte), CType(136, Byte), CType(158, Byte), CType(56, Byte), CType(94, Byte), CType(108, Byte), CType(75, Byte), CType(113, Byte), CType(181, Byte), CType(195, Byte), CType(112, Byte), CType(126, Byte), CType(32, Byte), CType(174, Byte), CType(182, Byte), CType(232, Byte), CType(57, Byte), CType(81, Byte), CType(92, Byte), CType(221, Byte), CType(208, Byte), CType(126, Byte), CType(4, Byte), CType(157, Byte), CType(60, Byte), CType(130, Byte), CType(78, Byte), CType(61, Byte), CType(4, Byte), CType(157, Byte), CType(80, Byte), CType(39, Byte), CType(130, Byte), CType(78, Byte), CType(0, Byte), CType(0, Byte), CType(32, Byte), CType(9, Byte), CType(219, Byte), CType(152, Byte), CType(147, Byte), CType(22, Byte), CType(54, Byte), CType(93, Byte), CType(244, Byte), CType(88, Byte), CType(113, Byte), CType(139, Byte), CType(60, Byte), CType(84, Byte), CType(157, Byte), CType(41, Byte), CType(17, Byte), CType(12, Byte), CType(115, Byte), CType(53, Byte), CType(28, Byte), CType(135, Byte), CType(239, Byte), CType(139, Byte), CType(27, Byte), CType(39, Byte), CType(6, Byte), CType(197, Byte), CType(23, Byte), CType(3, Byte), CType(235, Byte), CType(136, Byte), CType(171, Byte), CType(35, Byte), CType(48, Byte), CType(23, Byte), CType(4, Byte), CType(157, Byte), CType(128, Byte), CType(102, Byte), CType(32, Byte), CType(232, Byte), CType(212, Byte), CType(46, Byte), CType(4, Byte), CType(157, Byte), CType(128, Byte), CType(238, Byte), CType(248, Byte), CType(144, Byte), CType(172, Byte), CType(41, Byte), CType(238, Byte), CType(189, Byte), CType(0, Byte), CType(72, Byte), CType(105, Byte), CType(13, Byte), CType(249, Byte), CType(147, Byte), CType(184, Byte), CType(121, Byte), CType(136, Byte), CType(158, Byte), CType(15, Byte), CType(138, Byte), CType(171, Byte), CType(29, Byte), CType(134, Byte), CType(183, Byte), CType(147, Byte), CType(184, Byte), CType(218, Byte), CType(162, Byte), CType(111, Byte), CType(103, Byte), CType(113, Byte), CType(181, Byte), CType(67, Byte), CType(187, Byte), CType(17, Byte), CType(116, Byte), CType(242, Byte), CType(8, Byte), CType(58, Byte), CType(245, Byte), CType(16, Byte), CType(116, Byte), CType(66, Byte), CType(157, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(0, Byte), CType(128, Byte), CType(36, Byte), CType(108, Byte), CType(99, Byte), CType(78, Byte), CType(90, Byte), CType(216, Byte), CType(116, Byte), CType(213, Byte), CType(79, Byte), CType(197, Byte), CType(45, Byte), CType(244, Byte), CType(80, Byte), CType(181, Byte), CType(175, Byte), CType(184, Byte), CType(250, Byte), CType(229, Byte), CType(198, Byte), CType(35, Byte), CType(207, Byte), CType(103, Byte), CType(231, Byte), CType(32, Byte), CType(113, Byte), CType(117, Byte), CType(4, Byte), CType(230, Byte), CType(138, Byte), CType(160, Byte), CType(19, Byte), CType(208, Byte), CType(12, Byte), CType(4, Byte), CType(157, Byte), CType(218, Byte), CType(133, Byte), CType(160, Byte), CType(19, Byte), CType(208, Byte), CType(126, Byte), CType(191, Byte), CType(149, Byte), CType(7, Byte), CType(138, Byte), CType(123, Byte), CType(15, Byte), CType(0, Byte), CType(234, Byte), CType(240, Byte), CType(10, Byte), CType(113, Byte), CType(115, Byte), CType(17, Byte), CType(61, Byte), CType(215, Byte), CType(202, Byte), CType(134, Byte), CType(226, Byte), CType(106, Byte), CType(135, Byte), CType(217, Byte), CType(57, Byte), CType(86, Byte), CType(92, Byte), CType(141, Byte), CType(209, Byte), CType(19, Byte), CType(223, Byte), CType(79, Byte), CType(186, Byte), CType(186, Byte), CType(161, Byte), CType(221, Byte), CType(8, Byte), CType(58, Byte), CType(121, Byte), CType(4, Byte), CType(157, Byte), CType(122, Byte), CType(8, Byte), CType(58, Byte), CType(161, Byte), CType(78, Byte), CType(4, Byte), CType(157, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(18, Byte), CType(182, Byte), CType(49, Byte), CType(39, Byte), CType(45, Byte), CType(108, Byte), CType(186, Byte), CType(106, Byte), CType(23, Byte), CType(113, Byte), CType(11, Byte), CType(61, Byte), CType(84, Byte), CType(197, Byte), CType(177, Byte), CType(9, Byte), CType(11, Byte), CType(196, Byte), CType(213, Byte), CType(48, Byte), CType(151, Byte), CType(232, Byte), CType(255, Byte), CType(92, Byte), CType(113, Byte), CType(227, Byte), CType(195, Byte), CType(160, Byte), CType(75, Byte), CType(101, Byte), CType(145, Byte), CType(184, Byte), CType(90, Byte), CType(2, Byte), CType(115, Byte), CType(69, Byte), CType(208, Byte), CType(9, Byte), CType(104, Byte), CType(6, Byte), CType(130, Byte), CType(78, Byte), CType(237, Byte), CType(66, Byte), CType(208, Byte), CType(9, Byte), CType(104, Byte), CType(175, Byte), CType(191, Byte), CType(203, Byte), CType(139, Byte), CType(100, Byte), CType(220, Byte), CType(159, Byte), CType(185, Byte), CType(208, Byte), CType(45, Byte), CType(235, Byte), CType(202, Byte), CType(85, Byte), CType(226, Byte), CType(230, Byte), CType(36, Byte), CType(122, Byte), CType(222, Byte), CType(44, Byte), CType(174, Byte), CType(118, Byte), CType(152, Byte), CType(189, Byte), CType(59, Byte), CType(75, Byte), CType(28, Byte), CType(3, Byte), CType(232, Byte), CType(234, Byte), CType(140, Byte), CType(158, Byte), CType(255, Byte), CType(21, Byte), CType(87, Byte), CType(59, Byte), CType(180, Byte), CType(23, Byte), CType(65, Byte), CType(39, Byte), CType(47, Byte), CType(222, Byte), CType(43, Byte), CType(92, Byte), CType(189, Byte), CType(186, Byte), CType(134, Byte), CType(160, Byte), CType(19, Byte), CType(234, Byte), CType(68, Byte), CType(208, Byte), CType(9, Byte), CType(0, Byte), CType(0, Byte), CType(36, Byte), CType(97, Byte), CType(27, Byte), CType(115, Byte), CType(210, Byte), CType(194, Byte), CType(166, Byte), CType(203, Byte), CType(78, Byte), CType(18, Byte), CType(183, Byte), CType(216, Byte), CType(67, Byte), CType(213, Byte), CType(51, Byte), CType(196, Byte), CType(213, Byte), CType(47, Byte), CType(151, Byte), CType(253, Byte), CType(197, Byte), CType(141, Byte), CType(11, Byte), CType(94, Byte), CType(212, Byte), CType(203, Byte), CType(213, Byte), CType(17, Byte), CType(72, Byte), CType(129, Byte), CType(160, Byte), CType(19, Byte), CType(208, Byte), CType(12, Byte), CType(4, Byte), CType(157, Byte), CType(218, Byte), CType(133, Byte), CType(160, Byte), CType(19, Byte), CType(208, Byte), CType(62, Byte), CType(87, Byte), CType(72, Byte), CType(60, Byte), CType(133, Byte), CType(117, Byte), CType(177, Byte), CType(184, Byte), CType(251, Byte), CType(30, Byte), CType(168, Byte), CType(211, Byte), CType(187, Byte), CType(197, Byte), CType(205, Byte), CType(75, Byte), CType(244, Byte), CType(92, Byte), CType(46, Byte), CType(220, Byte), CType(155, Byte), CType(105, Byte), CType(189, Byte), CType(79, Byte), CType(92, Byte), CType(173, Byte), CType(209, Byte), CType(19, Byte), CType(79, Byte), CType(245, Byte), CType(91, Byte), CType(69, Byte), CType(92, Byte), CType(237, Byte), CType(208, Byte), CType(78, Byte), CType(4, Byte), CType(157, Byte), CType(166, Byte), CType(231, Byte), CType(234, Byte), CType(213, Byte), CType(53, Byte), CType(4, Byte), CType(157, Byte), CType(80, Byte), CType(39, Byte), CType(130, Byte), CType(78, Byte), CType(0, Byte), CType(0, Byte), CType(32, Byte), CType(9, Byte), CType(219, Byte), CType(152, Byte), CType(147, Byte), CType(22, Byte), CType(54, Byte), CType(93, Byte), CType(118, Byte), CType(47, Byte), CType(113, Byte), CType(139, Byte), CType(61, Byte), CType(84, Byte), CType(93, Byte), CType(44, Byte), CType(11, Byte), CType(197, Byte), CType(213, Byte), CType(176, Byte), CType(110, Byte), CType(183, Byte), CType(145, Byte), CType(191, Byte), CType(137, Byte), CType(27, Byte), CType(23, Byte), CType(6, Byte), CType(93, Byte), CType(32, Byte), CType(252, Byte), CType(26, Byte), CType(28, Byte), CType(117, Byte), CType(34, Byte), CType(232, Byte), CType(4, Byte), CType(52, Byte), CType(3, Byte), CType(65, Byte), CType(167, Byte), CType(118, Byte), CType(33, Byte), CType(232, Byte), CType(4, Byte), CType(180, Byte), CType(199, Byte), CType(239, Byte), CType(37, Byte), CType(158, Byte), CType(224, Byte), CType(68, Byte), CType(136, Byte), CType(2, Byte), CType(227, Byte), CType(178, Byte), CType(185, Byte), CType(92, Byte), CType(47, Byte), CType(110, Byte), CType(126, Byte), CType(162, Byte), CType(231, Byte), CType(0, Byte), CType(113, Byte), CType(181, Byte), CType(195, Byte), CType(232, Byte), CType(110, Byte), CType(39, Byte), CType(172, Byte), CType(103, Byte), CType(102, Byte), CType(54, Byte), CType(238, Byte), CType(31, Byte), CType(25, Byte), CType(34, Byte), CType(47, Byte), CType(130, Byte), CType(78, Byte), CType(211, Byte), CType(91, Byte), CType(67, Byte), CType(92, Byte), CType(205, Byte), CType(186, Byte), CType(132, Byte), CType(160, Byte), CType(19, Byte), CType(234, Byte), CType(68, Byte), CType(208, Byte), CType(9, Byte), CType(0, Byte), CType(0, Byte), CType(36, Byte), CType(97, Byte), CType(27, Byte), CType(115, Byte), CType(210, Byte), CType(194, Byte), CType(166, Byte), CType(235, Byte), CType(190, Byte), CType(32, Byte), CType(110, Byte), CType(193, Byte), CType(135, Byte), CType(170, Byte), CType(3, Byte), CType(197, Byte), CType(213, Byte), CType(175, Byte), CType(110, Byte), CType(7, Byte), CType(139, Byte), CType(27, Byte), CType(15, Byte), CType(188, Byte), CType(39, Byte), CType(138, Byte), CType(171, Byte), CType(35, Byte), CType(144, Byte), CType(10, Byte), CType(65, Byte), CType(39, Byte), CType(160, Byte), CType(25, Byte), CType(8, Byte), CType(58, Byte), CType(181, Byte), CType(11, Byte), CType(27, Byte), CType(131, Byte), CType(64, Byte), CType(179, Byte), CType(69, Byte), CType(168, Byte), CType(228, Byte), CType(115, Byte), CType(242, Byte), CType(112, Byte), CType(153, Byte), CType(47, Byte), CType(238, Byte), CType(62, Byte), CType(7, Byte), CType(114, Byte), CType(249, Byte), CType(148, Byte), CType(184, Byte), CType(121, Byte), CType(10, Byte), CType(96, Byte), CType(188, Byte), CType(226, Byte), CType(71, Byte), CType(134, Byte), CType(4, Byte), CType(60, Byte), CType(186, Byte), CType(131, Byte), CType(160, Byte), CType(211, Byte), CType(244, Byte), CType(214, Byte), CType(17, Byte), CType(87, Byte), CType(179, Byte), CType(46, Byte), CType(33, Byte), CType(232, Byte), CType(132, Byte), CType(58, Byte), CType(17, Byte), CType(116, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(73, Byte), CType(216, Byte), CType(198, Byte), CType(156, Byte), CType(180, Byte), CType(176, Byte), CType(233, Byte), CType(186, Byte), CType(187, Byte), CType(202, Byte), CType(114, Byte), CType(113, Byte), CType(139, Byte), CType(62, Byte), CType(244, Byte), CType(93, Byte), CType(42, Byte), CType(107, Byte), CType(137, Byte), CType(171, Byte), CType(97, Byte), CType(93, Byte), CType(54, Byte), CType(19, Byte), CType(126, Byte), CType(105, Byte), CType(58, Byte), CType(188, Byte), CType(51, Byte), CType(133, Byte), CType(141, Byte), CType(19, Byte), CType(212, Byte), CType(141, Byte), CType(160, Byte), CType(19, Byte), CType(208, Byte), CType(12, Byte), CType(4, Byte), CType(157, Byte), CType(218, Byte), CType(133, Byte), CType(160, Byte), CType(19, Byte), CType(208, Byte), CType(60, Byte), CType(255, Byte), CType(150, Byte), CType(19, Byte), CType(228, Byte), CType(41, Byte), CType(194, Byte), CType(211, Byte), CType(155, Byte), CType(80, Byte), CType(138, Byte), CType(29, Byte), CType(228, Byte), CType(102, Byte), CType(113, Byte), CType(115, Byte), CType(22, Byte), CType(192, Byte), CType(248, Byte), CType(189, Byte), CType(76, Byte), CType(220, Byte), CType(189, Byte), CType(139, Byte), CType(246, Byte), CType(33, Byte), CType(232, Byte), CType(52, Byte), CType(189, Byte), CType(219, Byte), CType(139, Byte), CType(171, Byte), CType(89, Byte), CType(151, Byte), CType(16, Byte), CType(116, Byte), CType(66, Byte), CType(157, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(0, Byte), CType(128, Byte), CType(36, Byte), CType(108, Byte), CType(99, Byte), CType(78, Byte), CType(90, Byte), CType(216, Byte), CType(96, Byte), CType(201, Byte), CType(210, Byte), CType(163, Byte), CType(196, Byte), CType(45, Byte), CType(250, Byte), CType(80, Byte), CType(117, Byte), CType(144, Byte), CType(184, Byte), CType(250, Byte), CType(213, Byte), CType(229, Byte), CType(24, Byte), CType(113, Byte), CType(227, Byte), CType(128, Byte), CType(247, Byte), CType(72, Byte), CType(113, Byte), CType(117, Byte), CType(4, Byte), CType(82, Byte), CType(34, Byte), CType(232, Byte), CType(4, Byte), CType(52, Byte), CType(3, Byte), CType(65, Byte), CType(167, Byte), CType(118, Byte), CType(33, Byte), CType(232, Byte), CType(4, Byte), CType(52, Byte), CType(195, Byte), CType(217, Byte), CType(242, Byte), CType(30, Byte), CType(137, Byte), CType(117, Byte), CType(249, Byte), CType(234, Byte), CType(226, Byte), CType(238, Byte), CType(103, Byte), CType(96, Byte), CType(156, Byte), CType(190, Byte), CType(37, Byte), CType(110, Byte), CType(238, Byte), CType(2, Byte), CType(40, Byte), CType(195, Byte), CType(21, Byte), CType(178, Byte), CType(182, Byte), CType(184, Byte), CType(251, Byte), CType(23, Byte), CType(237, Byte), CType(66, Byte), CType(208, Byte), CType(105, Byte), CType(122, Byte), CType(91, Byte), CType(137, Byte), CType(171, Byte), CType(89, Byte), CType(151, Byte), CType(16, Byte), CType(116, Byte), CType(66, Byte), CType(157, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(0, Byte), CType(128, Byte), CType(36, Byte), CType(108, Byte), CType(99, Byte), CType(78, Byte), CType(90, Byte), CType(216, Byte), CType(96, Byte), CType(201, Byte), CType(210, Byte), CType(205, Byte), CType(229, Byte), CType(6, Byte), CType(113, Byte), CType(11, Byte), CType(63, Byte), CType(244, Byte), CType(93, Byte), CType(37, Byte), CType(185, Byte), CType(30, Byte), CType(31, Byte), CType(204, Byte), CType(47, Byte), CType(77, Byte), CType(103, Byte), CType(231, Byte), CType(251, Byte), CType(226, Byte), CType(234, Byte), CType(8, Byte), CType(164, Byte), CType(70, Byte), CType(208, Byte), CType(105, Byte), CType(208, Byte), CType(29, Byte), CType(37, Byte), CType(222, Byte), CType(27, Byte), CType(129, Byte), CType(146, Byte), CType(176, Byte), CType(193, Byte), CType(222, Byte), CType(46, Byte), CType(4, Byte), CType(157, Byte), CType(128, Byte), CType(102, Byte), CType(184, Byte), CType(90, Byte), CType(190, Byte), CType(44, Byte), CType(47, Byte), CType(148, Byte), CType(173, Byte), CType(197, Byte), CType(221, Byte), CType(207, Byte), CType(192, Byte), CType(184, Byte), CType(60, Byte), CType(66, Byte), CType(220, Byte), CType(188, Byte), CType(5, Byte), CType(80, Byte), CType(150, Byte), CType(131, Byte), CType(197, Byte), CType(221, Byte), CType(195, Byte), CType(104, Byte), CType(23, Byte), CType(130, Byte), CType(78, Byte), CType(211, Byte), CType(187, Byte), CType(175, Byte), CType(184, Byte), CType(154, Byte), CType(117, Byte), CType(9, Byte), CType(65, Byte), CType(39, Byte), CType(212, Byte), CType(137, Byte), CType(160, Byte), CType(19, Byte), CType(0, Byte), CType(0, Byte), CType(72, Byte), CType(194, Byte), CType(54, Byte), CType(230, Byte), CType(164, Byte), CType(133, Byte), CType(13, Byte), CType(122, Byte), CType(14, Byte), CType(19, Byte), CType(183, Byte), CType(240, Byte), CType(67, Byte), CType(213, Byte), CType(91, Byte), CType(197, Byte), CType(213, Byte), CType(47, Byte), CType(181, Byte), CType(239, Byte), CType(138, Byte), CType(235, Byte), CType(31, Byte), CType(222, Byte), CType(253, Byte), CType(196, Byte), CType(213, Byte), CType(17, Byte), CType(72, Byte), CType(141, Byte), CType(160, Byte), CType(211, Byte), CType(160, Byte), CType(8, Byte), CType(149, Byte), CType(184, Byte), CType(90, Byte), CType(1, Byte), CType(64, Byte), CType(42, Byte), CType(4, Byte), CType(157, Byte), CType(128, Byte), CType(102, Byte), CType(250, Byte), CType(131, Byte), CType(28, Byte), CType(34, Byte), CType(241, Byte), CType(35, Byte), CType(14, Byte), CType(119, Byte), CType(111, Byte), CType(3, Byte), CType(185, Byte), CType(196, Byte), CType(17, Byte), CType(231, Byte), CType(191, Byte), CType(20, Byte), CType(55, Byte), CType(79, Byte), CType(1, Byte), CType(148, Byte), CType(229, Byte), CType(90, Byte), CType(217, Byte), CType(88, Byte), CType(220, Byte), CType(189, Byte), CType(140, Byte), CType(246, Byte), CType(32, Byte), CType(232, Byte), CType(52, Byte), CType(189, Byte), CType(61, Byte), CType(196, Byte), CType(213, Byte), CType(172, Byte), CType(75, Byte), CType(8, Byte), CType(58, Byte), CType(161, Byte), CType(78, Byte), CType(4, Byte), CType(157, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(18, Byte), CType(182, Byte), CType(49, Byte), CType(39, Byte), CType(45, Byte), CType(108, Byte), CType(208, Byte), CType(179, Byte), CType(190, Byte), CType(196, Byte), CType(151, Byte), CType(9, Byte), CType(110, Byte), CType(241, Byte), CType(135, Byte), CType(190, Byte), CType(168, Byte), CType(81, Byte), CType(212, Byte), CType(202, Byte), CType(213, Byte), CType(48, Byte), CType(149, Byte), CType(71, Byte), CType(137, Byte), CType(235, Byte), CType(27, Byte), CType(94, Byte), CType(252, Byte), CType(106, Byte), CType(220, Byte), CType(213, Byte), CType(17, Byte), CType(168, Byte), CType(3, Byte), CType(65, Byte), CType(167, Byte), CType(65, Byte), CType(4, Byte), CType(157, Byte), CType(0, Byte), CType(212, Byte), CType(141, Byte), CType(160, Byte), CType(19, Byte), CType(208, Byte), CType(124, Byte), CType(231, Byte), CType(202, Byte), CType(27, Byte), CType(133, Byte), CType(205, Byte), CType(107, Byte), CType(140, Byte), CType(195, Byte), CType(83, Byte), CType(196, Byte), CType(205, Byte), CType(75, Byte), CType(0, Byte), CType(101, Byte), CType(250, Byte), CType(176, Byte), CType(184, Byte), CType(123, Byte), CType(25, Byte), CType(237, Byte), CType(65, Byte), CType(208, Byte), CType(105, Byte), CType(122, Byte), CType(207, Byte), CType(17, Byte), CType(87, Byte), CType(179, Byte), CType(46, Byte), CType(33, Byte), CType(232, Byte), CType(132, Byte), CType(58, Byte), CType(17, Byte), CType(116, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(73, Byte), CType(216, Byte), CType(198, Byte), CType(156, Byte), CType(180, Byte), CType(176, Byte), CType(65, Byte), CType(223, Byte), CType(82, Byte), CType(113, Byte), CType(139, Byte), CType(63, Byte), CType(84, Byte), CType(197, Byte), CType(211, Byte), CType(175, Byte), CType(92, Byte), CType(253, Byte), CType(82, Byte), CType(88, Byte), CType(32, Byte), CType(191, Byte), CType(17, Byte), CType(215, Byte), CType(47, Byte), CType(6, Byte), CType(221, Byte), CType(36, Byte), CType(219, Byte), CType(137, Byte), CType(171, Byte), CType(37, Byte), CType(80, Byte), CType(7, Byte), CType(130, Byte), CType(78, Byte), CType(131, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(168, Byte), CType(27, Byte), CType(65, Byte), CType(39, Byte), CType(160, Byte), CType(61, Byte), CType(110, Byte), CType(148, Byte), CType(227, Byte), CType(228, Byte), CType(33, Byte), CType(226, Byte), CType(238, Byte), CType(119, Byte), CType(32, Byte), CType(181, Byte), CType(133, Byte), CType(242, Byte), CType(71, Byte), CType(113, Byte), CType(243, Byte), CType(17, Byte), CType(64, Byte), CType(153, Byte), CType(150, Byte), CType(201, Byte), CType(86, Byte), CType(226, Byte), CType(238, Byte), CType(105, Byte), CType(180, Byte), CType(3, Byte), CType(65, Byte), CType(167, Byte), CType(233, Byte), CType(229, Byte), CType(58, Byte), CType(77, Byte), CType(160, Byte), CType(100, Byte), CType(4, Byte), CType(157, Byte), CType(80, Byte), CType(39, Byte), CType(130, Byte), CType(78, Byte), CType(0, Byte), CType(0, Byte), CType(32, Byte), CType(9, Byte), CType(219, Byte), CType(152, Byte), CType(147, Byte), CType(22, Byte), CType(54, Byte), CType(232, Byte), CType(187, Byte), CType(173, Byte), CType(92, Byte), CType(33, Byte), CType(110, Byte), CType(1, Byte), CType(136, Byte), CType(190, Byte), CType(235, Byte), CType(229, Byte), CType(14, Byte), CType(226, Byte), CType(106, Byte), CType(56, Byte), CType(87, Byte), CType(241, Byte), CType(171, Byte), CType(29, Byte), CType(215, Byte), CType(39, Byte), CType(188, Byte), CType(79, Byte), CType(136, Byte), CType(171, Byte), CType(35, Byte), CType(80, Byte), CType(23, Byte), CType(130, Byte), CType(78, Byte), CType(131, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(168, Byte), CType(27, Byte), CType(65, Byte), CType(39, Byte), CType(160, Byte), CType(157, Byte), CType(78, Byte), CType(149, Byte), CType(221, Byte), CType(197, Byte), CType(221, Byte), CType(247, Byte), CType(64, Byte), CType(42, Byte), CType(47, Byte), CType(19, Byte), CType(55, Byte), CType(255, Byte), CType(0, Byte), CType(148, Byte), CType(237, Byte), CType(115, Byte), CType(226, Byte), CType(238, Byte), CType(105, Byte), CType(180, Byte), CType(3, Byte), CType(65, Byte), CType(167, Byte), CType(233, Byte), CType(29, Byte), CType(35, Byte), CType(174, Byte), CType(102, Byte), CType(93, Byte), CType(66, Byte), CType(208, Byte), CType(9, Byte), CType(117, Byte), CType(34, Byte), CType(232, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(146, Byte), CType(176, Byte), CType(141, Byte), CType(57, Byte), CType(105, Byte), CType(97, Byte), CType(131, Byte), CType(170, Byte), CType(151, Byte), CType(139, Byte), CType(91, Byte), CType(0, Byte), CType(162, Byte), CType(234, Byte), CType(8, Byte), CType(113, Byte), CType(245, Byte), CType(155, Byte), CType(139, Byte), CType(197, Byte), CType(114, Byte), CType(169, Byte), CType(184, Byte), CType(254, Byte), CType(48, Byte), CType(232, Byte), CType(6, Byte), CType(217, Byte), CType(92, Byte), CType(92, Byte), CType(45, Byte), CType(129, Byte), CType(186, Byte), CType(16, Byte), CType(116, Byte), CType(26, Byte), CType(68, Byte), CType(208, Byte), CType(9, Byte), CType(64, Byte), CType(221, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(237, Byte), CType(246, Byte), CType(19, Byte), CType(121, Byte), CType(176, Byte), CType(184, Byte), CType(251, Byte), CType(31, Byte), CType(152, Byte), CType(139, Byte), CType(88, Byte), CType(167, Byte), CType(254, Byte), CType(67, Byte), CType(220, Byte), CType(188, Byte), CType(3, Byte), CType(80, Byte), CType(190, Byte), CType(123, Byte), CType(138, Byte), CType(187, Byte), CType(183, Byte), CType(209, Byte), CType(124, Byte), CType(4, Byte), CType(157, Byte), CType(166, Byte), CType(247, Byte), CType(51, Byte), CType(113, Byte), CType(53, Byte), CType(235, Byte), CType(146, Byte), CType(248, Byte), CType(142, Byte), CType(60, Byte), CType(254, Byte), CType(27, Byte), CType(142, Byte), CType(209, Byte), CType(220, Byte), CType(93, Byte), CType(220, Byte), CType(220, Byte), CType(66, Byte), CType(15, Byte), CType(65, Byte), CType(39, Byte), CType(0, Byte), CType(0, Byte), CType(144, Byte), CType(132, Byte), CType(109, Byte), CType(204, Byte), CType(73, Byte), CType(11, Byte), CType(27, Byte), CType(84, Byte), CType(45, Byte), CType(146, Byte), CType(191, Byte), CType(136, Byte), CType(91, Byte), CType(4, Byte), CType(162, Byte), CType(111, Byte), CType(185, Byte), CType(164, Byte), CType(126, Byte), CType(140, Byte), CType(246, Byte), CType(155, Byte), CType(197, Byte), CType(245, Byte), CType(5, Byte), CType(239, Byte), CType(125, Byte), CType(226, Byte), CType(234, Byte), CType(8, Byte), CType(212, Byte), CType(137, Byte), CType(160, Byte), CType(211, Byte), CType(160, Byte), CType(248, Byte), CType(18, Byte), CType(197, Byte), CType(213, Byte), CType(10, Byte), CType(0, Byte), CType(82, Byte), CType(33, Byte), CType(232, Byte), CType(4, Byte), CType(116, Byte), CType(195, Byte), CType(132, Byte), CType(220, Byte), CType(94, Byte), CType(220, Byte), CType(251, Byte), CType(0, Byte), CType(48, Byte), CType(138, Byte), CType(119, Byte), CType(138, Byte), CType(155, Byte), CType(107, Byte), CType(0, Byte), CType(154, Byte), CType(225, Byte), CType(91, Byte), CType(226, Byte), CType(238, Byte), CType(109, Byte), CType(52, Byte), CType(31, Byte), CType(65, Byte), CType(167, Byte), CType(233, Byte), CType(93, Byte), CType(37, Byte), CType(174, Byte), CType(102, Byte), CType(192, Byte), CType(176, Byte), CType(86, Byte), CType(23, Byte), CType(55, Byte), CType(183, Byte), CType(208, Byte), CType(67, Byte), CType(208, Byte), CType(9, Byte), CType(0, Byte), CType(0, Byte), CType(36, Byte), CType(97, Byte), CType(27, Byte), CType(115, Byte), CType(210, Byte), CType(194, Byte), CType(6, Byte), CType(131, Byte), CType(56, Byte), CType(62, Byte), CType(109, Byte), CType(56, Byte), CType(159, Byte), CType(17, Byte), CType(87, Byte), CType(191, Byte), CType(81, Byte), CType(108, Byte), CType(34, Byte), CType(255, Byte), CType(22, Byte), CType(215, Byte), CType(15, Byte), CType(6, Byte), CType(93, Byte), CType(35, Byte), CType(235, Byte), CType(139, Byte), CType(171, Byte), CType(37, Byte), CType(80, Byte), CType(39, Byte), CType(130, Byte), CType(78, Byte), CType(131, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(168, Byte), CType(27, Byte), CType(65, Byte), CType(39, Byte), CType(160, Byte), CType(59, Byte), CType(98, Byte), CType(115, Byte), CType(239, Byte), CType(121, Byte), CType(50, Byte), CType(95, Byte), CType(220, Byte), CType(251, Byte), CType(1, Byte), CType(48, Byte), CType(172, Byte), CType(205, Byte), CType(36, Byte), CType(142, Byte), CType(157, Byte), CType(119, Byte), CType(243, Byte), CType(12, Byte), CType(64, Byte), CType(115, Byte), CType(60, Byte), CType(76, Byte), CType(220, Byte), CType(61, Byte), CType(142, Byte), CType(102, Byte), CType(35, Byte), CType(232, Byte), CType(52, Byte), CType(179, Byte), CType(77, Byte), CType(197, Byte), CType(213, Byte), CType(13, Byte), CType(24, Byte), CType(214, Byte), CType(101, Byte), CType(226, Byte), CType(230, Byte), CType(22, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(0, Byte), CType(128, Byte), CType(68, Byte), CType(108, Byte), CType(99, Byte), CType(78, Byte), CType(90, Byte), CType(216, Byte), CType(96, Byte), CType(208, Byte), CType(2, Byte), CType(57, Byte), CType(95, Byte), CType(220, Byte), CType(66, Byte), CType(16, Byte), CType(125, Byte), CType(55, Byte), CType(203, Byte), CType(221, Byte), CType(196, Byte), CType(213, Byte), CType(112, Byte), CType(182, Byte), CType(142, Byte), CType(18, Byte), CType(215, Byte), CType(7, Byte), CType(188, Byte), CType(55, Byte), CType(138, Byte), CType(171, Byte), CType(35, Byte), CType(80, Byte), CType(55, Byte), CType(130, Byte), CType(78, Byte), CType(131, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(168, Byte), CType(27, Byte), CType(65, Byte), CType(39, Byte), CType(160, Byte), CType(123, Byte), CType(190, Byte), CType(41, Byte), CType(27, Byte), CType(138, Byte), CType(123, Byte), CType(79, Byte), CType(0, Byte), CType(134, Byte), CType(113, Byte), CType(180, Byte), CType(184, Byte), CType(185, Byte), CType(5, Byte), CType(160, Byte), CType(89, Byte), CType(126, Byte), CType(46, Byte), CType(132, Byte), CType(95, Byte), CType(219, Byte), CType(135, Byte), CType(160, Byte), CType(211, Byte), CType(204, Byte), CType(30, Byte), CType(43, Byte), CType(174, Byte), CType(110, Byte), CType(192, Byte), CType(176, Byte), CType(78, Byte), CType(21, Byte), CType(55, Byte), CType(183, Byte), CType(64, Byte), CType(208, Byte), CType(9, Byte), CType(0, Byte), CType(0, Byte), CType(36, Byte), CType(98, Byte), CType(27, Byte), CType(115, Byte), CType(210, Byte), CType(194, Byte), CType(6, Byte), CType(222, Byte), CType(190, Byte), CType(226, Byte), CType(22, Byte), CType(130, Byte), CType(168, Byte), CType(58, Byte), CType(65, Byte), CType(92, Byte), CType(253, Byte), CType(102, Byte), CType(35, Byte), CType(206, Byte), CType(205, Byte), CType(142, Byte), CType(208, Byte), CType(148, Byte), CType(251, Byte), CType(251, Byte), CType(24, Byte), CType(116, Byte), CType(185, Byte), CType(196, Byte), CType(89, Byte), CType(237, Byte), CType(174, Byte), CType(150, Byte), CType(64, Byte), CType(221, Byte), CType(8, Byte), CType(58, Byte), CType(13, Byte), CType(34, Byte), CType(232, Byte), CType(4, Byte), CType(160, Byte), CType(110, Byte), CType(4, Byte), CType(157, Byte), CType(128, Byte), CType(110, Byte), CType(186, Byte), CType(68, Byte), CType(238, Byte), CType(47, Byte), CType(238, Byte), CType(125, Byte), CType(1, Byte), CType(152, Byte), CType(9, Byte), CType(159, Byte), CType(177, Byte), CType(129, Byte), CType(118, Byte), CType(121, Byte), CType(188, Byte), CType(184, Byte), CType(123, Byte), CType(29, Byte), CType(205, Byte), CType(69, Byte), CType(208, Byte), CType(105, Byte), CType(102, Byte), CType(111, Byte), CType(21, Byte), CType(87, Byte), CType(55, Byte), CType(96, Byte), CType(88, Byte), CType(159, Byte), CType(23, Byte), CType(55, Byte), CType(183, Byte), CType(64, Byte), CType(208, Byte), CType(9, Byte), CType(0, Byte), CType(0, Byte), CType(36, Byte), CType(98, Byte), CType(27, Byte), CType(115, Byte), CType(210, Byte), CType(194, Byte), CType(6, Byte), CType(94, Byte), CType(252, Byte), CType(90, Byte), CType(234, Byte), CType(76, Byte), CType(113, Byte), CType(139, Byte), CType(65, Byte), CType(84, Byte), CType(45, Byte), CType(17, Byte), CType(87, Byte), CType(195, Byte), CType(97, Byte), CType(157, Byte), CType(36, Byte), CType(238, Byte), CType(239, Byte), CType(194, Byte), CType(59, Byte), CType(80, Byte), CType(92, Byte), CType(29, Byte), CType(129, Byte), CType(28, Byte), CType(8, Byte), CType(58, Byte), CType(13, Byte), CType(34, Byte), CType(232, Byte), CType(4, Byte), CType(160, Byte), CType(110, Byte), CType(4, Byte), CType(157, Byte), CType(128, Byte), CType(238, Byte), CType(90, Byte), CType(38, Byte), CType(79, Byte), CType(21, Byte), CType(247, Byte), CType(222, Byte), CType(0, Byte), CType(76, Byte), CType(231, Byte), CType(235, Byte), CType(226, Byte), CType(230, Byte), CType(19, Byte), CType(128, Byte), CType(102, Byte), CType(58, Byte), CType(87, Byte), CType(226, Byte), CType(233, Byte), CType(243, Byte), CType(238, Byte), CType(126, Byte), CType(71, Byte), CType(51, Byte), CType(17, Byte), CType(116, Byte), CType(154, Byte), CType(217, Byte), CType(41, Byte), CType(226, Byte), CType(234, Byte), CType(6, Byte), CType(12, Byte), CType(235, Byte), CType(99, Byte), CType(226, Byte), CType(230, Byte), CType(22, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(0, Byte), CType(128, Byte), CType(68, Byte), CType(108, Byte), CType(99, Byte), CType(78, Byte), CType(90, Byte), CType(216, Byte), CType(96, Byte), CType(122, Byte), CType(255, Byte), CType(35, Byte), CType(110, Byte), CType(49, Byte), CType(136, Byte), CType(170, Byte), CType(111, Byte), CType(139, Byte), CType(171, Byte), CType(223, Byte), CType(48, Byte), CType(118, Byte), CType(19, Byte), CType(247, Byte), CType(55, Byte), CType(225, Byte), CType(93, Byte), CType(36, Byte), CType(11, Byte), CType(197, Byte), CType(213, Byte), CType(18, Byte), CType(200, Byte), CType(129, Byte), CType(160, Byte), CType(211, Byte), CType(32, Byte), CType(130, Byte), CType(78, Byte), CType(0, Byte), CType(234, Byte), CType(70, Byte), CType(208, Byte), CType(9, Byte), CType(192, Byte), CType(43, Byte), CType(196, Byte), CType(189, Byte), CType(63, Byte), CType(0, Byte), CType(83, Byte), CType(61, Byte), CType(76, Byte), CType(220, Byte), CType(28, Byte), CType(2, Byte), CType(208, Byte), CType(108, Byte), CType(207, Byte), CType(17, Byte), CType(119, Byte), CType(207, Byte), CType(163, Byte), CType(153, Byte), CType(182, Byte), CType(22, Byte), CType(119, Byte), CType(157, Byte), CType(209, Byte), CType(115, Byte), CType(131, Byte), CType(44, Byte), CType(18, Byte), CType(87, Byte), CType(59, Byte), CType(96, Byte), CType(24, Byte), CType(239, Byte), CType(18, Byte), CType(55, Byte), CType(183, Byte), CType(64, Byte), CType(208, Byte), CType(9, Byte), CType(0, Byte), CType(0, Byte), CType(36, Byte), CType(98, Byte), CType(27, Byte), CType(115, Byte), CType(210, Byte), CType(194, Byte), CType(6, Byte), CType(51, Byte), CType(251, Byte), CType(161, Byte), CType(184, Byte), CType(5, Byte), CType(33, Byte), CType(170, Byte), CType(118, Byte), CType(17, Byte), CType(87, Byte), CType(191, Byte), CType(153, Byte), CType(172, Byte), CType(34, Byte), CType(191, Byte), CType(18, Byte), CType(247, Byte), CType(247, Byte), CType(224, Byte), CType(61, Byte), CType(77, Byte), CType(92, Byte), CType(45, Byte), CType(129, Byte), CType(92, Byte), CType(8, Byte), CType(58, Byte), CType(13, Byte), CType(34, Byte), CType(232, Byte), CType(4, Byte), CType(160, Byte), CType(110, Byte), CType(4, Byte), CType(157, Byte), CType(0, Byte), CType(132, Byte), CType(131, Byte), CType(196, Byte), CType(189, Byte), CType(71, Byte), CType(0, Byte), CType(43, Byte), CType(196, Byte), CType(147, Byte), CType(169, Byte), CType(127, Byte), CType(33, Byte), CType(110, Byte), CType(254, Byte), CType(0, Byte), CType(104, Byte), CType(182, Byte), CType(56, Byte), CType(206, Byte), CType(148, Byte), CType(224, Byte), CType(71, Byte), CType(123, Byte), CType(108, Byte), CType(33, Byte), CType(238, Byte), CType(58, Byte), CType(163, Byte), CType(111, Byte), CType(15, Byte), CType(113, Byte), CType(181, Byte), CType(3, Byte), CType(134, Byte), CType(113, Byte), CType(168, Byte), CType(184, Byte), CType(121, Byte), CType(5, Byte), CType(130, Byte), CType(78, Byte), CType(0, Byte), CType(0, Byte), CType(32, Byte), CType(17, Byte), CType(219, Byte), CType(152, Byte), CType(147, Byte), CType(22, Byte), CType(54, Byte), CType(152, Byte), CType(217, Byte), CType(131, Byte), CType(196, Byte), CType(45, Byte), CType(8, Byte), CType(81, Byte), CType(245, Byte), CType(83, Byte), CType(113, Byte), CType(245, Byte), CType(155, Byte), CType(201, Byte), CType(179, Byte), CType(196, Byte), CType(253, Byte), CType(45, Byte), CType(120, Byte), CType(191, Byte), CType(150, Byte), CType(8, Byte), CType(135, Byte), CType(185, Byte), CType(90, Byte), CType(2, Byte), CType(185, Byte), CType(16, Byte), CType(116, Byte), CType(26, Byte), CType(68, Byte), CType(208, Byte), CType(9, Byte), CType(64, Byte), CType(221, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(88, Byte), CType(225, Byte), CType(165, Byte), CType(226, Byte), CType(222, Byte), CType(39, Byte), CType(128, Byte), CType(176, Byte), CType(175, Byte), CType(184, Byte), CType(121, Byte), CType(3, Byte), CType(160, Byte), CType(29, Byte), CType(94, Byte), CType(37, Byte), CType(238, Byte), CType(222, Byte), CType(71, Byte), CType(243, Byte), CType(16, Byte), CType(116, Byte), CType(90, Byte), CType(185, Byte), CType(35, Byte), CType(196, Byte), CType(213, Byte), CType(14, Byte), CType(24, Byte), CType(198, Byte), CType(199, Byte), CType(197, Byte), CType(205, Byte), CType(43, Byte), CType(16, Byte), CType(116, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(137, Byte), CType(216, Byte), CType(198, Byte), CType(156, Byte), CType(180, Byte), CType(176, Byte), CType(193, Byte), CType(202, Byte), CType(125, Byte), CType(93, Byte), CType(220, Byte), CType(162, Byte), CType(16, Byte), CType(85, Byte), CType(179, Byte), CType(249, Byte), CType(165, Byte), CType(205, Byte), CType(154, Byte), CType(18, Byte), CType(191, Byte), CType(70, Byte), CType(115, Byte), CType(127, Byte), CType(7, Byte), CType(222, Byte), CType(99, Byte), CType(197, Byte), CType(213, Byte), CType(18, Byte), CType(200, Byte), CType(137, Byte), CType(160, Byte), CType(211, Byte), CType(32, Byte), CType(130, Byte), CType(78, Byte), CType(0, Byte), CType(234, Byte), CType(70, Byte), CType(208, Byte), CType(9, Byte), CType(192, Byte), CType(10, Byte), CType(55, Byte), CType(203, Byte), CType(227, Byte), CType(197, Byte), CType(189, Byte), CType(87, Byte), CType(160, Byte), CType(219, Byte), CType(226, Byte), CType(136, Byte), CType(243, Byte), CType(63, Byte), CType(136, Byte), CType(155, Byte), CType(55, Byte), CType(0, Byte), CType(218, Byte), CType(225, Byte), CType(42, Byte), CType(225, Byte), CType(243, Byte), CType(103, Byte), CType(59, Byte), CType(16, Byte), CType(116, Byte), CType(90, Byte), CType(185, Byte), CType(203, Byte), CType(101, Byte), CType(53, Byte), CType(113, Byte), CType(245, Byte), CType(3, Byte), CType(86, Byte), CType(230, Byte), CType(56, Byte), CType(113, Byte), CType(243, Byte), CType(10, Byte), CType(4, Byte), CType(157, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(34, Byte), CType(182, Byte), CType(49, Byte), CType(39, Byte), CType(45, Byte), CType(108, Byte), CType(176, Byte), CType(114, Byte), CType(59, Byte), CType(74, Byte), CType(124, Byte), CType(161, Byte), CType(236, Byte), CType(22, Byte), CType(134, Byte), CType(232, Byte), CType(59, Byte), CType(83, Byte), CType(226, Byte), CType(81, Byte), CType(249, Byte), CType(174, Byte), CType(134, Byte), CType(83, Byte), CType(189, Byte), CType(65, Byte), CType(220, Byte), CType(223, Byte), CType(128, Byte), CType(247, Byte), CType(19, Byte), CType(113, Byte), CType(117, Byte), CType(4, Byte), CType(114, Byte), CType(35, Byte), CType(232, Byte), CType(52, Byte), CType(136, Byte), CType(47, Byte), CType(154, Byte), CType(1, Byte), CType(212, Byte), CType(141, Byte), CType(160, Byte), CType(19, Byte), CType(128, Byte), CType(201, Byte), CType(254, Byte), CType(45, Byte), CType(247, Byte), CType(16, Byte), CType(247, Byte), CType(126, Byte), CType(129, Byte), CType(238, Byte), CType(58, Byte), CType(80, Byte), CType(220, Byte), CType(124, Byte), CType(1, Byte), CType(208, Byte), CType(46, Byte), CType(239, Byte), CType(20, Byte), CType(247, Byte), CType(30, Byte), CType(128, Byte), CType(102, Byte), CType(89, Byte), CType(79, Byte), CType(220, Byte), CType(245, Byte), CType(69, Byte), CType(213, Byte), CType(163, Byte), CType(197, Byte), CType(213, Byte), CType(15, Byte), CType(88, Byte), CType(153, Byte), CType(31, Byte), CType(136, Byte), CType(155, Byte), CType(83, Byte), CType(32, Byte), CType(232, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(18, Byte), CType(177, Byte), CType(141, Byte), CType(57, Byte), CType(105, Byte), CType(97, Byte), CType(131, Byte), CType(225, Byte), CType(124, Byte), CType(78, Byte), CType(220, Byte), CType(194, Byte), CType(16, Byte), CType(85, Byte), CType(79, Byte), CType(20, Byte), CType(87, Byte), CType(191, Byte), CType(201, Byte), CType(54, Byte), CType(146, Byte), CType(107, Byte), CType(197, Byte), CType(253, Byte), CType(251, Byte), CType(240, Byte), CType(30, Byte), CType(44, Byte), CType(174, Byte), CType(150, Byte), CType(64, Byte), CType(110, Byte), CType(4, Byte), CType(157, Byte), CType(6, Byte), CType(17, Byte), CType(116, Byte), CType(2, Byte), CType(80, Byte), CType(55, Byte), CType(130, Byte), CType(78, Byte), CType(0, Byte), CType(166, Byte), CType(250, Byte), CType(189, Byte), CType(44, Byte), CType(22, Byte), CType(247, Byte), CType(158, Byte), CType(129, Byte), CType(238, Byte), CType(89, Byte), CType(91, Byte), CType(174, Byte), CType(16, Byte), CType(55, Byte), CType(87, Byte), CType(0, Byte), CType(180, Byte), CType(203, Byte), CType(245, Byte), CType(178, Byte), CType(137, Byte), CType(184, Byte), CType(247, Byte), CType(2, Byte), CType(52, Byte), CType(199, Byte), CType(234, Byte), CType(226, Byte), CType(174, Byte), CType(47, Byte), CType(170, Byte), CType(190, Byte), CType(38, Byte), CType(174, Byte), CType(126, Byte), CType(192, Byte), CType(202, Byte), CType(92, Byte), CType(38, Byte), CType(110, Byte), CType(78, Byte), CType(129, Byte), CType(160, Byte), CType(19, Byte), CType(0, Byte), CType(0, Byte), CType(72, Byte), CType(196, Byte), CType(54, Byte), CType(230, Byte), CType(164, Byte), CType(133, Byte), CType(13, Byte), CType(134, Byte), CType(179, Byte), CType(149, Byte), CType(44, Byte), CType(23, Byte), CType(183, Byte), CType(56, Byte), CType(68, Byte), CType(223, Byte), CType(185, Byte), CType(178, Byte), CType(64, Byte), CType(92, Byte), CType(13, Byte), CType(87, Byte), CType(248, Byte), CType(152, Byte), CType(184, Byte), CType(127, Byte), CType(23, Byte), CType(94, Byte), CType(28, Byte), CType(157, Byte), CType(232, Byte), CType(234, Byte), CType(8, Byte), CType(140, Byte), CType(3, Byte), CType(65, Byte), CType(167, Byte), CType(65, Byte), CType(4, Byte), CType(157, Byte), CType(0, Byte), CType(212, Byte), CType(141, Byte), CType(160, Byte), CType(19, Byte), CType(0, Byte), CType(39, Byte), CType(62, Byte), CType(87, Byte), CType(185, Byte), CType(247, Byte), CType(12, Byte), CType(116, Byte), CType(207, Byte), CType(219, Byte), CType(196, Byte), CType(205, Byte), CType(17, Byte), CType(0, Byte), CType(237, Byte), CType(196, Byte), CType(251, Byte), CType(127, Byte), CType(59, Byte), CType(220, Byte), CType(40, Byte), CType(238, Byte), CType(250, Byte), CType(162, Byte), CType(47, Byte), CType(78, Byte), CType(88, Byte), CType(216, Byte), CType(82, Byte), CType(92, Byte), CType(253, Byte), CType(128, Byte), CType(233, Byte), CType(108, Byte), CType(42, Byte), CType(110, Byte), CType(62, Byte), CType(161, Byte), CType(135, Byte), CType(160, Byte), CType(19, Byte), CType(0, Byte), CType(0, Byte), CType(72, Byte), CType(194, Byte), CType(54, Byte), CType(230, Byte), CType(164, Byte), CType(133, Byte), CType(13, Byte), CType(134, Byte), CType(119, Byte), CType(132, Byte), CType(184, Byte), CType(197, Byte), CType(33, Byte), CType(170, Byte), CType(158, Byte), CType(46, Byte), CType(174, Byte), CType(126, Byte), CType(97, Byte), CType(123, Byte), CType(33, Byte), CType(48, Byte), CType(54, Byte), CType(188, Byte), CType(248, Byte), CType(64, Byte), CType(191, Byte), CType(131, Byte), CType(184, Byte), CType(90, Byte), CType(2, Byte), CType(227, Byte), CType(64, Byte), CType(208, Byte), CType(105, Byte), CType(16, Byte), CType(65, Byte), CType(39, Byte), CType(0, Byte), CType(117, Byte), CType(35, Byte), CType(232, Byte), CType(4, Byte), CType(96, Byte), CType(58, Byte), CType(15, Byte), CType(23, Byte), CType(247, Byte), CType(190, Byte), CType(129, Byte), CType(238, Byte), CType(136, Byte), CType(205, Byte), CType(188, Byte), CType(120, Byte), CType(194, Byte), CType(139, Byte), CType(155, Byte), CType(31, Byte), CType(0, Byte), CType(218, Byte), CType(41, Byte), CType(190, Byte), CType(87, Byte), CType(219, Byte), CType(90, Byte), CType(220, Byte), CType(123, Byte), CType(2, Byte), CType(154, Byte), CType(227, Byte), CType(74, Byte), CType(113, Byte), CType(215, Byte), CType(23, Byte), CType(85, Byte), CType(71, Byte), CType(137, Byte), CType(171, Byte), CType(31, Byte), CType(48, Byte), CType(157, Byte), CType(167, Byte), CType(138, Byte), CType(155, Byte), CType(75, Byte), CType(232, Byte), CType(33, Byte), CType(232, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(146, Byte), CType(176, Byte), CType(141, Byte), CType(57, Byte), CType(105, Byte), CType(97, Byte), CType(131, Byte), CType(225, Byte), CType(241, Byte), CType(5, Byte), CType(226, Byte), CType(112, Byte), CType(46, Byte), CType(150, Byte), CType(133, Byte), CType(226, Byte), CType(106, Byte), CType(120, Byte), CType(162, Byte), CType(184, Byte), CType(127, Byte), CType(7, Byte), CType(222, Byte), CType(103, Byte), CType(196, Byte), CType(213, Byte), CType(17, Byte), CType(24, Byte), CType(23, Byte), CType(130, Byte), CType(78, Byte), CType(131, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(168, Byte), CType(27, Byte), CType(65, Byte), CType(39, Byte), CType(0, Byte), CType(211, Byte), CType(57, Byte), CType(79, Byte), CType(86, Byte), CType(19, Byte), CType(247, Byte), CType(222, Byte), CType(129, Byte), CType(110, Byte), CType(136, Byte), CType(13, Byte), CType(96, Byte), CType(55, Byte), CType(55, Byte), CType(0, Byte), CType(180, Byte), CType(219, Byte), CType(241, Byte), CType(226, Byte), CType(222, Byte), CType(19, Byte), CType(208, Byte), CType(28, Byte), CType(23, Byte), CType(137, Byte), CType(187, Byte), CType(182, Byte), CType(168, Byte), CType(138, Byte), CType(96, Byte), CType(223, Byte), CType(93, Byte), CType(196, Byte), CType(213, Byte), CType(16, Byte), CType(112, Byte), CType(142, Byte), CType(21, Byte), CType(55, Byte), CType(151, Byte), CType(208, Byte), CType(67, Byte), CType(208, Byte), CType(9, Byte), CType(0, Byte), CType(0, Byte), CType(36, Byte), CType(97, Byte), CType(27, Byte), CType(115, Byte), CType(210, Byte), CType(194, Byte), CType(6, Byte), CType(179, Byte), CType(243, Byte), CType(110, Byte), CType(113, Byte), CType(11, Byte), CType(68, Byte), CType(84, Byte), CType(29, Byte), CType(32, Byte), CType(83, Byte), CType(107, Byte), CType(23, Byte), CType(191, Byte), CType(54, Byte), CType(118, Byte), CType(255, Byte), CType(44, Byte), CType(188, Byte), CType(101, Byte), CType(194, Byte), CType(227, Byte), CType(153, Byte), CType(81, Byte), CType(26, Byte), CType(130, Byte), CType(78, Byte), CType(131, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(168, Byte), CType(27, Byte), CType(65, Byte), CType(39, Byte), CType(0, Byte), CType(51, Byte), CType(121, Byte), CType(177, Byte), CType(184, Byte), CType(247, Byte), CType(14, Byte), CType(180, Byte), CType(31, Byte), CType(79, Byte), CType(76, Byte), CType(6, Byte), CType(186, Byte), CType(109, Byte), CType(39, Byte), CType(113, Byte), CType(239, Byte), CType(13, Byte), CType(104, Byte), CType(134, Byte), CType(179, Byte), CType(197, Byte), CType(93, Byte), CType(87, Byte), CType(12, Byte), CType(250, Byte), CType(186, Byte), CType(184, Byte), CType(26, Byte), CType(2, Byte), CType(83, Byte), CType(221, Byte), CType(70, Byte), CType(174, Byte), CType(19, Byte), CType(55, Byte), CType(143, Byte), CType(208, Byte), CType(67, Byte), CType(208, Byte), CType(9, Byte), CType(0, Byte), CType(0, Byte), CType(36, Byte), CType(97, Byte), CType(27, Byte), CType(115, Byte), CType(210, Byte), CType(194, Byte), CType(6, Byte), CType(179, Byte), CType(179, Byte), CType(190, Byte), CType(176, Byte), CType(217, Byte), CType(180, Byte), CType(114, Byte), CType(151, Byte), CType(202, Byte), CType(154, Byte), CType(178, Byte), CType(162, Byte), CType(110, Byte), CType(171, Byte), CType(200, Byte), CType(153, Byte), CType(226, Byte), CType(254, Byte), CType(89, Byte), CType(120, Byte), CType(31, Byte), CType(146, Byte), CType(201, Byte), CType(115, Byte), CType(15, Byte), CType(40, Byte), CType(1, Byte), CType(65, Byte), CType(167, Byte), CType(65, Byte), CType(4, Byte), CType(157, Byte), CType(0, Byte), CType(212, Byte), CType(141, Byte), CType(181, Byte), CType(39, Byte), CType(128, Byte), CType(153, Byte), CType(196, Byte), CType(103, Byte), CType(175, Byte), CType(53, Byte), CType(196, Byte), CType(189, Byte), CType(127, Byte), CType(160, Byte), CType(221, Byte), CType(190, Byte), CType(38, Byte), CType(110, Byte), CType(78, Byte), CType(0, Byte), CType(232, Byte), CType(134, Byte), CType(239, Byte), CType(137, Byte), CType(123, Byte), CType(111, Byte), CType(64, Byte), CType(51, Byte), CType(124, Byte), CType(95, Byte), CType(220, Byte), CType(117, Byte), CType(133, Byte), CType(247, Byte), CType(56, Byte), CType(113, Byte), CType(117, Byte), CType(4, Byte), CType(38, Byte), CType(123, Byte), CType(169, Byte), CType(184, Byte), CType(249, Byte), CType(131, Byte), CType(62, Byte), CType(130, Byte), CType(78, Byte), CType(0, Byte), CType(0, Byte), CType(32, Byte), CType(9, Byte), CType(219, Byte), CType(152, Byte), CType(147, Byte), CType(22, Byte), CType(54, Byte), CType(152, Byte), CType(189, Byte), CType(55, Byte), CType(138, Byte), CType(91, Byte), CType(36, Byte), CType(162, Byte), CType(234, Byte), CType(32, Byte), CType(89, Byte), CType(81, Byte), CType(179, Byte), CType(255, Byte), CType(187, Byte), CType(181, Byte), CType(13, Byte), CType(195, Byte), CType(185, Byte), CType(86, Byte), CType(54, Byte), CType(150, Byte), CType(201, Byte), CType(243, Byte), CType(14, Byte), CType(40, Byte), CType(1, Byte), CType(65, Byte), CType(167, Byte), CType(65, Byte), CType(4, Byte), CType(157, Byte), CType(0, Byte), CType(212, Byte), CType(141, Byte), CType(160, Byte), CType(19, Byte), CType(128, Byte), CType(149, Byte), CType(217, Byte), CType(95, Byte), CType(220, Byte), CType(251, Byte), CType(7, Byte), CType(218, Byte), CType(235, Byte), CType(193, Byte), CType(226, Byte), CType(230, Byte), CType(2, Byte), CType(128, Byte), CType(110, Byte), CType(217, Byte), CType(85, Byte), CType(220, Byte), CType(123, Byte), CType(4, Byte), CType(202, Byte), CType(199, Byte), CType(241, Byte), CType(90, Byte), CType(179, Byte), CType(243, Byte), CType(119, Byte), CType(225, Byte), CType(187, Byte), CType(82, Byte), CType(204, Byte), CType(100, Byte), CType(45, Byte), CType(137, Byte), CType(31, Byte), CType(0, Byte), CType(184, Byte), CType(249, Byte), CType(131, Byte), CType(62, Byte), CType(130, Byte), CType(78, Byte), CType(0, Byte), CType(0, Byte), CType(32, Byte), CType(9, Byte), CType(219, Byte), CType(152, Byte), CType(147, Byte), CType(22, Byte), CType(54, Byte), CType(152, Byte), CType(189, Byte), CType(197, Byte), CType(114, Byte), CType(185, Byte), CType(184, Byte), CType(133, Byte), CType(34, Byte), CType(250, Byte), CType(174, Byte), CType(148, Byte), CType(8, Byte), CType(0, Byte), CType(44, Byte), CType(146, Byte), CType(63, Byte), CType(223, Byte), CType(218, Byte), CType(134, Byte), CType(225, Byte), CType(28, Byte), CType(44, Byte), CType(110, Byte), CType(238, Byte), CType(1, Byte), CType(227, Byte), CType(70, Byte), CType(208, Byte), CType(105, Byte), CType(16, Byte), CType(65, Byte), CType(39, Byte), CType(0, Byte), CType(117, Byte), CType(35, Byte), CType(232, Byte), CType(4, Byte), CType(96, Byte), CType(101, Byte), CType(254, Byte), CType(36, Byte), CType(171, Byte), CType(138, Byte), CType(123, Byte), CType(15, Byte), CType(65, Byte), CType(251, Byte), CType(204, Byte), CType(151, Byte), CType(159, Byte), CType(139, Byte), CType(155, Byte), CType(11, Byte), CType(0, Byte), CType(186, Byte), CType(229, Byte), CType(151, Byte), CType(18, Byte), CType(239, Byte), CType(9, Byte), CType(238, Byte), CType(189, Byte), CType(2, Byte), CType(101, Byte), CType(123, Byte), CType(191, Byte), CType(184, Byte), CType(107, Byte), CType(138, Byte), CType(233, Byte), CType(253, Byte), CType(80, Byte), CType(22, Byte), CType(138, Byte), CType(171, Byte), CType(39, Byte), CType(240, Byte), CType(118, Byte), CType(113, Byte), CType(243, Byte), CType(6, Byte), CType(85, Byte), CType(4, Byte), CType(157, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(18, Byte), CType(182, Byte), CType(49, Byte), CType(39, Byte), CType(45, Byte), CType(108, Byte), CType(48, Byte), CType(26, Byte), CType(54, Byte), CType(251, Byte), CType(135, Byte), CType(243, Byte), CType(22, Byte), CType(121, Byte), CType(237, Byte), CType(148, Byte), CType(54, Byte), CType(204, Byte), CType(236, Byte), CType(31, Byte), CType(66, Byte), CType(112, Byte), CType(2, Byte), CType(165, Byte), CType(226, Byte), CType(189, Byte), CType(111, Byte), CType(16, Byte), CType(247, Byte), CType(43, Byte), CType(128, Byte), CType(186, Byte), CType(17, Byte), CType(116, Byte), CType(2, Byte), CType(48, Byte), CType(140, Byte), CType(71, Byte), CType(137, Byte), CType(123, Byte), CType(15, Byte), CType(65, Byte), CType(251, Byte), CType(60, Byte), CType(65, Byte), CType(220, Byte), CType(28, Byte), CType(0, Byte), CType(208, Byte), CType(77, Byte), CType(79, Byte), CType(20, Byte), CType(247, Byte), CType(94, Byte), CType(129, Byte), CType(178, Byte), CType(189, Byte), CType(70, Byte), CType(220, Byte), CType(245, Byte), CType(196, Byte), CType(204, Byte), CType(142, Byte), CType(22, Byte), CType(194, Byte), CType(125, Byte), CType(152, Byte), CType(234, Byte), CType(126, Byte), CType(178, Byte), CType(92, Byte), CType(220, Byte), CType(156, Byte), CType(65, Byte), CType(21, Byte), CType(65, Byte), CType(39, Byte), CType(0, Byte), CType(0, Byte), CType(144, Byte), CType(132, Byte), CType(109, Byte), CType(204, Byte), CType(73, Byte), CType(11, Byte), CType(27, Byte), CType(140, Byte), CType(38, Byte), CType(126, Byte), CType(61, Byte), CType(114, Byte), CType(177, Byte), CType(184, Byte), CType(197, Byte), CType(34, Byte), CType(250, Byte), CType(226, Byte), CType(8, Byte), CType(182, Byte), CType(107, Byte), CType(166, Byte), CType(180, Byte), CType(97, Byte), CType(102, Byte), CType(175, Byte), CType(16, Byte), CType(55, Byte), CType(231, Byte), CType(128, Byte), CType(18, Byte), CType(16, Byte), CType(116, Byte), CType(26, Byte), CType(68, Byte), CType(208, Byte), CType(9, Byte), CType(64, Byte), CType(221, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(24, Byte), CType(198, Byte), CType(113, Byte), CType(226, Byte), CType(222, Byte), CType(67, Byte), CType(208, Byte), CType(46, Byte), CType(171, Byte), CType(201, Byte), CType(5, Byte), CType(226, Byte), CType(230, Byte), CType(0, Byte), CType(128, Byte), CType(110, Byte), CType(138, Byte), CType(247, Byte), CType(132, Byte), CType(5, Byte), CType(226, Byte), CType(222, Byte), CType(51, Byte), CType(80, Byte), CType(174, Byte), CType(103, Byte), CType(137, Byte), CType(187, Byte), CType(158, Byte), CType(88, Byte), CType(185, Byte), CType(143, Byte), CType(10, Byte), CType(97, Byte), CType(39, Byte), CType(172, Byte), CType(176, Byte), CType(169, Byte), CType(112, Byte), CType(154, Byte), CType(196, Byte), CType(240, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(0, Byte), CType(128, Byte), CType(36, Byte), CType(108, Byte), CType(99, Byte), CType(78, Byte), CType(90, Byte), CType(216, Byte), CType(96, Byte), CType(116, Byte), CType(207, Byte), CType(16, Byte), CType(183, Byte), CType(88, Byte), CType(4, Byte), CType(70, Byte), CType(21, Byte), CType(31, Byte), CType(202, Byte), CType(226, Byte), CType(168, Byte), CType(63, Byte), CType(55, Byte), CType(223, Byte), CType(128, Byte), CType(18, Byte), CType(16, Byte), CType(116, Byte), CType(26, Byte), CType(68, Byte), CType(208, Byte), CType(9, Byte), CType(64, Byte), CType(221, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(24, Byte), CType(198, Byte), CType(13, Byte), CType(194, Byte), CType(186, Byte), CType(164, Byte), CType(253, Byte), CType(94, Byte), CType(36, Byte), CType(238, Byte), CType(250, Byte), CType(3, Byte), CType(232, Byte), CType(182, Byte), CType(23, Byte), CType(136, Byte), CType(123, Byte), CType(207, Byte), CType(64, Byte), CType(185, Byte), CType(30, Byte), CType(41, Byte), CType(238, Byte), CType(90, Byte), CType(98, Byte), CType(56, Byte), CType(199, Byte), CType(202, Byte), CType(234, Byte), CType(226, Byte), CType(106, Byte), CType(139, Byte), CType(238, Byte), CType(216, Byte), CType(64, Byte), CType(126, Byte), CType(45, Byte), CType(110, Byte), CType(142, Byte), CType(192, Byte), CType(35, Byte), CType(232, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(146, Byte), CType(176, Byte), CType(141, Byte), CType(57, Byte), CType(105, Byte), CType(97, Byte), CType(131, Byte), CType(209, Byte), CType(197, Byte), CType(175, Byte), CType(165, Byte), CType(126, Byte), CType(39, Byte), CType(110, Byte), CType(193, Byte), CType(8, Byte), CType(140, Byte), CType(226, Byte), CType(217, Byte), CType(226, Byte), CType(230, Byte), CType(26, Byte), CType(80, Byte), CType(10, Byte), CType(130, Byte), CType(78, Byte), CType(131, Byte), CType(216, Byte), CType(80, Byte), CType(4, Byte), CType(80, Byte), CType(55, Byte), CType(130, Byte), CType(78, Byte), CType(0, Byte), CType(134, Byte), CType(181, Byte), CType(159, Byte), CType(184, Byte), CType(247, Byte), CType(17, Byte), CType(180, Byte), CType(195, Byte), CType(109, Byte), CType(228, Byte), CType(114, Byte), CType(113, Byte), CType(215, Byte), CType(30, Byte), CType(64, Byte), CType(183, Byte), CType(93, Byte), CType(42, Byte), CType(107, Byte), CType(137, Byte), CType(123, Byte), CType(239, Byte), CType(64, Byte), CType(153, Byte), CType(238, Byte), CType(34, Byte), CType(238, Byte), CType(90, Byte), CType(98, Byte), CType(120, Byte), CType(103, Byte), CType(200, Byte), CType(150, Byte), CType(226, Byte), CType(234, Byte), CType(139, Byte), CType(246, Byte), CType(139, Byte), CType(107, Byte), CType(207, Byte), CType(222, Byte), CType(204, Byte), CType(236, Byte), CType(17, Byte), CType(116, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(73, Byte), CType(216, Byte), CType(198, Byte), CType(156, Byte), CType(180, Byte), CType(176, Byte), CType(193, Byte), CType(220, Byte), CType(60, Byte), CType(94, Byte), CType(220, Byte), CType(130, Byte), CType(17, Byte), CType(152, Byte), CType(173, Byte), CType(115, Byte), CType(133, Byte), CType(71, Byte), CType(141, Byte), CType(163, Byte), CType(116, Byte), CType(4, Byte), CType(157, Byte), CType(6, Byte), CType(17, Byte), CType(116, Byte), CType(2, Byte), CType(80, Byte), CType(55, Byte), CType(130, Byte), CType(78, Byte), CType(0, Byte), CType(134, Byte), CType(245, Byte), CType(41, Byte), CType(113, Byte), CType(239, Byte), CType(35, Byte), CType(104, Byte), CType(135, Byte), CType(183, Byte), CType(138, Byte), CType(187, Byte), CType(238, Byte), CType(0, Byte), CType(16, Byte), CType(94, Byte), CType(39, Byte), CType(238, Byte), CType(189, Byte), CType(3, Byte), CType(101, Byte), CType(90, Byte), CType(40, Byte), CType(55, Byte), CType(137, Byte), CType(187, Byte), CType(150, Byte), CType(24, Byte), CType(222, Byte), CType(191, Byte), CType(229, Byte), CType(21, Byte), CType(194, Byte), CType(119, Byte), CType(170, Byte), CType(221, Byte), CType(178, Byte), CType(151, Byte), CType(92, Byte), CType(41, Byte), CType(110, Byte), CType(78, Byte), CType(96, Byte), CType(102, Byte), CType(4, Byte), CType(157, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(18, Byte), CType(182, Byte), CType(49, Byte), CType(39, Byte), CType(45, Byte), CType(108, Byte), CType(48, Byte), CType(55, Byte), CType(113, Byte), CType(30, Byte), CType(248, Byte), CType(47, Byte), CType(196, Byte), CType(45, Byte), CType(26, Byte), CType(129, Byte), CType(217, Byte), CType(136, Byte), CType(208, Byte), CType(156, Byte), CType(155, Byte), CType(99, Byte), CType(64, Byte), CType(73, Byte), CType(8, Byte), CType(58, Byte), CType(13, Byte), CType(34, Byte), CType(232, Byte), CType(4, Byte), CType(160, Byte), CType(110, Byte), CType(4, Byte), CType(157, Byte), CType(0, Byte), CType(12, Byte), CType(43, Byte), CType(158, Byte), CType(232, Byte), CType(17, Byte), CType(159, Byte), CType(81, Byte), CType(221, Byte), CType(123, Byte), CType(9, Byte), CType(154, Byte), CType(109, Byte), CType(99, Byte), CType(137, Byte), CType(205, Byte), CType(92, Byte), CType(119, Byte), CType(221, Byte), CType(1, Byte), CType(32, Byte), CType(196, Byte), CType(154, Byte), CType(241, Byte), CType(118, Byte), CType(226, Byte), CType(222, Byte), CType(67, Byte), CType(80, Byte), CType(166, Byte), CType(63, Byte), CType(137, Byte), CType(187, Byte), CType(150, Byte), CType(152, Byte), CType(189, Byte), CType(115, Byte), CType(36, Byte), CType(194, Byte), CType(47, Byte), CType(172, Byte), CType(131, Byte), CType(218, Byte), CType(109, Byte), CType(83, Byte), CType(137, Byte), CType(99, Byte), CType(11, Byte), CType(221, Byte), CType(28, Byte), CType(192, Byte), CType(112, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(0, Byte), CType(128, Byte), CType(36, Byte), CType(108, Byte), CType(99, Byte), CType(78, Byte), CType(90, Byte), CType(216, Byte), CType(96, Byte), CType(238, Byte), CType(118, Byte), CType(19, Byte), CType(183, Byte), CType(104, Byte), CType(4, Byte), CType(134, Byte), CType(117, Byte), CType(186, Byte), CType(240, Byte), CType(65, Byte), CType(28, Byte), CType(77, Byte), CType(64, Byte), CType(208, Byte), CType(105, Byte), CType(16, Byte), CType(65, Byte), CType(39, Byte), CType(0, Byte), CType(117, Byte), CType(35, Byte), CType(232, Byte), CType(4, Byte), CType(96, Byte), CType(54, Byte), CType(238, Byte), CType(38, Byte), CType(238, Byte), CType(189, Byte), CType(4, Byte), CType(205, Byte), CType(118, Byte), CType(164, Byte), CType(184, Byte), CType(235, Byte), CType(13, Byte), CType(0, Byte), CType(147, Byte), CType(189, Byte), CType(87, Byte), CType(220, Byte), CType(123, Byte), CType(8, Byte), CType(202, Byte), CType(244, Byte), CType(125, Byte), CType(113, Byte), CType(215, Byte), CType(17, Byte), CType(163, Byte), CType(251, Byte), CType(141, Byte), CType(60, Byte), CType(75, Byte), CType(214, Byte), CType(16, Byte), CType(87, Byte), CType(115, Byte), CType(52, Byte), CType(211, Byte), CType(38, Byte), CType(242, Byte), CType(110, Byte), CType(185, Byte), CType(94, Byte), CType(220, Byte), CType(117, Byte), CType(199, Byte), CType(240, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(0, Byte), CType(128, Byte), CType(36, Byte), CType(108, Byte), CType(99, Byte), CType(78, Byte), CType(90, Byte), CType(216, Byte), CType(32, Byte), CType(141, Byte), CType(83, Byte), CType(196, Byte), CType(45, Byte), CType(28, Byte), CType(129, Byte), CType(97, Byte), CType(60, Byte), CType(92, Byte), CType(220, Byte), CType(188, Byte), CType(2, Byte), CType(74, Byte), CType(67, Byte), CType(208, Byte), CType(105, Byte), CType(16, Byte), CType(65, Byte), CType(39, Byte), CType(0, Byte), CType(117, Byte), CType(35, Byte), CType(232, Byte), CType(84, Byte), CType(117, Byte), CType(177, Byte), CType(196, Byte), CType(123, Byte), CType(47, Byte), CType(202, Byte), CType(182, Byte), CType(145, Byte), CType(108, Byte), CType(33, Byte), CType(119, Byte), CType(151, Byte), CType(7, Byte), CType(201, Byte), CType(30, Byte), CType(242, Byte), CType(20, Byte), CType(121, Byte), CType(181, Byte), CType(124, Byte), CType(80, Byte), CType(190, Byte), CType(40, Byte), CType(103, Byte), CType(201, Byte), CType(13, Byte), CType(226, Byte), CType(174, Byte), CType(51, Byte), CType(70, Byte), CType(247, Byte), CType(116, Byte), CType(113, Byte), CType(239, Byte), CType(37, Byte), CType(104, Byte), CType(174, Byte), CType(109, Byte), CType(101, Byte), CType(185, Byte), CType(184, Byte), CType(235, Byte), CType(13, Byte), CType(0, Byte), CType(147, Byte), CType(69, Byte), CType(8, Byte), CType(96, Byte), CType(115, Byte), CType(113, Byte), CType(239, Byte), CType(37, Byte), CType(40, Byte), CType(207, Byte), CType(199, Byte), CType(196, Byte), CType(93, Byte), CType(71, Byte), CType(204, Byte), CType(93, Byte), CType(124, Byte), CType(134, Byte), CType(250, Byte), CType(168, Byte), CType(60, Byte), CType(80, Byte), CType(86, Byte), CType(17, Byte), CType(87, Byte), CType(127, Byte), CType(148, Byte), CType(45, Byte), CType(142, Byte), CType(35, Byte), CType(140, Byte), CType(31, Byte), CType(152, Byte), CType(199, Byte), CType(19, Byte), CType(156, Byte), CType(150, Byte), CType(137, Byte), CType(187, Byte), CType(206, Byte), CType(152, Byte), CType(61, Byte), CType(130, Byte), CType(78, Byte), CType(0, Byte), CType(0, Byte), CType(32, Byte), CType(9, Byte), CType(219, Byte), CType(152, Byte), CType(147, Byte), CType(22, Byte), CType(54, Byte), CType(72, Byte), CType(227, Byte), CType(126, Byte), CType(226, Byte), CType(22, Byte), CType(142, Byte), CType(192, Byte), CType(202, Byte), CType(124, Byte), CType(87, Byte), CType(220, Byte), CType(156, Byte), CType(2, Byte), CType(74, Byte), CType(68, Byte), CType(208, Byte), CType(105, Byte), CType(80, Byte), CType(108, Byte), CType(230, Byte), CType(186, Byte), CType(90, Byte), CType(1, Byte), CType(64, Byte), CType(42, Byte), CType(4, Byte), CType(157, Byte), CType(170, Byte), CType(46, Byte), CType(18, Byte), CType(87, Byte), CType(39, Byte), CType(52, Byte), CType(211, Byte), CType(170, Byte), CType(178, Byte), CType(181, Byte), CType(236, Byte), CType(35, Byte), CType(31, Byte), CType(146, Byte), CType(95, Byte), CType(203, Byte), CType(205, Byte), CType(226, Byte), CType(174, Byte), CType(61, Byte), CType(134, Byte), CType(115, Byte), CType(152, Byte), CType(184, Byte), CType(90, Byte), CType(163, Byte), CType(185, Byte), CType(78, Byte), CType(16, Byte), CType(119, Byte), CType(173, Byte), CType(1, Byte), CType(192, Byte), CType(57, Byte), CType(90, Byte), CType(220, Byte), CType(123, Byte), CType(9, Byte), CType(202, Byte), CType(115, Byte), CType(128, Byte), CType(184, Byte), CType(107, Byte), CType(136, Byte), CType(180, Byte), CType(254, Byte), CType(42, Byte), CType(135, Byte), CType(203, Byte), CType(227, Byte), CType(100, Byte), CType(109, Byte), CType(113, Byte), CType(215, Byte), CType(2, Byte), CType(101, Byte), CType(88, Byte), CType(87, Byte), CType(158, Byte), CType(44, Byte), CType(159, Byte), CType(149, Byte), CType(171, Byte), CType(196, Byte), CType(93, Byte), CType(79, Byte), CType(204, Byte), CType(13, Byte), CType(65, Byte), CType(39, Byte), CType(0, Byte), CType(0, Byte), CType(144, Byte), CType(132, Byte), CType(109, Byte), CType(204, Byte), CType(73, Byte), CType(11, Byte), CType(27, Byte), CType(164, Byte), CType(195, Byte), CType(151, Byte), CType(143, Byte), CType(24, Byte), CType(197, Byte), CType(125, Byte), CType(196, Byte), CType(205, Byte), CType(39, Byte), CType(160, Byte), CType(68, Byte), CType(4, Byte), CType(157, Byte), CType(6, Byte), CType(17, Byte), CType(116, Byte), CType(2, Byte), CType(80, Byte), CType(55, Byte), CType(130, Byte), CType(78, Byte), CType(85, Byte), CType(4, Byte), CType(157, Byte), CType(218, Byte), CType(47, Byte), CType(142, Byte), CType(166, Byte), CType(136, Byte), CType(53, Byte), CType(199, Byte), CType(207, Byte), CType(197, Byte), CType(205, Byte), CType(1, Byte), CType(204, Byte), CType(44, Byte), CType(142, Byte), CType(193, Byte), CType(113, Byte), CType(117, Byte), CType(69, Byte), CType(51, Byte), CType(197, Byte), CType(19, Byte), CType(209, Byte), CType(220, Byte), CType(117, Byte), CType(6, Byte), CType(128, Byte), CType(233, Byte), CType(196, Byte), CType(19, Byte), CType(224, Byte), CType(182, Byte), CType(19, Byte), CType(247, Byte), CType(158, Byte), CType(130, Byte), CType(178, Byte), CType(60, Byte), CType(68, Byte), CType(220, Byte), CType(53, Byte), CType(68, Byte), CType(125, Byte), CType(110, Byte), CType(146, Byte), CType(95, Byte), CType(200, Byte), CType(7, Byte), CType(228, Byte), CType(73, Byte), CType(18, Byte), CType(129, Byte), CType(123, Byte), CType(158, Byte), CType(248, Byte), CType(52, Byte), CType(30, Byte), CType(11, Byte), CType(37, Byte), CType(158, Byte), CType(254, Byte), CType(250, Byte), CType(92, Byte), CType(249, Byte), CType(184, Byte), CType(156, Byte), CType(35, Byte), CType(252, Byte), CType(224, Byte), CType(161, Byte), CType(126, Byte), CType(4, Byte), CType(157, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(18, Byte), CType(182, Byte), CType(49, Byte), CType(39, Byte), CType(45, Byte), CType(108, Byte), CType(144, Byte), CType(206, Byte), CType(221, Byte), CType(132, Byte), CType(197, Byte), CType(56, Byte), CType(102, Byte), CType(227, Byte), CType(11, Byte), CType(226, Byte), CType(230, Byte), CType(18, Byte), CType(80, Byte), CType(42, Byte), CType(130, Byte), CType(78, Byte), CType(131, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(168, Byte), CType(27, Byte), CType(65, Byte), CType(167, Byte), CType(42, Byte), CType(130, Byte), CType(78, Byte), CType(221, Byte), CType(242, Byte), CType(0, Byte), CType(249, Byte), CType(166, Byte), CType(184, Byte), CType(185, Byte), CType(0, Byte), CType(239, Byte), CType(114, Byte), CType(113, Byte), CType(181, Byte), CType(68, Byte), CType(243, Byte), CType(204, Byte), CType(151, Byte), CType(159, Byte), CType(138, Byte), CType(187, Byte), CType(206, Byte), CType(0, Byte), CType(48, Byte), CType(147, Byte), CType(248, Byte), CType(49, Byte), CType(166, Byte), CType(123, Byte), CType(95, Byte), CType(65, Byte), CType(89, Byte), CType(226, Byte), CType(251, Byte), CType(4, Byte), CType(119, Byte), CType(253, Byte), CType(144, Byte), CType(215, Byte), CType(181, Byte), CType(242, Byte), CType(51, Byte), CType(249, Byte), CType(132, Byte), CType(196, Byte), CType(49, Byte), CType(203, Byte), CType(241, Byte), CType(228, Byte), CType(167, Byte), CType(157, Byte), CType(36, Byte), CType(142, Byte), CType(98, Byte), CType(142, Byte), CType(255, Byte), CType(22, Byte), CType(187, Byte), CType(107, Byte), CType(135, Byte), CType(225, Byte), CType(172, Byte), CType(37, Byte), CType(219, Byte), CType(200, Byte), CType(174, Byte), CType(242, Byte), CType(12, Byte), CType(57, Byte), CType(68, Byte), CType(226, Byte), CType(253, Byte), CType(233, Byte), CType(60, Byte), CType(225, Byte), CType(88, Byte), CType(222, Byte), CType(241, Byte), CType(32, Byte), CType(232, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(146, Byte), CType(176, Byte), CType(141, Byte), CType(57, Byte), CType(105, Byte), CType(97, Byte), CType(131, Byte), CType(180, Byte), CType(62, Byte), CType(45, Byte), CType(110, Byte), CType(1, Byte), CType(9, Byte), CType(76, Byte), CType(21, Byte), CType(31, Byte), CType(230, Byte), CType(238, Byte), CType(42, Byte), CType(110, Byte), CType(30, Byte), CType(1, Byte), CType(165, Byte), CType(34, Byte), CType(232, Byte), CType(4, Byte), CType(180, Byte), CType(215, Byte), CType(211, Byte), CType(197, Byte), CType(221, Byte), CType(247, Byte), CType(24, Byte), CType(63, Byte), CType(130, Byte), CType(78, Byte), CType(85, Byte), CType(4, Byte), CType(157, Byte), CType(186, Byte), CType(233, Byte), CType(145, Byte), CType(114, Byte), CType(137, Byte), CType(184, Byte), CType(57, Byte), CType(129, Byte), CType(65, Byte), CType(171, Byte), CType(139, Byte), CType(171, Byte), CType(35, Byte), CType(154, Byte), CType(229, Byte), CType(241, Byte), CType(226, Byte), CType(174, Byte), CType(47, Byte), CType(0, Byte), CType(12, Byte), CType(227, Byte), CType(254, Byte), CType(226, Byte), CType(222, Byte), CType(91, Byte), CType(80, Byte), CType(150, Byte), CType(63, Byte), CType(137, Byte), CType(187, Byte), CType(126, Byte), CType(40, Byte), CType(195, Byte), CType(50, Byte), CType(137, Byte), CType(207, Byte), CType(31, Byte), CType(63, Byte), CType(145, Byte), CType(99, Byte), CType(37, Byte), CType(158, Byte), CType(4, Byte), CType(245, Byte), CType(86, Byte), CType(121, Byte), CType(133, Byte), CType(60, Byte), CType(71, Byte), CType(158, Byte), CType(32, Byte), CType(187, Byte), CType(201, Byte), CType(125, Byte), CType(101, Byte), CType(71, Byte), CType(217, Byte), CType(82, Byte), CType(182, Byte), CType(184, Byte), CType(85, Byte), CType(60, Byte), CType(165, Byte), CType(52, Byte), CType(194, Byte), CType(108, Byte), CType(43, Byte), CType(148, Byte), CType(252, Byte), CType(228, Byte), CType(168, Byte), CType(213, Byte), CType(100, Byte), CType(242, Byte), CType(88, Byte), CType(195, Byte), CType(122, Byte), CType(178, Byte), CType(226, Byte), CType(181, Byte), CType(196, Byte), CType(235, Byte), CType(138, Byte), CType(215, Byte), CType(23, Byte), CType(63, Byte), CType(66, Byte), CType(216, Byte), CType(69, Byte), CType(246, Byte), CType(148, Byte), CType(56, Byte), CType(122, Byte), CType(250, Byte), CType(89, Byte), CType(242, Byte), CType(74, Byte), CType(121, Byte), CType(135, Byte), CType(28, Byte), CType(33, Byte), CType(241, Byte), CType(163, Byte), CType(222, Byte), CType(239, Byte), CType(201, Byte), CType(111, Byte), CType(132, Byte), CType(163, Byte), CType(231, Byte), CType(202, Byte), CType(116, Byte), CType(79, Byte), CType(183, Byte), CType(79, Byte), CType(8, Byte), CType(0, Byte), CType(0, Byte), CType(48, Byte), CType(91, Byte), CType(182, Byte), CType(49, Byte), CType(39, Byte), CType(45, Byte), CType(108, Byte), CType(144, Byte), CType(86, Byte), CType(44, Byte), CType(250, Byte), CType(227, Byte), CType(3, Byte), CType(144, Byte), CType(91, Byte), CType(68, Byte), CType(2, Byte), CType(147, Byte), CType(29, Byte), CType(41, Byte), CType(110, Byte), CType(14, Byte), CType(1, Byte), CType(37, Byte), CType(35, Byte), CType(232, Byte), CType(4, Byte), CType(180, Byte), CType(23, Byte), CType(65, Byte), CType(167, Byte), CType(114, Byte), CType(17, Byte), CType(116, Byte), CType(170, Byte), CType(34, Byte), CType(232, Byte), CType(212, Byte), CType(93, Byte), CType(183, Byte), CType(151, Byte), CType(56, Byte), CType(106, Byte), CType(196, Byte), CType(205, Byte), CType(11, Byte), CType(84, Byte), CType(221, Byte), CType(89, Byte), CType(92, Byte), CType(13, Byte), CType(209, Byte), CType(28, Byte), CType(11, Byte), CType(228, Byte), CType(247, Byte), CType(226, Byte), CType(174, Byte), CType(47, Byte), CType(0, Byte), CType(12, Byte), CType(227, Byte), CType(7, Byte), CType(226, Byte), CType(222, Byte), CType(95, Byte), CType(80, Byte), CType(150, Byte), CType(47, Byte), CType(137, Byte), CType(187, Byte), CType(126, Byte), CType(0, Byte), CType(80, Byte), CType(135, Byte), CType(29, Byte), CType(221, Byte), CType(62, Byte), CType(33, Byte), CType(0, Byte), CType(0, Byte), CType(192, Byte), CType(108, Byte), CType(217, Byte), CType(198, Byte), CType(156, Byte), CType(180, Byte), CType(176, Byte), CType(65, Byte), CType(122, Byte), CType(31, Byte), CType(22, Byte), CType(183, Byte), CType(136, Byte), CType(4, Byte), CType(86, Byte), CType(184, Byte), CType(94, Byte), CType(54, Byte), CType(21, Byte), CType(55, Byte), CType(127, Byte), CType(128, Byte), CType(146, Byte), CType(17, Byte), CType(116, Byte), CType(2, Byte), CType(218, Byte), CType(139, Byte), CType(160, Byte), CType(83, Byte), CType(185, Byte), CType(8, Byte), CType(58, Byte), CType(85, Byte), CType(17, Byte), CType(116, Byte), CType(234, Byte), CType(182, Byte), CType(181, Byte), CType(229, Byte), CType(215, Byte), CType(226, Byte), CType(230, Byte), CType(6, Byte), CType(250, Byte), CType(30, Byte), CType(36, Byte), CType(174, Byte), CType(126, Byte), CType(104, Byte), CType(142, Byte), CType(23, Byte), CType(136, Byte), CType(187, Byte), CType(182, Byte), CType(0, Byte), CType(48, Byte), CType(27, Byte), CType(123, Byte), CType(136, Byte), CType(123, Byte), CType(143, Byte), CType(65, Byte), CType(57, Byte), CType(94, Byte), CType(46, Byte), CType(238, Byte), CType(218, Byte), CType(1, Byte), CType(64, Byte), CType(29, Byte), CType(182, Byte), CType(115, Byte), CType(251, Byte), CType(132, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(179, Byte), CType(101, Byte), CType(27, Byte), CType(115, Byte), CType(210, Byte), CType(194, Byte), CType(6, Byte), CType(233, Byte), CType(109, Byte), CType(44, Byte), CType(215, Byte), CType(137, Byte), CType(91, Byte), CType(72, Byte), CType(2, Byte), CType(225, Byte), CType(221, Byte), CType(226, Byte), CType(230, Byte), CType(14, Byte), CType(80, Byte), CType(58, Byte), CType(130, Byte), CType(78, Byte), CType(64, Byte), CType(123, Byte), CType(17, Byte), CType(116, Byte), CType(42, Byte), CType(23, Byte), CType(65, Byte), CType(167, Byte), CType(42, Byte), CType(130, Byte), CType(78, Byte), CType(136, Byte), CType(167, Byte), CType(21, Byte), CType(93, Byte), CType(35, Byte), CType(110, Byte), CType(126, Byte), CType(160, Byte), CType(39, Byte), CType(142, Byte), CType(60, Byte), CType(115, Byte), CType(181, Byte), CType(67, Byte), CType(51, Byte), CType(44, Byte), CType(150, Byte), CType(203, Byte), CType(196, Byte), CType(93, Byte), CType(91, Byte), CType(0, Byte), CType(152, Byte), CType(141, Byte), CType(179, Byte), CType(165, Byte), CType(228, Byte), CType(227, Byte), CType(178, Byte), CType(208, Byte), CType(59, Byte), CType(242, Byte), CType(204, Byte), CType(93, Byte), CType(59, Byte), CType(0, Byte), CType(168, Byte), CType(195, Byte), CType(70, Byte), CType(110, Byte), CType(159, Byte), CType(16, Byte), CType(0, Byte), CType(0, Byte), CType(96, Byte), CType(182, Byte), CType(108, Byte), CType(99, Byte), CType(78, Byte), CType(90, Byte), CType(216, Byte), CType(160, Byte), CType(30, Byte), CType(135, Byte), CType(136, Byte), CType(91, Byte), CType(72, Byte), CType(2, Byte), CType(177, Byte), CType(89, Byte), CType(25, Byte), CType(103, Byte), CType(156, Byte), CType(187, Byte), CType(121, Byte), CType(3, Byte), CType(148, Byte), CType(142, Byte), CType(160, Byte), CType(19, Byte), CType(208, Byte), CType(94, Byte), CType(4, Byte), CType(157, Byte), CType(202, Byte), CType(69, Byte), CType(208, Byte), CType(169, Byte), CType(138, Byte), CType(160, Byte), CType(19, Byte), CType(194, Byte), CType(1, Byte), CType(226, Byte), CType(230, Byte), CType(7, Byte), CType(122, Byte), CType(120, Byte), CType(79, Byte), CType(111, Byte), CType(182, Byte), CType(165, Byte), CType(226, Byte), CType(174, Byte), CType(43, Byte), CType(0, Byte), CType(140, Byte), CType(226, Byte), CType(169, Byte), CType(226, Byte), CType(222, Byte), CType(107, Byte), CType(80, Byte), CType(134, Byte), CType(213, Byte), CType(132, Byte), CType(31, Byte), CType(204, Byte), CType(2, Byte), CType(200, Byte), CType(101, Byte), CType(161, Byte), CType(219, Byte), CType(39, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(152, Byte), CType(45, Byte), CType(219, Byte), CType(152, Byte), CType(147, Byte), CType(22, Byte), CType(54, Byte), CType(168, Byte), CType(199, Byte), CType(58, Byte), CType(194, Byte), CType(166, Byte), CType(20, Byte), CType(156, Byte), CType(215, Byte), CType(137, Byte), CType(155, Byte), CType(51, Byte), CType(64, Byte), CType(19, Byte), CType(16, Byte), CType(116, Byte), CType(2, Byte), CType(218, Byte), CType(139, Byte), CType(77, Byte), CType(241, Byte), CType(114, Byte), CType(177, Byte), CType(166, Byte), CType(172, Byte), CType(34, Byte), CType(232, Byte), CType(132, Byte), CType(176, Byte), CType(64, Byte), CType(206, Byte), CType(19, Byte), CType(55, Byte), CType(71, Byte), CType(176, Byte), CType(100, Byte), CType(233, Byte), CType(115, Byte), CType(196, Byte), CType(213, Byte), CType(13, Byte), CType(229, Byte), CType(219, Byte), CType(72, Byte), CType(174, Byte), CType(21, Byte), CType(119, Byte), CType(93, Byte), CType(1, Byte), CType(96, Byte), CType(20, Byte), CType(23, Byte), CType(202, Byte), CType(66, Byte), CType(113, Byte), CType(239, Byte), CType(57, Byte), CType(40, Byte), CType(195, Byte), CType(247, Byte), CType(197, Byte), CType(93, Byte), CType(59, Byte), CType(0, Byte), CType(72, Byte), CType(233, Byte), CType(95, Byte), CType(110, Byte), CType(143, Byte), CType(16, Byte), CType(0, Byte), CType(0, Byte), CType(96, Byte), CType(20, Byte), CType(182, Byte), CType(49, Byte), CType(39, Byte), CType(45, Byte), CType(110, Byte), CType(80, Byte), CType(159, Byte), CType(215, Byte), CType(136, Byte), CType(91, Byte), CType(80, Byte), CType(162, Byte), CType(187, Byte), CType(46, Byte), CType(149, Byte), CType(181, Byte), CType(196, Byte), CType(205, Byte), CType(23, Byte), CType(160, Byte), CType(9, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(237, Byte), CType(69, Byte), CType(208, Byte), CType(169, Byte), CType(92, Byte), CType(4, Byte), CType(157, Byte), CType(170, Byte), CType(8, Byte), CType(58, Byte), CType(97, Byte), CType(133, Byte), CType(103, Byte), CType(136, Byte), CType(155, Byte), CType(35, Byte), CType(232, Byte), CType(173, Byte), CType(217, Byte), CType(92, Byte), CType(205, Byte), CType(80, Byte), CType(190, Byte), CType(143, Byte), CType(138, Byte), CType(187, Byte), CType(166, Byte), CType(0, Byte), CType(48, Byte), CType(23, Byte), CType(7, Byte), CType(138, Byte), CType(123, Byte), CType(207, Byte), CType(65, Byte), CType(25, Byte), CType(94, Byte), CType(45, Byte), CType(238, Byte), CType(186, Byte), CType(1, Byte), CType(64, Byte), CType(74, Byte), CType(23, Byte), CType(184, Byte), CType(61, Byte), CType(66, Byte), CType(0, Byte), CType(0, Byte), CType(128, Byte), CType(81, Byte), CType(216, Byte), CType(198, Byte), CType(156, Byte), CType(180, Byte), CType(184, Byte), CType(65, Byte), CType(125, Byte), CType(34, Byte), CType(208, Byte), CType(18, Byte), CType(193, Byte), CType(22, Byte), CType(183, Byte), CType(168, Byte), CType(68, Byte), CType(55, Byte), CType(189, Byte), CType(64, Byte), CType(220, Byte), CType(92, Byte), CType(1, Byte), CType(154, Byte), CType(130, Byte), CType(160, Byte), CType(19, Byte), CType(208, Byte), CType(94, Byte), CType(4, Byte), CType(157, Byte), CType(202, Byte), CType(69, Byte), CType(208, Byte), CType(169, Byte), CType(138, Byte), CType(160, Byte), CType(19, Byte), CType(86, Byte), CType(88, Byte), CType(83, Byte), CType(184, Byte), CType(63, Byte), CType(188, Byte), CType(131, Byte), CType(196, Byte), CType(213, Byte), CType(12, Byte), CType(101, Byte), CType(187, Byte), CType(171, Byte), CType(44, Byte), CType(23, Byte), CType(119, Byte), CType(77, Byte), CType(1, Byte), CType(96, Byte), CType(46, Byte), CType(46, Byte), CType(151, Byte), CType(197, Byte), CType(226, Byte), CType(222, Byte), CType(123, Byte), CType(48, Byte), CType(126, Byte), CType(119, Byte), CType(23, Byte), CType(119, Byte), CType(221, Byte), CType(0, Byte), CType(32, Byte), CType(165, Byte), CType(239, Byte), CType(185, Byte), CType(61, Byte), CType(66, Byte), CType(0, Byte), CType(0, Byte), CType(128, Byte), CType(81, Byte), CType(216, Byte), CType(198, Byte), CType(156, Byte), CType(180, Byte), CType(184, Byte), CType(65, Byte), CType(189, Byte), CType(94, Byte), CType(36, Byte), CType(110, Byte), CType(81, Byte), CType(137, Byte), CType(238, Byte), CType(185, Byte), CType(64, Byte), CType(120, Byte), CType(84, Byte), CType(56, Byte), CType(154, Byte), CType(142, Byte), CType(160, Byte), CType(19, Byte), CType(208, Byte), CType(94, Byte), CType(4, Byte), CType(157, Byte), CType(202, Byte), CType(69, Byte), CType(144, Byte), CType(163, Byte), CType(138, Byte), CType(160, Byte), CType(19, Byte), CType(38, Byte), CType(59, Byte), CType(74, Byte), CType(220, Byte), CType(60, Byte), CType(233, Byte), CType(186, Byte), CType(165, Byte), CType(226, Byte), CType(234, Byte), CType(133, Byte), CType(178, Byte), CType(125, Byte), CType(73, Byte), CType(220, Byte), CType(245, Byte), CType(4, Byte), CType(128, Byte), CType(20, Byte), CType(222, Byte), CType(36, Byte), CType(238, Byte), CType(189, Byte), CType(7, Byte), CType(101, Byte), CType(184, Byte), CType(88, Byte), CType(220, Byte), CType(117, Byte), CType(3, Byte), CType(128, Byte), CType(84, Byte), CType(62, Byte), CType(238, Byte), CType(246, Byte), CType(8, Byte), CType(1, Byte), CType(0, Byte), CType(0, Byte), CType(70, Byte), CType(97, Byte), CType(27, Byte), CType(115, Byte), CType(210, Byte), CType(226, Byte), CType(6, Byte), CType(245, Byte), CType(138, Byte), CType(96, Byte), CType(203, Byte), CType(31, Byte), CType(197, Byte), CType(45, Byte), CType(44, Byte), CType(209, Byte), CType(45, Byte), CType(79, Byte), CType(22, Byte), CType(55, Byte), CType(71, Byte), CType(128, Byte), CType(38, Byte), CType(33, Byte), CType(232, Byte), CType(4, Byte), CType(180, Byte), CType(23, Byte), CType(65, Byte), CType(167, Byte), CType(114, Byte), CType(17, Byte), CType(116, Byte), CType(170, Byte), CType(34, Byte), CType(232, Byte), CType(132, Byte), CType(201, Byte), CType(246, Byte), CType(22, Byte), CType(55, Byte), CType(79, Byte), CType(186, Byte), CType(142, Byte), CType(160, Byte), CType(83, Byte), CType(243, Byte), CType(60, Byte), CType(64, Byte), CType(220, Byte), CType(181, Byte), CType(4, Byte), CType(128, Byte), CType(84, Byte), CType(254, Byte), CType(37, Byte), CType(235, Byte), CType(139, Byte), CType(123, Byte), CType(15, Byte), CType(194, Byte), CType(248, Byte), CType(113, Byte), CType(116, Byte), CType(41, Byte), CType(128, Byte), CType(186, Byte), CType(189, Byte), CType(222, Byte), CType(237, Byte), CType(17, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(140, Byte), CType(194, Byte), CType(54, Byte), CType(230, Byte), CType(164, Byte), CType(197, Byte), CType(13, Byte), CType(234, Byte), CType(247, Byte), CType(52, Byte), CType(113, Byte), CType(11, Byte), CType(75, Byte), CType(116, Byte), CType(199, Byte), CType(153, Byte), CType(178, Byte), CType(138, Byte), CType(184, Byte), CType(249, Byte), CType(1, Byte), CType(52, Byte), CType(9, Byte), CType(65, Byte), CType(39, Byte), CType(160, Byte), CType(189, Byte), CType(8, Byte), CType(58, Byte), CType(149, Byte), CType(139, Byte), CType(160, Byte), CType(83, Byte), CType(21, Byte), CType(65, Byte), CType(39, Byte), CType(76, Byte), CType(182, Byte), CType(142, Byte), CType(220, Byte), CType(44, Byte), CType(110, Byte), CType(174, Byte), CType(116, Byte), CType(25, Byte), CType(65, Byte), CType(167, Byte), CType(230, Byte), CType(249, Byte), CType(177, Byte), CType(184, Byte), CType(107, Byte), CType(9, Byte), CType(0, Byte), CType(41, Byte), CType(189, Byte), CType(95, Byte), CType(220, Byte), CType(123, Byte), CType(16, Byte), CType(198, Byte), CType(239, Byte), CType(17, Byte), CType(226, Byte), CType(174, Byte), CType(25, Byte), CType(0, Byte), CType(164, Byte), CType(242, Byte), CType(120, Byte), CType(183, Byte), CType(71, Byte), CType(8, Byte), CType(0, Byte), CType(0, Byte), CType(48, Byte), CType(10, Byte), CType(219, Byte), CType(152, Byte), CType(147, Byte), CType(22, Byte), CType(55, Byte), CType(168, Byte), CType(95, Byte), CType(4, Byte), CType(92, Byte), CType(126, Byte), CType(43, Byte), CType(110, Byte), CType(113, Byte), CType(137, Byte), CType(110, Byte), CType(120, Byte), CType(148, Byte), CType(184, Byte), CType(185, Byte), CType(1, Byte), CType(52, Byte), CType(13, Byte), CType(65, Byte), CType(39, Byte), CType(160, Byte), CType(189, Byte), CType(8, Byte), CType(58, Byte), CType(149, Byte), CType(139, Byte), CType(160, Byte), CType(83, Byte), CType(21, Byte), CType(65, Byte), CType(39, Byte), CType(76, Byte), CType(21, Byte), CType(71, Byte), CType(68, Byte), CType(187, Byte), CType(185, Byte), CType(210, Byte), CType(101, Byte), CType(4, Byte), CType(157, Byte), CType(154, Byte), CType(101, Byte), CType(79, Byte), CType(113, Byte), CType(215, Byte), CType(17, Byte), CType(0, Byte), CType(82, Byte), CType(91, Byte), CType(38, Byte), CType(91, Byte), CType(136, Byte), CType(123, Byte), CType(47, Byte), CType(194, Byte), CType(120, Byte), CType(197, Byte), CType(247, Byte), CType(199, Byte), CType(151, Byte), CType(136, Byte), CType(187, Byte), CType(110, Byte), CType(0, Byte), CType(144, Byte), CType(194, Byte), CType(86, Byte), CType(110, Byte), CType(143, Byte), CType(16, Byte), CType(0, Byte), CType(0, Byte), CType(96, Byte), CType(20, Byte), CType(182, Byte), CType(49, Byte), CType(39, Byte), CType(45, Byte), CType(110, Byte), CType(144, Byte), CType(7, Byte), CType(95, Byte), CType(92, Byte), CType(118, Byte), CType(215, Byte), CType(15, Byte), CType(196, Byte), CType(205, Byte), CType(9, Byte), CType(160, Byte), CType(137, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(237, Byte), CType(69, Byte), CType(208, Byte), CType(169, Byte), CType(92, Byte), CType(4, Byte), CType(157, Byte), CType(170, Byte), CType(8, Byte), CType(58, Byte), CType(97, Byte), CType(170, Byte), CType(47, Byte), CType(138, Byte), CType(155, Byte), CType(43, Byte), CType(93, Byte), CType(70, Byte), CType(208, Byte), CType(169, Byte), CType(57, Byte), CType(22, Byte), CType(200, Byte), CType(185, Byte), CType(226, Byte), CType(174, Byte), CType(35, Byte), CType(0, Byte), CType(212, Byte), CType(225, Byte), CType(83, Byte), CType(226, Byte), CType(222, Byte), CType(143, Byte), CType(48, Byte), CType(126, Byte), CType(239, Byte), CType(22, Byte), CType(119, Byte), CType(205, Byte), CType(0, Byte), CType(96, Byte), CType(174, Byte), CType(226, Byte), CType(248, Byte), CType(210, Byte), CType(249, Byte), CType(110, Byte), CType(143, Byte), CType(16, Byte), CType(0, Byte), CType(0, Byte), CType(96, Byte), CType(20, Byte), CType(182, Byte), CType(49, Byte), CType(39, Byte), CType(45, Byte), CType(110, Byte), CType(144, Byte), CType(199, Byte), CType(124, Byte), CType(57, Byte), CType(85, Byte), CType(220, Byte), CType(34, Byte), CType(19, Byte), CType(237, Byte), CType(246, Byte), CType(0, Byte), CType(113, Byte), CType(115, Byte), CType(2, Byte), CType(104, Byte), CType(34, Byte), CType(130, Byte), CType(78, Byte), CType(64, Byte), CType(123, Byte), CType(17, Byte), CType(116, Byte), CType(42, Byte), CType(23, Byte), CType(65, Byte), CType(167, Byte), CType(42, Byte), CType(130, Byte), CType(78, Byte), CType(152, Byte), CType(234, Byte), CType(96, Byte), CType(113, Byte), CType(115, Byte), CType(165, Byte), CType(203, Byte), CType(8, Byte), CType(58, Byte), CType(53, Byte), CType(199, Byte), CType(243, Byte), CType(196, Byte), CType(93, Byte), CType(67, Byte), CType(0, Byte), CType(168, Byte), CType(75, Byte), CType(28, Byte), CType(249, Byte), CType(122, Byte), CType(119, Byte), CType(113, Byte), CType(239, Byte), CType(73, Byte), CType(24, Byte), CType(175, Byte), CType(29, Byte), CType(197, Byte), CType(93, Byte), CType(51, Byte), CType(0, Byte), CType(152, Byte), CType(171, Byte), CType(31, Byte), CType(185, Byte), CType(253, Byte), CType(65, Byte), CType(0, Byte), CType(0, Byte), CType(128, Byte), CType(81, Byte), CType(217, Byte), CType(198, Byte), CType(156, Byte), CType(180, Byte), CType(192, Byte), CType(65, Byte), CType(62, Byte), CType(15, Byte), CType(19, Byte), CType(183, Byte), CType(200, Byte), CType(68, Byte), CType(123, Byte), CType(125, Byte), CType(69, Byte), CType(220, Byte), CType(92, Byte), CType(0, Byte), CType(154, Byte), CType(138, Byte), CType(160, Byte), CType(19, Byte), CType(208, Byte), CType(94, Byte), CType(4, Byte), CType(157, Byte), CType(202, Byte), CType(69, Byte), CType(208, Byte), CType(169, Byte), CType(138, Byte), CType(160, Byte), CType(19, Byte), CType(166, Byte), CType(122, Byte), CType(190, Byte), CType(184, Byte), CType(185, Byte), CType(210, Byte), CType(101, Byte), CType(4, Byte), CType(157, Byte), CType(154, Byte), CType(97, Byte), CType(177, Byte), CType(92, Byte), CType(42, Byte), CType(238, Byte), CType(26, Byte), CType(2, Byte), CType(64, Byte), CType(157, Byte), CType(78, Byte), CType(20, Byte), CType(247, Byte), CType(190, Byte), CType(132, Byte), CType(241, Byte), CType(251, Byte), CType(185, Byte), CType(184, Byte), CType(107, Byte), CType(6, Byte), CType(0, Byte), CType(115, Byte), CType(113, Byte), CType(176, Byte), CType(219, Byte), CType(31, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(24, Byte), CType(149, Byte), CType(109, Byte), CType(204, Byte), CType(73, Byte), CType(11, Byte), CType(28, Byte), CType(228, Byte), CType(245, Byte), CType(29, Byte), CType(113, Byte), CType(11, Byte), CType(77, Byte), CType(180, Byte), CType(79, Byte), CType(252, Byte), CType(66, Byte), CType(110, Byte), CType(123, Byte), CType(113, Byte), CType(243, Byte), CType(0, Byte), CType(104, Byte), CType(42, Byte), CType(130, Byte), CType(78, Byte), CType(64, Byte), CType(123, Byte), CType(17, Byte), CType(116, Byte), CType(42, Byte), CType(23, Byte), CType(65, Byte), CType(167, Byte), CType(42, Byte), CType(130, Byte), CType(78, Byte), CType(152, Byte), CType(138, Byte), CType(99, Byte), CType(194, Byte), CType(7, Byte), CType(17, Byte), CType(116, Byte), CType(106, Byte), CType(134, Byte), CType(55, Byte), CType(136, Byte), CType(187, Byte), CType(126, Byte), CType(0, Byte), CType(144, Byte), CType(195, Byte), CType(206, Byte), CType(226, Byte), CType(222, Byte), CType(155, Byte), CType(48, Byte), CType(94, Byte), CType(79, Byte), CType(21, Byte), CType(119, Byte), CType(189, Byte), CType(0, Byte), CType(96, Byte), CType(46, Byte), CType(30, Byte), CType(225, Byte), CType(246, Byte), CType(7, Byte), CType(1, Byte), CType(0, Byte), CType(0, Byte), CType(70, Byte), CType(101, Byte), CType(27, Byte), CType(115, Byte), CType(210, Byte), CType(2, Byte), CType(7, Byte), CType(121, Byte), CType(237, Byte), CType(36, Byte), CType(110, Byte), CType(161, Byte), CType(137, Byte), CType(246, Byte), CType(249, Byte), CType(164, Byte), CType(184, Byte), CType(57, Byte), CType(0, Byte), CType(52, Byte), CType(25, Byte), CType(65, Byte), CType(39, Byte), CType(160, Byte), CType(189, Byte), CType(8, Byte), CType(58, Byte), CType(149, Byte), CType(139, Byte), CType(160, Byte), CType(83, Byte), CType(21, Byte), CType(65, Byte), CType(39, Byte), CType(76, Byte), CType(245, Byte), CType(96, Byte), CType(113, Byte), CType(115, Byte), CType(165, Byte), CType(203, Byte), CType(8, Byte), CType(58, Byte), CType(149, Byte), CType(111, Byte), CType(67, Byte), CType(249, Byte), CType(151, Byte), CType(184, Byte), CType(235, Byte), CType(135, Byte), CType(65, Byte), CType(127, Byte), CType(149, Byte), CType(141, Byte), CType(101, Byte), CType(29, Byte), CType(96, Byte), CType(26, Byte), CType(235, Byte), CType(203, Byte), CType(133, Byte), CType(226, Byte), CType(230, Byte), CType(15, Byte), CType(188, Byte), CType(159, Byte), CType(136, Byte), CType(123, Byte), CType(127, Byte), CType(194, Byte), CType(120, Byte), CType(45, Byte), CType(20, Byte), CType(158, Byte), CType(246, Byte), CType(7, Byte), CType(32, Byte), CType(165, Byte), CType(255, Byte), CType(200, Byte), CType(154, Byte), CType(110, Byte), CType(127, Byte), CType(16, Byte), CType(0, Byte), CType(0, Byte), CType(96, Byte), CType(84, Byte), CType(182, Byte), CType(49, Byte), CType(39, Byte), CType(45, Byte), CType(112, Byte), CType(144, Byte), CType(223, Byte), CType(151, Byte), CType(196, Byte), CType(45, Byte), CType(56, Byte), CType(209, Byte), CType(30, Byte), CType(203, Byte), CType(228, Byte), CType(142, Byte), CType(226, Byte), CType(174, Byte), CType(63, Byte), CType(208, Byte), CType(100, Byte), CType(4, Byte), CType(157, Byte), CType(128, Byte), CType(246, Byte), CType(34, Byte), CType(232, Byte), CType(84, Byte), CType(46, Byte), CType(130, Byte), CType(78, Byte), CType(85, Byte), CType(4, Byte), CType(157, Byte), CType(48, Byte), CType(213, Byte), CType(142, Byte), CType(226, Byte), CType(230, Byte), CType(74, Byte), CType(151, Byte), CType(17, Byte), CType(116, Byte), CType(42, Byte), CType(223, Byte), CType(135, Byte), CType(196, Byte), CType(93, Byte), CType(59, Byte), CType(120, Byte), CType(172, Byte), CType(83, Byte), CType(48, Byte), CType(140, Byte), CType(189, Byte), CType(196, Byte), CType(205, Byte), CType(31, Byte), CType(76, Byte), CType(239, Byte), CType(177, Byte), CType(226, Byte), CType(106, Byte), CType(137, Byte), CType(241, Byte), CType(122, Byte), CType(163, Byte), CType(184, Byte), CType(235, Byte), CType(5, Byte), CType(0, Byte), CType(163, Byte), CType(248, Byte), CType(166, Byte), CType(219, Byte), CType(27, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(152, Byte), CType(11, Byte), CType(219, Byte), CType(152, Byte), CType(147, Byte), CType(22, Byte), CType(57, Byte), CType(200, Byte), CType(111, Byte), CType(59, Byte), CType(89, Byte), CType(46, Byte), CType(110, Byte), CType(209, Byte), CType(137, Byte), CType(118, Byte), CType(56, Byte), CType(76, Byte), CType(220, Byte), CType(181, Byte), CType(7, Byte), CType(154, Byte), CType(142, Byte), CType(160, Byte), CType(19, Byte), CType(208, Byte), CType(94, Byte), CType(108, Byte), CType(32, Byte), CType(150, Byte), CType(139, Byte), CType(160, Byte), CType(83, Byte), CType(21, Byte), CType(65, Byte), CType(39, Byte), CType(76, Byte), CType(181, Byte), CType(131, Byte), CType(184, Byte), CType(185, Byte), CType(210, Byte), CType(101, Byte), CType(4, Byte), CType(157, Byte), CType(202, Byte), CType(118, Byte), CType(23, Byte), CType(185, Byte), CType(81, Byte), CType(220, Byte), CType(181, Byte), CType(195, Byte), CType(160, Byte), CType(211, Byte), CType(101, Byte), CType(21, Byte), CType(113, Byte), CType(181, Byte), CType(4, Byte), CType(166, Byte), CType(58, Byte), CType(69, Byte), CType(220, Byte), CType(60, Byte), CType(130, Byte), CType(247, Byte), CType(91, Byte), CType(225, Byte), CType(254, Byte), CType(42, Byte), CType(79, Byte), CType(60, Byte), CType(165, Byte), CType(140, Byte), CType(207, Byte), CType(0, Byte), CType(0, Byte), CType(82, Byte), CType(121, Byte), CType(142, Byte), CType(219, Byte), CType(27, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(152, Byte), CType(11, Byte), CType(219, Byte), CType(152, Byte), CType(147, Byte), CType(22, Byte), CType(57, Byte), CType(24, Byte), CType(143, Byte), CType(99, Byte), CType(196, Byte), CType(45, Byte), CType(58, Byte), CType(209, Byte), CType(124, Byte), CType(215, Byte), CType(202, Byte), CType(6, Byte), CType(226, Byte), CType(174, Byte), CType(59, Byte), CType(208, Byte), CType(116, Byte), CType(4, Byte), CType(157, Byte), CType(128, Byte), CType(246, Byte), CType(34, Byte), CType(232, Byte), CType(84, Byte), CType(46, Byte), CType(54, Byte), CType(57, Byte), CType(170, Byte), CType(8, Byte), CType(58, Byte), CType(97, Byte), CType(170, Byte), CType(45, Byte), CType(196, Byte), CType(205, Byte), CType(149, Byte), CType(46, Byte), CType(35, Byte), CType(232, Byte), CType(84, Byte), CType(182, Byte), CType(227, Byte), CType(197, Byte), CType(93, Byte), CType(55, Byte), CType(120, Byte), CType(15, Byte), CType(16, Byte), CType(87, Byte), CType(71, Byte), CType(192, Byte), CType(137, Byte), CType(167, Byte), CType(252, Byte), CType(221, Byte), CType(44, Byte), CType(110, Byte), CType(46, Byte), CType(193, Byte), CType(227, Byte), CType(115, Byte), CType(64, Byte), CType(153, Byte), CType(226, Byte), CType(191, Byte), CType(229, Byte), CType(238, Byte), CType(122, Byte), CType(1, Byte), CType(192, Byte), CType(108, Byte), CType(196, Byte), CType(127, Byte), CType(19, Byte), CType(55, Byte), CType(116, Byte), CType(123, Byte), CType(131, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(115, Byte), CType(97, Byte), CType(27, Byte), CType(115, Byte), CType(210, Byte), CType(34, Byte), CType(7, Byte), CType(227, Byte), CType(177, Byte), CType(185, Byte), CType(196, Byte), CType(241, Byte), CType(102, Byte), CType(110, Byte), CType(241, Byte), CType(137, Byte), CType(102, Byte), CType(99, Byte), CType(83, Byte), CType(1, Byte), CType(109, Byte), CType(70, Byte), CType(208, Byte), CType(9, Byte), CType(104, Byte), CType(47, Byte), CType(54, Byte), CType(56, Byte), CType(202, Byte), CType(69, Byte), CType(208, Byte), CType(169, Byte), CType(138, Byte), CType(160, Byte), CType(19, Byte), CType(166, Byte), CType(34, Byte), CType(232, Byte), CType(52, Byte), CType(136, Byte), CType(207, Byte), CType(36, Byte), CType(229, Byte), CType(186, Byte), CType(175, Byte), CType(184, Byte), CType(107, Byte), CType(6, Byte), CType(239, Byte), CType(115, Byte), CType(226, Byte), CType(234, Byte), CType(8, Byte), CType(204, Byte), CType(228, Byte), CType(72, Byte), CType(113, Byte), CType(243, Byte), CType(9, Byte), CType(222, Byte), CType(197, Byte), CType(178, Byte), CType(186, Byte), CType(184, Byte), CType(90, Byte), CType(98, Byte), CType(124, Byte), CType(110, Byte), CType(43, Byte), CType(87, Byte), CType(136, Byte), CType(187, Byte), CType(102, Byte), CType(0, Byte), CType(48, Byte), CType(172, Byte), CType(111, Byte), CType(184, Byte), CType(125, Byte), CType(65, Byte), CType(0, Byte), CType(0, Byte), CType(128, Byte), CType(185, Byte), CType(178, Byte), CType(141, Byte), CType(57, Byte), CType(105, Byte), CType(161, Byte), CType(131, Byte), CType(241, Byte), CType(121, Byte), CType(191, Byte), CType(184, Byte), CType(197, Byte), CType(39, Byte), CType(154, Byte), CType(43, Byte), CType(190, Byte), CType(128, Byte), CType(184, Byte), CType(141, Byte), CType(184, Byte), CType(235, Byte), CType(13, Byte), CType(180, Byte), CType(1, Byte), CType(65, Byte), CType(39, Byte), CType(160, Byte), CType(189, Byte), CType(8, Byte), CType(58, Byte), CType(149, Byte), CType(139, Byte), CType(160, Byte), CType(83, Byte), CType(21, Byte), CType(65, Byte), CType(39, Byte), CType(76, Byte), CType(69, Byte), CType(208, Byte), CType(105, Byte), CType(16, Byte), CType(65, Byte), CType(167, Byte), CType(114, Byte), CType(253, Byte), CType(80, Byte), CType(220, Byte), CType(53, Byte), CType(195, Byte), CType(160, Byte), CType(235, Byte), CType(228, Byte), CType(14, Byte), CType(226, Byte), CType(234, Byte), CType(8, Byte), CType(204, Byte), CType(228, Byte), CType(246, Byte), CType(114, Byte), CType(141, Byte), CType(184, Byte), CType(121, Byte), CType(5, Byte), CType(239, Byte), CType(101, Byte), CType(226, Byte), CType(106, Byte), CType(137, Byte), CType(241, Byte), CType(122, Byte), CType(165, Byte), CType(184, Byte), CType(235, Byte), CType(5, Byte), CType(0, Byte), CType(195, Byte), CType(122, Byte), CType(188, Byte), CType(219, Byte), CType(23, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(152, Byte), CType(43, Byte), CType(219, Byte), CType(152, Byte), CType(147, Byte), CType(22, Byte), CType(58, Byte), CType(24, Byte), CType(159, Byte), CType(248, Byte), CType(226, Byte), CType(37, Byte), CType(142, Byte), CType(57, Byte), CType(115, Byte), CType(11, Byte), CType(80, Byte), CType(52, Byte), CType(83, Byte), CType(132, Byte), CType(64, Byte), CType(220, Byte), CType(181, Byte), CType(6, Byte), CType(218, Byte), CType(130, Byte), CType(160, Byte), CType(19, Byte), CType(208, Byte), CType(94, Byte), CType(4, Byte), CType(157, Byte), CType(202, Byte), CType(69, Byte), CType(208, Byte), CType(169, Byte), CType(138, Byte), CType(160, Byte), CType(19, Byte), CType(166, Byte), CType(34, Byte), CType(232, Byte), CType(52, Byte), CType(136, Byte), CType(160, Byte), CType(83, Byte), CType(153, Byte), CType(30, Byte), CType(35, Byte), CType(238, Byte), CType(122, Byte), CType(193, Byte), CType(99, Byte), CType(30, Byte), CType(99, Byte), CType(46, Byte), CType(94, Byte), CType(45, Byte), CType(110, Byte), CType(94, Byte), CType(193, Byte), CType(139, Byte), CType(31, Byte), CType(238, Byte), CType(173, Byte), CType(45, Byte), CType(174, Byte), CType(150, Byte), CType(24, Byte), CType(159, Byte), CType(133, Byte), CType(114, Byte), CType(174, Byte), CType(184, Byte), CType(107, Byte), CType(6, Byte), CType(0, Byte), CType(43, Byte), CType(115, Byte), CType(153, Byte), CType(172, Byte), CType(230, Byte), CType(246, Byte), CType(5, Byte), CType(1, Byte), CType(0, Byte), CType(0, Byte), CType(230, Byte), CType(202, Byte), CType(54, Byte), CType(230, Byte), CType(164, Byte), CType(133, Byte), CType(14, Byte), CType(198, Byte), CType(235, Byte), CType(173, Byte), CType(226, Byte), CType(22, Byte), CType(161, Byte), CType(104, Byte), CType(158, Byte), CType(120, Byte), CType(212, Byte), CType(119, Byte), CType(124, Byte), CType(1, Byte), CType(225, Byte), CType(174, Byte), CType(51, Byte), CType(208, Byte), CType(22, Byte), CType(4, Byte), CType(157, Byte), CType(128, Byte), CType(246, Byte), CType(34, Byte), CType(232, Byte), CType(84, Byte), CType(46, Byte), CType(130, Byte), CType(78, Byte), CType(85, Byte), CType(4, Byte), CType(157, Byte), CType(48, Byte), CType(21, Byte), CType(65, Byte), CType(167, Byte), CType(65, Byte), CType(4, Byte), CType(68, Byte), CType(202, Byte), CType(179, Byte), CType(64, Byte), CType(126, Byte), CType(43, Byte), CType(238, Byte), CType(122, Byte), CType(97, Byte), CType(208, Byte), CType(159, Byte), CType(101, Byte), CType(77, Byte), CType(113, Byte), CType(181, Byte), CType(4, Byte), CType(134, Byte), CType(17, Byte), CType(71, Byte), CType(177, Byte), CType(93, Byte), CType(40, Byte), CType(110, Byte), CType(126, Byte), CType(193, Byte), CType(139, Byte), CType(239, Byte), CType(40, Byte), CType(93, Byte), CType(45, Byte), CType(49, Byte), CType(94, Byte), CType(187, Byte), CType(138, Byte), CType(187, Byte), CType(94, Byte), CType(0, Byte), CType(176, Byte), CType(50, Byte), CType(175, Byte), CType(119, Byte), CType(123, Byte), CType(130, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(41, Byte), CType(216, Byte), CType(198, Byte), CType(156, Byte), CType(180, Byte), CType(216, Byte), CType(193, Byte), CType(120, Byte), CType(173, Byte), CType(35, Byte), CType(255, Byte), CType(16, Byte), CType(183, Byte), CType(16, Byte), CType(69, Byte), CType(179, Byte), CType(176, Byte), CType(65, Byte), CType(140, Byte), CType(46, Byte), CType(32, Byte), CType(232, Byte), CType(4, Byte), CType(180, Byte), CType(23, Byte), CType(255, Byte), CType(29, Byte), CType(43, Byte), CType(23, Byte), CType(65, Byte), CType(167, Byte), CType(42, Byte), CType(130, Byte), CType(78, Byte), CType(152, Byte), CType(138, Byte), CType(160, Byte), CType(211, Byte), CType(32, Byte), CType(130, Byte), CType(78, Byte), CType(229, Byte), CType(121, Byte), CType(182, Byte), CType(184, Byte), CType(107, Byte), CType(5, Byte), CType(239, Byte), CType(73, Byte), CType(226, Byte), CType(234, Byte), CType(8, Byte), CType(204, Byte), CType(198, Byte), CType(94, Byte), CType(226, Byte), CType(230, Byte), CType(23, Byte), CType(188, Byte), CType(120, Byte), CType(234, Byte), CType(252, Byte), CType(70, Byte), CType(226, Byte), CType(106, Byte), CType(137, Byte), CType(241, Byte), CType(250, Byte), CType(130, Byte), CType(184, Byte), CType(107, Byte), CType(6, Byte), CType(0, Byte), CType(211, Byte), CType(137, Byte), CType(35, Byte), CType(92, Byte), CType(215, Byte), CType(113, Byte), CType(123, Byte), CType(130, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(41, Byte), CType(216, Byte), CType(198, Byte), CType(156, Byte), CType(180, Byte), CType(216, Byte), CType(193, Byte), CType(248, Byte), CType(189, Byte), CType(74, Byte), CType(220, Byte), CType(98, Byte), CType(20, Byte), CType(205, Byte), CType(17, Byte), CType(191, Byte), CType(204, Byte), CType(93, Byte), CType(69, Byte), CType(220, Byte), CType(245, Byte), CType(5, Byte), CType(218, Byte), CType(132, Byte), CType(160, Byte), CType(19, Byte), CType(208, Byte), CType(94, Byte), CType(4, Byte), CType(157, Byte), CType(202, Byte), CType(69, Byte), CType(208, Byte), CType(169, Byte), CType(138, Byte), CType(160, Byte), CType(19, Byte), CType(166, Byte), CType(34, Byte), CType(232, Byte), CType(52, Byte), CType(136, Byte), CType(160, Byte), CType(83, Byte), CType(89, Byte), CType(226, Byte), CType(201, Byte), CType(68, Byte), CType(127, Byte), CType(21, Byte), CType(119, Byte), CType(173, Byte), CType(48, Byte), CType(232, Byte), CType(167, Byte), CType(50, Byte), CType(95, Byte), CType(92, Byte), CType(45, Byte), CType(129, Byte), CType(217, Byte), CType(58, Byte), CType(69, Byte), CType(220, Byte), CType(60, Byte), CType(131, Byte), CType(247, Byte), CType(97, Byte), CType(113, Byte), CType(117, Byte), CType(196, Byte), CType(120, Byte), CType(109, Byte), CType(44, Byte), CType(252, Byte), CType(80, Byte), CType(22, Byte), CType(192, Byte), CType(108, Byte), CType(28, Byte), CType(34, Byte), CType(118, Byte), CType(79, Byte), CType(16, Byte), CType(0, Byte), CType(0, Byte), CType(32, Byte), CType(5, Byte), CType(219, Byte), CType(152, Byte), CType(83, Byte), CType(44, Byte), CType(118, Byte), CType(48, Byte), CType(118, Byte), CType(139, Byte), CType(228, Byte), CType(82, Byte), CType(113, Byte), CType(11, Byte), CType(82, Byte), CType(52, Byte), CType(195, Byte), CType(158, Byte), CType(226, Byte), CType(174, Byte), CType(45, Byte), CType(208, Byte), CType(54, Byte), CType(4, Byte), CType(157, Byte), CType(128, Byte), CType(246, Byte), CType(34, Byte), CType(232, Byte), CType(84, Byte), CType(46, Byte), CType(130, Byte), CType(78, Byte), CType(85, Byte), CType(4, Byte), CType(157, Byte), CType(48, Byte), CType(21, Byte), CType(65, Byte), CType(167, Byte), CType(65, Byte), CType(4, Byte), CType(157, Byte), CType(202, Byte), CType(242, Byte), CType(122, Byte), CType(113, Byte), CType(215, Byte), CType(9, Byte), CType(131, Byte), CType(110, Byte), CType(150, Byte), CType(37, Byte), CType(226, Byte), CType(234, Byte), CType(8, Byte), CType(140, Byte), CType(98, Byte), CType(71, Byte), CType(137, Byte), CType(121, Byte), CType(229, Byte), CType(230, Byte), CType(27, Byte), CType(6, Byte), CType(45, Byte), CType(147, Byte), CType(173, Byte), CType(196, Byte), CType(213, Byte), CType(18, Byte), CType(227, Byte), CType(245, Byte), CType(120, Byte), CType(113, Byte), CType(215, Byte), CType(12, Byte), CType(0, Byte), CType(166, Byte), CType(138, Byte), CType(96, Byte), CType(228, Byte), CType(186, Byte), CType(98, Byte), CType(247, Byte), CType(4, Byte), CType(1, Byte), CType(0, Byte), CType(0, Byte), CType(82, Byte), CType(176, Byte), CType(141, Byte), CType(57, Byte), CType(197, Byte), CType(98, Byte), CType(7, Byte), CType(69, Byte), CType(216, Byte), CType(95, Byte), CType(220, Byte), CType(162, Byte), CType(20, Byte), CType(229, Byte), CType(251, Byte), CType(153, Byte), CType(184, Byte), CType(107, Byte), CType(10, Byte), CType(180, Byte), CType(17, Byte), CType(65, Byte), CType(39, Byte), CType(160, Byte), CType(189, Byte), CType(8, Byte), CType(58, Byte), CType(149, Byte), CType(139, Byte), CType(160, Byte), CType(83, Byte), CType(21, Byte), CType(65, Byte), CType(39, Byte), CType(76, Byte), CType(69, Byte), CType(208, Byte), CType(105, Byte), CType(16, Byte), CType(65, Byte), CType(167, Byte), CType(114, Byte), CType(172, Byte), CType(47, Byte), CType(87, Byte), CType(139, Byte), CType(187, Byte), CType(78, Byte), CType(24, Byte), CType(116, Byte), CType(140, Byte), CType(184, Byte), CType(58, Byte), CType(2, Byte), CType(115, Byte), CType(113, Byte), CType(164, Byte), CType(184, Byte), CType(249, Byte), CType(6, Byte), CType(239, Byte), CType(179, Byte), CType(226, Byte), CType(234, Byte), CType(136, Byte), CType(241, Byte), CType(251, Byte), CType(164, Byte), CType(184, Byte), CType(107, Byte), CType(6, Byte), CType(0, Byte), CType(147, Byte), CType(189, Byte), CType(72, Byte), CType(110, Byte), CType(121, Byte), CType(223, Byte), CType(112, Byte), CType(123, Byte), CType(130, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(41, Byte), CType(216, Byte), CType(198, Byte), CType(156, Byte), CType(86, Byte), CType(44, Byte), CType(120, Byte), CType(48, Byte), CType(118, Byte), CType(11, Byte), CType(228, Byte), CType(2, Byte), CType(113, Byte), CType(11, Byte), CType(83, Byte), CType(148, Byte), CType(109, Byte), CType(23, Byte), CType(113, Byte), CType(215, Byte), CType(20, Byte), CType(104, Byte), CType(35, Byte), CType(130, Byte), CType(78, Byte), CType(64, Byte), CType(123, Byte), CType(17, Byte), CType(116, Byte), CType(42, Byte), CType(23, Byte), CType(65, Byte), CType(167, Byte), CType(42, Byte), CType(130, Byte), CType(78, Byte), CType(152, Byte), CType(138, Byte), CType(160, Byte), CType(211, Byte), CType(32, Byte), CType(130, Byte), CType(78, Byte), CType(229, Byte), CType(248, Byte), CType(128, Byte), CType(184, Byte), CType(107, Byte), CType(132, Byte), CType(65, Byte), CType(215, Byte), CType(202, Byte), CType(38, Byte), CType(226, Byte), CType(234, Byte), CType(8, Byte), CType(204, Byte), CType(197, Byte), CType(237, Byte), CType(229, Byte), CType(26, Byte), CType(113, Byte), CType(243, Byte), CType(14, Byte), CType(131, Byte), CType(226, Byte), CType(9, Byte), CType(88, Byte), CType(247, Byte), CType(20, Byte), CType(87, Byte), CType(75, Byte), CType(140, Byte), CType(215, Byte), CType(109, Byte), CType(133, Byte), CType(239, Byte), CType(143, Byte), CType(1, Byte), CType(204, Byte), CType(228, Byte), CType(55, Byte), CType(18, Byte), CType(123, Byte), CType(77, Byte), CType(183, Byte), CType(188, Byte), CType(111, Byte), CType(184, Byte), CType(61, Byte), CType(65, Byte), CType(0, Byte), CType(0, Byte), CType(128, Byte), CType(20, Byte), CType(108, Byte), CType(99, Byte), CType(78, Byte), CType(43, Byte), CType(22, Byte), CType(60, Byte), CType(40, Byte), CType(194, Byte), CType(147, Byte), CType(197, Byte), CType(45, Byte), CType(78, Byte), CType(81, Byte), CType(174, Byte), CType(111, Byte), CType(138, Byte), CType(187, Byte), CType(150, Byte), CType(64, Byte), CType(91, Byte), CType(17, Byte), CType(116, Byte), CType(2, Byte), CType(218, Byte), CType(139, Byte), CType(160, Byte), CType(83, Byte), CType(185, Byte), CType(8, Byte), CType(58, Byte), CType(85, Byte), CType(17, Byte), CType(116, Byte), CType(194, Byte), CType(84, Byte), CType(4, Byte), CType(157, Byte), CType(6, Byte), CType(17, Byte), CType(116, Byte), CType(42, Byte), CType(195, Byte), CType(150, Byte), CType(18, Byte), CType(199, Byte), CType(64, Byte), CType(185, Byte), CType(107, Byte), CType(132, Byte), CType(65, Byte), CType(175, Byte), CType(17, Byte), CType(87, Byte), CType(71, Byte), CType(32, Byte), CType(133, Byte), CType(87, Byte), CType(139, Byte), CType(155, Byte), CType(119, Byte), CType(240, Byte), CType(190, Byte), CType(37, Byte), CType(174, Byte), CType(142, Byte), CType(24, Byte), CType(191, Byte), CType(187, Byte), CType(73, Byte), CType(4, Byte), CType(67, Byte), CType(221, Byte), CType(117, Byte), CType(3, Byte), CType(208, Byte), CType(109, Byte), CType(203, Byte), CType(229, Byte), CType(62, Byte), CType(242, Byte), CType(223, Byte), CType(247, Byte), CType(12, Byte), CType(183, Byte), CType(39, Byte), CType(8, Byte), CType(0, Byte), CType(0, Byte), CType(144, Byte), CType(130, Byte), CType(109, Byte), CType(204, Byte), CType(105, Byte), CType(242, Byte), CType(162, Byte), CType(7, Byte), CType(99, Byte), CType(183, Byte), CType(138, Byte), CType(156, Byte), CType(45, Byte), CType(110, Byte), CType(145, Byte), CType(138, Byte), CType(242, Byte), CType(240, Byte), CType(11, Byte), CType(55, Byte), CType(116, Byte), CType(17, Byte), CType(65, Byte), CType(39, Byte), CType(160, Byte), CType(189, Byte), CType(8, Byte), CType(58, Byte), CType(149, Byte), CType(139, Byte), CType(160, Byte), CType(83, Byte), CType(21, Byte), CType(65, Byte), CType(39, Byte), CType(76, Byte), CType(69, Byte), CType(208, Byte), CType(105, Byte), CType(16, Byte), CType(65, Byte), CType(167, Byte), CType(50, Byte), CType(28, Byte), CType(39, Byte), CType(238, Byte), CType(250, Byte), CType(96, Byte), CType(208, Byte), CType(31, Byte), CType(101, Byte), CType(13, Byte), CType(113, Byte), CType(117, Byte), CType(4, Byte), CType(82, Byte), CType(88, Byte), CType(93, Byte), CType(46, Byte), CType(20, Byte), CType(55, Byte), CType(255, Byte), CType(224, Byte), CType(61, Byte), CType(84, Byte), CType(92, Byte), CType(45, Byte), CType(49, Byte), CType(126, Byte), CType(123, Byte), CType(139, Byte), CType(187, Byte), CType(102, Byte), CType(0, Byte), CType(186, Byte), CType(237, Byte), CType(109, Byte), CType(82, Byte), CType(121, Byte), CType(191, Byte), CType(112, Byte), CType(123, Byte), CType(130, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(41, Byte), CType(216, Byte), CType(198, Byte), CType(156, Byte), CType(166, Byte), CType(46, Byte), CType(124, Byte), CType(48, Byte), CType(118, Byte), CType(143, Byte), CType(17, Byte), CType(183, Byte), CType(72, Byte), CType(69, Byte), CType(121, Byte), CType(62, Byte), CType(39, Byte), CType(238, Byte), CType(26, Byte), CType(2, Byte), CType(109, Byte), CType(70, Byte), CType(208, Byte), CType(9, Byte), CType(104, Byte), CType(47, Byte), CType(130, Byte), CType(78, Byte), CType(229, Byte), CType(34, Byte), CType(232, Byte), CType(84, Byte), CType(69, Byte), CType(208, Byte), CType(9, Byte), CType(83, Byte), CType(17, Byte), CType(116, Byte), CType(26, Byte), CType(68, Byte), CType(208, Byte), CType(105, Byte), CType(252, Byte), CType(118, Byte), CType(18, Byte), CType(119, Byte), CType(109, Byte), CType(224, Byte), CType(197, Byte), CType(166, Byte), CType(189, Byte), CType(171, Byte), CType(35, Byte), CType(144, Byte), CType(210, Byte), CType(94, Byte), CType(226, Byte), CType(230, Byte), CType(31, Byte), CType(188, Byte), CType(211, Byte), CType(100, Byte), CType(190, Byte), CType(184, Byte), CType(90, Byte), CType(98, Byte), CType(252, Byte), CType(222, Byte), CType(42, Byte), CType(238, Byte), CType(186, Byte), CType(1, Byte), CType(232, Byte), CType(166, Byte), CType(120, Byte), CType(207, Byte), CType(94, Byte), CType(40, Byte), CType(149, Byte), CType(247, Byte), CType(10, Byte), CType(183, Byte), CType(39, Byte), CType(8, Byte), CType(0, Byte), CType(0, Byte), CType(144, Byte), CType(130, Byte), CType(109, Byte), CType(204, Byte), CType(105, Byte), CType(234, Byte), CType(194, Byte), CType(7, Byte), CType(69, Byte), CType(248, Byte), CType(137, Byte), CType(184, Byte), CType(197, Byte), CType(42, Byte), CType(202, Byte), CType(113, Byte), CType(163, Byte), CType(108, Byte), CType(37, Byte), CType(238, Byte), CType(250, Byte), CType(1, Byte), CType(109, Byte), CType(70, Byte), CType(208, Byte), CType(9, Byte), CType(104, Byte), CType(47, Byte), CType(130, Byte), CType(78, Byte), CType(229, Byte), CType(34, Byte), CType(232, Byte), CType(84, Byte), CType(69, Byte), CType(208, Byte), CType(9, Byte), CType(83, Byte), CType(17, Byte), CType(116, Byte), CType(26, Byte), CType(68, Byte), CType(208, Byte), CType(105, Byte), CType(252, Byte), CType(190, Byte), CType(47, Byte), CType(238, Byte), CType(218, Byte), CType(96, Byte), CType(208, Byte), CType(41, Byte), CType(226, Byte), CType(106, Byte), CType(8, Byte), CType(212, Byte), CType(33, Byte), CType(230, Byte), CType(155, Byte), CType(155, Byte), CType(135, Byte), CType(240, Byte), CType(30, Byte), CType(47, Byte), CType(174, Byte), CType(142, Byte), CType(24, Byte), CType(191, Byte), CType(8, Byte), CType(161, Byte), CType(29, Byte), CType(45, Byte), CType(238, Byte), CType(186, Byte), CType(1, Byte), CType(232, Byte), CType(150, Byte), CType(191, Byte), CType(201, Byte), CType(102, Byte), CType(50, Byte), CType(240, Byte), CType(94, Byte), CType(225, Byte), CType(246, Byte), CType(4, Byte), CType(1, Byte), CType(0, Byte), CType(0, Byte), CType(82, Byte), CType(176, Byte), CType(141, Byte), CType(57, Byte), CType(185, Byte), CType(197, Byte), CType(15, Byte), CType(198, Byte), CType(238, Byte), CType(33, Byte), CType(226, Byte), CType(22, Byte), CType(172, Byte), CType(40, Byte), CType(199, Byte), CType(71, Byte), CType(197, Byte), CType(93, Byte), CType(59, Byte), CType(160, Byte), CType(237, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(237, Byte), CType(69, Byte), CType(208, Byte), CType(169, Byte), CType(92, Byte), CType(4, Byte), CType(157, Byte), CType(170, Byte), CType(8, Byte), CType(58, Byte), CType(97, Byte), CType(42, Byte), CType(130, Byte), CType(78, Byte), CType(131, Byte), CType(8, Byte), CType(58, Byte), CType(141, Byte), CType(215, Byte), CType(30, Byte), CType(226, Byte), CType(174, Byte), CType(11, Byte), CType(6, Byte), CType(197, Byte), CType(145, Byte), CType(240, Byte), CType(59, Byte), CType(138, Byte), CType(171, Byte), CType(35, Byte), CType(80, Byte), CType(135, Byte), CType(152, Byte), CType(111, Byte), CType(49, Byte), CType(239, Byte), CType(220, Byte), CType(124, Byte), CType(196, Byte), CType(160, Byte), CType(115, Byte), CType(101, Byte), CType(129, Byte), CType(184, Byte), CType(90, Byte), CType(98, Byte), CType(252, Byte), CType(86, Byte), CType(149, Byte), CType(19, Byte), CType(196, Byte), CType(93, Byte), CType(59, Byte), CType(0, Byte), CType(221, Byte), CType(176, Byte), CType(76, Byte), CType(166, Byte), CType(61, Byte), CType(106, Byte), CType(212, Byte), CType(237, Byte), CType(9, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(164, Byte), CType(96, Byte), CType(27, Byte), CType(115, Byte), CType(114, Byte), CType(139, Byte), CType(31, Byte), CType(20, Byte), CType(225, Byte), CType(36, Byte), CType(113, Byte), CType(11, Byte), CType(87, Byte), CType(140, Byte), CType(223, Byte), CType(117, Byte), CType(178, Byte), CType(177, Byte), CType(184, Byte), CType(235, Byte), CType(6, Byte), CType(180, Byte), CType(29, Byte), CType(65, Byte), CType(39, Byte), CType(160, Byte), CType(189, Byte), CType(8, Byte), CType(58, Byte), CType(149, Byte), CType(139, Byte), CType(160, Byte), CType(83, Byte), CType(21, Byte), CType(65, Byte), CType(39, Byte), CType(76, Byte), CType(69, Byte), CType(208, Byte), CType(105, Byte), CType(16, Byte), CType(65, Byte), CType(167, Byte), CType(241, Byte), CType(89, Byte), CType(69, Byte), CType(126, Byte), CType(45, Byte), CType(238, Byte), CType(186, Byte), CType(96, Byte), CType(208, Byte), CType(17, Byte), CType(226, Byte), CType(234, Byte), CType(8, Byte), CType(212, Byte), CType(233, Byte), CType(72, Byte), CType(113, Byte), CType(243, Byte), CType(17, Byte), CType(222, Byte), CType(179, Byte), CType(197, Byte), CType(213, Byte), CType(17, Byte), CType(101, Byte), CType(88, Byte), CType(36, Byte), CType(39, Byte), CType(139, Byte), CType(187, Byte), CType(118, Byte), CType(0, Byte), CType(218, Byte), CType(45, Byte), CType(130, Byte), CType(187, Byte), CType(251, Byte), CType(138, Byte), CType(123, Byte), CType(111, Byte), CType(184, Byte), CType(133, Byte), CType(219, Byte), CType(19, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(72, Byte), CType(193, Byte), CType(54, Byte), CType(230, Byte), CType(228, Byte), CType(22, Byte), CType(63, Byte), CType(40, Byte), CType(194, Byte), CType(61, Byte), CType(197, Byte), CType(45, Byte), CType(94, Byte), CType(49, Byte), CType(126, Byte), CType(111, Byte), CType(23, Byte), CType(119, Byte), CType(205, Byte), CType(128, Byte), CType(46, Byte), CType(32, Byte), CType(232, Byte), CType(4, Byte), CType(180, Byte), CType(23, Byte), CType(65, Byte), CType(167, Byte), CType(114, Byte), CType(17, Byte), CType(116, Byte), CType(170, Byte), CType(34, Byte), CType(232, Byte), CType(132, Byte), CType(169, Byte), CType(8, Byte), CType(58, Byte), CType(13, Byte), CType(34, Byte), CType(232, Byte), CType(52, Byte), CType(62, Byte), CType(207, Byte), CType(20, Byte), CType(119, Byte), CType(77, Byte), CType(48, Byte), CType(232, Byte), CType(106, Byte), CType(217, Byte), CType(80, Byte), CType(92, Byte), CType(29, Byte), CType(129, Byte), CType(58, Byte), CType(221, Byte), CType(94, Byte), CType(174, Byte), CType(17, Byte), CType(55, Byte), CType(47, Byte), CType(49, Byte), CType(232, Byte), CType(47, Byte), CType(18, Byte), CType(97, Byte), CType(26, Byte), CType(87, Byte), CType(75, Byte), CType(148, Byte), CType(97, Byte), CType(77, Byte), CType(33, Byte), CType(236, Byte), CType(4, Byte), CType(116, Byte), CType(207, Byte), CType(129, Byte), CType(226, Byte), CType(222, Byte), CType(19, Byte), CType(254, Byte), CType(203, Byte), CType(237, Byte), CType(9, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(164, Byte), CType(96, Byte), CType(27, Byte), CType(115, Byte), CType(114, Byte), CType(139, Byte), CType(31, Byte), CType(20, Byte), CType(227, Byte), CType(56, Byte), CType(113, Byte), CType(11, Byte), CType(88, Byte), CType(140, Byte), CType(207, Byte), CType(85, Byte), CType(178, Byte), CType(142, Byte), CType(184, Byte), CType(235, Byte), CType(5, Byte), CType(116, Byte), CType(1, Byte), CType(65, Byte), CType(39, Byte), CType(160, Byte), CType(189, Byte), CType(8, Byte), CType(58, Byte), CType(149, Byte), CType(139, Byte), CType(160, Byte), CType(83, Byte), CType(21, Byte), CType(65, Byte), CType(39, Byte), CType(76, Byte), CType(69, Byte), CType(208, Byte), CType(105, Byte), CType(16, Byte), CType(65, Byte), CType(167, Byte), CType(241, Byte), CType(136, Byte), CType(32, Byte), CType(64, Byte), CType(4, Byte), CType(2, Byte), CType(220, Byte), CType(53, Byte), CType(193, Byte), CType(160, Byte), CType(87, Byte), CType(138, Byte), CType(171, Byte), CType(35, Byte), CType(144, Byte), CType(195, Byte), CType(171, Byte), CType(197, Byte), CType(205, Byte), CType(75, Byte), CType(120, Byte), CType(175, Byte), CType(18, Byte), CType(87, Byte), CType(71, Byte), CType(148, Byte), CType(35, Byte), CType(194, Byte), CType(78, Byte), CType(156, Byte), CType(16, Byte), CType(0, Byte), CType(116, Byte), CType(199, Byte), CType(74, Byte), CType(67, Byte), CType(78, Byte), CType(193, Byte), CType(237, Byte), CType(9, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(164, Byte), CType(96, Byte), CType(27, Byte), CType(115, Byte), CType(114, Byte), CType(139, Byte), CType(31, Byte), CType(20, Byte), CType(99, Byte), CType(107, Byte), CType(89, Byte), CType(46, Byte), CType(110, Byte), CType(33, Byte), CType(139, Byte), CType(241, Byte), CType(224, Byte), CType(139, Byte), CType(29, Byte), CType(116, Byte), CType(29, Byte), CType(65, Byte), CType(39, Byte), CType(160, Byte), CType(189, Byte), CType(8, Byte), CType(58, Byte), CType(149, Byte), CType(139, Byte), CType(160, Byte), CType(83, Byte), CType(21, Byte), CType(65, Byte), CType(39, Byte), CType(76, Byte), CType(69, Byte), CType(208, Byte), CType(105, Byte), CType(16, Byte), CType(65, Byte), CType(167, Byte), CType(241, Byte), CType(120, Byte), CType(141, Byte), CType(184, Byte), CType(235, Byte), CType(129, Byte), CType(65, Byte), CType(191, Byte), CType(151, Byte), CType(133, Byte), CType(226, Byte), CType(234, Byte), CType(8, Byte), CType(228, Byte), CType(176, Byte), CType(186, Byte), CType(92, Byte), CType(40, Byte), CType(110, Byte), CType(126, Byte), CType(98, Byte), CType(16, Byte), CType(63, Byte), CType(252, Byte), CType(107, Byte), CType(134, Byte), CType(120, Byte), CType(95, Byte), CType(253, Byte), CType(156, Byte), CType(184, Byte), CType(107, Byte), CType(8, Byte), CType(160, Byte), CType(29, Byte), CType(110, Byte), CType(146, Byte), CType(120, Byte), CType(130, Byte), CType(168, Byte), CType(123, Byte), CType(15, Byte), CType(24, Byte), CType(224, Byte), CType(246, Byte), CType(4, Byte), CType(1, Byte), CType(0, Byte), CType(0, Byte), CType(82, Byte), CType(176, Byte), CType(141, Byte), CType(57, Byte), CType(185, Byte), CType(197, Byte), CType(15, Byte), CType(138, Byte), CType(242, Byte), CType(113, Byte), CType(113, Byte), CType(11, Byte), CType(90, Byte), CType(228, Byte), CType(119, Byte), CType(137, Byte), CType(240, Byte), CType(168, Byte), CType(110, Byte), CType(116, Byte), CType(29, Byte), CType(65, Byte), CType(39, Byte), CType(160, Byte), CType(189, Byte), CType(8, Byte), CType(58, Byte), CType(149, Byte), CType(139, Byte), CType(160, Byte), CType(83, Byte), CType(21, Byte), CType(65, Byte), CType(39, Byte), CType(76, Byte), CType(69, Byte), CType(208, Byte), CType(105, Byte), CType(16, Byte), CType(65, Byte), CType(167, Byte), CType(252, Byte), CType(214, Byte), CType(23, Byte), CType(222, Byte), CType(175, Byte), CType(135, Byte), CType(247, Byte), CType(88, Byte), CType(113, Byte), CType(117, Byte), CType(4, Byte), CType(114, Byte), CType(218, Byte), CType(75, Byte), CType(220, Byte), CType(252, Byte), CType(132, Byte), CType(247, Byte), CType(14, Byte), CType(113, Byte), CType(117, Byte), CType(68, Byte), CType(89, Byte), CType(230, Byte), CType(203, Byte), CType(91, Byte), CType(196, Byte), CType(93, Byte), CType(67, Byte), CType(0, Byte), CType(205, Byte), CType(22, Byte), CType(199, Byte), CType(174, Byte), CType(62, Byte), CType(90, Byte), CType(220, Byte), CType(189, Byte), CType(111, Byte), CType(185, Byte), CType(61, Byte), CType(65, Byte), CType(0, Byte), CType(0, Byte), CType(128, Byte), CType(20, Byte), CType(108, Byte), CType(99, Byte), CType(78, Byte), CType(110, Byte), CType(241, Byte), CType(131, Byte), CType(162, Byte), CType(108, Byte), CType(46, Byte), CType(215, Byte), CType(139, Byte), CType(91, Byte), CType(216, Byte), CType(34, Byte), CType(175, Byte), CType(231, Byte), CType(138, Byte), CType(187, Byte), CType(70, Byte), CType(64, Byte), CType(151, Byte), CType(16, Byte), CType(116, Byte), CType(2, Byte), CType(218, Byte), CType(139, Byte), CType(160, Byte), CType(83, Byte), CType(185, Byte), CType(216, Byte), CType(56, Byte), CType(175, Byte), CType(34, Byte), CType(232, Byte), CType(132, Byte), CType(169, Byte), CType(8, Byte), CType(58, Byte), CType(13, Byte), CType(34, Byte), CType(232, Byte), CType(148, Byte), CType(223, Byte), CType(161, Byte), CType(226, Byte), CType(174, Byte), CType(5, Byte), CType(6, Byte), CType(125, Byte), CType(91, Byte), CType(92, Byte), CType(13, Byte), CType(129, Byte), CType(113, Byte), CType(56, Byte), CType(69, Byte), CType(220, Byte), CType(60, Byte), CType(197, Byte), CType(160, Byte), CType(248, Byte), CType(126, Byte), CType(114, Byte), CType(99, Byte), CType(113, Byte), CType(117, Byte), CType(68, Byte), CType(121, Byte), CType(158, Byte), CType(44, Byte), CType(55, Byte), CType(136, Byte), CType(187, Byte), CType(150, Byte), CType(0, Byte), CType(154, Byte), CType(231, Byte), CType(2, Byte), CType(217, Byte), CType(78, Byte), CType(220, Byte), CType(253, Byte), CType(62, Byte), CType(45, Byte), CType(183, Byte), CType(39, Byte), CType(8, Byte), CType(0, Byte), CType(0, Byte), CType(144, Byte), CType(130, Byte), CType(109, Byte), CType(204, Byte), CType(201, Byte), CType(45, Byte), CType(126, Byte), CType(80, Byte), CType(28, Byte), CType(190, Byte), CType(48, Byte), CType(29, Byte), CType(191, Byte), CType(120, Byte), CType(172, Byte), CType(254, Byte), CType(2, Byte), CType(113, Byte), CType(215, Byte), CType(7, Byte), CType(232, Byte), CType(18, Byte), CType(130, Byte), CType(78, Byte), CType(64, Byte), CType(123, Byte), CType(17, Byte), CType(116, Byte), CType(42, Byte), CType(23, Byte), CType(65, Byte), CType(167, Byte), CType(42, Byte), CType(130, Byte), CType(78, Byte), CType(152, Byte), CType(138, Byte), CType(160, Byte), CType(211, Byte), CType(32, Byte), CType(130, Byte), CType(78, Byte), CType(121, Byte), CType(221, Byte), CType(73, Byte), CType(150, Byte), CType(137, Byte), CType(187, Byte), CType(22, Byte), CType(168, Byte), CType(138, Byte), CType(227, Byte), CType(249, Byte), CType(183, Byte), CType(23, Byte), CType(87, Byte), CType(71, Byte), CType(96, Byte), CType(28, Byte), CType(118, Byte), CType(148, Byte), CType(155, Byte), CType(197, Byte), CType(205, Byte), CType(87, Byte), CType(12, Byte), CType(250, Byte), CType(152, Byte), CType(184, Byte), CType(58, Byte), CType(162, Byte), CType(76, Byte), CType(247, Byte), CType(151, Byte), CType(139, Byte), CType(197, Byte), CType(93, Byte), CType(75, Byte), CType(0, Byte), CType(205, Byte), CType(113, Byte), CType(172, Byte), CType(140, Byte), CType(116, Byte), CType(124, Byte), CType(168, Byte), CType(219, Byte), CType(19, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(72, Byte), CType(193, Byte), CType(54, Byte), CType(230, Byte), CType(228, Byte), CType(22, Byte), CType(63, Byte), CType(40, Byte), CType(78, Byte), CType(60, Byte), CType(2, Byte), CType(255, Byte), CType(95, Byte), CType(226, Byte), CType(22, Byte), CType(185, Byte), CType(200, Byte), CType(99, Byte), CType(31, Byte), CType(113, Byte), CType(215, Byte), CType(6, Byte), CType(232, Byte), CType(26, Byte), CType(130, Byte), CType(78, Byte), CType(64, Byte), CType(123, Byte), CType(17, Byte), CType(116, Byte), CType(42, Byte), CType(23, Byte), CType(65, Byte), CType(167, Byte), CType(42, Byte), CType(130, Byte), CType(78, Byte), CType(152, Byte), CType(138, Byte), CType(160, Byte), CType(211, Byte), CType(32, Byte), CType(130, Byte), CType(78, Byte), CType(121, Byte), CType(125, Byte), CType(70, Byte), CType(220, Byte), CType(117, Byte), CType(192, Byte), CType(160, Byte), CType(15, Byte), CType(139, Byte), CType(171, Byte), CType(33, Byte), CType(48, Byte), CType(78, Byte), CType(71, Byte), CType(138, Byte), CType(155, Byte), CType(175, Byte), CType(24, Byte), CType(20, Byte), CType(97, Byte), CType(197, Byte), CType(173, Byte), CType(197, Byte), CType(213, Byte), CType(17, Byte), CType(101, Byte), CType(90, Byte), CType(79, Byte), CType(190, Byte), CType(44, Byte), CType(238, Byte), CType(122, Byte), CType(2, Byte), CType(40, Byte), CType(91, Byte), CType(28, Byte), CType(85, Byte), CType(183, Byte), CType(159, Byte), CType(184, Byte), CType(123, Byte), CType(123, Byte), CType(40, Byte), CType(110, Byte), CType(79, Byte), CType(16, Byte), CType(0, Byte), CType(0, Byte), CType(32, Byte), CType(5, Byte), CType(219, Byte), CType(152, Byte), CType(147, Byte), CType(91, Byte), CType(252, Byte), CType(160, Byte), CType(72, Byte), CType(241, Byte), CType(69, Byte), CType(181, Byte), CType(91, Byte), CType(236, Byte), CType(162, Byte), CType(126, Byte), CType(103, Byte), CType(72, Byte), CType(156, Byte), CType(111, Byte), CType(239, Byte), CType(174, Byte), CType(11, Byte), CType(208, Byte), CType(53, Byte), CType(4, Byte), CType(157, Byte), CType(128, Byte), CType(246, Byte), CType(34, Byte), CType(232, Byte), CType(84, Byte), CType(46, Byte), CType(130, Byte), CType(78, Byte), CType(85, Byte), CType(4, Byte), CType(157, Byte), CType(48, Byte), CType(21, Byte), CType(65, Byte), CType(167, Byte), CType(65, Byte), CType(4, Byte), CType(157, Byte), CType(242, Byte), CType(185, Byte), CType(183, Byte), CType(184, Byte), CType(107, Byte), CType(128, Byte), CType(65, Byte), CType(87, Byte), CType(74, Byte), CType(108, Byte), CType(184, Byte), CType(187, Byte), CType(58, Byte), CType(2, Byte), CType(227, Byte), CType(116, Byte), CType(123, Byte), CType(137, Byte), CType(205, Byte), CType(100, Byte), CType(55, Byte), CType(111, Byte), CType(49, Byte), CType(232, Byte), CType(11, Byte), CType(226, Byte), CType(234, Byte), CType(136, Byte), CType(114, Byte), CType(197, Byte), CType(247, Byte), CType(154, Byte), CType(47, Byte), CType(148, Byte), CType(127, Byte), CType(139, Byte), CType(187, Byte), CType(166, Byte), CType(0, Byte), CType(202, Byte), CType(19, Byte), CType(239, Byte), CType(181, Byte), CType(155, Byte), CType(137, Byte), CType(187, Byte), CType(167, Byte), CType(135, Byte), CType(230, Byte), CType(246, Byte), CType(4, Byte), CType(1, Byte), CType(0, Byte), CType(0, Byte), CType(82, Byte), CType(176, Byte), CType(141, Byte), CType(57, Byte), CType(185, Byte), CType(197, Byte), CType(15, Byte), CType(138, Byte), CType(116, Byte), CType(27, Byte), CType(185, Byte), CType(66, Byte), CType(220, Byte), CType(162, Byte), CType(23, Byte), CType(245, Byte), CType(218, Byte), CType(85, Byte), CType(220, Byte), CType(53, Byte), CType(1, Byte), CType(186, Byte), CType(136, Byte), CType(160, Byte), CType(19, Byte), CType(208, Byte), CType(94, Byte), CType(4, Byte), CType(157, Byte), CType(202, Byte), CType(69, Byte), CType(208, Byte), CType(169, Byte), CType(138, Byte), CType(160, Byte), CType(19, Byte), CType(166, Byte), CType(34, Byte), CType(232, Byte), CType(52, Byte), CType(136, Byte), CType(160, Byte), CType(83, Byte), CType(62, Byte), CType(223, Byte), CType(19, Byte), CType(119, Byte), CType(13, Byte), CType(48, Byte), CType(232, Byte), CType(64, Byte), CType(113, Byte), CType(53, Byte), CType(4, Byte), CType(74, Byte), CType(240, Byte), CType(106, Byte), CType(113, Byte), CType(243, Byte), CType(22, Byte), CType(222, Byte), CType(125, Byte), CType(196, Byte), CType(213, Byte), CType(17, Byte), CType(101, Byte), CType(139, Byte), CType(163, Byte), CType(86, Byte), CType(191, Byte), CType(45, Byte), CType(238, Byte), CType(154, Byte), CType(2, Byte), CType(40, Byte), CType(195, Byte), CType(249, Byte), CType(178, Byte), CType(187, Byte), CType(184, Byte), CType(123, Byte), CType(120, Byte), CType(214, Byte), CType(220, Byte), CType(158, Byte), CType(32, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(10, Byte), CType(182, Byte), CType(49, Byte), CType(39, Byte), CType(183, Byte), CType(248, Byte), CType(65, Byte), CType(177, Byte), CType(94, Byte), CType(38, Byte), CType(110, Byte), CType(241, Byte), CType(139, Byte), CType(250, Byte), CType(156, Byte), CType(44, Byte), CType(238, Byte), CType(90, Byte), CType(0, Byte), CType(93, Byte), CType(69, Byte), CType(208, Byte), CType(9, Byte), CType(104, Byte), CType(47, Byte), CType(130, Byte), CType(78, Byte), CType(229, Byte), CType(34, Byte), CType(232, Byte), CType(84, Byte), CType(69, Byte), CType(208, Byte), CType(9, Byte), CType(83, Byte), CType(17, Byte), CType(116, Byte), CType(26, Byte), CType(68, Byte), CType(208, Byte), CType(41, Byte), CType(143, Byte), CType(255, Byte), CType(17, Byte), CType(87, Byte), CType(127, Byte), CType(12, Byte), CType(250, Byte), CType(157, Byte), CType(44, Byte), CType(16, Byte), CType(87, Byte), CType(71, Byte), CType(160, Byte), CType(4, Byte), CType(171, Byte), CType(203, Byte), CType(133, Byte), CType(226, Byte), CType(230, Byte), CType(47, Byte), CType(6, Byte), CType(69, Byte), CType(200, Byte), CType(211, Byte), CType(213, Byte), CType(17, Byte), CType(229, Byte), CType(139, Byte), CType(167, Byte), CType(59, Byte), CType(197, Byte), CType(103, Byte), CType(191, Byte), CType(191, Byte), CType(137, Byte), CType(187, Byte), CType(182, Byte), CType(0, Byte), CType(198, Byte), CType(227, Byte), CType(207, Byte), CType(242, Byte), CType(28, Byte), CType(73, Byte), CType(186, Byte), CType(94, Byte), CType(114, Byte), CType(123, Byte), CType(130, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(41, Byte), CType(216, Byte), CType(198, Byte), CType(156, Byte), CType(220, Byte), CType(226, Byte), CType(7, Byte), CType(197, Byte), CType(90, Byte), CType(36, Byte), CType(23, Byte), CType(139, Byte), CType(91, Byte), CType(8, Byte), CType(163, Byte), CType(30, Byte), CType(75, Byte), CType(196, Byte), CType(93, Byte), CType(11, Byte), CType(160, Byte), CType(171, Byte), CType(8, Byte), CType(58, Byte), CType(1, Byte), CType(237, Byte), CType(69, Byte), CType(208, Byte), CType(169, Byte), CType(92, Byte), CType(4, Byte), CType(157, Byte), CType(170, Byte), CType(8, Byte), CType(58, Byte), CType(97, Byte), CType(42, Byte), CType(130, Byte), CType(78, Byte), CType(131, Byte), CType(8, Byte), CType(58, Byte), CType(213, Byte), CType(111, Byte), CType(21, Byte), CType(57, Byte), CType(91, Byte), CType(92, Byte), CType(253, Byte), CType(49, Byte), CType(232, Byte), CType(145, Byte), CType(226, Byte), CType(234, Byte), CType(8, Byte), CType(148, Byte), CType(100, Byte), CType(47, Byte), CType(113, Byte), CType(243, Byte), CType(23, Byte), CType(30, Byte), CType(79, Byte), CType(64, Byte), CType(111, Byte), CType(182, Byte), CType(219, Byte), CType(202, Byte), CType(59, Byte), CType(228, Byte), CType(122, Byte), CType(113, Byte), CType(215, Byte), CType(23, Byte), CType(64, Byte), CType(30, Byte), CType(127, Byte), CType(148, Byte), CType(3, Byte), CType(36, Byte), CType(246, Byte), CType(126, Byte), CType(220, Byte), CType(189, Byte), CType(58, Byte), CType(39, Byte), CType(110, Byte), CType(79, Byte), CType(16, Byte), CType(0, Byte), CType(0, Byte), CType(32, Byte), CType(5, Byte), CType(219, Byte), CType(152, Byte), CType(147, Byte), CType(91, Byte), CType(252, Byte), CType(160, Byte), CType(104, Byte), CType(207, Byte), CType(22, Byte), CType(183, Byte), CType(32, Byte), CType(70, Byte), CType(122, Byte), CType(95, Byte), CType(20, Byte), CType(119, Byte), CType(13, Byte), CType(128, Byte), CType(46, Byte), CType(35, Byte), CType(232, Byte), CType(4, Byte), CType(180, Byte), CType(23, Byte), CType(65, Byte), CType(167, Byte), CType(114, Byte), CType(17, Byte), CType(116, Byte), CType(170, Byte), CType(34, Byte), CType(232, Byte), CType(132, Byte), CType(169, Byte), CType(8, Byte), CType(58, Byte), CType(13, Byte), CType(34, Byte), CType(232, Byte), CType(84, Byte), CType(191, Byte), CType(167, Byte), CType(137, Byte), CType(171, Byte), CType(61, Byte), CType(6, Byte), CType(125, Byte), CType(93, Byte), CType(92, Byte), CType(13, Byte), CType(129, Byte), CType(18, Byte), CType(253, Byte), CType(64, Byte), CType(220, Byte), CType(60, Byte), CType(198, Byte), CType(160, Byte), CType(51, Byte), CType(36, Byte), CType(158, Byte), CType(14, Byte), CType(228, Byte), CType(234, Byte), CType(136, Byte), CType(230, Byte), CType(136, Byte), CType(117, Byte), CType(212, Byte), CType(49, Byte), CType(178, Byte), CType(92, Byte), CType(220, Byte), CType(117, Byte), CType(6, Byte), CType(80, Byte), CType(143, Byte), CType(83, Byte), CType(229, Byte), CType(9, Byte), CType(82, Byte), CType(235, Byte), CType(19, Byte), CType(47, Byte), CType(221, Byte), CType(158, Byte), CType(32, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(10, Byte), CType(182, Byte), CType(49, Byte), CType(39, Byte), CType(183, Byte), CType(248, Byte), CType(65, Byte), CType(209, Byte), CType(98, Byte), CType(225, Byte), CType(251, Byte), CType(123, Byte), CType(113, Byte), CType(139, Byte), CType(99, Byte), CType(164, Byte), CType(19, Byte), CType(31, Byte), CType(238, Byte), CType(183, Byte), CType(21, Byte), CType(119, Byte), CType(13, Byte), CType(128, Byte), CType(46, Byte), CType(35, Byte), CType(232, Byte), CType(4, Byte), CType(180, Byte), CType(23, Byte), CType(65, Byte), CType(167, Byte), CType(114, Byte), CType(17, Byte), CType(116, Byte), CType(170, Byte), CType(34, Byte), CType(232, Byte), CType(132, Byte), CType(169, Byte), CType(8, Byte), CType(58, Byte), CType(13, Byte), CType(34, Byte), CType(232, Byte), CType(84, Byte), CType(47, Byte), CType(158, Byte), CType(182, Byte), CType(60, Byte), CType(188, Byte), CType(101, Byte), CType(114, Byte), CType(87, Byte), CType(113, Byte), CType(117, Byte), CType(4, Byte), CType(74, Byte), CType(116, Byte), CType(47, Byte), CType(185, Byte), CType(89, Byte), CType(220, Byte), CType(124, Byte), CType(198, Byte), CType(160, Byte), CType(125, Byte), CType(196, Byte), CType(213, Byte), CType(17, Byte), CType(205, Byte), CType(179, Byte), CType(149, Byte), CType(28, Byte), CType(33, Byte), CType(241, Byte), CType(190, Byte), CType(237, Byte), CType(174, Byte), CType(53, Byte), CType(128, Byte), CType(185, Byte), CType(187, Byte), CType(82, Byte), CType(62, Byte), CType(40, Byte), CType(59, Byte), CType(136, Byte), CType(187, Byte), CType(15, Byte), CType(147, Byte), CType(115, Byte), CType(123, Byte), CType(130, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(41, Byte), CType(216, Byte), CType(198, Byte), CType(156, Byte), CType(220, Byte), CType(226, Byte), CType(7, Byte), CType(197, Byte), CType(139, Byte), CType(47, Byte), CType(17, Byte), CType(220, Byte), CType(66, Byte), CType(25, Byte), CType(233, Byte), CType(28, Byte), CType(37, Byte), CType(174, Byte), CType(246, Byte), CType(64, Byte), CType(215, Byte), CType(17, Byte), CType(116, Byte), CType(2, Byte), CType(218, Byte), CType(139, Byte), CType(160, Byte), CType(83, Byte), CType(185, Byte), CType(8, Byte), CType(58, Byte), CType(85, Byte), CType(17, Byte), CType(116, Byte), CType(194, Byte), CType(84, Byte), CType(4, Byte), CType(157, Byte), CType(6, Byte), CType(17, Byte), CType(116, Byte), CType(170, Byte), CType(215, Byte), CType(43, Byte), CType(197, Byte), CType(213, Byte), CType(29, Byte), CType(131, Byte), CType(14, Byte), CType(21, Byte), CType(87, Byte), CType(67, Byte), CType(160, Byte), CType(100, Byte), CType(71, Byte), CType(139, Byte), CType(155, Byte), CType(207, Byte), CType(24, Byte), CType(116, Byte), CType(129, Byte), CType(212, Byte), CType(250, Byte), CType(52, Byte), CType(18, Byte), CType(100, Byte), CType(119, Byte), CType(7, Byte), CType(121, Byte), CType(187, Byte), CType(92, Byte), CType(46, Byte), CType(238, Byte), CType(154, Byte), CType(3, Byte), CType(152, Byte), CType(157, Byte), CType(56, Byte), CType(30, Byte), CType(50, Byte), CType(78, Byte), CType(142, Byte), CType(120, Byte), CType(162, Byte), CType(172, Byte), CType(33, Byte), CType(238, Byte), CType(190, Byte), CType(171, Byte), CType(141, Byte), CType(219, Byte), CType(19, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(72, Byte), CType(193, Byte), CType(54, Byte), CType(230, Byte), CType(228, Byte), CType(22, Byte), CType(63, Byte), CType(40, Byte), CType(94, Byte), CType(60, Byte), CType(22, Byte), CType(250, Byte), CType(76, Byte), CType(113, Byte), CType(11, Byte), CType(103, Byte), CType(204, Byte), CType(93, Byte), CType(124, Byte), CType(248, Byte), CType(216, Byte), CType(92, Byte), CType(92, Byte), CType(237, Byte), CType(129, Byte), CType(174, Byte), CType(35, Byte), CType(232, Byte), CType(4, Byte), CType(180, Byte), CType(23, Byte), CType(65, Byte), CType(167, Byte), CType(114, Byte), CType(17, Byte), CType(116, Byte), CType(170, Byte), CType(34, Byte), CType(232, Byte), CType(132, Byte), CType(169, Byte), CType(8, Byte), CType(58, Byte), CType(13, Byte), CType(34, Byte), CType(232, Byte), CType(84, Byte), CType(159, Byte), CType(245, Byte), CType(132, Byte), CType(247, Byte), CType(229, Byte), CType(225, Byte), CType(252, Byte), CType(93, Byte), CType(214, Byte), CType(17, Byte), CType(87, Byte), CType(71, Byte), CType(160, Byte), CType(100, Byte), CType(27, Byte), CType(201, Byte), CType(191, Byte), CType(196, Byte), CType(205, Byte), CType(107, Byte), CType(12, Byte), CType(122, Byte), CType(190, Byte), CType(184, Byte), CType(58, Byte), CType(162, Byte), CType(217, Byte), CType(86, Byte), CType(151, Byte), CType(56, Byte), CType(166, Byte), CType(245, Byte), CType(199, Byte), CType(226, Byte), CType(174, Byte), CType(59, Byte), CType(128, Byte), CType(233, Byte), CType(93, Byte), CType(37, Byte), CType(199, Byte), CType(201, Byte), CType(190, Byte), CType(178, Byte), CType(88, Byte), CType(220, Byte), CType(61, Byte), CType(150, Byte), CType(133, Byte), CType(219, Byte), CType(19, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(72, Byte), CType(193, Byte), CType(54, Byte), CType(230, Byte), CType(228, Byte), CType(22, Byte), CType(63, Byte), CType(104, Byte), CType(132, Byte), CType(221, Byte), CType(197, Byte), CType(45, Byte), CType(162, Byte), CType(49, Byte), CType(119, Byte), CType(239, Byte), CType(21, Byte), CType(87, Byte), CType(115, Byte), CType(0, Byte), CType(4, Byte), CType(157, Byte), CType(128, Byte), CType(54, Byte), CType(35, Byte), CType(232, Byte), CType(84, Byte), CType(46, Byte), CType(54, Byte), CType(212, Byte), CType(171, Byte), CType(8, Byte), CType(58, Byte), CType(97, Byte), CType(42, Byte), CType(130, Byte), CType(78, Byte), CType(131, Byte), CType(8, Byte), CType(58, Byte), CType(213, Byte), CType(39, Byte), CType(62, Byte), CType(47, Byte), CType(186, Byte), CType(154, Byte), CType(99, Byte), CType(208, Byte), CType(243, Byte), CType(196, Byte), CType(213, Byte), CType(16, Byte), CType(104, Byte), CType(130, Byte), CType(215, Byte), CType(136, Byte), CType(155, Byte), CType(215, Byte), CType(24, Byte), CType(116, Byte), CType(169, Byte), CType(172, Byte), CType(41, Byte), CType(174, Byte), CType(142, Byte), CType(104, Byte), CType(135, Byte), CType(59, Byte), CType(203, Byte), CType(235, Byte), CType(229, Byte), CType(60, Byte), CType(113, Byte), CType(115, Byte), CType(0, Byte), CType(232, Byte), CType(186, Byte), CType(155, Byte), CType(228, Byte), CType(23, Byte), CType(242, Byte), CType(14, Byte), CType(121, Byte), CType(144, Byte), CType(172, Byte), CType(42, Byte), CType(238, Byte), CType(94, Byte), CType(202, Byte), CType(206, Byte), CType(237, Byte), CType(9, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(164, Byte), CType(96, Byte), CType(27, Byte), CType(115, Byte), CType(114, Byte), CType(139, Byte), CType(31, Byte), CType(52, Byte), CType(198, Byte), CType(15, Byte), CType(196, Byte), CType(45, Byte), CType(172, Byte), CType(49, Byte), CType(186, Byte), CType(216, Byte), CType(72, Byte), CType(92, Byte), CType(95, Byte), CType(92, Byte), CType(189, Byte), CType(1, Byte), CType(16, Byte), CType(116, Byte), CType(2, Byte), CType(218, Byte), CType(140, Byte), CType(160, Byte), CType(83, Byte), CType(185, Byte), CType(8, Byte), CType(58, Byte), CType(85, Byte), CType(17, Byte), CType(116, Byte), CType(194, Byte), CType(84, Byte), CType(4, Byte), CType(157, Byte), CType(6, Byte), CType(17, Byte), CType(116, Byte), CType(170, Byte), CType(199, Byte), CType(29, Byte), CType(229, Byte), CType(6, Byte), CType(113, Byte), CType(53, Byte), CType(71, Byte), CType(213, Byte), CType(175, Byte), CType(164, Byte), CType(152, Byte), CType(77, Byte), CType(62, Byte), CType(96, Byte), CType(4, Byte), CType(113, Byte), CType(188, Byte), CType(208, Byte), CType(31, Byte), CType(197, Byte), CType(205, Byte), CType(111, Byte), CType(12, Byte), CType(122, Byte), CType(157, Byte), CType(184, Byte), CType(58, Byte), CType(162, Byte), CType(125, Byte), CType(238, Byte), CType(33, Byte), CType(113, Byte), CType(189, Byte), CType(79, Byte), CType(147, Byte), CType(155, Byte), CType(197, Byte), CType(205, Byte), CType(7, Byte), CType(160, Byte), CType(237, Byte), CType(110, Byte), CType(148, Byte), CType(159, Byte), CType(203, Byte), CType(123, Byte), CType(228, Byte), CType(209, Byte), CType(178, Byte), CType(182, Byte), CType(184, Byte), CType(251, Byte), CType(101, Byte), CType(236, Byte), CType(220, Byte), CType(158, Byte), CType(32, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(10, Byte), CType(182, Byte), CType(49, Byte), CType(39, Byte), CType(183, Byte), CType(248, Byte), CType(65, Byte), CType(99, Byte), CType(60, Byte), CType(80, Byte), CType(220, Byte), CType(66, Byte), CType(27, Byte), CType(163, Byte), CType(123, Byte), CType(131, Byte), CType(184, Byte), CType(90, Byte), CType(3, Byte), CType(232, Byte), CType(33, Byte), CType(232, Byte), CType(4, Byte), CType(180, Byte), CType(23, Byte), CType(65, Byte), CType(167, Byte), CType(114, Byte), CType(17, Byte), CType(116, Byte), CType(170, Byte), CType(34, Byte), CType(232, Byte), CType(132, Byte), CType(169, Byte), CType(8, Byte), CType(58, Byte), CType(13, Byte), CType(34, Byte), CType(232, Byte), CType(84, Byte), CType(143, Byte), CType(79, Byte), CType(139, Byte), CType(171, Byte), CType(55, Byte), CType(6, Byte), CType(61, Byte), CType(84, Byte), CType(92, Byte), CType(13, Byte), CType(129, Byte), CType(38, Byte), CType(121, Byte), CType(130, Byte), CType(184, Byte), CType(249, Byte), CType(141, Byte), CType(65, Byte), CType(177, Byte), CType(94, Byte), CType(189, Byte), CType(157, Byte), CType(184, Byte), CType(58, Byte), CType(162, Byte), CType(189, Byte), CType(226, Byte), CType(152, Byte), CType(199, Byte), CType(167, Byte), CType(202, Byte), CType(199, Byte), CType(229, Byte), CType(2, Byte), CType(113, Byte), CType(115, Byte), CType(3, Byte), CType(104, Byte), CType(186, Byte), CType(120, Byte), CType(90, Byte), CType(211, Byte), CType(239, Byte), CType(100, Byte), CType(66, Byte), CType(14, Byte), CType(144, Byte), CType(251, Byte), CType(73, Byte), CType(28, Byte), CType(237, Byte), CType(232, Byte), CType(238, Byte), CType(137, Byte), CType(226, Byte), CType(184, Byte), CType(61, Byte), CType(65, Byte), CType(0, Byte), CType(0, Byte), CType(128, Byte), CType(20, Byte), CType(108, Byte), CType(99, Byte), CType(78, Byte), CType(110, Byte), CType(241, Byte), CType(131, Byte), CType(70, Byte), CType(249, Byte), CType(154, Byte), CType(184, Byte), CType(5, Byte), CType(56, Byte), CType(102, Byte), CType(239, Byte), CType(50, Byte), CType(25, Byte), CType(235, Byte), CType(153, Byte), CType(217, Byte), CType(64, Byte), CType(3, Byte), CType(16, Byte), CType(116, Byte), CType(2, Byte), CType(218, Byte), CType(139, Byte), CType(160, Byte), CType(83, Byte), CType(185, Byte), CType(8, Byte), CType(58, Byte), CType(85, Byte), CType(17, Byte), CType(116, Byte), CType(194, Byte), CType(84, Byte), CType(4, Byte), CType(157, Byte), CType(6, Byte), CType(17, Byte), CType(116, Byte), CType(74, Byte), CType(111, Byte), CType(71, Byte), CType(225, Byte), CType(201, Byte), CType(21, Byte), CType(195, Byte), CType(249, Byte), CType(146, Byte), CType(184, Byte), CType(26, Byte), CType(2, Byte), CType(77, Byte), CType(244, Byte), CType(67, Byte), CType(113, Byte), CType(243, Byte), CType(28, Byte), CType(131, Byte), CType(226, Byte), CType(201, Byte), CType(38, Byte), CType(174, Byte), CType(134, Byte), CType(232, Byte), CType(142, Byte), CType(205, Byte), CType(228, Byte), CType(137, Byte), CType(114, Byte), CType(136, Byte), CType(124, Byte), CType(71, Byte), CType(174, Byte), CType(20, Byte), CType(55, Byte), CType(87, Byte), CType(128, Byte), CType(18, Byte), CType(197, Byte), CType(58, Byte), CType(239, Byte), CType(79, Byte), CType(242, Byte), CType(109, Byte), CType(121, Byte), CType(159, Byte), CType(60, Byte), CType(67, Byte), CType(238, Byte), CType(45, Byte), CType(139, Byte), CType(196, Byte), CType(205, Byte), CType(247, Byte), CType(70, Byte), CType(112, Byte), CType(123, Byte), CType(130, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(41, Byte), CType(216, Byte), CType(198, Byte), CType(156, Byte), CType(220, Byte), CType(226, Byte), CType(7, Byte), CType(141, Byte), CType(18, Byte), CType(191, Byte), CType(30, Byte), CType(88, Byte), CType(7, Byte), CType(73, Byte), CType(172, Byte), CType(37, Byte), CType(174, Byte), CType(198, Byte), CType(0, Byte), CType(250, Byte), CType(120, Byte), CType(207, Byte), CType(1, Byte), CType(218, Byte), CType(107, Byte), CType(161, Byte), CType(184, Byte), CType(251, Byte), CType(30, Byte), CType(227, Byte), CType(23, Byte), CType(143, Byte), CType(193, Byte), CType(119, Byte), CType(215, Byte), CType(172, Byte), CType(171, Byte), CType(110, Byte), CType(43, Byte), CType(174, Byte), CType(78, Byte), CType(232, Byte), CType(174, Byte), CType(85, Byte), CType(196, Byte), CType(205, Byte), CType(149, Byte), CType(46, Byte), CType(139, Byte), CType(35, Byte), CType(151, Byte), CType(92, Byte), CType(173, Byte), CType(48, Byte), CType(58, Byte), CType(214, Byte), CType(193, Byte), CType(195, Byte), CType(99, Byte), CType(77, Byte), CType(129, Byte), CType(54, Byte), CType(225, Byte), CType(222, Byte), CType(31, Byte), CType(222, Byte), CType(109, Byte), CType(196, Byte), CType(213, Byte), CType(16, Byte), CType(221, Byte), CType(22, Byte), CType(129, Byte), CType(244, Byte), CType(255, Byte), CType(145, Byte), CType(248, Byte), CType(225, Byte), CType(220, Byte), CType(71, Byte), CType(228, Byte), CType(100, Byte), CType(249, Byte), CType(179, Byte), CType(16, Byte), CType(30, Byte), CType(198, Byte), CType(56, Byte), CType(196, Byte), CType(17, Byte), CType(196, Byte), CType(231, Byte), CType(202, Byte), CType(73, Byte), CType(242, Byte), CType(49, Byte), CType(121, Byte), CType(141, Byte), CType(60, Byte), CType(94, Byte), CType(226, Byte), CType(72, Byte), CType(198, Byte), CType(70, Byte), CType(7, Byte), CType(154, Byte), CType(166, Byte), CType(227, Byte), CType(246, Byte), CType(4, Byte), CType(1, Byte), CType(0, Byte), CType(0, Byte), CType(82, Byte), CType(176, Byte), CType(141, Byte), CType(57, Byte), CType(185, Byte), CType(197, Byte), CType(15, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(13, Byte), CType(86, Byte), CType(147, Byte), CType(8, Byte), CType(65, Byte), CType(237, Byte), CType(44, Byte), CType(79, Byte), CType(145, Byte), CType(8, Byte), CType(156, Byte), CType(124, Byte), CType(88, Byte), CType(62, Byte), CType(47, Byte), CType(167, Byte), CType(72, Byte), CType(28, Byte), CType(21, Byte), CType(246, Byte), CType(119, Byte), CType(113, Byte), CType(97, Byte), CType(21, Byte), CType(96, Byte), CType(170, Byte), CType(171, Byte), CType(228, Byte), CType(124, Byte), CType(57, Byte), CType(85, Byte), CType(78, Byte), CType(148, Byte), CType(35, Byte), CType(36, Byte), CType(158, Byte), CType(112, Byte), CType(250, Byte), CType(60, Byte), CType(121, Byte), CType(180, Byte), CType(220, Byte), CType(71, Byte), CType(226, Byte), CType(168, Byte), CType(69, Byte), CType(55, Byte), CType(23, Byte), CType(91, Byte), CType(205, Byte), CType(237, Byte), CType(9, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(164, Byte), CType(96, Byte), CType(27, Byte), CType(115, Byte), CType(114, Byte), CType(139, Byte), CType(31, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(128, Byte), CType(49, Byte), CType(90, Byte), CType(32, Byte), CType(183, Byte), CType(151, Byte), CType(187, Byte), CType(202, Byte), CType(125, Byte), CType(101, Byte), CType(55, Byte), CType(217, Byte), CType(71, Byte), CType(158, Byte), CType(43, Byte), CType(175, Byte), CType(148, Byte), CType(55, Byte), CType(203, Byte), CType(97, Byte), CType(114, Byte), CType(184, Byte), CType(28, Byte), CType(35, Byte), CType(95, Byte), CType(150, Byte), CType(111, Byte), CType(72, Byte), CType(132, Byte), CType(165, Byte), CType(206, Byte), CType(144, Byte), CType(179, Byte), CType(228, Byte), CType(183, Byte), CType(18, Byte), CType(199, Byte), CType(95, Byte), CType(135, Byte), CType(203, Byte), CType(36, Byte), CType(142, Byte), CType(6, Byte), CType(15, Byte), CType(203, Byte), CType(197, Byte), CType(133, Byte), CType(102, Byte), CType(80, Byte), CType(143, Byte), CType(155, Byte), CType(100, Byte), CType(69, Byte), CType(237, Byte), CType(255, Byte), CType(38, Byte), CType(43, Byte), CType(174, Byte), CType(73, Byte), CType(92, Byte), CType(159, Byte), CType(184, Byte), CType(78, Byte), CType(63, Byte), CType(150, Byte), CType(120, Byte), CType(226, Byte), CType(215, Byte), CType(9, Byte), CType(242, Byte), CType(57, Byte), CType(137, Byte), CType(235, Byte), CType(25, Byte), CType(215, Byte), CType(246, Byte), CType(237, Byte), CType(242, Byte), CType(106, Byte), CType(217, Byte), CType(95, Byte), CType(158, Byte), CType(44, Byte), CType(123, Byte), CType(200, Byte), CType(131, Byte), CType(100, Byte), CType(123, Byte), CType(137, Byte), CType(240, Byte), CType(82, Byte), CType(132, Byte), CType(230, Byte), CType(220, Byte), CType(220, Byte), CType(129, Byte), CType(184, Byte), CType(61, Byte), CType(65, Byte), CType(0, Byte), CType(0, Byte), CType(128, Byte), CType(20, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(128, Byte), CType(170, Byte), CType(121, Byte), CType(75, Byte), CType(150, Byte), CType(230, Byte), CType(182, Byte), CType(177, Byte), CType(60, Byte), CType(68, Byte), CType(158, Byte), CType(37, Byte), CType(175, Byte), CType(147, Byte), CType(15, Byte), CType(200, Byte), CType(103, Byte), CType(229, Byte), CType(219, Byte), CType(114, Byte), CType(138, Byte), CType(156, Byte), CType(38, Byte), CType(103, Byte), CType(77, Byte), CType(241, Byte), CType(51, Byte), CType(57, Byte), CType(89, Byte), CType(190, Byte), CType(36, Byte), CType(71, Byte), CType(203, Byte), CType(187, Byte), CType(229, Byte), CType(165, Byte), CType(242, Byte), CType(4, Byte), CType(89, Byte), CType(34, Byte), CType(235, Byte), CType(136, Byte), CType(235, Byte), CType(11, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(229, Byte), CType(185, Byte), CType(173, Byte), CType(220, Byte), CType(91, Byte), CType(158, Byte), CType(40, Byte), CType(175, Byte), CType(146, Byte), CType(67, Byte), CType(37, Byte), CType(214, Byte), CType(131, Byte), CType(95, Byte), CType(151, Byte), CType(31, Byte), CType(203, Byte), CType(212, Byte), CType(181, Byte), CType(224, Byte), CType(79, Byte), CType(36, Byte), CType(214, Byte), CType(137, Byte), CType(223, Byte), CType(144, Byte), CType(248, Byte), CType(231, Byte), CType(98, Byte), CType(45, Byte), CType(248, Byte), CType(74, Byte), CType(121, Byte), CType(178, Byte), CType(60, Byte), CType(80, Byte), CType(88, Byte), CType(11, Byte), CType(98, Byte), CType(104, Byte), CType(238, Byte), CType(51, Byte), CType(81, Byte), CType(151, Byte), CType(76, Byte), CType(76, Byte), CType(76, Byte), CType(0, Byte), CType(117, Byte), CType(91, Byte), CType(71, Byte), CType(238, Byte), CType(35, Byte), CType(251, Byte), CType(200, Byte), CType(43, Byte), CType(229, Byte), CType(221, Byte), CType(18, Byte), CType(255, Byte), CType(251, Byte), CType(170, Byte), CType(156, Byte), CType(34, Byte), CType(103, Byte), CType(25, Byte), CType(209, Byte), CType(254, Byte), CType(125, Byte), CType(57, Byte), CType(94, Byte), CType(142, Byte), CType(144, Byte), CType(183, Byte), CType(201, Byte), CType(139, Byte), CType(100, Byte), CType(15, Byte), CType(185, Byte), CType(171, Byte), CType(44, Byte), CType(20, Byte), CType(215, Byte), CType(215, Byte), CType(172, Byte), CType(184, Byte), CType(123, Byte), CType(2, Byte), CType(0, Byte), CType(74, Byte), CType(98, Byte), CType(27, Byte), CType(1, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(149, Byte), CType(251, Byte), CType(242, Byte), CType(63, Byte), CType(161, Byte), CType(141, Byte), CType(100, Byte), CType(111, Byte), CType(121, Byte), CType(143, Byte), CType(196, Byte), CType(166, Byte), CType(213, Byte), CType(191, Byte), CType(228, Byte), CType(255, Byte), CType(213, Byte), CType(228, Byte), CType(18, Byte), CType(137, Byte), CType(176, Byte), CType(212, Byte), CType(219, Byte), CType(228, Byte), CType(209, Byte), CType(114, Byte), CType(59, Byte), CType(113, Byte), CType(99, Byte), CType(106, Byte), CType(187, Byte), CType(99, Byte), CType(100, Byte), CType(234, Byte), CType(230, Byte), CType(96, Byte), CType(9, Byte), CType(126, Byte), CType(41, Byte), CType(177, Byte), CType(65, Byte), CType(25, Byte), CType(226, Byte), CType(58, Byte), CType(125, Byte), CType(65, Byte), CType(62, Byte), CType(46, Byte), CType(177, Byte), CType(177, Byte), CType(249, Byte), CType(38, Byte), CType(121, Byte), CType(129, Byte), CType(252, Byte), CType(175, Byte), CType(196, Byte), CType(166, Byte), CType(231, Byte), CType(237, Byte), CType(197, Byte), CType(189, Byte), CType(182, Byte), CType(54, Byte), CType(249, Byte), CType(156, Byte), CType(184, Byte), CType(58, Byte), CType(117, Byte), CType(217, Byte), CType(215, Byte), CType(100, Byte), CType(13, Byte), CType(113, Byte), CType(245, Byte), CType(202, Byte), CType(229, Byte), CType(68, Byte), CType(113, Byte), CType(99, Byte), CType(203, Byte), CType(41, Byte), CType(54, Byte), CType(243, Byte), CType(191, Byte), CType(35, Byte), CType(39, Byte), CType(200, Byte), CType(39, Byte), CType(37, Byte), CType(194, Byte), CType(160, Byte), CType(17, Byte), CType(10, Byte), CType(221, Byte), CType(95, Byte), CType(226, Byte), CType(30, Byte), CType(217, Byte), CType(81, Byte), CType(214, Byte), CType(21, Byte), CType(55, Byte), CType(126, Byte), CType(244, Byte), CType(212, Byte), CType(121, Byte), CType(127, Byte), CType(125, Byte), CType(72, Byte), CType(92, Byte), CType(159, Byte), CType(117, Byte), CType(136, Byte), CType(240, Byte), CType(135, Byte), CType(27, Byte), CType(3, Byte), CType(122, Byte), CType(126, Byte), CType(42, Byte), CType(17, Byte), CType(158, Byte), CType(118, Byte), CType(181, Byte), CType(171, Byte), CType(67, Byte), CType(91, Byte), CType(230, Byte), CType(213, Byte), CType(56, Byte), CType(44, Byte), CType(144, Byte), CType(251, Byte), CType(73, Byte), CType(4, Byte), CType(147, Byte), CType(34, Byte), CType(180, Byte), CType(126, Byte), CType(161, Byte), CType(184, Byte), CType(181, Byte), CType(220, Byte), CType(92, Byte), CType(253, Byte), CType(69, Byte), CType(78, Byte), CType(146, Byte), CType(131, Byte), CType(229, Byte), CType(17, Byte), CType(178, Byte), CType(166, Byte), CType(184, Byte), CType(241, Byte), CType(116, Byte), CType(69, Byte), CType(174, Byte), CType(181, Byte), CType(198, Byte), CType(46, Byte), CType(226, Byte), CType(250, Byte), CType(207, Byte), CType(33, Byte), CType(126, Byte), CType(60, Byte), CType(225, Byte), CType(198, Byte), CType(52, Byte), CType(138, Byte), CType(91, Byte), CType(222, Byte), CType(83, Byte), CType(220, Byte), CType(231, Byte), CType(165, Byte), CType(182, Byte), CType(113, Byte), CType(225, Byte), CType(143, Byte), CType(194, Byte), CType(189, Byte), CType(70, Byte), CType(92, Byte), CType(48, Byte), CType(166, Byte), CType(46, Byte), CType(75, Byte), CType(197, Byte), CType(141, Byte), CType(3, Byte), CType(222, Byte), CType(218, Byte), CType(242, Byte), CType(72, Byte), CType(137, Byte), CType(186, Byte), CType(125, Byte), CType(67, Byte), CType(254, Byte), CType(44, Byte), CType(255, Byte), CType(175, Byte), CType(6, Byte), CType(55, Byte), CType(201, Byte), CType(111, Byte), CType(229, Byte), CType(83, Byte), CType(114, Byte), CType(128, Byte), CType(236, Byte), CType(32, Byte), CType(243, Byte), CType(197, Byte), CType(141, Byte), CType(105, Byte), CType(90, Byte), CType(238, Byte), CType(158, Byte), CType(0, Byte), CType(128, Byte), CType(146, Byte), CType(216, Byte), CType(70, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(80, Byte), CType(53, Byte), CType(207, Byte), CType(111, Byte), CType(26, Byte), CType(204, Byte), CType(197, Byte), CType(61, Byte), CType(36, Byte), CType(130, Byte), CType(43, Byte), CType(167, Byte), CType(139, Byte), CType(219, Byte), CType(132, Byte), CType(202, Byte), CType(229, Byte), CType(102, Byte), CType(137, Byte), CType(167, Byte), CType(67, Byte), CType(45, Byte), CType(149, Byte), CType(123, Byte), CType(138, Byte), CType(27, Byte), CType(107, Byte), CType(219, Byte), CType(172, Byte), CType(38, Byte), CType(215, Byte), CType(137, Byte), CType(171, Byte), CType(71, Byte), CType(211, Byte), CType(220, Byte), CType(32, Byte), CType(103, Byte), CType(74, Byte), CType(4, Byte), CType(61, Byte), CType(94, Byte), CType(33, Byte), CType(15, Byte), CType(151, Byte), CType(182, Byte), CType(108, Byte), CType(88, Byte), CType(198, Byte), CType(235, Byte), CType(88, Byte), CType(38, Byte), CType(238, Byte), CType(117, Byte), CType(119, Byte), CType(93, Byte), CType(108, Byte), CType(76, Byte), CType(187, Byte), CType(154, Byte), CType(229, Byte), CType(176, Byte), CType(129, Byte), CType(184, Byte), CType(49, Byte), CType(149, Byte), CType(234, Byte), CType(74, Byte), CType(249, Byte), CType(161, Byte), CType(28, Byte), CType(46, Byte), CType(207, Byte), CType(147, Byte), CType(29, Byte), CType(100, Byte), CType(85, Byte), CType(113, Byte), CType(175, Byte), CType(173, Byte), CType(75, Byte), CType(114, Byte), CType(220, Byte), CType(95, Byte), CType(49, Byte), CType(87, Byte), CType(92, Byte), CType(223, Byte), CType(169, Byte), CType(157, Byte), CType(42, Byte), CType(174, Byte), CType(127, Byte), CType(244, Byte), CType(189, Byte), CType(88, Byte), CType(92, Byte), CType(237, Byte), CType(82, Byte), CType(107, Byte), CType(211, Byte), CType(188, Byte), CType(202, Byte), CType(101, Byte), CType(109, Byte), CType(217, Byte), CType(79, Byte), CType(142, Byte), CType(151, Byte), CType(107, Byte), CType(196, Byte), CType(189, Byte), CType(230, Byte), CType(186, Byte), CType(197, Byte), CType(53, Byte), CType(251, Byte), CType(190, Byte), CType(28, Byte), CType(32, Byte), CType(57, Byte), CType(67, Byte), CType(113, Byte), CType(37, Byte), CType(200, Byte), CType(185, Byte), CType(214, Byte), CType(56, Byte), CType(67, Byte), CType(86, Byte), CType(17, Byte), CType(55, Byte), CType(142, Byte), CType(186, Byte), CType(69, Byte), CType(168, Byte), CType(205, Byte), CType(141, Byte), CType(105, Byte), CType(84, Byte), CType(47, Byte), CType(113, Byte), CType(159, Byte), CType(151, Byte), CType(218, Byte), CType(198, Byte), CType(133, Byte), CType(63, Byte), CType(10, Byte), CType(118, Byte), CType(95, Byte), CType(89, Byte), CType(46, Byte), CType(46, Byte), CType(248, Byte), CType(82, Byte), CType(151, Byte), CType(223, Byte), CType(136, Byte), CType(27, Byte), CType(11, Byte), CType(250, Byte), CType(238, Byte), CType(46, Byte), CType(17, Byte), CType(108, Byte), CType(250, Byte), CType(137, Byte), CType(228, Byte), CType(190, Byte), CType(62, Byte), CType(147, Byte), CType(253, Byte), CType(77, Byte), CType(62, Byte), CType(45, Byte), CType(79, Byte), CType(144, Byte), CType(53, Byte), CType(196, Byte), CType(141, Byte), CType(181, Byte), CType(194, Byte), CType(221, Byte), CType(19, Byte), CType(0, Byte), CType(80, Byte), CType(18, Byte), CType(219, Byte), CType(8, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(170, Byte), CType(230, Byte), CType(249, Byte), CType(77, Byte), CType(131, Byte), CType(217, Byte), CType(186, Byte), CType(141, Byte), CType(60, Byte), CType(87, Byte), CType(98, Byte), CType(163, Byte), CType(195, Byte), CType(109, Byte), CType(26, Byte), CType(148, Byte), CType(224, Byte), CType(28, Byte), CType(121, Byte), CType(141, Byte), CType(108, Byte), CType(40, Byte), CType(238, Byte), CType(53, Byte), CType(180, Byte), CType(65, Byte), CType(60, Byte), CType(45, Byte), CType(193, Byte), CType(189, Byte), CType(246, Byte), CType(182, Byte), CType(248, Byte), CType(143, Byte), CType(196, Byte), CType(147, Byte), CType(26, Byte), CType(34, Byte), CType(212, Byte), CType(17, Byte), CType(71, Byte), CType(222, Byte), CType(184, Byte), CType(26, Byte), CType(52, Byte), CType(65, Byte), CType(60, Byte), CType(249, Byte), CType(192, Byte), CType(189, Byte), CType(190, Byte), CType(174, Byte), CType(91, Byte), CType(46, Byte), CType(139, Byte), CType(197, Byte), CType(213, Byte), CType(44, Byte), CType(135, Byte), CType(61, Byte), CType(197, Byte), CType(141, Byte), CType(171, Byte), CType(73, Byte), CType(226, Byte), CType(169, Byte), CType(121, Byte), CType(95, Byte), CType(149, Byte), CType(231, Byte), CType(203, Byte), CType(102, Byte), CType(226, Byte), CType(94, Byte), CType(103, Byte), CType(219, Byte), CType(213, Byte), CType(125, Byte), CType(127, Byte), CType(157, Byte), CType(47, Byte), CType(174, Byte), CType(223, Byte), CType(212, Byte), CType(8, Byte), CType(68, Byte), CType(14, Byte), CType(103, Byte), CType(39, Byte), CType(113, Byte), CType(245, Byte), CType(75, Byte), CType(173, Byte), CType(45, Byte), CType(243, Byte), CType(170, Byte), CType(110, Byte), CType(17, Byte), CType(118, Byte), CType(121, Byte), CType(164, Byte), CType(196, Byte), CType(83, Byte), CType(155, Byte), CType(226, Byte), CType(191, Byte), CType(217, Byte), CType(238, Byte), CType(181, Byte), CType(142, Byte), CType(203, Byte), CType(77, Byte), CType(242, Byte), CType(61, Byte), CType(121, Byte), CType(138, Byte), CType(68, Byte), CType(48, Byte), CType(220, Byte), CType(141, Byte), CType(191, Byte), CType(77, Byte), CType(114, Byte), CType(175, Byte), CType(53, Byte), CType(254, Byte), CType(79, Byte), CType(220, Byte), CType(56, Byte), CType(234, Byte), CType(22, Byte), CType(65, Byte), CType(54, Byte), CType(55, Byte), CType(158, Byte), CType(81, Byte), CType(221, Byte), CType(215, Byte), CType(125, Byte), CType(94, Byte), CType(106, Byte), CType(27, Byte), CType(23, Byte), CType(254, Byte), CType(40, Byte), CType(84, Byte), CType(4, Byte), CType(87, Byte), CType(206, Byte), CType(21, Byte), CType(23, Byte), CType(112, Byte), CType(169, Byte), CType(219, Byte), CType(122, Byte), CType(226, Byte), CType(198, Byte), CType(212, Byte), CType(101, Byte), CType(119, Byte), CType(146, Byte), CType(8, Byte), CType(55, Byte), CType(253, Byte), CType(65, Byte), CType(92, Byte), CType(205, Byte), CType(198, Byte), CType(237, Byte), CType(106, Byte), CType(57, Byte), CType(90, Byte), CType(150, Byte), CType(136, Byte), CType(27, Byte), CType(255, Byte), CType(45, Byte), CType(220, Byte), CType(61, Byte), CType(1, Byte), CType(0, Byte), CType(37, Byte), CType(177, Byte), CType(141, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(160, Byte), CType(106, Byte), CType(158, Byte), CType(223, Byte), CType(52, Byte), CType(24, Byte), CType(214, Byte), CType(58, Byte), CType(18, Byte), CType(79, Byte), CType(76, Byte), CType(250, Byte), CType(167, Byte), CType(184, Byte), CType(205, Byte), CType(130, Byte), CType(18, Byte), CType(197, Byte), CType(147, Byte), CType(130, Byte), CType(142, Byte), CType(146, Byte), CType(109, Byte), CType(196, Byte), CType(189, Byte), CType(166, Byte), CType(38, Byte), CType(139, Byte), CType(39, Byte), CType(31, Byte), CType(185, Byte), CType(215, Byte), CType(220, Byte), CType(70, Byte), CType(255, Byte), CType(150, Byte), CType(143, Byte), CType(202, Byte), CType(150, Byte), CType(226, Byte), CType(106, Byte), CType(81, Byte), CType(178, Byte), CType(215, Byte), CType(139, Byte), CType(123, Byte), CType(77, Byte), CType(93, Byte), CType(247, Byte), CType(11, Byte), CType(113, Byte), CType(245, Byte), CType(202, Byte), CType(37, Byte), CType(142, Byte), CType(216, Byte), CType(116, Byte), CType(227, Byte), CType(106, Byte), CType(170, Byte), CType(120, Byte), CType(170, Byte), CType(93, Byte), CType(108, Byte), CType(0, Byte), CType(63, Byte), CType(93, Byte), CType(86, Byte), CType(23, Byte), CType(247, Byte), CType(154, Byte), CType(219, Byte), CType(168, Byte), CType(238, Byte), CType(251, Byte), CType(235, Byte), CType(19, Byte), CType(226, Byte), CType(250, Byte), CType(77, Byte), CType(237, Byte), CType(161, Byte), CType(226, Byte), CType(250, Byte), CType(71, Byte), CType(223, Byte), CType(181, Byte), CType(18, Byte), CType(71, Byte), CType(162, Byte), CType(185, Byte), CType(250, Byte), CType(165, Byte), CType(86, Byte), CType(247, Byte), CType(188, Byte), CType(58, Byte), CType(90, Byte), CType(92, Byte), CType(191, Byte), CType(77, Byte), CType(177, Byte), CType(72, Byte), CType(94, Byte), CType(40, Byte), CType(127, Byte), CType(16, Byte), CType(247, Byte), CType(250, Byte), CType(74, Byte), CType(19, Byte), CType(71, Byte), CType(220, Byte), CType(197, Byte), CType(49, Byte), CType(122, Byte), CType(177, Byte), CType(142, Byte), CType(117, Byte), CType(175, Byte), CType(167, Byte), CType(13, Byte), CType(114, Byte), CType(175, Byte), CType(53, Byte), CType(162, Byte), CType(166, Byte), CType(49, Byte), CType(15, Byte), CType(220, Byte), CType(88, Byte), CType(234, Byte), CType(146, Byte), CType(250, Byte), CType(73, Byte), CType(166, Byte), CType(241, Byte), CType(183, Byte), CType(22, Byte), CType(184, Byte), CType(207, Byte), CType(75, Byte), CType(109, Byte), CType(227, Byte), CType(194, Byte), CType(31, Byte), CType(133, Byte), CType(122, Byte), CType(183, Byte), CType(184, Byte), CType(64, Byte), CType(75, Byte), CType(14, Byte), CType(143, Byte), CType(17, Byte), CType(55, Byte), CType(166, Byte), CType(174, Byte), CType(137, Byte), CType(163, Byte), CType(225, Byte), CType(30, Byte), CType(37, Byte), CType(39, Byte), CType(137, Byte), CType(171, Byte), CType(83, Byte), CType(169, Byte), CType(126, Byte), CType(44, Byte), CType(143, Byte), CType(149, Byte), CType(129, Byte), CType(163, Byte), CType(237, Byte), CType(220, Byte), CType(61, Byte), CType(1, Byte), CType(0, Byte), CType(37, Byte), CType(177, Byte), CType(141, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(160, Byte), CType(106, Byte), CType(158, Byte), CType(223, Byte), CType(56, Byte), CType(88, Byte), CType(153, Byte), CType(56, Byte), CType(30, Byte), CType(233, Byte), CType(37, Byte), CType(210, Byte), CType(164, Byte), CType(128, Byte), CType(211, Byte), CType(84, Byte), CType(241, Byte), CType(244, Byte), CType(152, Byte), CType(143, Byte), CType(203, Byte), CType(166, Byte), CType(226, Byte), CType(94, Byte), CType(99, Byte), CType(19, Byte), CType(157, Byte), CType(32, Byte), CType(238, Byte), CType(181, Byte), CType(182, Byte), CType(89, Byte), CType(92, Byte), CType(199, Byte), CType(15, Byte), CType(201, Byte), CType(122, Byte), CType(226, Byte), CType(106, Byte), CType(82, Byte), CType(162, Byte), CType(120, Byte), CType(42, Byte), CType(149, Byte), CType(123, Byte), CType(45, Byte), CType(93, Byte), CType(247, Byte), CType(94, Byte), CType(113, Byte), CType(245, Byte), CType(202, Byte), CType(165, Byte), CType(205, Byte), CType(199, Byte), CType(132, Byte), CType(93, Byte), CType(46, Byte), CType(111, Byte), CType(148, Byte), CType(38, Byte), CType(63, Byte), CType(9, Byte), CType(109, Byte), CType(88, Byte), CType(117, Byte), CType(223, Byte), CType(95, Byte), CType(207, Byte), CType(20, Byte), CType(215, Byte), CType(111, Byte), CType(106, Byte), CType(111, Byte), CType(16, Byte), CType(215, Byte), CType(63, Byte), CType(250, Byte), CType(226, Byte), CType(90, Byte), CType(187, Byte), CType(218, Byte), CType(213, Byte), CType(161, Byte), CType(45, Byte), CType(243, Byte), CType(42, Byte), CType(181, Byte), CType(133, Byte), CType(114, Byte), CType(160, Byte), CType(92, Byte), CType(38, Byte), CType(238, Byte), CType(117, Byte), CType(149, Byte), CType(238, Byte), CType(42, Byte), CType(137, Byte), CType(192, Byte), CType(83, Byte), CType(27, Byte), CType(195, Byte), CType(160, Byte), CType(227, Byte), CType(88, Byte), CType(107, Byte), CType(68, Byte), CType(184, Byte), CType(202, Byte), CType(141, Byte), CType(165, Byte), CType(46, Byte), CType(169, Byte), CType(159, Byte), CType(100, Byte), CType(122, Byte), CType(178, Byte), CType(251, Byte), CType(172, Byte), CType(212, Byte), CType(70, Byte), CType(83, Byte), CType(131, Byte), CType(31, Byte), CType(133, Byte), CType(186, Byte), CType(159, Byte), CType(220, Byte), CType(36, Byte), CType(46, Byte), CType(196, Byte), CType(146, Byte), CType(195, Byte), CType(187, Byte), CType(196, Byte), CType(141, Byte), CType(171, Byte), CType(43, Byte), CType(86, Byte), CType(145, Byte), CType(125, Byte), CType(37, Byte), CType(142, Byte), CType(241, Byte), CType(115, Byte), CType(245, Byte), CType(105, Byte), CType(138, Byte), CType(211, Byte), CType(228, Byte), CType(65, Byte), CType(242, Byte), CType(223, Byte), CType(215, Byte), CType(230, Byte), CType(238, Byte), CType(9, Byte), CType(0, Byte), CType(40, Byte), CType(137, Byte), CType(109, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(85, Byte), CType(243, Byte), CType(252, Byte), CType(198, Byte), CType(193, Byte), CType(76, Byte), CType(118, Byte), CType(144, Byte), CType(211, Byte), CType(197, Byte), CType(109, Byte), CType(16, Byte), CType(52, Byte), CType(81, Byte), CType(28, Byte), CType(245, Byte), CType(244, Byte), CType(34, Byte), CType(137, Byte), CType(227, Byte), CType(86, Byte), CType(220, Byte), CType(235, Byte), CType(109, Byte), CType(138, Byte), CType(249, Byte), CType(114, Byte), CType(133, Byte), CType(184, Byte), CType(215, Byte), CType(216, Byte), CType(5, Byte), CType(127, Byte), CType(151, Byte), CType(189, Byte), CType(196, Byte), CType(213, Byte), CType(166, Byte), CType(36, Byte), CType(17, Byte), CType(18, Byte), CType(188, Byte), CType(70, Byte), CType(220, Byte), CType(107, Byte), CType(232, Byte), CType(186, Byte), CType(56, Byte), CType(58, Byte), CType(206, Byte), CType(213, Byte), CType(44, Byte), CType(135, Byte), CType(56, Byte), CType(38, Byte), CType(236, Byte), CType(70, Byte), CType(113, Byte), CType(227, Byte), CType(106, Byte), CType(147, Byte), CType(120, Byte), CType(143, Byte), CType(120, Byte), CType(185, Byte), CType(228, Byte), CType(122, Byte), CType(10, Byte), CType(78, Byte), CType(110, Byte), CType(57, Byte), CType(238, Byte), CType(175, Byte), CType(173, Byte), CType(197, Byte), CType(245, Byte), CType(157, Byte), CType(218, Byte), CType(183, Byte), CType(197, Byte), CType(245, Byte), CType(143, Byte), CType(190, Byte), CType(92, Byte), CType(161, Byte), CType(138, Byte), CType(54, Byte), CType(205, Byte), CType(171, Byte), CType(148, Byte), CType(246, Byte), CType(144, Byte), CType(166, Byte), CType(60, Byte), CType(193, Byte), CType(105, Byte), CType(101, Byte), CType(226, Byte), CType(232, Byte), CType(192, Byte), CType(93, Byte), CType(197, Byte), CType(189, Byte), CType(206, Byte), CType(38, Byte), CType(26, Byte), CType(215, Byte), CType(90, Byte), CType(35, Byte), CType(214, Byte), CType(212, Byte), CType(27, Byte), CType(137, Byte), CType(27, Byte), CType(83, Byte), CType(29, Byte), CType(82, Byte), CType(63, Byte), CType(201, Byte), CType(244, Byte), CType(45, Byte), CType(238, Byte), CType(179, Byte), CType(82, Byte), CType(27, Byte), CType(77, Byte), CType(14, Byte), CType(125, Byte), CType(20, Byte), CType(106, Byte), CType(156, Byte), CType(71, Byte), CType(214, Byte), CType(173, Byte), CType(112, Byte), CType(170, Byte), CType(184, Byte), CType(177, Byte), CType(117, Byte), CType(193, Byte), CType(174, Byte), CType(114, Byte), CType(182, Byte), CType(184, Byte), CType(186, Byte), CType(52, Byte), CType(85, Byte), CType(252, Byte), CType(239, Byte), CType(118, Byte), CType(98, Byte), CType(239, Byte), CType(9, Byte), CType(0, Byte), CType(40, Byte), CType(137, Byte), CType(109, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(85, Byte), CType(243, Byte), CType(252, Byte), CType(198, Byte), CType(193, Byte), CType(116, Byte), CType(226, Byte), CType(88, Byte), CType(146, Byte), CType(101, Byte), CType(226, Byte), CType(54, Byte), CType(7, Byte), CType(154, Byte), CType(238, Byte), CType(135, Byte), CType(178, Byte), CType(137, Byte), CType(184, Byte), CType(215, Byte), CType(221, Byte), CType(4, Byte), CType(219, Byte), CType(138, Byte), CType(123, Byte), CType(93, Byte), CType(93, Byte), CType(243, Byte), CType(97, Byte), CType(137, Byte), CType(39, Byte), CType(76, Byte), CType(184, Byte), CType(26, Byte), CType(149, Byte), CType(224, Byte), CType(158, Byte), CType(226, Byte), CType(198, Byte), CType(141, Byte), CType(241, Byte), CType(62, Byte), CType(149, Byte), CType(171, Byte), CType(107, Byte), CType(199, Byte), CType(132, Byte), CType(253, Byte), CType(90, Byte), CType(30, Byte), CType(32, Byte), CType(174, Byte), CType(22, Byte), CType(77, Byte), CType(86, Byte), CType(247, Byte), CType(253, Byte), CType(245, Byte), CType(55, Byte), CType(113, Byte), CType(253, Byte), CType(166, Byte), CType(22, Byte), CType(33, Byte), CType(133, Byte), CType(56, Byte), CType(150, Byte), CType(205, Byte), CType(141, Byte), CType(1, Byte), CType(125, Byte), CType(59, Byte), CType(139, Byte), CType(171, Byte), CType(95, Byte), CType(106, Byte), CType(247, Byte), CType(18, Byte), CType(215, Byte), CType(127, Byte), CType(42, Byte), CType(185, Byte), CType(230, Byte), CType(85, Byte), CType(42, Byte), CType(17, Byte), CType(100, Byte), CType(249, Byte), CType(178, Byte), CType(184, Byte), CType(215, Byte), CType(210, Byte), CType(116, Byte), CType(31, Byte), CType(145, Byte), CType(220, Byte), CType(199, Byte), CType(175, Byte), CType(213, Byte), CType(97, Byte), CType(156, Byte), CType(107, Byte), CType(141, Byte), CType(143, Byte), CType(137, Byte), CType(27, Byte), CType(83, Byte), CType(29, Byte), CType(82, Byte), CType(207, Byte), CType(195, Byte), CType(221, Byte), CType(220, Byte), CType(103, Byte), CType(165, Byte), CType(54, Byte), CType(138, Byte), CType(176, Byte), CType(71, Byte), CType(225, Byte), CType(198, Byte), CType(121, Byte), CType(100, Byte), CType(221, Byte), CType(10, Byte), CType(203, Byte), CType(100, Byte), CType(77, Byte), CType(113, Byte), CType(227, Byte), CType(107, Byte), CType(171, Byte), CType(205, Byte), CType(229, Byte), CType(4, Byte), CType(113, Byte), CType(245, Byte), CType(104, Byte), CType(131, Byte), CType(203, Byte), CType(100, Byte), CType(15, Byte), CType(119, Byte), CType(79, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(168, Byte), CType(154, Byte), CType(231, Byte), CType(55, Byte), CType(14, Byte), CType(166, Byte), CType(138, Byte), CType(167, Byte), CType(157, Byte), CType(124, Byte), CType(70, Byte), CType(220, Byte), CType(166, Byte), CType(64, Byte), CType(155, Byte), CType(196, Byte), CType(102, Byte), CType(99, Byte), CType(4, Byte), CType(30, Byte), CType(92, Byte), CType(13, Byte), CType(74, Byte), CType(247, Byte), CType(92, Byte), CType(113, Byte), CType(175, Byte), CType(169, Byte), CType(139, Byte), CType(126, Byte), CType(32, Byte), CType(107, Byte), CType(139, Byte), CType(171, Byte), CType(211, Byte), CType(184, Byte), CType(197, Byte), CType(17, Byte), CType(63, Byte), CType(110, Byte), CType(204, Byte), CType(93, Byte), CType(247, Byte), CType(27, Byte), CType(113, Byte), CType(245, Byte), CType(202, Byte), CType(37, Byte), CType(142, Byte), CType(117, Byte), CType(115, Byte), CType(227, Byte), CType(106, Byte), CType(179, Byte), CType(155, Byte), CType(228, Byte), CType(96, Byte), CType(105, Byte), CType(211, Byte), CType(211, Byte), CType(157, Byte), CType(234, Byte), CType(190, Byte), CType(191, Byte), CType(190, Byte), CType(40, Byte), CType(174, Byte), CType(223, Byte), CType(212, Byte), CType(238, Byte), CType(35, Byte), CType(174, Byte), CType(127, Byte), CType(244, Byte), CType(221, Byte), CType(32, Byte), CType(107, Byte), CType(136, Byte), CType(171, Byte), CType(95, Byte), CType(106, Byte), CType(109, Byte), CType(153, Byte), CType(87, Byte), CType(41, Byte), CType(196, Byte), CType(147, Byte), CType(247, Byte), CType(254, Byte), CType(33, Byte), CType(238, Byte), CType(117, Byte), CType(180, Byte), CType(69, Byte), CType(4, Byte), CType(65, Byte), CType(155, Byte), CType(248, Byte), CType(132, Byte), CType(173, Byte), CType(201, Byte), CType(198, Byte), CType(185, Byte), CType(214, Byte), CType(136, Byte), CType(35, Byte), CType(133, Byte), CType(239, Byte), CType(38, Byte), CType(110, Byte), CType(92, Byte), CType(169, Byte), CType(197, Byte), CType(211, Byte), CType(60, Byte), CType(221, Byte), CType(24, Byte), CType(70, Byte), CType(17, Byte), CType(255, Byte), CType(77, Byte), CType(92, Byte), CType(236, Byte), CType(62, Byte), CType(43, Byte), CType(181, Byte), CType(209, Byte), CType(132, Byte), CType(15, Byte), CType(185, Byte), CType(148, Byte), CType(98, Byte), CType(220, Byte), CType(71, Byte), CType(214, Byte), CType(77, Byte), CType(246, Byte), CType(80, Byte), CType(113, Byte), CType(99, Byte), CType(108, Byte), CType(155, Byte), CType(249, Byte), CType(242, Byte), CType(2, Byte), CType(185, Byte), CType(86, Byte), CType(92, Byte), CType(29, Byte), CType(218, Byte), CType(230, Byte), CType(205, Byte), CType(50, Byte), CType(223, Byte), CType(221, Byte), CType(27, Byte), CType(0, Byte), CType(80, Byte), CType(2, Byte), CType(219, Byte), CType(8, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(170, Byte), CType(230, Byte), CType(249, Byte), CType(141, Byte), CType(131, Byte), CType(201, Byte), CType(34, Byte), CType(48, Byte), CType(114, Byte), CType(138, Byte), CType(184, Byte), CType(77, Byte), CType(129, Byte), CType(54, Byte), CType(138, Byte), CType(39, Byte), CType(86, Byte), CType(61, Byte), CType(65, Byte), CType(92, Byte), CType(45, Byte), CType(74, Byte), CType(246, Byte), CType(41, Byte), CType(113, Byte), CType(175, Byte), CType(167, Byte), CType(171, Byte), CType(206, Byte), CType(150, Byte), CType(18, Byte), CType(195, Byte), CType(78, Byte), CType(159, Byte), CType(23, Byte), CType(55, Byte), CType(222, Byte), CType(174, Byte), CType(139, Byte), CType(167, Byte), CType(104, Byte), CType(184, Byte), CType(122, Byte), CType(229, Byte), CType(210, Byte), CType(229, Byte), CType(99, Byte), CType(194, Byte), CType(34, Byte), CType(24, Byte), CType(184, Byte), CType(190, Byte), CType(184, Byte), CType(186, Byte), CType(52, Byte), CType(77, Byte), CType(221, Byte), CType(247, Byte), CType(215, Byte), CType(75, Byte), CType(197, Byte), CType(245, Byte), CType(155, Byte), CType(218, Byte), CType(75, Byte), CType(196, Byte), CType(245, Byte), CType(143, Byte), CType(190, Byte), CType(120, Byte), CType(10, Byte), CType(163, Byte), CType(171, Byte), CType(93, Byte), CType(29, Byte), CType(218, Byte), CType(50, Byte), CType(175, Byte), CType(230, Byte), CType(98, Byte), CType(53, Byte), CType(57, Byte), CType(76, Byte), CType(220, Byte), CType(248, Byte), CType(219, Byte), CType(232, Byte), CType(42, Byte), CType(105, Byte), CType(106, Byte), CType(240, Byte), CType(61, Byte), CType(140, Byte), CType(123, Byte), CType(173, Byte), CType(113, Byte), CType(146, Byte), CType(184, Byte), CType(113, Byte), CType(165, Byte), CType(180, Byte), CType(141, Byte), CType(184, Byte), CType(190, Byte), CType(71, Byte), CType(117, Byte), CType(134, Byte), CType(251, Byte), CType(156, Byte), CType(212, Byte), CType(86, Byte), CType(19, Byte), CType(62, Byte), CType(236, Byte), CType(82, Byte), CType(130, Byte), CType(18, Byte), CType(142, Byte), CType(172, Byte), CType(155, Byte), CType(236, Byte), CType(13, Byte), CType(226, Byte), CType(198, Byte), CType(217, Byte), CType(38, Byte), CType(27, Byte), CType(202, Byte), CType(73, Byte), CType(226, Byte), CType(94, Byte), CType(127, Byte), CType(155, Byte), CType(125, Byte), CType(65, Byte), CType(22, Byte), CType(185, Byte), CType(251, Byte), CType(3, Byte), CType(0, Byte), CType(198, Byte), CType(205, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(128, Byte), CType(170, Byte), CType(121, Byte), CType(126, Byte), CType(243, Byte), CType(96, Byte), CType(133, Byte), CType(8, Byte), CType(138, Byte), CType(156, Byte), CType(33, Byte), CType(110, Byte), CType(67, Byte), CType(160, Byte), CType(205, Byte), CType(226, Byte), CType(87, Byte), CType(221, Byte), CType(79, Byte), CType(23, Byte), CType(87, Byte), CType(147, Byte), CType(82, Byte), CType(93, Byte), CType(40, Byte), CType(238, Byte), CType(181, Byte), CType(116, Byte), CType(217, Byte), CType(169, Byte), CType(146, Byte), CType(235, Byte), CType(137, Byte), CType(31, Byte), CType(195, Byte), CType(186, Byte), CType(84, Byte), CType(220, Byte), CType(88, Byte), CType(187, Byte), CType(110, Byte), CType(95, Byte), CType(113, Byte), CType(245, Byte), CType(202, Byte), CType(129, Byte), CType(99, Byte), CType(194, Byte), CType(150, Byte), CType(44, Byte), CType(253, Byte), CType(163, Byte), CType(196, Byte), CType(166, Byte), CType(177, Byte), CType(171, Byte), CType(79, Byte), CType(147, Byte), CType(212, Byte), CType(125, Byte), CType(127, Byte), CType(237, Byte), CType(36, Byte), CType(174, Byte), CType(223, Byte), CType(212, Byte), CType(142, Byte), CType(23, Byte), CType(215, Byte), CType(63, Byte), CType(250, Byte), CType(226, Byte), CType(105, Byte), CType(100, Byte), CType(174, Byte), CType(118, Byte), CType(117, Byte), CType(104, Byte), CType(203, Byte), CType(188, Byte), CType(26, Byte), CType(213, Byte), CType(58, Byte), CType(242, Byte), CType(93, Byte), CType(113, Byte), CType(99, Byte), CType(111, Byte), CType(179, Byte), CType(8, Byte), CType(190, Byte), CType(239, Byte), CType(37, Byte), CType(174, Byte), CType(38, Byte), CType(165, Byte), CType(43, Byte), CType(97, Byte), CType(173, Byte), CType(177, Byte), CType(155, Byte), CType(184, Byte), CType(177, Byte), CType(165, Byte), CType(242, Byte), CType(108, Byte), CType(113, Byte), CType(253, Byte), CType(142, Byte), CType(234, Byte), CType(253, Byte), CType(238, Byte), CType(115, Byte), CType(82, Byte), CType(91, Byte), CType(77, Byte), CType(248, Byte), CType(192, Byte), CType(75, Byte), CType(9, Byte), CType(74, Byte), CType(56, Byte), CType(178, Byte), CType(110, Byte), CType(178, Byte), CType(111, Byte), CType(139, Byte), CType(27, Byte), CType(103, Byte), CType(91, Byte), CType(60, Byte), CType(72, Byte), CType(46, Byte), CType(17, Byte), CType(247, Byte), CType(218, Byte), CType(187, Byte), CType(224, Byte), CType(100, Byte), CType(89, Byte), CType(211, Byte), CType(221, Byte), CType(35, Byte), CType(0, Byte), CType(48, Byte), CType(78, Byte), CType(182, Byte), CType(17, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(84, Byte), CType(205, Byte), CType(243, Byte), CType(155, Byte), CType(7, Byte), CType(97, Byte), CType(161, Byte), CType(156, Byte), CType(44, Byte), CType(110, Byte), CType(51, Byte), CType(160, Byte), CType(11, Byte), CType(34, Byte), CType(236, Byte), CType(244, Byte), CType(88, Byte), CType(113, Byte), CType(181, Byte), CType(41, Byte), CType(205, Byte), CType(38, Byte), CType(226, Byte), CType(94, Byte), CType(3, Byte), CType(150, Byte), CType(44, Byte), CType(61, Byte), CType(90, Byte), CType(92, Byte), CType(205, Byte), CType(198, Byte), CType(97, Byte), CType(75, Byte), CType(113, Byte), CType(99, Byte), CType(68, Byte), CType(111, Byte), CType(14, Byte), CType(187, Byte), CType(154, Byte), CType(229, Byte), CType(112, Byte), CType(111, Byte), CType(113, Byte), CType(99, Byte), CType(234, Byte), CType(154, Byte), CType(56, Byte), CType(2, Byte), CType(104, Byte), CType(7, Byte), CType(113, Byte), CType(53, Byte), CType(106, Byte), CType(130, Byte), CType(186, Byte), CType(239, Byte), CType(175, Byte), CType(8, Byte), CType(195, Byte), CType(229, Byte), CType(58, Byte), CType(230, Byte), CType(47, Byte), CType(142, Byte), CType(81, Byte), CType(117, Byte), CType(99, Byte), CType(64, Byte), CType(223, Byte), CType(35, Byte), CType(197, Byte), CType(213, Byte), CType(46, Byte), CType(181, Byte), CType(54, Byte), CType(205, Byte), CType(171, Byte), CType(81, Byte), CType(108, Byte), CType(38, Byte), CType(191, Byte), CType(19, Byte), CType(55, Byte), CType(246, Byte), CType(46, Byte), CType(104, Byte), CType(210, Byte), CType(90, Byte), CType(112, Byte), CType(133, Byte), CType(82, Byte), CType(214, Byte), CType(26, Byte), CType(191, Byte), CType(146, Byte), CType(85, Byte), CType(196, Byte), CType(141, Byte), CType(49, Byte), CType(133, Byte), CType(99, Byte), CType(196, Byte), CType(245, Byte), CType(59, Byte), CType(170, Byte), CType(189, Byte), CType(221, Byte), CType(231, Byte), CType(164, Byte), CType(182, Byte), CType(154, Byte), CType(240, Byte), CType(161, Byte), CType(151, Byte), CType(113, Byte), CType(43, Byte), CType(233, Byte), CType(200, Byte), CType(186, Byte), CType(21, Byte), CType(226, Byte), CType(40, Byte), CType(183, Byte), CType(5, Byte), CType(226, Byte), CType(198, Byte), CType(219, Byte), CType(116, Byte), CType(207, Byte), CType(144, Byte), CType(101, Byte), CType(226, Byte), CType(94, Byte), CType(119, Byte), CType(151, Byte), CType(124, Byte), CType(93, Byte), CType(86, Byte), CType(117, Byte), CType(247, Byte), CType(9, Byte), CType(0, Byte), CType(140, Byte), CType(139, Byte), CType(109, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(85, Byte), CType(243, Byte), CType(252, Byte), CType(230, Byte), CType(65, Byte), CType(56, Byte), CType(74, Byte), CType(220, Byte), CType(70, Byte), CType(64, Byte), CType(151, Byte), CType(92, Byte), CType(39, Byte), CType(59, Byte), CType(138, Byte), CType(171, Byte), CType(79, Byte), CType(73, Byte), CType(158, Byte), CType(40, Byte), CType(110, Byte), CType(252, Byte), CType(232, Byte), CType(41, Byte), CType(101, Byte), CType(147, Byte), CType(242, Byte), CType(255, Byte), CType(196, Byte), CType(141, Byte), CType(175, Byte), CType(235, Byte), CType(46, Byte), CType(16, Byte), CType(87, Byte), CType(175, Byte), CType(92, Byte), CType(94, Byte), CType(44, Byte), CType(110, Byte), CType(92, Byte), CType(93, Byte), CType(20, Byte), CType(199, Byte), CType(53, Byte), CType(221, Byte), CType(93, Byte), CType(92, Byte), CType(157, Byte), CType(74, Byte), CType(87, Byte), CType(247, Byte), CType(253, Byte), CType(21, Byte), CType(79, Byte), CType(180, Byte), CType(113, Byte), CType(253, Byte), CType(166, Byte), CType(182, Byte), CType(181, Byte), CType(184, Byte), CType(254, Byte), CType(209, Byte), CType(183, Byte), CType(92, Byte), CType(22, Byte), CType(139, Byte), CType(171, Byte), CType(95, Byte), CType(106, Byte), CType(109, Byte), CType(153, Byte), CType(87, Byte), CType(163, Byte), CType(216, Byte), CType(74, Byte), CType(226, Byte), CType(105, Byte), CType(111, Byte), CType(110, Byte), CType(220, Byte), CType(93, Byte), CType(18, Byte), CType(79, Byte), CType(118, Byte), CType(218, Byte), CType(89, Byte), CType(92, Byte), CType(141, Byte), CType(74, Byte), CType(84, Byte), CType(210, Byte), CType(90, Byte), CType(35, Byte), CType(158, Byte), CType(186, Byte), CType(228, Byte), CType(198, Byte), CType(152, Byte), CType(194, Byte), CType(249, Byte), CType(226, Byte), CType(250, Byte), CType(28, Byte), CType(213, Byte), CType(70, Byte), CType(238, Byte), CType(115, Byte), CType(82, Byte), CType(91, Byte), CType(77, Byte), CType(248, Byte), CType(224, Byte), CType(203, Byte), CType(56, Byte), CType(149, Byte), CType(118, Byte), CType(100, Byte), CType(221, Byte), CType(100, Byte), CType(247, Byte), CType(17, Byte), CType(55, Byte), CType(230, Byte), CType(38, Byte), CType(123, Byte), CType(171, Byte), CType(184, Byte), CType(215, Byte), CType(218, Byte), CType(85, Byte), CType(135, Byte), CType(186, Byte), CType(251, Byte), CType(4, Byte), CType(0, Byte), CType(198, Byte), CType(197, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(128, Byte), CType(170, Byte), CType(121, Byte), CType(126, Byte), CType(243, Byte), CType(32, Byte), CType(142, Byte), CType(234, Byte), CType(112, Byte), CType(155, Byte), CType(0, Byte), CType(93, Byte), CType(20, Byte), CType(27, Byte), CType(41, Byte), CType(113, Byte), CType(132, Byte), CType(159, Byte), CType(171, Byte), CType(83, Byte), CType(41, Byte), CType(62, Byte), CType(40, Byte), CType(110, Byte), CType(236, Byte), CType(232, Byte), CType(185, Byte), CType(72, Byte), CType(226, Byte), CType(9, Byte), CType(101, Byte), CType(174, Byte), CType(118, Byte), CType(57, Byte), CType(29, Byte), CType(41, Byte), CType(110, Byte), CType(124, Byte), CType(93, Byte), CType(247, Byte), CType(9, Byte), CType(113, Byte), CType(245, Byte), CType(202, Byte), CType(229, Byte), CType(11, Byte), CType(226, Byte), CType(198, Byte), CType(213, Byte), CType(85, Byte), CType(151, Byte), CType(200, Byte), CType(157, Byte), CType(196, Byte), CType(213, Byte), CType(170, Byte), CType(100, Byte), CType(117, Byte), CType(223, Byte), CType(95, Byte), CType(75, Byte), CType(197, Byte), CType(245, Byte), CType(155, Byte), CType(218, Byte), CType(179, Byte), CType(196, Byte), CType(245, Byte), CType(143, Byte), CType(190, Byte), CType(211, Byte), CType(197, Byte), CType(213, Byte), CType(174, Byte), CType(14, Byte), CType(117, Byte), CType(207, Byte), CType(171, Byte), CType(55, Byte), CType(137, Byte), CType(235, Byte), CType(119, Byte), CType(220, Byte), CType(238, Byte), CType(40, Byte), CType(127, Byte), CType(17, Byte), CType(55, Byte), CType(230, Byte), CType(46, Byte), CType(250, Byte), CType(135, Byte), CType(108, Byte), CType(33, Byte), CType(174, Byte), CType(86, Byte), CType(165, Byte), CType(41, Byte), CType(105, Byte), CType(173, Byte), CType(17, Byte), CType(71, Byte), CType(232, Byte), CType(213, Byte), CType(17, Byte), CType(74, Byte), CType(220, Byte), CType(72, Byte), CType(92, Byte), CType(127, Byte), CType(163, Byte), CType(58, Byte), CType(223, Byte), CType(125, Byte), CType(70, Byte), CType(106, Byte), CType(179, Byte), CType(9, Byte), CType(31, Byte), CType(126, Byte), CType(25, Byte), CType(167, Byte), CType(210, Byte), CType(142, Byte), CType(172, Byte), CType(155, Byte), CType(236, Byte), CType(165, Byte), CType(226, Byte), CType(198, Byte), CType(220, Byte), CType(68, Byte), CType(243, Byte), CType(229, Byte), CType(35, Byte), CType(226, Byte), CType(94, Byte), CType(103, Byte), CType(215, Byte), CType(61, Byte), CType(197, Byte), CType(221, Byte), CType(43, Byte), CType(0, Byte), CType(48, Byte), CType(14, Byte), CType(182, Byte), CType(17, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(84, Byte), CType(205, Byte), CType(27, Byte), CType(220, Byte), CType(60, Byte), CType(88, Byte), CType(71, Byte), CType(226, Byte), CType(8, Byte), CType(35, Byte), CType(183, Byte), CType(17, Byte), CType(80, Byte), CType(183, Byte), CType(248, Byte), CType(213, Byte), CType(252, Byte), CType(149, Byte), CType(18, Byte), CType(193, Byte), CType(148, Byte), CType(8, Byte), CType(24, Byte), CType(197, Byte), CType(255, Byte), CType(27, Byte), CType(255, Byte), CType(255, Byte), CType(235, Byte), CType(197, Byte), CType(253, Byte), CType(243, Byte), CType(185, Byte), CType(140, Byte), CType(59, Byte), CType(136, Byte), CType(177, Byte), CType(50, Byte), CType(103, Byte), CType(138, Byte), CType(27, Byte), CType(55, Byte), CType(250, Byte), CType(246, Byte), CType(23, Byte), CType(87, Byte), CType(187, Byte), CType(156, Byte), CType(206, Byte), CType(21, Byte), CType(55, Byte), CType(182, Byte), CType(174, Byte), CType(123, Byte), CType(186, Byte), CType(184, Byte), CType(122, Byte), CType(229, Byte), CType(114, Byte), CType(153, Byte), CType(184, Byte), CType(113, Byte), CType(165, Byte), CType(16, Byte), CType(71, Byte), CType(62, Byte), CType(157, Byte), CType(181, Byte), CType(18, Byte), CType(191, Byte), CType(149, Byte), CType(120, Byte), CType(175, Byte), CType(139, Byte), CType(227, Byte), CType(202, Byte), CType(226, Byte), CType(61, Byte), CType(208, Byte), CType(253, Byte), CType(157, Byte), CType(220, Byte), CType(126, Byte), CType(35, Byte), CType(185, Byte), CType(158, Byte), CType(152, Byte), CType(147, Byte), CType(74, Byte), CType(221, Byte), CType(247, Byte), CType(215, Byte), CType(195, Byte), CType(197, Byte), CType(245, Byte), CType(155, Byte), CType(26, Byte), CType(129, Byte), CType(200, Byte), CType(149, Byte), CType(123, Byte), CType(143, Byte), CType(184, Byte), CType(218, Byte), CType(213, Byte), CType(161, Byte), CType(45, Byte), CType(243, Byte), CType(106, Byte), CType(54, Byte), CType(110, Byte), CType(47, Byte), CType(241, Byte), CType(164, Byte), CType(61, Byte), CType(55, Byte), CType(222, Byte), CType(156, Byte), CType(174, Byte), CType(150, Byte), CType(8, Byte), CType(91, Byte), CType(173, Byte), CType(88, Byte), CType(15, Byte), CType(142, Byte), CType(107, Byte), CType(109, Byte), CType(186, Byte), CType(194, Byte), CType(105, Byte), CType(178, Byte), CType(154, Byte), CType(184, Byte), CType(154, Byte), CType(149, Byte), CType(164, Byte), CType(180, Byte), CType(181, Byte), CType(198, Byte), CType(155, Byte), CType(197, Byte), CType(141, Byte), CType(115, Byte), CType(46, Byte), CType(246, Byte), CType(22, Byte), CType(215, Byte), CType(215, Byte), CType(168, Byte), CType(62, Byte), CType(225, Byte), CType(62, Byte), CType(35, Byte), CType(181, Byte), CType(217, Byte), CType(132, Byte), CType(15, Byte), CType(193, Byte), CType(140, Byte), CType(203, Byte), CType(206, Byte), CType(114, Byte), CType(179, Byte), CType(184, Byte), CType(240, Byte), CType(73, Byte), CType(9, Byte), CType(190, Byte), CType(40, Byte), CType(110, Byte), CType(220, Byte), CType(77, Byte), CType(19, Byte), CType(33, Byte), CType(167, Byte), CType(143, Byte), CType(138, Byte), CType(123, Byte), CType(141, Byte), CType(227, Byte), CType(112, Byte), CType(133, Byte), CType(92, Byte), CType(36, Byte), CType(231, Byte), CType(203, Byte), CType(95, Byte), CType(228, Byte), CType(95, Byte), CType(226, Byte), CType(254, Byte), CType(185, Byte), CType(92, Byte), CType(254, Byte), CType(41, Byte), CType(155, Byte), CType(186, Byte), CType(251, Byte), CType(5, Byte), CType(0, Byte), CType(114, Byte), CType(179, Byte), CType(141, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(160, Byte), CType(106, Byte), CType(222, Byte), CType(224, Byte), CType(230, Byte), CType(193, Byte), CType(91, Byte), CType(197, Byte), CType(109, Byte), CType(2, Byte), CType(164, Byte), CType(118, Byte), CType(179, Byte), CType(156, Byte), CType(42, Byte), CType(111, Byte), CType(145, Byte), CType(71, Byte), CType(74, Byte), CType(60, Byte), CType(65, Byte), CType(100, Byte), CType(85, Byte), CType(113, Byte), CType(99, Byte), CType(10, Byte), CType(177, Byte), CType(241, Byte), CType(118, Byte), CType(127, Byte), CType(121, Byte), CType(166, Byte), CType(28, Byte), CType(35, Byte), CType(127, Byte), CType(18, Byte), CType(247, Byte), CType(119, Byte), CType(235, Byte), CType(242, Byte), CType(80, Byte), CType(113, Byte), CType(227, Byte), CType(26, Byte), CType(183, Byte), CType(219, Byte), CType(202, Byte), CType(77, Byte), CType(226, Byte), CType(198, Byte), CType(156, Byte), CType(66, Byte), CType(252, Byte), CType(109, Byte), CType(23, Byte), CType(206, Byte), CType(152, Byte), CType(78, Byte), CType(4, Byte), CType(59, Byte), CType(98, Byte), CType(67, Byte), CType(50, Byte), CType(92, Byte), CType(33, Byte), CType(255, Byte), CType(17, Byte), CType(247, Byte), CType(119, Byte), CType(115, Byte), CType(59, Byte), CType(91, Byte), CType(92, Byte), CType(253, Byte), CType(114, Byte), CType(217, Byte), CType(64, Byte), CType(220, Byte), CType(184, Byte), CType(82, Byte), CType(138, Byte), CType(154, Byte), CType(187, Byte), CType(107, Byte), CType(82, Byte), CType(186, Byte), CType(59, Byte), CType(139, Byte), CType(171, Byte), CType(89, Byte), CType(14, Byte), CType(113, Byte), CType(52, Byte), CType(147, Byte), CType(171, Byte), CType(101, Byte), CType(10, Byte), CType(17, Byte), CType(90, Byte), CType(90, Byte), CType(36, Byte), CType(174, Byte), CType(223, Byte), CType(153, Byte), CType(172, Byte), CType(47, Byte), CType(247, Byte), CType(148, Byte), CType(167, Byte), CType(200, Byte), CType(187, Byte), CType(36, Byte), CType(222, Byte), CType(39, Byte), CType(227, Byte), CType(168, Byte), CType(46, Byte), CType(215, Byte), CType(71, Byte), CType(157, Byte), CType(190, Byte), CType(36, Byte), CType(110, Byte), CType(124, Byte), CType(37, Byte), CType(170, Byte), CType(251, Byte), CType(254, Byte), CType(138, Byte), CType(250, Byte), CType(175, Byte), CType(37, Byte), CType(174, Byte), CType(239, Byte), CType(212, Byte), CType(118, Byte), CType(146, Byte), CType(8, Byte), CType(175, Byte), CType(186, Byte), CType(123, Byte), CType(37, Byte), CType(133, Byte), CType(120, Byte), CType(98, Byte), CType(151, Byte), CType(123, Byte), CType(141, Byte), CType(169, Byte), CType(252, Byte), CType(83, Byte), CType(92, Byte), CType(191, Byte), CType(41, Byte), CType(237, Byte), CType(42, Byte), CType(174, Byte), CType(118, Byte), CType(169, Byte), CType(181, Byte), CType(105, Byte), CType(94, Byte), CType(13, Byte), CType(43, Byte), CType(2, Byte), CType(142, Byte), CType(103, Byte), CType(136, Byte), CType(27, Byte), CType(111, Byte), CType(157, Byte), CType(34, Byte), CType(212, Byte), CType(254, Byte), CType(25, Byte), CType(121, Byte), CType(134, Byte), CType(196, Byte), CType(61, Byte), CType(48, Byte), CType(93, Byte), CType(208, Byte), CType(50, Byte), CType(158, Byte), CType(206, Byte), CType(184, Byte), CType(165, Byte), CType(236, Byte), CType(41, Byte), CType(135, Byte), CType(200, Byte), CType(47, Byte), CType(197, Byte), CType(253, Byte), CType(189, Byte), CType(186, Byte), CType(228, Byte), CType(122, Byte), CType(178, Byte), CType(219, Byte), CType(168, Byte), CType(114, Byte), CType(172, Byte), CType(53, Byte), CType(102, Byte), CType(235, Byte), CType(223, Byte), CType(178, Byte), CType(169, Byte), CType(184, Byte), CType(241, Byte), CType(142, Byte), CType(234, Byte), CType(48, Byte), CType(113, Byte), CType(125, Byte), CType(141, Byte), CType(234, Byte), CType(89, Byte), CType(238, Byte), CType(51, Byte), CType(82, Byte), CType(155, Byte), CType(77, Byte), CType(248, Byte), CType(32, Byte), CType(204, Byte), CType(56, Byte), CType(172, Byte), CType(41, Byte), CType(17, Byte), CType(116, Byte), CType(113, Byte), CType(193, Byte), CType(147, Byte), CType(82, Byte), CType(92, Byte), CType(46, Byte), CType(110, Byte), CType(236, Byte), CType(77, Byte), CType(243, Byte), CType(65, Byte), CType(113, Byte), CType(175, Byte), CType(47, Byte), CType(135, Byte), CType(11, Byte), CType(228, Byte), CType(3, Byte), CType(242, Byte), CType(36, Byte), CType(217, Byte), CType(78, Byte), CType(226, Byte), CType(168, Byte), CType(66, Byte), CType(55, Byte), CType(198, Byte), CType(85, Byte), CType(101, Byte), CType(75, Byte), CType(121, Byte), CType(156, Byte), CType(196, Byte), CType(83, Byte), CType(190, Byte), CType(206, Byte), CType(17, Byte), CType(247, Byte), CType(247, Byte), CType(234, Byte), CType(242, Byte), CType(21, Byte), CType(119, Byte), CType(191, Byte), CType(0, Byte), CType(64, Byte), CType(110, Byte), CType(182, Byte), CType(17, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(84, Byte), CType(205, Byte), CType(171, Byte), CType(110, Byte), CType(28, Byte), CType(68, Byte), CType(104, Byte), CType(230, Byte), CType(90, Byte), CType(113, Byte), CType(155, Byte), CType(0, Byte), CType(169, Byte), CType(196, Byte), CType(198, Byte), CType(222, Byte), CType(225, Byte), CType(114, Byte), CType(87, Byte), CType(153, Byte), CType(218, Byte), CType(255, Byte), CType(108, Byte), CType(61, Byte), CType(80, Byte), CType(34, Byte), CType(244, Byte), CType(148, Byte), CType(227, Byte), CType(41, Byte), CType(40, Byte), CType(241, Byte), CType(212, Byte), CType(149, Byte), CType(85, Byte), CType(196, Byte), CType(141, Byte), CType(99, Byte), CType(156, Byte), CType(118, Byte), CType(23, Byte), CType(55, Byte), CType(222, Byte), CType(84, Byte), CType(98, Byte), CType(195, Byte), CType(221, Byte), CType(245, Byte), CType(59, Byte), CType(27, Byte), CType(177, Byte), CType(97, Byte), CType(25, Byte), CType(215, Byte), CType(123, Byte), CType(55, Byte), CType(57, Byte), CType(64, Byte), CType(226, Byte), CType(154, Byte), CType(197, Byte), CType(19, Byte), CType(26, Byte), CType(92, Byte), CType(127, Byte), CType(117, Byte), CType(186, Byte), CType(155, Byte), CType(184, Byte), CType(241, Byte), CType(229, Byte), CType(16, Byte), CType(155, Byte), CType(178, Byte), CType(110, Byte), CType(76, Byte), CType(41, Byte), CType(221, Byte), CType(91, Byte), CType(92, Byte), CType(223, Byte), CType(152, Byte), CType(94, Byte), CType(60, Byte), CType(77, Byte), CType(202, Byte), CType(213, Byte), CType(50, Byte), CType(133, Byte), CType(159, Byte), CType(137, Byte), CType(235, Byte), CType(115, Byte), CType(20, Byte), CType(235, Byte), CType(201, Byte), CType(115, Byte), CType(228, Byte), CType(23, Byte), CType(226, Byte), CType(250, Byte), CType(170, Byte), CType(75, Byte), CType(244, Byte), CType(233, Byte), CType(198, Byte), CType(83, Byte), CType(154, Byte), CType(186, Byte), CType(239, Byte), CType(175, Byte), CType(159, Byte), CType(139, Byte), CType(235, Byte), CType(183, Byte), CType(137, Byte), CType(62, Byte), CType(36, Byte), CType(238, Byte), CType(53, Byte), CType(166, Byte), CType(242, Byte), CType(14, Byte), CType(113, Byte), CType(253, Byte), CType(54, Byte), CType(209, Byte), CType(227, Byte), CType(196, Byte), CType(189, Byte), CType(198, Byte), CType(84, Byte), CType(74, Byte), CType(155, Byte), CType(87, Byte), CType(243, Byte), CType(229, Byte), CType(43, Byte), CType(226, Byte), CType(198, Byte), CType(90, Byte), CType(151, Byte), CType(31, Byte), CType(203, Byte), CType(255, Byte), CType(202, Byte), CType(76, Byte), CType(65, Byte), CType(247, Byte), CType(149, Byte), CType(217, Byte), CType(78, Byte), CType(142, Byte), CType(144, Byte), CType(27, Byte), CType(197, Byte), CType(245, Byte), CType(145, Byte), CType(82, Byte), CType(132, Byte), CType(183, Byte), CType(35, Byte), CType(32, Byte), CType(235, Byte), CType(198, Byte), CType(81, Byte), CType(130, Byte), CType(28, Byte), CType(107, Byte), CType(141, Byte), CType(81, Byte), CType(164, Byte), CType(126, Byte), CType(50, Byte), CType(106, Byte), CType(28, Byte), CType(95, Byte), CType(233, Byte), CType(250, Byte), CType(25, Byte), CType(213, Byte), CType(93, Byte), CType(221, Byte), CType(103, Byte), CType(164, Byte), CType(54, Byte), CType(155, Byte), CType(240, Byte), CType(33, Byte), CType(147, Byte), CType(113, Byte), CType(56, Byte), CType(76, Byte), CType(92, Byte), CType(224, Byte), CType(164, Byte), CType(52, Byte), CType(219, Byte), CType(136, Byte), CType(27, Byte), CType(127, Byte), CType(83, Byte), CType(188, Byte), CType(90, Byte), CType(220, Byte), CType(235, Byte), CType(170, Byte), CType(211, Byte), CType(245, Byte), CType(18, Byte), CType(199, Byte), CType(228, Byte), CType(221, Byte), CType(91, Byte), CType(220, Byte), CType(152, Byte), CType(134, Byte), CType(181, Byte), CType(147, Byte), CType(28, Byte), CType(39, Byte), CType(174, Byte), CType(143, Byte), CType(58, Byte), CType(236, Byte), CType(226, Byte), CType(238, Byte), CType(25, Byte), CType(0, Byte), CType(200, Byte), CType(201, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(128, Byte), CType(170, Byte), CType(121, Byte), CType(213, Byte), CType(141, Byte), CType(131, Byte), CType(248, Byte), CType(37, Byte), CType(189, Byte), CType(219, Byte), CType(0, Byte), CType(72, Byte), CType(37, Byte), CType(142, Byte), CType(211, Byte), CType(184, Byte), CType(143, Byte), CType(76, Byte), CType(237, Byte), CType(119, Byte), CType(174, Byte), CType(226, Byte), CType(137, Byte), CType(48, Byte), CType(223, Byte), CType(18, Byte), CType(215, Byte), CType(103, Byte), CType(74, Byte), CType(251, Byte), CType(137, Byte), CType(235, Byte), CType(127, Byte), CType(156, Byte), CType(14, Byte), CType(22, Byte), CType(55, Byte), CType(214, Byte), CType(84, Byte), CType(62, Byte), CType(40, Byte), CType(174, Byte), CType(223, Byte), CType(20, Byte), CType(182, Byte), CType(149, Byte), CType(248, Byte), CType(251, Byte), CType(57, Byte), CType(54, Byte), CType(39, Byte), CType(195, Byte), CType(75, Byte), CType(196, Byte), CType(141, Byte), CType(35, Byte), CType(135, Byte), CType(247, Byte), CType(138, Byte), CType(27, Byte), CType(83, Byte), CType(42, Byte), CType(255, Byte), CType(146, Byte), CType(185, Byte), CType(108, Byte), CType(20, Byte), CType(119, Byte), CType(213, Byte), CType(81, Byte), CType(226, Byte), CType(234, Byte), CType(153, Byte), CType(66, Byte), CType(60, Byte), CType(141, Byte), CType(201, Byte), CType(245, Byte), CType(57, Byte), CType(87, Byte), CType(143, Byte), CType(144, Byte), CType(56, Byte), CType(90, Byte), CType(206, Byte), CType(245, Byte), CType(153, Byte), CType(90, Byte), CType(4, Byte), CType(95, Byte), CType(183, Byte), CType(16, Byte), CType(55, Byte), CType(142, Byte), CType(146, Byte), CType(212, Byte), CType(125, Byte), CType(127, Byte), CType(29, Byte), CType(42, Byte), CType(174, Byte), CType(223, Byte), CType(38, Byte), CType(138, Byte), CType(39, Byte), CType(34, Byte), CType(185, Byte), CType(215, Byte), CType(152, Byte), CType(202, Byte), CType(163, Byte), CType(196, Byte), CType(245, Byte), CType(219, Byte), CType(68, Byte), CType(93, Byte), CType(155, Byte), CType(87, Byte), CType(113, Byte), CType(196, Byte), CType(152, Byte), CType(27, Byte), CType(103, Byte), CType(29, Byte), CType(226, Byte), CType(233, Byte), CType(143, Byte), CType(169, Byte), CType(143, Byte), CType(237, Byte), CType(219, Byte), CType(94, Byte), CType(114, Byte), CType(60, Byte), CType(225, Byte), CType(233, Byte), CType(203, Byte), CType(226, Byte), CType(250, Byte), CType(47, Byte), CType(65, Byte), CType(221, Byte), CType(115, Byte), CType(118, Byte), CType(84, Byte), CType(241, Byte), CType(20, Byte), CType(215, Byte), CType(29, Byte), CType(196, Byte), CType(141, Byte), CType(121, Byte), CType(182, Byte), CType(34, Byte), CType(60, Byte), CType(159, Byte), CType(242, Byte), CType(41, Byte), CType(135, Byte), CType(151, Byte), CType(187, Byte), CType(207, Byte), CType(71, Byte), CType(109, Byte), CType(55, Byte), CType(225, Byte), CType(3, Byte), CType(37, Byte), CType(185, Byte), CType(149, Byte), CType(126, Byte), CType(100, Byte), CType(221, Byte), CType(100, Byte), CType(207, Byte), CType(22, Byte), CType(247, Byte), CType(26, Byte), CType(154, Byte), CType(32, Byte), CType(158, Byte), CType(142, Byte), CType(228, Byte), CType(94, Byte), CType(83, Byte), CType(157, Byte), CType(62, Byte), CType(46, Byte), CType(27, Byte), CType(139, Byte), CType(27, Byte), CType(207, Byte), CType(168, Byte), CType(98, Byte), CType(190, Byte), CType(196, Byte), CType(147, Byte), CType(161, Byte), CType(92, Byte), CType(127, Byte), CType(41, Byte), CType(253, Byte), CType(204, Byte), CType(221, Byte), CType(51, Byte), CType(0, Byte), CType(144, Byte), CType(147, Byte), CType(109, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(85, Byte), CType(243, Byte), CType(170, Byte), CType(155, Byte), CType(7, Byte), CType(117, Byte), CType(134, Byte), CType(133, Byte), CType(226, Byte), CType(9, Byte), CType(62, Byte), CType(113, Byte), CType(164, Byte), CType(198, Byte), CType(212, Byte), CType(62, Byte), CType(83, Byte), CType(137, Byte), CType(39, Byte), CType(17, Byte), CType(196, Byte), CType(145, Byte), CType(34, Byte), CType(174, Byte), CType(239, Byte), CType(84, Byte), CType(78, Byte), CType(20, Byte), CType(215, Byte), CType(247, Byte), CType(56, Byte), CType(157, Byte), CType(34, Byte), CType(110, Byte), CType(172, Byte), CType(169, Byte), CType(236, Byte), CType(35, Byte), CType(174, Byte), CType(223, Byte), CType(148, Byte), CType(226, Byte), CType(73, Byte), CType(68, Byte), CType(127, Byte), CType(17, Byte), CType(215, Byte), CType(127, Byte), CType(74, Byte), CType(159, Byte), CType(19, Byte), CType(215, Byte), CType(127, Byte), CType(14, Byte), CType(167, Byte), CType(137, Byte), CType(27, Byte), CType(83, Byte), CType(42, Byte), CType(113, Byte), CType(239, Byte), CType(186, Byte), CType(126, Byte), CType(49, Byte), CType(179, Byte), CType(243, Byte), CType(196, Byte), CType(213, Byte), CType(51, Byte), CType(133, Byte), CType(199, Byte), CType(138, Byte), CType(235, Byte), CType(51, Byte), CType(133, Byte), CType(5, Byte), CType(18, Byte), CType(65, Byte), CType(42, Byte), CType(215, Byte), CType(111, Byte), CType(106, Byte), CType(77, Byte), CType(56, Byte), CType(194, Byte), CType(174, Byte), CType(238, Byte), CType(251, Byte), CType(107, Byte), CType(47, Byte), CType(113, Byte), CType(253, Byte), CType(54, Byte), CType(205, Byte), CType(218, Byte), CType(82, Byte), CType(231, Byte), CType(81, Byte), CType(167, Byte), CType(17, Byte), CType(102, Byte), CType(88, Byte), CType(71, Byte), CType(92, Byte), CType(223, Byte), CType(77, Byte), CType(212, Byte), CType(165, Byte), CType(121, Byte), CType(21, Byte), CType(161, Byte), CType(163, Byte), CType(184, Byte), CType(126, Byte), CType(110, Byte), CType(156, Byte), CType(169, Byte), CType(125, Byte), CType(84, Byte), CType(214, Byte), CType(16, Byte), CType(55, Byte), CType(142, Byte), CType(185, Byte), CType(90, Byte), CType(83, Byte), CType(190, Byte), CType(42, Byte), CType(174, Byte), CType(223, Byte), CType(148, Byte), CType(226, Byte), CType(120, Byte), CType(81, Byte), CType(215, Byte), CType(255, Byte), CType(184, Byte), CType(213, Byte), CType(61, Byte), CType(103, Byte), CType(231, Byte), CType(226, Byte), CType(123, Byte), CType(226, Byte), CType(198, Byte), CType(60, Byte), CType(91, Byte), CType(17, Byte), CType(246, Byte), CType(117, Byte), CType(127, Byte), CType(127, Byte), CType(84, Byte), CType(95, Byte), CType(114, Byte), CType(159, Byte), CType(143, Byte), CType(218, Byte), CType(110, Byte), CType(194, Byte), CType(7, Byte), CType(73, Byte), CType(114, Byte), CType(170, Byte), CType(227, Byte), CType(200, Byte), CType(186, Byte), CType(223, Byte), CType(155, Byte), CType(182, Byte), CType(84, Byte), CType(62, Byte), CType(41, Byte), CType(238, Byte), CType(117, Byte), CType(148, Byte), CType(46, Byte), CType(142, Byte), CType(137, Byte), CType(251, Byte), CType(151, Byte), CType(184, Byte), CType(215, Byte), CType(84, Byte), CType(135, Byte), CType(191, Byte), CType(200, Byte), CType(131, Byte), CType(197, Byte), CType(141, Byte), CType(37, Byte), CType(133, Byte), CType(245, Byte), CType(228, Byte), CType(52, Byte), CType(113, Byte), CType(125, Byte), CType(167, Byte), CType(196, Byte), CType(83, Byte), CType(157, Byte), CType(0, Byte), CType(140, Byte), CType(149, Byte), CType(109, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(85, Byte), CType(243, Byte), CType(250, Byte), CType(27, Byte), CType(7, Byte), CType(113, Byte), CType(44, Byte), CType(219, Byte), CType(53, Byte), CType(226, Byte), CType(54, Byte), CType(1, Byte), CType(82, Byte), CType(120, Byte), CType(140, Byte), CType(76, Byte), CType(238, Byte), CType(175, Byte), CType(46, Byte), CType(111, Byte), CType(18, Byte), CType(215, Byte), CType(255, Byte), CType(168, Byte), CType(98, Byte), CType(227, Byte), CType(239, Byte), CType(143, Byte), CType(242, Byte), CType(117, Byte), CType(137, Byte), CType(163, Byte), CType(242, Byte), CType(92, Byte), CType(159, Byte), CType(227, Byte), CType(178, Byte), CType(80, Byte), CType(174, Byte), CType(19, Byte), CType(55, Byte), CType(238, Byte), CType(84, Byte), CType(54, Byte), CType(22, Byte), CType(215, Byte), CType(119, Byte), CType(106, Byte), CType(113, Byte), CType(20, Byte), CType(204, Byte), CType(223, Byte), CType(196, Byte), CType(141, Byte), CType(33, Byte), CType(149, Byte), CType(51, Byte), CType(196, Byte), CType(245, Byte), CType(93, Byte), CType(183, Byte), CType(216, Byte), CType(120, Byte), CType(77, Byte), CType(249, Byte), CType(244, Byte), CType(1, Byte), CType(231, Byte), CType(13, Byte), CType(226, Byte), CType(250, Byte), CType(198, Byte), CType(244, Byte), CType(54, Byte), CType(20, Byte), CType(87, Byte), CType(203, Byte), CType(84, Byte), CType(226, Byte), CType(184, Byte), CType(57, Byte), CType(215, Byte), CType(111, Byte), CType(74, Byte), CType(79, Byte), CType(149, Byte), CType(58, Byte), CType(131, Byte), CType(43, Byte), CType(43, Byte), CType(60, Byte), CType(68, Byte), CType(92, Byte), CType(255, Byte), CType(37, Byte), CType(200, Byte), CType(113, Byte), CType(127, Byte), CType(197, Byte), CType(92, Byte), CType(113, Byte), CType(125, Byte), CType(55, Byte), CType(77, Byte), CType(221, Byte), CType(71, Byte), CType(157, Byte), CType(254, Byte), CType(74, Byte), CType(92, Byte), CType(191, Byte), CType(77, Byte), CType(212, Byte), CType(165, Byte), CType(121, Byte), CType(117, Byte), CType(59, Byte), CType(249, Byte), CType(171, Byte), CType(184, Byte), CType(49, Byte), CType(166, Byte), CType(20, Byte), CType(239, Byte), CType(85, Byte), CType(113, Byte), CType(124, Byte), CType(173, Byte), CType(27, Byte), CType(67, Byte), CType(74, Byte), CType(139, Byte), CType(36, Byte), CType(142, Byte), CType(5, Byte), CType(116, Byte), CType(99, Byte), CType(72, Byte), CType(101, Byte), CType(66, Byte), CType(92, Byte), CType(223, Byte), CType(227, Byte), CType(148, Byte), CType(99, Byte), CType(206, Byte), CType(206, Byte), CType(213, Byte), CType(163, Byte), CType(197, Byte), CType(141, Byte), CType(125, Byte), CType(54, Byte), CType(82, Byte), CType(255, Byte), CType(168, Byte), CType(225, Byte), CType(165, Byte), CType(238, Byte), CType(243, Byte), CType(81, Byte), CType(219, Byte), CType(77, Byte), CType(248, Byte), CType(16, Byte), CType(73, Byte), CType(78, Byte), CType(169, Byte), CType(143, Byte), CType(172, Byte), CType(59, Byte), CType(69, Byte), CType(246, Byte), CType(157, Byte), CType(210, Byte), CType(150, Byte), CType(210, Byte), CType(133, Byte), CType(226, Byte), CType(94, Byte), CType(71, Byte), CType(201, Byte), CType(86, Byte), CType(151, Byte), CType(95, Byte), CType(137, Byte), CType(123, Byte), CType(61, Byte), CType(117, Byte), CType(248, Byte), CType(177, Byte), CType(172, Byte), CType(47, Byte), CType(110, Byte), CType(44, Byte), CType(41, Byte), CType(173, Byte), CType(45, Byte), CType(103, Byte), CType(139, Byte), CType(27, Byte), CType(67, Byte), CType(42, Byte), CType(159, Byte), CType(117, Byte), CType(247, Byte), CType(13, Byte), CType(0, Byte), CType(228, Byte), CType(98, Byte), CType(27, Byte), CType(1, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(213, Byte), CType(188, Byte), CType(254, Byte), CType(198, Byte), CType(193, Byte), CType(93, Byte), CType(111, Byte), CType(253, Byte), CType(194, Byte), CType(191, Byte), CType(46, Byte), CType(171, Byte), CType(203, Byte), CType(228, Byte), CType(254, Byte), CType(234, Byte), CType(18, Byte), CType(79, Byte), CType(118, Byte), CType(250, Byte), CType(166, Byte), CType(184, Byte), CType(49, Byte), CType(204, Byte), CType(36, Byte), CType(142, Byte), CType(79, Byte), CType(139, Byte), CType(163, Byte), CType(245, Byte), CType(226, Byte), CType(233, Byte), CType(37, Byte), CType(113, Byte), CType(28, Byte), CType(220, Byte), CType(83, Byte), CType(36, Byte), CType(126, Byte), CType(177, Byte), CType(31, Byte), CType(27, Byte), CType(71, Byte), CType(174, Byte), CType(159, Byte), CType(18, Byte), CType(220, Byte), CType(79, Byte), CType(220, Byte), CType(107, Byte), CType(73, Byte), CType(229, Byte), CType(15, Byte), CType(226, Byte), CType(250, Byte), CType(173, Byte), CType(203, Byte), CType(30, Byte), CType(226, Byte), CType(198, Byte), CType(145, Byte), CType(202, Byte), CType(159, Byte), CType(196, Byte), CType(245, Byte), CType(91, Byte), CType(183, Byte), CType(135, Byte), CType(137, Byte), CType(27, Byte), CType(79, Byte), CType(74, Byte), CType(187, Byte), CType(136, Byte), CType(235, Byte), CType(27, Byte), CType(211, Byte), CType(139, Byte), CType(167, Byte), CType(169, Byte), CType(184, Byte), CType(90, Byte), CType(166, Byte), CType(240, Byte), CType(91, Byte), CType(113, Byte), CType(125, Byte), CType(214, Byte), CType(225, Byte), CType(69, Byte), CType(226, Byte), CType(198, Byte), CType(144, Byte), CType(210, Byte), CType(201, Byte), CType(226, Byte), CType(250, Byte), CType(46, Byte), CType(65, Byte), CType(221, Byte), CType(247, Byte), CType(87, Byte), CType(60, Byte), CType(245, Byte), CType(203, Byte), CType(245, Byte), CType(219, Byte), CType(68, Byte), CType(111, Byte), CType(19, Byte), CType(247, Byte), CType(26, Byte), CType(83, Byte), CType(249, Byte), CType(136, Byte), CType(184, Byte), CType(126, Byte), CType(155, Byte), CType(168, Byte), CType(238, Byte), CType(121, Byte), CType(21, Byte), CType(235, Byte), CType(13, Byte), CType(215, Byte), CType(239, Byte), CType(56, Byte), CType(124, Byte), CType(70, Byte), CType(220, Byte), CType(24, Byte), CType(83, Byte), CType(123, Byte), CType(190, Byte), CType(184, Byte), CType(254, Byte), CType(235, Byte), CType(16, Byte), CType(225, Byte), CType(233, Byte), CType(27, Byte), CType(196, Byte), CType(141, Byte), CType(35, Byte), CType(133, Byte), CType(255, Byte), CType(72, Byte), CType(4, Byte), CType(196, Byte), CType(92, Byte), CType(223, Byte), CType(227, Byte), CType(146, Byte), CType(99, Byte), CType(173, Byte), CType(49, Byte), CType(87, Byte), CType(231, Byte), CType(72, Byte), CType(60, Byte), CType(145, Byte), CType(208, Byte), CType(141, Byte), CType(127, Byte), CType(88, Byte), CType(223, Byte), CType(17, Byte), CType(247, Byte), CType(183, Byte), CType(71, Byte), CType(181, Byte), CType(147, Byte), CType(251, Byte), CType(124, Byte), CType(212, Byte), CType(118, Byte), CType(19, Byte), CType(62, Byte), CType(64, Byte), CType(146, Byte), CType(75, Byte), CType(234, Byte), CType(35, Byte), CType(235, Byte), CType(150, Byte), CType(73, Byte), CType(60, Byte), CType(185, Byte), CType(232, Byte), CType(206, Byte), CType(147, Byte), CType(218, Byte), CType(234, Byte), CType(176, Byte), CType(137, Byte), CType(184, Byte), CType(215, Byte), CType(83, Byte), CType(170, Byte), CType(67, Byte), CType(197, Byte), CType(189, Byte), CType(142, Byte), CType(58, Byte), CType(124, Byte), CType(85, Byte), CType(22, Byte), CType(137, Byte), CType(27, Byte), CType(71, Byte), CType(29, Byte), CType(238, Byte), CType(34, Byte), CType(215, Byte), CType(137, Byte), CType(27, Byte), CType(75, Byte), CType(10, Byte), CType(255, Byte), CType(145, Byte), CType(245, Byte), CType(220, Byte), CType(189, Byte), CType(3, Byte), CType(0, Byte), CType(57, Byte), CType(216, Byte), CType(70, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(80, Byte), CType(53, Byte), CType(175, Byte), CType(191, Byte), CType(113, Byte), CType(80, Byte), CType(247, Byte), CType(6, Byte), CType(73, Byte), CType(206, Byte), CType(39, Byte), CType(23, Byte), CType(220, Byte), CType(73, Byte), CType(150, Byte), CType(137, Byte), CType(27, Byte), CType(199, Byte), CType(245, Byte), CType(114, Byte), CType(150, Byte), CType(124, Byte), CType(86, Byte), CType(222, Byte), CType(40, Byte), CType(17, Byte), CType(118, Byte), CType(216, Byte), CType(94, Byte), CType(86, Byte), CType(19, Byte), CType(247, Byte), CType(183, Byte), CType(74, Byte), CType(246, Byte), CType(74, Byte), CType(113, Byte), CType(175, Byte), CType(49, Byte), CType(149, Byte), CType(79, Byte), CType(138, Byte), CType(235, Byte), CType(183, Byte), CType(78, Byte), CType(63, Byte), CType(19, Byte), CType(55, Byte), CType(150, Byte), CType(20, Byte), CType(254, Byte), CType(41, Byte), CType(174, Byte), CType(207, Byte), CType(186, Byte), CType(197, Byte), CType(60, Byte), CType(115, Byte), CType(227, Byte), CType(73, Byte), CType(37, Byte), CType(230, Byte), CType(122, Byte), CType(201, Byte), CType(129, Byte), CType(188, Byte), CType(82, Byte), CType(29, Byte), CType(42, Byte), CType(174, Byte), CType(158, Byte), CType(41, Byte), CType(28, Byte), CType(46, Byte), CType(174, Byte), CType(207, Byte), CType(186, Byte), CType(124, Byte), CType(94, Byte), CType(220, Byte), CType(56, Byte), CType(82, Byte), CType(218, Byte), CType(73, Byte), CType(92, Byte), CType(223, Byte), CType(227, Byte), CType(86, Byte), CType(247, Byte), CType(253, Byte), CType(245, Byte), CType(113, Byte), CType(113, Byte), CType(253, Byte), CType(54, Byte), CType(209, Byte), CType(15, Byte), CType(196, Byte), CType(189, Byte), CType(198, Byte), CType(84, Byte), CType(158, Byte), CType(36, Byte), CType(174, Byte), CType(223, Byte), CType(38, Byte), CType(234, Byte), CType(202, Byte), CType(188, Byte), CType(218, Byte), CType(85, Byte), CType(220, Byte), CType(248, Byte), CType(82, Byte), CType(139, Byte), CType(144, Byte), CType(157, Byte), CType(235, Byte), CType(191, Byte), CType(78, Byte), CType(117, Byte), CType(190, Byte), CType(199, Byte), CType(135, Byte), CType(253, Byte), CType(197, Byte), CType(245, Byte), CType(59, Byte), CType(46, Byte), CType(117, Byte), CType(207, Byte), CType(217, Byte), CType(84, Byte), CType(230, Byte), CType(18, Byte), CType(120, Byte), CType(139, Byte), CType(144, Byte), CType(212, Byte), CType(181, Byte), CType(226, Byte), CType(254, Byte), CType(238, Byte), CType(40, Byte), CType(226, Byte), CType(111, Byte), CType(45, Byte), CType(112, Byte), CType(159, Byte), CType(143, Byte), CType(218, Byte), CType(110, Byte), CType(194, Byte), CType(135, Byte), CType(71, Byte), CType(114, Byte), CType(168, Byte), CType(227, Byte), CType(200, Byte), CType(186, Byte), CType(183, Byte), CType(203, Byte), CType(138, Byte), CType(191, Byte), CType(127, Byte), CType(197, Byte), CType(173, Byte), CType(109, Byte), CType(117, Byte), CType(136, Byte), CType(39, Byte), CType(70, Byte), CType(77, Byte), CType(126, Byte), CType(45, Byte), CType(37, Byte), CType(219, Byte), CType(73, Byte), CType(110, Byte), CType(18, Byte), CType(247, Byte), CType(58, Byte), CType(82, Byte), CType(251, Byte), CType(158, Byte), CType(44, Byte), CType(20, Byte), CType(55, Byte), CType(142, Byte), CType(58, Byte), CType(189, Byte), CType(86, Byte), CType(220, Byte), CType(120, Byte), CType(82, Byte), CType(121, Byte), CType(170, Byte), CType(187, Byte), CType(119, Byte), CType(0, Byte), CType(32, Byte), CType(7, Byte), CType(219, Byte), CType(8, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(170, Byte), CType(230, Byte), CType(245, Byte), CType(55, Byte), CType(15, Byte), CType(30, Byte), CType(47, Byte), CType(110, Byte), CType(19, Byte), CType(32, Byte), CType(149, Byte), CType(231, Byte), CType(200, Byte), CType(228, Byte), CType(254, Byte), CType(234, Byte), CType(22, Byte), CType(65, Byte), CType(131, Byte), CType(83, Byte), CType(229, Byte), CType(24, Byte), CType(137, Byte), CType(64, Byte), CType(80, Byte), CType(28, Byte), CType(157, Byte), CType(119, Byte), CType(103, Byte), CType(137, Byte), CType(35, Byte), CType(250, Byte), CType(220, Byte), CType(63, Byte), CType(223, Byte), CType(68, Byte), CType(95, Byte), CType(17, Byte), CType(87, Byte), CType(235, Byte), CType(84, Byte), CType(158, Byte), CType(45, Byte), CType(174, Byte), CType(223, Byte), CType(58, Byte), CType(189, Byte), CType(85, Byte), CType(220, Byte), CType(88, Byte), CType(82, Byte), CType(184, Byte), CType(82, Byte), CType(92, Byte), CType(159, Byte), CType(117, Byte), CType(251, Byte), CType(182, Byte), CType(184, Byte), CType(241, Byte), CType(164, Byte), CType(18, Byte), CType(243, Byte), CType(220, Byte), CType(245, Byte), CType(139, Byte), CType(153, Byte), CType(213, Byte), CType(121, Byte), CType(180, Byte), CType(81, Byte), CType(28, Byte), CType(41, Byte), CType(231, Byte), CType(250, Byte), CType(172, Byte), CType(203, Byte), CType(166, Byte), CType(146, Byte), CType(114, Byte), CType(243, Byte), CType(215, Byte), CType(249, Byte), CType(152, Byte), CType(184, Byte), CType(190, Byte), CType(199, Byte), CType(173, Byte), CType(238, Byte), CType(251, Byte), CType(235, Byte), CType(233, Byte), CType(226, Byte), CType(250, Byte), CType(109, Byte), CType(154, Byte), CType(56, Byte), CType(234, Byte), CType(180, Byte), CType(206, Byte), CType(39, Byte), CType(220, Byte), CType(132, Byte), CType(59, Byte), CType(136, Byte), CType(235, Byte), CType(187, Byte), CType(137, Byte), CType(186, Byte), CType(48, Byte), CType(175, Byte), CType(34, Byte), CType(224, Byte), CType(29, Byte), CType(79, Byte), CType(150, Byte), CType(114, Byte), CType(227, Byte), CType(75, Byte), CType(233, Byte), CType(199, Byte), CType(178, Byte), CType(170, Byte), CType(184, Byte), CType(49, Byte), CType(212, Byte), CType(41, Byte), CType(66, Byte), CType(239, Byte), CType(113, Byte), CType(252, Byte), CType(176, Byte), CType(27, Byte), CType(83, Byte), CType(10, Byte), CType(223, Byte), CType(18, Byte), CType(215, Byte), CType(239, Byte), CType(184, Byte), CType(212, Byte), CType(61, Byte), CType(103, Byte), CType(83, Byte), CType(185, Byte), CType(92, Byte), CType(110, Byte), CType(43, Byte), CType(238, Byte), CType(53, Byte), CType(172, Byte), CType(204, Byte), CType(125, Byte), CType(196, Byte), CType(253, Byte), CType(205, Byte), CType(81, Byte), CType(125, Byte), CType(215, Byte), CType(125, Byte), CType(54, Byte), CType(234, Byte), CType(130, Byte), CType(9, Byte), CType(31, Byte), CType(28, Byte), CType(201, Byte), CType(33, Byte), CType(245, Byte), CType(145, Byte), CType(117, Byte), CType(127, Byte), CType(148, Byte), CType(8, Byte), CType(79, Byte), CType(173, Byte), CType(248, Byte), CType(251, Byte), CType(39, Byte), CType(137, Byte), CType(251, Byte), CType(231, Byte), CType(82, Byte), CType(248, Byte), CType(144, Byte), CType(76, Byte), CType(126, Byte), CType(45, Byte), CType(165, Byte), CType(90, Byte), CType(69, Byte), CType(206, Byte), CType(20, Byte), CType(247, Byte), CType(26, Byte), CType(82, Byte), CType(251, Byte), CType(157, Byte), CType(196, Byte), CType(81, Byte), CType(114, Byte), CType(110, Byte), CType(28, Byte), CType(117, Byte), CType(139, Byte), CType(235, Byte), CType(254, Byte), CType(15, Byte), CType(113, Byte), CType(227, Byte), CType(74, Byte), CType(97, Byte), CType(194, Byte), CType(221, Byte), CType(59, Byte), CType(0, Byte), CType(144, Byte), CType(131, Byte), CType(109, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(85, Byte), CType(243, Byte), CType(250, Byte), CType(155, Byte), CType(7, Byte), CType(117, Byte), CType(7, Byte), CType(157, Byte), CType(174, Byte), CType(17, Byte), CType(142, Byte), CType(215, Byte), CType(74, Byte), CType(39, Byte), CType(142, Byte), CType(232, Byte), CType(251, Byte), CType(135, Byte), CType(184, Byte), CType(90, Byte), CType(167, Byte), CType(178, Byte), CType(141, Byte), CType(184, Byte), CType(190, Byte), CType(235, Byte), CType(116, Byte), CType(160, Byte), CType(184, Byte), CType(177, Byte), CType(164, Byte), CType(112, Byte), CType(190, Byte), CType(184, Byte), CType(62, Byte), CType(235, Byte), CType(20, Byte), CType(155, Byte), CType(187, Byte), CType(117, Byte), CType(7, Byte), CType(80, Byte), CType(222, Byte), CType(37, Byte), CType(174, Byte), CType(111, Byte), CType(76, Byte), CType(111, Byte), CType(45, Byte), CType(89, Byte), CType(46, Byte), CType(174, Byte), CType(158, Byte), CType(41, Byte), CType(108, Byte), CType(33, Byte), CType(174, Byte), CType(223, Byte), CType(58, Byte), CType(213, Byte), CType(253, Byte), CType(244, Byte), CType(146, Byte), CType(171, Byte), CType(101, Byte), CType(145, Byte), CType(184, Byte), CType(190, Byte), CType(199, Byte), CType(37, Byte), CType(199, Byte), CType(253, Byte), CType(21, Byte), CType(71, Byte), CType(96, Byte), CType(185, Byte), CType(190, Byte), CType(155, Byte), CType(230, Byte), CType(1, Byte), CType(226, Byte), CType(94, Byte), CType(95, Byte), CType(42, Byte), CType(227, Byte), CType(58, Byte), CType(26, Byte), CType(180, Byte), CType(14, Byte), CType(93, Byte), CType(153, Byte), CType(87, Byte), CType(241, Byte), CType(100, Byte), CType(29, Byte), CType(55, Byte), CType(182, Byte), CType(148, Byte), CType(98, Byte), CType(237, Byte), CType(23, Byte), CType(129, Byte), CType(35, Byte), CType(215, Byte), CType(127, Byte), CType(14, Byte), CType(167, Byte), CType(137, Byte), CType(27, Byte), CType(87, Byte), CType(10, Byte), CType(17, Byte), CType(28, Byte), CType(92, Byte), CType(67, Byte), CType(92, Byte), CType(191, Byte), CType(185, Byte), CType(165, Byte), CType(158, Byte), CType(179, Byte), CType(113, Byte), CType(156, Byte), CType(179, Byte), CType(107, Byte), CType(79, Byte), CType(229, Byte), CType(237, Byte), CType(226, Byte), CType(94, Byte), CType(199, Byte), CType(202, Byte), CType(188, Byte), CType(88, Byte), CType(220, Byte), CType(223, Byte), CType(27, Byte), CType(213, Byte), CType(82, Byte), CType(247, Byte), CType(217, Byte), CType(168, Byte), CType(11, Byte), CType(38, Byte), CType(124, Byte), CType(112, Byte), CType(164, Byte), CType(110, Byte), CType(169, Byte), CType(143, Byte), CType(172, Byte), CType(11, Byte), CType(143, Byte), CType(146, Byte), CType(201, Byte), CType(125, Byte), CType(28, Byte), CType(44, Byte), CType(238, Byte), CType(159, Byte), CType(75, Byte), CType(225, Byte), CType(108, Byte), CType(153, Byte), CType(220, Byte), CType(87, Byte), CType(169, Byte), CType(158, Byte), CType(33, Byte), CType(110, Byte), CType(252, Byte), CType(169, Byte), CType(197, Byte), CType(209, Byte), CType(113, Byte), CType(219, Byte), CType(136, Byte), CType(27, Byte), CType(67, Byte), CType(46, Byte), CType(239, Byte), CType(22, Byte), CType(55, Byte), CType(182, Byte), CType(20, Byte), CType(126, Byte), CType(232, Byte), CType(238, Byte), CType(29, Byte), CType(0, Byte), CType(200, Byte), CType(193, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(128, Byte), CType(170, Byte), CType(121, Byte), CType(253, Byte), CType(205, Byte), CType(131, Byte), CType(221, Byte), CType(110, Byte), CType(253, Byte), CType(210, Byte), CType(191, Byte), CType(110, Byte), CType(159, Byte), CType(144, Byte), CType(29, Byte), CType(101, Byte), CType(114, Byte), CType(223, Byte), CType(152, Byte), CType(189, Byte), CType(237, Byte), CType(196, Byte), CType(213, Byte), CType(55, Byte), CType(149, Byte), CType(191, Byte), CType(139, Byte), CType(235, Byte), CType(183, Byte), CType(110, Byte), CType(117, Byte), CType(62, Byte), CType(209, Byte), CType(233, Byte), CType(251, Byte), CType(226, Byte), CType(250, Byte), CType(172, Byte), CType(83, Byte), CType(234, Byte), CType(167, Byte), CType(15, Byte), CType(56, Byte), CType(143, Byte), CType(21, Byte), CType(215, Byte), CType(55, Byte), CType(166, Byte), CType(247, Byte), CType(8, Byte), CType(113, Byte), CType(181, Byte), CType(76, Byte), CType(225, Byte), CType(47, Byte), CType(226, Byte), CType(250, Byte), CType(172, Byte), CType(219, Byte), CType(150, Byte), CType(226, Byte), CType(198, Byte), CType(147, Byte), CType(210, Byte), CType(30, Byte), CType(226, Byte), CType(250, Byte), CType(30, Byte), CType(151, Byte), CType(186, Byte), CType(239, Byte), CType(175, Byte), CType(203, Byte), CType(196, Byte), CType(245, Byte), CType(219, Byte), CType(68, Byte), CType(175, Byte), CType(22, Byte), CType(247, Byte), CType(26, Byte), CType(83, Byte), CType(249, Byte), CType(140, Byte), CType(184, Byte), CType(126, Byte), CType(155, Byte), CType(168, Byte), CType(11, Byte), CType(243, Byte), CType(42, Byte), CType(66, Byte), CType(139, Byte), CType(151, Byte), CType(138, Byte), CType(27, Byte), CType(95, Byte), CType(74, Byte), CType(47, Byte), CType(19, Byte), CType(215, Byte), CType(127, Byte), CType(46, Byte), CType(117, Byte), CType(174, Byte), CType(41, Byte), CType(194, Byte), CType(131, Byte), CType(196, Byte), CType(245, Byte), CType(155, Byte), CType(91, Byte), CType(234, Byte), CType(57, Byte), CType(251, Byte), CType(6, Byte), CType(169, Byte), CType(243, Byte), CType(105, Byte), CType(88, Byte), CType(113, Byte), CType(140, Byte), CType(244, Byte), CType(230, Byte), CType(226, Byte), CType(94, Byte), CType(203, Byte), CType(76, Byte), CType(142, Byte), CType(19, Byte), CType(247, Byte), CType(247, Byte), CType(70, Byte), CType(245, Byte), CType(8, Byte), CType(247, Byte), CType(217, Byte), CType(168, Byte), CType(11, Byte), CType(38, Byte), CType(124, Byte), CType(104, Byte), CType(164, Byte), CType(78, Byte), CType(117, Byte), CType(28, Byte), CType(89, Byte), CType(119, Byte), CType(188, Byte), CType(76, Byte), CType(237, Byte), CType(231, Byte), CType(177, Byte), CType(226, Byte), CType(254, Byte), CType(217, Byte), CType(20, Byte), CType(34, Byte), CType(164, Byte), CType(181, Byte), CType(142, Byte), CType(76, Byte), CType(237, Byte), CType(179, Byte), CType(36, Byte), CType(113, Byte), CType(132, Byte), CType(220, Byte), CType(197, Byte), CType(226, Byte), CType(198, Byte), CType(159, Byte), CType(218, Byte), CType(11, Byte), CType(196, Byte), CType(141, Byte), CType(33, Byte), CType(167, Byte), CType(123, Byte), CType(139, Byte), CType(27, Byte), CType(219, Byte), CType(108, Byte), CType(253, Byte), CType(75, Byte), CType(206, Byte), CType(145, Byte), CType(120, Byte), CType(34, Byte), CType(216, Byte), CType(145, Byte), CType(242, Byte), CType(6, Byte), CType(185, Byte), CType(139, Byte), CType(187, Byte), CType(119, Byte), CType(0, Byte), CType(32, Byte), CType(7, Byte), CType(219, Byte), CType(8, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(170, Byte), CType(230, Byte), CType(245, Byte), CType(55, Byte), CType(15, Byte), CType(226, Byte), CType(233, Byte), CType(2, Byte), CType(110, Byte), CType(19, Byte), CType(160, Byte), CType(46, Byte), CType(103, Byte), CType(203, Byte), CType(219, Byte), CType(36, Byte), CType(158, Byte), CType(50, Byte), CType(17, Byte), CType(199, Byte), CType(167, Byte), CType(76, Byte), CType(30, Byte), CType(11, Byte), CType(86, Byte), CType(238, Byte), CType(121, Byte), CType(226, Byte), CType(234, Byte), CType(154, Byte), CType(202, Byte), CType(151, Byte), CType(197, Byte), CType(245, Byte), CType(91, Byte), CType(183, Byte), CType(56, Byte), CType(226, Byte), CType(198, Byte), CType(141, Byte), CType(39, Byte), CType(133, Byte), CType(15, Byte), CType(136, Byte), CType(235, Byte), CType(179, Byte), CType(78, Byte), CType(47, Byte), CType(17, Byte), CType(55, Byte), CType(150, Byte), CType(148, Byte), CType(110, Byte), CType(39, Byte), CType(174, Byte), CType(111, Byte), CType(76, Byte), CType(111, Byte), CType(169, Byte), CType(184, Byte), CType(90, Byte), CType(166, Byte), CType(112, Byte), CType(172, Byte), CType(184, Byte), CType(62, Byte), CType(115, Byte), CType(56, Byte), CType(83, Byte), CType(220, Byte), CType(152, Byte), CType(82, Byte), CType(25, Byte), CType(199, Byte), CType(61, Byte), CType(52, Byte), CType(147, Byte), CType(186, Byte), CType(239, Byte), CType(175, Byte), CType(47, Byte), CType(136, Byte), CType(235, Byte), CType(183, Byte), CType(137, Byte), CType(190, Byte), CType(38, Byte), CType(238, Byte), CType(53, Byte), CType(166, Byte), CType(178, Byte), CType(191, Byte), CType(184, Byte), CType(126, Byte), CType(155, Byte), CType(168, Byte), CType(11, Byte), CType(243, Byte), CType(42, Byte), CType(199, Byte), CType(211, Byte), CType(156, Byte), CType(126, Byte), CType(47, Byte), CType(113, Byte), CType(100, Byte), CType(162, Byte), CType(235, Byte), CType(63, Byte), CType(151, Byte), CType(189, Byte), CType(196, Byte), CType(141, Byte), CType(45, Byte), CType(149, Byte), CType(168, Byte), CType(163, Byte), CType(235, Byte), CType(55, Byte), CType(183, Byte), CType(212, Byte), CType(115, Byte), CType(54, Byte), CType(158, Byte), CType(74, Byte), CType(120, Byte), CType(244, Byte), CType(148, Byte), CType(182, Byte), CType(212, Byte), CType(38, Byte), CType(196, Byte), CType(189, Byte), CType(150, Byte), CType(153, Byte), CType(92, Byte), CType(36, Byte), CType(238, Byte), CType(111, Byte), CType(141, Byte), CType(34, Byte), CType(158, Byte), CType(234, Byte), CType(184, Byte), CType(216, Byte), CType(125, Byte), CType(54, Byte), CType(234, Byte), CType(130, Byte), CType(9, Byte), CType(31, Byte), CType(26, Byte), CType(169, Byte), CType(211, Byte), CType(7, Byte), CType(196, Byte), CType(5, Byte), CType(76, Byte), CType(70, Byte), CType(21, Byte), CType(193, Byte), CType(148, Byte), CType(205, Byte), CType(100, Byte), CType(106, Byte), CType(63, Byte), CType(27, Byte), CType(139, Byte), CType(251, Byte), CType(231, Byte), CType(83, Byte), CType(153, Byte), CType(250, Byte), CType(4, Byte), CType(169, Byte), CType(210, Byte), CType(236, Byte), CType(47, Byte), CType(110, Byte), CType(220, Byte), CType(169, Byte), CType(157, Byte), CType(38, Byte), CType(113, Byte), CType(68, Byte), CType(158, Byte), CType(27, Byte), CType(67, Byte), CType(78, Byte), CType(243, Byte), CType(229, Byte), CType(239, Byte), CType(226, Byte), CType(198, Byte), CType(184, Byte), CType(194, Byte), CType(141, Byte), CType(18, Byte), CType(71, Byte), CType(28, Byte), CType(254, Byte), CType(80, Byte), CType(62, Byte), CType(35, Byte), CType(239, Byte), CType(144, Byte), CType(231, Byte), CType(203, Byte), CType(30, Byte), CType(114, Byte), CType(15, Byte), CType(89, Byte), CType(215, Byte), CType(221, Byte), CType(35, Byte), CType(0, Byte), CType(48, Byte), CType(78, Byte), CType(182, Byte), CType(17, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(84, Byte), CType(205, Byte), CType(235, Byte), CType(111, Byte), CType(30, Byte), CType(172, Byte), CType(34, Byte), CType(255, Byte), CType(20, Byte), CType(183, Byte), CType(25, Byte), CType(80, Byte), CType(183, Byte), CType(235, Byte), CType(36, Byte), CType(158, Byte), CType(182, Byte), CType(115, Byte), CType(176, Byte), CType(236, Byte), CType(41, Byte), CType(163, Byte), CType(252, Byte), CType(202, Byte), CType(187, Byte), CType(107, Byte), CType(62, Byte), CType(45, Byte), CType(174, Byte), CType(150, Byte), CType(169, Byte), CType(188, Byte), CType(92, Byte), CType(92, Byte), CType(191, Byte), CType(117, Byte), CType(186, Byte), CType(191, Byte), CType(184, Byte), CType(177, Byte), CType(164, Byte), CType(178, Byte), CType(175, Byte), CType(184, Byte), CType(126, Byte), CType(235, Byte), CType(116, Byte), CType(188, Byte), CType(184, Byte), CType(177, Byte), CType(164, Byte), CType(242, Byte), CType(91, Byte), CType(113, Byte), CType(253, Byte), CType(98, Byte), CType(102, Byte), CType(223, Byte), CType(21, Byte), CType(87, Byte), CType(207, Byte), CType(20, Byte), CType(94, Byte), CType(40, Byte), CType(174, Byte), CType(207, Byte), CType(28, Byte), CType(14, Byte), CType(17, Byte), CType(55, Byte), CType(166, Byte), CType(84, Byte), CType(34, Byte), CType(160, Byte), CType(234, Byte), CType(250, Byte), CType(29, Byte), CType(151, Byte), CType(186, Byte), CType(239, Byte), CType(175, Byte), CType(56, Byte), CType(38, Byte), CType(201, Byte), CType(245, Byte), CType(219, Byte), CType(52, Byte), CType(113, Byte), CType(212, Byte), CType(233, Byte), CType(149, Byte), CType(226, Byte), CType(94, Byte), CType(99, Byte), CType(42, Byte), CType(119, Byte), CType(19, Byte), CType(215, Byte), CType(119, Byte), CType(19, Byte), CType(181, Byte), CType(125, Byte), CType(94, Byte), CType(197, Byte), CType(124, Byte), CType(136, Byte), CType(16, Byte), CType(146, Byte), CType(27, Byte), CType(91, Byte), CType(74, Byte), CType(123, Byte), CType(139, Byte), CType(235, Byte), CType(63, Byte), CType(167, Byte), CType(187, Byte), CType(139, Byte), CType(27, Byte), CType(91, Byte), CType(42, Byte), CType(135, Byte), CType(137, Byte), CType(235, Byte), CType(55, Byte), CType(183, Byte), CType(148, Byte), CType(115, Byte), CType(54, Byte), CType(214, Byte), CType(228, Byte), CType(49, Byte), CType(71, Byte), CType(54, Byte), CType(146, Byte), CType(127, Byte), CType(221, Byte), CType(218, Byte), CType(86, Byte), CType(151, Byte), CType(120, Byte), CType(18, Byte), CType(149, Byte), CType(123, Byte), CType(61, Byte), CType(206, Byte), CType(198, Byte), CType(226, Byte), CType(254, Byte), CType(198, Byte), CType(168, Byte), CType(78, Byte), CType(119, Byte), CType(159, Byte), CType(139, Byte), CType(186, Byte), CType(98, Byte), CType(194, Byte), CType(135, Byte), CType(70, Byte), CType(234, Byte), CType(242, Byte), CType(80, Byte), CType(113, Byte), CType(1, Byte), CType(148, Byte), CType(185, Byte), CType(120, Byte), CType(169, Byte), CType(184, Byte), CType(190, Byte), CType(194, Byte), CType(37, Byte), CType(226, Byte), CType(254, Byte), CType(157, Byte), CType(20, Byte), CType(14, Byte), CType(17, Byte), CType(215, Byte), CType(103, Byte), CType(9, Byte), CType(34, Byte), CType(244, Byte), CType(147, Byte), CType(250, Byte), CType(169, Byte), CType(89, Byte), CType(211, Byte), CType(185, Byte), CType(191, Byte), CType(184, Byte), CType(49, Byte), CType(140, Byte), CType(195, Byte), CType(81, Byte), CType(114, Byte), CType(186, Byte), CType(124, Byte), CType(73, Byte), CType(222, Byte), CType(47, Byte), CType(47, Byte), CType(151, Byte), CType(125, Byte), CType(228, Byte), CType(126, Byte), CType(178, Byte), CType(137, Byte), CType(12, Byte), CType(4, Byte), CType(178, Byte), CType(220, Byte), CType(61, Byte), CType(1, Byte), CType(0, Byte), CType(37, Byte), CType(177, Byte), CType(141, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(160, Byte), CType(106, Byte), CType(94, Byte), CType(117, Byte), CType(19, Byte), CType(225, Byte), CType(139, Byte), CType(226, Byte), CType(54, Byte), CType(3, Byte), CType(198, Byte), CType(33, Byte), CType(54, Byte), CType(101, Byte), CType(35, Byte), CType(140, Byte), CType(240, Byte), CType(30, Byte), CType(121, Byte), CType(138, Byte), CType(108, Byte), CType(47, Byte), CType(171, Byte), CType(202, Byte), CType(212, Byte), CType(49, Byte), CType(119, Byte), CType(213, Byte), CType(31, Byte), CType(197, Byte), CType(213, Byte), CType(45, Byte), CType(149, Byte), CType(37, Byte), CType(226, Byte), CType(250, Byte), CType(173, Byte), CType(203, Byte), CType(109, Byte), CType(36, Byte), CType(66, Byte), CType(59, Byte), CType(110, Byte), CType(44, Byte), CType(41, Byte), CType(220, Byte), CType(36, Byte), CType(235, Byte), CType(139, Byte), CType(235, Byte), CType(187, Byte), CType(78, Byte), CType(113, Byte), CType(68, Byte), CType(145, Byte), CType(27, Byte), CType(79, Byte), CType(42, Byte), CType(135, Byte), CType(139, Byte), CType(235, Byte), CType(23, Byte), CType(211, Byte), CType(91, Byte), CType(32, Byte), CType(215, Byte), CType(138, Byte), CType(171, Byte), CType(103, Byte), CType(10, Byte), CType(247, Byte), CType(16, Byte), CType(215, Byte), CType(111, Byte), CType(14, Byte), CType(143, Byte), CType(23, Byte), CType(55, Byte), CType(166, Byte), CType(84, Byte), CType(226, Byte), CType(9, Byte), CType(24, Byte), CType(171, Byte), CType(139, Byte), CType(235, Byte), CType(123, Byte), CType(28, Byte), CType(234, Byte), CType(190, Byte), CType(191, Byte), CType(238, Byte), CType(45, Byte), CType(174, Byte), CType(223, Byte), CType(166, Byte), CType(137, Byte), CType(255, Byte), CType(126, Byte), CType(186, Byte), CType(215, Byte), CType(151, Byte), CType(74, Byte), CType(252, Byte), CType(247, Byte), CType(58, Byte), CType(194, Byte), CType(210, Byte), CType(174, Byte), CType(239, Byte), CType(38, Byte), CType(106, Byte), CType(251, Byte), CType(188, Byte), CType(218, Byte), CType(85, Byte), CType(220, Byte), CType(184, Byte), CType(82, Byte), CType(58, Byte), CType(71, Byte), CType(74, Byte), CType(152, Byte), CType(19, Byte), CType(241, Byte), CType(223, Byte), CType(125, Byte), CType(55, Byte), CType(190, Byte), CType(84, Byte), CType(190, Byte), CType(41, Byte), CType(174, Byte), CType(223, Byte), CType(220, Byte), CType(82, Byte), CType(206, Byte), CType(217, Byte), CType(211, Byte), CType(101, Byte), CType(197, Byte), CType(223, Byte), CType(125, Byte), CType(205, Byte), CType(173, Byte), CType(109, Byte), CType(117, Byte), CType(249, Byte), CType(161, Byte), CType(76, Byte), CType(126, Byte), CType(29, Byte), CType(51, Byte), CType(121, Byte), CType(156, Byte), CType(184, Byte), CType(191, Byte), CType(49, Byte), CType(170, Byte), CType(247, Byte), CType(185, Byte), CType(207, Byte), CType(69, Byte), CType(93, Byte), CType(49, Byte), CType(53, Byte), CType(248, Byte), CType(81, Byte), CType(163, Byte), CType(197, Byte), CType(18, Byte), CType(79, Byte), CType(211, Byte), CType(113, Byte), CType(97, Byte), CType(153, Byte), CType(81, Byte), CType(157, Byte), CType(37, Byte), CType(11, Byte), CType(196, Byte), CType(245, Byte), CType(23, Byte), CType(78, Byte), CType(16, Byte), CType(247, Byte), CType(239, Byte), CType(165, Byte), CType(240, Byte), CType(99, Byte), CType(113, Byte), CType(125, Byte), CType(150, Byte), CType(96, Byte), CType(119, Byte), CType(113, Byte), CType(99, Byte), CType(78, Byte), CType(237, Byte), CType(171, Byte), CType(226, Byte), CType(250, Byte), CType(111, Byte), CType(12, Byte), CType(119, Byte), CType(79, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(168, Byte), CType(154, Byte), CType(87, Byte), CType(221, Byte), CType(68, Byte), CType(136, Byte), CType(95, Byte), CType(223, Byte), CType(187, Byte), CType(205, Byte), CType(128, Byte), CType(82, Byte), CType(92, Byte), CType(47, Byte), CType(167, Byte), CType(201, Byte), CType(71, Byte), CType(100, Byte), CType(63, Byte), CType(217, Byte), CType(90, Byte), CType(166, Byte), CType(190, Byte), CType(134, Byte), CType(46, Byte), CType(216, Byte), CType(84, Byte), CType(92, Byte), CType(125, Byte), CType(82, Byte), CType(249, Byte), CType(183, Byte), CType(68, Byte), CType(24, Byte), CType(196, Byte), CType(245, Byte), CType(93, Byte), CType(135, Byte), CType(181, Byte), CType(229, Byte), CType(100, Byte), CType(113, Byte), CType(99, Byte), CType(73, Byte), CType(229, Byte), CType(59, Byte), CType(226, Byte), CType(250, Byte), CType(174, Byte), CType(211, Byte), CType(93, Byte), CType(196, Byte), CType(141, Byte), CType(37, Byte), CType(165, Byte), CType(191, Byte), CType(202, Byte), CType(89, Byte), CType(133, Byte), CType(137, Byte), CType(35, Byte), CType(178, Byte), CType(214, Byte), CType(16, Byte), CType(87, Byte), CType(147, Byte), CType(18, Byte), CType(236, Byte), CType(36, Byte), CType(174, Byte), CType(150, Byte), CType(41, Byte), CType(196, Byte), CType(83, Byte), CType(241, Byte), CType(198, Byte), CType(185, Byte), CType(185, Byte), CType(191, Byte), CType(173, Byte), CType(184, Byte), CType(113, Byte), CType(165, Byte), CType(116, Byte), CType(47, Byte), CType(113, Byte), CType(125, Byte), CType(231, Byte), CType(86, Byte), CType(247, Byte), CType(253, Byte), CType(21, Byte), CType(97, Byte), CType(184, Byte), CType(182, Byte), CType(132, Byte), CType(107, Byte), CType(227, Byte), CType(88, Byte), CType(57, Byte), CType(247, Byte), CType(26, Byte), CType(83, Byte), CType(57, Byte), CType(81, Byte), CType(92, Byte), CType(191, Byte), CType(77, Byte), CType(212, Byte), CType(133, Byte), CType(121, Byte), CType(21, Byte), CType(199, Byte), CType(107, Byte), CType(186, Byte), CType(177, Byte), CType(165, Byte), CType(20, Byte), CType(1, Byte), CType(117, Byte), CType(215, Byte), CType(119, Byte), CType(110, Byte), CType(113, Byte), CType(52, Byte), CType(178, Byte), CType(27, Byte), CType(95, Byte), CType(42, Byte), CType(241, Byte), CType(223, Byte), CType(60, Byte), CType(215, Byte), CType(111, Byte), CType(78, Byte), CType(169, Byte), CType(231, Byte), CType(236, Byte), CType(17, Byte), CType(178, Byte), CType(226, Byte), CType(111, Byte), CType(199, Byte), CType(127, Byte), CType(203, Byte), CType(235, Byte), CType(14, Byte), CType(214, Byte), CType(71, Byte), CType(128, Byte), CType(105, Byte), CType(242, Byte), CType(235, Byte), CType(153, Byte), CType(206, Byte), CType(59, Byte), CType(197, Byte), CType(253, Byte), CType(251, Byte), CType(163, Byte), CType(218, Byte), CType(203, Byte), CType(125, Byte), CType(46, Byte), CType(234, Byte), CType(10, Byte), CType(23, Byte), CType(254, Byte), CType(168, Byte), CType(201, Byte), CType(135, Byte), CType(197, Byte), CType(133, Byte), CType(101, Byte), CType(70, Byte), CType(117, Byte), CType(179, Byte), CType(196, Byte), CType(147, Byte), CType(122, Byte), CType(92, Byte), CType(95, Byte), CType(43, Byte), CType(188, Byte), CType(78, Byte), CType(220, Byte), CType(191, Byte), CType(155, Byte), CType(194, Byte), CType(127, Byte), CType(100, Byte), CType(13, Byte), CType(113, Byte), CType(253, Byte), CType(142, Byte), CType(219, Byte), CType(231, Byte), CType(197, Byte), CType(141, Byte), CType(57, Byte), CType(181, Byte), CType(157, Byte), CType(197, Byte), CType(245, Byte), CType(223, Byte), CType(24, Byte), CType(238, Byte), CType(158, Byte), CType(0, Byte), CType(128, Byte), CType(146, Byte), CType(216, Byte), CType(70, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(80, Byte), CType(53, Byte), CType(175, Byte), CType(186, Byte), CType(137, Byte), CType(16, Byte), CType(225, Byte), CType(150, Byte), CType(139, Byte), CType(197, Byte), CType(109, Byte), CType(8, Byte), CType(148, Byte), CType(234, Byte), CType(10, Byte), CType(249, Byte), CType(134, Byte), CType(28, Byte), CType(36, Byte), CType(247, Byte), CType(147, Byte), CType(46, Byte), CType(60, Byte), CType(245, Byte), CType(41, Byte), CType(142, Byte), CType(96, Byte), CType(115, Byte), CType(181, Byte), CType(72, Byte), CType(229, Byte), CType(123, Byte), CType(226, Byte), CType(250, Byte), CType(173, Byte), CType(67, Byte), CType(60, Byte), CType(57, Byte), CType(170, Byte), CType(173, Byte), CType(71, Byte), CType(232, Byte), CType(60, Byte), CType(67, Byte), CType(220, Byte), CType(88, Byte), CType(186, Byte), CType(32, Byte), CType(158, Byte), CType(24, Byte), CType(226, Byte), CType(106, Byte), CType(82, Byte), CType(130, Byte), CType(151, Byte), CType(138, Byte), CType(27, Byte), CType(115, Byte), CType(10, Byte), CType(241, Byte), CType(94, Byte), CType(228, Byte), CType(250, Byte), CType(204, Byte), CType(101, Byte), CType(45, Byte), CType(113, Byte), CType(227, Byte), CType(74, Byte), CType(105, Byte), CType(216, Byte), CType(77, Byte), CType(233, Byte), CType(186, Byte), CType(213, Byte), CType(125, Byte), CType(127, Byte), CType(125, Byte), CType(91, Byte), CType(92, Byte), CType(191, Byte), CType(77, Byte), CType(52, Byte), CType(33, Byte), CType(238, Byte), CType(53, Byte), CType(166, Byte), CType(18, Byte), CType(255, Byte), CType(253, Byte), CType(117, Byte), CType(253, Byte), CType(54, Byte), CType(81, Byte), CType(221, Byte), CType(243, Byte), CType(234, Byte), CType(91, Byte), CType(226, Byte), CType(250, Byte), CType(205, Byte), CType(101, Byte), CType(177, Byte), CType(212, Byte), CType(249, Byte), CType(68, Byte), CType(187, Byte), CType(112, Byte), CType(185, Byte), CType(44, Byte), CType(20, Byte), CType(215, Byte), CType(255, Byte), CType(56, Byte), CType(184, Byte), CType(49, Byte), CType(166, Byte), CType(114, Byte), CType(129, Byte), CType(184, Byte), CType(62, Byte), CType(115, Byte), CType(74, Byte), CType(61, Byte), CType(103, Byte), CType(35, Byte), CType(24, Byte), CType(57, Byte), CType(249, Byte), CType(239, Byte), CType(63, Byte), CType(81, Byte), CType(220, Byte), CType(63, Byte), CType(151, Byte), CType(74, Byte), CType(172, Byte), CType(1, Byte), CType(35, Byte), CType(144, Byte), CType(54, Byte), CType(185, Byte), CType(79, Byte), CType(231, Byte), CType(7, Byte), CType(226, Byte), CType(254, Byte), CType(253, Byte), CType(81, Byte), CType(109, Byte), CType(232, Byte), CType(62, Byte), CType(23, Byte), CType(117, Byte), CType(133, Byte), CType(11, Byte), CType(127, Byte), CType(212, Byte), CType(160, Byte), CType(142, Byte), CType(35, Byte), CType(235, Byte), CType(142, Byte), CType(16, Byte), CType(215, Byte), CType(215, Byte), CType(100, Byte), CType(187, Byte), CType(137, Byte), CType(251, Byte), CType(119, Byte), CType(83, Byte), CType(121, Byte), CType(176, Byte), CType(184, Byte), CType(126, Byte), CType(199, Byte), CType(105, Byte), CType(109, Byte), CType(185, Byte), CType(94, Byte), CType(220, Byte), CType(120, Byte), CType(83, Byte), CType(250, Byte), CType(165, Byte), CType(184, Byte), CType(254, Byte), CType(27, Byte), CType(197, Byte), CType(221, Byte), CType(19, Byte), CType(0, Byte), CType(80, Byte), CType(18, Byte), CType(219, Byte), CType(8, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(170, Byte), CType(230, Byte), CType(13, Byte), CType(110, Byte), CType(36, Byte), CType(196, Byte), CType(147, Byte), CType(146, Byte), CType(220, Byte), CType(134, Byte), CType(64, Byte), CType(83, Byte), CType(92, Byte), CType(45, Byte), CType(241, Byte), CType(116, Byte), CType(137, Byte), CType(23, Byte), CType(203, Byte), CType(157, Byte), CType(197, Byte), CType(189, Byte), CType(198, Byte), CType(166, Byte), CType(251, Byte), CType(144, Byte), CType(184, Byte), CType(215, Byte), CType(158, Byte), CType(202, Byte), CType(155, Byte), CType(197, Byte), CType(245, Byte), CType(155, Byte), CType(202, Byte), CType(124, Byte), CType(121, Byte), CType(144, Byte), CType(28, Byte), CType(39, Byte), CType(55, Byte), CType(139, Byte), CType(27, Byte), CType(67, Byte), CType(74, Byte), CType(177, Byte), CType(17, Byte), CType(153, Byte), CType(243, Byte), CType(9, Byte), CType(85, Byte), CType(43, Byte), CType(28, Byte), CType(37, Byte), CType(110, Byte), CType(60, Byte), CType(109, Byte), CType(23, Byte), CType(215, Byte), CType(116, Byte), CType(29, Byte), CType(113, Byte), CType(53, Byte), CType(41, Byte), CType(65, Byte), CType(157, Byte), CType(71, Byte), CType(116, Byte), CType(198, Byte), CType(49, Byte), CType(63, Byte), CType(174, Byte), CType(207, Byte), CType(156, Byte), CType(226, Byte), CType(201, Byte), CType(119, Byte), CType(110, Byte), CType(108, Byte), CType(169, Byte), CType(28, Byte), CType(32, Byte), CType(174, Byte), CType(223, Byte), CType(220, Byte), CType(234, Byte), CType(190, Byte), CType(191, Byte), CType(222, Byte), CType(32, Byte), CType(174, Byte), CType(223, Byte), CType(38, Byte), CType(186, Byte), CType(72, Byte), CType(220, Byte), CType(107, Byte), CType(76, Byte), CType(229, Byte), CType(129, Byte), CType(226, Byte), CType(250, Byte), CType(109, Byte), CType(162, Byte), CType(182, Byte), CType(207, Byte), CType(171, Byte), CType(189, Byte), CType(196, Byte), CType(141, Byte), CType(43, Byte), CType(165, Byte), CType(119, Byte), CType(137, Byte), CType(235, Byte), CType(123, Byte), CType(28, Byte), CType(234, Byte), CType(14, Byte), CType(127, Byte), CType(198, Byte), CType(145, Byte), CType(113, Byte), CType(174, Byte), CType(223, Byte), CType(156, Byte), CType(82, Byte), CType(207, Byte), CType(217, Byte), CType(120, Byte), CType(234, Byte), CType(225, Byte), CType(228, Byte), CType(191, Byte), CType(31, Byte), CType(107, Byte), CType(182, Byte), CType(31, Byte), CType(139, Byte), CType(251, Byte), CType(103, Byte), CType(83, Byte), CType(57, Byte), CType(80, Byte), CType(38, Byte), CType(247, Byte), CType(57, Byte), CType(85, Byte), CType(172, Byte), CType(225, Byte), CType(226, Byte), CType(105, Byte), CType(163, Byte), CType(238, Byte), CType(223, Byte), CType(29, Byte), CType(197, Byte), CType(121, Byte), CType(238, Byte), CType(51, Byte), CType(81, Byte), CType(151, Byte), CType(184, Byte), CType(240, Byte), CType(71, Byte), CType(98, Byte), CType(117, Byte), CType(28, Byte), CType(89, Byte), CType(119, Byte), CType(185, Byte), CType(172, Byte), CType(43, Byte), CType(174, Byte), CType(191, Byte), CType(201, Byte), CType(214, Byte), CType(19, Byte), CType(247, Byte), CType(239, Byte), CType(167, Byte), CType(242, Byte), CType(90, Byte), CType(113, Byte), CType(253, Byte), CType(142, Byte), CType(211, Byte), CType(190, Byte), CType(226, Byte), CType(198, Byte), CType(154, Byte), CType(218, Byte), CType(1, Byte), CType(226, Byte), CType(250, Byte), CType(111, Byte), CType(20, Byte), CType(119, Byte), CType(79, Byte), CType(0, Byte), CType(64, Byte), CType(73, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(168, Byte), CType(154, Byte), CType(55, Byte), CType(184, Byte), CType(153, Byte), CType(16, Byte), CType(27, Byte), CType(26, Byte), CType(223, Byte), CType(23, Byte), CType(183, Byte), CType(49, Byte), CType(208, Byte), CType(68, Byte), CType(191, Byte), CType(145, Byte), CType(183, Byte), CType(201, Byte), CType(61, Byte), CType(197, Byte), CType(189, Byte), CType(222, Byte), CType(38, Byte), CType(138, Byte), CType(163, Byte), CType(82, Byte), CType(220, Byte), CType(107, Byte), CType(77, Byte), CType(229, Byte), CType(17, Byte), CType(226, Byte), CType(250, Byte), CType(29, Byte), CType(69, Byte), CType(204, Byte), CType(167, Byte), CType(141, Byte), CType(37, Byte), CType(54, Byte), CType(194, Byte), CType(227, Byte), CType(41, Byte), CType(1, Byte), CType(199, Byte), CType(200, Byte), CType(159, Byte), CType(197, Byte), CType(245, Byte), CType(91, Byte), CType(151, Byte), CType(120, Byte), CType(218, Byte), CType(129, Byte), CType(27, Byte), CType(91, Byte), CType(221, Byte), CType(206, Byte), CType(19, Byte), CType(55, Byte), CType(158, Byte), CType(182, Byte), CType(59, Byte), CType(71, Byte), CType(92, Byte), CType(61, Byte), CType(74, Byte), CType(241, Byte), CType(55, Byte), CType(113, Byte), CType(227, Byte), CType(78, Byte), CType(97, Byte), CType(103, Byte), CType(113, Byte), CType(125, Byte), CType(230, Byte), CType(116, Byte), CType(165, Byte), CType(184, Byte), CType(177, Byte), CType(165, Byte), CType(178, Byte), CType(84, Byte), CType(92, Byte), CType(191, Byte), CType(185, Byte), CType(213, Byte), CType(125, Byte), CType(127, Byte), CType(61, Byte), CType(84, Byte), CType(92, Byte), CType(191, Byte), CType(77, Byte), CType(179, Byte), CType(153, Byte), CType(184, Byte), CType(215, Byte), CType(151, Byte), CType(202, Byte), CType(13, Byte), CType(178, Byte), CType(186, Byte), CType(184, Byte), CType(190, Byte), CType(155, Byte), CType(168, Byte), CType(237, Byte), CType(243, Byte), CType(234, Byte), CType(227, Byte), CType(226, Byte), CType(198, Byte), CType(149, Byte), CType(210, Byte), CType(221, Byte), CType(197, Byte), CType(245, Byte), CType(61, Byte), CType(14, Byte), CType(27, Byte), CType(136, Byte), CType(27, Byte), CType(99, Byte), CType(42, Byte), CType(113, Byte), CType(92, Byte), CType(169, Byte), CType(235, Byte), CType(55, Byte), CType(167, Byte), CType(148, Byte), CType(115, Byte), CType(246, Byte), CType(70, Byte), CType(113, Byte), CType(247, Byte), CType(243, Byte), CType(125, Byte), CType(164, Byte), CType(206, Byte), CType(96, Byte), CType(250, Byte), CType(63, Byte), CType(100, Byte), CType(166, Byte), CType(128, Byte), CType(116, Byte), CType(28, Byte), CType(153, Byte), CType(234, Byte), CType(254, Byte), CType(189, Byte), CType(81, Byte), CType(29, Byte), CType(229, Byte), CType(62, Byte), CType(19, Byte), CType(117, Byte), CType(137, Byte), CType(11, Byte), CType(127, Byte), CType(36, Byte), CType(150, Byte), CType(250, Byte), CType(200, Byte), CType(186, Byte), CType(176, Byte), CType(159, Byte), CType(184, Byte), CType(190, Byte), CType(156, Byte), CType(243, Byte), CType(197, Byte), CType(253, Byte), CType(141, Byte), CType(20, Byte), CType(78, Byte), CType(18, Byte), CType(215, Byte), CType(231, Byte), CType(56, Byte), CType(125, Byte), CType(90, Byte), CType(220, Byte), CType(88, Byte), CType(83, Byte), CType(186, Byte), CType(73, Byte), CType(54, Byte), CType(20, Byte), CType(215, Byte), CType(127, Byte), CType(163, Byte), CType(184, Byte), CType(123, Byte), CType(2, Byte), CType(0, Byte), CType(74, Byte), CType(98, Byte), CType(27, Byte), CType(1, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(213, Byte), CType(60, Byte), CType(191, Byte), CType(161, Byte), CType(176, Byte), CType(137, Byte), CType(196, Byte), CType(175, Byte), CType(212, Byte), CType(221, Byte), CType(230, Byte), CType(64, Byte), CType(147, Byte), CType(69, Byte), CType(232, Byte), CType(41, Byte), CType(158, Byte), CType(70, Byte), CType(114, Byte), CType(27, Byte), CType(113, Byte), CType(175, Byte), CType(187, Byte), CType(9, Byte), CType(214, Byte), CType(150, Byte), CType(155, Byte), CType(196, Byte), CType(189, Byte), CType(190, Byte), CType(84, Byte), CType(34, Byte), CType(168, Byte), CType(18, Byte), CType(97, Byte), CType(170, Byte), CType(81, Byte), CType(253, Byte), CType(65, Byte), CType(226, Byte), CType(9, Byte), CType(34, Byte), CType(113, Byte), CType(172, Byte), CType(96, Byte), CType(221, Byte), CType(99, Byte), CType(93, Byte), CType(153, Byte), CType(95, Byte), CType(202, Byte), CType(42, Byte), CType(226, Byte), CType(106, Byte), CType(89, Byte), CType(167, Byte), CType(13, Byte), CType(197, Byte), CType(141, Byte), CType(167, Byte), CType(11, Byte), CType(142, Byte), CType(20, Byte), CType(87, Byte), CType(147, Byte), CType(18, Byte), CType(108, Byte), CType(45, Byte), CType(110, Byte), CType(204, Byte), CType(41, Byte), CType(252, Byte), CType(71, Byte), CType(214, Byte), CType(16, Byte), CType(215, Byte), CType(111, Byte), CType(78, Byte), CType(177, Byte), CType(97, Byte), CType(236, Byte), CType(198, Byte), CType(151, Byte), CType(74, Byte), CType(9, Byte), CType(79, Byte), CType(107, Byte), CType(169, Byte), CType(251, Byte), CType(254, Byte), CType(138, Byte), CType(205, Byte), CType(254, Byte), CType(53, Byte), CType(197, Byte), CType(245, Byte), CType(221, Byte), CType(52, Byte), CType(117, Byte), CType(31, Byte), CType(117, Byte), CType(250, Byte), CType(35, Byte), CType(113, Byte), CType(253, Byte), CType(54, Byte), CType(81, Byte), CType(23, Byte), CType(230, Byte), CType(85, Byte), CType(252, Byte), CType(247, Byte), CType(217, Byte), CType(141, Byte), CType(45, Byte), CType(149, Byte), CType(56, Byte), CType(134, Byte), CType(204, Byte), CType(245, Byte), CType(59, Byte), CType(46, Byte), CType(119, Byte), CType(19, Byte), CType(55, Byte), CType(206, Byte), CType(84, Byte), CType(198, Byte), CType(29, Byte), CType(116, Byte), CType(74, Byte), CType(61, Byte), CType(103, Byte), CType(207, Byte), CType(16, Byte), CType(215, Byte), CType(79, Byte), CType(136, Byte), CType(160, Byte), CType(186, Byte), CType(251, Byte), CType(119, Byte), CType(82, Byte), CType(121, Byte), CType(143, Byte), CType(184, Byte), CType(126, Byte), CType(195, Byte), CType(243, Byte), CType(197, Byte), CType(253, Byte), CType(59, Byte), CType(163, Byte), CType(122, Byte), CType(134, Byte), CType(251, Byte), CType(76, Byte), CType(212, Byte), CType(37, Byte), CType(46, Byte), CType(252, Byte), CType(145, Byte), CType(80, Byte), CType(29, Byte), CType(71, Byte), CType(214, Byte), CType(125, Byte), CType(95, Byte), CType(230, Byte), CType(139, Byte), CType(235, Byte), CType(207, Byte), CType(57, Byte), CType(86, Byte), CType(220, Byte), CType(223, Byte), CType(73, Byte), CType(225, Byte), CType(106, Byte), CType(89, Byte), CType(85, Byte), CType(92, Byte), CType(191, Byte), CType(227, Byte), CType(114, Byte), CType(169, Byte), CType(184, Byte), CType(177, Byte), CType(166, Byte), CType(244, Byte), CType(35, Byte), CType(113, Byte), CType(125, Byte), CType(55, Byte), CType(142, Byte), CType(187, Byte), CType(39, Byte), CType(0, Byte), CType(160, Byte), CType(36, Byte), CType(182, Byte), CType(17, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(84, Byte), CType(205, Byte), CType(243, Byte), CType(27, Byte), CType(10, Byte), CType(33, Byte), CType(142, Byte), CType(174, Byte), CType(248, Byte), CType(151, Byte), CType(184, Byte), CType(13, Byte), CType(130, Byte), CType(166, Byte), CType(139, Byte), CType(141, Byte), CType(169, Byte), CType(120, Byte), CType(42, Byte), CType(73, Byte), CType(132, Byte), CType(134, Byte), CType(220, Byte), CType(107, Byte), CType(47, Byte), CType(217, Byte), CType(238, Byte), CType(226, Byte), CType(94, Byte), CType(19, Byte), CType(6, Byte), CType(45, Byte), CType(151, Byte), CType(120, Byte), CType(10, Byte), CType(129, Byte), CType(171, Byte), CType(99, Byte), CType(221, Byte), CType(30, Byte), CType(47, Byte), CType(110, Byte), CType(76, Byte), CType(93, Byte), CType(240, Byte), CType(76, Byte), CType(113, Byte), CType(53, Byte), CType(41, Byte), CType(193, Byte), CType(179, Byte), CType(196, Byte), CType(141, Byte), CType(57, Byte), CType(133, Byte), CType(56, Byte), CType(218, Byte), CType(199, Byte), CType(245, Byte), CType(153, Byte), CType(91, Byte), CType(221, Byte), CType(239, Byte), CType(219, Byte), CType(135, Byte), CType(137, Byte), CType(235, Byte), CType(55, Byte), CType(167, Byte), CType(186, Byte), CType(239, Byte), CType(175, Byte), CType(83, Byte), CType(197, Byte), CType(245, Byte), CType(219, Byte), CType(68, Byte), CType(31, Byte), CType(22, Byte), CType(247, Byte), CType(26, Byte), CType(83, Byte), CType(121, Byte), CType(135, Byte), CType(184, Byte), CType(126, Byte), CType(155, Byte), CType(168, Byte), CType(237, Byte), CType(243, Byte), CType(106, Byte), CType(35, Byte), CType(113, Byte), CType(227, Byte), CType(74, Byte), CType(169, Byte), CType(164, Byte), CType(99, Byte), CType(235, Byte), CType(66, Byte), CType(221, Byte), CType(107, Byte), CType(166, Byte), CType(63, Byte), CType(137, Byte), CType(235, Byte), CType(55, Byte), CType(151, Byte), CType(212, Byte), CType(115, Byte), CType(54, Byte), CType(142, Byte), CType(70, Byte), CType(118, Byte), CType(253, Byte), CType(132, Byte), CType(248, Byte), CType(17, Byte), CType(196, Byte), CType(181, Byte), CType(226, Byte), CType(254, Byte), CType(189, Byte), CType(20, Byte), CType(34, Byte), CType(44, Byte), CType(124, Byte), CType(39, Byte), CType(113, Byte), CType(125, Byte), CType(127, Byte), CType(74, Byte), CType(220, Byte), CType(191, Byte), CType(51, Byte), CType(170, Byte), CType(187, Byte), CType(184, Byte), CType(207, Byte), CType(68, Byte), CType(93, Byte), CType(226, Byte), CType(194, Byte), CType(31, Byte), CType(137, Byte), CType(212, Byte), CType(113, Byte), CType(100, Byte), CType(221, Byte), CType(50, Byte), CType(217, Byte), CType(86, Byte), CType(92, Byte), CType(127, Byte), CType(211, Byte), CType(121, Byte), CType(185, Byte), CType(184, Byte), CType(191, Byte), CType(149, Byte), CType(202, Byte), CType(61, Byte), CType(197, Byte), CType(245, Byte), CType(59, Byte), CType(14, Byte), CType(91, Byte), CType(138, Byte), CType(27, Byte), CType(99, Byte), CType(106, Byte), CType(175, Byte), CType(18, Byte), CType(215, Byte), CType(255, Byte), CType(176, Byte), CType(238, Byte), CType(33, Byte), CType(103, Byte), CType(53, Byte), CType(192, Byte), CType(25, Byte), CType(178, Byte), CType(189, Byte), CType(187, Byte), CType(111, Byte), CType(0, Byte), CType(32, Byte), CType(23, Byte), CType(219, Byte), CType(8, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(170, Byte), CType(230, Byte), CType(249, Byte), CType(13, Byte), CType(133, Byte), CType(21, Byte), CType(30, Byte), CType(36, Byte), CType(87, Byte), CType(139, Byte), CType(219, Byte), CType(36, Byte), CType(104, Byte), CType(131, Byte), CType(203, Byte), CType(37, Byte), CType(130, Byte), CType(15, Byte), CType(113, Byte), CType(188, Byte), CType(154, Byte), CType(123, Byte), CType(253, Byte), CType(37, Byte), CType(138, Byte), CType(99, Byte), CType(248, Byte), CType(220, Byte), CType(107, Byte), CType(193, Byte), CType(160, Byte), CType(215, Byte), CType(139, Byte), CType(171, Byte), CType(97, Byte), CType(14, Byte), CType(239, Byte), CType(19, Byte), CType(55, Byte), CType(166, Byte), CType(46, Byte), CType(216, Byte), CType(86, Byte), CType(92, Byte), CType(77, Byte), CType(74, Byte), CType(240, Byte), CType(9, Byte), CType(113, Byte), CType(99, Byte), CType(78, Byte), CType(225, Byte), CType(16, Byte), CType(113, Byte), CType(125, Byte), CType(230, Byte), CType(180, Byte), CType(154, Byte), CType(184, Byte), CType(177, Byte), CType(165, Byte), CType(52, Byte), CType(211, Byte), CType(83, Byte), CType(55, Byte), CType(114, Byte), CType(169, Byte), CType(251, Byte), CType(254, Byte), CType(42, Byte), CType(225, Byte), CType(53, Byte), CType(166, Byte), CType(114, Byte), CType(182, Byte), CType(184, Byte), CType(215, Byte), CType(152, Byte), CType(202, Byte), CType(255, Byte), CType(136, Byte), CType(235, Byte), CType(183, Byte), CType(137, Byte), CType(218, Byte), CType(62, Byte), CType(175, Byte), CType(30, Byte), CType(45, Byte), CType(110, Byte), CType(92, Byte), CType(41, Byte), CType(69, Byte), CType(176, Byte), CType(200, Byte), CType(245, Byte), CType(61, Byte), CType(46, Byte), CType(241, Byte), CType(20, Byte), CType(79, Byte), CType(55, Byte), CType(206, Byte), CType(84, Byte), CType(226, Byte), CType(73, Byte), CType(161, Byte), CType(174, Byte), CType(223, Byte), CType(92, Byte), CType(82, Byte), CType(207, Byte), CType(217, Byte), CType(39, Byte), CType(139, Byte), CType(235, Byte), CType(103, Byte), CType(133, Byte), CType(55, Byte), CType(136, Byte), CType(251, Byte), CType(247, Byte), CType(82, Byte), CType(249, Byte), CType(188, Byte), CType(184, Byte), CType(126, Byte), CType(83, Byte), CType(30, Byte), CType(207, Byte), CType(23, Byte), CType(79, Byte), CType(172, Byte), CType(181, Byte), CType(159, Byte), CType(137, Byte), CType(186, Byte), CType(100, Byte), CType(194, Byte), CType(7, Byte), CType(81, Byte), CType(82, Byte), CType(168, Byte), CType(227, Byte), CType(200, Byte), CType(186, Byte), CType(183, Byte), CType(137, Byte), CType(235, Byte), CType(107, Byte), CType(38, Byte), CType(15, Byte), CType(22, Byte), CType(247, Byte), CType(183, Byte), CType(82, Byte), CType(57, Byte), CType(80, Byte), CType(92, Byte), CType(191, Byte), CType(227, Byte), CType(240, Byte), CType(36, Byte), CType(113, Byte), CType(99, Byte), CType(76, Byte), CType(109, Byte), CType(59, Byte), CType(113, Byte), CType(253, Byte), CType(15, Byte), CType(43, Byte), CType(106, Byte), CType(230, Byte), CType(254, Byte), CType(110, Byte), CType(137, Byte), CType(222, Byte), CType(231, Byte), CType(238, Byte), CType(27, Byte), CType(0, Byte), CType(200, Byte), CType(197, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(128, Byte), CType(170, Byte), CType(248, Byte), CType(178, Byte), CType(127, Byte), CType(37, Byte), CType(238, Byte), CType(33, Byte), CType(113, Byte), CType(12, Byte), CType(153, Byte), CType(219, Byte), CType(44, Byte), CType(104, Byte), CType(139, Byte), CType(111, Byte), CType(73, Byte), CType(60, Byte), CType(233, Byte), CType(192, Byte), CType(189, Byte), CType(254, Byte), CType(210, Byte), CType(252, Byte), CType(64, Byte), CType(220, Byte), CType(107, Byte), CType(64, Byte), CType(213, Byte), CType(23, Byte), CType(101, Byte), CType(28, Byte), CType(71, Byte), CType(214, Byte), CType(173, Byte), CType(112, Byte), CType(186, Byte), CType(184, Byte), CType(113, Byte), CType(181, Byte), CType(93, Byte), CType(28, Byte), CType(155, Byte), CType(86, Byte), CType(114, Byte), CType(112, Byte), CType(240, Byte), CType(124, Byte), CType(113, Byte), CType(227, Byte), CType(78, Byte), CType(97, Byte), CType(15, Byte), CType(113, Byte), CType(125, Byte), CType(230, Byte), CType(20, Byte), CType(79, Byte), CType(195, Byte), CType(112, Byte), CType(99, Byte), CType(75, Byte), CType(41, Byte), CType(158, Byte), CType(134, Byte), CType(231, Byte), CType(250, Byte), CType(206, Byte), CType(169, Byte), CType(238, Byte), CType(251, Byte), CType(107, Byte), CType(79, Byte), CType(113, Byte), CType(253, Byte), CType(54, Byte), CType(77, Byte), CType(60, Byte), CType(181, Byte), CType(240, Byte), CType(102, Byte), CType(113, Byte), CType(175, Byte), CType(49, Byte), CType(133, Byte), CType(248, Byte), CType(219, Byte), CType(77, Byte), CType(124, Byte), CType(50, Byte), CType(226, Byte), CType(116, Byte), CType(218, Byte), CType(62, Byte), CType(175, Byte), CType(94, Byte), CType(35, Byte), CType(110, Byte), CType(92, Byte), CType(169, Byte), CType(196, Byte), CType(83, Byte), CType(20, Byte), CType(23, Byte), CType(139, Byte), CType(235, Byte), CType(123, Byte), CType(92, Byte), CType(14, Byte), CType(23, Byte), CType(55, Byte), CType(214, Byte), CType(84, Byte), CType(78, Byte), CType(22, Byte), CType(215, Byte), CType(111, Byte), CType(46, Byte), CType(169, Byte), CType(231, Byte), CType(236, Byte), CType(157, Byte), CType(197, Byte), CType(245, Byte), CType(179, Byte), CType(194, Byte), CType(34, Byte), CType(185, Byte), CType(88, Byte), CType(220, Byte), CType(191, Byte), CType(155, Byte), CType(202, Byte), CType(253, Byte), CType(101, Byte), CType(114, Byte), CType(159, Byte), CType(235, Byte), CType(138, Byte), CType(251, Byte), CType(231, Byte), CType(70, Byte), CType(117, Byte), CType(188, Byte), CType(216, Byte), CType(207, Byte), CType(68, Byte), CType(93, Byte), CType(50, Byte), CType(225, Byte), CType(131, Byte), CType(40, Byte), CType(115, Byte), CType(85, Byte), CType(199, Byte), CType(145, Byte), CType(117, Byte), CType(127, Byte), CType(144, Byte), CType(69, Byte), CType(226, Byte), CType(250, Byte), CType(155, Byte), CType(201, Byte), CType(90, Byte), CType(114, Byte), CType(147, Byte), CType(184, Byte), CType(191, Byte), CType(153, Byte), CType(194, Byte), CType(231, Byte), CType(197, Byte), CType(245, Byte), CType(59, Byte), CType(14, Byte), CType(111, Byte), CType(23, Byte), CType(55, Byte), CType(198, Byte), CType(148, Byte), CType(46, Byte), CType(18, Byte), CType(215, Byte), CType(247, Byte), CType(108, Byte), CType(212, Byte), CType(121, Byte), CType(156, Byte), CType(96, Byte), CType(106, Byte), CType(123, Byte), CType(187, Byte), CType(251, Byte), CType(6, Byte), CType(0, Byte), CType(114, Byte), CType(177, Byte), CType(141, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(160, Byte), CType(42, Byte), CType(190, Byte), CType(236, Byte), CType(31, Byte), CType(194, Byte), CType(122, Byte), CType(242, Byte), CType(37, Byte), CType(113, Byte), CType(27, Byte), CType(6, Byte), CType(109, Byte), CType(241, Byte), CType(87, Byte), CType(25, Byte), CType(215, Byte), CType(49, Byte), CType(103, Byte), CType(195, Byte), CType(90, Byte), CType(40, Byte), CType(215, Byte), CType(139, Byte), CType(27, Byte), CType(63, Byte), CType(250, Byte), CType(98, Byte), CType(227, Byte), CType(113, Byte), CType(77, Byte), CType(113, Byte), CType(53, Byte), CType(204, Byte), CType(33, Byte), CType(54, Byte), CType(122, Byte), CType(99, Byte), CType(195, Byte), CType(215, Byte), CType(141, Byte), CType(173, Byte), CType(237, Byte), CType(190, Byte), CType(33, Byte), CType(174, Byte), CType(38, Byte), CType(37, Byte), CType(168, Byte), CType(243, Byte), CType(216, Byte), CType(166, Byte), CType(8, Byte), CType(124, Byte), CType(196, Byte), CType(102, Byte), CType(172, Byte), CType(235, Byte), CType(55, Byte), CType(167, Byte), CType(135, Byte), CType(138, Byte), CType(27, Byte), CType(95, Byte), CType(74, Byte), CType(7, Byte), CType(138, Byte), CType(235, Byte), CType(59, Byte), CType(151, Byte), CType(28, Byte), CType(247, Byte), CType(215, Byte), CType(6, Byte), CType(226, Byte), CType(250, Byte), CType(110, Byte), CType(154, Byte), CType(120, Byte), CType(218, Byte), CType(146, Byte), CType(123, Byte), CType(125, Byte), CType(169, Byte), CType(196, Byte), CType(211, Byte), CType(162, Byte), CType(92, Byte), CType(191, Byte), CType(77, Byte), CType(212, Byte), CType(133, Byte), CType(121, Byte), CType(117, Byte), CType(180, Byte), CType(184, Byte), CType(113, Byte), CType(165, Byte), CType(114, Byte), CType(150, Byte), CType(184, Byte), CType(126, Byte), CType(199, Byte), CType(233, Byte), CType(52, Byte), CType(113, Byte), CType(99, Byte), CType(77, Byte), CType(37, Byte), CType(142, Byte), CType(84, Byte), CType(115, Byte), CType(253, Byte), CType(230, Byte), CType(144, Byte), CType(122, Byte), CType(206, Byte), CType(254, Byte), CType(77, Byte), CType(92, Byte), CType(63, Byte), CType(83, Byte), CType(61, Byte), CType(73, Byte), CType(220, Byte), CType(191, Byte), CType(159, Byte), CType(202, Byte), CType(79, Byte), CType(101, Byte), CType(114, Byte), CType(96, Byte), CType(122, Byte), CType(87, Byte), CType(113, Byte), CType(255, Byte), CType(220, Byte), CType(168, Byte), CType(94, Byte), CType(44, Byte), CType(246, Byte), CType(51, Byte), CType(81, Byte), CType(151, Byte), CType(76, Byte), CType(248, Byte), CType(32, Byte), CType(202, Byte), CType(92, Byte), CType(212, Byte), CType(113, Byte), CType(100, Byte), CType(93, Byte), CType(248, Byte), CType(31, Byte), CType(113, Byte), CType(253, Byte), CType(13, Byte), CType(227, Byte), CType(183, Byte), CType(226, Byte), CType(254, Byte), CType(102, Byte), CType(10, Byte), CType(151, Byte), CType(137, Byte), CType(235, Byte), CType(115, Byte), CType(28, Byte), CType(190, Byte), CType(36, Byte), CType(110, Byte), CType(140, Byte), CType(41, Byte), CType(197, Byte), CType(255, Byte), CType(92, Byte), CType(223, Byte), CType(179, Byte), CType(113, Byte), CType(177, Byte), CType(184, Byte), CType(191, Byte), CType(93, Byte), CType(162, Byte), CType(13, Byte), CType(220, Byte), CType(125, Byte), CType(3, Byte), CType(0, Byte), CType(185, Byte), CType(216, Byte), CType(70, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(80, Byte), CType(21, Byte), CType(95, Byte), CType(246, Byte), CType(207, Byte), CType(194, Byte), CType(222, Byte), CType(82, Byte), CType(247, Byte), CType(47, Byte), CType(185, Byte), CType(199, Byte), CType(233, Byte), CType(90, Byte), CType(121, Byte), CType(152, Byte), CType(184, Byte), CType(215, Byte), CType(94, Byte), CType(130, Byte), CType(248, Byte), CType(149, Byte), CType(187, Byte), CType(27, Byte), CType(55, Byte), CType(250, Byte), CType(78, Byte), CType(146, Byte), CType(113, Byte), CType(134, Byte), CType(156, Byte), CType(194, Byte), CType(35, Byte), CType(196, Byte), CType(141, Byte), CType(173, Byte), CType(11, Byte), CType(94, Byte), CType(39, Byte), CType(174, Byte), CType(38, Byte), CType(37, Byte), CType(136, Byte), CType(247, Byte), CType(47, Byte), CType(55, Byte), CType(230, Byte), CType(20, Byte), CType(126, Byte), CType(45, Byte), CType(174, Byte), CType(207, Byte), CType(220, Byte), CType(94, Byte), CType(38, Byte), CType(110, Byte), CType(124, Byte), CType(41, Byte), CType(61, Byte), CType(81, Byte), CType(92, Byte), CType(223, Byte), CType(185, Byte), CType(212, Byte), CType(125, Byte), CType(127, Byte), CType(157, Byte), CType(43, Byte), CType(174, Byte), CType(223, Byte), CType(38, Byte), CType(122, Byte), CType(187, Byte), CType(184, Byte), CType(215, Byte), CType(152, Byte), CType(202, Byte), CType(135, Byte), CType(197, Byte), CType(245, Byte), CType(219, Byte), CType(68, Byte), CType(93, Byte), CType(152, Byte), CType(87, Byte), CType(17, Byte), CType(2, Byte), CType(118, Byte), CType(99, Byte), CType(75, Byte), CType(229, Byte), CType(51, Byte), CType(226, Byte), CType(250, Byte), CType(29, Byte), CType(151, Byte), CType(88, Byte), CType(11, Byte), CType(212, Byte), CType(29, Byte), CType(94, Byte), CType(123, Byte), CType(179, Byte), CType(184, Byte), CType(190, Byte), CType(115, Byte), CType(72, Byte), CType(61, Byte), CType(103, Byte), CType(79, Byte), CType(16, Byte), CType(215, Byte), CType(207, Byte), CType(84, Byte), CType(17, Byte), CType(66, Byte), CType(138, Byte), CType(48, Byte), CType(146, Byte), CType(251, Byte), CType(27, Byte), CType(169, Byte), CType(236, Byte), CType(35, Byte), CType(43, Byte), CType(250, Byte), CType(139, Byte), CType(117, Byte), CType(133, Byte), CType(251, Byte), CType(103, Byte), CType(70, Byte), CType(117, Byte), CType(111, Byte), CType(177, Byte), CType(159, Byte), CType(137, Byte), CType(186, Byte), CType(100, Byte), CType(194, Byte), CType(7, Byte), CType(81, Byte), CType(230, Byte), CType(226, Byte), CType(99, Byte), CType(226, Byte), CType(2, Byte), CType(35, Byte), CType(115, Byte), CType(241, Byte), CType(5, Byte), CType(113, Byte), CType(125, Byte), CType(13, Byte), CType(235, Byte), CType(19, Byte), CType(226, Byte), CType(254, Byte), CType(110, Byte), CType(42, Byte), CType(91, Byte), CType(137, Byte), CType(235, Byte), CType(55, Byte), CType(183, Byte), CType(95, Byte), CType(138, Byte), CType(27, Byte), CType(95, Byte), CType(74, Byte), CType(251, Byte), CType(139, Byte), CType(235, Byte), CType(123, Byte), CType(88, Byte), CType(155, Byte), CType(137, Byte), CType(251, Byte), CType(187, Byte), CType(37, Byte), CType(250, Byte), CType(173, Byte), CType(187, Byte), CType(103, Byte), CType(0, Byte), CType(32, Byte), CType(39, Byte), CType(219, Byte), CType(8, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(170, Byte), CType(226, Byte), CType(203, Byte), CType(254, Byte), CType(89, Byte), CType(138, Byte), CType(99, Byte), CType(43, Byte), CType(94, Byte), CType(34, Byte), CType(241, Byte), CType(4, Byte), CType(36, Byte), CType(183, Byte), CType(129, Byte), CType(208, Byte), CType(116, Byte), CType(215, Byte), CType(200, Byte), CType(189, Byte), CType(196, Byte), CType(189, Byte), CType(246, Byte), CType(113, Byte), CType(123, Byte), CType(149, Byte), CType(184, Byte), CType(49, Byte), CType(163, Byte), CType(231, Byte), CType(125, Byte), CType(178, Byte), CType(170, Byte), CType(184, Byte), CType(218, Byte), CType(229, Byte), CType(20, Byte), CType(71, Byte), CType(123, Byte), CType(185, Byte), CType(241, Byte), CType(117, Byte), CType(65, Byte), CType(201, Byte), CType(65, Byte), CType(193, Byte), CType(195, Byte), CType(196, Byte), CType(141, Byte), CType(57, Byte), CType(133, Byte), CType(143, Byte), CType(138, Byte), CType(235, Byte), CType(51, Byte), CType(183, Byte), CType(8, Byte), CType(26, Byte), CType(184, Byte), CType(241, Byte), CType(165, Byte), CType(116, Byte), CType(95, Byte), CType(113, Byte), CType(125, Byte), CType(231, Byte), CType(82, Byte), CType(247, Byte), CType(253, Byte), CType(245, Byte), CType(49, Byte), CType(113, Byte), CType(253, Byte), CType(54, Byte), CType(209, Byte), CType(15, Byte), CType(197, Byte), CType(189, Byte), CType(198, Byte), CType(84, Byte), CType(246, Byte), CType(21, Byte), CType(215, Byte), CType(111, Byte), CType(19, Byte), CType(117, Byte), CType(97, Byte), CType(94, Byte), CType(253, Byte), CType(78, Byte), CType(220, Byte), CType(216, Byte), CType(82, Byte), CType(137, Byte), CType(163, Byte), CType(241, Byte), CType(92, Byte), CType(191, Byte), CType(227, Byte), CType(146, Byte), CType(35, Byte), CType(116, Byte), CType(60, Byte), CType(206, Byte), CType(224, Byte), CType(103, Byte), CType(234, Byte), CType(57, Byte), CType(251, Byte), CType(106, Byte), CType(113, Byte), CType(253, Byte), CType(56, Byte), CType(75, Byte), CType(196, Byte), CType(253, Byte), CType(141, Byte), CType(84, Byte), CType(46, Byte), CType(148, Byte), CType(120, Byte), CType(138, Byte), CType(105, Byte), CType(244, Byte), CType(245, Byte), CType(229, Byte), CType(91, Byte), CType(219, Byte), CType(82, Byte), CType(136, Byte), CType(31, Byte), CType(52, Byte), CType(220, Byte), CType(178, Byte), CType(78, Byte), CType(116, Byte), CType(159, Byte), CType(137, Byte), CType(186, Byte), CType(100, Byte), CType(194, Byte), CType(135, Byte), CType(81, Byte), CType(70, Byte), CType(181, Byte), CType(155, Byte), CType(184, Byte), CType(192, Byte), CType(200, Byte), CType(92, Byte), CType(92, Byte), CType(35, Byte), CType(155, Byte), CType(138, Byte), CType(235, Byte), CType(111, Byte), CType(88, Byte), CType(47, Byte), CType(20, Byte), CType(247, Byte), CType(183, Byte), CType(83, Byte), CType(121, Byte), CType(134, Byte), CType(184, Byte), CType(126, Byte), CType(115, Byte), CType(251, Byte), CType(187, Byte), CType(184, Byte), CType(241, Byte), CType(165, Byte), CType(116, Byte), CType(55, Byte), CType(113, Byte), CType(125, Byte), CType(15, Byte), CType(235, Byte), CType(137, Byte), CType(226, Byte), CType(254, Byte), CType(110, Byte), CType(137, Byte), CType(14, Byte), CType(119, Byte), CType(247, Byte), CType(12, Byte), CType(0, Byte), CType(228, Byte), CType(100, Byte), CType(27, Byte), CType(1, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(85, Byte), CType(124, Byte), CType(217, Byte), CType(63, Byte), CType(162, Byte), CType(216, Byte), CType(128, Byte), CType(136, Byte), CType(77, Byte), CType(206, Byte), CType(239, Byte), CType(200, Byte), CType(77, Byte), CType(226, Byte), CType(54, Byte), CType(20, Byte), CType(154, Byte), CType(234, Byte), CType(79, Byte), CType(114, Byte), CType(59, Byte), CType(113, Byte), CType(175, Byte), CType(123, Byte), CType(156, Byte), CType(190, Byte), CType(42, Byte), CType(110, Byte), CType(188, Byte), CType(93, Byte), CType(23, Byte), CType(161, Byte), CType(187, Byte), CType(199, Byte), CType(136, Byte), CType(171, Byte), CType(217, Byte), CType(56, Byte), CType(124, Byte), CType(87, Byte), CType(220, Byte), CType(56, Byte), CType(219, Byte), CType(46, Byte), CType(222, Byte), CType(7, Byte), CType(226, Byte), CType(40, Byte), CType(29, Byte), CType(87, Byte), CType(147, Byte), CType(18, Byte), CType(252, Byte), CType(66, Byte), CType(220, Byte), CType(184, Byte), CType(83, Byte), CType(120, Byte), CType(178, Byte), CType(184, Byte), CType(62, Byte), CType(115, Byte), CType(138, Byte), CType(167, Byte), CType(108, Byte), CType(228, Byte), CType(8, Byte), CType(160, Byte), CType(222, Byte), CType(86, Byte), CType(92, Byte), CType(255, Byte), CType(185, Byte), CType(212, Byte), CType(125, Byte), CType(127, Byte), CType(61, Byte), CType(77, Byte), CType(92, Byte), CType(191, Byte), CType(77, Byte), CType(19, Byte), CType(255, Byte), CType(141, Byte), CType(190, Byte), CType(65, Byte), CType(220, Byte), CType(107, Byte), CType(76, Byte), CType(101, Byte), CType(51, Byte), CType(113, Byte), CType(125, Byte), CType(55, Byte), CType(81, Byte), CType(23, Byte), CType(230, Byte), CType(85, Byte), CType(28, Byte), CType(77, Byte), CType(230, Byte), CType(198, Byte), CType(150, Byte), CType(74, Byte), CType(28, Byte), CType(105, Byte), CType(230, Byte), CType(250, Byte), CType(29, Byte), CType(151, Byte), CType(8, Byte), CType(63, Byte), CType(187, Byte), CType(113, Byte), CType(166, Byte), CType(180, Byte), CType(173, Byte), CType(184, Byte), CType(190, Byte), CType(115, Byte), CType(72, Byte), CType(61, Byte), CType(103, Byte), CType(119, Byte), CType(22, Byte), CType(215, Byte), CType(207, Byte), CType(116, Byte), CType(38, Byte), CType(196, Byte), CType(253, Byte), CType(157, Byte), CType(84, Byte), CType(94, Byte), CType(46, Byte), CType(209, Byte), CType(207, Byte), CType(37, Byte), CType(147, Byte), CType(218, Byte), CType(230, Byte), CType(234, Byte), CType(219, Byte), CType(114, Byte), CType(203, Byte), CType(248, Byte), CType(221, Byte), CType(103, Byte), CType(162, Byte), CType(46, Byte), CType(153, Byte), CType(240, Byte), CType(97, Byte), CType(148, Byte), CType(81, Byte), CType(220, Byte), CType(86, Byte), CType(234, Byte), CType(56, Byte), CType(146, Byte), CType(236, Byte), CType(37, Byte), CType(226, Byte), CType(250, Byte), CType(155, Byte), CType(141, Byte), CType(157, Byte), CType(196, Byte), CType(253, Byte), CType(237, Byte), CType(84, Byte), CType(142, Byte), CType(22, Byte), CType(215, Byte), CType(111, Byte), CType(110, Byte), CType(55, Byte), CType(139, Byte), CType(27, Byte), CType(95, Byte), CType(42, Byte), CType(55, Byte), CType(202, Byte), CType(106, Byte), CType(226, Byte), CType(250, Byte), CType(30, Byte), CType(214, Byte), CType(251, Byte), CType(197, Byte), CType(253, Byte), CType(237, Byte), CType(18, Byte), CType(237, Byte), CType(235, Byte), CType(238, Byte), CType(25, Byte), CType(0, Byte), CType(200, Byte), CType(201, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(128, Byte), CType(170, Byte), CType(21, Byte), CType(95, Byte), CType(248, Byte), CType(207, Byte), CType(209, Byte), CType(134, Byte), CType(242, Byte), CType(124, Byte), CType(57, Byte), CType(69, Byte), CType(110, Byte), CType(20, Byte), CType(183, Byte), CType(185, Byte), CType(208, Byte), CType(52, Byte), CType(159, Byte), CType(18, Byte), CType(247, Byte), CType(90, Byte), CType(199, Byte), CType(37, Byte), CType(66, Byte), CType(12, Byte), CType(87, Byte), CType(138, Byte), CType(27, Byte), CType(107, Byte), CType(87, Byte), CType(253, Byte), CType(71, Byte), CType(222, Byte), CType(35, Byte), CType(107, Byte), CType(139, Byte), CType(171, Byte), CType(217, Byte), CType(56, Byte), CType(44, Byte), CType(144, Byte), CType(120, Byte), CType(98, Byte), CType(128, Byte), CType(27, Byte), CType(111, Byte), CType(219, Byte), CType(157, Byte), CType(41, Byte), CType(174, Byte), CType(38, Byte), CType(37, Byte), CType(136, Byte), CType(0, Byte), CType(86, Byte), CType(157, Byte), CType(71, Byte), CType(24, Byte), CType(109, Byte), CType(46, Byte), CType(174, Byte), CType(223, Byte), CType(156, Byte), CType(118, Byte), CType(20, Byte), CType(55, Byte), CType(182, Byte), CType(148, Byte), CType(254, Byte), CType(40, Byte), CType(174, Byte), CType(239, Byte), CType(92, Byte), CType(114, Byte), CType(220, Byte), CType(95, Byte), CType(119, Byte), CType(22, Byte), CType(215, Byte), CType(119, Byte), CType(211, Byte), CType(60, Byte), CType(80, Byte), CType(220, Byte), CType(235, Byte), CType(75, Byte), CType(229, Byte), CType(34, Byte), CType(113, Byte), CType(253, Byte), CType(54, Byte), CType(81, Byte), CType(87, Byte), CType(230, Byte), CType(213, Byte), CType(63, Byte), CType(197, Byte), CType(141, Byte), CType(45, Byte), CType(149, Byte), CType(93, Byte), CType(196, Byte), CType(245, Byte), CType(59, Byte), CType(46, Byte), CType(241, Byte), CType(84, Byte), CType(32, Byte), CType(55, Byte), CType(206, Byte), CType(84, Byte), CType(174, Byte), CType(146, Byte), CType(85, Byte), CType(196, Byte), CType(245, Byte), CType(93, Byte), CType(183, Byte), CType(212, Byte), CType(115, Byte), CType(54, Byte), CType(214, Byte), CType(238, Byte), CType(241, Byte), CType(196, Byte), CType(86, Byte), CType(215, Byte), CType(215, Byte), CType(116, Byte), CType(34, Byte), CType(232, Byte), CType(120, Byte), CType(157, Byte), CType(184, Byte), CType(191, Byte), CType(151, Byte), CType(66, Byte), CType(204, Byte), CType(215, Byte), CType(187, Byte), CType(79, Byte), CType(105, Byte), CType(155, Byte), CType(171, Byte), CType(55, Byte), CType(202, Byte), CType(45, Byte), CType(227, Byte), CType(119, Byte), CType(159, Byte), CType(137, Byte), CType(186, Byte), CType(100, Byte), CType(194, Byte), CType(135, Byte), CType(81, Byte), CType(70, Byte), CType(113, Byte), CType(164, Byte), CType(184, Byte), CType(176, Byte), CType(200, Byte), CType(92, Byte), CType(156, Byte), CType(41, Byte), CType(11, Byte), CType(196, Byte), CType(245, Byte), CType(55, Byte), CType(27, Byte), CType(171, Byte), CType(75, Byte), CType(132, Byte), CType(116, Byte), CType(92, Byte), CType(31, Byte), CType(41, Byte), CType(156, Byte), CType(47, Byte), CType(174, Byte), CType(223, Byte), CType(156, Byte), CType(214, Byte), CType(17, Byte), CType(55, Byte), CType(182, Byte), CType(148, Byte), CType(206, Byte), CType(21, Byte), CType(215, Byte), CType(247, Byte), CType(108, Byte), CType(252, Byte), CType(92, Byte), CType(220, Byte), CType(223, Byte), CType(46, Byte), CType(209, Byte), CType(70, Byte), CType(238, Byte), CType(158, Byte), CType(1, Byte), CType(128, Byte), CType(156, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(168, Byte), CType(90, Byte), CType(241, Byte), CType(133, Byte), CType(127, Byte), CType(66, Byte), CType(241, Byte), CType(180, Byte), CType(143, Byte), CType(199, Byte), CType(201, Byte), CType(17, Byte), CType(114, Byte), CType(129, Byte), CType(184, Byte), CType(141, Byte), CType(134, Byte), CType(166, Byte), CType(216, Byte), CType(73, Byte), CType(220, Byte), CType(107, Byte), CType(28, Byte), CType(135, Byte), CType(237, Byte), CType(197, Byte), CType(141, Byte), CType(177, Byte), CType(139, Byte), CType(174, Byte), CType(151, Byte), CType(247, Byte), CType(75, Byte), CType(9, Byte), CType(225, Byte), CType(146, Byte), CType(169, Byte), CType(98, Byte), CType(206, Byte), CType(184, Byte), CType(49, Byte), CType(119, Byte), CType(193, Byte), CType(71, Byte), CType(196, Byte), CType(213, Byte), CType(164, Byte), CType(4, Byte), CType(187, Byte), CType(138, Byte), CType(27, Byte), CType(115, Byte), CType(10, Byte), CType(241, Byte), CType(4, Byte), CType(56, Byte), CType(215, Byte), CType(103, Byte), CType(110, Byte), CType(111, Byte), CType(23, Byte), CType(55, Byte), CType(190, Byte), CType(148, Byte), CType(226, Byte), CType(9, Byte), CType(30, Byte), CType(174, Byte), CType(239, Byte), CType(92, Byte), CType(234, Byte), CType(190, Byte), CType(191, Byte), CType(226, Byte), CType(137, Byte), CType(88, Byte), CType(174, Byte), CType(223, Byte), CType(38, Byte), CType(58, Byte), CType(72, Byte), CType(220, Byte), CType(107, Byte), CType(76, Byte), CType(101, Byte), CType(220, Byte), CType(115, Byte), CType(33, Byte), CType(165, Byte), CType(186, Byte), CType(143, Byte), CType(225, Byte), CType(42, Byte), CType(101, Byte), CType(94, Byte), CType(185, Byte), CType(177, Byte), CType(165, Byte), CType(116, Byte), CType(87, Byte), CType(113, Byte), CType(253, Byte), CType(142, Byte), CType(67, Byte), CType(28, Byte), CType(65, Byte), CType(236, Byte), CType(198, Byte), CType(152, Byte), CType(210, Byte), CType(137, Byte), CType(226, Byte), CType(250, Byte), CType(206, Byte), CType(33, Byte), CType(245, Byte), CType(123, Byte), CType(225, Byte), CType(207, Byte), CType(197, Byte), CType(245, Byte), CType(179, Byte), CType(50, Byte), CType(117, Byte), CType(31, Byte), CType(249, Byte), CType(248, Byte), CType(27, Byte), CType(211, Byte), CType(54, Byte), CType(23, Byte), CType(255, Byte), CType(61, Byte), CType(94, Byte), CType(215, Byte), CType(125, Byte), CType(38, Byte), CType(234, Byte), CType(146, Byte), CType(9, Byte), CType(31, Byte), CType(70, Byte), CType(153, Byte), CType(173, Byte), CType(58, Byte), CType(142, Byte), CType(172, Byte), CType(139, Byte), CType(167, Byte), CType(19, Byte), CType(221, Byte), CType(87, Byte), CType(92, Byte), CType(127, Byte), CType(163, Byte), CType(56, Byte), CType(93, Byte), CType(92, Byte), CType(63, Byte), CType(169, Byte), CType(108, Byte), CType(36, Byte), CType(174, Byte), CType(223, Byte), CType(92, Byte), CType(54, Byte), CType(16, Byte), CType(55, Byte), CType(174, Byte), CType(148, Byte), CType(78, Byte), CType(16, Byte), CType(215, Byte), CType(247, Byte), CType(176, Byte), CType(214, Byte), CType(148, Byte), CType(229, Byte), CType(226, Byte), CType(254, Byte), CType(118, Byte), CType(105, Byte), CType(206, Byte), CType(115, Byte), CType(247, Byte), CType(11, Byte), CType(0, Byte), CType(228, Byte), CType(102, Byte), CType(27, Byte), CType(1, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(213, Byte), CType(138, Byte), CType(47, Byte), CType(252, Byte), CType(107, Byte), CType(180, Byte), CType(177, Byte), CType(236, Byte), CType(35, Byte), CType(31, Byte), CType(144, Byte), CType(56, Byte), CType(58, Byte), CType(170, Byte), CType(73, Byte), CType(79, Byte), CType(124, Byte), CType(58, Byte), CType(65, Byte), CType(220, Byte), CType(107, Byte), CType(26, Byte), CType(135, Byte), CType(253, Byte), CType(197, Byte), CType(141, Byte), CType(177, Byte), CType(75, Byte), CType(254, Byte), CType(44, Byte), CType(177, Byte), CType(169, Byte), CType(182, Byte), CType(190, Byte), CType(184, Byte), CType(26, Byte), CType(149, Byte), CType(224, Byte), CType(101, Byte), CType(226, Byte), CType(198, Byte), CType(158, Byte), CType(210, Byte), CType(89, Byte), CType(133, Byte), CType(250, Byte), CType(95, Byte), CType(113, Byte), CType(53, Byte), CType(41, Byte), CType(193, Byte), CType(91, Byte), CType(196, Byte), CType(213, Byte), CType(50, Byte), CType(133, Byte), CType(207, Byte), CType(136, Byte), CType(235, Byte), CType(51, Byte), CType(167, Byte), CType(120, Byte), CType(170, Byte), CType(200, Byte), CType(197, Byte), CType(226, Byte), CType(198, Byte), CType(151, Byte), CType(210, Byte), CType(243, Byte), CType(196, Byte), CType(245, Byte), CType(159, Byte), CType(75, Byte), CType(221, Byte), CType(247, Byte), CType(215, Byte), CType(113, Byte), CType(226, Byte), CType(250, Byte), CType(109, Byte), CType(162, Byte), CType(8, Byte), CType(97, Byte), CType(184, Byte), CType(215, Byte), CType(152, Byte), CType(74, Byte), CType(252, Byte), CType(55, Byte), CType(201, Byte), CType(245, Byte), CType(219, Byte), CType(68, Byte), CType(93, Byte), CType(153, Byte), CType(87, Byte), CType(241, Byte), CType(20, Byte), CType(68, Byte), CType(55, Byte), CType(190, Byte), CType(84, Byte), CType(182, Byte), CType(16, Byte), CType(215, Byte), CType(239, Byte), CType(56, Byte), CType(196, Byte), CType(154, Byte), CType(211, Byte), CType(141, Byte), CType(49, Byte), CType(165, Byte), CType(3, Byte), CType(197, Byte), CType(245, Byte), CType(157, Byte), CType(67, Byte), CType(234, Byte), CType(57, Byte), CType(27, Byte), CType(245, Byte), CType(114, Byte), CType(253, Byte), CType(172, Byte), CType(204, Byte), CType(154, Byte), CType(242, Byte), CType(23, Byte), CType(113, Byte), CType(127, Byte), CType(179, Byte), CType(52, Byte), CType(241, Byte), CType(84, Byte), CType(199, Byte), CType(24, Byte), CType(239, Byte), CType(45, Byte), CType(99, Byte), CType(119, Byte), CType(159, Byte), CType(137, Byte), CType(186, Byte), CType(100, Byte), CType(194, Byte), CType(7, Byte), CType(82, Byte), CType(102, Byte), CType(163, Byte), CType(174, Byte), CType(35, Byte), CType(235, Byte), CType(62, Byte), CType(42, Byte), CType(174, Byte), CType(191, Byte), CType(81, Byte), CType(29, Byte), CType(46, Byte), CType(174, Byte), CType(159, Byte), CType(84, Byte), CType(246, Byte), CType(22, Byte), CType(215, Byte), CType(111, Byte), CType(46, Byte), CType(91, Byte), CType(136, Byte), CType(27, Byte), CType(87, Byte), CType(74, Byte), CType(241, Byte), CType(212, Byte), CType(46, Byte), CType(215, Byte), CType(247, Byte), CType(176, Byte), CType(30, Byte), CType(34, Byte), CType(238, Byte), CType(239, Byte), CType(150, Byte), CType(232, Byte), CType(227, Byte), CType(238, Byte), CType(126, Byte), CType(1, Byte), CType(128, Byte), CType(220, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(168, Byte), CType(90, Byte), CType(241, Byte), CType(133, Byte), CType(127, Byte), CType(70, Byte), CType(171, Byte), CType(203, Byte), CType(125, Byte), CType(228, Byte), CType(57, Byte), CType(114, Byte), CType(184, Byte), CType(156, Byte), CType(46, Byte), CType(117, Byte), CType(111, Byte), CType(190, Byte), CType(141, Byte), CType(42, Byte), CType(54, Byte), CType(69, Byte), CType(54, Byte), CType(18, Byte), CType(247, Byte), CType(58, Byte), CType(114, Byte), CType(139, Byte), CType(167, Byte), CType(103, Byte), CType(184, Byte), CType(49, Byte), CType(182, Byte), CType(93, Byte), CType(28, Byte), CType(205, Byte), CType(18, Byte), CType(155, Byte), CType(196, Byte), CType(143, Byte), CType(145, Byte), CType(85, Byte), CType(197, Byte), CType(213, Byte), CType(166, Byte), CType(36, Byte), CType(95, Byte), CType(18, Byte), CType(247, Byte), CType(58, Byte), CType(82, Byte), CType(249, Byte), CType(157, Byte), CType(184, Byte), CType(126, Byte), CType(49, Byte), CType(179, Byte), CType(147, Byte), CType(197, Byte), CType(213, Byte), CType(51, Byte), CType(133, Byte), CType(18, Byte), CType(2, Byte), CType(31, Byte), CType(143, Byte), CType(22, Byte), CType(55, Byte), CType(182, Byte), CType(212, Byte), CType(238, Byte), CType(32, Byte), CType(174, Byte), CType(255, Byte), CType(92, Byte), CType(234, Byte), CType(190, Byte), CType(191, Byte), CType(14, Byte), CType(16, Byte), CType(215, Byte), CType(111, Byte), CType(211, Byte), CType(68, Byte), CType(240, Byte), CType(173, Byte), CType(238, Byte), CType(163, Byte), CType(78, Byte), CType(227, Byte), CType(41, Byte), CType(131, Byte), CType(174, Byte), CType(239, Byte), CType(38, Byte), CType(234, Byte), CType(202, Byte), CType(188, Byte), CType(250, Byte), CType(135, Byte), CType(184, Byte), CType(241, Byte), CType(165, Byte), CType(178, Byte), CType(174, Byte), CType(184, Byte), CType(126, Byte), CType(115, Byte), CType(139, Byte), CType(117, Byte), CType(230, Byte), CType(21, Byte), CType(226, Byte), CType(198, Byte), CType(152, Byte), CType(210, Byte), CType(56, Byte), CType(143, Byte), CType(35, Byte), CType(76, Byte), CType(61, Byte), CType(103, Byte), CType(159, Byte), CType(36, Byte), CType(174, Byte), CType(159, Byte), CType(97, Byte), CType(60, Byte), CType(69, Byte), CType(220, Byte), CType(223, Byte), CType(44, Byte), CType(205, Byte), CType(169, Byte), CType(242, Byte), CType(223, Byte), CType(113, Byte), CType(187, Byte), CType(207, Byte), CType(68, Byte), CType(93, Byte), CType(50, Byte), CType(225, Byte), CType(3, Byte), CType(41, Byte), CType(179, Byte), CType(81, Byte), CType(199, Byte), CType(145, Byte), CType(117, Byte), CType(33, Byte), CType(142, Byte), CType(131, Byte), CType(59, Byte), CType(43, Byte), CType(161, Byte), CType(191, Byte), CType(138, Byte), CType(235, Byte), CType(39, Byte), CType(149, Byte), CType(247, Byte), CType(139, Byte), CType(171, Byte), CType(79, Byte), CType(46, Byte), CType(235, Byte), CType(139, Byte), CType(27, Byte), CType(87, Byte), CType(74, Byte), CType(239, Byte), CType(17, Byte), CType(215, Byte), CType(247, Byte), CType(176, Byte), CType(94, Byte), CType(35, Byte), CType(238, Byte), CType(239, Byte), CType(150, Byte), CType(232, Byte), CType(169, Byte), CType(238, Byte), CType(126, Byte), CType(1, Byte), CType(128, Byte), CType(220, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(168, Byte), CType(154, Byte), CType(252, Byte), CType(165, Byte), CType(255, Byte), CType(24, Byte), CType(173, Byte), CType(38, Byte), CType(113, Byte), CType(204, Byte), CType(200, Byte), CType(138, Byte), CType(240, Byte), CType(211, Byte), CType(47, Byte), CType(229, Byte), CType(38, Byte), CType(113, Byte), CType(27, Byte), CType(21, Byte), CType(185, Byte), CType(61, Byte), CType(91, Byte), CType(220, Byte), CType(152, Byte), CType(115, Byte), CType(187, Byte), CType(72, Byte), CType(220, Byte), CType(248, Byte), CType(218, Byte), CType(230, Byte), CType(6, Byte), CType(249, Byte), CType(169, Byte), CType(188, Byte), CType(75, Byte), CType(34, Byte), CType(188, Byte), CType(17, Byte), CType(27, Byte), CType(150, Byte), CType(174, Byte), CType(30, Byte), CType(165, Byte), CType(186, Byte), CType(92, Byte), CType(220, Byte), CType(235, Byte), CType(74, Byte), CType(229, Byte), CType(99, Byte), CType(226, Byte), CType(250, Byte), CType(197, Byte), CType(244, Byte), CType(22, Byte), CType(200, Byte), CType(117, Byte), CType(226, Byte), CType(234, Byte), CType(153, Byte), CType(194, Byte), CType(221, Byte), CType(196, Byte), CType(245, Byte), CType(155, Byte), CType(211, Byte), CType(143, Byte), CType(196, Byte), CType(141, Byte), CType(45, Byte), CType(165, Byte), CType(120, Byte), CType(34, Byte), CType(159, Byte), CType(235, Byte), CType(59, Byte), CType(167, Byte), CType(186, Byte), CType(239, Byte), CType(175, Byte), CType(123, Byte), CType(138, Byte), CType(235, Byte), CType(183, Byte), CType(105, Byte), CType(98, Byte), CType(78, Byte), CType(186, Byte), CType(215, Byte), CType(151, Byte), CType(74, Byte), CType(132, Byte), CType(168, Byte), CType(230, Byte), CType(139, Byte), CType(235, Byte), CType(187, Byte), CType(137, Byte), CType(186, Byte), CType(50, Byte), CType(175, Byte), CType(234, Byte), CType(94, Byte), CType(71, Byte), CType(172, Byte), CType(35, Byte), CType(174, Byte), CType(223, Byte), CType(220, Byte), CType(158, Byte), CType(41, Byte), CType(110, Byte), CType(124, Byte), CType(41, Byte), CType(157, Byte), CType(33, Byte), CType(174, Byte), CType(239, Byte), CType(92, Byte), CType(82, Byte), CType(207, Byte), CType(217, Byte), CType(185, Byte), CType(60, Byte), CType(141, Byte), CType(43, Byte), CType(222, Byte), CType(11, Byte), CType(78, Byte), CType(19, Byte), CType(247, Byte), CType(119, Byte), CType(75, Byte), CType(242, Byte), CType(30, Byte), CType(249, Byte), CType(239, Byte), CType(184, Byte), CType(221, Byte), CType(103, Byte), CType(162, Byte), CType(46, Byte), CType(153, Byte), CType(240, Byte), CType(129, Byte), CType(148, Byte), CType(97, Byte), CType(213, Byte), CType(113, Byte), CType(100, Byte), CType(93, Byte), CType(83, Byte), CType(253, Byte), CType(82, Byte), CType(92, Byte), CType(141, Byte), CType(114, Byte), CType(89, Byte), CType(36, Byte), CType(110, Byte), CType(92, Byte), CType(41, Byte), CType(45, Byte), CType(21, Byte), CType(215, Byte), CType(247, Byte), CType(176, Byte), CType(78, Byte), CType(20, Byte), CType(247, Byte), CType(119, Byte), CType(75, Byte), CType(180, Byte), CType(153, Byte), CType(187, Byte), CType(95, Byte), CType(0, Byte), CType(32, Byte), CType(55, Byte), CType(219, Byte), CType(8, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(170, Byte), CType(38, Byte), CType(127, Byte), CType(233, Byte), CType(95, Byte), CType(152, Byte), CType(197, Byte), CType(178, Byte), CType(171, Byte), CType(188, Byte), CType(73, Byte), CType(190, Byte), CType(39, Byte), CType(227, Byte), CType(122, Byte), CType(234, Byte), CType(211, Byte), CType(167, Byte), CType(196, Byte), CType(141, Byte), CType(47, Byte), CType(167, Byte), CType(205, Byte), CType(196, Byte), CType(141, Byte), CType(45, Byte), CType(149, Byte), CType(56, Byte), CType(78, Byte), CType(208, Byte), CType(29, Byte), CType(69, Byte), CType(150, Byte), CType(82, Byte), CType(252, Byte), CType(146, Byte), CType(254, Byte), CType(20, Byte), CType(249, Byte), CType(138, Byte), CType(196, Byte), CType(19, Byte), CType(154, Byte), CType(142, Byte), CType(146, Byte), CType(8, Byte), CType(51, Byte), CType(189, Byte), CType(74, Byte), CType(158, Byte), CType(46, Byte), CType(15, Byte), CType(151, Byte), CType(59, Byte), CType(74, Byte), CType(60, Byte), CType(137, Byte), CType(196, Byte), CType(213, Byte), CType(160, Byte), CType(9, Byte), CType(238, Byte), CType(42, Byte), CType(174, Byte), CType(190, Byte), CType(41, Byte), CType(61, Byte), CType(77, Byte), CType(92, Byte), CType(223, Byte), CType(152, Byte), CType(222, Byte), CType(125, Byte), CType(197, Byte), CType(213, Byte), CType(50, Byte), CType(133, Byte), CType(8, Byte), CType(124, Byte), CType(140, Byte), CType(123, Byte), CType(206, Byte), CType(62, Byte), CType(76, Byte), CType(220, Byte), CType(216, Byte), CType(82, Byte), CType(123, Byte), CType(169, Byte), CType(184, Byte), CType(254, Byte), CType(115, Byte), CType(169, Byte), CType(251, Byte), CType(254, Byte), CType(186, Byte), CType(90, Byte), CType(154, Byte), CType(240, Byte), CType(212, Byte), CType(184, Byte), CType(97, Byte), CType(212, Byte), CType(125, Byte), CType(212, Byte), CType(233, Byte), CType(215, Byte), CType(196, Byte), CType(245, Byte), CType(219, Byte), CType(68, Byte), CType(93, Byte), CType(154, Byte), CType(87, Byte), CType(17, Byte), CType(34, Byte), CType(119, Byte), CType(99, Byte), CType(76, Byte), CType(101, Byte), CType(115, Byte), CType(113, Byte), CType(253, Byte), CType(230, Byte), CType(246, Byte), CType(43, Byte), CType(113, Byte), CType(227, Byte), CType(75, Byte), CType(233, Byte), CType(37, Byte), CType(226, Byte), CType(250, Byte), CType(206, Byte), CType(33, Byte), CType(245, Byte), CType(156, Byte), CType(141, Byte), CType(163, Byte), CType(231, Byte), CType(92, Byte), CType(63, Byte), CType(179, Byte), CType(241, Byte), CType(0, Byte), CType(113, Byte), CType(127, Byte), CType(187, Byte), CType(36, Byte), CType(123, Byte), CType(202, Byte), CType(127, Byte), CType(199, Byte), CType(236, Byte), CType(62, Byte), CType(19, Byte), CType(117, Byte), CType(201, Byte), CType(132, Byte), CType(15, Byte), CType(164, Byte), CType(12, Byte), CType(163, Byte), CType(174, Byte), CType(35, Byte), CType(235, Byte), CType(154, Byte), CType(234, Byte), CType(38, Byte), CType(137, Byte), CType(154, Byte), CType(184, Byte), CType(90, Byte), CType(229, Byte), CType(18, Byte), CType(99, Byte), CType(112, Byte), CType(99, Byte), CType(75, Byte), CType(101, Byte), CType(46, Byte), CType(79, Byte), CType(116, Byte), CType(154, Byte), CType(47, Byte), CType(255, Byte), CType(16, Byte), CType(247, Byte), CType(119, Byte), CType(75, Byte), CType(115, Byte), CType(161, Byte), CType(187, Byte), CType(87, Byte), CType(0, Byte), CType(96, Byte), CType(28, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(168, Byte), CType(154, Byte), CType(252, Byte), CType(165, Byte), CType(127, Byte), CType(225, Byte), CType(214, Byte), CType(146, Byte), CType(56, Byte), CType(190, Byte), CType(44, Byte), CType(158, Byte), CType(104, Byte), CType(115, Byte), CType(141, Byte), CType(184, Byte), CType(77, Byte), CType(140, Byte), CType(58, Byte), CType(196, Byte), CType(134, Byte), CType(153, Byte), CType(27, Byte), CType(79, Byte), CType(78, Byte), CType(251, Byte), CType(138, Byte), CType(27, Byte), CType(91, Byte), CType(42, Byte), CType(241, Byte), CType(52, Byte), CType(24, Byte), CType(215, Byte), CType(47, Byte), CType(102, Byte), CType(231, Byte), CType(89, Byte), CType(226, Byte), CType(234, Byte), CType(155, Byte), CType(210, Byte), CType(157, Byte), CType(196, Byte), CType(245, Byte), CType(141, Byte), CType(233, Byte), CType(189, Byte), CType(92, Byte), CType(92, Byte), CType(45, Byte), CType(83, Byte), CType(56, Byte), CType(81, Byte), CType(92, Byte), CType(159, Byte), CType(185, Byte), CType(196, Byte), CType(147, Byte), CType(52, Byte), CType(226, Byte), CType(73, Byte), CType(75, Byte), CType(110, Byte), CType(108, Byte), CType(41, Byte), CType(69, Byte), CType(208, Byte), CType(116, Byte), CType(125, Byte), CType(113, Byte), CType(99, Byte), CType(200, Byte), CType(165, Byte), CType(238, Byte), CType(251, Byte), CType(235, Byte), CType(36, Byte), CType(113, Byte), CType(253, Byte), CType(54, Byte), CType(209, Byte), CType(103, Byte), CType(196, Byte), CType(189, Byte), CType(198, Byte), CType(84, Byte), CType(94, Byte), CType(45, Byte), CType(174, Byte), CType(223, Byte), CType(38, Byte), CType(234, Byte), CType(210, Byte), CType(188, Byte), CType(250, Byte), CType(188, Byte), CType(184, Byte), CType(49, Byte), CType(166, Byte), CType(18, Byte), CType(79, Byte), CType(230, Byte), CType(116, Byte), CType(253, Byte), CType(230, Byte), CType(180, Byte), CType(187, Byte), CType(184, Byte), CType(177, Byte), CType(165, Byte), CType(20, Byte), CType(79, Byte), CType(158, Byte), CType(92, Byte), CType(79, Byte), CType(92, Byte), CType(255, Byte), CType(57, Byte), CType(164, Byte), CType(158, Byte), CType(179, Byte), CType(199, Byte), CType(138, Byte), CType(235, Byte), CType(103, Byte), CType(182, Byte), CType(62, Byte), CType(39, Byte), CType(238, Byte), CType(239, Byte), CType(151, Byte), CType(98, Byte), CType(3, Byte), CType(249, Byte), CType(239, Byte), CType(120, Byte), CType(221, Byte), CType(103, Byte), CType(162, Byte), CType(46, Byte), CType(153, Byte), CType(240, Byte), CType(161, Byte), CType(148, Byte), CType(97, Byte), CType(212, Byte), CType(117, Byte), CType(100, Byte), CType(93, Byte), CType(147, Byte), CType(237, Byte), CType(46, Byte), CType(174, Byte), CType(86, Byte), CType(185, Byte), CType(212, Byte), CType(125, Byte), CType(60, Byte), CType(223, Byte), CType(103, Byte), CType(197, Byte), CType(245, Byte), CType(59, Byte), CType(140, Byte), CType(187, Byte), CType(136, Byte), CType(251, Byte), CType(155, Byte), CType(37, Byte), CType(58, Byte), CType(198, Byte), CType(221, Byte), CType(43, Byte), CType(0, Byte), CType(48, Byte), CType(14, Byte), CType(182, Byte), CType(17, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(84, Byte), CType(77, Byte), CType(254, Byte), CType(210, Byte), CType(191, Byte), CType(65, Byte), CType(214, Byte), CType(148, Byte), CType(151, Byte), CType(201, Byte), CType(181, Byte), CType(226, Byte), CType(54, Byte), CType(51, Byte), CType(82, Byte), CType(186, Byte), CType(74, Byte), CType(220, Byte), CType(24, Byte), CType(114, Byte), CType(250, Byte), CType(176, Byte), CType(184, Byte), CType(177, Byte), CType(165, Byte), CType(242, Byte), CType(14, Byte), CType(113, Byte), CType(253, Byte), CType(98, Byte), CType(118, Byte), CType(62, Byte), CType(33, Byte), CType(174, Byte), CType(190, Byte), CType(169, Byte), CType(92, Byte), CType(34, Byte), CType(174, Byte), CType(95, Byte), CType(204, Byte), CType(236, Byte), CType(203, Byte), CType(226, Byte), CType(234, Byte), CType(153, Byte), CType(194, Byte), CType(65, Byte), CType(226, Byte), CType(250, Byte), CType(204, Byte), CType(37, Byte), CType(71, Byte), CType(184, Byte), CType(46, Byte), CType(148, Byte), CType(240, Byte), CType(100, Byte), CType(187, Byte), CType(186, Byte), CType(239, Byte), CType(175, Byte), CType(215, Byte), CType(137, Byte), CType(235, Byte), CType(183, Byte), CType(137, Byte), CType(254, Byte), CType(36, Byte), CType(238, Byte), CType(53, Byte), CType(166, Byte), CType(18, Byte), CType(79, Byte), CType(111, Byte), CType(113, Byte), CType(253, Byte), CType(54, Byte), CType(81, Byte), CType(151, Byte), CType(230, Byte), CType(213, Byte), CType(155, Byte), CType(197, Byte), CType(141, Byte), CType(49, Byte), CType(149, Byte), CType(199, Byte), CType(137, Byte), CType(235, Byte), CType(55, Byte), CType(151, Byte), CType(8, Byte), CType(126, Byte), CType(254, Byte), CType(92, Byte), CType(220, Byte), CType(216, Byte), CType(82, Byte), CType(58, Byte), CType(90, Byte), CType(92, Byte), CType(255, Byte), CType(185, Byte), CType(164, Byte), CType(158, Byte), CType(179, Byte), CType(47, Byte), CType(20, Byte), CType(215, Byte), CType(207, Byte), CType(108, Byte), CType(197, Byte), CType(19, Byte), CType(189, Byte), CType(174, Byte), CType(23, Byte), CType(215, Byte), CType(199, Byte), CType(184, Byte), CType(157, Byte), CType(43, Byte), CType(149, Byte), CType(241, Byte), CType(186, Byte), CType(207, Byte), CType(68, Byte), CType(93, Byte), CType(50, Byte), CType(225, Byte), CType(67, Byte), CType(41, Byte), CType(43, Byte), CType(195, Byte), CType(145, Byte), CType(117, Byte), CType(222, Byte), CType(193, Byte), CType(226, Byte), CType(234, Byte), CType(149, Byte), CType(203, Byte), CType(41, Byte), CType(226, Byte), CType(198, Byte), CType(149, Byte), CType(202, Byte), CType(175, Byte), CType(196, Byte), CType(245, Byte), CType(59, Byte), CType(140, Byte), CType(120, Byte), CType(162, Byte), CType(211, Byte), CType(49, Byte), CType(114, Byte), CType(86, Byte), CType(34, Byte), CType(255, Byte), CType(20, Byte), CType(55, Byte), CType(198, Byte), CType(20, Byte), CType(158, Byte), CType(238, Byte), CType(238, Byte), CType(21, Byte), CType(0, Byte), CType(24, Byte), CType(7, Byte), CType(219, Byte), CType(8, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(170, Byte), CType(166, Byte), CType(126, Byte), CType(241, Byte), CType(63, Byte), CType(201, Byte), CType(134, Byte), CType(114, Byte), CType(55, Byte), CType(121, Byte), CType(164, Byte), CType(196, Byte), CType(113, Byte), CType(89, Byte), CType(177, Byte), CType(161, Byte), CType(255, Byte), CType(126, Byte), CType(137, Byte), CType(99, Byte), CType(199, Byte), CType(226, Byte), CType(9, Byte), CType(64, Byte), CType(191, Byte), CType(151, Byte), CType(141, Byte), CType(197, Byte), CType(253, Byte), CType(187, Byte), CType(185, Byte), CType(236, Byte), CType(36, Byte), CType(241, Byte), CType(203, Byte), CType(122, Byte), CType(183, Byte), CType(169, Byte), CType(145, Byte), CType(146, Byte), CType(235, Byte), CType(59, Byte), CType(167, Byte), CType(179, Byte), CType(197, Byte), CType(141, Byte), CType(43, Byte), CType(149, Byte), CType(255, Byte), CType(17, Byte), CType(215, Byte), CType(47, Byte), CType(102, Byte), CType(231, Byte), CType(124, Byte), CType(113, Byte), CType(245, Byte), CType(77, Byte), CType(37, Byte), CType(213, Byte), CType(83, Byte), CType(23, Byte), CType(186, Byte), CType(230, Byte), CType(239, Byte), CType(226, Byte), CType(234, Byte), CType(153, Byte), CType(194, Byte), CType(56, Byte), CType(3, Byte), CType(31, Byte), CType(27, Byte), CType(201, Byte), CType(63, Byte), CType(197, Byte), CType(141, Byte), CType(43, Byte), CType(181, Byte), CType(237, Byte), CType(197, Byte), CType(141, Byte), CType(33, Byte), CType(167, Byte), CType(186, Byte), CType(239, Byte), CType(175, Byte), CType(135, Byte), CType(136, Byte), CType(235, Byte), CType(183, Byte), CType(105, Byte), CType(238, Byte), CType(32, Byte), CType(238, Byte), CType(245, Byte), CType(165, Byte), CType(18, Byte), CType(255, Byte), CType(205, Byte), CType(93, Byte), CType(40, Byte), CType(174, Byte), CType(239, Byte), CType(38, Byte), CType(234, Byte), CType(210, Byte), CType(188, Byte), CType(122, Byte), CType(162, Byte), CType(184, Byte), CType(49, Byte), CType(166, Byte), CType(242, Byte), CType(22, Byte), CType(113, Byte), CType(253, Byte), CType(230, Byte), CType(18, Byte), CType(65, Byte), CType(43, Byte), CType(55, Byte), CType(174, Byte), CType(148, Byte), CType(110, Byte), CType(150, Byte), CType(109, Byte), CType(197, Byte), CType(245, Byte), CType(159, Byte), CType(75, Byte), CType(234, Byte), CType(57, Byte), CType(187, Byte), CType(131, Byte), CType(184, Byte), CType(126, Byte), CType(70, Byte), CType(17, Byte), CType(115, Byte), CType(192, Byte), CType(245, Byte), CType(49, Byte), CType(110, Byte), CType(71, Byte), CType(74, Byte), CType(101, Byte), CType(172, Byte), CType(238, Byte), CType(51, Byte), CType(81, Byte), CType(151, Byte), CType(76, Byte), CType(248, Byte), CType(80, Byte), CType(202, Byte), CType(76, Byte), CType(214, Byte), CType(17, Byte), CType(142, Byte), CType(172, Byte), CType(243, Byte), CType(126, Byte), CType(32, Byte), CType(174, Byte), CType(102, Byte), CType(185, Byte), CType(28, Byte), CType(33, Byte), CType(110, Byte), CType(92, Byte), CType(169, Byte), CType(220, Byte), CType(44, Byte), CType(235, Byte), CType(137, Byte), CType(235, Byte), CType(59, Byte), CType(167, Byte), CType(197, Byte), CType(114, Byte), CType(133, Byte), CType(184, Byte), CType(49, Byte), CType(166, Byte), CType(176, Byte), CType(133, Byte), CType(187, Byte), CType(87, Byte), CType(0, Byte), CType(96, Byte), CType(28, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(93, Byte), CType(54, Byte), CType(111, Byte), CType(201, Byte), CType(210, Byte), CType(213, Byte), CType(100, Byte), CType(83, Byte), CType(89, Byte), CType(34, Byte), CType(113, Byte), CType(12, Byte), CType(220, Byte), CType(243, Byte), CType(100, Byte), CType(169, Byte), CType(28, Byte), CType(46, Byte), CType(95, Byte), CType(149, Byte), CType(211, Byte), CType(228, Byte), CType(47, Byte), CType(178, Byte), CType(76, Byte), CType(220, Byte), CType(70, Byte), CType(193, Byte), CType(84, Byte), CType(241, Byte), CType(84, Byte), CType(165, Byte), CType(202, Byte), CType(198, Byte), CType(193, Byte), CType(24, Byte), CType(124, Byte), CType(64, Byte), CType(220, Byte), CType(216, Byte), CType(82, Byte), CType(114, Byte), CType(253, Byte), CType(230, Byte), CType(178, Byte), CType(182, Byte), CType(196, Byte), CType(198, Byte), CType(154, Byte), CType(27, Byte), CType(87, Byte), CType(10, Byte), CType(241, Byte), CType(183, Byte), CType(163, Byte), CType(15, Byte), CType(215, Byte), CType(55, Byte), CType(134, Byte), CType(23, Byte), CType(161, Byte), CType(19, Byte), CType(87, Byte), CType(223, Byte), CType(148, Byte), CType(94, Byte), CType(36, Byte), CType(174, Byte), CType(111, Byte), CType(76, Byte), CType(111, Byte), CType(27, Byte), CType(113, Byte), CType(181, Byte), CType(76, Byte), CType(97, Byte), CType(156, Byte), CType(129, Byte), CType(143, Byte), CType(120, Byte), CType(114, Byte), CType(201, Byte), CType(215, Byte), CType(197, Byte), CType(141, Byte), CType(43, Byte), CType(181, Byte), CType(47, Byte), CType(138, Byte), CType(27, Byte), CType(67, Byte), CType(78, Byte), CType(117, Byte), CType(223, Byte), CType(95, Byte), CType(241, Byte), CType(223, Byte), CType(188, Byte), CType(69, Byte), CType(226, Byte), CType(250, Byte), CType(110, Byte), CType(154, Byte), CType(39, Byte), CType(137, Byte), CType(123, Byte), CType(141, Byte), CType(169, Byte), CType(252, Byte), CType(80, Byte), CType(92, Byte), CType(191, Byte), CType(77, Byte), CType(212, Byte), CType(181, Byte), CType(121, Byte), CType(181, Byte), CType(153, Byte), CType(184, Byte), CType(113, Byte), CType(166, Byte), CType(242, Byte), CType(3, Byte), CType(113, Byte), CType(253, Byte), CType(230, Byte), CType(176, Byte), CType(186, Byte), CType(212, Byte), CType(29, Byte), CType(90, Byte), CType(11, Byte), CType(113, Byte), CType(60, Byte), CType(155, Byte), CType(235, Byte), CType(63, Byte), CType(151, Byte), CType(212, Byte), CType(115, Byte), CType(54, Byte), CType(194, Byte), CType(178, Byte), CType(171, Byte), CType(136, Byte), CType(235, Byte), CType(107, Byte), CType(20, Byte), CType(113, Byte), CType(204, Byte), CType(244, Byte), CType(95, Byte), CType(197, Byte), CType(245, Byte), CType(53, Byte), CType(78, Byte), CType(255, Byte), CType(39, Byte), CType(149, Byte), CType(177, Byte), CType(186, Byte), CType(207, Byte), CType(73, Byte), CType(93, Byte), CType(50, Byte), CType(225, Byte), CType(131, Byte), CType(36, Byte), CType(51, Byte), CType(137, Byte), CType(167, Byte), CType(242, Byte), CType(184, Byte), CType(112, Byte), CType(8, Byte), CType(38, Byte), CType(38, Byte), CType(110, Byte), CType(144, Byte), CType(133, Byte), CType(226, Byte), CType(234, Byte), CType(150, Byte), CType(195, Byte), CType(1, Byte), CType(226, Byte), CType(198, Byte), CType(149, Byte), CType(210, Byte), CType(243, Byte), CType(196, Byte), CType(245, Byte), CType(157, Byte), CType(211, Byte), CType(91, Byte), CType(197, Byte), CType(141, Byte), CType(45, Byte), CType(133, Byte), CType(63, Byte), CType(187, Byte), CType(251, Byte), CType(4, Byte), CType(0, Byte), CType(198, Byte), CType(197, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(208, Byte), CType(53, Byte), CType(243, Byte), CType(122, Byte), CType(27, Byte), CType(24, Byte), CType(177, Byte), CType(81, Byte), CType(125, Byte), CType(185, Byte), CType(184, Byte), CType(47, Byte), CType(255, Byte), CType(231, Byte), CType(226, Byte), CType(98, Byte), CType(25, Byte), CType(247, Byte), CType(147, Byte), CType(29, Byte), CType(246, Byte), CType(21, Byte), CType(55, Byte), CType(182, Byte), CType(84, Byte), CType(174, Byte), CType(17, Byte), CType(215, Byte), CType(111, Byte), CType(46, Byte), CType(241, Byte), CType(180, Byte), CType(37, Byte), CType(55, Byte), CType(174, Byte), CType(84, Byte), CType(226, Byte), CType(105, Byte), CType(81, Byte), CType(174, Byte), CType(95, Byte), CType(204, Byte), CType(206, Byte), CType(19, Byte), CType(196, Byte), CType(213, Byte), CType(55, Byte), CType(165, Byte), CType(148, Byte), CType(79, Byte), CType(93, Byte), CType(232, Byte), CType(138, Byte), CType(231, Byte), CType(136, Byte), CType(171, Byte), CType(101, Byte), CType(10, Byte), CType(227, Byte), CType(12, Byte), CType(124, Byte), CType(188, Byte), CType(77, Byte), CType(220, Byte), CType(152, Byte), CType(82, Byte), CType(187, Byte), CType(81, Byte), CType(238, Byte), CType(34, Byte), CType(110, Byte), CType(12, Byte), CType(57, Byte), CType(213, Byte), CType(125, Byte), CType(127, Byte), CType(253, Byte), CType(76, Byte), CType(92, Byte), CType(191, Byte), CType(77, Byte), CType(244, Byte), CType(17, Byte), CType(113, Byte), CType(175, Byte), CType(49, Byte), CType(149, Byte), CType(183, Byte), CType(139, Byte), CType(235, Byte), CType(183, Byte), CType(137, Byte), CType(186, Byte), CType(56, Byte), CType(175, Byte), CType(206, Byte), CType(19, Byte), CType(55, Byte), CType(214, Byte), CType(20, Byte), CType(110, Byte), CType(146, Byte), CType(8, Byte), CType(226, Byte), CType(184, Byte), CType(126, Byte), CType(235, Byte), CType(22, Byte), CType(71, Byte), CType(240, Byte), CType(186, Byte), CType(49, Byte), CType(165, Byte), CType(20, Byte), CType(239, Byte), CType(135, Byte), CType(91, Byte), CType(137, Byte), CType(235, Byte), CType(63, Byte), CType(151, Byte), CType(212, Byte), CType(115, Byte), CType(246, Byte), CType(27, Byte), CType(226, Byte), CType(250, Byte), CType(153, Byte), CType(139, Byte), CType(167, Byte), CType(139, Byte), CType(235, Byte), CType(107, Byte), CType(156, Byte), CType(182, Byte), CType(148, Byte), CType(202, Byte), CType(56, Byte), CType(221, Byte), CType(103, Byte), CType(166, Byte), CType(46, Byte), CType(153, Byte), CType(240, Byte), CType(65, Byte), CType(146, Byte), CType(233, Byte), CType(236, Byte), CType(33, Byte), CType(46, Byte), CType(28, Byte), CType(130, Byte), CType(190, Byte), CType(7, Byte), CType(138, Byte), CType(171, Byte), CType(93, Byte), CType(14, Byte), CType(247, Byte), CType(20, Byte), CType(55, Byte), CType(166, Byte), CType(148, Byte), CType(206, Byte), CType(145, Byte), CType(56, Byte), CType(134, Byte), CType(206, Byte), CType(245, Byte), CType(159, Byte), CType(195, Byte), CType(54, Byte), CType(18, Byte), CType(129, Byte), CType(50, Byte), CType(55, Byte), CType(182, Byte), CType(20, Byte), CType(38, Byte), CType(220, Byte), CType(125, Byte), CType(2, Byte), CType(0, Byte), CType(227, Byte), CType(98, Byte), CType(27, Byte), CType(1, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(232, Byte), CType(154, Byte), CType(121, Byte), CType(189, Byte), CType(77, Byte), CType(25, Byte), CType(247, Byte), CType(165, Byte), CType(127, Byte), CType(42, Byte), CType(113, Byte), CType(164, Byte), CType(93, Byte), CType(101, Byte), CType(243, Byte), CType(32, Byte), CType(179, Byte), CType(186, Byte), CType(131, Byte), CType(64, Byte), CType(127, Byte), CType(20, Byte), CType(215, Byte), CType(111, Byte), CType(46, Byte), CType(177, Byte), CType(169, Byte), CType(236, Byte), CType(198, Byte), CType(149, Byte), CType(202, Byte), CType(135, Byte), CType(197, Byte), CType(245, Byte), CType(139, Byte), CType(217, Byte), CType(137, Byte), CType(99, Byte), CType(29, Byte), CType(93, Byte), CType(125, Byte), CType(83, Byte), CType(185, Byte), CType(90, Byte), CType(82, Byte), CType(62, Byte), CType(117, Byte), CType(161, Byte), CType(43, Byte), CType(62, Byte), CType(41, Byte), CType(174, Byte), CType(158, Byte), CType(41, Byte), CType(140, Byte), CType(35, Byte), CType(240, Byte), CType(17, Byte), CType(79, Byte), CType(114, Byte), CType(122, Byte), CType(179, Byte), CType(184, Byte), CType(241, Byte), CType(212, Byte), CType(225, Byte), CType(80, Byte), CType(113, Byte), CType(227, Byte), CType(200, Byte), CType(173, Byte), CType(238, Byte), CType(251, Byte), CType(235, Byte), CType(93, Byte), CType(226, Byte), CType(250, Byte), CType(109, Byte), CType(162, Byte), CType(95, Byte), CType(137, Byte), CType(123, Byte), CType(141, Byte), CType(169, Byte), CType(180, Byte), CType(233, Byte), CType(168, Byte), CType(211, Byte), CType(46, Byte), CType(206, Byte), CType(171, Byte), CType(24, Byte), CType(147, Byte), CType(27, Byte), CType(107, Byte), CType(42, Byte), CType(227, Byte), CType(56, Byte), CType(190, Byte), CType(46, Byte), CType(142, Byte), CType(88, Byte), CType(174, Byte), CType(243, Byte), CType(201, Byte), CType(151, Byte), CType(43, Byte), CType(188, Byte), CType(91, Byte), CType(92, Byte), CType(255, Byte), CType(57, Byte), CType(165, Byte), CType(158, Byte), CType(179, Byte), CType(175, Byte), CType(17, Byte), CType(215, Byte), CType(207, Byte), CType(92, Byte), CType(196, Byte), CType(90, Byte), CType(229, Byte), CType(23, Byte), CType(226, Byte), CType(250, Byte), CType(27, Byte), CType(135, Byte), CType(75, Byte), CType(101, Byte), CType(96, Byte), CType(156, Byte), CType(238, Byte), CType(51, Byte), CType(83, Byte), CType(151, Byte), CType(76, Byte), CType(248, Byte), CType(48, Byte), CType(137, Byte), CType(19, Byte), CType(71, Byte), CType(214, Byte), CType(93, Byte), CType(34, Byte), CType(46, Byte), CType(28, Byte), CType(130, Byte), CType(190, Byte), CType(131, Byte), CType(196, Byte), CType(213, Byte), CType(47, Byte), CType(135, Byte), CType(85, Byte), CType(228, Byte), CType(114, Byte), CType(113, Byte), CType(227, Byte), CType(74, Byte), CType(233, Byte), CType(153, Byte), CType(226, Byte), CType(250, Byte), CType(175, Byte), CType(219, Byte), CType(234, Byte), CType(114, Byte), CType(186, Byte), CType(184, Byte), CType(49, Byte), CType(165, Byte), CType(242, Byte), CType(108, Byte), CType(119, Byte), CType(159, Byte), CType(0, Byte), CType(192, Byte), CType(184, Byte), CType(216, Byte), CType(70, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(186, Byte), CType(104, Byte), CType(94, Byte), CType(189, Byte), CType(199, Byte), CType(121, Byte), CType(252, Byte), CType(71, Byte), CType(238, Byte), CType(43, Byte), CType(3, Byte), CType(155, Byte), CType(8, Byte), CType(153, Byte), CType(188, Byte), CType(94, Byte), CType(220, Byte), CType(184, Byte), CType(82, Byte), CType(249, Byte), CType(166, Byte), CType(184, Byte), CType(126, Byte), CType(115, Byte), CType(137, Byte), CType(167, Byte), CType(198, Byte), CType(184, Byte), CType(113, Byte), CType(165, Byte), CType(18, Byte), CType(79, Byte), CType(196, Byte), CType(114, Byte), CType(253, Byte), CType(98, Byte), CType(118, Byte), CType(206, Byte), CType(16, Byte), CType(87, Byte), CType(223, Byte), CType(84, Byte), CType(198, Byte), CType(61, Byte), CType(15, Byte), CType(155, Byte), CType(234, Byte), CType(15, Byte), CType(226, Byte), CType(234, Byte), CType(153, Byte), CType(66, Byte), CType(238, Byte), CType(192, Byte), CType(199, Byte), CType(58, Byte), CType(242, Byte), CType(5, Byte), CType(113, Byte), CType(99, Byte), CType(169, Byte), CType(195, Byte), CType(159, Byte), CType(100, Byte), CType(177, Byte), CType(184, Byte), CType(177, Byte), CType(228, Byte), CType(86, Byte), CType(247, Byte), CType(253, Byte), CType(245, Byte), CType(88, Byte), CType(113, Byte), CType(253, Byte), CType(54, Byte), CType(77, Byte), CType(204, Byte), CType(145, Byte), CType(58, Byte), CType(3, Byte), CType(31, Byte), CType(241, Byte), CType(196, Byte), CType(158, Byte), CType(54, Byte), CType(29, Byte), CType(117, Byte), CType(218, Byte), CType(197, Byte), CType(121, Byte), CType(117, Byte), CType(15, Byte), CType(113, Byte), CType(99, Byte), CType(77, Byte), CType(229, Byte), CType(95, Byte), CType(178, Byte), CType(137, Byte), CType(184, Byte), CType(190, Byte), CType(235, Byte), CType(16, Byte), CType(175, Byte), CType(39, Byte), CType(130, Byte), CType(192, Byte), CType(110, Byte), CType(44, Byte), CType(41, Byte), CType(197, Byte), CType(19, Byte), CType(76, Byte), CType(111, Byte), CType(35, Byte), CType(110, Byte), CType(12, Byte), CType(57, Byte), CType(165, Byte), CType(158, Byte), CType(179, Byte), CType(59, Byte), CType(139, Byte), CType(235, Byte), CType(103, Byte), CType(174, Byte), CType(30, Byte), CType(36, Byte), CType(174, Byte), CType(191, Byte), CType(113, Byte), CType(56, Byte), CType(78, Byte), CType(6, Byte), CType(198, Byte), CType(232, Byte), CType(62, Byte), CType(47, Byte), CType(117, Byte), CType(201, Byte), CType(132, Byte), CType(15, Byte), CType(148, Byte), CType(56, Byte), CType(28, Byte), CType(89, Byte), CType(55, Byte), CType(156, Byte), CType(19, Byte), CType(197, Byte), CType(213, Byte), CType(47, Byte), CType(151, Byte), CType(35, Byte), CType(197, Byte), CType(141, Byte), CType(43, Byte), CType(165, Byte), CType(43, Byte), CType(101, Byte), CType(115, Byte), CType(113, Byte), CType(253, Byte), CType(215, Byte), CType(37, Byte), CType(158, Byte), CType(34, Byte), CType(245, Byte), CType(41, Byte), CType(113, Byte), CType(227, Byte), CType(73, Byte), CType(105, Byte), CType(43, Byte), CType(119, Byte), CType(159, Byte), CType(0, Byte), CType(192, Byte), CType(184, Byte), CType(216, Byte), CType(70, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(186, Byte), CType(104, Byte), CType(222, Byte), CType(146, Byte), CType(165, Byte), CType(239, Byte), CType(19, Byte), CType(247, Byte), CType(229, Byte), CType(127, Byte), CType(42, Byte), CType(127, Byte), CType(151, Byte), CType(113, Byte), CType(28, Byte), CType(171, Byte), CType(21, Byte), CType(155, Byte), CType(240, Byte), CType(127, Byte), CType(17, Byte), CType(55, Byte), CType(166, Byte), CType(84, Byte), CType(226, Byte), CType(233, Byte), CType(41, Byte), CType(174, Byte), CType(239, Byte), CType(28, Byte), CType(226, Byte), CType(88, Byte), CType(192, Byte), CType(27, Byte), CType(196, Byte), CType(141, Byte), CType(43, Byte), CType(149, Byte), CType(77, Byte), CType(197, Byte), CType(245, Byte), CType(141, Byte), CType(225, Byte), CType(197, Byte), CType(60, Byte), CType(140, Byte), CType(0, Byte), CType(128, Byte), CType(171, Byte), CType(111, Byte), CType(42, Byte), CType(117, Byte), CType(60, Byte), CType(117, Byte), CType(161, Byte), CType(237, Byte), CType(54, Byte), CType(22, Byte), CType(87, Byte), CType(203, Byte), CType(20, Byte), CType(34, Byte), CType(76, Byte), CType(146, Byte), CType(43, Byte), CType(240, Byte), CType(17, Byte), CType(79, Byte), CType(199, Byte), CType(216, Byte), CType(79, Byte), CType(226, Byte), CType(169, Byte), CType(20, Byte), CType(110, Byte), CType(44, Byte), CType(117, Byte), CType(137, Byte), CType(167, Byte), CType(164, Byte), CType(184, Byte), CType(241, Byte), CType(228, Byte), CType(150, Byte), CType(227, Byte), CType(254, Byte), CType(186, Byte), CType(157, Byte), CType(184, Byte), CType(190, Byte), CType(155, Byte), CType(230, Byte), CType(81, Byte), CType(226, Byte), CType(94, Byte), CType(95, Byte), CType(42, Byte), CType(103, Byte), CType(137, Byte), CType(235, Byte), CType(183, Byte), CType(137, Byte), CType(186, Byte), CType(60, Byte), CType(175, Byte), CType(78, Byte), CType(19, Byte), CType(55, Byte), CType(222, Byte), CType(84, Byte), CType(190, Byte), CType(45, Byte), CType(171, Byte), CType(138, Byte), CType(235, Byte), CType(59, Byte), CType(165, Byte), CType(123, Byte), CType(73, Byte), CType(172, Byte), CType(63, Byte), CType(221, Byte), CType(24, Byte), CType(82, Byte), CType(219, Byte), CType(77, Byte), CType(220, Byte), CType(24, Byte), CType(114, Byte), CType(74, Byte), CType(61, Byte), CType(103, Byte), CType(99, Byte), CType(125, Byte), CType(185, Byte), CType(134, Byte), CType(184, Byte), CType(190, Byte), CType(82, Byte), CType(136, Byte), CType(128, Byte), CType(145, Byte), CType(235, Byte), CType(55, Byte), CType(183, Byte), CType(3, Byte), CType(100, Byte), CType(96, Byte), CType(124, Byte), CType(238, Byte), CType(243, Byte), CType(82, Byte), CType(151, Byte), CType(76, Byte), CType(248, Byte), CType(80, Byte), CType(201, Byte), CType(84, Byte), CType(28, Byte), CType(89, Byte), CType(55, Byte), CType(188, Byte), CType(171, Byte), CType(36, Byte), CType(158, Byte), CType(172, Byte), CType(228, Byte), CType(234, Byte), CType(152, Byte), CType(195, Byte), CType(206, Byte), CType(226, Byte), CType(198, Byte), CType(149, Byte), CType(218, Byte), CType(47, Byte), CType(101, Byte), CType(109, Byte), CType(113, Byte), CType(99, Byte), CType(72, Byte), CType(45, Byte), CType(234, Byte), CType(249, Byte), CType(81, Byte), CType(113, Byte), CType(227, Byte), CType(72, Byte), CType(233, Byte), CType(50, Byte), CType(119, Byte), CType(143, Byte), CType(0, Byte), CType(192, Byte), CType(56, Byte), CType(217, Byte), CType(70, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(186, Byte), CType(104, Byte), CType(94, Byte), CType(47, Byte), CType(132, Byte), CType(228, Byte), CType(190, Byte), CType(252, Byte), CType(79, Byte), CType(41, Byte), CType(126, Byte), CType(197, Byte), CType(255, Byte), CType(68, Byte), CType(25, Byte), CType(216, Byte), CType(76, Byte), CType(168, Byte), CType(201, Byte), CType(234, Byte), CType(242, Byte), CType(117, Byte), CType(113, Byte), CType(99, Byte), CType(73, Byte), CType(233, Byte), CType(193, Byte), CType(226, Byte), CType(250, Byte), CType(207, Byte), CType(225, Byte), CType(1, Byte), CType(226, Byte), CType(198, Byte), CType(148, Byte), CType(202, Byte), CType(184, Byte), CType(143, Byte), CType(229, Byte), CType(107, Byte), CType(139, Byte), CType(216, Byte), CType(0, Byte), CType(117, Byte), CType(245, Byte), CType(77, Byte), CType(169, Byte), CType(174, Byte), CType(167, Byte), CType(46, Byte), CType(180, Byte), CType(217, Byte), CType(62, Byte), CType(226, Byte), CType(106, Byte), CType(153, Byte), CType(194, Byte), CType(217, Byte), CType(226, Byte), CType(250, Byte), CType(76, Byte), CType(105, Byte), CType(45, Byte), CType(121, Byte), CType(166, Byte), CType(252, Byte), CType(86, Byte), CType(220, Byte), CType(24, Byte), CType(234, Byte), CType(20, Byte), CType(225, Byte), CType(88, Byte), CType(55, Byte), CType(166, Byte), CType(113, Byte), CType(168, Byte), CType(251, Byte), CType(254, Byte), CType(138, Byte), CType(250, Byte), CType(186, Byte), CType(126, Byte), CType(155, Byte), CType(232, Byte), CType(29, Byte), CType(226, Byte), CType(94, Byte), CType(99, Byte), CType(42, Byte), CType(31, Byte), CType(18, Byte), CType(215, Byte), CType(111, Byte), CType(19, Byte), CType(117, Byte), CType(121, Byte), CType(94, Byte), CType(61, Byte), CType(65, Byte), CType(220, Byte), CType(152, Byte), CType(83, Byte), CType(250, Byte), CType(140, Byte), CType(172, Byte), CType(38, Byte), CType(174, Byte), CType(255, Byte), CType(20, Byte), CType(158, Byte), CType(44, Byte), CType(255, Byte), CType(22, Byte), CType(215, Byte), CType(119, Byte), CType(106, Byte), CType(165, Byte), CType(204, Byte), CType(251, Byte), CType(212, Byte), CType(115, Byte), CType(246, Byte), CType(199, Byte), CType(226, Byte), CType(250, Byte), CType(73, Byte), CType(101, Byte), CType(11, Byte), CType(169, Byte), CType(59, Byte), CType(172, Byte), CType(63, Byte), CType(140, Byte), CType(123, Byte), CType(202, Byte), CType(192, Byte), CType(248, Byte), CType(220, Byte), CType(231, Byte), CType(165, Byte), CType(46, Byte), CType(153, Byte), CType(240, Byte), CType(193, Byte), CType(146, Byte), CType(201, Byte), CType(56, Byte), CType(178, Byte), CType(110, Byte), CType(246, Byte), CType(238, Byte), CType(33, Byte), CType(174, Byte), CType(150, Byte), CType(57, Byte), CType(196, Byte), CType(147, Byte), CType(143, Byte), CType(126, Byte), CType(45, Byte), CType(110, Byte), CType(92, Byte), CType(169, Byte), CType(253, Byte), CType(84, Byte), CType(214, Byte), CType(23, Byte), CType(55, Byte), CType(142, Byte), CType(84, Byte), CType(34, Byte), CType(76, Byte), CType(245, Byte), CType(85, Byte), CType(113, Byte), CType(253, Byte), CType(167, Byte), CType(118, Byte), CType(172, Byte), CType(187, Byte), CType(71, Byte), CType(0, Byte), CType(96, Byte), CType(156, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(93, Byte), CType(53, Byte), CType(111, Byte), CType(201, Byte), CType(210, Byte), CType(31, Byte), CType(136, Byte), CType(219, Byte), CType(0, Byte), CType(72, Byte), CType(237, Byte), CType(171, Byte), CType(178, Byte), CType(157, Byte), CType(12, Byte), CType(108, Byte), CType(42, Byte), CType(36, Byte), CType(180, Byte), CType(189, Byte), CType(212, Byte), CType(125, Byte), CType(228, Byte), CType(76, Byte), CType(184, Byte), CType(72, Byte), CType(230, Byte), CType(139, Byte), CType(27, Byte), CType(67, Byte), CType(14, Byte), CType(175, Byte), CType(22, Byte), CType(55, Byte), CType(174, Byte), CType(84, Byte), CType(62, Byte), CType(45, Byte), CType(174, Byte), CType(95, Byte), CType(204, Byte), CType(206, Byte), CType(91, Byte), CType(196, Byte), CType(213, Byte), CType(55, Byte), CType(149, Byte), CType(56, Byte), CType(30, Byte), CType(178, Byte), CType(206, Byte), CType(167, Byte), CType(46, Byte), CType(180, Byte), CType(213, Byte), CType(7, Byte), CType(196, Byte), CType(213, Byte), CType(51, Byte), CType(133, Byte), CType(186, Byte), CType(54, Byte), CType(190, Byte), CType(111, Byte), CType(47, Byte), CType(79, Byte), CType(151, Byte), CType(207, Byte), CType(203, Byte), CType(53, Byte), CType(226, Byte), CType(250, Byte), CType(174, Byte), CType(219, Byte), CType(169, Byte), CType(18, Byte), CType(65, Byte), CType(82, Byte), CType(55, Byte), CType(190, Byte), CType(113, Byte), CType(168, Byte), CType(251, Byte), CType(254, Byte), CType(58, Byte), CType(92, Byte), CType(92, Byte), CType(191, Byte), CType(77, Byte), CType(244, Byte), CType(35, Byte), CType(113, Byte), CType(175, Byte), CType(49, Byte), CType(149, Byte), CType(54, Byte), CType(29, Byte), CType(117, Byte), CType(218, Byte), CType(229, Byte), CType(121, Byte), CType(21, Byte), CType(79, Byte), CType(137, Byte), CType(139, Byte), CType(167, Byte), CType(115, Byte), CType(185, Byte), CType(113, Byte), CType(167, Byte), CType(20, Byte), CType(71, Byte), CType(239, Byte), CType(222, Byte), CType(89, Byte), CType(220, Byte), CType(24, Byte), CType(70, Byte), CType(181, Byte), CType(185, Byte), CType(228, Byte), CType(60, Byte), CType(194, Byte), CType(51, Byte), CType(214, Byte), CType(154, Byte), CType(165, Byte), CType(188, Byte), CType(31, Byte), CType(166, Byte), CType(158, Byte), CType(179, Byte), CType(135, Byte), CType(136, Byte), CType(235, Byte), CType(39, Byte), CType(165, Byte), CType(186, Byte), CType(195, Byte), CType(151, Byte), CType(43, Byte), CType(19, Byte), CType(255, Byte), CType(29, Byte), CType(181, Byte), CType(79, Byte), CType(23, Byte), CType(115, Byte), CType(159, Byte), CType(149, Byte), CType(186, Byte), CType(100, Byte), CType(194, Byte), CType(135, Byte), CType(75, Byte), CType(38, Byte), CType(227, Byte), CType(200, Byte), CType(186, Byte), CType(217, Byte), CType(123, Byte), CType(161, Byte), CType(184, Byte), CType(90, Byte), CType(230, Byte), CType(242, Byte), CType(127, Byte), CType(226, Byte), CType(198, Byte), CType(85, Byte), CType(135, Byte), CType(139, Byte), CType(229, Byte), CType(145, Byte), CType(226, Byte), CType(198, Byte), CType(49, Byte), CType(87, Byte), CType(123, Byte), CType(201, Byte), CType(159, Byte), CType(197, Byte), CType(245, Byte), CType(91, Byte), CType(135, Byte), CType(253, Byte), CType(221, Byte), CType(61, Byte), CType(2, Byte), CType(0, Byte), CType(227, Byte), CType(100, Byte), CType(27, Byte), CType(1, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(232, Byte), CType(170, Byte), CType(121, Byte), CType(75, Byte), CType(150, Byte), CType(62, Byte), CType(90, Byte), CType(220, Byte), CType(38, Byte), CType(64, Byte), CType(29, Byte), CType(226, Byte), CType(88, Byte), CType(167, Byte), CType(120, Byte), CType(218, Byte), CType(82, Byte), CType(60, Byte), CType(53, Byte), CType(32, Byte), CType(158, Byte), CType(74, Byte), CType(50, Byte), CType(176, Byte), CType(193, Byte), CType(48, Byte), CType(162, Byte), CType(56, Byte), CType(166, Byte), CType(228, Byte), CType(24, Byte), CType(89, Byte), CType(46, Byte), CType(174, Byte), CType(223, Byte), CType(212, Byte), CType(150, Byte), CType(138, Byte), CType(27, Byte), CType(71, Byte), CType(46, Byte), CType(39, Byte), CType(138, Byte), CType(27, Byte), CType(87, Byte), CType(42, Byte), CType(207, Byte), CType(19, Byte), CType(215, Byte), CType(47, Byte), CType(102, Byte), CType(231, Byte), CType(100, Byte), CType(113, Byte), CType(245, Byte), CType(77, Byte), CType(165, Byte), CType(238, Byte), CType(167, Byte), CType(46, Byte), CType(180, Byte), CType(213, Byte), CType(47, Byte), CType(197, Byte), CType(213, Byte), CType(51, Byte), CType(133, Byte), CType(185, Byte), CType(4, Byte), CType(62, Byte), CType(226, Byte), CType(72, Byte), CType(202, Byte), CType(216, Byte), CType(172, Byte), CType(191, Byte), CType(159, Byte), CType(236, Byte), CType(37, Byte), CType(111, Byte), CType(144, Byte), CType(227, Byte), CType(229, Byte), CType(2, Byte), CType(113, Byte), CType(125, Byte), CType(229, Byte), CType(244, Byte), CType(87, Byte), CType(137, Byte), CType(35, Byte), CType(255, Byte), CType(220, Byte), CType(184, Byte), CType(199, Byte), CType(165, Byte), CType(238, Byte), CType(251, Byte), CType(235, Byte), CType(169, Byte), CType(226, Byte), CType(250, Byte), CType(109, Byte), CType(154, Byte), CType(8, Byte), CType(99, Byte), CType(112, Byte), CType(212, Byte), CType(233, Byte), CType(240, Byte), CType(186, Byte), CType(62, Byte), CType(175, Byte), CType(30, Byte), CType(38, Byte), CType(110, Byte), CType(220, Byte), CType(169, Byte), CType(93, Byte), CType(47, Byte), CType(241, Byte), CType(132, Byte), CType(184, Byte), CType(185, Byte), CType(6, Byte), CType(158, Byte), CType(118, Byte), CType(148, Byte), CType(143, Byte), CType(201, Byte), CType(50, Byte), CType(113, Byte), CType(253, Byte), CType(212, Byte), CType(225, Byte), CType(114, Byte), CType(185, Byte), CType(163, Byte), CType(184, Byte), CType(241, Byte), CType(140, Byte), CType(67, Byte), CType(234, Byte), CType(57, Byte), CType(187, Byte), CType(135, Byte), CType(184, Byte), CType(126, Byte), CType(82, Byte), CType(186, Byte), CType(141, Byte), CType(92, Byte), CType(38, Byte), CType(174, Byte), CType(255, Byte), CType(28, Byte), CType(78, Byte), CType(18, Byte), CType(55, Byte), CType(46, Byte), CType(251, Byte), CType(89, Byte), CType(169, Byte), CType(75, Byte), CType(38, Byte), CType(124, Byte), CType(192, Byte), CType(100, Byte), CType(133, Byte), CType(186, Byte), CType(142, Byte), CType(172, Byte), CType(251, Byte), CType(151, Byte), CType(156, Byte), CType(53, Byte), CType(70, Byte), CType(87, Byte), CType(138, Byte), CType(27, Byte), CType(87, Byte), CType(42, Byte), CType(199, Byte), CType(138, Byte), CType(171, Byte), CType(103, Byte), CType(46, Byte), CType(171, Byte), CType(202, Byte), CType(111, Byte), CType(197, Byte), CType(141, Byte), CType(173, Byte), CType(46, Byte), CType(167, Byte), CType(200, Byte), CType(163, Byte), CType(101, Byte), CType(53, Byte), CType(113, Byte), CType(99, Byte), CType(26, Byte), CType(214, Byte), CType(234, Byte), CType(178, Byte), CType(143, Byte), CType(156, Byte), CType(42, Byte), CType(174, Byte), CType(159, Byte), CType(58, Byte), CType(109, Byte), CType(227, Byte), CType(238, Byte), CType(17, Byte), CType(0, Byte), CType(24, Byte), CType(39, Byte), CType(219, Byte), CType(8, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(151, Byte), CType(205, Byte), CType(91, Byte), CType(178, Byte), CType(244, Byte), CType(59, Byte), CType(226, Byte), CType(54, Byte), CType(2, Byte), CType(234, Byte), CType(20, Byte), CType(79, Byte), CType(163, Byte), CType(57, Byte), CType(69, Byte), CType(226, Byte), CType(87, Byte), CType(221, Byte), CType(79, Byte), CType(147, Byte), CType(7, Byte), CType(201, Byte), CType(38, Byte), CType(50, Byte), CType(176, Byte), CType(233, Byte), CType(48, Byte), CType(69, Byte), CType(252, Byte), CType(51, Byte), CType(241, Byte), CType(207, Byte), CType(198, Byte), CType(211, Byte), CType(77, Byte), CType(62, Byte), CType(42, Byte), CType(231, Byte), CType(139, Byte), CType(251, Byte), CType(251, Byte), CType(117, Byte), CType(185, Byte), CType(90, Byte), CType(214, Byte), CType(23, Byte), CType(55, Byte), CType(182, Byte), CType(28, Byte), CType(226, Byte), CType(137, Byte), CType(11, Byte), CType(87, Byte), CType(138, Byte), CType(27, Byte), CType(91, Byte), CType(42, Byte), CType(219, Byte), CType(138, Byte), CType(235, Byte), CType(27, Byte), CType(195, Byte), CType(91, Byte), CType(32, Byte), CType(215, Byte), CType(137, Byte), CType(171, Byte), CType(111, Byte), CType(42, Byte), CType(49, Byte), CType(15, Byte), CType(226, Byte), CType(233, Byte), CType(27, Byte), CType(77, Byte), CType(115, Byte), CType(128, Byte), CType(184, Byte), CType(154, Byte), CType(229, Byte), CType(16, Byte), CType(155, Byte), CType(171, Byte), CType(55, Byte), CType(137, Byte), CType(171, Byte), CType(103, Byte), CType(10, Byte), CType(231, Byte), CType(137, Byte), CType(123, Byte), CType(205, Byte), CType(78, Byte), CType(60, Byte), CType(25, Byte), CType(46, Byte), CType(92, Byte), CType(37, Byte), CType(255, Byte), CType(20, Byte), CType(247, Byte), CType(247, Byte), CType(74, Byte), CType(16, Byte), CType(239, Byte), CType(121, Byte), CType(113, Byte), CType(204, Byte), CType(169, Byte), CType(171, Byte), CType(231, Byte), CType(184, Byte), CType(228, Byte), CType(184, Byte), CType(191, Byte), CType(226, Byte), CType(120, Byte), CType(37, Byte), CType(215, Byte), CType(119, Byte), CType(211, Byte), CType(60, Byte), CType(80, Byte), CType(220, Byte), CType(235, Byte), CType(75, Byte), CType(165, Byte), CType(77, Byte), CType(71, Byte), CType(157, Byte), CType(50, Byte), CType(175, Byte), CType(122, Byte), CType(38, Byte), CType(196, Byte), CType(141, Byte), CType(189, Byte), CType(46, Byte), CType(167, Byte), CType(201, Byte), CType(193, Byte), CType(18, Byte), CType(193, Byte), CType(251, Byte), CType(8, Byte), CType(62, Byte), CType(77, Byte), CType(119, Byte), CType(180, Byte), CType(93, Byte), CType(132, Byte), CType(65, Byte), CType(239, Byte), CType(33, Byte), CType(17, Byte), CType(40, Byte), CType(141, Byte), CType(39, Byte), CType(243, Byte), CType(197, Byte), CType(251, Byte), CType(167, Byte), CType(251, Byte), CType(123, Byte), CType(117, Byte), CType(138, Byte), CType(208, Byte), CType(96, Byte), CType(73, Byte), CType(71, Byte), CType(198, Byte), CType(166, Byte), CType(158, Byte), CType(179, Byte), CType(241, Byte), CType(131, Byte), CType(132, Byte), CType(117, Byte), CType(196, Byte), CType(245, Byte), CType(149, Byte), CType(90, Byte), CType(28, Byte), CType(193, Byte), CType(234, Byte), CType(198, Byte), CType(144, Byte), CType(195, Byte), CType(235, Byte), CType(197, Byte), CType(141, Byte), CType(201, Byte), CType(126, Byte), CType(78, Byte), CType(234, Byte), CType(146, Byte), CType(9, Byte), CType(31, Byte), CType(54, Byte), CType(9, Byte), CType(117, Byte), CType(30, Byte), CType(89, Byte), CType(23, Byte), CType(79, Byte), CType(28, Byte), CType(114, Byte), CType(125, Byte), CType(230, Byte), CType(242, Byte), CType(102, Byte), CType(113, Byte), CType(227, Byte), CType(74, Byte), CType(37, Byte), CType(234, Byte), CType(230, Byte), CType(250, Byte), CType(205, Byte), CType(233, Byte), CType(225, Byte), CType(226, Byte), CType(198, Byte), CType(86, Byte), CType(183, Byte), CType(191, Byte), CType(75, Byte), CType(4, Byte), CType(189, Byte), CType(94, Byte), CType(32, Byte), CType(15, Byte), CType(150, Byte), CType(13, Byte), CType(37, Byte), CType(142, Byte), CType(211, Byte), CType(115, Byte), CType(99, Byte), CType(12, Byte), CType(235, Byte), CType(201, Byte), CType(46, Byte), CType(242, Byte), CType(34, Byte), CType(57, Byte), CType(78, Byte), CType(174, Byte), CType(18, Byte), CType(247, Byte), CType(119, Byte), CType(235, Byte), CType(22, Byte), CType(227, Byte), CType(158, Byte), CType(239, Byte), CType(238, Byte), CType(17, Byte), CType(0, Byte), CType(24, Byte), CType(39, Byte), CType(219, Byte), CType(8, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(151, Byte), CType(205, Byte), CType(91, Byte), CType(178, Byte), CType(244, Byte), CType(110, Byte), CType(114, Byte), CType(163, Byte), CType(184, Byte), CType(205, Byte), CType(128, Byte), CType(113, Byte), CType(136, Byte), CType(77, Byte), CType(255, Byte), CType(75, Byte), CType(37, Byte), CType(54, Byte), CType(80, Byte), CType(35, Byte), CType(200, Byte), CType(116, Byte), CType(241, Byte), CType(173, Byte), CType(109, Byte), CType(117, Byte), CType(63, Byte), CType(149, Byte), CType(98, Byte), CType(24, Byte), CType(47, Byte), CType(149, Byte), CType(129, Byte), CType(141, Byte), CType(145, Byte), CType(140, Byte), CType(226, Byte), CType(90, Byte), CType(185, Byte), CType(113, Byte), CType(165, Byte), CType(114, Byte), CType(133, Byte), CType(140, Byte), CType(243, Byte), CType(88, Byte), CType(190, Byte), CType(182, Byte), CType(136, Byte), CType(167, Byte), CType(242, Byte), CType(184, Byte), CType(250, Byte), CType(98, Byte), CType(201, Byte), CType(210, Byte), CType(191, Byte), CType(136, Byte), CType(171, Byte), CType(89, Byte), CType(14, Byte), CType(187, Byte), CType(139, Byte), CType(27, Byte), CType(19, Byte), CType(188, Byte), CType(216, Byte), CType(64, Byte), CType(47, Byte), CType(105, Byte), CType(83, Byte), CType(127, Byte), CType(133, Byte), CType(186, Byte), CType(239, Byte), CType(175, Byte), CType(113, Byte), CType(206, Byte), CType(209, Byte), CType(212, Byte), CType(14, Byte), CType(18, Byte), CType(247, Byte), CType(26, Byte), CType(83, Byte), CType(105, Byte), CType(211, Byte), CType(81, Byte), CType(167, Byte), CType(204, Byte), CType(171, Byte), CType(158, Byte), CType(117, Byte), CType(37, Byte), CType(198, Byte), CType(234, Byte), CType(94, Byte), CType(67, Byte), CType(46, Byte), CType(241, Byte), CType(212, Byte), CType(164, Byte), CType(8, Byte), CType(50, Byte), CType(197, Byte), CType(19, Byte), CType(237, Byte), CType(98, Byte), CType(44, Byte), CType(17, Byte), CType(184, Byte), CType(116, Byte), CType(255, Byte), CType(92, Byte), CType(78, Byte), CType(17, Byte), CType(146, Byte), CType(125, Byte), CType(188, Byte), CType(184, Byte), CType(154, Byte), CType(141, Byte), CType(75, Byte), CType(234, Byte), CType(57, Byte), CType(251, Byte), CType(43, Byte), CType(113, Byte), CType(253, Byte), CType(212, Byte), CType(33, Byte), CType(130, Byte), CType(251, Byte), CType(117, Byte), CType(62, Byte), CType(97, Byte), CType(113, Byte), CType(38, Byte), CType(187, Byte), CType(136, Byte), CType(27, Byte), CType(147, Byte), CType(253, Byte), CType(156, Byte), CType(212, Byte), CType(37, Byte), CType(19, Byte), CType(62, Byte), CType(124, Byte), CType(18, Byte), CType(234, Byte), CType(58, Byte), CType(178, Byte), CType(46, Byte), CType(158, Byte), CType(252, Byte), CType(51, Byte), CType(83, Byte), CType(240, Byte), CType(37, Byte), CType(135, Byte), CType(186, Byte), CType(158, Byte), CType(84, Byte), CType(53, Byte), CType(217, Byte), CType(157, Byte), CType(196, Byte), CType(245, Byte), CType(157, Byte), CType(211, Byte), CType(81, Byte), CType(226, Byte), CType(198, Byte), CType(150, Byte), CType(219, Byte), CType(141, Byte), CType(242, Byte), CType(87, Byte), CType(185, Byte), CType(72, Byte), CType(126, Byte), CType(39, Byte), CType(23, Byte), CType(200, Byte), CType(229, Byte), CType(114, Byte), CType(131, Byte), CType(184, Byte), CType(127, Byte), CType(126, Byte), CType(28, Byte), CType(142, Byte), CType(119, Byte), CType(247, Byte), CType(7, Byte), CType(0, Byte), CType(140, Byte), CType(155, Byte), CType(109, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(160, Byte), CType(235, Byte), CType(230, Byte), CType(45, Byte), CType(89, Byte), CType(250, Byte), CType(58, Byte), CType(113, Byte), CType(155, Byte), CType(1, Byte), CType(232, Byte), CType(251, Byte), CType(153, Byte), CType(172, Byte), CType(42, Byte), CType(3, Byte), CType(27, Byte), CType(35, Byte), CType(25, Byte), CType(237, Byte), CType(47, Byte), CType(110, Byte), CType(108, Byte), CType(169, Byte), CType(124, Byte), CType(69, Byte), CType(92, Byte), CType(191, Byte), CType(152, Byte), CType(157, Byte), CType(87, Byte), CType(136, Byte), CType(171, Byte), CType(47, Byte), CType(150, Byte), CType(44, Byte), CType(61, Byte), CType(86, Byte), CType(92, Byte), CType(205, Byte), CType(114, Byte), CType(136, Byte), CType(167, Byte), CType(134, Byte), CType(184, Byte), CType(49, Byte), CType(97, Byte), CType(80, Byte), CType(4, Byte), CType(11, Byte), CType(74, Byte), CType(12, Byte), CType(57, Byte), CType(133, Byte), CType(186, Byte), CType(239, Byte), CType(175, Byte), CType(113, Byte), CType(206, Byte), CType(209, Byte), CType(212, Byte), CType(226, Byte), CType(184, Byte), CType(88, Byte), CType(247, Byte), CType(26, Byte), CType(83, Byte), CType(105, Byte), CType(211, Byte), CType(81, Byte), CType(167, Byte), CType(204, Byte), CType(171, Byte), CType(190, Byte), CType(8, Byte), CType(208, Byte), CType(228, Byte), CType(60, Byte), CType(14, Byte), CType(174, Byte), CType(116, Byte), CType(17, Byte), CType(114, Byte), CType(122, Byte), CType(138, Byte), CType(184, Byte), CType(90, Byte), CType(141, Byte), CType(83, Byte), CType(234, Byte), CType(57, Byte), CType(251, Byte), CType(17, Byte), CType(113, Byte), CType(253, Byte), CType(212, Byte), CType(229, Byte), CType(193, Byte), CType(226, Byte), CType(198, Byte), CType(81, Byte), CType(167, Byte), CType(152, Byte), CType(215, Byte), CType(107, Byte), CType(138, Byte), CType(27, Byte), CType(143, Byte), CType(253, Byte), CType(140, Byte), CType(212, Byte), CType(37, Byte), CType(19, Byte), CType(62, Byte), CType(32, Byte), CType(83, Byte), CType(87, Byte), CType(16, Byte), CType(104, Byte), CType(153, Byte), CType(108, Byte), CType(39, Byte), CType(174, Byte), CType(207, Byte), CType(156, Byte), CType(54, Byte), CType(18, Byte), CType(55, Byte), CType(190, Byte), CType(148, Byte), CType(158, Byte), CType(38, Byte), CType(174, Byte), CType(239, Byte), CType(156, Byte), CType(22, Byte), CType(203, Byte), CType(185, Byte), CType(226, Byte), CType(198, Byte), CType(135, Byte), CType(170, Byte), CType(23, Byte), CType(185, Byte), CType(251, Byte), CType(3, Byte), CType(0, Byte), CType(198, Byte), CType(205, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(208, Byte), CType(117, Byte), CType(243, Byte), CType(122, Byte), CType(191, Byte), CType(172, Byte), CType(174, Byte), CType(123, Byte), CType(67, Byte), CType(180, Byte), CType(201, Byte), CType(254, Byte), CType(46, Byte), CType(155, Byte), CType(203, Byte), CType(192, Byte), CType(166, Byte), CType(72, Byte), CType(102, Byte), CType(159, Byte), CType(17, Byte), CType(55, Byte), CType(190, Byte), CType(84, Byte), CType(98, Byte), CType(211, Byte), CType(204, Byte), CType(245, Byte), CType(139, Byte), CType(217, Byte), CType(57, Byte), CType(65, Byte), CType(92, Byte), CType(125, Byte), CType(177, Byte), CType(100, Byte), CType(233, Byte), CType(139, Byte), CType(196, Byte), CType(213, Byte), CType(44, Byte), CType(135, Byte), CType(56, Byte), CType(46, Byte), CType(211, Byte), CType(141, Byte), CType(9, Byte), CType(85, Byte), CType(241, Byte), CType(68, Byte), CType(189, Byte), CType(251, Byte), CType(136, Byte), CType(171, Byte), CType(97, Byte), CType(9, Byte), CType(234, Byte), CType(190, Byte), CType(191, Byte), CType(94, Byte), CType(40, Byte), CType(174, Byte), CType(223, Byte), CType(166, Byte), CType(137, Byte), CType(255, Byte), CType(174, Byte), CType(199, Byte), CType(209, Byte), CType(136, Byte), CType(238, Byte), CType(53, Byte), CType(166, Byte), CType(178, Byte), CType(157, Byte), CType(184, Byte), CType(190, Byte), CType(155, Byte), CType(136, Byte), CType(121, Byte), CType(85, Byte), CType(181, Byte), CType(159, Byte), CType(184, Byte), CType(215, Byte), CType(209, Byte), CType(53, Byte), CType(17, Byte), CType(114, Byte), CType(122, Byte), CType(150, Byte), CType(184, Byte), CType(26, Byte), CType(141, Byte), CType(91, Byte), CType(234, Byte), CType(57, Byte), CType(27, Byte), CType(199, Byte), CType(2, Byte), CType(186, Byte), CType(126, Byte), CType(234, Byte), CType(244, Byte), CType(37, Byte), CType(113, Byte), CType(99, Byte), CType(169, Byte), CType(75, Byte), CType(252, Byte), CType(104, Byte), CType(193, Byte), CType(141, Byte), CType(227, Byte), CType(22, Byte), CType(238, Byte), CType(51, Byte), CType(82, Byte), CType(151, Byte), CType(76, Byte), CType(12, Byte), CType(134, Byte), CType(99, Byte), CType(110, Byte), CType(39, Byte), CType(151, Byte), CType(138, Byte), CType(11, Byte), CType(131, Byte), CType(204, Byte), CType(213, Byte), CType(219, Byte), CType(196, Byte), CType(245, Byte), CType(57, Byte), CType(14, Byte), CType(23, Byte), CType(139, Byte), CType(27, Byte), CType(99, Byte), CType(42, Byte), CType(71, Byte), CType(138, Byte), CType(235, Byte), CType(55, Byte), CType(183, Byte), CType(109, Byte), CType(228, Byte), CType(106, Byte), CType(113, Byte), CType(99, Byte), CType(68, Byte), CType(223, Byte), CType(221, Byte), CType(221, Byte), CType(253, Byte), CType(1, Byte), CType(0, Byte), CType(227, Byte), CType(102, Byte), CType(27, Byte), CType(1, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(192, Byte), CType(45, Byte), CType(97, Byte), CType(167, Byte), CType(219, Byte), CType(202, Byte), CType(153, Byte), CType(226, Byte), CType(54, Byte), CType(6, Byte), CType(186, Byte), CType(44, Byte), CType(142, Byte), CType(111, Byte), CType(122, Byte), CType(128, Byte), CType(12, Byte), CType(108, Byte), CType(136, Byte), CType(140, Byte), CType(193, Byte), CType(159, Byte), CType(196, Byte), CType(141, Byte), CType(49, Byte), CType(149, Byte), CType(120, Byte), CType(138, Byte), CType(131, Byte), CType(235, Byte), CType(23, Byte), CType(195, Byte), CType(139, Byte), CType(163, Byte), CType(255, Byte), CType(34, Byte), CType(24, Byte), CType(231, Byte), CType(234, Byte), CType(139, Byte), CType(37, Byte), CType(75, Byte), CType(239, Byte), CType(46, Byte), CType(174, Byte), CType(110, Byte), CType(117, Byte), CType(91, Byte), CType(40, Byte), CType(113, Byte), CType(47, Byte), CType(187, Byte), CType(49, Byte), CType(161, Byte), CType(47, Byte), CType(254, Byte), CType(27, Byte), CType(80, Byte), CType(66, Byte), CType(168, Byte), CType(115, Byte), CType(58, Byte), CType(57, Byte), CType(238, Byte), CType(175, Byte), CType(29, Byte), CType(196, Byte), CType(245, Byte), CType(221, Byte), CType(52, Byte), CType(113, Byte), CType(175, Byte), CType(185, Byte), CType(215, Byte), CType(151, Byte), CType(202, Byte), CType(63, Byte), CType(164, Byte), CType(45, Byte), CType(71, Byte), CType(157, Byte), CType(50, Byte), CType(175, Byte), CType(188, Byte), CType(56, Byte), CType(174, Byte), CType(215, Byte), CType(189, Byte), CType(150, Byte), CType(174, Byte), CType(136, Byte), CType(167, Byte), CType(255, Byte), CType(236, Byte), CType(45, Byte), CType(174, Byte), CType(54, Byte), CType(227, Byte), CType(86, Byte), CType(199, Byte), CType(156, Byte), CType(221, Byte), CType(76, Byte), CType(92, Byte), CType(95, Byte), CType(117, Byte), CType(186, Byte), CType(179, Byte), CType(252, Byte), CType(71, Byte), CType(220, Byte), CType(120, Byte), CType(234, Byte), CType(240, Byte), CType(46, Byte), CType(113, Byte), CType(227, Byte), CType(184, Byte), CType(133, Byte), CType(251, Byte), CType(124, Byte), CType(212, Byte), CType(37, Byte), CType(19, Byte), CType(131, Byte), CType(193, Byte), CType(152, Byte), CType(207, Byte), CType(136, Byte), CType(11, Byte), CType(130, Byte), CType(204, Byte), CType(213, Byte), CType(133, Byte), CType(178, Byte), CType(72, Byte), CType(92, Byte), CType(159, Byte), CType(227, Byte), CType(240, Byte), CType(37, Byte), CType(113, Byte), CType(227, Byte), CType(76, Byte), CType(37, Byte), CType(158, Byte), CType(164, Byte), CType(228, Byte), CType(250, Byte), CType(29, Byte), CType(135, Byte), CType(157, Byte), CType(229, Byte), CType(58, Byte), CType(113, Byte), CType(227, Byte), CType(196, Byte), CType(196, Byte), CType(196, Byte), CType(149, Byte), CType(178, Byte), CType(138, Byte), CType(187, Byte), CType(63, Byte), CType(0, Byte), CType(96, Byte), CType(220, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(232, Byte), CType(153, Byte), CType(183, Byte), CType(100, Byte), CType(233, Byte), CType(6, Byte), CType(242, Byte), CType(43, Byte), CType(113, Byte), CType(155, Byte), CType(3, Byte), CType(93, Byte), CType(20, Byte), CType(193, Byte), CType(136, Byte), CType(135, Byte), CType(201, Byte), CType(192, Byte), CType(102, Byte), CType(200, Byte), CType(24, Byte), CType(220, Byte), CType(65, Byte), CType(220, Byte), CType(24, Byte), CType(83, Byte), CType(137, Byte), CType(215, Byte), CType(186, Byte), CType(154, Byte), CType(184, Byte), CType(190, Byte), CType(49, Byte), CType(188, Byte), CType(109, Byte), CType(196, Byte), CType(213, Byte), CType(23, Byte), CType(75, Byte), CType(150, Byte), CType(94, Byte), CType(41, Byte), CType(241, Byte), CType(148, Byte), CType(25, Byte), CType(87, Byte), CType(183, Byte), CType(186, Byte), CType(69, Byte), CType(136, Byte), CType(207, Byte), CType(141, Byte), CType(9, Byte), CType(125, Byte), CType(135, Byte), CType(203, Byte), CType(26, Byte), CType(226, Byte), CType(234, Byte), CType(87, Byte), CType(138, Byte), CType(186, Byte), CType(239, Byte), CType(175, Byte), CType(127, Byte), CType(202, Byte), CType(184, Byte), CType(230, Byte), CType(104, Byte), CType(106, Byte), CType(207, Byte), CType(23, Byte), CType(247, Byte), CType(26, Byte), CType(83, Byte), CType(249, Byte), CType(170, Byte), CType(184, Byte), CType(126, Byte), CType(155, Byte), CType(168, Byte), CType(238, Byte), CType(121, Byte), CType(21, Byte), CType(71, Byte), CType(65, Byte), CType(54, Byte), CType(117, Byte), CType(94, Byte), CType(189, Byte), CType(68, Byte), CType(220, Byte), CType(107, Byte), CType(106, Byte), CType(187, Byte), CType(203, Byte), CType(37, Byte), CType(142, Byte), CType(86, Byte), CType(115, Byte), CType(53, Byte), CType(41, Byte), CType(65, Byte), CType(234, Byte), CType(57, Byte), CType(123, Byte), CType(145, Byte), CType(184, Byte), CType(126, Byte), CType(114, Byte), CType(120, Byte), CType(167, Byte), CType(184, Byte), CType(49, Byte), CType(213, Byte), CType(225, Byte), CType(177, Byte), CType(226, Byte), CType(198, Byte), CType(112, Byte), CType(11, Byte), CType(247, Byte), CType(217, Byte), CType(168, Byte), CType(75, Byte), CType(38, Byte), CType(170, Byte), CType(129, Byte), CType(152, Byte), CType(61, Byte), CType(197, Byte), CType(5, Byte), CType(65, Byte), CType(82, Byte), CType(120, Byte), CType(148, Byte), CType(76, Byte), CType(237, Byte), CType(111, Byte), CType(156, Byte), CType(14, Byte), CType(18, Byte), CType(55, Byte), CType(206, Byte), CType(148, Byte), CType(54, Byte), CType(16, Byte), CType(215, Byte), CType(247, Byte), CType(56, Byte), CType(60, Byte), CType(76, Byte), CType(8, Byte), CType(59, Byte), CType(121, Byte), CType(39, Byte), CType(184, Byte), CType(123, Byte), CType(3, Byte), CType(0, Byte), CType(74, Byte), CType(96, Byte), CType(27, Byte), CType(1, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(223, Byte), CType(188, Byte), CType(37, Byte), CType(75, Byte), CType(215, Byte), CType(150, Byte), CType(147, Byte), CType(197, Byte), CType(109, Byte), CType(16, Byte), CType(116, Byte), CType(73, Byte), CType(252, Byte), CType(82, Byte), CType(254, Byte), CType(254, Byte), CType(50, Byte), CType(176, Byte), CType(17, Byte), CType(50, Byte), CType(38, Byte), CType(79, Byte), CType(18, Byte), CType(55, Byte), CType(206, Byte), CType(84, Byte), CType(190, Byte), CType(47, Byte), CType(174, Byte), CType(95, Byte), CType(204, Byte), CType(206, Byte), CType(115, Byte), CType(196, Byte), CType(213, Byte), CType(23, Byte), CType(75, Byte), CType(150, Byte), CType(126, Byte), CType(69, Byte), CType(92, Byte), CType(205, Byte), CType(114, Byte), CType(120, Byte), CType(165, Byte), CType(184, Byte), CType(49, Byte), CType(97, Byte), CType(201, Byte), CType(210, Byte), CType(203, Byte), CType(100, Byte), CType(47, Byte), CType(113, Byte), CType(117, Byte), CType(43, Byte), CType(77, Byte), CType(221, Byte), CType(247, Byte), CType(215, Byte), CType(55, Byte), CType(196, Byte), CType(245, Byte), CType(219, Byte), CType(68, Byte), CType(159, Byte), CType(21, Byte), CType(247, Byte), CType(26, Byte), CType(83, Byte), CType(121, Byte), CType(149, Byte), CType(184, Byte), CType(126, Byte), CType(155, Byte), CType(136, Byte), CType(121, Byte), CType(53, Byte), CType(179, Byte), CType(56, Byte), CType(210, Byte), CType(236, Byte), CType(122, Byte), CType(113, Byte), CType(175, Byte), CType(173, Byte), CType(141, Byte), CType(206, Byte), CType(144, Byte), CType(45, Byte), CType(196, Byte), CType(213, Byte), CType(162, Byte), CType(20, Byte), CType(169, Byte), CType(231, Byte), CType(236, Byte), CType(132, Byte), CType(184, Byte), CType(126, Byte), CType(114, Byte), CType(136, Byte), CType(39, Byte), CType(202, Byte), CType(254, Byte), CType(77, Byte), CType(220, Byte), CType(184, Byte), CType(82, Byte), CType(187, Byte), CType(157, Byte), CType(184, Byte), CType(49, Byte), CType(220, Byte), CType(194, Byte), CType(125, Byte), CType(46, Byte), CType(234, Byte), CType(146, Byte), CType(137, Byte), CType(126, Byte), CType(16, Byte), CType(38, Byte), CType(142, Byte), CType(172, Byte), CType(187, Byte), CType(76, Byte), CType(92, Byte), CType(16, Byte), CType(100, Byte), CType(174, Byte), CType(142, Byte), CType(151, Byte), CType(201, Byte), CType(125, Byte), CType(149, Byte), CType(96, Byte), CType(87, Byte), CType(113, Byte), CType(99, Byte), CType(77, Byte), CType(233, Byte), CType(113, Byte), CType(226, Byte), CType(250, Byte), CType(30, Byte), CType(151, Byte), CType(123, Byte), CType(75, Byte), CType(93, Byte), CType(199, Byte), CType(18, Byte), CType(54, Byte), CType(217, Byte), CType(75, Byte), CType(220, Byte), CType(189, Byte), CType(1, Byte), CType(0, Byte), CType(37, Byte), CType(176, Byte), CType(141, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(160, Byte), CType(106, Byte), CType(94, Byte), CType(239, Byte), CType(201, Byte), CType(62, Byte), CType(239, Byte), CType(149, Byte), CType(155, Byte), CType(197, Byte), CType(109, Byte), CType(20, Byte), CType(180, Byte), CType(221, Byte), CType(233, Byte), CType(82, Byte), CType(218, Byte), CType(38, Byte), CType(215, Byte), CType(71, Byte), CType(196, Byte), CType(141, Byte), CType(53, Byte), CType(149, Byte), CType(183, Byte), CType(138, Byte), CType(235, Byte), CType(23, Byte), CType(179, Byte), CType(243, Byte), CType(73, Byte), CType(113, Byte), CType(245, Byte), CType(197, Byte), CType(146, Byte), CType(165, Byte), CType(175, Byte), CType(16, Byte), CType(87, Byte), CType(179, Byte), CType(28, Byte), CType(34, Byte), CType(100, Byte), CType(229, Byte), CType(198, Byte), CType(212, Byte), CType(101, Byte), CType(241, Byte), CType(254, Byte), CType(126, Byte), CType(180, Byte), CType(204, Byte), CType(184, Byte), CType(241, Byte), CType(91, Byte), CType(152, Byte), CType(186, Byte), CType(239, Byte), CType(175, Byte), CType(215, Byte), CType(136, Byte), CType(235, Byte), CType(183, Byte), CType(137, Byte), CType(46, Byte), CType(22, Byte), CType(247, Byte), CType(26, Byte), CType(83, Byte), CType(41, Byte), CType(41, Byte), CType(8, Byte), CType(60, Byte), CType(87, Byte), CType(204, Byte), CType(171, Byte), CType(149, Byte), CType(219, Byte), CType(73, Byte), CType(226, Byte), CType(169, Byte), CType(63, Byte), CType(238, Byte), CType(245, Byte), CType(181, Byte), CType(201, Byte), CType(251, Byte), CType(36, Byte), CType(142, Byte), CType(58, Byte), CType(117, Byte), CType(53, Byte), CType(40, Byte), CType(73, Byte), CType(234, Byte), CType(57, Byte), CType(251, Byte), CType(60, Byte), CType(113, Byte), CType(253, Byte), CType(228, Byte), CType(146, Byte), CType(35, Byte), CType(36, Byte), CType(126, Byte), CType(142, Byte), CType(184, Byte), CType(190, Byte), CType(255, Byte), CType(203, Byte), CType(125, Byte), CType(38, Byte), CType(234, Byte), CType(146, Byte), CType(137, Byte), CType(126, Byte), CType(8, Byte), CType(166, Byte), CType(174, Byte), CType(35, Byte), CType(235, Byte), CType(254, Byte), CType(37, Byte), CType(155, Byte), CType(201, Byte), CType(228, Byte), CType(190, Byte), CType(74, Byte), CType(176, Byte), CType(182, Byte), CType(184, Byte), CType(241, Byte), CType(166, Byte), CType(116, Byte), CType(168, Byte), CType(184, Byte), CType(190, Byte), CType(199, Byte), CType(105, Byte), CType(19, Byte), CType(249, Byte), CType(177, Byte), CType(184, Byte), CType(241, Byte), CType(54, Byte), CType(85, Byte), CType(188, Byte), CType(158, Byte), CType(183, Byte), CType(78, Byte), CType(105, Byte), CType(155, Byte), CType(141, Byte), CType(123, Byte), CType(185, Byte), CType(123, Byte), CType(3, Byte), CType(0, Byte), CType(74, Byte), CType(96, Byte), CType(27, Byte), CType(1, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(213, Byte), CType(164, Byte), CType(47, Byte), CType(253, Byte), CType(31, Byte), CType(42, Byte), CType(127, Byte), CType(18, Byte), CType(183, Byte), CType(97, Byte), CType(208, Byte), CType(70, Byte), CType(55, Byte), CType(201, Byte), CType(193, Byte), CType(82, Byte), CType(226, Byte), CType(17, Byte), CType(110, Byte), CType(117, Byte), CType(31, Byte), CType(41, Byte), CType(184, Byte), CType(155, Byte), CType(184, Byte), CType(126, Byte), CType(49, Byte), CType(59, Byte), CType(127, Byte), CType(16, Byte), CType(87, Byte), CType(95, Byte), CType(44, Byte), CType(89, Byte), CType(186, Byte), CType(68, Byte), CType(92, Byte), CType(205, Byte), CType(234, Byte), CType(54, Byte), CType(95, Byte), CType(174, Byte), CType(16, Byte), CType(55, Byte), CType(166, Byte), CType(174, Byte), CType(250, Byte), CType(169, Byte), CType(140, Byte), CType(235, Byte), CType(122, Byte), CType(204, Byte), CType(69, Byte), CType(221, Byte), CType(247, Byte), CType(215, Byte), CType(206, Byte), CType(226, Byte), CType(250, Byte), CType(109, Byte), CType(154, Byte), CType(205, Byte), CType(197, Byte), CType(189, Byte), CType(190, Byte), CType(84, Byte), CType(226, Byte), CType(233, Byte), CType(62, Byte), CType(77, Byte), CType(8, Byte), CType(131, Byte), CType(12, Byte), CType(139, Byte), CType(121, Byte), CType(53, Byte), CType(156, Byte), CType(117, Byte), CType(229, Byte), CType(243, Byte), CType(226, Byte), CType(94, Byte), CType(99, Byte), CType(211, Byte), CType(157, Byte), CType(47, Byte), CType(77, Byte), CType(186, Byte), CType(78, Byte), CType(169, Byte), CType(231, Byte), CType(236, Byte), CType(118, Byte), CType(226, Byte), CType(250, Byte), CType(201, Byte), CType(101, Byte), CType(85, Byte), CType(169, Byte), CType(123, Byte), CType(157, Byte), CType(123, Byte), CType(132, Byte), CType(184, Byte), CType(190, Byte), CType(255, Byte), CType(203, Byte), CType(125, Byte), CType(38, Byte), CType(234, Byte), CType(146, Byte), CType(137, Byte), CType(94, Byte), CType(248, Byte), CType(165, Byte), CType(206, Byte), CType(35, Byte), CType(235, Byte), CType(94, Byte), CType(42, Byte), CType(147, Byte), CType(131, Byte), CType(54, Byte), CType(37, Byte), CType(57, Byte), CType(95, Byte), CType(220, Byte), CType(152, Byte), CType(83, Byte), CType(57, Byte), CType(93, Byte), CType(92, Byte), CType(191, Byte), CType(227, Byte), CType(182, Byte), CType(64, Byte), CType(94, Byte), CType(39, Byte), CType(255, Byte), CType(17, Byte), CType(55, Byte), CType(238, Byte), CType(38, Byte), CType(121, Byte), CType(159, Byte), CType(44, Byte), CType(148, Byte), CType(187, Byte), CType(77, Byte), CType(106, Byte), CType(155, Byte), CType(141, Byte), CType(171, Byte), CType(101, Byte), CType(85, Byte), CType(119, Byte), CType(111, Byte), CType(0, Byte), CType(64, Byte), CType(9, Byte), CType(108, Byte), CType(35, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(168, Byte), CType(154, Byte), CType(242, Byte), CType(197, Byte), CType(255, Byte), CType(109, Byte), CType(36, Byte), CType(194, Byte), CType(63, Byte), CType(215, Byte), CType(137, Byte), CType(219, Byte), CType(56, Byte), CType(104, Byte), CType(139, Byte), CType(83, Byte), CType(165, Byte), CType(212, Byte), CType(141, Byte), CType(255, Byte), CType(117, Byte), CType(164, Byte), CType(206, Byte), CType(167, Byte), CType(107, Byte), CType(69, Byte), CType(192, Byte), CType(107, Byte), CType(177, Byte), CType(184, Byte), CType(190, Byte), CType(49, Byte), CType(188, Byte), CType(141, Byte), CType(197, Byte), CType(213, Byte), CType(23, Byte), CType(75, Byte), CType(150, Byte), CType(94, Byte), CType(43, Byte), CType(11, Byte), CType(196, Byte), CType(213, Byte), CType(173, Byte), CType(110, Byte), CType(219, Byte), CType(138, Byte), CType(27, Byte), CType(83, Byte), CType(23, Byte), CType(157, Byte), CType(41, Byte), CType(143, Byte), CType(17, Byte), CType(87, Byte), CType(167, Byte), CType(210, Byte), CType(213, Byte), CType(125, Byte), CType(127, Byte), CType(253, Byte), CType(71, Byte), CType(214, Byte), CType(16, Byte), CType(215, Byte), CType(119, Byte), CType(211, Byte), CType(60, Byte), CType(89, Byte), CType(220, Byte), CType(107, Byte), CType(76, Byte), CType(229, Byte), CType(7, Byte), CType(226, Byte), CType(250, Byte), CType(109, Byte), CType(34, Byte), CType(230, Byte), CType(213, Byte), CType(236, Byte), CType(237, Byte), CType(45, Byte), CType(151, Byte), CType(136, Byte), CType(123, Byte), CType(189, Byte), CType(77, Byte), CType(243, Byte), CType(111, Byte), CType(121, Byte), CType(173, Byte), CType(52, Byte), CType(233, Byte), CType(26, Byte), CType(165, Byte), CType(158, Byte), CType(179, Byte), CType(255, Byte), CType(144, Byte), CType(8, Byte), CType(4, Byte), CType(187, Byte), CType(190, Byte), CType(114, Byte), CType(122, Byte), CType(152, Byte), CType(184, Byte), CType(241, Byte), CType(165, Byte), CType(178, Byte), CType(159, Byte), CType(184, Byte), CType(126, Byte), CType(255, Byte), CType(203, Byte), CType(125, Byte), CType(38, Byte), CType(234, Byte), CType(146, Byte), CType(137, Byte), CType(122, Byte), CType(143, Byte), CType(172, Byte), CType(59, Byte), CType(75, Byte), CType(34, Byte), CType(84, Byte), CType(51, Byte), CType(53, Byte), CType(104, Byte), CType(83, Byte), CType(138, Byte), CType(186, Byte), CType(158, Byte), CType(98, Byte), CType(181, Byte), CType(194, Byte), CType(114, Byte), CType(89, Byte), CType(44, Byte), CType(174, Byte), CType(239, Byte), CType(18, Byte), CType(108, Byte), CType(35, Byte), CType(63, Byte), CType(19, Byte), CType(55, Byte), CType(246, Byte), CType(210, Byte), CType(93, Byte), CType(44, Byte), CType(187, Byte), CType(201, Byte), CType(138, Byte), CType(215, Byte), CType(50, Byte), CType(95, Byte), CType(254, Byte), CType(38, Byte), CType(238, Byte), CType(159, Byte), CType(157, Byte), CType(201, Byte), CType(137, Byte), CType(238, Byte), CType(190, Byte), CType(0, Byte), CType(128, Byte), CType(82, Byte), CType(216, Byte), CType(70, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(80, Byte), CType(229, Byte), CType(190, Byte), CType(252, Byte), CType(151, Byte), CType(77, Byte), CType(229, Byte), CType(163, Byte), CType(18, Byte), CType(79, Byte), CType(114, Byte), CType(112, Byte), CType(27, Byte), CType(8, Byte), CType(77, Byte), CType(21, Byte), CType(199, Byte), CType(251, Byte), CType(196, Byte), CType(230, Byte), CType(71, Byte), CType(9, Byte), CType(155, Byte), CType(60, Byte), CType(211, Byte), CType(121, Byte), CType(148, Byte), CType(184, Byte), CType(177, Byte), CType(167, Byte), CType(114, Byte), CType(134, Byte), CType(184, Byte), CType(126, Byte), CType(49, Byte), CType(59, Byte), CType(79, Byte), CType(20, Byte), CType(87, Byte), CType(95, Byte), CType(44, Byte), CType(89, Byte), CType(250, Byte), CType(109, Byte), CType(113, Byte), CType(53, Byte), CType(203, Byte), CType(33, Byte), CType(142, Byte), CType(228, Byte), CType(113, Byte), CType(99, Byte), CType(234, Byte), CType(146, Byte), CType(147, Byte), CType(101, Byte), CType(119, Byte), CType(41, Byte), CType(249, Byte), CType(125, Byte), CType(110, Byte), CType(101, Byte), CType(234, Byte), CType(190, Byte), CType(191, Byte), CType(126, Byte), CType(34, Byte), CType(174, Byte), CType(223, Byte), CType(38, Byte), CType(138, Byte), CType(255, Byte), CType(86, Byte), CType(187, Byte), CType(215, Byte), CType(152, Byte), CType(202, Byte), CType(219, Byte), CType(196, Byte), CType(245, Byte), CType(219, Byte), CType(68, Byte), CType(204, Byte), CType(171, Byte), CType(209, Byte), CType(172, Byte), CType(8, Byte), CType(193, Byte), CType(71, Byte), CType(136, Byte), CType(213, Byte), CType(189, Byte), CType(238, Byte), CType(210, Byte), CType(69, Byte), CType(0, Byte), CType(237, Byte), CType(48, Byte), CType(137, Byte), CType(208, Byte), CType(144, Byte), CType(123, Byte), CType(125, Byte), CType(37, Byte), CType(75, Byte), CType(61, Byte), CType(103, Byte), CType(227, Byte), CType(104, Byte), CType(87, Byte), CType(215, Byte), CType(207, Byte), CType(56, Byte), CType(156, Byte), CType(32, Byte), CType(110, Byte), CType(140, Byte), CType(41, Byte), CType(220, Byte), CType(73, Byte), CType(92, Byte), CType(159, Byte), CType(255, Byte), CType(229, Byte), CType(62, Byte), CType(19, Byte), CType(117, Byte), CType(201, Byte), CType(68, Byte), CType(125, Byte), CType(97, Byte), CType(159, Byte), CType(155, Byte), CType(229, Byte), CType(126, Byte), CType(178, Byte), CType(34, Byte), CType(136, Byte), CType(82, Byte), CType(162, Byte), CType(120, Byte), CType(218, Byte), CType(148, Byte), CType(27, Byte), CType(123, Byte), CType(74, Byte), CType(187, Byte), CType(138, Byte), CType(235, Byte), CType(187, Byte), CType(20, Byte), CType(17, Byte), CType(16, Byte), CType(122, Byte), CType(178, Byte), CType(92, Byte), CType(40, Byte), CType(110, Byte), CType(252, Byte), CType(165, Byte), CType(89, Byte), CType(38, Byte), CType(239, Byte), CType(150, Byte), CType(219, Byte), CType(200, Byte), CType(212, Byte), CType(215, Byte), CType(114, Byte), CType(172, Byte), CType(184, Byte), CType(127, Byte), CType(103, Byte), CType(38, Byte), CType(175, Byte), CType(112, Byte), CType(247, Byte), CType(5, Byte), CType(0, Byte), CType(148, Byte), CType(194, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(128, Byte), CType(42, Byte), CType(247, Byte), CType(229, Byte), CType(255, Byte), CType(36, Byte), CType(27, Byte), CType(200, Byte), CType(155, Byte), CType(228, Byte), CType(82, Byte), CType(113, Byte), CType(27, Byte), CType(9, Byte), CType(77, Byte), CType(17, Byte), CType(225, Byte), CType(158, Byte), CType(120, Byte), CType(234, Byte), CType(197, Byte), CType(184, Byte), CType(158, Byte), CType(50, Byte), CType(51, Byte), CType(27, Byte), CType(239, Byte), CType(16, Byte), CType(247, Byte), CType(26, Byte), CType(82, Byte), CType(121, Byte), CType(191, Byte), CType(184, Byte), CType(126, Byte), CType(49, Byte), CType(59, Byte), CType(31, Byte), CType(20, Byte), CType(87, Byte), CType(95, Byte), CType(44, Byte), CType(89, Byte), CType(250, Byte), CType(122, Byte), CType(113, Byte), CType(53, Byte), CType(203, Byte), CType(225, Byte), CType(211, Byte), CType(226, Byte), CType(198, Byte), CType(212, Byte), CType(118, Byte), CType(241, Byte), CType(30, Byte), CType(125, Byte), CType(168, Byte), CType(196, Byte), CType(19, Byte), CType(173, Byte), CType(92, Byte), CType(93, Byte), CType(154, Byte), CType(166, Byte), CType(238, Byte), CType(251, Byte), CType(235, Byte), CType(16, Byte), CType(113, Byte), CType(253, Byte), CType(54, Byte), CType(209, Byte), CType(175, Byte), CType(197, Byte), CType(189, Byte), CType(198, Byte), CType(84, Byte), CType(34, Byte), CType(52, Byte), CType(231, Byte), CType(250, Byte), CType(109, Byte), CType(34, Byte), CType(230, Byte), CType(213, Byte), CType(220, Byte), CType(220, Byte), CType(94, Byte), CType(34, Byte), CType(240, Byte), CType(212, Byte), CType(148, Byte), CType(227, Byte), CType(65, Byte), CType(175, Byte), CType(148, Byte), CType(88, Byte), CType(83, Byte), CType(109, Byte), CType(34, Byte), CType(238, Byte), CType(245, Byte), CType(52, Byte), CType(65, Byte), CType(234, Byte), CType(57, Byte), CType(251, Byte), CType(74, Byte), CType(113, Byte), CType(253, Byte), CType(140, Byte), CType(195, Byte), CType(86, Byte), CType(178, Byte), CType(76, Byte), CType(220, Byte), CType(56, Byte), CType(231, Byte), CType(226, Byte), CType(47, Byte), CType(226, Byte), CType(250, Byte), CType(171, Byte), CType(112, Byte), CType(159, Byte), CType(137, Byte), CType(186, Byte), CType(98, Byte), CType(162, Byte), CType(222, Byte), CType(35, Byte), CType(235, Byte), CType(142, Byte), CType(144, Byte), CType(169, Byte), CType(65, Byte), CType(148, Byte), CType(210, Byte), CType(60, Byte), CType(80, Byte), CType(220, Byte), CType(216, Byte), CType(83, Byte), CType(122, Byte), CType(179, Byte), CType(184, Byte), CType(190, Byte), CType(75, Byte), CType(19, Byte), CType(199, Byte), CType(191, Byte), CType(29, Byte), CType(32, Byte), CType(165, Byte), CType(6, Byte), CType(158, Byte), CType(34, Byte), CType(224, Byte), CType(116, Byte), CType(184, Byte), CType(108, Byte), CType(46, Byte), CType(110, Byte), CType(252, Byte), CType(97, Byte), CType(127, Byte), CType(113, Byte), CType(255, Byte), CType(238, Byte), CType(76, Byte), CType(238, Byte), CType(235, Byte), CType(238, Byte), CType(13, Byte), CType(0, Byte), CType(40, Byte), CType(133, Byte), CType(109, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(85, Byte), CType(238, Byte), CType(203, Byte), CType(127, Byte), CType(99, Byte), CType(85, Byte), CType(137, Byte), CType(205, Byte), CType(206, Byte), CType(207, Byte), CType(74, Byte), CType(83, Byte), CType(126, Byte), CType(209, Byte), CType(255, Byte), CType(55, Byte), CType(137, Byte), CType(13, Byte), CType(162, Byte), CType(251, Byte), CType(137, Byte), CType(123, Byte), CType(77, Byte), CType(165, Byte), CType(250, Byte), CType(145, Byte), CType(184, Byte), CType(215, Byte), CType(147, Byte), CType(74, Byte), CType(28, Byte), CType(67, Byte), CType(227, Byte), CType(250, Byte), CType(197, Byte), CType(236, Byte), CType(196, Byte), CType(177, Byte), CType(96, Byte), CType(174, Byte), CType(190, Byte), CType(88, Byte), CType(178, Byte), CType(244, Byte), CType(33, Byte), CType(226, Byte), CType(106, Byte), CType(150, Byte), CType(195, Byte), CType(31, Byte), CType(197, Byte), CType(141, Byte), CType(169, Byte), CType(141, Byte), CType(206, Byte), CType(151, Byte), CType(120, Byte), CType(74, Byte), CType(73, Byte), CType(28, Byte), CType(1, Byte), CType(20, Byte), CType(239, Byte), CType(209, Byte), CType(174, Byte), CType(30, Byte), CType(77, Byte), CType(85, Byte), CType(247, Byte), CType(253, Byte), CType(245, Byte), CType(104, Byte), CType(113, Byte), CType(253, Byte), CType(54, Byte), CType(205, Byte), CType(186, Byte), CType(82, Byte), CType(247, Byte), CType(81, Byte), CType(167, Byte), CType(107, Byte), CType(139, Byte), CType(235, Byte), CType(187, Byte), CType(137, Byte), CType(152, Byte), CType(87, Byte), CType(105, Byte), CType(44, Byte), CType(146, Byte), CType(231, Byte), CType(203, Byte), CType(105, Byte), CType(226, Byte), CType(234, Byte), CType(48, Byte), CType(78, Byte), CType(49, Byte), CType(103, Byte), CType(191, Byte), CType(47, Byte), CType(79, Byte), CType(149, Byte), CType(24, Byte), CType(167, Byte), CType(27, Byte), CType(127, Byte), CType(147, Byte), CType(164, Byte), CType(158, Byte), CType(179, Byte), CType(165, Byte), CType(173, Byte), CType(137, Byte), CType(223, Byte), CType(45, Byte), CType(110, Byte), CType(156, Byte), CType(115, Byte), CType(113, Byte), CType(172, Byte), CType(184, Byte), CType(190, Byte), CType(42, Byte), CType(220, Byte), CType(103, Byte), CType(162, Byte), CType(46, Byte), CType(152, Byte), CType(168, Byte), CType(247, Byte), CType(200, Byte), CType(186, Byte), CType(203, Byte), CType(101, Byte), CType(93, Byte), CType(153, Byte), CType(26, Byte), CType(68, Byte), CType(41, Byte), CType(205, Byte), CType(90, Byte), CType(114, Byte), CType(147, Byte), CType(184, Byte), CType(215, Byte), CType(144, Byte), CType(202, Byte), CType(201, Byte), CType(226, Byte), CType(250, Byte), CType(46, Byte), CType(213, Byte), CType(42, Byte), CType(18, Byte), CType(1, Byte), CType(184, Byte), CType(24, Byte), CType(119, Byte), CType(60, Byte), CType(149, Byte), CType(203, Byte), CType(189, Byte), CType(166, Byte), CType(156, Byte), CType(174, Byte), CType(144, Byte), CType(67, Byte), CType(101, Byte), CType(166, Byte), CType(128, Byte), CType(211, Byte), CType(10, Byte), CType(119, Byte), CType(17, Byte), CType(247, Byte), CType(55, Byte), CType(166, Byte), CType(115, Byte), CType(173, Byte), CType(44, Byte), CType(112, Byte), CType(247, Byte), CType(7, Byte), CType(0, Byte), CType(148, Byte), CType(194, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(128, Byte), CType(42, Byte), CType(247, Byte), CType(229, Byte), CType(255, Byte), CType(74, Byte), CType(172, Byte), CType(46, Byte), CType(187, Byte), CType(73, Byte), CType(60, Byte), CType(25, Byte), CType(232, Byte), CType(119, Byte), CType(226, Byte), CType(54, Byte), CType(25, Byte), CType(198, Byte), CType(33, Byte), CType(54, Byte), CType(123, Byte), CType(127, Byte), CType(33, Byte), CType(239, Byte), CType(148, Byte), CType(166, Byte), CType(110, Byte), CType(252, Byte), CType(199, Byte), CType(19, Byte), CType(167, Byte), CType(234, Byte), CType(62, Byte), CType(46, Byte), CType(112, Byte), CType(35, Byte), CType(113, Byte), CType(125, Byte), CType(99, Byte), CType(120, Byte), CType(107, Byte), CType(73, Byte), CType(108, Byte), CType(166, Byte), CType(186, Byte), CType(250, Byte), CType(118, Byte), CType(221, Byte), CType(13, Byte), CType(178, Byte), CType(134, Byte), CType(184, Byte), CType(186, Byte), CType(213, Byte), CType(45, Byte), CType(230, Byte), CType(182, Byte), CType(27, Byte), CType(83, Byte), CType(211, Byte), CType(69, Byte), CType(77, Byte), CType(207, Byte), CType(149, Byte), CType(19, Byte), CType(37, Byte), CType(158, Byte), CType(78, Byte), CType(178, Byte), CType(143, Byte), CType(52, Byte), CType(241, Byte), CType(8, Byte), CType(166, Byte), CType(97, Byte), CType(213, Byte), CType(125, Byte), CType(127, Byte), CType(197, Byte), CType(127, Byte), CType(43, Byte), CType(214, Byte), CType(19, Byte), CType(215, Byte), CType(119, Byte), CType(211, Byte), CType(68, Byte), CType(0, Byte), CType(217, Byte), CType(189, Byte), CType(198, Byte), CType(84, Byte), CType(206, Byte), CType(18, Byte), CType(215, Byte), CType(111, Byte), CType(19, Byte), CType(49, Byte), CType(175, Byte), CType(234, Byte), CType(177, Byte), CType(165, Byte), CType(28, Byte), CType(36, Byte), CType(177, Byte), CType(254, Byte), CType(26, Byte), CType(215, Byte), CType(127, Byte), CType(23, Byte), CType(255, Byte), CType(45, Byte), CType(241, Byte), CType(254, Byte), CType(184, Byte), CType(191, Byte), CType(108, Byte), CType(40, Byte), CType(110, Byte), CType(156, Byte), CType(77, Byte), CType(148, Byte), CType(122, Byte), CType(206, Byte), CType(94, Byte), CType(39, Byte), CType(11, Byte), CType(197, Byte), CType(245, Byte), CType(53, Byte), CType(46, Byte), CType(235, Byte), CType(200, Byte), CType(223, Byte), CType(197, Byte), CType(141, Byte), CType(119, Byte), CType(84, Byte), CType(47, Byte), CType(20, Byte), CType(215, Byte), CType(87, Byte), CType(133, Byte), CType(251, Byte), CType(76, Byte), CType(212, Byte), CType(5, Byte), CType(19, Byte), CType(19, Byte), CType(19, Byte), CType(239, Byte), CType(152, Byte), CType(20, Byte), CType(248, Byte), CType(72, Byte), CType(109, Byte), CType(63, Byte), CType(153, Byte), CType(26, Byte), CType(66, Byte), CType(41, Byte), CType(213, Byte), CType(175, Byte), CType(196, Byte), CType(189, Byte), CType(134, Byte), CType(84, Byte), CType(254, Byte), CType(45, Byte), CType(171, Byte), CType(138, Byte), CType(235, Byte), CType(187, Byte), CType(116, Byte), CType(155, Byte), CType(200, Byte), CType(203, Byte), CType(229, Byte), CType(84, Byte), CType(201, Byte), CType(25, Byte), CType(122, Byte), CType(138, Byte), CType(154, Byte), CType(125, Byte), CType(69, Byte), CType(158, Byte), CType(32, Byte), CType(241, Byte), CType(164, Byte), CType(41, Byte), CType(55, Byte), CType(182, Byte), CType(233, Byte), CType(252, Byte), CType(69, Byte), CType(220, Byte), CType(223, Byte), CType(116, Byte), CType(78, Byte), CType(114, Byte), CType(247, Byte), CType(6, Byte), CType(0, Byte), CType(148, Byte), CType(196, Byte), CType(54, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(128, Byte), CType(42, Byte), CType(247, Byte), CType(229, Byte), CType(255, Byte), CType(44, Byte), CType(221, Byte), CType(78, Byte), CType(246, Byte), CType(144, Byte), CType(56, Byte), CType(206, Byte), CType(228, Byte), CType(4, Byte), CType(137, Byte), CType(167, Byte), CType(140, Byte), CType(212, Byte), CType(189, Byte), CType(217, Byte), CType(181, Byte), CType(92, Byte), CType(46, Byte), CType(144, Byte), CType(47, Byte), CType(200, Byte), CType(235, Byte), CType(228, Byte), CType(81, Byte), CType(210, Byte), CType(150, Byte), CType(13, Byte), CType(198, Byte), CType(183, Byte), CType(72, Byte), CType(108, Byte), CType(46, Byte), CType(215, Byte), CType(225, Byte), CType(155, Byte), CType(226, Byte), CType(250, Byte), CType(196, Byte), CType(236, Byte), CType(197, Byte), CType(83, Byte), CType(8, Byte), CType(92, Byte), CType(141, Byte), CType(187, Byte), CType(110, Byte), CType(66, Byte), CType(92, Byte), CType(189, Byte), CType(114, Byte), CType(57, Byte), CType(66, Byte), CType(98, Byte), CType(28, Byte), CType(191, Byte), CType(151, Byte), CType(139, Byte), CType(102, Byte), CType(233, Byte), CType(79, Byte), CType(242, Byte), CType(207, Byte), CType(17, Byte), CType(68, Byte), CType(16, Byte), CType(201, Byte), CType(189, Byte), CType(79, Byte), CType(133, Byte), CType(248, Byte), CType(191, Byte), CType(77, Byte), CType(254, Byte), CType(103, Byte), CType(227, Byte), CType(40, Byte), CType(165, Byte), CType(232, Byte), CType(235, Byte), CType(183, Byte), CType(18, Byte), CType(193, Byte), CType(128, Byte), CType(83, Byte), CType(228, Byte), CType(107, Byte), CType(242, Byte), CType(57, Byte), CType(137, Byte), CType(39, Byte), CType(208, Byte), CType(197, Byte), CType(177, Byte), CType(127, Byte), CType(177, Byte), CType(89, Byte), CType(255, Byte), CType(4, Byte), CType(121, Byte), CType(128, Byte), CType(52, Byte), CType(249, Byte), CType(200, Byte), CType(165, Byte), CType(185, Byte), CType(168, Byte), CType(243, Byte), CType(254, Byte), CType(138, Byte), CType(255, Byte), CType(78, Byte), CType(185, Byte), CType(62, Byte), CType(155, Byte), CType(40, Byte), CType(158, Byte), CType(88, Byte), CType(243, Byte), CType(13, Byte), CType(113, Byte), CType(175, Byte), CType(51, Byte), CType(133, Byte), CType(113, Byte), CType(30, Byte), CType(67, Byte), CType(89, Byte), CType(7, Byte), CType(230, Byte), CType(85, Byte), CType(189, Byte), CType(226, Byte), CType(233, Byte), CType(95, Byte), CType(241, Byte), CType(84, Byte), CType(171, Byte), CType(247, Byte), CType(200, Byte), CType(15, Byte), CType(37, Byte), CType(222, Byte), CType(239, Byte), CType(220, Byte), CType(251, Byte), CType(226, Byte), CType(92, Byte), CType(253, Byte), CType(65, Byte), CType(190, Byte), CType(36, Byte), CType(175, Byte), CType(150, Byte), CType(7, Byte), CType(74, Byte), CType(4, Byte), CType(240, Byte), CType(221, Byte), CType(120, Byte), CType(218, Byte), CType(32, Byte), CType(229, Byte), CType(156, Byte), CType(61, Byte), CType(70, Byte), CType(92, Byte), CType(31, Byte), CType(227, Byte), CType(246, Byte), CType(12, Byte), CType(113, Byte), CType(227, Byte), CType(29, Byte), CType(213, Byte), CType(246, Byte), CType(226, Byte), CType(250, Byte), CType(169, Byte), CType(112, Byte), CType(159, Byte), CType(137, Byte), CType(186, Byte), CType(96, Byte), CType(98, Byte), CType(98, Byte), CType(98, Byte), CType(71, Byte), CType(57, Byte), CType(171, Byte), CType(6, Byte), CType(159, Byte), CType(147, Byte), CType(249, Byte), CType(50, Byte), CType(53, Byte), CType(128, Byte), CType(82, Byte), CType(170, Byte), CType(131, Byte), CType(197, Byte), CType(189, Byte), CType(142, Byte), CType(84, Byte), CType(222, Byte), CType(40, Byte), CType(174, Byte), CType(223, Byte), CType(166, Byte), CType(89, Byte), CType(79, Byte), CType(226, Byte), CType(73, Byte), CType(79, Byte), CType(31, Byte), CType(148, Byte), CType(51, Byte), CType(228, Byte), CType(58, Byte), CType(113, Byte), CType(225, Byte), CType(161, Byte), CType(81, Byte), CType(252, Byte), CType(75, Byte), CType(126, Byte), CType(36, Byte), CType(239, Byte), CType(149, Byte), CType(71, Byte), CType(200, Byte), CType(234, Byte), CType(226, Byte), CType(198, Byte), CType(48, Byte), CType(140, Byte), CType(248, Byte), CType(159, Byte), CType(235, Byte), CType(195, Byte), CType(57, Byte), CType(200, Byte), CType(221, Byte), CType(27, Byte), CType(0, Byte), CType(80, Byte), CType(18, Byte), CType(219, Byte), CType(8, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(170, Byte), CType(220, Byte), CType(151, Byte), CType(255, Byte), CType(9, Byte), CType(196, Byte), CType(19, Byte), CType(93, Byte), CType(182, Byte), CType(149, Byte), CType(71, Byte), CType(202, Byte), CType(179, Byte), CType(229, Byte), CType(141, Byte), CType(242, Byte), CType(1, Byte), CType(249, Byte), CType(180, Byte), CType(196, Byte), CType(175, Byte), CType(238, Byte), CType(99, Byte), CType(115, Byte), CType(255, Byte), CType(167, Byte), CType(50, Byte), CType(117, Byte), CType(115, Byte), CType(226, Byte), CType(116, Byte), CType(137, Byte), CType(255, Byte), CType(91, Byte), CType(136, Byte), CType(77, Byte), CType(195, Byte), CType(163, Byte), CType(36, Byte), CType(54, Byte), CType(121, Byte), CType(94, Byte), CType(35, Byte), CType(207, Byte), CType(148, Byte), CType(120, Byte), CType(82, Byte), CType(211, Byte), CType(157, Byte), CType(101, Byte), CType(53, Byte), CType(113, Byte), CType(253, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(160, Byte), CType(12, Byte), CType(241, Byte), CType(244, Byte), CType(185, Byte), CType(71, Byte), CType(200, Byte), CType(179, Byte), CType(228, Byte), CType(181, Byte), CType(242, Byte), CType(97, Byte), CType(137, Byte), CType(144, Byte), CType(250, Byte), CType(119, Byte), CType(37, Byte), CType(214, Byte), CType(122, Byte), CType(177, Byte), CType(238, Byte), CType(155, Byte), CType(188, Byte), CType(14, Byte), CType(140, Byte), CType(163, Byte), CType(218, Byte), CType(162, Byte), CType(253, Byte), CType(43, Byte), CType(242, Byte), CType(41, Byte), CType(137, Byte), CType(167, Byte), CType(116, Byte), CType(190, Byte), CType(76, Byte), CType(30, Byte), CType(47, Byte), CType(59, Byte), CType(202, Byte), CType(98, Byte), CType(113, Byte), CType(253, Byte), CType(0, Byte), CType(179, Byte), CType(226, Byte), CType(62, Byte), CType(19, Byte), CType(117, Byte), CType(201, Byte), CType(132, Byte), CType(15, Byte), CType(139, Byte), CType(0, Byte), CType(43, Byte), CType(19, Byte), CType(79, Byte), CType(169, Byte), CType(138, Byte), CType(163, Byte), CType(226, Byte), CType(246, Byte), CType(146, Byte), CType(3, Byte), CType(229, Byte), CType(16, Byte), CType(249, Byte), CType(148, Byte), CType(124, Byte), CType(75, Byte), CType(78, Byte), CType(145, Byte), CType(211, Byte), CType(100, Byte), CType(69, Byte), CType(216, Byte), CType(235, Byte), CType(23, Byte), CType(183, Byte), CType(182, Byte), CType(157, Byte), CType(36, Byte), CType(17, Byte), CType(132, Byte), CType(123, Byte), CType(167, Byte), CType(28, Byte), CType(32, Byte), CType(143, Byte), CType(147, Byte), CType(187, Byte), CType(74, Byte), CType(28, Byte), CType(151, Byte), CType(231, Byte), CType(250, Byte), CType(24, Byte), CType(197, Byte), CType(222, Byte), CType(50, Byte), CType(57, Byte), CType(104, Byte), CType(54, Byte), CType(147, Byte), CType(157, Byte), CType(220, Byte), CType(61, Byte), CType(1, Byte), CType(0, Byte), CType(37, Byte), CType(177, Byte), CType(141, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(80, Byte), CType(18, Byte), CType(219, Byte), CType(8, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(37, Byte), CType(177, Byte), CType(141, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(80, Byte), CType(18, Byte), CType(219, Byte), CType(8, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(37, Byte), CType(177, Byte), CType(141, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(80, Byte), CType(18, Byte), CType(219, Byte), CType(8, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(37, Byte), CType(177, Byte), CType(141, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(80, Byte), CType(18, Byte), CType(219, Byte), CType(8, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(37, Byte), CType(177, Byte), CType(141, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(80, Byte), CType(18, Byte), CType(219, Byte), CType(8, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(37, Byte), CType(177, Byte), CType(141, Byte), CType(0, Byte), CType(254, Byte), CType(127, Byte), CType(59, Byte), CType(114, Byte), CType(72, Byte), CType(0, Byte), CType(0, Byte), CType(12, Byte), CType(3, Byte), CType(65, Byte), CType(108, Byte), CType(254, Byte), CType(77, Byte), CType(119, Byte), CType(6, Byte), CType(94, Byte), CType(192, Byte), CType(129, Byte), CType(128, Byte), CType(144, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(80, Byte), CType(50, Byte), CType(19, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(160, Byte), CType(100, Byte), CType(38, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(201, Byte), CType(76, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(128, Byte), CType(146, Byte), CType(153, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(37, Byte), CType(51, Byte), CType(1, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(74, Byte), CType(102, Byte), CType(2, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(148, Byte), CType(204, Byte), CType(4, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(40, Byte), CType(153, Byte), CType(9, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(80, Byte), CType(50, Byte), CType(19, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(160, Byte), CType(100, Byte), CType(38, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(64, Byte), CType(199, Byte), CType(189, Byte), CType(15, Byte), CType(249, Byte), CType(200, Byte), CType(12, Byte), CType(155, Byte), CType(1, Byte), CType(240, Byte), CType(125, Byte), CType(1, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(0, Byte), CType(73, Byte), CType(69, Byte), CType(78, Byte), CType(68, Byte), CType(174, Byte), CType(66, Byte), CType(96, Byte), CType(130, Byte)}
Me.picVERAG.Left = 5.096456!
Me.picVERAG.Name = "picVERAG"
Me.picVERAG.SizeMode = GrapeCity.ActiveReports.SectionReportModel.SizeModes.Zoom
@@ -676,6 +667,29 @@ Partial Public Class rptLaufzettelZollDE
Me.TextBox7.Visible = False
Me.TextBox7.Width = 6.67165!
'
+ 'txtFirmaInfo_VERAG
+ '
+ Me.txtFirmaInfo_VERAG.Height = 0.5000001!
+ Me.txtFirmaInfo_VERAG.Left = 0.4775605!
+ Me.txtFirmaInfo_VERAG.Name = "txtFirmaInfo_VERAG"
+ Me.txtFirmaInfo_VERAG.Style = "font-size: 8.25pt; vertical-align: middle; ddo-char-set: 204"
+ Me.txtFirmaInfo_VERAG.Text = "A-4975 Suben" & Global.Microsoft.VisualBasic.ChrW(9) & "Tel. +43 77 11 / 27 77-20 " & Global.Microsoft.VisualBasic.ChrW(9) & Global.Microsoft.VisualBasic.ChrW(9) & " www.verag.ag" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Suben 14-15" & Global.Microsoft.VisualBasic.ChrW(9) & "Fax +4" &
+ "3 77 11 / 27 88 quickstop@verag.ag"
+ Me.txtFirmaInfo_VERAG.Top = 0!
+ Me.txtFirmaInfo_VERAG.Width = 6.67165!
+ '
+ 'TextBox11
+ '
+ Me.TextBox11.Height = 0.5000001!
+ Me.TextBox11.Left = 0.4775591!
+ Me.TextBox11.Name = "TextBox11"
+ Me.TextBox11.Style = "font-size: 8.25pt; vertical-align: middle; ddo-char-set: 204"
+ Me.TextBox11.Text = "D-97337 Dettelbach Tel. +49 9302 8194920" & Global.Microsoft.VisualBasic.ChrW(9) & Global.Microsoft.VisualBasic.ChrW(9) & " www.verag.ag" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Mainfr" &
+ "ankenpark 15" & Global.Microsoft.VisualBasic.ChrW(9) & Global.Microsoft.VisualBasic.ChrW(9) & Global.Microsoft.VisualBasic.ChrW(9) & Global.Microsoft.VisualBasic.ChrW(9) & Global.Microsoft.VisualBasic.ChrW(9) & Global.Microsoft.VisualBasic.ChrW(9) & " quickstop@verag.ag"
+ Me.TextBox11.Top = 0!
+ Me.TextBox11.Visible = False
+ Me.TextBox11.Width = 6.67165!
+ '
'txtGesColli
'
Me.txtGesColli.Height = 0.1574803!
@@ -756,7 +770,6 @@ Partial Public Class rptLaufzettelZollDE
'
'rptLaufzettelZollDE
'
- Me.MasterReport = False
Me.PageSettings.Margins.Bottom = 0.1968504!
Me.PageSettings.Margins.Left = 0.1968504!
Me.PageSettings.Margins.Right = 0.1968504!
@@ -787,7 +800,6 @@ Partial Public Class rptLaufzettelZollDE
CType(Me.lblDetails, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.Label8, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.txtFirmaInfo_ATILLA, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.txtFirmaInfo_VERAG, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.txtFirmaInfo_IMEX, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.picVERAG, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TextBox8, System.ComponentModel.ISupportInitialize).EndInit()
@@ -813,6 +825,8 @@ Partial Public Class rptLaufzettelZollDE
CType(Me.txtFirmeninfo_rontoffice, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.txtFirma_UNISPED, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TextBox7, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.txtFirmaInfo_VERAG, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.TextBox11, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.txtGesColli, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TextBox6, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.txtGesGewicht, System.ComponentModel.ISupportInitialize).EndInit()
@@ -879,4 +893,5 @@ Partial Public Class rptLaufzettelZollDE
Public WithEvents txtPos As GrapeCity.ActiveReports.SectionReportModel.TextBox
Public WithEvents TextBox7 As GrapeCity.ActiveReports.SectionReportModel.TextBox
Public WithEvents TextBox3 As GrapeCity.ActiveReports.SectionReportModel.TextBox
+ Public WithEvents TextBox11 As GrapeCity.ActiveReports.SectionReportModel.TextBox
End Class
diff --git a/SDL/Formulare/KDFormulare/FormulareBaukasten/rptLaufzettelZollDE.resx b/SDL/Formulare/KDFormulare/FormulareBaukasten/rptLaufzettelZollDE.resx
index c56d17af..fb930376 100644
--- a/SDL/Formulare/KDFormulare/FormulareBaukasten/rptLaufzettelZollDE.resx
+++ b/SDL/Formulare/KDFormulare/FormulareBaukasten/rptLaufzettelZollDE.resx
@@ -119,642 +119,6 @@
Wir arbeiten ausschließlich auf Grund der Allgemeinen Spediteurbedingungen in der jeweils geltenden Fassung. Zahlungen werden zunächst auf Frachten, Spesen und Zinsen zuletzt auf Zölle angerechnet. Zahlbar und klagbar in Schärding. Steuer-Zoll-und Tarifauskünfte sind unverbindlich.
-
-
-
-
- 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
- eY08XuJIxkYHmqbj9gQBAABSsI05ucUPAAAAAAAAAABADVaTCEHtLE+RCJx8WD4vp0gcFfZ3cWEVYKqr
- 5Hw5VU6UIySecPo8ebTcR+KoRTcXW83tCQIAAKRgG3Nyix8AAAAAAAAAAIAxWiC3l7vKfWU32UeeK6+U
- N8thcrgcI1+Wb0iEpc6Qs+S3Esdfh8skjgYPy8WFZlCPm2RF7f8mK65JXJ+4Tj+WeOLXCfI5iesZ1/bt
- 8mrZX54se8iDZHuJ8FKE5tzcgbg9QQAAgBRsIwAAAAAAAAAAAAAAAACUxDYCAAAAAAAAAAAAAAAAQEls
- IwAAAAAAAAAAAAAAAACUxDYCAAAAAAAAAAAAAAAAQElsIwAAAAAAAAAAAAAAAACUxDYCAAAAAAAAAAAA
- AAAAQElsIwAAAAAAAAAAAAAAAACUxDYCAAAAAAAAAAAAAAAAQElsIwAAAAAAAAAAAAAAAACUxDYCAAAA
- AAAAAAAAAAAAQElsIwAAAAAAAAAAAAAAAACUxDYCAAAAAAAAAAAAAAAAQElsIwAAAAAAAAAAAAAAAACU
- xDYCAAAAAAAAAAAAAAAAQElsIwAAAAAAAAAAAAAAAACUxDYCAAAAAAAAAAAAAAAAQElsIwAAAAAAAAAA
- AAAAAACUxDYCAAAAAAAAAAAAAAAAQElsIwAAAAAAAAAAAAAAAACUxDYCAAAAAAAAAAAAAAAAQElsIwAA
- AAAAAAAAAAAAAACUxDYCAAAAAAAAAAAAAAAAQElsIwAAAAAAAAAAAAAAAACUxDYCAAAAAAAAAAAAAAAA
- QElsIwAAAAAAAAAAAAAAAACUxDYCAAAAAAAAAAAAAAAAQElsIwAAAAAAAAAAAAAAAACUxDYCAAAAAAAA
- AAAAAAAAQElsIwAAAAAAAAAAAAAAAACUxDYCAAAAAAAAAAAAAAAAQElsIwAAAAAAAAAAAAAAAACUxDYC
- AAAAAAAAAAAAAAAAQElsIwAAAAAAAAAAAAAAAACUxDYCAAAAAAAAAAAAAAAAQElsIwAAAAAAAAAAAAAA
- AACUxDYCAAAAAICqeUuW5raxPESeJa+TD8hn5dtyipwmZ03xMzlZviRHy7vlpfIEWSLriOsLAAAA5bmt
- 3FueKK+SQyXWg1+XH8vUteBPJNaJ35D452It+Ep5sjxQWAtiaO4zUZdMTEwAdVtH7iP7yCvl3RL/+6qc
- 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
- D/nIDJsB8H0BAAAAAElFTkSuQmCCCw==
diff --git a/SDL/Formulare/KDFormulare/frmFormulare.vb b/SDL/Formulare/KDFormulare/frmFormulare.vb
index afcf2d21..84e75223 100644
--- a/SDL/Formulare/KDFormulare/frmFormulare.vb
+++ b/SDL/Formulare/KDFormulare/frmFormulare.vb
@@ -1392,9 +1392,9 @@ Public Class FormularManagerNEU
End If
If usrCntl.cbxEinmaligeVollmacht.Checked Then
- listTowrite = addEinmaligeVM(listTowrite, 0, top + 200, usrCntl.cboSprache._value, usrCntl.txtEinmalig_RgNr.Text, usrCntl.txtEinmalig_RgDat.Text)
+ listTowrite = addEinmaligeVM(listTowrite, 0, top + 220, usrCntl.cboSprache._value, usrCntl.txtEinmalig_RgNr.Text, usrCntl.txtEinmalig_RgDat.Text)
ElseIf usrCntl.cbxEinmaligeVollmachtCarnetATA.Checked Then
- listTowrite = addEinmaligeVMCarnetATA(listTowrite, 0, top + 200, usrCntl.cboSprache._value, usrCntl.txtEinmalig_CarnetATA.Text, "")
+ listTowrite = addEinmaligeVMCarnetATA(listTowrite, 0, top + 220, usrCntl.cboSprache._value, usrCntl.txtEinmalig_CarnetATA.Text, "")
End If
@@ -1900,6 +1900,7 @@ Public Class FormularManagerNEU
Case "WAI" : rpt.txtGrenzstelle.Text = "WAIDHAUS"
Case "SBG" : rpt.txtGrenzstelle.Text = "BAD REICHENHALL"
Case "SFD" : rpt.txtGrenzstelle.Text = "SPIELFELD"
+ Case "DTB" : rpt.txtGrenzstelle.Text = "DETTELBACH"
Case Else : rpt.txtGrenzstelle.Text = AVISO.Grenzstelle.Replace("???", "")
End Select
End If
@@ -1953,6 +1954,12 @@ Public Class FormularManagerNEU
Case "NKD" : ort = "Nickelsdorf"
Case "NEU" : ort = "Neuhaus am Inn"
+ Case "DTB"
+ ort = "Dettelbach"
+ rpt.txtFirmaInfo_VERAG.Visible = False
+ rpt.TextBox11.Visible = True
+ If AVISO.ImEx = "EXPORT" Then rpt.TextBox3.Visible = False
+ rpt.picVERAG.Image = My.Resources.Verag_Spedition_GMBH_Logo
End Select
rpt.TextBox32.Text = "Avisierer (*):"
rpt.txtFraechter.Text = AVISO.Auftraggeber
@@ -4629,11 +4636,33 @@ Public Class FormularManagerNEU
'Select Case VERAG_PROG_ALLGEMEIN.cAllgemein.FIRMA
' Case "FRONTOFFICE", "VERAG"
listTowrite.Add(New VERAG_PROG_ALLGEMEIN.cPDFWriteValues(AVISO.LKW_Nr, 55, 23, 65, 8, "bold", 15, , iTextSharp.text.Element.ALIGN_CENTER))
- 'listTowrite.Add(New VERAG_PROG_ALLGEMEIN.cPDFWriteValues(AVISO.Freigabe.ToShortDateString & " " & AVISO.Freigabe.ToShortTimeString, 141, 47, 50, 8, "bold", 10, , iTextSharp.text.Element.ALIGN_LEFT))
- listTowrite.Add(New VERAG_PROG_ALLGEMEIN.cPDFWriteValues(Now.ToShortDateString & " " & Now.ToShortTimeString, 150, 32, 45, 10, "bold", 12, , iTextSharp.text.Element.ALIGN_CENTER))
- 'If Zollamt = "DE" Then listTowrite.Add(New VERAG_PROG_ALLGEMEIN.cPDFWriteValues("X", 61, 215, 6, 6, "bold", 16, , iTextSharp.text.Element.ALIGN_CENTER))
- 'If Zollamt = "AT" Then listTowrite.Add(New VERAG_PROG_ALLGEMEIN.cPDFWriteValues("X", 61, 263, 6, 6, "bold", 16, , iTextSharp.text.Element.ALIGN_CENTER))
- Return fm.fillPDF("DOKUMENTE", "VORLAGEN", "SONSTIGE", getUO2, "", "zumZoll_Aviso_WAI", listTowrite)
+ 'listTowrite.Add(New VERAG_PROG_ALLGEMEIN.cPDFWriteValues(AVISO.Freigabe.ToShortDateString & " " & AVISO.Freigabe.ToShortTimeString, 141, 47, 50, 8, "bold", 10, , iTextSharp.text.Element.ALIGN_LEFT))
+ listTowrite.Add(New VERAG_PROG_ALLGEMEIN.cPDFWriteValues(Now.ToShortDateString & " " & Now.ToShortTimeString, 150, 32, 45, 10, "bold", 12, , iTextSharp.text.Element.ALIGN_CENTER))
+ 'If Zollamt = "DE" Then listTowrite.Add(New VERAG_PROG_ALLGEMEIN.cPDFWriteValues("X", 61, 215, 6, 6, "bold", 16, , iTextSharp.text.Element.ALIGN_CENTER))
+ 'If Zollamt = "AT" Then listTowrite.Add(New VERAG_PROG_ALLGEMEIN.cPDFWriteValues("X", 61, 263, 6, 6, "bold", 16, , iTextSharp.text.Element.ALIGN_CENTER))
+ Return fm.fillPDF("DOKUMENTE", "VORLAGEN", "SONSTIGE", getUO2, "", "zumZoll_Aviso_WAI", listTowrite)
+ 'End Select
+ ' End If
+ ' End If
+ Return ""
+ End Function
+
+ Shared Function zumZOLL_AVISO_DTB(AVISO As VERAG_PROG_ALLGEMEIN.cAviso) As String
+ Dim fm As New VERAG_PROG_ALLGEMEIN.cFormularManager
+
+ Dim listTowrite As New List(Of VERAG_PROG_ALLGEMEIN.cPDFWriteValues)
+ Dim top = 0
+
+ ' If AVISO.Grenzstelle = "WAI" Then
+ ' If AVISO.Status = VERAG_PROG_ALLGEMEIN.cGlobal.Status_Freigegeben Then
+ 'Select Case VERAG_PROG_ALLGEMEIN.cAllgemein.FIRMA
+ ' Case "FRONTOFFICE", "VERAG"
+ listTowrite.Add(New VERAG_PROG_ALLGEMEIN.cPDFWriteValues(AVISO.LKW_Nr, 55, 23, 65, 8, "bold", 15, , iTextSharp.text.Element.ALIGN_CENTER))
+ 'listTowrite.Add(New VERAG_PROG_ALLGEMEIN.cPDFWriteValues(AVISO.Freigabe.ToShortDateString & " " & AVISO.Freigabe.ToShortTimeString, 141, 47, 50, 8, "bold", 10, , iTextSharp.text.Element.ALIGN_LEFT))
+ listTowrite.Add(New VERAG_PROG_ALLGEMEIN.cPDFWriteValues(Now.ToShortDateString & " " & Now.ToShortTimeString, 150, 32, 45, 10, "bold", 12, , iTextSharp.text.Element.ALIGN_CENTER))
+ 'If Zollamt = "DE" Then listTowrite.Add(New VERAG_PROG_ALLGEMEIN.cPDFWriteValues("X", 61, 215, 6, 6, "bold", 16, , iTextSharp.text.Element.ALIGN_CENTER))
+ 'If Zollamt = "AT" Then listTowrite.Add(New VERAG_PROG_ALLGEMEIN.cPDFWriteValues("X", 61, 263, 6, 6, "bold", 16, , iTextSharp.text.Element.ALIGN_CENTER))
+ Return fm.fillPDF("DOKUMENTE", "VORLAGEN", "SONSTIGE", getUO2, "", "zumZoll_Aviso_DTB", listTowrite)
'End Select
' End If
' End If
diff --git a/SDL/My Project/licenses.licx b/SDL/My Project/licenses.licx
index e02abfc9..d3c99f6c 100644
--- a/SDL/My Project/licenses.licx
+++ b/SDL/My Project/licenses.licx
@@ -1 +1 @@
-
+GrapeCity.ActiveReports.SectionReport, GrapeCity.ActiveReports, Version=15.2.3.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff
diff --git a/SDL/buchhaltung/frmBU_Mahnlauf.vb b/SDL/buchhaltung/frmBU_Mahnlauf.vb
index 05efc8ba..cf7f91ba 100644
--- a/SDL/buchhaltung/frmBU_Mahnlauf.vb
+++ b/SDL/buchhaltung/frmBU_Mahnlauf.vb
@@ -467,7 +467,7 @@ Public Class frmBU_Mahnlauf
Select Case AD.LandKz
Case "TR"
- Mail_Subject = "PAYMENT REIMDER"
+ Mail_Subject = "PAYMENT REMINDER"
Mail_HTMLBody = "Sayin Bayanlar ve Baylar,
ekte baslikta yazan faturayi bulabilirsinz."
Mail_HTMLBody &= "
"
Mail_HTMLBody &= "If you are not responsible for this matter, please send us an e-mail address to buchhaltung@verag.ag,
@@ -484,7 +484,7 @@ Public Class frmBU_Mahnlauf
Mail_HTMLBody &= "
Mit freundlichen Grüßen
" & cFakturierung.getSignature(AD.LandKz, FIRMA.Firma_ID)
Case Else
- Mail_Subject = "PAYMENT REIMDER"
+ Mail_Subject = "PAYMENT REMINDER"
Mail_HTMLBody = "Sehr geehrte Damen und Herren,
attached we send you the invoice reminder."
Mail_HTMLBody &= "
"
Mail_HTMLBody &= "If you are not responsible for this matter, please send us an e-mail address to buchhaltung@verag.ag,
diff --git a/SDL/kunden/usrCntlKundenuebersicht.vb b/SDL/kunden/usrCntlKundenuebersicht.vb
index 9c780a92..4e731b20 100644
--- a/SDL/kunden/usrCntlKundenuebersicht.vb
+++ b/SDL/kunden/usrCntlKundenuebersicht.vb
@@ -862,11 +862,21 @@ Public Class usrCntlKundenuebersicht
End If
- Select Case VERAG_PROG_ALLGEMEIN.cAllgemein.FIRMA
+ Dim FirmaTmp = VERAG_PROG_ALLGEMEIN.cAllgemein.FIRMA
+ If VERAG_PROG_ALLGEMEIN.cBerechtignunen.CHECK_BERECHTIGUNG_bool("OFFERTE_FREMD_VERAGIMEX", "SDL") Or VERAG_PROG_ALLGEMEIN.cBerechtignunen.CHECK_BERECHTIGUNG_bool("FAKTURIERUNG_VERAGIMEX", "SDL") Then
+ FirmaTmp = "VERAGIMEX"
+ End If
+
+ Select Case FirmaTmp
+ ' Select Case VERAG_PROG_ALLGEMEIN.cAllgemein.FIRMA
Case "UNISPED", "IMEX"
.Columns("clmnVermerk").Visible = True
.Columns("clmnTherefore").Visible = False
.Columns("clmnPDF").Visible = True
+ Case "VERAGIMEX"
+ .Columns("clmnVermerk").Visible = True
+ .Columns("clmnTherefore").Visible = True
+ .Columns("clmnPDF").Visible = True
Case "FRONTOFFICE"
.Columns("clmnVermerk").Visible = True
.Columns("clmnTherefore").Visible = True
@@ -2351,10 +2361,36 @@ Public Class usrCntlKundenuebersicht
Me.Cursor = Cursors.Default
End Sub
- Private Sub Button11_Click(sender As Object, e As EventArgs)
+ Private Sub Button11_Click(sender As Object, e As EventArgs) Handles Button11.Click
+ If cboVertrag._value <> "" And datVertrag._value <> "" Then
+ Dim KV As New VERAG_PROG_ALLGEMEIN.cKundenVertraege
+ If Button12.Visible Then
+ If dgvVertraege.SelectedRows.Count = 1 Then
+ KV = New VERAG_PROG_ALLGEMEIN.cKundenVertraege(dgvVertraege.SelectedRows(0).Cells("kv_id").Value)
+ Else
+ Exit Sub
+ End If
+ End If
+ KV.kv_KundenNr = kdNr
+ KV.kv_erhalten_Datum = datVertrag._value
+ 'KV.kv_Zollamt = If(cbxKV.Checked, "GENERELL", txtT1VerzollungsadresseBestimmungszollstelle._value)
+ 'If Not Button9.Visible AndAlso VERAG_PROG_ALLGEMEIN.cKundenVertraege.ENTRY_Exists(kdNr, KV.kv_Zollamt) Then
+ ' MsgBox("Der Eintrag existiert bereits!")
+ ' Exit Sub
+ 'End If
+
+ KV.kv_vertragArtId = cboVertrag._value
+ KV.kv_Info = txtVertragVermerk.Text
+
+ If KV.SAVE Then
+ setKD(kdNr)
+ End If
+ clearKV()
+ End If
End Sub
+
Private Sub Button12_Click(sender As Object, e As EventArgs) Handles Button12.Click
clearKV()
End Sub
@@ -2424,7 +2460,7 @@ Public Class usrCntlKundenuebersicht
End If
End Sub
- Private Sub ToolStripMenuItem7_Click(sender As Object, e As EventArgs) Handles ToolStripMenuItem7.Click, Button11.Click
+ Private Sub ToolStripMenuItem7_Click(sender As Object, e As EventArgs) Handles ToolStripMenuItem7.Click
If dgvVertraege.SelectedRows.Count = 1 Then
If VERAG_PROG_ALLGEMEIN.cBerechtignunen.CHECK_BERECHTIGUNG_bool("Kundendaten_bearbeiten", "SDL") Then
If vbYes = MsgBox("Möchten Sie das PDF wirklich löschen?", vbYesNoCancel) Then
diff --git a/VERAG_PROG_ALLGEMEIN/Benutzerdefinierte Steuerelemente/MySearchBox.vb b/VERAG_PROG_ALLGEMEIN/Benutzerdefinierte Steuerelemente/MySearchBox.vb
index af9b1a8d..1114b352 100644
--- a/VERAG_PROG_ALLGEMEIN/Benutzerdefinierte Steuerelemente/MySearchBox.vb
+++ b/VERAG_PROG_ALLGEMEIN/Benutzerdefinierte Steuerelemente/MySearchBox.vb
@@ -336,7 +336,6 @@ Public Class MySearchBox
Dim dttmp As DataTable = SQL.loadDgvBySql(SQLstr, conn_art, , showerror)
If dttmp IsNot Nothing AndAlso dttmp.Rows.Count > 0 Then
-
Return dttmp.Rows(0)(If(DISPLAY_PARAM = "", KEYPARAM, DISPLAY_PARAM)).ToString
End If
Catch ex As Exception
@@ -536,9 +535,8 @@ Public Class MySearchBox
If Me.DR Is Nothing Then
Me.Text = ""
Else
-
- Me.Text = row(If(DISPLAY_PARAM = "", KEYPARAM, DISPLAY_PARAM)).ToString
Me._value = row(KEYPARAM).ToString
+ Me.Text = row(If(DISPLAY_PARAM = "", KEYPARAM, DISPLAY_PARAM)).ToString
hideDgv(usrcntl)
End If
RaiseEvent VALUE_CHANGED()
diff --git a/VERAG_PROG_ALLGEMEIN/Classes/cAdressen.vb b/VERAG_PROG_ALLGEMEIN/Classes/cAdressen.vb
index db3a6e34..040725e4 100644
--- a/VERAG_PROG_ALLGEMEIN/Classes/cAdressen.vb
+++ b/VERAG_PROG_ALLGEMEIN/Classes/cAdressen.vb
@@ -228,6 +228,13 @@ Public Class cAdressen
+ Public Function getAdressFromatted()
+ getAdressFromatted = Name_1 & " " & If(Name_2, "") & vbNewLine
+ If If(Straße, "") <> "" Then getAdressFromatted &= Straße & vbNewLine
+ getAdressFromatted &= If(LandKz, "") & " " & If(PLZ, "") & " " & If(Ort, "") & vbNewLine
+
+ End Function
+
Public Function doesOrdnungsbegriffExist() As Boolean
diff --git a/VERAG_PROG_ALLGEMEIN/Classes/cMessenger.vb b/VERAG_PROG_ALLGEMEIN/Classes/cMessenger.vb
index e3a90b57..68373e80 100644
--- a/VERAG_PROG_ALLGEMEIN/Classes/cMessenger.vb
+++ b/VERAG_PROG_ALLGEMEIN/Classes/cMessenger.vb
@@ -55,9 +55,11 @@ Public Class cMessenger
Property chat_id As Integer = -1
Property chat_name As String
+ Property chat_art As String = "CHAT"
Property chat_erstelltAm As Date = Now
Property chat_erstelltMaId As Integer
Property chat_aktiv As Boolean = True
+ Property chat_freigegeben As Boolean = True
Public CHAT_MEMBERS As New List(Of cMessenger_ChatMembers)
Public CHAT_MESSAGES As New List(Of cMessenger_ChatMessages)
@@ -82,9 +84,11 @@ Public Class cMessenger
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("chat_id", chat_id,, True))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("chat_name", chat_name))
+ list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("chat_art", chat_art))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("chat_erstelltAm", chat_erstelltAm))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("chat_erstelltMaId", chat_erstelltMaId))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("chat_aktiv", chat_aktiv))
+ list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("chat_freigegeben", chat_freigegeben))
Return list
End Function
@@ -730,6 +734,10 @@ Public Class cMessenger
Property chatMgSt_MaId As Integer
Property chatMgSt_datetime As Date = Now
Property chatMgSt_gelesen As Boolean = False
+ Property chatMgSt_bestaetigt As Boolean = False
+ Property chatMgSt_RM_Option As Object = Nothing
+ Property chatMgSt_RM_Text As Object = Nothing
+ Property chatMgSt_datetimeBestaetigt As Object = Nothing
Dim SQL As New SQL
@@ -739,10 +747,22 @@ Public Class cMessenger
Me.chatMgSt_MaId = chatMgSt_MaId
LOAD()
End Sub
+
Sub New(chatMgSt_chatMsgId, chatMgSt_MaId, chatMgSt_gelesen)
Me.chatMgSt_chatMsgId = chatMgSt_chatMsgId
Me.chatMgSt_MaId = chatMgSt_MaId
Me.chatMgSt_gelesen = chatMgSt_gelesen
+ Me.chatMgSt_bestaetigt = chatMgSt_bestaetigt
+ End Sub
+
+ Sub New(chatMgSt_chatMsgId, chatMgSt_MaId, chatMgSt_gelesen, chatMgSt_bestaetigt, chatMgSt_RM_Option, chatMgSt_RM_Text)
+ Me.chatMgSt_chatMsgId = chatMgSt_chatMsgId
+ Me.chatMgSt_MaId = chatMgSt_MaId
+ Me.chatMgSt_gelesen = chatMgSt_gelesen
+ Me.chatMgSt_bestaetigt = chatMgSt_bestaetigt
+ Me.chatMgSt_RM_Option = chatMgSt_RM_Option
+ Me.chatMgSt_RM_Text = chatMgSt_RM_Text
+
End Sub
Public Function getParameterList() As List(Of VERAG_PROG_ALLGEMEIN.SQLVariable)
@@ -751,11 +771,23 @@ Public Class cMessenger
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("chatMgSt_MaId", chatMgSt_MaId))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("chatMgSt_datetime", chatMgSt_datetime))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("chatMgSt_gelesen", chatMgSt_gelesen))
+ list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("chatMgSt_bestaetigt", chatMgSt_bestaetigt))
+ list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("chatMgSt_RM_Option", chatMgSt_RM_Option))
+ list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("chatMgSt_RM_Text", chatMgSt_RM_Text))
+ list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("chatMgSt_datetimeBestaetigt", [chatMgSt_datetimeBestaetigt]))
Return list
End Function
+ Public Shared Function STATUS_BESTAETIGEN(chatMgSt_chatMsgId, chatMgSt_bestaetigt, Optional chatMgSt_RM_Option = Nothing, Optional chatMgSt_RM_Text = Nothing) As Boolean
+ Dim MGS_STAT As New cMessenger_ChatMessageStatus(chatMgSt_chatMsgId, VERAG_PROG_ALLGEMEIN.cAllgemein.USRID)
+ MGS_STAT.chatMgSt_bestaetigt = chatMgSt_bestaetigt
+ If chatMgSt_RM_Option IsNot Nothing Then MGS_STAT.chatMgSt_RM_Option = chatMgSt_RM_Option
+ If chatMgSt_RM_Text IsNot Nothing Then MGS_STAT.chatMgSt_RM_Text = chatMgSt_RM_Text
+ MGS_STAT.chatMgSt_datetimeBestaetigt = Now
+ Return MGS_STAT.SAVE
+ End Function
Public Function SAVE() As Boolean
Dim list As List(Of VERAG_PROG_ALLGEMEIN.SQLVariable) = getParameterList()
diff --git a/VERAG_PROG_ALLGEMEIN/Classes/cSendungen.vb b/VERAG_PROG_ALLGEMEIN/Classes/cSendungen.vb
index 65ceb624..91ef16a3 100644
--- a/VERAG_PROG_ALLGEMEIN/Classes/cSendungen.vb
+++ b/VERAG_PROG_ALLGEMEIN/Classes/cSendungen.vb
@@ -101,6 +101,7 @@ Public Class cSendungen
Property tblSnd_Vorpapier3 As Object = Nothing
Property tblSnd_Vorpapier3_Pos As Object = Nothing
Property tblSnd_Frachtkosten As Object = Nothing
+ Property tblSnd_FrachtkostenNichtEU As Object = Nothing
Property tblSnd_AbfertigungTR As Object = Nothing
@@ -412,6 +413,7 @@ Public Class cSendungen
Me.tblSnd_Vorpapier3 = SQL.checkNullReturnValue(dr.Item("tblSnd_Vorpapier3"), Nothing)
Me.tblSnd_Vorpapier3_Pos = SQL.checkNullReturnValue(dr.Item("tblSnd_Vorpapier3_Pos"), Nothing)
Me.tblSnd_Frachtkosten = SQL.checkNullReturnValue(dr.Item("tblSnd_Frachtkosten"), Nothing)
+ Me.tblSnd_FrachtkostenNichtEU = SQL.checkNullReturnValue(dr.Item("tblSnd_FrachtkostenNichtEU"), Nothing)
Me.tblSnd_AbfertigungTR = SQL.checkNullReturnValue(dr.Item("tblSnd_AbfertigungTR"), Nothing)
Me.tblSnd_AbfertigungTR_MA = SQL.checkNullReturnValue(dr.Item("tblSnd_AbfertigungTR_MA"), Nothing)
@@ -624,6 +626,7 @@ Public Class cSendungen
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("tblSnd_Vorpapier3", tblSnd_Vorpapier3))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("tblSnd_Vorpapier3_Pos", tblSnd_Vorpapier3_Pos))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("tblSnd_Frachtkosten", tblSnd_Frachtkosten))
+ list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("tblSnd_FrachtkostenNichtEU", tblSnd_FrachtkostenNichtEU))
'If saveStatus Then --> in getUpdateCmd
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("tblSnd_Status", tblSnd_Status,,, Not saveSachbearbeiter))
diff --git a/VERAG_PROG_ALLGEMEIN/DATENSERVER/cDATENSERVER.vb b/VERAG_PROG_ALLGEMEIN/DATENSERVER/cDATENSERVER.vb
index 03ef3bab..c66bd680 100644
--- a/VERAG_PROG_ALLGEMEIN/DATENSERVER/cDATENSERVER.vb
+++ b/VERAG_PROG_ALLGEMEIN/DATENSERVER/cDATENSERVER.vb
@@ -1249,6 +1249,9 @@ Public Class cFormularManager
Shared Function getTMPPath_PDF() As String
Return System.IO.Path.GetTempPath() & Guid.NewGuid().ToString() & ".pdf"
End Function
+ Shared Function getTMPPath_MSG() As String
+ Return System.IO.Path.GetTempPath() & Guid.NewGuid().ToString() & ".msg"
+ End Function
diff --git a/VERAG_PROG_ALLGEMEIN/Messenger/frmMessenger.Designer.vb b/VERAG_PROG_ALLGEMEIN/Messenger/frmMessenger.Designer.vb
index 06788b03..1e88ebc5 100644
--- a/VERAG_PROG_ALLGEMEIN/Messenger/frmMessenger.Designer.vb
+++ b/VERAG_PROG_ALLGEMEIN/Messenger/frmMessenger.Designer.vb
@@ -29,12 +29,26 @@ Partial Class frmMessenger
Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
+ Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
+ Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
+ Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
+ Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMessenger))
Me.SplitContainer = New System.Windows.Forms.SplitContainer()
+ Me.SplitContainer2 = New System.Windows.Forms.SplitContainer()
Me.dgvChats = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
+ Me.Panel6 = New System.Windows.Forms.Panel()
+ Me.cbxInaktiveChats = New System.Windows.Forms.CheckBox()
+ Me.DGVSonstige = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
+ Me.Panel5 = New System.Windows.Forms.Panel()
+ Me.MyTextBox2 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
+ Me.PictureBox2 = New System.Windows.Forms.PictureBox()
+ Me.Label1 = New System.Windows.Forms.Label()
+ Me.Button8 = New System.Windows.Forms.Button()
+ Me.Button9 = New System.Windows.Forms.Button()
Me.btnTEST = New System.Windows.Forms.Button()
Me.Panel2 = New System.Windows.Forms.Panel()
- Me.cbxInaktiveChats = New System.Windows.Forms.CheckBox()
+ Me.CheckBox1 = New System.Windows.Forms.CheckBox()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.MyTextBox1 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
@@ -53,6 +67,7 @@ Partial Class frmMessenger
Me.lblChatName = New System.Windows.Forms.Label()
Me.lblOnlineOffline = New System.Windows.Forms.Label()
Me.pnl = New System.Windows.Forms.Panel()
+ Me.Button4 = New System.Windows.Forms.Button()
Me.pic = New System.Windows.Forms.PictureBox()
Me.FlowLayoutPanel = New System.Windows.Forms.FlowLayoutPanel()
Me.Button3 = New System.Windows.Forms.Button()
@@ -62,12 +77,19 @@ Partial Class frmMessenger
Me.Timer_REFRESH = New System.Windows.Forms.Timer(Me.components)
Me.cntxt = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.ChatDeaktivierenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
- Me.Button4 = New System.Windows.Forms.Button()
CType(Me.SplitContainer, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SplitContainer.Panel1.SuspendLayout()
Me.SplitContainer.Panel2.SuspendLayout()
Me.SplitContainer.SuspendLayout()
+ CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).BeginInit()
+ Me.SplitContainer2.Panel1.SuspendLayout()
+ Me.SplitContainer2.Panel2.SuspendLayout()
+ Me.SplitContainer2.SuspendLayout()
CType(Me.dgvChats, System.ComponentModel.ISupportInitialize).BeginInit()
+ Me.Panel6.SuspendLayout()
+ CType(Me.DGVSonstige, System.ComponentModel.ISupportInitialize).BeginInit()
+ Me.Panel5.SuspendLayout()
+ CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Panel2.SuspendLayout()
Me.Panel1.SuspendLayout()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -90,7 +112,7 @@ Partial Class frmMessenger
'
'SplitContainer.Panel1
'
- Me.SplitContainer.Panel1.Controls.Add(Me.dgvChats)
+ Me.SplitContainer.Panel1.Controls.Add(Me.SplitContainer2)
Me.SplitContainer.Panel1.Controls.Add(Me.btnTEST)
Me.SplitContainer.Panel1.Controls.Add(Me.Panel2)
Me.SplitContainer.Panel1.Controls.Add(Me.Panel1)
@@ -98,10 +120,33 @@ Partial Class frmMessenger
'SplitContainer.Panel2
'
Me.SplitContainer.Panel2.Controls.Add(Me.SplitContainer1)
- Me.SplitContainer.Size = New System.Drawing.Size(817, 728)
- Me.SplitContainer.SplitterDistance = 271
+ Me.SplitContainer.Size = New System.Drawing.Size(817, 1052)
+ Me.SplitContainer.SplitterDistance = 270
Me.SplitContainer.TabIndex = 0
'
+ 'SplitContainer2
+ '
+ Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.SplitContainer2.Location = New System.Drawing.Point(0, 63)
+ Me.SplitContainer2.Margin = New System.Windows.Forms.Padding(2)
+ Me.SplitContainer2.Name = "SplitContainer2"
+ Me.SplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal
+ '
+ 'SplitContainer2.Panel1
+ '
+ Me.SplitContainer2.Panel1.Controls.Add(Me.dgvChats)
+ Me.SplitContainer2.Panel1.Controls.Add(Me.Panel6)
+ '
+ 'SplitContainer2.Panel2
+ '
+ Me.SplitContainer2.Panel2.Controls.Add(Me.DGVSonstige)
+ Me.SplitContainer2.Panel2.Controls.Add(Me.Panel5)
+ Me.SplitContainer2.Panel2Collapsed = True
+ Me.SplitContainer2.Size = New System.Drawing.Size(270, 966)
+ Me.SplitContainer2.SplitterDistance = 590
+ Me.SplitContainer2.SplitterWidth = 3
+ Me.SplitContainer2.TabIndex = 8
+ '
'dgvChats
'
Me.dgvChats.AKTUALISIERUNGS_INTERVALL = -1
@@ -129,7 +174,7 @@ Partial Class frmMessenger
DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgvChats.DefaultCellStyle = DataGridViewCellStyle2
Me.dgvChats.Dock = System.Windows.Forms.DockStyle.Fill
- Me.dgvChats.Location = New System.Drawing.Point(0, 63)
+ Me.dgvChats.Location = New System.Drawing.Point(0, 0)
Me.dgvChats.Name = "dgvChats"
Me.dgvChats.ReadOnly = True
DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
@@ -141,13 +186,164 @@ Partial Class frmMessenger
DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.dgvChats.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
Me.dgvChats.RowHeadersVisible = False
+ Me.dgvChats.RowHeadersWidth = 62
DataGridViewCellStyle4.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.dgvChats.RowsDefaultCellStyle = DataGridViewCellStyle4
Me.dgvChats.RowTemplate.Height = 30
Me.dgvChats.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
- Me.dgvChats.Size = New System.Drawing.Size(271, 635)
+ Me.dgvChats.Size = New System.Drawing.Size(270, 945)
Me.dgvChats.TabIndex = 0
'
+ 'Panel6
+ '
+ Me.Panel6.Controls.Add(Me.cbxInaktiveChats)
+ Me.Panel6.Dock = System.Windows.Forms.DockStyle.Bottom
+ Me.Panel6.Location = New System.Drawing.Point(0, 945)
+ Me.Panel6.Name = "Panel6"
+ Me.Panel6.Size = New System.Drawing.Size(270, 21)
+ Me.Panel6.TabIndex = 7
+ '
+ 'cbxInaktiveChats
+ '
+ Me.cbxInaktiveChats.AutoSize = True
+ Me.cbxInaktiveChats.Location = New System.Drawing.Point(9, 3)
+ Me.cbxInaktiveChats.Name = "cbxInaktiveChats"
+ Me.cbxInaktiveChats.Size = New System.Drawing.Size(93, 17)
+ Me.cbxInaktiveChats.TabIndex = 7
+ Me.cbxInaktiveChats.Text = "inaktive Chats"
+ Me.cbxInaktiveChats.UseVisualStyleBackColor = True
+ '
+ 'DGVSonstige
+ '
+ Me.DGVSonstige.AKTUALISIERUNGS_INTERVALL = -1
+ Me.DGVSonstige.AllowUserToAddRows = False
+ Me.DGVSonstige.AllowUserToDeleteRows = False
+ Me.DGVSonstige.AllowUserToResizeColumns = False
+ Me.DGVSonstige.AllowUserToResizeRows = False
+ Me.DGVSonstige.BackgroundColor = System.Drawing.Color.White
+ DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
+ DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control
+ DataGridViewCellStyle5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText
+ DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight
+ DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText
+ DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
+ Me.DGVSonstige.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle5
+ Me.DGVSonstige.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
+ Me.DGVSonstige.ColumnHeadersVisible = False
+ DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
+ DataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window
+ DataGridViewCellStyle6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText
+ DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight
+ DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText
+ DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
+ Me.DGVSonstige.DefaultCellStyle = DataGridViewCellStyle6
+ Me.DGVSonstige.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.DGVSonstige.Location = New System.Drawing.Point(0, 63)
+ Me.DGVSonstige.Name = "DGVSonstige"
+ Me.DGVSonstige.ReadOnly = True
+ DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
+ DataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control
+ DataGridViewCellStyle7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText
+ DataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight
+ DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText
+ DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
+ Me.DGVSonstige.RowHeadersDefaultCellStyle = DataGridViewCellStyle7
+ Me.DGVSonstige.RowHeadersVisible = False
+ Me.DGVSonstige.RowHeadersWidth = 62
+ DataGridViewCellStyle8.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.DGVSonstige.RowsDefaultCellStyle = DataGridViewCellStyle8
+ Me.DGVSonstige.RowTemplate.Height = 30
+ Me.DGVSonstige.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
+ Me.DGVSonstige.Size = New System.Drawing.Size(150, 0)
+ Me.DGVSonstige.TabIndex = 1
+ '
+ 'Panel5
+ '
+ Me.Panel5.BackColor = System.Drawing.Color.White
+ Me.Panel5.Controls.Add(Me.MyTextBox2)
+ Me.Panel5.Controls.Add(Me.PictureBox2)
+ Me.Panel5.Controls.Add(Me.Label1)
+ Me.Panel5.Controls.Add(Me.Button8)
+ Me.Panel5.Controls.Add(Me.Button9)
+ Me.Panel5.Dock = System.Windows.Forms.DockStyle.Top
+ Me.Panel5.Location = New System.Drawing.Point(0, 0)
+ Me.Panel5.Name = "Panel5"
+ Me.Panel5.Size = New System.Drawing.Size(150, 63)
+ Me.Panel5.TabIndex = 2
+ '
+ 'MyTextBox2
+ '
+ Me.MyTextBox2._DateTimeOnly = False
+ Me.MyTextBox2._numbersOnly = False
+ Me.MyTextBox2._numbersOnlyKommastellen = ""
+ Me.MyTextBox2._numbersOnlyTrennzeichen = True
+ Me.MyTextBox2._Prozent = False
+ Me.MyTextBox2._ShortDateNew = False
+ Me.MyTextBox2._ShortDateOnly = False
+ Me.MyTextBox2._TimeOnly = False
+ Me.MyTextBox2._TimeOnly_Seconds = False
+ Me.MyTextBox2._value = ""
+ Me.MyTextBox2._Waehrung = False
+ Me.MyTextBox2._WaehrungZeichen = True
+ Me.MyTextBox2.ForeColor = System.Drawing.Color.Black
+ Me.MyTextBox2.Location = New System.Drawing.Point(20, 40)
+ Me.MyTextBox2.Margin = New System.Windows.Forms.Padding(2)
+ Me.MyTextBox2.MaxLineLength = -1
+ Me.MyTextBox2.MaxLines_Warning = ""
+ Me.MyTextBox2.MaxLines_Warning_Label = Nothing
+ Me.MyTextBox2.Name = "MyTextBox2"
+ Me.MyTextBox2.Size = New System.Drawing.Size(250, 20)
+ Me.MyTextBox2.TabIndex = 4
+ '
+ 'PictureBox2
+ '
+ Me.PictureBox2.BackgroundImage = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.search
+ Me.PictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
+ Me.PictureBox2.Location = New System.Drawing.Point(3, 40)
+ Me.PictureBox2.Margin = New System.Windows.Forms.Padding(2)
+ Me.PictureBox2.Name = "PictureBox2"
+ Me.PictureBox2.Size = New System.Drawing.Size(13, 18)
+ Me.PictureBox2.TabIndex = 5
+ Me.PictureBox2.TabStop = False
+ '
+ 'Label1
+ '
+ Me.Label1.AutoSize = True
+ Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label1.Location = New System.Drawing.Point(12, 11)
+ Me.Label1.Name = "Label1"
+ Me.Label1.Size = New System.Drawing.Size(113, 20)
+ Me.Label1.TabIndex = 3
+ Me.Label1.Text = "ERWEITERT"
+ '
+ 'Button8
+ '
+ Me.Button8.BackColor = System.Drawing.Color.MediumSeaGreen
+ Me.Button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Button8.ForeColor = System.Drawing.Color.White
+ Me.Button8.Location = New System.Drawing.Point(151, 4)
+ Me.Button8.Name = "Button8"
+ Me.Button8.Size = New System.Drawing.Size(118, 33)
+ Me.Button8.TabIndex = 2
+ Me.Button8.Text = "+ NEU (ADMIN)"
+ Me.Button8.UseVisualStyleBackColor = False
+ Me.Button8.Visible = False
+ '
+ 'Button9
+ '
+ Me.Button9.BackColor = System.Drawing.Color.SteelBlue
+ Me.Button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Button9.ForeColor = System.Drawing.Color.White
+ Me.Button9.Location = New System.Drawing.Point(461, 4)
+ Me.Button9.Name = "Button9"
+ Me.Button9.Size = New System.Drawing.Size(76, 40)
+ Me.Button9.TabIndex = 1
+ Me.Button9.Text = "Senden"
+ Me.Button9.UseVisualStyleBackColor = False
+ '
'btnTEST
'
Me.btnTEST.BackColor = System.Drawing.Color.Red
@@ -163,22 +359,23 @@ Partial Class frmMessenger
'
'Panel2
'
- Me.Panel2.Controls.Add(Me.cbxInaktiveChats)
+ Me.Panel2.Controls.Add(Me.CheckBox1)
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Bottom
- Me.Panel2.Location = New System.Drawing.Point(0, 698)
+ Me.Panel2.Location = New System.Drawing.Point(0, 1029)
Me.Panel2.Name = "Panel2"
- Me.Panel2.Size = New System.Drawing.Size(271, 30)
+ Me.Panel2.Size = New System.Drawing.Size(270, 23)
Me.Panel2.TabIndex = 6
'
- 'cbxInaktiveChats
+ 'CheckBox1
'
- Me.cbxInaktiveChats.AutoSize = True
- Me.cbxInaktiveChats.Location = New System.Drawing.Point(3, 6)
- Me.cbxInaktiveChats.Name = "cbxInaktiveChats"
- Me.cbxInaktiveChats.Size = New System.Drawing.Size(93, 17)
- Me.cbxInaktiveChats.TabIndex = 7
- Me.cbxInaktiveChats.Text = "inaktive Chats"
- Me.cbxInaktiveChats.UseVisualStyleBackColor = True
+ Me.CheckBox1.AutoSize = True
+ Me.CheckBox1.Location = New System.Drawing.Point(9, 5)
+ Me.CheckBox1.Name = "CheckBox1"
+ Me.CheckBox1.Size = New System.Drawing.Size(93, 17)
+ Me.CheckBox1.TabIndex = 7
+ Me.CheckBox1.Text = "inaktive Chats"
+ Me.CheckBox1.UseVisualStyleBackColor = True
+ Me.CheckBox1.Visible = False
'
'Panel1
'
@@ -191,7 +388,7 @@ Partial Class frmMessenger
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
Me.Panel1.Location = New System.Drawing.Point(0, 0)
Me.Panel1.Name = "Panel1"
- Me.Panel1.Size = New System.Drawing.Size(271, 63)
+ Me.Panel1.Size = New System.Drawing.Size(270, 63)
Me.Panel1.TabIndex = 1
'
'MyTextBox1
@@ -199,10 +396,12 @@ Partial Class frmMessenger
Me.MyTextBox1._DateTimeOnly = False
Me.MyTextBox1._numbersOnly = False
Me.MyTextBox1._numbersOnlyKommastellen = ""
+ Me.MyTextBox1._numbersOnlyTrennzeichen = True
Me.MyTextBox1._Prozent = False
Me.MyTextBox1._ShortDateNew = False
Me.MyTextBox1._ShortDateOnly = False
Me.MyTextBox1._TimeOnly = False
+ Me.MyTextBox1._TimeOnly_Seconds = False
Me.MyTextBox1._value = ""
Me.MyTextBox1._Waehrung = False
Me.MyTextBox1._WaehrungZeichen = True
@@ -276,8 +475,8 @@ Partial Class frmMessenger
'SplitContainer1.Panel2
'
Me.SplitContainer1.Panel2.Controls.Add(Me.pnl)
- Me.SplitContainer1.Size = New System.Drawing.Size(542, 728)
- Me.SplitContainer1.SplitterDistance = 446
+ Me.SplitContainer1.Size = New System.Drawing.Size(543, 1052)
+ Me.SplitContainer1.SplitterDistance = 728
Me.SplitContainer1.TabIndex = 0
'
'MyFlowLayoutPanel1
@@ -291,7 +490,7 @@ Partial Class frmMessenger
Me.MyFlowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill
Me.MyFlowLayoutPanel1.Location = New System.Drawing.Point(0, 44)
Me.MyFlowLayoutPanel1.Name = "MyFlowLayoutPanel1"
- Me.MyFlowLayoutPanel1.Size = New System.Drawing.Size(542, 402)
+ Me.MyFlowLayoutPanel1.Size = New System.Drawing.Size(543, 684)
Me.MyFlowLayoutPanel1.TabIndex = 0
'
'UsrCntlMessenger_ChatElement1
@@ -346,7 +545,7 @@ Partial Class frmMessenger
Me.Panel3.Dock = System.Windows.Forms.DockStyle.Top
Me.Panel3.Location = New System.Drawing.Point(0, 0)
Me.Panel3.Name = "Panel3"
- Me.Panel3.Size = New System.Drawing.Size(542, 44)
+ Me.Panel3.Size = New System.Drawing.Size(543, 44)
Me.Panel3.TabIndex = 9
'
'Button5
@@ -357,7 +556,7 @@ Partial Class frmMessenger
Me.Button5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button5.ForeColor = System.Drawing.Color.White
- Me.Button5.Location = New System.Drawing.Point(489, 4)
+ Me.Button5.Location = New System.Drawing.Point(490, 4)
Me.Button5.Name = "Button5"
Me.Button5.Size = New System.Drawing.Size(49, 33)
Me.Button5.TabIndex = 8
@@ -370,7 +569,7 @@ Partial Class frmMessenger
Me.Panel4.BackColor = System.Drawing.Color.Black
Me.Panel4.Location = New System.Drawing.Point(4, 43)
Me.Panel4.Name = "Panel4"
- Me.Panel4.Size = New System.Drawing.Size(534, 1)
+ Me.Panel4.Size = New System.Drawing.Size(535, 1)
Me.Panel4.TabIndex = 6
'
'lblChatName
@@ -389,7 +588,7 @@ Partial Class frmMessenger
Me.lblOnlineOffline.BackColor = System.Drawing.Color.MediumSeaGreen
Me.lblOnlineOffline.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.lblOnlineOffline.ForeColor = System.Drawing.Color.White
- Me.lblOnlineOffline.Location = New System.Drawing.Point(377, 4)
+ Me.lblOnlineOffline.Location = New System.Drawing.Point(378, 4)
Me.lblOnlineOffline.Name = "lblOnlineOffline"
Me.lblOnlineOffline.Size = New System.Drawing.Size(106, 33)
Me.lblOnlineOffline.TabIndex = 5
@@ -409,14 +608,26 @@ Partial Class frmMessenger
Me.pnl.Dock = System.Windows.Forms.DockStyle.Fill
Me.pnl.Location = New System.Drawing.Point(0, 0)
Me.pnl.Name = "pnl"
- Me.pnl.Size = New System.Drawing.Size(542, 278)
+ Me.pnl.Size = New System.Drawing.Size(543, 320)
Me.pnl.TabIndex = 0
'
+ 'Button4
+ '
+ Me.Button4.BackColor = System.Drawing.Color.SteelBlue
+ Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Button4.ForeColor = System.Drawing.Color.White
+ Me.Button4.Location = New System.Drawing.Point(462, 90)
+ Me.Button4.Name = "Button4"
+ Me.Button4.Size = New System.Drawing.Size(76, 25)
+ Me.Button4.TabIndex = 8
+ Me.Button4.Text = "Chat History"
+ Me.Button4.UseVisualStyleBackColor = False
+ '
'pic
'
Me.pic.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.pic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.pic.Location = New System.Drawing.Point(10, 255)
+ Me.pic.Location = New System.Drawing.Point(11, 299)
Me.pic.Name = "pic"
Me.pic.Size = New System.Drawing.Size(524, 20)
Me.pic.TabIndex = 7
@@ -431,7 +642,7 @@ Partial Class frmMessenger
Me.FlowLayoutPanel.AutoScroll = True
Me.FlowLayoutPanel.Location = New System.Drawing.Point(4, 121)
Me.FlowLayoutPanel.Name = "FlowLayoutPanel"
- Me.FlowLayoutPanel.Size = New System.Drawing.Size(534, 136)
+ Me.FlowLayoutPanel.Size = New System.Drawing.Size(534, 176)
Me.FlowLayoutPanel.TabIndex = 6
'
'Button3
@@ -465,7 +676,7 @@ Partial Class frmMessenger
Me.rtbChatMessage.Font = New System.Drawing.Font("Comic Sans MS", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.rtbChatMessage.Location = New System.Drawing.Point(3, 3)
Me.rtbChatMessage.Name = "rtbChatMessage"
- Me.rtbChatMessage.Size = New System.Drawing.Size(453, 112)
+ Me.rtbChatMessage.Size = New System.Drawing.Size(454, 112)
Me.rtbChatMessage.TabIndex = 0
Me.rtbChatMessage.Text = ""
'
@@ -490,23 +701,11 @@ Partial Class frmMessenger
Me.ChatDeaktivierenToolStripMenuItem.Size = New System.Drawing.Size(166, 22)
Me.ChatDeaktivierenToolStripMenuItem.Text = "Chat deaktivieren"
'
- 'Button4
- '
- Me.Button4.BackColor = System.Drawing.Color.SteelBlue
- Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.Button4.ForeColor = System.Drawing.Color.White
- Me.Button4.Location = New System.Drawing.Point(462, 90)
- Me.Button4.Name = "Button4"
- Me.Button4.Size = New System.Drawing.Size(76, 25)
- Me.Button4.TabIndex = 8
- Me.Button4.Text = "Chat History"
- Me.Button4.UseVisualStyleBackColor = False
- '
'frmMessenger
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(817, 728)
+ Me.ClientSize = New System.Drawing.Size(817, 1052)
Me.Controls.Add(Me.SplitContainer)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmMessenger"
@@ -516,7 +715,17 @@ Partial Class frmMessenger
Me.SplitContainer.Panel2.ResumeLayout(False)
CType(Me.SplitContainer, System.ComponentModel.ISupportInitialize).EndInit()
Me.SplitContainer.ResumeLayout(False)
+ Me.SplitContainer2.Panel1.ResumeLayout(False)
+ Me.SplitContainer2.Panel2.ResumeLayout(False)
+ CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).EndInit()
+ Me.SplitContainer2.ResumeLayout(False)
CType(Me.dgvChats, System.ComponentModel.ISupportInitialize).EndInit()
+ Me.Panel6.ResumeLayout(False)
+ Me.Panel6.PerformLayout()
+ CType(Me.DGVSonstige, System.ComponentModel.ISupportInitialize).EndInit()
+ Me.Panel5.ResumeLayout(False)
+ Me.Panel5.PerformLayout()
+ CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
Me.Panel2.ResumeLayout(False)
Me.Panel2.PerformLayout()
Me.Panel1.ResumeLayout(False)
@@ -543,7 +752,6 @@ Partial Class frmMessenger
Friend WithEvents pnl As Panel
Friend WithEvents btn As Button
Friend WithEvents rtbChatMessage As RichTextBox
- Friend WithEvents Panel1 As Panel
Friend WithEvents lbl As Label
Friend WithEvents Button2 As Button
Friend WithEvents Button1 As Button
@@ -555,7 +763,6 @@ Partial Class frmMessenger
Friend WithEvents btnTEST As Button
Friend WithEvents TimerNEW_MESSAGE As Timer
Friend WithEvents Timer_REFRESH As Timer
- Friend WithEvents Panel2 As Panel
Friend WithEvents cbxInaktiveChats As CheckBox
Friend WithEvents cntxt As ContextMenuStrip
Friend WithEvents ChatDeaktivierenToolStripMenuItem As ToolStripMenuItem
@@ -569,4 +776,16 @@ Partial Class frmMessenger
Friend WithEvents PictureBox1 As PictureBox
Friend WithEvents MyTextBox1 As MyTextBox
Friend WithEvents Button4 As Button
+ Friend WithEvents SplitContainer2 As SplitContainer
+ Friend WithEvents Panel5 As Panel
+ Friend WithEvents MyTextBox2 As MyTextBox
+ Friend WithEvents PictureBox2 As PictureBox
+ Friend WithEvents Label1 As Label
+ Friend WithEvents Button8 As Button
+ Friend WithEvents Button9 As Button
+ Friend WithEvents DGVSonstige As MyDatagridview
+ Friend WithEvents Panel2 As Panel
+ Friend WithEvents Panel1 As Panel
+ Friend WithEvents Panel6 As Panel
+ Friend WithEvents CheckBox1 As CheckBox
End Class
diff --git a/VERAG_PROG_ALLGEMEIN/Messenger/frmMessenger.vb b/VERAG_PROG_ALLGEMEIN/Messenger/frmMessenger.vb
index c6f7adc7..59d85d30 100644
--- a/VERAG_PROG_ALLGEMEIN/Messenger/frmMessenger.vb
+++ b/VERAG_PROG_ALLGEMEIN/Messenger/frmMessenger.vb
@@ -79,6 +79,15 @@ Public Class frmMessenger
TimerNEW_MESSAGE.Enabled = True
intiDGVChats()
+ 'If VERAG_PROG_ALLGEMEIN.cBerechtignunen.CHECK_BERECHTIGUNG_bool("OFFERTE_FREMD_VERAGIMEX", "SDL") Or VERAG_PROG_ALLGEMEIN.cBerechtignunen.CHECK_BERECHTIGUNG_bool("FAKTURIERUNG_VERAGIMEX", "SDL") Then
+ ' Button8.Visible = True
+ 'End If
+ 'If VERAG_PROG_ALLGEMEIN.cBerechtignunen.CHECK_BERECHTIGUNG_bool("OFFERTE_FREMD_VERAGIMEX", "SDL") Or VERAG_PROG_ALLGEMEIN.cBerechtignunen.CHECK_BERECHTIGUNG_bool("FAKTURIERUNG_VERAGIMEX", "SDL") Then
+ ' Button8.Visible = True
+ 'End If
+
+
+
If My.Application.Info.AssemblyName = "SDL" Then
lbl.Text = "CHAT"
End If
@@ -174,6 +183,101 @@ Public Class frmMessenger
,(SELECT REPLACE(COUNT(*),'0','') FROM tblMessenger_ChatMessages INNER JOIN tblMessenger_ChatMessageStatus ON chatMgSt_chatMsgId=chatMg_id WHERE [chat_id]=chatMg_chatId AND chatMgSt_MaId=" & VERAG_PROG_ALLGEMEIN.cAllgemein.USRID & " AND chatMgSt_gelesen=0) as ungelesen ,chat_lastMsg
FROM [tblMessenger_Chat] WHERE (SELECT COUNT(*) FROM tblMessenger_ChatMembers WHERE chatMB_chatId=chat_id AND chatMB_maId=" & VERAG_PROG_ALLGEMEIN.cAllgemein.USRID & ")>0
AND chat_aktiv='" & (Not cbxInaktiveChats.Checked) & "'
+ AND chat_art IN ('CHAT')
+ ) as T " & whereName & " ORDER BY chat_lastMsg DESC", "ADMIN")
+
+ If .Columns.Count = 0 Then Exit Sub
+
+ .Columns("chat_id").Visible = False
+ .Columns("chat_lastMsg").Visible = False
+ .Columns("chat_name").AutoSizeMode = DataGridViewAutoSizeColumnMode.Fill
+ .Columns("ungelesen").Width = 30
+ .Columns("ungelesen").HeaderText = "neu"
+ .Columns("ungelesen").DefaultCellStyle.ForeColor = Color.White
+ .Columns("ungelesen").DefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleCenter
+ .Columns("ungelesen").DefaultCellStyle.Font = New Font(.Font.FontFamily, 7, FontStyle.Bold)
+
+ dgvChats.GetOrder()
+
+ If selFirst Then
+ dgvChats.ClearSelection()
+ SplitContainer1.Enabled = False
+
+ If .Rows.Count > 0 Then
+ loaded = True
+ SplitContainer1.Enabled = True
+ .Rows(0).Selected = True
+ End If
+ loaded = loadedTmp
+ Else
+
+
+ If Not reloadChat Then
+ dgvChats.ClearSelection()
+ If dgv_ChatID > 0 Then
+ For Each r As DataGridViewRow In .Rows
+ If r.Cells("chat_id").Value = dgv_ChatID Then
+ dgvChats.ClearSelection()
+ r.Selected = True : Exit For
+ End If
+ Next
+ End If
+ loaded = loadedTmp
+ Else
+
+ dgvChats.ClearSelection()
+ SplitContainer1.Enabled = False
+
+ If dgv_ChatID > 0 Then
+ For Each r As DataGridViewRow In .Rows
+ If r.Cells("chat_id").Value = dgv_ChatID Then
+ dgvChats.ClearSelection()
+ SplitContainer1.Enabled = True
+ r.Selected = True : Exit For
+ End If
+ Next
+ End If
+
+ End If
+ End If
+ dgvChats.SetOrder()
+ If dgvChats.SelectedRows.Count > 0 Then dgvChats.FirstDisplayedCell = dgvChats.SelectedRows(0).Cells("chat_name")
+ 'dgvChats.ClearSelection()
+ 'SplitContainer1.Enabled = False
+
+ 'If dgv_ChatID > 0 Then
+ ' For Each r As DataGridViewRow In .Rows
+ ' If r.Cells("chat_id").Value = dgv_ChatID Then
+ ' dgvChats.ClearSelection()
+ ' SplitContainer1.Enabled = True
+ ' r.Selected = True : Exit For
+ ' End If
+ ' Next
+ 'End If
+
+
+ End With
+ If Not selFirst Then rtbChatMessage.Focus()
+
+ End Sub
+ Sub intiDGVSonstige(Optional dgv_ChatID = -1, Optional reloadChat = True, Optional selFirst = False)
+ With dgvChats
+ Dim loadedTmp = loaded
+ If Not reloadChat Then
+ loaded = False
+ End If
+
+ Dim whereName = ""
+ If MyTextBox1.Text.Trim <> String.Empty Then
+ whereName = " WHERE chat_name LIKE '%" & MyTextBox1.Text.Trim & "%' "
+ End If
+
+ .DataSource = SQL.loadDgvBySql("SELECT * FROM(
+ SELECT [chat_id],CASE WHEN chat_name<>'' THEN chat_name ELSE (SELECT TOP 1 mit_vname + ' ' + mit_nname FROM tblMessenger_ChatMembers INNER JOIN tblMitarbeiter ON mit_id=chatMb_maId where chatMb_chatId=chat_id AND chatMb_maId <>" & VERAG_PROG_ALLGEMEIN.cAllgemein.USRID & ") END as chat_name
+ ,(SELECT REPLACE(COUNT(*),'0','') FROM tblMessenger_ChatMessages INNER JOIN tblMessenger_ChatMessageStatus ON chatMgSt_chatMsgId=chatMg_id WHERE [chat_id]=chatMg_chatId AND chatMgSt_MaId=" & VERAG_PROG_ALLGEMEIN.cAllgemein.USRID & " AND chatMgSt_gelesen=0) as ungelesen ,chat_lastMsg
+ FROM [tblMessenger_Chat] WHERE (SELECT COUNT(*) FROM tblMessenger_ChatMembers WHERE chatMB_chatId=chat_id AND chatMB_maId=" & VERAG_PROG_ALLGEMEIN.cAllgemein.USRID & ")>0
+ AND chat_aktiv='" & (Not cbxInaktiveChats.Checked) & "'
+ AND chat_art NOT IN ('CHAT')
) as T " & whereName & " ORDER BY chat_lastMsg DESC", "ADMIN")
If .Columns.Count = 0 Then Exit Sub
@@ -252,6 +356,8 @@ Public Class frmMessenger
End Sub
+
+
Private Sub dgvChats_SelectionChanged(sender As Object, e As EventArgs) Handles dgvChats.SelectionChanged
If Not loaded Then Exit Sub
topMessagesDateHistory = Nothing ' zurücksetzen des HistoryDate
@@ -290,6 +396,16 @@ Public Class frmMessenger
End If
End If
checkOnlineOffline()
+
+
+
+ Select Case CHAT.chat_art
+ Case "UMFRAGE", "MITTEILUNG", "ARBEITSANWEISUNG"
+ pnl.Enabled = False
+ Case Else
+ pnl.Enabled = True
+ End Select
+
Catch ex As Exception
MsgBox(ex.Message & ex.StackTrace)
End Try
@@ -357,6 +473,16 @@ Public Class frmMessenger
Dim CHAT_ITEM As New usrCntlMessenger_ChatElementDEL(MSG)
checkUsrId(MSG, CHAT_ITEM)
Return (CHAT_ITEM)
+
+ Case "UMFRAGE"
+ Dim CHAT_ITEM As New usrCntlMessenger_ChatElementUmfrage(MSG)
+ checkUsrId(MSG, CHAT_ITEM)
+ Return (CHAT_ITEM)
+
+ Case "MITTEILUNG"
+ Dim CHAT_ITEM As New usrCntlMessenger_ChatElementMitteilung(MSG)
+ checkUsrId(MSG, CHAT_ITEM)
+ Return (CHAT_ITEM)
End Select
Return Nothing
End Function
@@ -448,6 +574,16 @@ Public Class frmMessenger
CHAT_ITEM.setBgCOLOR(Color.FromArgb(192, 255, 192))
End If
End Sub
+ Sub checkUsrId(MSG As VERAG_PROG_ALLGEMEIN.cMessenger.cMessenger_ChatMessages, CHAT_ITEM As usrCntlMessenger_ChatElementMitteilung)
+ If MSG.chatMg_maId = VERAG_PROG_ALLGEMEIN.cAllgemein.USRID Then
+ CHAT_ITEM.Margin = New Padding(MyFlowLayoutPanel1.Width - CHAT_ITEM.Width - 30, 0, 0, 0)
+ 'CHAT_ITEM.Left = (MyFlowLayoutPanel1.Width - CHAT_ITEM.Width - 30)
+ 'CHAT_ITEM.Anchor = AnchorStyles.None
+ 'CHAT_ITEM.Dock = DockStyle.Right
+ ' CHAT_ITEM.Dock = DockStyle.Right
+ CHAT_ITEM.setBgCOLOR(Color.FromArgb(192, 255, 192))
+ End If
+ End Sub
Sub checkUsrId(MSG As VERAG_PROG_ALLGEMEIN.cMessenger.cMessenger_ChatMessages, CHAT_ITEM As usrCntlMessenger_ChatElementDEL)
If MSG.chatMg_maId = VERAG_PROG_ALLGEMEIN.cAllgemein.USRID Then
CHAT_ITEM.Margin = New Padding(MyFlowLayoutPanel1.Width - CHAT_ITEM.Width - 30, 0, 0, 0)
@@ -479,6 +615,11 @@ Public Class frmMessenger
End If
End Sub
+ Sub checkUsrId(MSG As VERAG_PROG_ALLGEMEIN.cMessenger.cMessenger_ChatMessages, CHAT_ITEM As usrCntlMessenger_ChatElementUmfrage)
+ If MSG.chatMg_maId = VERAG_PROG_ALLGEMEIN.cAllgemein.USRID Then
+ CHAT_ITEM.Margin = New Padding(MyFlowLayoutPanel1.Width - CHAT_ITEM.Width - 30, 0, 0, 0)
+ End If
+ End Sub
Private Sub btn_Click(sender As Object, e As EventArgs) Handles btn.Click
If Not CHAT.chat_aktiv Then MsgBox("Chat inaktiv!") : Exit Sub
@@ -885,7 +1026,23 @@ Public Class frmMessenger
+
'Private Sub rtbChatMessage_TextChanged(sender As Object, e As EventArgs) Handles rtbChatMessage.TextChanged
' FlowLayoutPanel.Enabled = (rtbChatMessage.Text = "")
'End Sub
+
+ Private Sub MyTextBox2_TextChanged(sender As Object, e As EventArgs) Handles MyTextBox2.Leave
+ intiDGVSonstige(, False, True)
+ End Sub
+
+ Private Sub MyTextBox2_KeyDown(sender As Object, e As KeyEventArgs) Handles MyTextBox2.KeyUp
+ If e.KeyCode = Keys.Return Or MyTextBox2.Text = "" Then
+ intiDGVSonstige(, False, True)
+ End If
+ End Sub
+
+ Private Sub Button8_Click(sender As Object, e As EventArgs) Handles Button8.Click
+ Dim f As New frmMessenger_SonstigeNEW()
+ f.ShowDialog(Me)
+ End Sub
End Class
\ No newline at end of file
diff --git a/VERAG_PROG_ALLGEMEIN/Messenger/frmMessenger_Members.Designer.vb b/VERAG_PROG_ALLGEMEIN/Messenger/frmMessenger_Members.Designer.vb
index aaec229d..c15aa969 100644
--- a/VERAG_PROG_ALLGEMEIN/Messenger/frmMessenger_Members.Designer.vb
+++ b/VERAG_PROG_ALLGEMEIN/Messenger/frmMessenger_Members.Designer.vb
@@ -64,7 +64,8 @@ Partial Class frmMessenger_Members
DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgvChatMembers.DefaultCellStyle = DataGridViewCellStyle2
- Me.dgvChatMembers.Location = New System.Drawing.Point(12, 24)
+ Me.dgvChatMembers.Location = New System.Drawing.Point(18, 37)
+ Me.dgvChatMembers.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.dgvChatMembers.Name = "dgvChatMembers"
Me.dgvChatMembers.ReadOnly = True
DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
@@ -76,16 +77,18 @@ Partial Class frmMessenger_Members
DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.dgvChatMembers.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
Me.dgvChatMembers.RowHeadersVisible = False
+ Me.dgvChatMembers.RowHeadersWidth = 62
Me.dgvChatMembers.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
- Me.dgvChatMembers.Size = New System.Drawing.Size(327, 323)
+ Me.dgvChatMembers.Size = New System.Drawing.Size(490, 497)
Me.dgvChatMembers.TabIndex = 2
'
'lbl
'
Me.lbl.AutoSize = True
- Me.lbl.Location = New System.Drawing.Point(9, 8)
+ Me.lbl.Location = New System.Drawing.Point(14, 12)
+ Me.lbl.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
Me.lbl.Name = "lbl"
- Me.lbl.Size = New System.Drawing.Size(55, 13)
+ Me.lbl.Size = New System.Drawing.Size(81, 20)
Me.lbl.TabIndex = 4
Me.lbl.Text = "Mitglieder:"
'
@@ -94,9 +97,10 @@ Partial Class frmMessenger_Members
Me.Button2.BackColor = System.Drawing.Color.MediumSeaGreen
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button2.ForeColor = System.Drawing.Color.White
- Me.Button2.Location = New System.Drawing.Point(268, 353)
+ Me.Button2.Location = New System.Drawing.Point(402, 543)
+ Me.Button2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button2.Name = "Button2"
- Me.Button2.Size = New System.Drawing.Size(71, 33)
+ Me.Button2.Size = New System.Drawing.Size(106, 51)
Me.Button2.TabIndex = 5
Me.Button2.Text = "+ NEU"
Me.Button2.UseVisualStyleBackColor = False
@@ -107,9 +111,10 @@ Partial Class frmMessenger_Members
Me.Button1.BackColor = System.Drawing.Color.Red
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button1.ForeColor = System.Drawing.Color.White
- Me.Button1.Location = New System.Drawing.Point(179, 353)
+ Me.Button1.Location = New System.Drawing.Point(268, 543)
+ Me.Button1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(83, 33)
+ Me.Button1.Size = New System.Drawing.Size(124, 51)
Me.Button1.TabIndex = 6
Me.Button1.Text = "- Entfernen"
Me.Button1.UseVisualStyleBackColor = False
@@ -118,51 +123,62 @@ Partial Class frmMessenger_Members
'DataGridViewTextBoxColumn1
'
Me.DataGridViewTextBoxColumn1.HeaderText = "Column1"
+ Me.DataGridViewTextBoxColumn1.MinimumWidth = 8
Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
Me.DataGridViewTextBoxColumn1.Visible = False
+ Me.DataGridViewTextBoxColumn1.Width = 150
'
'DataGridViewTextBoxColumn2
'
Me.DataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
Me.DataGridViewTextBoxColumn2.HeaderText = "Name"
+ Me.DataGridViewTextBoxColumn2.MinimumWidth = 8
Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
'
'DataGridViewTextBoxColumn3
'
Me.DataGridViewTextBoxColumn3.HeaderText = "Firma"
+ Me.DataGridViewTextBoxColumn3.MinimumWidth = 8
Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3"
+ Me.DataGridViewTextBoxColumn3.Width = 150
'
'clmnMaId
'
Me.clmnMaId.HeaderText = "Column1"
+ Me.clmnMaId.MinimumWidth = 8
Me.clmnMaId.Name = "clmnMaId"
Me.clmnMaId.ReadOnly = True
Me.clmnMaId.Visible = False
+ Me.clmnMaId.Width = 150
'
'clmnName
'
Me.clmnName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
Me.clmnName.HeaderText = "Name"
+ Me.clmnName.MinimumWidth = 8
Me.clmnName.Name = "clmnName"
Me.clmnName.ReadOnly = True
'
'clmnFirma
'
Me.clmnFirma.HeaderText = "Firma"
+ Me.clmnFirma.MinimumWidth = 8
Me.clmnFirma.Name = "clmnFirma"
Me.clmnFirma.ReadOnly = True
+ Me.clmnFirma.Width = 150
'
'frmMessenger_Members
'
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
+ Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 20.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.White
- Me.ClientSize = New System.Drawing.Size(347, 394)
+ Me.ClientSize = New System.Drawing.Size(520, 606)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.lbl)
Me.Controls.Add(Me.dgvChatMembers)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
+ Me.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
Me.Name = "frmMessenger_Members"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Mitglieder"
diff --git a/VERAG_PROG_ALLGEMEIN/Messenger/frmMessenger_Members.vb b/VERAG_PROG_ALLGEMEIN/Messenger/frmMessenger_Members.vb
index aa5a27d9..480d8b09 100644
--- a/VERAG_PROG_ALLGEMEIN/Messenger/frmMessenger_Members.vb
+++ b/VERAG_PROG_ALLGEMEIN/Messenger/frmMessenger_Members.vb
@@ -70,4 +70,12 @@ Public Class frmMessenger_Members
Next
End If
End Sub
+
+ Private Sub lbl_Click(sender As Object, e As EventArgs) Handles lbl.Click
+
+ End Sub
+
+ Private Sub dgvChatMembers_CellContentClick(sender As Object, e As DataGridViewCellEventArgs) Handles dgvChatMembers.CellContentClick
+
+ End Sub
End Class
\ No newline at end of file
diff --git a/VERAG_PROG_ALLGEMEIN/Messenger/frmMessenger_SonstigeNEW.Designer.vb b/VERAG_PROG_ALLGEMEIN/Messenger/frmMessenger_SonstigeNEW.Designer.vb
new file mode 100644
index 00000000..8631aa2a
--- /dev/null
+++ b/VERAG_PROG_ALLGEMEIN/Messenger/frmMessenger_SonstigeNEW.Designer.vb
@@ -0,0 +1,531 @@
+
+Partial Class frmMessenger_SonstigeNEW
+ Inherits System.Windows.Forms.Form
+
+ 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
+
+ Protected Overrides Sub Dispose(ByVal disposing As Boolean)
+ Try
+ If disposing AndAlso components IsNot Nothing Then
+ components.Dispose()
+ End If
+ Finally
+ MyBase.Dispose(disposing)
+ End Try
+ End Sub
+
+ 'Wird vom Windows Form-Designer benötigt.
+ Private components As System.ComponentModel.IContainer
+
+ 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
+ 'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
+ 'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
+
+ Private Sub InitializeComponent()
+ Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
+ Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
+ Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
+ Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMessenger_SonstigeNEW))
+ Me.lblErrArt = New System.Windows.Forms.Label()
+ Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
+ Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
+ Me.DataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
+ Me.SplitContainer = New System.Windows.Forms.SplitContainer()
+ Me.pnlMain = New System.Windows.Forms.Panel()
+ Me.Panel2 = New System.Windows.Forms.Panel()
+ Me.Button8 = New System.Windows.Forms.Button()
+ Me.pnl = New System.Windows.Forms.Panel()
+ Me.Button3 = New System.Windows.Forms.Button()
+ Me.lblErrName = New System.Windows.Forms.Label()
+ Me.cboArt = New VERAG_PROG_ALLGEMEIN.MyComboBox()
+ Me.Label4 = New System.Windows.Forms.Label()
+ Me.Label3 = New System.Windows.Forms.Label()
+ Me.MyTextBox1 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
+ Me.Label2 = New System.Windows.Forms.Label()
+ Me.Button7 = New System.Windows.Forms.Button()
+ Me.Button5 = New System.Windows.Forms.Button()
+ Me.Panel3 = New System.Windows.Forms.Panel()
+ Me.Button4 = New System.Windows.Forms.Button()
+ Me.Button2 = New System.Windows.Forms.Button()
+ Me.Button1 = New System.Windows.Forms.Button()
+ Me.Button6 = New System.Windows.Forms.Button()
+ Me.dgvChatMembers = New System.Windows.Forms.DataGridView()
+ Me.DataGridViewTextBoxColumn7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
+ Me.DataGridViewTextBoxColumn8 = New System.Windows.Forms.DataGridViewTextBoxColumn()
+ Me.DataGridViewTextBoxColumn9 = New System.Windows.Forms.DataGridViewTextBoxColumn()
+ Me.Label1 = New System.Windows.Forms.Label()
+ Me.DataGridViewTextBoxColumn10 = New System.Windows.Forms.DataGridViewTextBoxColumn()
+ Me.DataGridViewTextBoxColumn11 = New System.Windows.Forms.DataGridViewTextBoxColumn()
+ Me.DataGridViewTextBoxColumn12 = New System.Windows.Forms.DataGridViewTextBoxColumn()
+ CType(Me.SplitContainer, System.ComponentModel.ISupportInitialize).BeginInit()
+ Me.SplitContainer.Panel1.SuspendLayout()
+ Me.SplitContainer.Panel2.SuspendLayout()
+ Me.SplitContainer.SuspendLayout()
+ Me.Panel2.SuspendLayout()
+ Me.pnl.SuspendLayout()
+ Me.Panel3.SuspendLayout()
+ CType(Me.dgvChatMembers, System.ComponentModel.ISupportInitialize).BeginInit()
+ Me.SuspendLayout()
+ '
+ 'lblErrArt
+ '
+ Me.lblErrArt.AutoSize = True
+ Me.lblErrArt.ForeColor = System.Drawing.Color.Red
+ Me.lblErrArt.Location = New System.Drawing.Point(126, 164)
+ Me.lblErrArt.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
+ Me.lblErrArt.Name = "lblErrArt"
+ Me.lblErrArt.Size = New System.Drawing.Size(68, 13)
+ Me.lblErrArt.TabIndex = 4
+ Me.lblErrArt.Text = "Art angeben!"
+ Me.lblErrArt.Visible = False
+ '
+ 'DataGridViewTextBoxColumn1
+ '
+ Me.DataGridViewTextBoxColumn1.HeaderText = "Column1"
+ Me.DataGridViewTextBoxColumn1.MinimumWidth = 8
+ Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
+ Me.DataGridViewTextBoxColumn1.Visible = False
+ Me.DataGridViewTextBoxColumn1.Width = 150
+ '
+ 'DataGridViewTextBoxColumn2
+ '
+ Me.DataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
+ Me.DataGridViewTextBoxColumn2.HeaderText = "Name"
+ Me.DataGridViewTextBoxColumn2.MinimumWidth = 8
+ Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
+ '
+ 'DataGridViewTextBoxColumn3
+ '
+ Me.DataGridViewTextBoxColumn3.HeaderText = "Firma"
+ Me.DataGridViewTextBoxColumn3.MinimumWidth = 8
+ Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3"
+ Me.DataGridViewTextBoxColumn3.Width = 150
+ '
+ 'SplitContainer
+ '
+ Me.SplitContainer.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.SplitContainer.Location = New System.Drawing.Point(0, 0)
+ Me.SplitContainer.Name = "SplitContainer"
+ '
+ 'SplitContainer.Panel1
+ '
+ Me.SplitContainer.Panel1.Controls.Add(Me.pnlMain)
+ Me.SplitContainer.Panel1.Controls.Add(Me.Panel2)
+ Me.SplitContainer.Panel1.Controls.Add(Me.pnl)
+ '
+ 'SplitContainer.Panel2
+ '
+ Me.SplitContainer.Panel2.Controls.Add(Me.Button5)
+ Me.SplitContainer.Panel2.Controls.Add(Me.Panel3)
+ Me.SplitContainer.Panel2.Controls.Add(Me.Button6)
+ Me.SplitContainer.Panel2.Controls.Add(Me.dgvChatMembers)
+ Me.SplitContainer.Panel2.Controls.Add(Me.Label1)
+ Me.SplitContainer.Size = New System.Drawing.Size(1502, 1171)
+ Me.SplitContainer.SplitterDistance = 1019
+ Me.SplitContainer.TabIndex = 11
+ '
+ 'pnlMain
+ '
+ Me.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.pnlMain.Location = New System.Drawing.Point(0, 187)
+ Me.pnlMain.Name = "pnlMain"
+ Me.pnlMain.Size = New System.Drawing.Size(1019, 861)
+ Me.pnlMain.TabIndex = 9
+ '
+ 'Panel2
+ '
+ Me.Panel2.BackColor = System.Drawing.Color.WhiteSmoke
+ Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.Panel2.Controls.Add(Me.Button8)
+ Me.Panel2.Dock = System.Windows.Forms.DockStyle.Bottom
+ Me.Panel2.Location = New System.Drawing.Point(0, 1048)
+ Me.Panel2.Name = "Panel2"
+ Me.Panel2.Size = New System.Drawing.Size(1019, 123)
+ Me.Panel2.TabIndex = 12
+ '
+ 'Button8
+ '
+ Me.Button8.BackColor = System.Drawing.Color.White
+ Me.Button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Button8.ForeColor = System.Drawing.Color.Black
+ Me.Button8.Location = New System.Drawing.Point(762, 28)
+ Me.Button8.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.Button8.Name = "Button8"
+ Me.Button8.Size = New System.Drawing.Size(240, 75)
+ Me.Button8.TabIndex = 16
+ Me.Button8.Text = "Speichern"
+ Me.Button8.UseVisualStyleBackColor = False
+ '
+ 'pnl
+ '
+ Me.pnl.BackColor = System.Drawing.Color.WhiteSmoke
+ Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.pnl.Controls.Add(Me.Button3)
+ Me.pnl.Controls.Add(Me.lblErrName)
+ Me.pnl.Controls.Add(Me.cboArt)
+ Me.pnl.Controls.Add(Me.Label4)
+ Me.pnl.Controls.Add(Me.Label3)
+ Me.pnl.Controls.Add(Me.lblErrArt)
+ Me.pnl.Controls.Add(Me.MyTextBox1)
+ Me.pnl.Controls.Add(Me.Label2)
+ Me.pnl.Controls.Add(Me.Button7)
+ Me.pnl.Dock = System.Windows.Forms.DockStyle.Top
+ Me.pnl.Location = New System.Drawing.Point(0, 0)
+ Me.pnl.Name = "pnl"
+ Me.pnl.Size = New System.Drawing.Size(1019, 187)
+ Me.pnl.TabIndex = 8
+ '
+ 'Button3
+ '
+ Me.Button3.BackColor = System.Drawing.Color.Red
+ Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Button3.ForeColor = System.Drawing.Color.White
+ Me.Button3.Location = New System.Drawing.Point(878, 30)
+ Me.Button3.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.Button3.Name = "Button3"
+ Me.Button3.Size = New System.Drawing.Size(124, 51)
+ Me.Button3.TabIndex = 14
+ Me.Button3.Text = "Löschen"
+ Me.Button3.UseVisualStyleBackColor = False
+ Me.Button3.Visible = False
+ '
+ 'lblErrName
+ '
+ Me.lblErrName.AutoSize = True
+ Me.lblErrName.ForeColor = System.Drawing.Color.Red
+ Me.lblErrName.Location = New System.Drawing.Point(126, 63)
+ Me.lblErrName.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
+ Me.lblErrName.Name = "lblErrName"
+ Me.lblErrName.Size = New System.Drawing.Size(83, 13)
+ Me.lblErrName.TabIndex = 10
+ Me.lblErrName.Text = "Name angeben!"
+ Me.lblErrName.Visible = False
+ '
+ 'cboArt
+ '
+ Me.cboArt._allowedValuesFreiText = Nothing
+ Me.cboArt._allowFreiText = False
+ Me.cboArt._value = ""
+ Me.cboArt.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
+ Me.cboArt.FormattingEnabled = True
+ Me.cboArt.Location = New System.Drawing.Point(130, 126)
+ Me.cboArt.Name = "cboArt"
+ Me.cboArt.Size = New System.Drawing.Size(674, 37)
+ Me.cboArt.TabIndex = 9
+ '
+ 'Label4
+ '
+ Me.Label4.AutoSize = True
+ Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
+ Me.Label4.Location = New System.Drawing.Point(28, 126)
+ Me.Label4.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
+ Me.Label4.Name = "Label4"
+ Me.Label4.Size = New System.Drawing.Size(48, 29)
+ Me.Label4.TabIndex = 8
+ Me.Label4.Text = "Art:"
+ '
+ 'Label3
+ '
+ Me.Label3.AutoSize = True
+ Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
+ Me.Label3.Location = New System.Drawing.Point(28, 89)
+ Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
+ Me.Label3.Name = "Label3"
+ Me.Label3.Size = New System.Drawing.Size(84, 29)
+ Me.Label3.TabIndex = 7
+ Me.Label3.Text = "Name:"
+ '
+ 'MyTextBox1
+ '
+ Me.MyTextBox1._DateTimeOnly = False
+ Me.MyTextBox1._numbersOnly = False
+ Me.MyTextBox1._numbersOnlyKommastellen = ""
+ Me.MyTextBox1._numbersOnlyTrennzeichen = True
+ Me.MyTextBox1._Prozent = False
+ Me.MyTextBox1._ShortDateNew = False
+ Me.MyTextBox1._ShortDateOnly = False
+ Me.MyTextBox1._TimeOnly = False
+ Me.MyTextBox1._TimeOnly_Seconds = False
+ Me.MyTextBox1._value = ""
+ Me.MyTextBox1._Waehrung = False
+ Me.MyTextBox1._WaehrungZeichen = True
+ Me.MyTextBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
+ Me.MyTextBox1.ForeColor = System.Drawing.Color.Black
+ Me.MyTextBox1.Location = New System.Drawing.Point(130, 86)
+ Me.MyTextBox1.MaxLength = 200
+ Me.MyTextBox1.MaxLineLength = -1
+ Me.MyTextBox1.MaxLines_Warning = ""
+ Me.MyTextBox1.MaxLines_Warning_Label = Nothing
+ Me.MyTextBox1.Name = "MyTextBox1"
+ Me.MyTextBox1.Size = New System.Drawing.Size(673, 35)
+ Me.MyTextBox1.TabIndex = 6
+ '
+ 'Label2
+ '
+ Me.Label2.AutoSize = True
+ Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label2.Location = New System.Drawing.Point(27, 28)
+ Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
+ Me.Label2.Name = "Label2"
+ Me.Label2.Size = New System.Drawing.Size(230, 29)
+ Me.Label2.TabIndex = 5
+ Me.Label2.Text = "CHAT Erweiterung"
+ '
+ 'Button7
+ '
+ Me.Button7.BackColor = System.Drawing.Color.MediumSeaGreen
+ Me.Button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Button7.ForeColor = System.Drawing.Color.White
+ Me.Button7.Location = New System.Drawing.Point(811, 88)
+ Me.Button7.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.Button7.Name = "Button7"
+ Me.Button7.Size = New System.Drawing.Size(191, 75)
+ Me.Button7.TabIndex = 4
+ Me.Button7.Text = "Erstellen"
+ Me.Button7.UseVisualStyleBackColor = False
+ '
+ 'Button5
+ '
+ Me.Button5.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.Button5.BackColor = System.Drawing.Color.Red
+ Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Button5.ForeColor = System.Drawing.Color.White
+ Me.Button5.Location = New System.Drawing.Point(212, 977)
+ Me.Button5.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.Button5.Name = "Button5"
+ Me.Button5.Size = New System.Drawing.Size(124, 51)
+ Me.Button5.TabIndex = 12
+ Me.Button5.Text = "- Entfernen"
+ Me.Button5.UseVisualStyleBackColor = False
+ Me.Button5.Visible = False
+ '
+ 'Panel3
+ '
+ Me.Panel3.BackColor = System.Drawing.Color.WhiteSmoke
+ Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.Panel3.Controls.Add(Me.Button4)
+ Me.Panel3.Controls.Add(Me.Button2)
+ Me.Panel3.Controls.Add(Me.Button1)
+ Me.Panel3.Dock = System.Windows.Forms.DockStyle.Bottom
+ Me.Panel3.Location = New System.Drawing.Point(0, 1048)
+ Me.Panel3.Name = "Panel3"
+ Me.Panel3.Size = New System.Drawing.Size(479, 123)
+ Me.Panel3.TabIndex = 13
+ '
+ 'Button4
+ '
+ Me.Button4.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.Button4.BackColor = System.Drawing.Color.Red
+ Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Button4.ForeColor = System.Drawing.Color.White
+ Me.Button4.Location = New System.Drawing.Point(79, 28)
+ Me.Button4.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.Button4.Name = "Button4"
+ Me.Button4.Size = New System.Drawing.Size(124, 75)
+ Me.Button4.TabIndex = 15
+ Me.Button4.Text = "Verbergen"
+ Me.Button4.UseVisualStyleBackColor = False
+ Me.Button4.Visible = False
+ '
+ 'Button2
+ '
+ Me.Button2.BackColor = System.Drawing.Color.MediumSeaGreen
+ Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Button2.ForeColor = System.Drawing.Color.White
+ Me.Button2.Location = New System.Drawing.Point(919, 28)
+ Me.Button2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.Button2.Name = "Button2"
+ Me.Button2.Size = New System.Drawing.Size(191, 75)
+ Me.Button2.TabIndex = 4
+ Me.Button2.Text = "Erstellen"
+ Me.Button2.UseVisualStyleBackColor = False
+ '
+ 'Button1
+ '
+ Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.Button1.BackColor = System.Drawing.Color.MediumSeaGreen
+ Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Button1.ForeColor = System.Drawing.Color.White
+ Me.Button1.Location = New System.Drawing.Point(211, 28)
+ Me.Button1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.Button1.Name = "Button1"
+ Me.Button1.Size = New System.Drawing.Size(240, 75)
+ Me.Button1.TabIndex = 4
+ Me.Button1.Text = "Freigeben" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(Chat starten)"
+ Me.Button1.UseVisualStyleBackColor = False
+ '
+ 'Button6
+ '
+ Me.Button6.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.Button6.BackColor = System.Drawing.Color.MediumSeaGreen
+ Me.Button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Button6.ForeColor = System.Drawing.Color.White
+ Me.Button6.Location = New System.Drawing.Point(346, 977)
+ Me.Button6.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.Button6.Name = "Button6"
+ Me.Button6.Size = New System.Drawing.Size(106, 51)
+ Me.Button6.TabIndex = 11
+ Me.Button6.Text = "+ NEU"
+ Me.Button6.UseVisualStyleBackColor = False
+ Me.Button6.Visible = False
+ '
+ 'dgvChatMembers
+ '
+ Me.dgvChatMembers.AllowUserToAddRows = False
+ Me.dgvChatMembers.AllowUserToDeleteRows = False
+ Me.dgvChatMembers.AllowUserToResizeColumns = False
+ Me.dgvChatMembers.AllowUserToResizeRows = False
+ Me.dgvChatMembers.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
+ Or System.Windows.Forms.AnchorStyles.Left) _
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.dgvChatMembers.BackgroundColor = System.Drawing.Color.White
+ DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
+ DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control
+ DataGridViewCellStyle1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText
+ DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
+ DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
+ DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
+ Me.dgvChatMembers.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
+ Me.dgvChatMembers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
+ Me.dgvChatMembers.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn7, Me.DataGridViewTextBoxColumn8, Me.DataGridViewTextBoxColumn9})
+ DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
+ DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window
+ DataGridViewCellStyle2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
+ DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
+ DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
+ DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
+ Me.dgvChatMembers.DefaultCellStyle = DataGridViewCellStyle2
+ Me.dgvChatMembers.Location = New System.Drawing.Point(16, 31)
+ Me.dgvChatMembers.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.dgvChatMembers.Name = "dgvChatMembers"
+ Me.dgvChatMembers.ReadOnly = True
+ DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
+ DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control
+ DataGridViewCellStyle3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
+ DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
+ DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
+ DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
+ Me.dgvChatMembers.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
+ Me.dgvChatMembers.RowHeadersVisible = False
+ Me.dgvChatMembers.RowHeadersWidth = 62
+ Me.dgvChatMembers.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
+ Me.dgvChatMembers.Size = New System.Drawing.Size(436, 936)
+ Me.dgvChatMembers.TabIndex = 7
+ '
+ 'DataGridViewTextBoxColumn7
+ '
+ Me.DataGridViewTextBoxColumn7.HeaderText = "Column1"
+ Me.DataGridViewTextBoxColumn7.MinimumWidth = 8
+ Me.DataGridViewTextBoxColumn7.Name = "DataGridViewTextBoxColumn7"
+ Me.DataGridViewTextBoxColumn7.ReadOnly = True
+ Me.DataGridViewTextBoxColumn7.Visible = False
+ Me.DataGridViewTextBoxColumn7.Width = 150
+ '
+ 'DataGridViewTextBoxColumn8
+ '
+ Me.DataGridViewTextBoxColumn8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
+ Me.DataGridViewTextBoxColumn8.HeaderText = "Name"
+ Me.DataGridViewTextBoxColumn8.MinimumWidth = 8
+ Me.DataGridViewTextBoxColumn8.Name = "DataGridViewTextBoxColumn8"
+ Me.DataGridViewTextBoxColumn8.ReadOnly = True
+ '
+ 'DataGridViewTextBoxColumn9
+ '
+ Me.DataGridViewTextBoxColumn9.HeaderText = "Firma"
+ Me.DataGridViewTextBoxColumn9.MinimumWidth = 8
+ Me.DataGridViewTextBoxColumn9.Name = "DataGridViewTextBoxColumn9"
+ Me.DataGridViewTextBoxColumn9.ReadOnly = True
+ Me.DataGridViewTextBoxColumn9.Width = 150
+ '
+ 'Label1
+ '
+ Me.Label1.AutoSize = True
+ Me.Label1.Location = New System.Drawing.Point(12, 9)
+ Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
+ Me.Label1.Name = "Label1"
+ Me.Label1.Size = New System.Drawing.Size(55, 13)
+ Me.Label1.TabIndex = 8
+ Me.Label1.Text = "Mitglieder:"
+ '
+ 'DataGridViewTextBoxColumn10
+ '
+ Me.DataGridViewTextBoxColumn10.HeaderText = "Column1"
+ Me.DataGridViewTextBoxColumn10.MinimumWidth = 8
+ Me.DataGridViewTextBoxColumn10.Name = "DataGridViewTextBoxColumn10"
+ Me.DataGridViewTextBoxColumn10.Visible = False
+ Me.DataGridViewTextBoxColumn10.Width = 150
+ '
+ 'DataGridViewTextBoxColumn11
+ '
+ Me.DataGridViewTextBoxColumn11.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
+ Me.DataGridViewTextBoxColumn11.HeaderText = "Name"
+ Me.DataGridViewTextBoxColumn11.MinimumWidth = 8
+ Me.DataGridViewTextBoxColumn11.Name = "DataGridViewTextBoxColumn11"
+ '
+ 'DataGridViewTextBoxColumn12
+ '
+ Me.DataGridViewTextBoxColumn12.HeaderText = "Firma"
+ Me.DataGridViewTextBoxColumn12.MinimumWidth = 8
+ Me.DataGridViewTextBoxColumn12.Name = "DataGridViewTextBoxColumn12"
+ Me.DataGridViewTextBoxColumn12.Width = 150
+ '
+ 'frmMessenger_SonstigeNEW
+ '
+ Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 20.0!)
+ Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
+ Me.BackColor = System.Drawing.Color.White
+ Me.ClientSize = New System.Drawing.Size(1502, 1171)
+ Me.Controls.Add(Me.SplitContainer)
+ Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
+ Me.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.Name = "frmMessenger_SonstigeNEW"
+ Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
+ Me.Text = "Mitglieder"
+ Me.SplitContainer.Panel1.ResumeLayout(False)
+ Me.SplitContainer.Panel2.ResumeLayout(False)
+ Me.SplitContainer.Panel2.PerformLayout()
+ CType(Me.SplitContainer, System.ComponentModel.ISupportInitialize).EndInit()
+ Me.SplitContainer.ResumeLayout(False)
+ Me.Panel2.ResumeLayout(False)
+ Me.pnl.ResumeLayout(False)
+ Me.pnl.PerformLayout()
+ Me.Panel3.ResumeLayout(False)
+ CType(Me.dgvChatMembers, System.ComponentModel.ISupportInitialize).EndInit()
+ Me.ResumeLayout(False)
+
+ End Sub
+ Friend WithEvents lblErrArt As Windows.Forms.Label
+ Friend WithEvents DataGridViewTextBoxColumn1 As Windows.Forms.DataGridViewTextBoxColumn
+ Friend WithEvents DataGridViewTextBoxColumn2 As Windows.Forms.DataGridViewTextBoxColumn
+ Friend WithEvents DataGridViewTextBoxColumn3 As Windows.Forms.DataGridViewTextBoxColumn
+ Friend WithEvents SplitContainer As Windows.Forms.SplitContainer
+ Friend WithEvents pnl As Windows.Forms.Panel
+ Friend WithEvents dgvChatMembers As Windows.Forms.DataGridView
+ Friend WithEvents DataGridViewTextBoxColumn7 As Windows.Forms.DataGridViewTextBoxColumn
+ Friend WithEvents DataGridViewTextBoxColumn8 As Windows.Forms.DataGridViewTextBoxColumn
+ Friend WithEvents DataGridViewTextBoxColumn9 As Windows.Forms.DataGridViewTextBoxColumn
+ Friend WithEvents Label1 As Windows.Forms.Label
+ Friend WithEvents DataGridViewTextBoxColumn10 As Windows.Forms.DataGridViewTextBoxColumn
+ Friend WithEvents DataGridViewTextBoxColumn11 As Windows.Forms.DataGridViewTextBoxColumn
+ Friend WithEvents DataGridViewTextBoxColumn12 As Windows.Forms.DataGridViewTextBoxColumn
+ Friend WithEvents Label2 As Windows.Forms.Label
+ Friend WithEvents Button7 As Windows.Forms.Button
+ Friend WithEvents cboArt As MyComboBox
+ Friend WithEvents Label4 As Windows.Forms.Label
+ Friend WithEvents Label3 As Windows.Forms.Label
+ Friend WithEvents MyTextBox1 As MyTextBox
+ Friend WithEvents lblErrName As Windows.Forms.Label
+ Friend WithEvents pnlMain As Windows.Forms.Panel
+ Friend WithEvents Panel2 As Windows.Forms.Panel
+ Friend WithEvents Button3 As Windows.Forms.Button
+ Friend WithEvents Button5 As Windows.Forms.Button
+ Friend WithEvents Panel3 As Windows.Forms.Panel
+ Friend WithEvents Button4 As Windows.Forms.Button
+ Friend WithEvents Button2 As Windows.Forms.Button
+ Friend WithEvents Button1 As Windows.Forms.Button
+ Friend WithEvents Button6 As Windows.Forms.Button
+ Friend WithEvents Button8 As Windows.Forms.Button
+End Class
diff --git a/VERAG_PROG_ALLGEMEIN/Messenger/frmMessenger_SonstigeNEW.resx b/VERAG_PROG_ALLGEMEIN/Messenger/frmMessenger_SonstigeNEW.resx
new file mode 100644
index 00000000..08ab4773
--- /dev/null
+++ b/VERAG_PROG_ALLGEMEIN/Messenger/frmMessenger_SonstigeNEW.resx
@@ -0,0 +1,989 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ True
+
+
+ True
+
+
+
+
+ AAABAAEAgIAAAAEAGAAoyAAAFgAAACgAAACAAAAAAAEAAAEAGAAAAAAAAMgAAMQOAADEDgAAAAAAAAAA
+ AACRbEd5TB+CWC59USZ8USV9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9
+ USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9
+ USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9
+ USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9
+ USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9
+ USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9
+ USZ9USZ9USZ9USZ8USV9USaCWC55TB+RbEd4Sx5mMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwB4Sx5/VClmMwBuPg5r
+ OglrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhr
+ OQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhr
+ OQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhr
+ OQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhr
+ OQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhr
+ OQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhr
+ OQhrOgluPg5mMwB/VCl0RhhmMwBmMwBnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFn
+ NAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFn
+ NAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFn
+ NAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFn
+ NAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFn
+ NAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFn
+ NAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFmMwBmMwB0RhhzRBVmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBz
+ RBV3Sh1mMwBnNQJmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBnNQJmMwB3Sh18UCRmMwBqOQdnNAFmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBnNAFqOQdmMwB8UCR9USZmMwBrOQhn
+ NAFmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBnNAFrOQhmMwB9USZ9USZmMwBrOQhnNAFmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBnNAFrOQhmMwB9USZ9USZmMwBrOQhnNAFmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBnNAFrOQhmMwB9
+ USZ9USZmMwBrOQhnNAFmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBnNAFrOQhmMwB9USZ9USZmMwBrOQhnNAFmMwBmMwBmMwBmMwDm4N3/////////
+ ///////39fR0SSZmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCAXUL/////////////////
+ //////////////////////////////////////////////90SSZmMwBmMwBmMwBmMwBmMwB0SSb39fT/
+ //////////////9mMwBmMwBmMwBmMwBmMwBmMwBmMwCAXUL///////////////////+YfWtmMwBmMwBm
+ MwBmMwB0SSbu6+n////////////39fR0SSZmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwD39fT/////
+ ///////////Bs6pmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwC3p5zUy8X////////////////L
+ v7itmo1mMwBmMwCYfWv///////90SSZmMwBmMwBmMwBmMwBmMwBnNAFrOQhmMwB9USZ9USZmMwBrOQhn
+ NAFmMwBmMwBmMwB0SSb////////////////////////Lv7hmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwDu6+n///////////////////////////////////////////////////////////+j
+ jH1mMwBmMwBmMwBmMwBmMwBmMwDm4N3///////////////+MblhmMwBmMwBmMwBmMwBmMwBmMwC3p5z/
+ ///////////////m4N1mMwBmMwBmMwBmMwBmMwBmMwCYfWv////////////////Bs6pmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwB0SSb///////////////////+jjH1mMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCt
+ mo3////////////////////////////////////m4N2Mbli3p5z///////+jjH1mMwBmMwBmMwBmMwBm
+ MwBnNAFrOQhmMwB9USZ9USZmMwBrOQhnNAFmMwBmMwBmMwCMblj///////////////////////////+M
+ blhmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDUy8X/////////////////////////////
+ ///////////////////////////////Lv7hmMwBmMwBmMwBmMwBmMwBmMwDBs6r///////////////+3
+ p5xmMwBmMwBmMwBmMwBmMwBmMwDm4N3///////////////+3p5xmMwBmMwBmMwBmMwBmMwBmMwBmMwDU
+ y8X///////////////+AXUJmMwBmMwBmMwBmMwBmMwBmMwBmMwCYfWv///////////////////90SSZm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwDLv7j////////////////////////////////////////////39fTm
+ 4N3///////+3p5xmMwBmMwBmMwBmMwBmMwBnNAFrOQhmMwB9USZ9USZmMwBrOQhnNAFmMwBmMwBmMwC3
+ p5z////////////////////////////d1tFmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwC3
+ p5z////////////////39fRmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwCjjH3////////////////Lv7hmMwBmMwBmMwBmMwBmMwCAXUL///////////////////90
+ SSZmMwBmMwBmMwBmMwBmMwBmMwBmMwCAXUL39fT////////////Lv7hmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwC3p5z////////////////39fRmMwBmMwBmMwBmMwBmMwBmMwBmMwC3p5z////////////////////U
+ y8WAXUJmMwBmMwC3p5z39fT////////////////////Uy8VmMwBmMwBmMwBmMwBmMwBnNAFrOQhmMwB9
+ USZ9USZmMwBrOQhnNAFmMwBmMwBmMwDBs6r////////////////u6+n///////////+tmo1mMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCMblj///////////////////90SSZmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCMblj////////////////m4N1mMwBmMwBmMwBm
+ MwBmMwC3p5z////////////////Uy8VmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwC3p5z/////////
+ ///////////////////////////////////////////////////////Uy8VmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwD39fT////////////////Lv7hmMwBmMwBmMwBmMwBmMwCAXULu6+n////////////////39fRm
+ MwBmMwBmMwBmMwBmMwBnNAFrOQhmMwB9USZ9USZmMwBrOQhnNAFmMwBmMwBmMwDm4N3/////////////
+ //+jjH3////////////u6+lmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwB0SSb/////////////
+ //////+jjH1mMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwD3
+ 9fT///////////////90SSZmMwBmMwBmMwBmMwDm4N3///////////////+jjH1mMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwDu6+n/////////////////////////////////////////////////////
+ //////+3p5xmMwBmMwBmMwBmMwBmMwBmMwCjjH3///////////////////+MblhmMwBmMwBmMwBmMwBm
+ MwBmMwCMblj///////////////////90SSZmMwBmMwBmMwBmMwBnNAFrOQhmMwB9USZ9USZmMwBrOQhn
+ NAFmMwBmMwBmMwD39fT///////////////9mMwDLv7j///////////+3p5xmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwDm4N3////////////////Bs6pmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDUy8X///////////////+YfWtmMwBmMwBmMwCAXUL/////////
+ ///////39fR0SSZmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCYfWv/////////////////////
+ //////////////////////////////////////+jjH1mMwBmMwBmMwBmMwBmMwBmMwC3p5z/////////
+ //////////9mMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDUy8X///////////////+jjH1mMwBmMwBmMwBm
+ MwBnNAFrOQhmMwB9USZ9USZmMwBrOQhnNAFmMwBmMwCMblj////////////////m4N1mMwCAXUL39fT/
+ ///////39fSAXUJmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDBs6r////////////////Uy8VmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwC3p5z/////////////
+ ///////////////////////////////////////u6+lmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwDUy8X////////////u6+lmMwBmMwBmMwBmMwCMblj///////////////////90SSZmMwBm
+ MwBmMwBmMwBmMwBmMwC3p5z///////////////////9mMwBmMwBmMwB0SSb/////////////////////
+ //////////////+3p5xmMwBmMwBmMwBmMwBnNAFrOQhmMwB9USZ9USZmMwBrOQhnNAFmMwBmMwCjjH3/
+ ///////////////Uy8VmMwBmMwC3p5z////////////Lv7hmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwC3p5z////////////////////////////////////////////////////m4N1mMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwCjjH3////////////////////////////////////////////////////////////d
+ 1tGMblhmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCAXUL///////////////+tmo1mMwBmMwBmMwCt
+ mo3////////////////m4N1mMwBmMwBmMwBmMwBmMwBmMwBmMwC3p5z///////////////////90SSZm
+ MwBmMwBmMwDm4N3////////////////////////////////Uy8VmMwBmMwBmMwBmMwBnNAFrOQhmMwB9
+ USZ9USZmMwBrOQhnNAFmMwBmMwC3p5z///////////////+3p5xmMwBmMwB0SSb39fT///////////+Y
+ fWtmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCMblj/////////////////////////////////////////
+ //////////////9mMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwB0SSb/////////////////////////////
+ //////////////////////////////////////+YfWtmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwC3
+ p5z////////////39fR0SSZmMwBmMwDBs6r////////////////Uy8VmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwCjjH3///////////////////+jjH1mMwBmMwBmMwDBs6r////////////////////////////////3
+ 9fRmMwBmMwBmMwBmMwBnNAFrOQhmMwB9USZ9USZmMwBrOQhnNAFmMwBmMwDUy8X///////////////+t
+ mo1mMwBmMwBmMwCtmo3////////////m4N1mMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwD39fT/////
+ //////////////////////////////////////////////+YfWtmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwDu6+n///////////////90SSZmMwBmMwBmMwBmMwBmMwCjjH3m4N3////////////////39fR0SSZm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDu6+n///////////+3p5xmMwBmMwDUy8X/////////////
+ //+3p5xmMwBmMwBmMwBmMwBmMwBmMwBmMwB0SSb////////////////////Bs6pmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBnNAFrOQhmMwB9USZ9USZmMwBrOQhn
+ NAFmMwBmMwDu6+n///////////////+MblhmMwBmMwBmMwBmMwDu6+n///////////+tmo1mMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwDd1tH////////////////Bs6pmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDUy8X///////////////+YfWtmMwBmMwBmMwBmMwBmMwBm
+ MwB0SSbu6+n///////////////+3p5xmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCjjH3/////////
+ ///39fSAXUJmMwD39fT///////////////+MblhmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDUy8X/////
+ ///////////39fRmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDBs6r////Uy8W3p5y3p5yYfWtmMwBmMwBm
+ MwBnNAFrOQhmMwB9USZ9USZmMwBrOQhnNAFmMwB0SSb///////////////////90SSZmMwBmMwBmMwBm
+ MwCtmo3////////////u6+l0SSZmMwBmMwBmMwBmMwBmMwBmMwBmMwDBs6r////////////////m4N1m
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwC3p5z/////////
+ //////+3p5xmMwBmMwBmMwBmMwBmMwBmMwBmMwDLv7j////////////////Bs6pmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwDUy8X////////////Lv7h0SSb///////////////////90SSZmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwCYfWv///////////////////+3p5xmMwBmMwBmMwBmMwBmMwBmMwBmMwDu
+ 6+n///////////////+jjH1mMwBmMwBmMwBnNAFrOQhmMwB9USZ9USZmMwBrOQhnNAFmMwCYfWv/////
+ ///////////u6+lmMwBmMwBmMwBmMwBmMwBmMwDd1tH///////////+3p5xmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwCjjH3///////////////////90SSZmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwCYfWv////////////////Uy8VmMwBmMwBmMwBmMwBmMwBmMwBmMwDm4N3/////
+ //////////+3p5xmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCAXUL///////////////+tmo3/
+ ///////////////m4N1mMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDBs6r/////////////////
+ //+YfWtmMwBmMwBmMwBmMwBmMwCtmo3////////////////u6+lmMwBmMwBmMwBmMwBnNAFrOQhmMwB9
+ USZ9USZmMwBrOQhnNAFmMwC3p5z////////////////Uy8VmMwBmMwBmMwBmMwBmMwBmMwCYfWv/////
+ //////////+AXUJmMwBmMwBmMwBmMwBmMwBmMwCAXUL///////////////////+MblhmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwB0SSb////////////////u6+lmMwBm
+ MwBmMwBmMwBmMwCAXULLv7j///////////////////+MblhmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwC3p5z////////////////////////////////Lv7hmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwDd1tH///////////////////+3p5x0SSZmMwBmMwC3p5z///////////////////+t
+ mo1mMwBmMwBmMwBmMwBnNAFrOQhmMwB9USZ9USZmMwBrOQhnNAFmMwDLv7j////////////////Bs6pm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwDd1tH////////////Uy8VmMwBmMwBmMwBmMwBmMwBmMwBmMwD39fT/
+ //////////////////////////////////////////////////////////90SSZmMwBmMwBmMwBmMwBm
+ MwBmMwDm4N3////////////////////////////////////////////////////////////Bs6pmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDu6+n///////////////////////////+3
+ p5xmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDUy8X/////////////////////////
+ ///////////////////////////Lv7hmMwBmMwBmMwBmMwBmMwBnNAFrOQhmMwB9USZ9USZmMwBrOQhn
+ NAFmMwDm4N3///////////////+tmo1mMwBmMwBmMwBmMwBmMwBmMwBmMwCAXUL///////////////+Y
+ fWtmMwBmMwBmMwBmMwBmMwBmMwDUy8X/////////////////////////////////////////////////
+ //////////+YfWtmMwBmMwBmMwBmMwBmMwBmMwDLv7j/////////////////////////////////////
+ ///////////////////Uy8VmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCj
+ jH3///////////////////////////+MblhmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwCtmo339fT///////////////////////////////////////+tmo1mMwBmMwBmMwBmMwBmMwBm
+ MwBnNAFrOQhmMwB9USZ9USZmMwBrOQhnNAF0SSb///////////////////+MblhmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwDLv7j////////////u6+l0SSZmMwBmMwBmMwBmMwBmMwC3p5z/////////////////
+ //////////////////////////////////////////+3p5xmMwBmMwBmMwBmMwBmMwBmMwC3p5z/////
+ ///////////////////////////////////////m4N23p5yMblhmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDd1tH///////////////////////9mMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCjjH23p5z39fT////////////////Uy8W3
+ p5xmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBnNAFrOQhmMwB9USZ9USZmMwBrOQhnNAFmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBnNAFrOQhmMwB9
+ USZ9USZmMwBrOQhnNAFmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBnNAFrOQhmMwB9USZ9USZmMwBrOQhnNAFmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBnNAFrOQhmMwB9USZ9USZmMwBrOQhn
+ NAFmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBnNAFrOQhmMwB9USZ9USZmMwBrOQhnNAFmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBnNAFrOQhmMwB9USZ9USZmMwBrOQhnNAFmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBnNAFrOQhmMwB9
+ USZ9USZmMwBrOQhnNAFmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBnNAFrOQhmMwB9USZ9USZmMwBrOQhnNAFmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBnNAFrOQhmMwB9USZ8UCRmMwBqOQdn
+ NAFmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBnNAFqOQdmMwB8UCR3Sh1mMwBnNQJmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBnNQJmMwB3Sh1zRBVmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBz
+ RBV0RhhmMwBmMwBnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFn
+ NAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFn
+ NAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFn
+ NAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFn
+ NAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFn
+ NAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFnNAFn
+ NAFnNAFnNAFnNAFnNAFnNAFmMwBmMwB0Rhh/VClmMwBuPg5rOglrOQhrOQhrOQhrOQhrOQhrOQhrOQhr
+ OQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhr
+ OQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhr
+ OQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhr
+ OQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhr
+ OQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhr
+ OQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOQhrOgluPg5mMwB/VCl4Sx5mMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwB4Sx6RbEd5TB+CWC59USZ8USV9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9
+ USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9
+ USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9
+ USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9
+ USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9
+ USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ9
+ USZ9USZ9USZ9USZ9USZ9USZ9USZ9USZ8USV9USaCWC55TB+RbEf/////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ///////////////////Bs6rBs6qYfWtmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCYfWvBs6rBs6r/////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ///////////////////////////////////////Uy8WYfWtmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCYfWvUy8X////////////////////////////////////////B
+ s6pmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwCjjH3Bs6rBs6r39fT/////////////////////////////////////////////////////////
+ ///Bs6pmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDm4N3/////////////////////////////////////////////
+ ///////////////////////////////////////////////////////////////d1tGMblhmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCYfWvm4N3/
+ ///////////////////////////////Bs6pmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCMbljLv7j/////////////////
+ ///////////////////////////////////Bs6pmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDUy8X/////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ///////////Bs6pmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDUy8X////////////////////////////d1tFmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwCMbljm4N3////////////////////////////////////////////m4N1mMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwC3p5z/////////////////////////////////////////////////////////////
+ //////////////////////////////////////+tmo1mMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDLv7j/////////
+ ///////////////39fRmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDBs6r/////////////////////
+ ///////////////////39fRmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCjjH3/////////////////////////////
+ ///////////////////////////////////////////////////////////////////Bs6pmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwDm4N3///////////////////////90SSZmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwCtmo3///////////////////////////////////////+MblhmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCA
+ XUL/////////////////////////////////////////////////////////////////////////////
+ ///////////////m4N1mMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCAXUL39fT/////////////////
+ //+jjH1mMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCtmo3/////////////////////////////
+ //////+jjH1mMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwD39fT/////////////////////////////////////////
+ //////////////////////////////////////////////+YfWtmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwDBs6r///////////////////+3p5xmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwDBs6r////////////////////////////////Bs6pmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDUy8X/////////
+ ///////////////////////////////////////////////////////////////////////////d1tFm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDBs6rd1tH////////39fTBs6qAXUJm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwB0SSb////////////////////Lv7hmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDd1tH////////////////////////////Uy8VmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwDLv7j/////////////////////////////////////////////////////////
+ //////////////////////////+3p5xmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCjjH3/
+ //////////////////////////////+jjH1mMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDd
+ 1tH////////////////m4N1mMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDBs6r/////////////
+ ///////Uy8XBs6qMblhmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCAXUL/////
+ ///////////////////////m4N1mMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCMblj/////////
+ ////////////////////////////////////////////////////////////////////////////////
+ //////////////////////////////////////////////////////////+AXUJmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwCtmo3///////////////////////////////////////+AXUJmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDBs6r////////////////39fRmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwC3p5z////////////////////////////////d1tGMblhmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwDBs6r///////////////////////////9mMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwB0SSb/////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ///////39fRmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCAXUL39fT/////////////////////
+ ///////////////////Bs6pmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCtmo3/////////////
+ //////+AXUJmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCMblj/////////////////////////////
+ //////////+YfWtmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwB0SSb39fT/////////////
+ //////////+MblhmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDm4N3/////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ///////////////////////////////////////u6+lmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwDBs6r////////////////////////////////////////////d1tFmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwCYfWv///////////////////+jjH1mMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwB0
+ SSb///////////////////////////////////////////+MblhmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwDBs6r///////////////////////+jjH1mMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwDUy8X/////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ///u6+nBs6rBs6rBs6qYfWtmMwBmMwBmMwDu6+n/////////////////////////////////////////
+ ///Bs6pmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCYfWv///////////////////+3p5xmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDu6+n////////////////////////////////////////u
+ 6+lmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCMblj////////////////////////Bs6pm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDBs6r/////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ///////////////////////////////u6+l0SSZmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCY
+ fWv////////////////////Uy8VmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDUy8X/////////
+ //////////////////////////////////+jjH1mMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwDm4N3////////////////////Uy8VmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCjjH3/////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ///////////////////////////////////////////////////////u6+m3p5xmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCjjH3////////////////////m4N1mMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwDBs6r////////////////////////////////////////////d1tFmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDBs6r////////////////////u6+lmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwCMblj/////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ///////////////////////////////////////////////////////////////////////////Uy8XB
+ s6p0SSZmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwC3p5z/////////////
+ //////////9mMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCtmo3/////////////////////////
+ //////////////////////+AXUJmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCjjH3/////////
+ //////////////90SSZmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwD/////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ///////////m4N3Bs6qMblhmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwDUy8X///////////////////////+MblhmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwCMblj///////////////////////////////////////////////+3p5xmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwB0SSb///////////////////////+MblhmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwDm4N3/////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ///////////////////////////////////Bs6qAXUJmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwB0SSb39fT///////////////////////+jjH1m
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwB0SSb/////////////////////////////////////////
+ ///////Uy8VmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwD39fT///////////////////+t
+ mo1mMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDUy8X/////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ///////////////////////////////////////////////////////////Lv7hmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDBs6r/
+ ///////////////////////////Bs6pmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDm4N3/////
+ ///////////////////////////////////////39fRmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwDm4N3////////////////////Bs6pmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDBs6r/
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ //////+jjH1mMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwCAXUL39fT////////////////////////////Uy8VmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwDUy8X///////////////////////////////////////////////90SSZm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDd1tH////////////////////Uy8VmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwCjjH3/////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ //////////////////////////////////+jjH1mMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwB0SSbm4N3/////////////////////
+ ///////////m4N1mMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDBs6r/////////////////////
+ //////////////////////////+MblhmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDUy8X/////
+ ///////////////u6+lmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCMblj/////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ///////////////////////////////////////////////////////////////Bs6pmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCM
+ bljm4N3///////////////////////////////////////90SSZmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwCjjH3///////////////////////////////////////////////+YfWtmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwDLv7j///////////////////////90SSZmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwD39fT/////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ///////////39fR0SSZmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwDBs6r///////////////////////////////////////////////+M
+ blhmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCMblj/////////////////////////////////////
+ //////////+YfWtmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDLv7j/////////////////////
+ //+MblhmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDm4N3/////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ///////////////////////////////////////////Bs6pmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCYfWvBs6r/////////////////////////
+ //////////////////////////////+tmo1mMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwD/////
+ //////////////////////////////////////////+YfWtmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwDd1tH///////////////////////+3p5xmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDL
+ v7j/////////////////////////////////////////////////////////////////////////////
+ //////////////////////////////////////////////////////////////////////////+Mblhm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCtmo3Bs6r/////
+ ///////////////////////////////////////////////////////////////Bs6pmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwDm4N3///////////////////////////////////////////+AXUJm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDd1tH////////////////////////Bs6pmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwC3p5z/////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ //////////////////////////9mMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwCtmo3Bs6r39fT/////////////////////////////////////////////////////////////////
+ ///////////////Uy8VmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDUy8X/////////////////
+ ///////////////////////39fRmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDu6+n/////
+ ///////////////////d1tFmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCjjH3/////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ///////////////////////////////////////////////////////u6+lmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwB0SSbLv7j/////////////////////////////////////////////////
+ ///////////////////////////////////////////////u6+lmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwC3p5z////////////////////////////////////////Uy8VmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwB0SSb////////////////////////////39fRmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwCAXUL/////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ///////u6+lmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwB0SSbu6+n/////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ //90SSZmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCjjH3/////////////////////////////////
+ //////+tmo1mMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCjjH3/////////////////////////
+ //////90SSZmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwD39fT/////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ///////////////////////////////////////u6+lmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwC3p5z////////////////////////////////////39fRmMwBmMwB0SSbBs6rBs6r39fT/////////
+ //////////////////////////////////+MblhmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCAXUL/
+ ///////////////////////////////////u6+lmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwDBs6r///////////////////////////////+YfWtmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwDm4N3/////////////////////////////////////////////////////////////////////////
+ ///////////////////////////////////////////////////////////////////////39fRmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwC3p5z////////////////////////////////////Bs6pm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwCtmo3Bs6rBs6r///////////////////////////+3p5xmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwD39fT////////////////////////////39fSMblhmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDu6+n///////////////////////////////+3p5xmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDLv7j/////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ //////////////////////////90SSZmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCAXUL/////////
+ ///////////////////////u6+l0SSZmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwD/////////
+ ///////////////////Bs6pmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDm4N3/////////////
+ ///////////u6+mMblhmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCYfWv/////////////
+ ///////////////////////Bs6pmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwC3p5z/////////
+ ////////////////////////////////////////////////////////////////////////////////
+ //////////////////////////////////////////////////////////+jjH1mMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwCjjH3////////////////////////u6+mAXUJmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwCYfWv////////////////////////////d1tFmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwDLv7j////////////////Uy8W3p5xmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwDd1tH////////////////////////////////////d1tFmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwCYfWv/////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ///////////Lv7hmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCMbljBs6r////////d1tG3
+ p5xmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDd1tH/////////////////////////
+ ///39fRmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCYfWv/////////////////////////////////
+ ///////39fRmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwB0SSb/////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ///////////////////////////////////////////39fR0SSZmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCM
+ blj///////////////////////////////////90SSZmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwB0SSbu6+n/
+ //////////////////////////////////////////+AXUJmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwD39fT/////////////////////////////////////////////////////////////////////
+ ///////////////////////////////////////////////////////////////////////////////L
+ v7hmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDd1tH///////////////////////////////////+YfWtmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwDLv7j///////////////////////////////////////////////+jjH1m
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDd1tH/////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ //////////////////////////////////+jjH1mMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwC3p5z/////////////////
+ //////////////////////+3p5xmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDBs6r/////////////////////////
+ //////////////////////////+3p5xmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDBs6r/////
+ ////////////////////////////////////////////////////////////////////////////////
+ ///////////////////////////////////////////////////////////////////39fSAXUJmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwCYfWv////////////////////////////////////////////Bs6pmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDB
+ s6r////////////////////////////////////////////////////////Lv7hmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwC3p5z/////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ///////////////////////u6+mMblhmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCYfWv/////////////////////////////////////////
+ ///////m4N1mMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwB0SSbUy8X/////////////////////////////////////////////////
+ ///////////m4N1mMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCYfWv/////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ //////////////////////////////////////////////////////////////+jjH1mMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwDLv7j/////////////
+ ///////////////////////////////////////39fRmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwB0SSbBs6r/////////////////////////
+ ///////////////////////////////////////////39fRmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwB0SSb/////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ///////////////////d1tGYfWtmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBm
+ MwBmMwDBs6r39fT///////////////////////////////////////////////////////////+AXUJm
+ MwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwCAXULBs6rBs6rm4N3/
+ //////////////////////////////////////////////////////////////////////////////+A
+ XUJmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwBmMwD/////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ///////////////////////////////////////////////////////////39fTBs6rBs6pmMwBmMwBm
+ MwBmMwBmMwBmMwBmMwBmMwCjjH3Bs6rUy8X/////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ ////////////////////////////////////////////////////////////////////////////////
+ //////////////////8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==
+
+
+
\ No newline at end of file
diff --git a/VERAG_PROG_ALLGEMEIN/Messenger/frmMessenger_SonstigeNEW.vb b/VERAG_PROG_ALLGEMEIN/Messenger/frmMessenger_SonstigeNEW.vb
new file mode 100644
index 00000000..525e451e
--- /dev/null
+++ b/VERAG_PROG_ALLGEMEIN/Messenger/frmMessenger_SonstigeNEW.vb
@@ -0,0 +1,200 @@
+Imports System.Windows.Forms
+
+Public Class frmMessenger_SonstigeNEW
+
+ Dim SQL As New SQL
+ Dim CHAT As New cMessenger.cMessenger_Chat
+
+ Dim loaded = False
+ Public chat_id As Integer = -1
+
+ Sub New(CHAT)
+
+ ' Dieser Aufruf ist für den Designer erforderlich.
+ InitializeComponent()
+ Me.CHAT = CHAT
+ ' Fügen Sie Initialisierungen nach dem InitializeComponent()-Aufruf hinzu.
+
+ End Sub
+ Sub New()
+ InitializeComponent()
+
+ End Sub
+ 'Sub initDGV()
+ ' With dgvChatMembers
+ ' .Rows.Clear()
+
+ ' For Each MB In CHAT.CHAT_MEMBERS
+ ' Dim MA As New cMitarbeiter(MB.chatMb_maId)
+ ' .Rows.Add({MB.chatMb_maId, MA.Fullname, If(MA.mit_firma = "ALL", MA.mit_FirmaHaupt, MA.mit_firma)})
+ ' Next
+ ' .ClearSelection()
+ ' End With
+ 'End Sub
+
+ Private Sub frmMessenger_Members_Load(sender As Object, e As EventArgs) Handles Me.Load
+
+ cboArt.Items.Clear()
+ cboArt.Items.Add(New VERAG_PROG_ALLGEMEIN.MyListItem("UMFRAGE", "UMFRAGE"))
+ cboArt.Items.Add(New VERAG_PROG_ALLGEMEIN.MyListItem("MITTEILUNG", "MITTEILUNG"))
+ cboArt.Items.Add(New VERAG_PROG_ALLGEMEIN.MyListItem("ARBEITSANWEISUNG", "ARBEITSANWEISUNG"))
+
+ If CHAT.chat_id > 0 Then
+ MyTextBox1.Text = CHAT.chat_name
+ Button7.Enabled = False
+ cboArt.Enabled = False
+
+ Else
+
+
+ Button3.Enabled = False
+ End If
+ End Sub
+
+
+ Private Sub Button7_Click(sender As Object, e As EventArgs) Handles Button7.Click
+ lblErrArt.Visible = False
+ lblErrName.Visible = False
+ If cboArt._value = "" Then lblErrArt.Visible = True : Exit Sub
+ If MyTextBox1.Text = "" Then lblErrName.Visible = True : Exit Sub
+
+
+ CHAT.chat_art = cboArt._value
+ CHAT.chat_name = MyTextBox1.Text
+ CHAT.chat_freigegeben = False
+ CHAT.chat_erstelltMaId = VERAG_PROG_ALLGEMEIN.cAllgemein.USRID
+
+
+ If CHAT.SAVE(False) Then
+ initMain()
+ End If
+
+ End Sub
+
+ Sub initMain()
+ If CHAT Is Nothing Then Exit Sub
+ initDGVMembers()
+
+ Select Case CHAT.chat_art
+ Case "UMFRAGE"
+ Dim usrcntl As New usrCntlMessenger_Umfrage
+
+ usrcntl.setValues(CHAT)
+
+
+ pnlMain.Controls.Clear()
+ usrcntl.Dock = DockStyle.Fill
+ pnlMain.Controls.Add(usrcntl)
+ Case "MITTEILUNG"
+ Dim usrcntl As New usrCntlMessenger_Mitteilung
+
+ usrcntl.setValues(CHAT)
+
+
+ pnlMain.Controls.Clear()
+ usrcntl.Dock = DockStyle.Fill
+ pnlMain.Controls.Add(usrcntl)
+
+ End Select
+ End Sub
+
+ Private Sub Button8_Click(sender As Object, e As EventArgs) Handles Button8.Click
+ SAVE_ME
+ End Sub
+ Sub SAVE_ME()
+ If CHAT Is Nothing Then Exit Sub
+ If pnlMain.Controls.Count = 0 Then Exit Sub
+
+ Select Case CHAT.chat_art
+ Case "UMFRAGE"
+ Dim usrcntl As usrCntlMessenger_Umfrage = DirectCast(pnlMain.Controls(0), usrCntlMessenger_Umfrage)
+
+ CHAT.chat_name = MyTextBox1.Text
+ CHAT = usrcntl.getValues(CHAT)
+
+ CHAT.SAVE(True)
+
+ Case "MITTEILUNG"
+ Dim usrcntl As usrCntlMessenger_Mitteilung = DirectCast(pnlMain.Controls(0), usrCntlMessenger_Mitteilung)
+
+ CHAT.chat_name = MyTextBox1.Text
+ CHAT = usrcntl.getValues(CHAT)
+
+ CHAT.SAVE(True)
+
+ End Select
+ End Sub
+ Sub initDGVMembers()
+ With dgvChatMembers
+ .Rows.Clear()
+
+ For Each MB In CHAT.CHAT_MEMBERS
+ Dim MA As New cMitarbeiter(MB.chatMb_maId)
+ .Rows.Add({MB.chatMb_maId, MA.Fullname, If(MA.mit_firma = "ALL", MA.mit_FirmaHaupt, MA.mit_firma)})
+ Next
+ .ClearSelection()
+ End With
+ End Sub
+
+ Private Sub Button6_Click(sender As Object, e As EventArgs) Handles Button6.Click
+ Dim f As New frmMessenger_NeuerChat(CHAT)
+ f.ShowDialog()
+ initDGVMembers()
+ End Sub
+
+ Private Sub Button5_Click(sender As Object, e As EventArgs) Handles Button5.Click
+ If dgvChatMembers.SelectedRows.Count > 1 Then
+ Dim ol As New List(Of Object)
+ For Each r As DataGridViewRow In dgvChatMembers.SelectedRows
+ If r.Cells("clmnMaId").Value <> VERAG_PROG_ALLGEMEIN.cAllgemein.USRID Then
+ For Each MB In CHAT.CHAT_MEMBERS
+ If r.Cells("clmnMaId").Value = MB.chatMb_maId Then
+ ol.Add(MB)
+ End If
+ Next
+ End If
+ Next
+ For Each o In ol
+ CHAT.CHAT_MEMBERS.Remove(o)
+ If CHAT.SAVE_MEMBERS() Then
+ initDGVMembers()
+ End If
+ Next
+ End If
+ End Sub
+
+ Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
+
+ CHAT.chat_freigegeben = 1
+ CHAT.chat_aktiv = 1
+
+
+ If Not CHAT.chat_aktiv Then MsgBox("Chat inaktiv!") : Exit Sub
+
+ If CHAT.SAVE(True) Then
+
+ Dim MSG As New VERAG_PROG_ALLGEMEIN.cMessenger.cMessenger_ChatMessages(CHAT.chat_id, VERAG_PROG_ALLGEMEIN.cAllgemein.USRID)
+ MSG.chatMg_text = ""
+ MSG.chatMg_type = CHAT.chat_art
+ MSG.chatMg_maName = VERAG_PROG_ALLGEMEIN.cAllgemein.MITARBEITER.Fullname
+ MSG.chatMg_maFirma = VERAG_PROG_ALLGEMEIN.cAllgemein.FIRMA
+
+ If MSG.SAVE(True, CHAT.CHAT_MEMBERS) Then
+
+ Me.Close()
+ End If
+
+ End If
+
+
+ End Sub
+
+ Private Sub Button4_Click(sender As Object, e As EventArgs) Handles Button4.Click
+ CHAT.chat_freigegeben = False
+ CHAT.chat_aktiv = False
+ If CHAT.SAVE(True) Then
+ Me.Close()
+ End If
+ End Sub
+
+End Class
\ No newline at end of file
diff --git a/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_ChatElementMitteilung.Designer.vb b/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_ChatElementMitteilung.Designer.vb
new file mode 100644
index 00000000..b7f81e2b
--- /dev/null
+++ b/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_ChatElementMitteilung.Designer.vb
@@ -0,0 +1,268 @@
+Imports System.Windows.Forms
+
+
+Partial Class usrCntlMessenger_ChatElementMitteilung
+ Inherits System.Windows.Forms.UserControl
+
+ 'UserControl überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
+
+ Protected Overrides Sub Dispose(ByVal disposing As Boolean)
+ Try
+ If disposing AndAlso components IsNot Nothing Then
+ components.Dispose()
+ End If
+ Finally
+ MyBase.Dispose(disposing)
+ End Try
+ End Sub
+
+ 'Wird vom Windows Form-Designer benötigt.
+ Private components As System.ComponentModel.IContainer
+
+ 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
+ 'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
+ 'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
+
+ Private Sub InitializeComponent()
+ Me.components = New System.ComponentModel.Container()
+ Me.pnl = New System.Windows.Forms.Panel()
+ Me.pic = New System.Windows.Forms.PictureBox()
+ Me.MyRichTextBox5 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
+ Me.btnBestaetigen = New System.Windows.Forms.Button()
+ Me.lblDateTime = New System.Windows.Forms.Label()
+ Me.lblName = New System.Windows.Forms.Label()
+ Me.lblNewMsg = New System.Windows.Forms.Label()
+ Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
+ Me.txtChatmessage = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
+ Me.MyRichTextBox1 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
+ Me.MyRichTextBox2 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
+ Me.MyRichTextBox3 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
+ Me.MyRichTextBox4 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
+ Me.Panel1 = New System.Windows.Forms.Panel()
+ Me.pnl.SuspendLayout()
+ CType(Me.pic, System.ComponentModel.ISupportInitialize).BeginInit()
+ Me.Panel1.SuspendLayout()
+ Me.SuspendLayout()
+ '
+ 'pnl
+ '
+ Me.pnl.Controls.Add(Me.pic)
+ Me.pnl.Controls.Add(Me.MyRichTextBox5)
+ Me.pnl.Controls.Add(Me.btnBestaetigen)
+ Me.pnl.Controls.Add(Me.Panel1)
+ Me.pnl.Controls.Add(Me.lblDateTime)
+ Me.pnl.Controls.Add(Me.lblName)
+ Me.pnl.Controls.Add(Me.lblNewMsg)
+ Me.pnl.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.pnl.Location = New System.Drawing.Point(0, 0)
+ Me.pnl.Name = "pnl"
+ Me.pnl.Size = New System.Drawing.Size(474, 406)
+ Me.pnl.TabIndex = 0
+ '
+ 'pic
+ '
+ Me.pic.BackgroundImage = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.docAllgemein
+ Me.pic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
+ Me.pic.Cursor = System.Windows.Forms.Cursors.Hand
+ Me.pic.Location = New System.Drawing.Point(369, 339)
+ Me.pic.Name = "pic"
+ Me.pic.Size = New System.Drawing.Size(100, 50)
+ Me.pic.TabIndex = 13
+ Me.pic.TabStop = False
+ '
+ 'MyRichTextBox5
+ '
+ Me.MyRichTextBox5.BackColor = System.Drawing.Color.White
+ Me.MyRichTextBox5.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.MyRichTextBox5.Font = New System.Drawing.Font("Comic Sans MS", 12.0!, System.Drawing.FontStyle.Underline)
+ Me.MyRichTextBox5.Location = New System.Drawing.Point(291, 342)
+ Me.MyRichTextBox5.MaxLineLength = -1
+ Me.MyRichTextBox5.MaxLines_Warning = ""
+ Me.MyRichTextBox5.MaxLines_Warning_Label = Nothing
+ Me.MyRichTextBox5.Name = "MyRichTextBox5"
+ Me.MyRichTextBox5.ReadOnly = True
+ Me.MyRichTextBox5.Size = New System.Drawing.Size(73, 24)
+ Me.MyRichTextBox5.TabIndex = 11
+ Me.MyRichTextBox5.Text = "Anhang:"
+ '
+ 'btnBestaetigen
+ '
+ Me.btnBestaetigen.BackColor = System.Drawing.Color.MediumSeaGreen
+ Me.btnBestaetigen.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.btnBestaetigen.ForeColor = System.Drawing.Color.White
+ Me.btnBestaetigen.Location = New System.Drawing.Point(5, 342)
+ Me.btnBestaetigen.Name = "btnBestaetigen"
+ Me.btnBestaetigen.Size = New System.Drawing.Size(213, 33)
+ Me.btnBestaetigen.TabIndex = 12
+ Me.btnBestaetigen.Text = "Bestätigen " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(gelesen und verstanden)"
+ Me.btnBestaetigen.UseVisualStyleBackColor = False
+ Me.btnBestaetigen.Visible = False
+ '
+ 'lblDateTime
+ '
+ Me.lblDateTime.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.lblDateTime.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!)
+ Me.lblDateTime.ForeColor = System.Drawing.Color.Black
+ Me.lblDateTime.Location = New System.Drawing.Point(322, 392)
+ Me.lblDateTime.Name = "lblDateTime"
+ Me.lblDateTime.Size = New System.Drawing.Size(132, 13)
+ Me.lblDateTime.TabIndex = 1
+ Me.lblDateTime.Text = "01.01.2020 10:12:00"
+ Me.lblDateTime.TextAlign = System.Drawing.ContentAlignment.TopRight
+ '
+ 'lblName
+ '
+ Me.lblName.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
+ Me.lblName.AutoSize = True
+ Me.lblName.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!, System.Drawing.FontStyle.Bold)
+ Me.lblName.ForeColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
+ Me.lblName.Location = New System.Drawing.Point(4, 392)
+ Me.lblName.Name = "lblName"
+ Me.lblName.Size = New System.Drawing.Size(155, 13)
+ Me.lblName.TabIndex = 0
+ Me.lblName.Text = "Max Mustermann (VERAG)"
+ '
+ 'lblNewMsg
+ '
+ Me.lblNewMsg.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
+ Me.lblNewMsg.AutoSize = True
+ Me.lblNewMsg.BackColor = System.Drawing.Color.Red
+ Me.lblNewMsg.Font = New System.Drawing.Font("Arial Black", 7.0!, System.Drawing.FontStyle.Bold)
+ Me.lblNewMsg.ForeColor = System.Drawing.Color.White
+ Me.lblNewMsg.Location = New System.Drawing.Point(364, 392)
+ Me.lblNewMsg.Name = "lblNewMsg"
+ Me.lblNewMsg.Size = New System.Drawing.Size(11, 14)
+ Me.lblNewMsg.TabIndex = 3
+ Me.lblNewMsg.Text = "!"
+ Me.lblNewMsg.Visible = False
+ '
+ 'Timer1
+ '
+ Me.Timer1.Interval = 2000
+ '
+ 'txtChatmessage
+ '
+ Me.txtChatmessage.BackColor = System.Drawing.Color.Azure
+ Me.txtChatmessage.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.txtChatmessage.Font = New System.Drawing.Font("Comic Sans MS", 12.0!)
+ Me.txtChatmessage.Location = New System.Drawing.Point(3, 27)
+ Me.txtChatmessage.MaxLineLength = -1
+ Me.txtChatmessage.MaxLines_Warning = ""
+ Me.txtChatmessage.MaxLines_Warning_Label = Nothing
+ Me.txtChatmessage.Name = "txtChatmessage"
+ Me.txtChatmessage.ReadOnly = True
+ Me.txtChatmessage.Size = New System.Drawing.Size(73, 23)
+ Me.txtChatmessage.TabIndex = 0
+ Me.txtChatmessage.Text = "Thema:"
+ '
+ 'MyRichTextBox1
+ '
+ Me.MyRichTextBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.MyRichTextBox1.BackColor = System.Drawing.Color.Azure
+ Me.MyRichTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.MyRichTextBox1.Font = New System.Drawing.Font("Comic Sans MS", 12.0!, System.Drawing.FontStyle.Bold)
+ Me.MyRichTextBox1.Location = New System.Drawing.Point(81, 27)
+ Me.MyRichTextBox1.MaxLineLength = -1
+ Me.MyRichTextBox1.MaxLines_Warning = ""
+ Me.MyRichTextBox1.MaxLines_Warning_Label = Nothing
+ Me.MyRichTextBox1.Name = "MyRichTextBox1"
+ Me.MyRichTextBox1.ReadOnly = True
+ Me.MyRichTextBox1.Size = New System.Drawing.Size(385, 23)
+ Me.MyRichTextBox1.TabIndex = 6
+ Me.MyRichTextBox1.Text = "Name der Mitteilung"
+ '
+ 'MyRichTextBox2
+ '
+ Me.MyRichTextBox2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.MyRichTextBox2.BackColor = System.Drawing.Color.Azure
+ Me.MyRichTextBox2.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.MyRichTextBox2.Font = New System.Drawing.Font("Comic Sans MS", 12.0!, System.Drawing.FontStyle.Bold)
+ Me.MyRichTextBox2.Location = New System.Drawing.Point(81, 55)
+ Me.MyRichTextBox2.MaxLineLength = -1
+ Me.MyRichTextBox2.MaxLines_Warning = ""
+ Me.MyRichTextBox2.MaxLines_Warning_Label = Nothing
+ Me.MyRichTextBox2.Name = "MyRichTextBox2"
+ Me.MyRichTextBox2.ReadOnly = True
+ Me.MyRichTextBox2.Size = New System.Drawing.Size(385, 268)
+ Me.MyRichTextBox2.TabIndex = 7
+ Me.MyRichTextBox2.Text = "Wir sollten solche Mitteilung machen!"
+ '
+ 'MyRichTextBox3
+ '
+ Me.MyRichTextBox3.BackColor = System.Drawing.Color.Azure
+ Me.MyRichTextBox3.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.MyRichTextBox3.Font = New System.Drawing.Font("Comic Sans MS", 12.0!)
+ Me.MyRichTextBox3.Location = New System.Drawing.Point(3, 56)
+ Me.MyRichTextBox3.MaxLineLength = -1
+ Me.MyRichTextBox3.MaxLines_Warning = ""
+ Me.MyRichTextBox3.MaxLines_Warning_Label = Nothing
+ Me.MyRichTextBox3.Name = "MyRichTextBox3"
+ Me.MyRichTextBox3.ReadOnly = True
+ Me.MyRichTextBox3.Size = New System.Drawing.Size(73, 40)
+ Me.MyRichTextBox3.TabIndex = 9
+ Me.MyRichTextBox3.Text = "Text:"
+ '
+ 'MyRichTextBox4
+ '
+ Me.MyRichTextBox4.BackColor = System.Drawing.Color.Azure
+ Me.MyRichTextBox4.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.MyRichTextBox4.Font = New System.Drawing.Font("Comic Sans MS", 12.0!, System.Drawing.FontStyle.Underline)
+ Me.MyRichTextBox4.Location = New System.Drawing.Point(3, 4)
+ Me.MyRichTextBox4.MaxLineLength = -1
+ Me.MyRichTextBox4.MaxLines_Warning = ""
+ Me.MyRichTextBox4.MaxLines_Warning_Label = Nothing
+ Me.MyRichTextBox4.Name = "MyRichTextBox4"
+ Me.MyRichTextBox4.ReadOnly = True
+ Me.MyRichTextBox4.Size = New System.Drawing.Size(146, 24)
+ Me.MyRichTextBox4.TabIndex = 10
+ Me.MyRichTextBox4.Text = "Mitteilung:"
+ '
+ 'Panel1
+ '
+ Me.Panel1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
+ Or System.Windows.Forms.AnchorStyles.Left) _
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.Panel1.BackColor = System.Drawing.Color.Azure
+ Me.Panel1.Controls.Add(Me.MyRichTextBox4)
+ Me.Panel1.Controls.Add(Me.MyRichTextBox3)
+ Me.Panel1.Controls.Add(Me.MyRichTextBox2)
+ Me.Panel1.Controls.Add(Me.MyRichTextBox1)
+ Me.Panel1.Controls.Add(Me.txtChatmessage)
+ Me.Panel1.Location = New System.Drawing.Point(3, 3)
+ Me.Panel1.Name = "Panel1"
+ Me.Panel1.Size = New System.Drawing.Size(471, 332)
+ Me.Panel1.TabIndex = 2
+ '
+ 'usrCntlMessenger_ChatElementMitteilung
+ '
+ Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
+ Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
+ Me.BackColor = System.Drawing.Color.White
+ Me.Controls.Add(Me.pnl)
+ Me.Name = "usrCntlMessenger_ChatElementMitteilung"
+ Me.Size = New System.Drawing.Size(474, 406)
+ Me.pnl.ResumeLayout(False)
+ Me.pnl.PerformLayout()
+ CType(Me.pic, System.ComponentModel.ISupportInitialize).EndInit()
+ Me.Panel1.ResumeLayout(False)
+ Me.ResumeLayout(False)
+
+ End Sub
+
+ Friend WithEvents pnl As Panel
+ Friend WithEvents lblDateTime As Label
+ Friend WithEvents lblName As Label
+ Friend WithEvents lblNewMsg As Label
+ Friend WithEvents Timer1 As Timer
+ Friend WithEvents btnBestaetigen As Button
+ Friend WithEvents MyRichTextBox5 As MyRichTextBox
+ Friend WithEvents pic As PictureBox
+ Friend WithEvents Panel1 As Panel
+ Friend WithEvents MyRichTextBox4 As MyRichTextBox
+ Friend WithEvents MyRichTextBox3 As MyRichTextBox
+ Friend WithEvents MyRichTextBox2 As MyRichTextBox
+ Friend WithEvents MyRichTextBox1 As MyRichTextBox
+ Friend WithEvents txtChatmessage As MyRichTextBox
+End Class
diff --git a/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_ChatElementMitteilung.resx b/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_ChatElementMitteilung.resx
new file mode 100644
index 00000000..d0d99f42
--- /dev/null
+++ b/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_ChatElementMitteilung.resx
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 17, 17
+
+
\ No newline at end of file
diff --git a/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_ChatElementMitteilung.vb b/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_ChatElementMitteilung.vb
new file mode 100644
index 00000000..b03e5e29
--- /dev/null
+++ b/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_ChatElementMitteilung.vb
@@ -0,0 +1,65 @@
+Imports System.Drawing
+
+Public Class usrCntlMessenger_ChatElementMitteilung
+ Property CHAT_MSG As VERAG_PROG_ALLGEMEIN.cMessenger.cMessenger_ChatMessages
+ 'Property BG_COLOR As Color = Color.FromArgb(192, 255, 192) ' Color.Azure
+ Dim ttp As New System.Windows.Forms.ToolTip
+
+ Sub New()
+
+ ' Dieser Aufruf ist für den Designer erforderlich.
+ InitializeComponent()
+
+ ' Fügen Sie Initialisierungen nach dem InitializeComponent()-Aufruf hinzu.
+
+ End Sub
+
+ Sub New(CHAT_MSG As VERAG_PROG_ALLGEMEIN.cMessenger.cMessenger_ChatMessages)
+
+ ' Dieser Aufruf ist für den Designer erforderlich.
+ InitializeComponent()
+ Me.CHAT_MSG = CHAT_MSG
+ ' Fügen Sie Initialisierungen nach dem InitializeComponent()-Aufruf hinzu.
+
+ End Sub
+ Sub setBgCOLOR(BG_COLOR)
+ ' Me.BG_COLOR = BG_COLOR
+ txtChatmessage.BackColor = BG_COLOR
+ Panel1.BackColor = BG_COLOR
+ End Sub
+
+ Private Sub usrCntlMessenger_ChatElement_Load(sender As Object, e As EventArgs) Handles Me.Load
+ ' setBgCOLOR(Color.Azure)
+ If CHAT_MSG IsNot Nothing Then
+ If CHAT_MSG.chatMg_type.Contains("DEL_") Then
+ txtChatmessage.Text = "*gelöscht"
+ Else
+
+ lblDateTime.Text = CHAT_MSG.chatMg_datetime.ToString("dd.MM.yyyy HH:mm:ss")
+ lblName.Text = CHAT_MSG.chatMg_maName & " (" & CHAT_MSG.chatMg_maFirma & ")"
+ txtChatmessage.Text = CHAT_MSG.chatMg_text
+ Dim cnt = 0
+ While (txtChatmessage.Size.Width - txtChatmessage.ClientSize.Width > 10) And cnt < 20 ' (txtChatmessage.Height - txtChatmessage.ClientSize.Height) > MyRTBInnerSize Or cnt > 100
+ Me.Height += 20 : cnt += 1
+ End While
+ setRead()
+
+ End If
+ End If
+ End Sub
+ Sub setRead()
+ For Each ST In CHAT_MSG.CHAT_MESSAGES_STATUS_LIST
+ If ST.chatMgSt_MaId = VERAG_PROG_ALLGEMEIN.cAllgemein.USRID Then
+ lblNewMsg.Visible = Not ST.chatMgSt_gelesen
+ btnBestaetigen.Enabled = Not ST.chatMgSt_bestaetigt
+ End If
+ Next
+ End Sub
+
+ Private Sub Button6_Click(sender As Object, e As EventArgs) Handles btnBestaetigen.Click
+ If cMessenger.cMessenger_ChatMessageStatus.STATUS_BESTAETIGEN(CHAT_MSG.chatMg_chatId, True) Then
+ CHAT_MSG.LOAD_STATUS()
+ setRead()
+ End If
+ End Sub
+End Class
diff --git a/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_ChatElementUmfrage.Designer.vb b/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_ChatElementUmfrage.Designer.vb
new file mode 100644
index 00000000..f1b5d3c3
--- /dev/null
+++ b/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_ChatElementUmfrage.Designer.vb
@@ -0,0 +1,332 @@
+Imports System.Windows.Forms
+
+
+Partial Class usrCntlMessenger_ChatElementUmfrage
+ Inherits System.Windows.Forms.UserControl
+
+ 'UserControl überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
+
+ Protected Overrides Sub Dispose(ByVal disposing As Boolean)
+ Try
+ If disposing AndAlso components IsNot Nothing Then
+ components.Dispose()
+ End If
+ Finally
+ MyBase.Dispose(disposing)
+ End Try
+ End Sub
+
+ 'Wird vom Windows Form-Designer benötigt.
+ Private components As System.ComponentModel.IContainer
+
+ 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
+ 'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
+ 'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
+
+ Private Sub InitializeComponent()
+ Me.components = New System.ComponentModel.Container()
+ Me.pnl = New System.Windows.Forms.Panel()
+ Me.pic = New System.Windows.Forms.PictureBox()
+ Me.MyRichTextBox5 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
+ Me.btnBestaetigen = New System.Windows.Forms.Button()
+ Me.Panel1 = New System.Windows.Forms.Panel()
+ Me.MyRichTextBox4 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
+ Me.MyRichTextBox3 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
+ Me.FlowLayoutPanel = New System.Windows.Forms.FlowLayoutPanel()
+ Me.UsrCntlMessenger_ChatElementUmfrage_Option1 = New VERAG_PROG_ALLGEMEIN.usrCntlMessenger_ChatElementUmfrage_Option()
+ Me.UsrCntlMessenger_ChatElementUmfrage_Option2 = New VERAG_PROG_ALLGEMEIN.usrCntlMessenger_ChatElementUmfrage_Option()
+ Me.UsrCntlMessenger_ChatElementUmfrage_Option3 = New VERAG_PROG_ALLGEMEIN.usrCntlMessenger_ChatElementUmfrage_Option()
+ Me.UsrCntlMessenger_ChatElementUmfrage_Option4 = New VERAG_PROG_ALLGEMEIN.usrCntlMessenger_ChatElementUmfrage_Option()
+ Me.MyRichTextBox2 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
+ Me.MyRichTextBox1 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
+ Me.txtChatmessage = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
+ Me.lblDateTime = New System.Windows.Forms.Label()
+ Me.lblName = New System.Windows.Forms.Label()
+ Me.lblNewMsg = New System.Windows.Forms.Label()
+ Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
+ Me.pnl.SuspendLayout()
+ CType(Me.pic, System.ComponentModel.ISupportInitialize).BeginInit()
+ Me.Panel1.SuspendLayout()
+ Me.FlowLayoutPanel.SuspendLayout()
+ Me.SuspendLayout()
+ '
+ 'pnl
+ '
+ Me.pnl.Controls.Add(Me.pic)
+ Me.pnl.Controls.Add(Me.MyRichTextBox5)
+ Me.pnl.Controls.Add(Me.btnBestaetigen)
+ Me.pnl.Controls.Add(Me.Panel1)
+ Me.pnl.Controls.Add(Me.lblDateTime)
+ Me.pnl.Controls.Add(Me.lblName)
+ Me.pnl.Controls.Add(Me.lblNewMsg)
+ Me.pnl.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.pnl.Location = New System.Drawing.Point(0, 0)
+ Me.pnl.Name = "pnl"
+ Me.pnl.Size = New System.Drawing.Size(474, 406)
+ Me.pnl.TabIndex = 0
+ '
+ 'pic
+ '
+ Me.pic.BackgroundImage = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.docAllgemein
+ Me.pic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
+ Me.pic.Cursor = System.Windows.Forms.Cursors.Hand
+ Me.pic.Location = New System.Drawing.Point(369, 339)
+ Me.pic.Name = "pic"
+ Me.pic.Size = New System.Drawing.Size(100, 50)
+ Me.pic.TabIndex = 13
+ Me.pic.TabStop = False
+ '
+ 'MyRichTextBox5
+ '
+ Me.MyRichTextBox5.BackColor = System.Drawing.Color.White
+ Me.MyRichTextBox5.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.MyRichTextBox5.Font = New System.Drawing.Font("Comic Sans MS", 12.0!, System.Drawing.FontStyle.Underline)
+ Me.MyRichTextBox5.Location = New System.Drawing.Point(291, 342)
+ Me.MyRichTextBox5.MaxLineLength = -1
+ Me.MyRichTextBox5.MaxLines_Warning = ""
+ Me.MyRichTextBox5.MaxLines_Warning_Label = Nothing
+ Me.MyRichTextBox5.Name = "MyRichTextBox5"
+ Me.MyRichTextBox5.ReadOnly = True
+ Me.MyRichTextBox5.Size = New System.Drawing.Size(73, 24)
+ Me.MyRichTextBox5.TabIndex = 11
+ Me.MyRichTextBox5.Text = "Anhang:"
+ '
+ 'btnBestaetigen
+ '
+ Me.btnBestaetigen.BackColor = System.Drawing.Color.MediumSeaGreen
+ Me.btnBestaetigen.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.btnBestaetigen.ForeColor = System.Drawing.Color.White
+ Me.btnBestaetigen.Location = New System.Drawing.Point(5, 342)
+ Me.btnBestaetigen.Name = "btnBestaetigen"
+ Me.btnBestaetigen.Size = New System.Drawing.Size(213, 33)
+ Me.btnBestaetigen.TabIndex = 12
+ Me.btnBestaetigen.Text = "Antwort absenden!"
+ Me.btnBestaetigen.UseVisualStyleBackColor = False
+ Me.btnBestaetigen.Visible = False
+ '
+ 'Panel1
+ '
+ Me.Panel1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
+ Or System.Windows.Forms.AnchorStyles.Left) _
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.Panel1.BackColor = System.Drawing.Color.Azure
+ Me.Panel1.Controls.Add(Me.MyRichTextBox4)
+ Me.Panel1.Controls.Add(Me.MyRichTextBox3)
+ Me.Panel1.Controls.Add(Me.FlowLayoutPanel)
+ Me.Panel1.Controls.Add(Me.MyRichTextBox2)
+ Me.Panel1.Controls.Add(Me.MyRichTextBox1)
+ Me.Panel1.Controls.Add(Me.txtChatmessage)
+ Me.Panel1.Location = New System.Drawing.Point(3, 3)
+ Me.Panel1.Name = "Panel1"
+ Me.Panel1.Size = New System.Drawing.Size(471, 332)
+ Me.Panel1.TabIndex = 2
+ '
+ 'MyRichTextBox4
+ '
+ Me.MyRichTextBox4.BackColor = System.Drawing.Color.Azure
+ Me.MyRichTextBox4.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.MyRichTextBox4.Font = New System.Drawing.Font("Comic Sans MS", 12.0!, System.Drawing.FontStyle.Underline)
+ Me.MyRichTextBox4.Location = New System.Drawing.Point(3, 4)
+ Me.MyRichTextBox4.MaxLineLength = -1
+ Me.MyRichTextBox4.MaxLines_Warning = ""
+ Me.MyRichTextBox4.MaxLines_Warning_Label = Nothing
+ Me.MyRichTextBox4.Name = "MyRichTextBox4"
+ Me.MyRichTextBox4.ReadOnly = True
+ Me.MyRichTextBox4.Size = New System.Drawing.Size(73, 24)
+ Me.MyRichTextBox4.TabIndex = 10
+ Me.MyRichTextBox4.Text = "Umfrage"
+ '
+ 'MyRichTextBox3
+ '
+ Me.MyRichTextBox3.BackColor = System.Drawing.Color.Azure
+ Me.MyRichTextBox3.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.MyRichTextBox3.Font = New System.Drawing.Font("Comic Sans MS", 12.0!)
+ Me.MyRichTextBox3.Location = New System.Drawing.Point(3, 56)
+ Me.MyRichTextBox3.MaxLineLength = -1
+ Me.MyRichTextBox3.MaxLines_Warning = ""
+ Me.MyRichTextBox3.MaxLines_Warning_Label = Nothing
+ Me.MyRichTextBox3.Name = "MyRichTextBox3"
+ Me.MyRichTextBox3.ReadOnly = True
+ Me.MyRichTextBox3.Size = New System.Drawing.Size(73, 40)
+ Me.MyRichTextBox3.TabIndex = 9
+ Me.MyRichTextBox3.Text = "Frage:"
+ '
+ 'FlowLayoutPanel
+ '
+ Me.FlowLayoutPanel.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
+ Or System.Windows.Forms.AnchorStyles.Left) _
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.FlowLayoutPanel.Controls.Add(Me.UsrCntlMessenger_ChatElementUmfrage_Option1)
+ Me.FlowLayoutPanel.Controls.Add(Me.UsrCntlMessenger_ChatElementUmfrage_Option2)
+ Me.FlowLayoutPanel.Controls.Add(Me.UsrCntlMessenger_ChatElementUmfrage_Option3)
+ Me.FlowLayoutPanel.Controls.Add(Me.UsrCntlMessenger_ChatElementUmfrage_Option4)
+ Me.FlowLayoutPanel.Location = New System.Drawing.Point(3, 111)
+ Me.FlowLayoutPanel.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
+ Me.FlowLayoutPanel.Name = "FlowLayoutPanel"
+ Me.FlowLayoutPanel.Size = New System.Drawing.Size(463, 218)
+ Me.FlowLayoutPanel.TabIndex = 8
+ '
+ 'UsrCntlMessenger_ChatElementUmfrage_Option1
+ '
+ Me.UsrCntlMessenger_ChatElementUmfrage_Option1.BackColor = System.Drawing.Color.White
+ Me.UsrCntlMessenger_ChatElementUmfrage_Option1.CHAT_MSG = Nothing
+ Me.UsrCntlMessenger_ChatElementUmfrage_Option1.Location = New System.Drawing.Point(3, 3)
+ Me.UsrCntlMessenger_ChatElementUmfrage_Option1.Name = "UsrCntlMessenger_ChatElementUmfrage_Option1"
+ Me.UsrCntlMessenger_ChatElementUmfrage_Option1.Size = New System.Drawing.Size(404, 48)
+ Me.UsrCntlMessenger_ChatElementUmfrage_Option1.TabIndex = 0
+ '
+ 'UsrCntlMessenger_ChatElementUmfrage_Option2
+ '
+ Me.UsrCntlMessenger_ChatElementUmfrage_Option2.BackColor = System.Drawing.Color.White
+ Me.UsrCntlMessenger_ChatElementUmfrage_Option2.CHAT_MSG = Nothing
+ Me.UsrCntlMessenger_ChatElementUmfrage_Option2.Location = New System.Drawing.Point(3, 57)
+ Me.UsrCntlMessenger_ChatElementUmfrage_Option2.Name = "UsrCntlMessenger_ChatElementUmfrage_Option2"
+ Me.UsrCntlMessenger_ChatElementUmfrage_Option2.Size = New System.Drawing.Size(404, 48)
+ Me.UsrCntlMessenger_ChatElementUmfrage_Option2.TabIndex = 1
+ '
+ 'UsrCntlMessenger_ChatElementUmfrage_Option3
+ '
+ Me.UsrCntlMessenger_ChatElementUmfrage_Option3.BackColor = System.Drawing.Color.White
+ Me.UsrCntlMessenger_ChatElementUmfrage_Option3.CHAT_MSG = Nothing
+ Me.UsrCntlMessenger_ChatElementUmfrage_Option3.Location = New System.Drawing.Point(3, 111)
+ Me.UsrCntlMessenger_ChatElementUmfrage_Option3.Name = "UsrCntlMessenger_ChatElementUmfrage_Option3"
+ Me.UsrCntlMessenger_ChatElementUmfrage_Option3.Size = New System.Drawing.Size(404, 48)
+ Me.UsrCntlMessenger_ChatElementUmfrage_Option3.TabIndex = 2
+ '
+ 'UsrCntlMessenger_ChatElementUmfrage_Option4
+ '
+ Me.UsrCntlMessenger_ChatElementUmfrage_Option4.BackColor = System.Drawing.Color.White
+ Me.UsrCntlMessenger_ChatElementUmfrage_Option4.CHAT_MSG = Nothing
+ Me.UsrCntlMessenger_ChatElementUmfrage_Option4.Location = New System.Drawing.Point(3, 165)
+ Me.UsrCntlMessenger_ChatElementUmfrage_Option4.Name = "UsrCntlMessenger_ChatElementUmfrage_Option4"
+ Me.UsrCntlMessenger_ChatElementUmfrage_Option4.Size = New System.Drawing.Size(404, 48)
+ Me.UsrCntlMessenger_ChatElementUmfrage_Option4.TabIndex = 3
+ '
+ 'MyRichTextBox2
+ '
+ Me.MyRichTextBox2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.MyRichTextBox2.BackColor = System.Drawing.Color.Azure
+ Me.MyRichTextBox2.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.MyRichTextBox2.Font = New System.Drawing.Font("Comic Sans MS", 12.0!, System.Drawing.FontStyle.Bold)
+ Me.MyRichTextBox2.Location = New System.Drawing.Point(81, 55)
+ Me.MyRichTextBox2.MaxLineLength = -1
+ Me.MyRichTextBox2.MaxLines_Warning = ""
+ Me.MyRichTextBox2.MaxLines_Warning_Label = Nothing
+ Me.MyRichTextBox2.Name = "MyRichTextBox2"
+ Me.MyRichTextBox2.ReadOnly = True
+ Me.MyRichTextBox2.Size = New System.Drawing.Size(385, 58)
+ Me.MyRichTextBox2.TabIndex = 7
+ Me.MyRichTextBox2.Text = "Sollten wir solche Umfragen machen?"
+ '
+ 'MyRichTextBox1
+ '
+ Me.MyRichTextBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.MyRichTextBox1.BackColor = System.Drawing.Color.Azure
+ Me.MyRichTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.MyRichTextBox1.Font = New System.Drawing.Font("Comic Sans MS", 12.0!, System.Drawing.FontStyle.Bold)
+ Me.MyRichTextBox1.Location = New System.Drawing.Point(81, 27)
+ Me.MyRichTextBox1.MaxLineLength = -1
+ Me.MyRichTextBox1.MaxLines_Warning = ""
+ Me.MyRichTextBox1.MaxLines_Warning_Label = Nothing
+ Me.MyRichTextBox1.Name = "MyRichTextBox1"
+ Me.MyRichTextBox1.ReadOnly = True
+ Me.MyRichTextBox1.Size = New System.Drawing.Size(385, 23)
+ Me.MyRichTextBox1.TabIndex = 6
+ Me.MyRichTextBox1.Text = "Name der Umfrage"
+ '
+ 'txtChatmessage
+ '
+ Me.txtChatmessage.BackColor = System.Drawing.Color.Azure
+ Me.txtChatmessage.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.txtChatmessage.Font = New System.Drawing.Font("Comic Sans MS", 12.0!)
+ Me.txtChatmessage.Location = New System.Drawing.Point(3, 27)
+ Me.txtChatmessage.MaxLineLength = -1
+ Me.txtChatmessage.MaxLines_Warning = ""
+ Me.txtChatmessage.MaxLines_Warning_Label = Nothing
+ Me.txtChatmessage.Name = "txtChatmessage"
+ Me.txtChatmessage.ReadOnly = True
+ Me.txtChatmessage.Size = New System.Drawing.Size(73, 23)
+ Me.txtChatmessage.TabIndex = 0
+ Me.txtChatmessage.Text = "Thema:"
+ '
+ 'lblDateTime
+ '
+ Me.lblDateTime.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.lblDateTime.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!)
+ Me.lblDateTime.ForeColor = System.Drawing.Color.Black
+ Me.lblDateTime.Location = New System.Drawing.Point(322, 392)
+ Me.lblDateTime.Name = "lblDateTime"
+ Me.lblDateTime.Size = New System.Drawing.Size(132, 13)
+ Me.lblDateTime.TabIndex = 1
+ Me.lblDateTime.Text = "01.01.2020 10:12:00"
+ Me.lblDateTime.TextAlign = System.Drawing.ContentAlignment.TopRight
+ '
+ 'lblName
+ '
+ Me.lblName.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
+ Me.lblName.AutoSize = True
+ Me.lblName.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!, System.Drawing.FontStyle.Bold)
+ Me.lblName.ForeColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
+ Me.lblName.Location = New System.Drawing.Point(4, 392)
+ Me.lblName.Name = "lblName"
+ Me.lblName.Size = New System.Drawing.Size(155, 13)
+ Me.lblName.TabIndex = 0
+ Me.lblName.Text = "Max Mustermann (VERAG)"
+ '
+ 'lblNewMsg
+ '
+ Me.lblNewMsg.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
+ Me.lblNewMsg.AutoSize = True
+ Me.lblNewMsg.BackColor = System.Drawing.Color.Red
+ Me.lblNewMsg.Font = New System.Drawing.Font("Arial Black", 7.0!, System.Drawing.FontStyle.Bold)
+ Me.lblNewMsg.ForeColor = System.Drawing.Color.White
+ Me.lblNewMsg.Location = New System.Drawing.Point(364, 392)
+ Me.lblNewMsg.Name = "lblNewMsg"
+ Me.lblNewMsg.Size = New System.Drawing.Size(11, 14)
+ Me.lblNewMsg.TabIndex = 3
+ Me.lblNewMsg.Text = "!"
+ Me.lblNewMsg.Visible = False
+ '
+ 'Timer1
+ '
+ Me.Timer1.Interval = 2000
+ '
+ 'usrCntlMessenger_ChatElementUmfrage
+ '
+ Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
+ Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
+ Me.BackColor = System.Drawing.Color.White
+ Me.Controls.Add(Me.pnl)
+ Me.Name = "usrCntlMessenger_ChatElementUmfrage"
+ Me.Size = New System.Drawing.Size(474, 406)
+ Me.pnl.ResumeLayout(False)
+ Me.pnl.PerformLayout()
+ CType(Me.pic, System.ComponentModel.ISupportInitialize).EndInit()
+ Me.Panel1.ResumeLayout(False)
+ Me.FlowLayoutPanel.ResumeLayout(False)
+ Me.ResumeLayout(False)
+
+ End Sub
+
+ Friend WithEvents pnl As Panel
+ Friend WithEvents lblDateTime As Label
+ Friend WithEvents lblName As Label
+ Friend WithEvents Panel1 As Panel
+ Friend WithEvents txtChatmessage As VERAG_PROG_ALLGEMEIN.MyRichTextBox
+ Friend WithEvents lblNewMsg As Label
+ Friend WithEvents Timer1 As Timer
+ Friend WithEvents MyRichTextBox1 As MyRichTextBox
+ Friend WithEvents MyRichTextBox2 As MyRichTextBox
+ Friend WithEvents FlowLayoutPanel As FlowLayoutPanel
+ Friend WithEvents MyRichTextBox4 As MyRichTextBox
+ Friend WithEvents MyRichTextBox3 As MyRichTextBox
+ Friend WithEvents UsrCntlMessenger_ChatElementUmfrage_Option1 As usrCntlMessenger_ChatElementUmfrage_Option
+ Friend WithEvents UsrCntlMessenger_ChatElementUmfrage_Option2 As usrCntlMessenger_ChatElementUmfrage_Option
+ Friend WithEvents UsrCntlMessenger_ChatElementUmfrage_Option3 As usrCntlMessenger_ChatElementUmfrage_Option
+ Friend WithEvents UsrCntlMessenger_ChatElementUmfrage_Option4 As usrCntlMessenger_ChatElementUmfrage_Option
+ Friend WithEvents btnBestaetigen As Button
+ Friend WithEvents MyRichTextBox5 As MyRichTextBox
+ Friend WithEvents pic As PictureBox
+End Class
diff --git a/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_ChatElementUmfrage.resx b/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_ChatElementUmfrage.resx
new file mode 100644
index 00000000..d0d99f42
--- /dev/null
+++ b/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_ChatElementUmfrage.resx
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 17, 17
+
+
\ No newline at end of file
diff --git a/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_ChatElementUmfrage.vb b/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_ChatElementUmfrage.vb
new file mode 100644
index 00000000..d9388af6
--- /dev/null
+++ b/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_ChatElementUmfrage.vb
@@ -0,0 +1,79 @@
+Imports System.Drawing
+
+Public Class usrCntlMessenger_ChatElementUmfrage
+ Property CHAT_MSG As VERAG_PROG_ALLGEMEIN.cMessenger.cMessenger_ChatMessages
+ 'Property BG_COLOR As Color = Color.FromArgb(192, 255, 192) ' Color.Azure
+ Dim ttp As New System.Windows.Forms.ToolTip
+
+ Sub New()
+
+ ' Dieser Aufruf ist für den Designer erforderlich.
+ InitializeComponent()
+
+ ' Fügen Sie Initialisierungen nach dem InitializeComponent()-Aufruf hinzu.
+
+ End Sub
+
+ Sub New(CHAT_MSG As VERAG_PROG_ALLGEMEIN.cMessenger.cMessenger_ChatMessages)
+
+ ' Dieser Aufruf ist für den Designer erforderlich.
+ InitializeComponent()
+ Me.CHAT_MSG = CHAT_MSG
+ ' Fügen Sie Initialisierungen nach dem InitializeComponent()-Aufruf hinzu.
+
+ End Sub
+ Sub setBgCOLOR(BG_COLOR)
+ ' Me.BG_COLOR = BG_COLOR
+ txtChatmessage.BackColor = BG_COLOR
+ Panel1.BackColor = BG_COLOR
+ End Sub
+
+ Private Sub usrCntlMessenger_ChatElement_Load(sender As Object, e As EventArgs) Handles Me.Load
+ ' setBgCOLOR(Color.Azure)
+ If CHAT_MSG IsNot Nothing Then
+ If CHAT_MSG.chatMg_type.Contains("DEL_") Then
+ txtChatmessage.Text = "*gelöscht"
+ Else
+
+ lblDateTime.Text = CHAT_MSG.chatMg_datetime.ToString("dd.MM.yyyy HH:mm:ss")
+ lblName.Text = CHAT_MSG.chatMg_maName & " (" & CHAT_MSG.chatMg_maFirma & ")"
+ txtChatmessage.Text = CHAT_MSG.chatMg_text
+ Dim cnt = 0
+ While (txtChatmessage.Size.Width - txtChatmessage.ClientSize.Width > 10) And cnt < 20 ' (txtChatmessage.Height - txtChatmessage.ClientSize.Height) > MyRTBInnerSize Or cnt > 100
+ Me.Height += 20 : cnt += 1
+ End While
+ setRead()
+
+ End If
+ End If
+
+ End Sub
+
+ Sub setRead()
+ For Each ST In CHAT_MSG.CHAT_MESSAGES_STATUS_LIST
+ If ST.chatMgSt_MaId = VERAG_PROG_ALLGEMEIN.cAllgemein.USRID Then
+ lblNewMsg.Visible = Not ST.chatMgSt_gelesen
+ btnBestaetigen.Enabled = Not ST.chatMgSt_bestaetigt
+ End If
+ Next
+ End Sub
+
+ Private Sub Button6_Click(sender As Object, e As EventArgs) Handles btnBestaetigen.Click
+
+ Dim OPT = ""
+ For Each o In FlowLayoutPanel.Controls
+ If o.GetType.ToString = GetType(usrCntlMessenger_ChatElementUmfrage_Option).ToString Then
+ Dim usctlOPT = DirectCast(o, usrCntlMessenger_ChatElementUmfrage_Option)
+ If usctlOPT.cbxOPT.Checked Then
+ OPT = usctlOPT.cbxOPT.Text & ";"
+ End If
+ End If
+ Next
+ If OPT.EndsWith(";") Then OPT = OPT.Substring(0, OPT.Length - 1)
+
+ If cMessenger.cMessenger_ChatMessageStatus.STATUS_BESTAETIGEN(CHAT_MSG.chatMg_chatId, True, OPT) Then
+ CHAT_MSG.LOAD_STATUS()
+ setRead()
+ End If
+ End Sub
+End Class
diff --git a/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_ChatElementUmfrage_Option.Designer.vb b/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_ChatElementUmfrage_Option.Designer.vb
new file mode 100644
index 00000000..c924176a
--- /dev/null
+++ b/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_ChatElementUmfrage_Option.Designer.vb
@@ -0,0 +1,109 @@
+Imports System.Windows.Forms
+
+
+Partial Class usrCntlMessenger_ChatElementUmfrage_Option
+ Inherits System.Windows.Forms.UserControl
+
+ 'UserControl überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
+
+ Protected Overrides Sub Dispose(ByVal disposing As Boolean)
+ Try
+ If disposing AndAlso components IsNot Nothing Then
+ components.Dispose()
+ End If
+ Finally
+ MyBase.Dispose(disposing)
+ End Try
+ End Sub
+
+ 'Wird vom Windows Form-Designer benötigt.
+ Private components As System.ComponentModel.IContainer
+
+ 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
+ 'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
+ 'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
+
+ Private Sub InitializeComponent()
+ Me.components = New System.ComponentModel.Container()
+ Me.pnl = New System.Windows.Forms.Panel()
+ Me.Panel1 = New System.Windows.Forms.Panel()
+ Me.cbxOPT = New VERAG_PROG_ALLGEMEIN.MyCheckBoxValue(Me.components)
+ Me.lblDateTime = New System.Windows.Forms.Label()
+ Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
+ Me.pnl.SuspendLayout()
+ Me.Panel1.SuspendLayout()
+ Me.SuspendLayout()
+ '
+ 'pnl
+ '
+ Me.pnl.Controls.Add(Me.Panel1)
+ Me.pnl.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.pnl.Location = New System.Drawing.Point(0, 0)
+ Me.pnl.Name = "pnl"
+ Me.pnl.Size = New System.Drawing.Size(404, 48)
+ Me.pnl.TabIndex = 0
+ '
+ 'Panel1
+ '
+ Me.Panel1.BackColor = System.Drawing.Color.Azure
+ Me.Panel1.Controls.Add(Me.cbxOPT)
+ Me.Panel1.Controls.Add(Me.lblDateTime)
+ Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.Panel1.Location = New System.Drawing.Point(0, 0)
+ Me.Panel1.Name = "Panel1"
+ Me.Panel1.Size = New System.Drawing.Size(404, 48)
+ Me.Panel1.TabIndex = 2
+ '
+ 'cbxOPT
+ '
+ Me.cbxOPT._date = Nothing
+ Me.cbxOPT._showdate = False
+ Me.cbxOPT._value = ""
+ Me.cbxOPT.AutoSize = True
+ Me.cbxOPT.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold)
+ Me.cbxOPT.Location = New System.Drawing.Point(12, 13)
+ Me.cbxOPT.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
+ Me.cbxOPT.Name = "cbxOPT"
+ Me.cbxOPT.Size = New System.Drawing.Size(49, 24)
+ Me.cbxOPT.TabIndex = 2
+ Me.cbxOPT.Text = "JA"
+ Me.cbxOPT.UseVisualStyleBackColor = True
+ '
+ 'lblDateTime
+ '
+ Me.lblDateTime.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.lblDateTime.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!)
+ Me.lblDateTime.ForeColor = System.Drawing.Color.Black
+ Me.lblDateTime.Location = New System.Drawing.Point(130, 0)
+ Me.lblDateTime.Name = "lblDateTime"
+ Me.lblDateTime.Size = New System.Drawing.Size(271, 48)
+ Me.lblDateTime.TabIndex = 1
+ Me.lblDateTime.Text = "Beschreibung wofür der Wert steht!!"
+ Me.lblDateTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ '
+ 'Timer1
+ '
+ Me.Timer1.Interval = 2000
+ '
+ 'usrCntlMessenger_ChatElementUmfrage_Option
+ '
+ Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
+ Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
+ Me.BackColor = System.Drawing.Color.White
+ Me.Controls.Add(Me.pnl)
+ Me.Name = "usrCntlMessenger_ChatElementUmfrage_Option"
+ Me.Size = New System.Drawing.Size(404, 48)
+ Me.pnl.ResumeLayout(False)
+ Me.Panel1.ResumeLayout(False)
+ Me.Panel1.PerformLayout()
+ Me.ResumeLayout(False)
+
+ End Sub
+
+ Friend WithEvents pnl As Panel
+ Friend WithEvents lblDateTime As Label
+ Friend WithEvents Panel1 As Panel
+ Friend WithEvents Timer1 As Timer
+ Friend WithEvents cbxOPT As MyCheckBoxValue
+ Friend WithEvents lblName As Label
+End Class
diff --git a/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_ChatElementUmfrage_Option.resx b/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_ChatElementUmfrage_Option.resx
new file mode 100644
index 00000000..d0d99f42
--- /dev/null
+++ b/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_ChatElementUmfrage_Option.resx
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 17, 17
+
+
\ No newline at end of file
diff --git a/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_ChatElementUmfrage_Option.vb b/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_ChatElementUmfrage_Option.vb
new file mode 100644
index 00000000..57c18211
--- /dev/null
+++ b/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_ChatElementUmfrage_Option.vb
@@ -0,0 +1,32 @@
+Imports System.Drawing
+
+Public Class usrCntlMessenger_ChatElementUmfrage_Option
+ Property CHAT_MSG As VERAG_PROG_ALLGEMEIN.cMessenger.cMessenger_ChatMessages
+ 'Property BG_COLOR As Color = Color.FromArgb(192, 255, 192) ' Color.Azure
+ Dim ttp As New System.Windows.Forms.ToolTip
+
+ Sub New()
+
+ ' Dieser Aufruf ist für den Designer erforderlich.
+ InitializeComponent()
+
+ ' Fügen Sie Initialisierungen nach dem InitializeComponent()-Aufruf hinzu.
+
+ End Sub
+
+ Sub New(CHAT_MSG As VERAG_PROG_ALLGEMEIN.cMessenger.cMessenger_ChatMessages)
+
+ ' Dieser Aufruf ist für den Designer erforderlich.
+ InitializeComponent()
+ Me.CHAT_MSG = CHAT_MSG
+ ' Fügen Sie Initialisierungen nach dem InitializeComponent()-Aufruf hinzu.
+
+ End Sub
+
+ Private Sub usrCntlMessenger_ChatElement_Load(sender As Object, e As EventArgs) Handles Me.Load
+
+
+ End Sub
+
+
+End Class
diff --git a/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_Mitteilung.Designer.vb b/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_Mitteilung.Designer.vb
new file mode 100644
index 00000000..16a0ee9c
--- /dev/null
+++ b/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_Mitteilung.Designer.vb
@@ -0,0 +1,125 @@
+Imports System.Windows.Forms
+
+
+Partial Class usrCntlMessenger_Mitteilung
+ Inherits System.Windows.Forms.UserControl
+
+ 'UserControl überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
+
+ Protected Overrides Sub Dispose(ByVal disposing As Boolean)
+ Try
+ If disposing AndAlso components IsNot Nothing Then
+ components.Dispose()
+ End If
+ Finally
+ MyBase.Dispose(disposing)
+ End Try
+ End Sub
+
+ 'Wird vom Windows Form-Designer benötigt.
+ Private components As System.ComponentModel.IContainer
+
+ 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
+ 'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
+ 'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
+
+ Private Sub InitializeComponent()
+ Me.components = New System.ComponentModel.Container()
+ Me.pnl = New System.Windows.Forms.Panel()
+ Me.MyRichTextBox1 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
+ Me.Label3 = New System.Windows.Forms.Label()
+ Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
+ Me.Label1 = New System.Windows.Forms.Label()
+ Me.pic = New System.Windows.Forms.PictureBox()
+ Me.pnl.SuspendLayout()
+ CType(Me.pic, System.ComponentModel.ISupportInitialize).BeginInit()
+ Me.SuspendLayout()
+ '
+ 'pnl
+ '
+ Me.pnl.Controls.Add(Me.pic)
+ Me.pnl.Controls.Add(Me.Label1)
+ Me.pnl.Controls.Add(Me.MyRichTextBox1)
+ Me.pnl.Controls.Add(Me.Label3)
+ Me.pnl.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.pnl.Location = New System.Drawing.Point(0, 0)
+ Me.pnl.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.pnl.Name = "pnl"
+ Me.pnl.Size = New System.Drawing.Size(840, 778)
+ Me.pnl.TabIndex = 0
+ '
+ 'MyRichTextBox1
+ '
+ Me.MyRichTextBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.MyRichTextBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
+ Me.MyRichTextBox1.Location = New System.Drawing.Point(33, 55)
+ Me.MyRichTextBox1.MaxLineLength = -1
+ Me.MyRichTextBox1.MaxLines_Warning = ""
+ Me.MyRichTextBox1.MaxLines_Warning_Label = Nothing
+ Me.MyRichTextBox1.Name = "MyRichTextBox1"
+ Me.MyRichTextBox1.Size = New System.Drawing.Size(773, 620)
+ Me.MyRichTextBox1.TabIndex = 15
+ Me.MyRichTextBox1.Text = ""
+ '
+ 'Label3
+ '
+ Me.Label3.AutoSize = True
+ Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
+ Me.Label3.Location = New System.Drawing.Point(28, 22)
+ Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
+ Me.Label3.Name = "Label3"
+ Me.Label3.Size = New System.Drawing.Size(123, 29)
+ Me.Label3.TabIndex = 11
+ Me.Label3.Text = "Mitteilung:"
+ '
+ 'Timer1
+ '
+ Me.Timer1.Interval = 2000
+ '
+ 'Label1
+ '
+ Me.Label1.AutoSize = True
+ Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
+ Me.Label1.Location = New System.Drawing.Point(28, 701)
+ Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
+ Me.Label1.Name = "Label1"
+ Me.Label1.Size = New System.Drawing.Size(100, 29)
+ Me.Label1.TabIndex = 16
+ Me.Label1.Text = "Anhang:"
+ '
+ 'pic
+ '
+ Me.pic.BackgroundImage = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.docAllgemein
+ Me.pic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
+ Me.pic.Cursor = System.Windows.Forms.Cursors.Hand
+ Me.pic.Location = New System.Drawing.Point(158, 683)
+ Me.pic.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.pic.Name = "pic"
+ Me.pic.Size = New System.Drawing.Size(150, 77)
+ Me.pic.TabIndex = 17
+ Me.pic.TabStop = False
+ '
+ 'usrCntlMessenger_Mitteilung
+ '
+ Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 20.0!)
+ Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
+ Me.BackColor = System.Drawing.Color.White
+ Me.Controls.Add(Me.pnl)
+ Me.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.Name = "usrCntlMessenger_Mitteilung"
+ Me.Size = New System.Drawing.Size(840, 778)
+ Me.pnl.ResumeLayout(False)
+ Me.pnl.PerformLayout()
+ CType(Me.pic, System.ComponentModel.ISupportInitialize).EndInit()
+ Me.ResumeLayout(False)
+
+ End Sub
+
+ Friend WithEvents pnl As Panel
+ Friend WithEvents Timer1 As Timer
+ Friend WithEvents Label3 As Label
+ Friend WithEvents MyRichTextBox1 As MyRichTextBox
+ Friend WithEvents Label1 As Label
+ Friend WithEvents pic As PictureBox
+End Class
diff --git a/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_Mitteilung.resx b/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_Mitteilung.resx
new file mode 100644
index 00000000..d0d99f42
--- /dev/null
+++ b/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_Mitteilung.resx
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 17, 17
+
+
\ No newline at end of file
diff --git a/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_Mitteilung.vb b/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_Mitteilung.vb
new file mode 100644
index 00000000..16b45224
--- /dev/null
+++ b/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_Mitteilung.vb
@@ -0,0 +1,37 @@
+Imports System.Drawing
+
+Public Class usrCntlMessenger_Mitteilung
+ Property CHAT_MSG As VERAG_PROG_ALLGEMEIN.cMessenger.cMessenger_ChatMessages
+ 'Property BG_COLOR As Color = Color.FromArgb(192, 255, 192) ' Color.Azure
+ Dim ttp As New System.Windows.Forms.ToolTip
+
+ Sub New()
+
+ ' Dieser Aufruf ist für den Designer erforderlich.
+ InitializeComponent()
+
+ ' Fügen Sie Initialisierungen nach dem InitializeComponent()-Aufruf hinzu.
+
+ End Sub
+
+ Sub New(CHAT_MSG As VERAG_PROG_ALLGEMEIN.cMessenger.cMessenger_ChatMessages)
+
+ ' Dieser Aufruf ist für den Designer erforderlich.
+ InitializeComponent()
+ Me.CHAT_MSG = CHAT_MSG
+ ' Fügen Sie Initialisierungen nach dem InitializeComponent()-Aufruf hinzu.
+
+ End Sub
+
+ Sub setValues(CHAT)
+
+ End Sub
+
+
+ Function getValues(CHAT)
+
+
+ End Function
+
+
+End Class
diff --git a/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_Umfrage.Designer.vb b/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_Umfrage.Designer.vb
new file mode 100644
index 00000000..d36d0eeb
--- /dev/null
+++ b/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_Umfrage.Designer.vb
@@ -0,0 +1,196 @@
+Imports System.Windows.Forms
+
+
+Partial Class usrCntlMessenger_Umfrage
+ Inherits System.Windows.Forms.UserControl
+
+ 'UserControl überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
+
+ Protected Overrides Sub Dispose(ByVal disposing As Boolean)
+ Try
+ If disposing AndAlso components IsNot Nothing Then
+ components.Dispose()
+ End If
+ Finally
+ MyBase.Dispose(disposing)
+ End Try
+ End Sub
+
+ 'Wird vom Windows Form-Designer benötigt.
+ Private components As System.ComponentModel.IContainer
+
+ 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
+ 'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
+ 'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
+
+ Private Sub InitializeComponent()
+ Me.components = New System.ComponentModel.Container()
+ Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
+ Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
+ Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
+ Me.pnl = New System.Windows.Forms.Panel()
+ Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
+ Me.Label4 = New System.Windows.Forms.Label()
+ Me.Label3 = New System.Windows.Forms.Label()
+ Me.DataGridView2 = New System.Windows.Forms.DataGridView()
+ Me.MyRichTextBox1 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
+ Me.DataGridViewTextBoxColumn7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
+ Me.DataGridViewTextBoxColumn8 = New System.Windows.Forms.DataGridViewTextBoxColumn()
+ Me.DataGridViewTextBoxColumn9 = New System.Windows.Forms.DataGridViewTextBoxColumn()
+ Me.pnl.SuspendLayout()
+ CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
+ Me.SuspendLayout()
+ '
+ 'pnl
+ '
+ Me.pnl.Controls.Add(Me.MyRichTextBox1)
+ Me.pnl.Controls.Add(Me.DataGridView2)
+ Me.pnl.Controls.Add(Me.Label4)
+ Me.pnl.Controls.Add(Me.Label3)
+ Me.pnl.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.pnl.Location = New System.Drawing.Point(0, 0)
+ Me.pnl.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.pnl.Name = "pnl"
+ Me.pnl.Size = New System.Drawing.Size(840, 778)
+ Me.pnl.TabIndex = 0
+ '
+ 'Timer1
+ '
+ Me.Timer1.Interval = 2000
+ '
+ 'Label4
+ '
+ Me.Label4.AutoSize = True
+ Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
+ Me.Label4.Location = New System.Drawing.Point(28, 257)
+ Me.Label4.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
+ Me.Label4.Name = "Label4"
+ Me.Label4.Size = New System.Drawing.Size(109, 29)
+ Me.Label4.TabIndex = 12
+ Me.Label4.Text = "Auswahl:"
+ '
+ 'Label3
+ '
+ Me.Label3.AutoSize = True
+ Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
+ Me.Label3.Location = New System.Drawing.Point(28, 22)
+ Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
+ Me.Label3.Name = "Label3"
+ Me.Label3.Size = New System.Drawing.Size(268, 29)
+ Me.Label3.TabIndex = 11
+ Me.Label3.Text = "Umfrage-Beschreibung:"
+ '
+ 'DataGridView2
+ '
+ Me.DataGridView2.AllowUserToAddRows = False
+ Me.DataGridView2.AllowUserToDeleteRows = False
+ Me.DataGridView2.AllowUserToResizeColumns = False
+ Me.DataGridView2.AllowUserToResizeRows = False
+ Me.DataGridView2.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
+ Or System.Windows.Forms.AnchorStyles.Left) _
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.DataGridView2.BackgroundColor = System.Drawing.Color.White
+ DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
+ DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control
+ DataGridViewCellStyle1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText
+ DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
+ DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
+ DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
+ Me.DataGridView2.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
+ Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
+ Me.DataGridView2.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn7, Me.DataGridViewTextBoxColumn8, Me.DataGridViewTextBoxColumn9})
+ DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
+ DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window
+ DataGridViewCellStyle2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
+ DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
+ DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
+ DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
+ Me.DataGridView2.DefaultCellStyle = DataGridViewCellStyle2
+ Me.DataGridView2.Location = New System.Drawing.Point(33, 291)
+ Me.DataGridView2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.DataGridView2.Name = "DataGridView2"
+ Me.DataGridView2.ReadOnly = True
+ DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
+ DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control
+ DataGridViewCellStyle3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
+ DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
+ DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
+ DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
+ Me.DataGridView2.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
+ Me.DataGridView2.RowHeadersVisible = False
+ Me.DataGridView2.RowHeadersWidth = 62
+ Me.DataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
+ Me.DataGridView2.Size = New System.Drawing.Size(773, 384)
+ Me.DataGridView2.TabIndex = 14
+ '
+ 'MyRichTextBox1
+ '
+ Me.MyRichTextBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.MyRichTextBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
+ Me.MyRichTextBox1.Location = New System.Drawing.Point(33, 55)
+ Me.MyRichTextBox1.MaxLineLength = -1
+ Me.MyRichTextBox1.MaxLines_Warning = ""
+ Me.MyRichTextBox1.MaxLines_Warning_Label = Nothing
+ Me.MyRichTextBox1.Name = "MyRichTextBox1"
+ Me.MyRichTextBox1.Size = New System.Drawing.Size(773, 181)
+ Me.MyRichTextBox1.TabIndex = 15
+ Me.MyRichTextBox1.Text = ""
+ '
+ 'DataGridViewTextBoxColumn7
+ '
+ Me.DataGridViewTextBoxColumn7.HeaderText = "Column1"
+ Me.DataGridViewTextBoxColumn7.MinimumWidth = 8
+ Me.DataGridViewTextBoxColumn7.Name = "DataGridViewTextBoxColumn7"
+ Me.DataGridViewTextBoxColumn7.ReadOnly = True
+ Me.DataGridViewTextBoxColumn7.Visible = False
+ Me.DataGridViewTextBoxColumn7.Width = 150
+ '
+ 'DataGridViewTextBoxColumn8
+ '
+ Me.DataGridViewTextBoxColumn8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
+ Me.DataGridViewTextBoxColumn8.HeaderText = "Wert"
+ Me.DataGridViewTextBoxColumn8.MaxInputLength = 50
+ Me.DataGridViewTextBoxColumn8.MinimumWidth = 8
+ Me.DataGridViewTextBoxColumn8.Name = "DataGridViewTextBoxColumn8"
+ Me.DataGridViewTextBoxColumn8.ReadOnly = True
+ Me.DataGridViewTextBoxColumn8.Width = 200
+ '
+ 'DataGridViewTextBoxColumn9
+ '
+ Me.DataGridViewTextBoxColumn9.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
+ Me.DataGridViewTextBoxColumn9.HeaderText = "Beschreibung"
+ Me.DataGridViewTextBoxColumn9.MaxInputLength = 500
+ Me.DataGridViewTextBoxColumn9.MinimumWidth = 8
+ Me.DataGridViewTextBoxColumn9.Name = "DataGridViewTextBoxColumn9"
+ Me.DataGridViewTextBoxColumn9.ReadOnly = True
+ '
+ 'usrCntlMessenger_Umfrage
+ '
+ Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 20.0!)
+ Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
+ Me.BackColor = System.Drawing.Color.White
+ Me.Controls.Add(Me.pnl)
+ Me.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
+ Me.Name = "usrCntlMessenger_Umfrage"
+ Me.Size = New System.Drawing.Size(840, 778)
+ Me.pnl.ResumeLayout(False)
+ Me.pnl.PerformLayout()
+ CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
+ Me.ResumeLayout(False)
+
+ End Sub
+
+ Friend WithEvents pnl As Panel
+ Friend WithEvents Timer1 As Timer
+ Friend WithEvents Label4 As Label
+ Friend WithEvents Label3 As Label
+ Friend WithEvents MyRichTextBox1 As MyRichTextBox
+ Friend WithEvents DataGridView2 As DataGridView
+ Friend WithEvents DataGridViewTextBoxColumn7 As DataGridViewTextBoxColumn
+ Friend WithEvents DataGridViewTextBoxColumn8 As DataGridViewTextBoxColumn
+ Friend WithEvents DataGridViewTextBoxColumn9 As DataGridViewTextBoxColumn
+End Class
diff --git a/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_Umfrage.resx b/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_Umfrage.resx
new file mode 100644
index 00000000..f08bf723
--- /dev/null
+++ b/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_Umfrage.resx
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ True
+
+
+ True
+
+
+ 17, 17
+
+
\ No newline at end of file
diff --git a/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_Umfrage.vb b/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_Umfrage.vb
new file mode 100644
index 00000000..b4cb36c1
--- /dev/null
+++ b/VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_Umfrage.vb
@@ -0,0 +1,37 @@
+Imports System.Drawing
+
+Public Class usrCntlMessenger_Umfrage
+ Property CHAT_MSG As VERAG_PROG_ALLGEMEIN.cMessenger.cMessenger_ChatMessages
+ 'Property BG_COLOR As Color = Color.FromArgb(192, 255, 192) ' Color.Azure
+ Dim ttp As New System.Windows.Forms.ToolTip
+
+ Sub New()
+
+ ' Dieser Aufruf ist für den Designer erforderlich.
+ InitializeComponent()
+
+ ' Fügen Sie Initialisierungen nach dem InitializeComponent()-Aufruf hinzu.
+
+ End Sub
+
+ Sub New(CHAT_MSG As VERAG_PROG_ALLGEMEIN.cMessenger.cMessenger_ChatMessages)
+
+ ' Dieser Aufruf ist für den Designer erforderlich.
+ InitializeComponent()
+ Me.CHAT_MSG = CHAT_MSG
+ ' Fügen Sie Initialisierungen nach dem InitializeComponent()-Aufruf hinzu.
+
+ End Sub
+
+ Sub setValues(CHAT)
+
+ End Sub
+
+
+ Function getValues(CHAT)
+
+
+ End Function
+
+
+End Class
diff --git a/VERAG_PROG_ALLGEMEIN/VERAG_PROG_ALLGEMEIN.vbproj b/VERAG_PROG_ALLGEMEIN/VERAG_PROG_ALLGEMEIN.vbproj
index bccc2334..61aff9ae 100644
--- a/VERAG_PROG_ALLGEMEIN/VERAG_PROG_ALLGEMEIN.vbproj
+++ b/VERAG_PROG_ALLGEMEIN/VERAG_PROG_ALLGEMEIN.vbproj
@@ -438,6 +438,12 @@
Form
+
+ frmMessenger_SonstigeNEW.vb
+
+
+ Form
+
frmMessenger_Members.vb
@@ -450,6 +456,36 @@
Form
+
+ usrCntlMessenger_ChatElementMitteilung.vb
+
+
+ UserControl
+
+
+ usrCntlMessenger_ChatElementUmfrage_Option.vb
+
+
+ UserControl
+
+
+ usrCntlMessenger_ChatElementUmfrage.vb
+
+
+ UserControl
+
+
+ usrCntlMessenger_Mitteilung.vb
+
+
+ UserControl
+
+
+ usrCntlMessenger_Umfrage.vb
+
+
+ UserControl
+
usrCntlMessenger_ChatElementDEL.vb
@@ -630,12 +666,30 @@
frmMessenger.vb
+
+ frmMessenger_SonstigeNEW.vb
+
frmMessenger_Members.vb
frmMessenger_NeuerChat.vb
+
+ usrCntlMessenger_ChatElementMitteilung.vb
+
+
+ usrCntlMessenger_ChatElementUmfrage_Option.vb
+
+
+ usrCntlMessenger_ChatElementUmfrage.vb
+
+
+ usrCntlMessenger_Mitteilung.vb
+
+
+ usrCntlMessenger_Umfrage.vb
+
usrCntlMessenger_ChatElementDEL.vb