{
  "ReportVersion": "2019.4.1.0",
  "ReportGuid": "389d5be5ab6d49c881e95d6620ee3b1f",
  "ReportName": "Report",
  "ReportAlias": "Report",
  "ReportCreated": "/Date(1566450666000+0100)/",
  "ReportChanged": "/Date(1566450666000+0100)/",
  "EngineVersion": "EngineV2",
  "CalculationMode": "Interpretation",
  "RetrieveOnlyUsedData": true,
  "PreviewSettings": 268435455,
  "Script": "using System;\nusing System.Drawing;\nusing System.Windows.Forms;\nusing System.Data;\nusing Stimulsoft.Controls;\nusing Stimulsoft.Base.Drawing;\nusing Stimulsoft.Report;\nusing Stimulsoft.Report.Dialogs;\nusing Stimulsoft.Report.Components;\n\nnamespace Reports\n{\n    public class Report : Stimulsoft.Report.StiReport\n    {\n        public Report()        {\n            this.InitializeComponent();\n        }\n\n        #region StiReport Designer generated code - do not modify\r\n\t\t#endregion StiReport Designer generated code - do not modify\n    }\n}\n",
  "ReferencedAssemblies": {
    "0": "System.Dll",
    "1": "System.Drawing.Dll",
    "2": "System.Windows.Forms.Dll",
    "3": "System.Data.Dll",
    "4": "System.Xml.Dll",
    "5": "Stimulsoft.Controls.Dll",
    "6": "Stimulsoft.Base.Dll",
    "7": "Stimulsoft.Report.Dll"
  },
  "Dictionary": {
    "Variables": {
      "0": {
        "Name": "ORDER",
        "DialogInfo": {
          "DateTimeType": "DateAndTime",
          "ItemsInitializationType": "Columns",
          "KeysColumn": "CB_ORDER.ID",
          "ValuesColumn": "CB_ORDER.FULL_NAME",
          "AllowUserValues": false
        },
        "Alias": "Akce",
        "Type": "System.String",
        "RequestFromUser": true,
        "AllowUseAsSqlParameter": true,
        "SelectionMode": "First"
      },
      "1": {
        "Value": "Year(Today)",
        "Name": "YEAR",
        "DialogInfo": {
          "DateTimeType": "DateAndTime",
          "ItemsInitializationType": "Columns",
          "KeysColumn": "DB_YEARS.YEAR",
          "ValuesColumn": "DB_YEARS.YEAR"
        },
        "Alias": "Rok",
        "Type": "System.Int32",
        "RequestFromUser": true,
        "InitBy": "Expression",
        "AllowUseAsSqlParameter": true
      },
      "2": {
        "Value": "1",
        "Name": "MONTH",
        "DialogInfo": {
          "DateTimeType": "DateAndTime",
          "AllowUserValues": false,
          "Keys": {
            "0": "1",
            "1": "2",
            "2": "3",
            "3": "4",
            "4": "5",
            "5": "6",
            "6": "7",
            "7": "8",
            "8": "9",
            "9": "10",
            "10": "11",
            "11": "12"
          },
          "Values": {
            "0": "Leden",
            "1": "Únor",
            "2": "Březen",
            "3": "Duben",
            "4": "Květen",
            "5": "Červen",
            "6": "Červenec",
            "7": "Srpen",
            "8": "Září",
            "9": "Říjen",
            "10": "Listopad",
            "11": "Prosinec"
          }
        },
        "Alias": "Měsíc",
        "Type": "System.String",
        "RequestFromUser": true,
        "AllowUseAsSqlParameter": true
      },
      "3": {
        "Value": "false",
        "Name": "SUBREPORT",
        "DialogInfo": {
          "DateTimeType": "DateAndTime"
        },
        "Alias": "SUBREPORT",
        "Type": "System.Boolean",
        "ReadOnly": true
      },
      "4": {
        "Name": "PAID",
        "DialogInfo": {
          "DateTimeType": "DateAndTime",
          "Keys": {
            "0": "Vše",
            "1": "PS",
            "2": "DPP",
            "3": "DPČ",
            "4": "DOD"
          },
          "Values": {
            "0": "Vše",
            "1": "PS",
            "2": "DPP",
            "3": "DPČ",
            "4": "DOD"
          }
        },
        "Alias": "Hrazeno",
        "Type": "System.String",
        "RequestFromUser": true,
        "AllowUseAsSqlParameter": true,
        "SelectionMode": "First"
      }
    },
    "DataSources": {
      "0": {
        "Ident": "StiSqlSource",
        "Name": "CB_ORDER",
        "Alias": "CB_ORDER",
        "Key": "041d9772ec304891b0d9238113bac3d2",
        "Columns": {
          "0": {
            "Name": "DATE_END",
            "Index": -1,
            "NameInSource": "DATE_END",
            "Alias": "DATE_END",
            "Type": "System.DateTime"
          },
          "1": {
            "Name": "DATE_START",
            "Index": -1,
            "NameInSource": "DATE_START",
            "Alias": "DATE_START",
            "Type": "System.DateTime"
          },
          "2": {
            "Name": "FULL_NAME",
            "Index": -1,
            "NameInSource": "FULL_NAME",
            "Alias": "FULL_NAME",
            "Type": "System.String"
          },
          "3": {
            "Name": "ID",
            "Index": -1,
            "NameInSource": "ID",
            "Alias": "ID",
            "Type": "System.Int32"
          },
          "4": {
            "Name": "ID_TYPE",
            "Index": -1,
            "NameInSource": "ID_TYPE",
            "Alias": "ID_TYPE",
            "Type": "System.Int16"
          },
          "5": {
            "Name": "NAME",
            "Index": -1,
            "NameInSource": "NAME",
            "Alias": "NAME",
            "Type": "System.String"
          },
          "6": {
            "Name": "NUMBER",
            "Index": -1,
            "NameInSource": "NUMBER",
            "Alias": "NUMBER",
            "Type": "System.String"
          }
        },
        "NameInSource": "NPU_WM",
        "SqlCommand": "select *, NUMBER +', '+NAME as FULL_NAME from CB_ORDER\norder by number desc"
      },
      "1": {
        "Ident": "StiSqlSource",
        "Name": "ORDER_DESC",
        "Alias": "ORDER_DESC",
        "Key": "5010e0ad79044f058c2dd1afab385ded",
        "Columns": {
          "0": {
            "Name": "DATE_END",
            "Index": -1,
            "NameInSource": "DATE_END",
            "Alias": "DATE_END",
            "Type": "System.DateTime"
          },
          "1": {
            "Name": "DATE_START",
            "Index": -1,
            "NameInSource": "DATE_START",
            "Alias": "DATE_START",
            "Type": "System.DateTime"
          },
          "2": {
            "Name": "FULL_NAME",
            "Index": -1,
            "NameInSource": "FULL_NAME",
            "Alias": "FULL_NAME",
            "Type": "System.String"
          },
          "3": {
            "Name": "ID",
            "Index": -1,
            "NameInSource": "ID",
            "Alias": "ID",
            "Type": "System.Int32"
          },
          "4": {
            "Name": "ID_TYPE",
            "Index": -1,
            "NameInSource": "ID_TYPE",
            "Alias": "ID_TYPE",
            "Type": "System.Int32"
          },
          "5": {
            "Name": "NAME",
            "Index": -1,
            "NameInSource": "NAME",
            "Alias": "NAME",
            "Type": "System.String"
          },
          "6": {
            "Name": "NUMBER",
            "Index": -1,
            "NameInSource": "NUMBER",
            "Alias": "NUMBER",
            "Type": "System.String"
          }
        },
        "NameInSource": "NPU_WM",
        "SqlCommand": "select *, NUMBER +', '+NAME as FULL_NAME from CB_ORDER\nwhere id = @ORDER"
      },
      "2": {
        "Ident": "StiSqlSource",
        "Name": "DB_YEARS",
        "Alias": "DB_YEARS",
        "Key": "460dae6b33c0468e88995a830530d5c0",
        "Columns": {
          "0": {
            "Name": "YEAR",
            "Index": -1,
            "NameInSource": "YEAR",
            "Alias": "YEAR",
            "Type": "System.Int32"
          }
        },
        "NameInSource": "NPU_WM",
        "SqlCommand": "select distinct year(day) YEAR from WORKER_FORM"
      },
      "3": {
        "Ident": "StiSqlSource",
        "Name": "VW_CB_FORM",
        "Alias": "VW_CB_FORM",
        "Key": "8539451e111b4fcabc5dbf975987a078",
        "Columns": {
          "0": {
            "Name": "1",
            "Index": -1,
            "NameInSource": "1",
            "Alias": "1",
            "Type": "System.Double"
          },
          "1": {
            "Name": "10",
            "Index": -1,
            "NameInSource": "10",
            "Alias": "10",
            "Type": "System.Double"
          },
          "2": {
            "Name": "11",
            "Index": -1,
            "NameInSource": "11",
            "Alias": "11",
            "Type": "System.Double"
          },
          "3": {
            "Name": "12",
            "Index": -1,
            "NameInSource": "12",
            "Alias": "12",
            "Type": "System.Double"
          },
          "4": {
            "Name": "13",
            "Index": -1,
            "NameInSource": "13",
            "Alias": "13",
            "Type": "System.Double"
          },
          "5": {
            "Name": "14",
            "Index": -1,
            "NameInSource": "14",
            "Alias": "14",
            "Type": "System.Double"
          },
          "6": {
            "Name": "15",
            "Index": -1,
            "NameInSource": "15",
            "Alias": "15",
            "Type": "System.Double"
          },
          "7": {
            "Name": "16",
            "Index": -1,
            "NameInSource": "16",
            "Alias": "16",
            "Type": "System.Double"
          },
          "8": {
            "Name": "17",
            "Index": -1,
            "NameInSource": "17",
            "Alias": "17",
            "Type": "System.Double"
          },
          "9": {
            "Name": "18",
            "Index": -1,
            "NameInSource": "18",
            "Alias": "18",
            "Type": "System.Double"
          },
          "10": {
            "Name": "19",
            "Index": -1,
            "NameInSource": "19",
            "Alias": "19",
            "Type": "System.Double"
          },
          "11": {
            "Name": "2",
            "Index": -1,
            "NameInSource": "2",
            "Alias": "2",
            "Type": "System.Double"
          },
          "12": {
            "Name": "20",
            "Index": -1,
            "NameInSource": "20",
            "Alias": "20",
            "Type": "System.Double"
          },
          "13": {
            "Name": "21",
            "Index": -1,
            "NameInSource": "21",
            "Alias": "21",
            "Type": "System.Double"
          },
          "14": {
            "Name": "22",
            "Index": -1,
            "NameInSource": "22",
            "Alias": "22",
            "Type": "System.Double"
          },
          "15": {
            "Name": "23",
            "Index": -1,
            "NameInSource": "23",
            "Alias": "23",
            "Type": "System.Double"
          },
          "16": {
            "Name": "24",
            "Index": -1,
            "NameInSource": "24",
            "Alias": "24",
            "Type": "System.Double"
          },
          "17": {
            "Name": "25",
            "Index": -1,
            "NameInSource": "25",
            "Alias": "25",
            "Type": "System.Double"
          },
          "18": {
            "Name": "26",
            "Index": -1,
            "NameInSource": "26",
            "Alias": "26",
            "Type": "System.Double"
          },
          "19": {
            "Name": "27",
            "Index": -1,
            "NameInSource": "27",
            "Alias": "27",
            "Type": "System.Double"
          },
          "20": {
            "Name": "28",
            "Index": -1,
            "NameInSource": "28",
            "Alias": "28",
            "Type": "System.Double"
          },
          "21": {
            "Name": "29",
            "Index": -1,
            "NameInSource": "29",
            "Alias": "29",
            "Type": "System.Double"
          },
          "22": {
            "Name": "3",
            "Index": -1,
            "NameInSource": "3",
            "Alias": "3",
            "Type": "System.Double"
          },
          "23": {
            "Name": "30",
            "Index": -1,
            "NameInSource": "30",
            "Alias": "30",
            "Type": "System.Double"
          },
          "24": {
            "Name": "31",
            "Index": -1,
            "NameInSource": "31",
            "Alias": "31",
            "Type": "System.Double"
          },
          "25": {
            "Name": "4",
            "Index": -1,
            "NameInSource": "4",
            "Alias": "4",
            "Type": "System.Double"
          },
          "26": {
            "Name": "5",
            "Index": -1,
            "NameInSource": "5",
            "Alias": "5",
            "Type": "System.Double"
          },
          "27": {
            "Name": "6",
            "Index": -1,
            "NameInSource": "6",
            "Alias": "6",
            "Type": "System.Double"
          },
          "28": {
            "Name": "7",
            "Index": -1,
            "NameInSource": "7",
            "Alias": "7",
            "Type": "System.Double"
          },
          "29": {
            "Name": "8",
            "Index": -1,
            "NameInSource": "8",
            "Alias": "8",
            "Type": "System.Double"
          },
          "30": {
            "Name": "9",
            "Index": -1,
            "NameInSource": "9",
            "Alias": "9",
            "Type": "System.Double"
          },
          "31": {
            "Name": "DPC",
            "Index": -1,
            "NameInSource": "DPC",
            "Alias": "DPC",
            "Type": "System.Decimal"
          },
          "32": {
            "Name": "DPP",
            "Index": -1,
            "NameInSource": "DPP",
            "Alias": "DPP",
            "Type": "System.Decimal"
          },
          "33": {
            "Name": "activity_name",
            "Index": -1,
            "NameInSource": "activity_name",
            "Alias": "activity_name",
            "Type": "System.String"
          },
          "34": {
            "Name": "activity_shortcut",
            "Index": -1,
            "NameInSource": "activity_shortcut",
            "Alias": "activity_shortcut",
            "Type": "System.String"
          },
          "35": {
            "Name": "grade_name",
            "Index": -1,
            "NameInSource": "grade_name",
            "Alias": "grade_name",
            "Type": "System.String"
          },
          "36": {
            "Name": "grade_shortcut",
            "Index": -1,
            "NameInSource": "grade_shortcut",
            "Alias": "grade_shortcut",
            "Type": "System.String"
          },
          "37": {
            "Name": "group_id",
            "Index": -1,
            "NameInSource": "group_id",
            "Alias": "group_id",
            "Type": "System.String"
          },
          "38": {
            "Name": "id",
            "Index": -1,
            "NameInSource": "id",
            "Alias": "id",
            "Type": "System.String"
          },
          "39": {
            "Name": "id_activity",
            "Index": -1,
            "NameInSource": "id_activity",
            "Alias": "id_activity",
            "Type": "System.Int32"
          },
          "40": {
            "Name": "id_grade",
            "Index": -1,
            "NameInSource": "id_grade",
            "Alias": "id_grade",
            "Type": "System.Int32"
          },
          "41": {
            "Name": "id_order",
            "Index": -1,
            "NameInSource": "id_order",
            "Alias": "id_order",
            "Type": "System.Int32"
          },
          "42": {
            "Name": "id_worker",
            "Index": -1,
            "NameInSource": "id_worker",
            "Alias": "id_worker",
            "Type": "System.Int32"
          },
          "43": {
            "Name": "idname",
            "Index": -1,
            "NameInSource": "idname",
            "Alias": "idname",
            "Type": "System.String"
          },
          "44": {
            "Name": "month",
            "Index": -1,
            "NameInSource": "month",
            "Alias": "month",
            "Type": "System.Int32"
          },
          "45": {
            "Name": "order_name",
            "Index": -1,
            "NameInSource": "order_name",
            "Alias": "order_name",
            "Type": "System.String"
          },
          "46": {
            "Name": "order_number",
            "Index": -1,
            "NameInSource": "order_number",
            "Alias": "order_number",
            "Type": "System.String"
          },
          "47": {
            "Name": "order_type",
            "Index": -1,
            "NameInSource": "order_type",
            "Alias": "order_type",
            "Type": "System.String"
          },
          "48": {
            "Name": "supplier_shortcut",
            "Index": -1,
            "NameInSource": "supplier_shortcut",
            "Alias": "supplier_shortcut",
            "Type": "System.String"
          },
          "49": {
            "Name": "worker_name",
            "Index": -1,
            "NameInSource": "worker_name",
            "Alias": "worker_name",
            "Type": "System.String"
          },
          "50": {
            "Name": "worker_number",
            "Index": -1,
            "NameInSource": "worker_number",
            "Alias": "worker_number",
            "Type": "System.String"
          },
          "51": {
            "Name": "worker_surname",
            "Index": -1,
            "NameInSource": "worker_surname",
            "Alias": "worker_surname",
            "Type": "System.String"
          },
          "52": {
            "Name": "year",
            "Index": -1,
            "NameInSource": "year",
            "Alias": "year",
            "Type": "System.Int32"
          }
        },
        "NameInSource": "NPU_WM",
        "SqlCommand": "select * from [dbo].[VW_CB_FORM]\nwhere month = @month and year = @year and id_order = @order\nand (@paid = 'vše'\nor @paid = 'dpp' and dpp>0\nor @paid = 'dpč' and dpc>0\nor @paid = 'ps' and supplier_shortcut = 'npu'\nor @paid = 'dod' and supplier_shortcut is not null)\norder by worker_name"
      },
      "4": {
        "Ident": "StiSqlSource",
        "Name": "DB_MONTHS",
        "Alias": "DB_MONTHS",
        "Key": "1f5f3e469c574a1390c56b959bb650e8",
        "Columns": {
          "0": {
            "Name": "DESC",
            "Index": -1,
            "NameInSource": "DESC",
            "Alias": "DESC",
            "Type": "System.String"
          },
          "1": {
            "Name": "MONTH",
            "Index": -1,
            "NameInSource": "MONTH",
            "Alias": "MONTH",
            "Type": "System.Int32"
          }
        },
        "NameInSource": "NPU_WM",
        "SqlCommand": "select * from dbo.months()"
      },
      "5": {
        "Ident": "StiSqlSource",
        "Name": "HOLIDAYS",
        "Alias": "HOLIDAYS",
        "Key": "388f4a7f39094a3bac8753fbd6b25435",
        "Columns": {
          "0": {
            "Name": "1",
            "Index": -1,
            "NameInSource": "1",
            "Alias": "1",
            "Type": "System.String"
          },
          "1": {
            "Name": "10",
            "Index": -1,
            "NameInSource": "10",
            "Alias": "10",
            "Type": "System.String"
          },
          "2": {
            "Name": "11",
            "Index": -1,
            "NameInSource": "11",
            "Alias": "11",
            "Type": "System.String"
          },
          "3": {
            "Name": "12",
            "Index": -1,
            "NameInSource": "12",
            "Alias": "12",
            "Type": "System.String"
          },
          "4": {
            "Name": "13",
            "Index": -1,
            "NameInSource": "13",
            "Alias": "13",
            "Type": "System.String"
          },
          "5": {
            "Name": "14",
            "Index": -1,
            "NameInSource": "14",
            "Alias": "14",
            "Type": "System.String"
          },
          "6": {
            "Name": "15",
            "Index": -1,
            "NameInSource": "15",
            "Alias": "15",
            "Type": "System.String"
          },
          "7": {
            "Name": "16",
            "Index": -1,
            "NameInSource": "16",
            "Alias": "16",
            "Type": "System.String"
          },
          "8": {
            "Name": "17",
            "Index": -1,
            "NameInSource": "17",
            "Alias": "17",
            "Type": "System.String"
          },
          "9": {
            "Name": "18",
            "Index": -1,
            "NameInSource": "18",
            "Alias": "18",
            "Type": "System.String"
          },
          "10": {
            "Name": "19",
            "Index": -1,
            "NameInSource": "19",
            "Alias": "19",
            "Type": "System.String"
          },
          "11": {
            "Name": "2",
            "Index": -1,
            "NameInSource": "2",
            "Alias": "2",
            "Type": "System.String"
          },
          "12": {
            "Name": "20",
            "Index": -1,
            "NameInSource": "20",
            "Alias": "20",
            "Type": "System.String"
          },
          "13": {
            "Name": "21",
            "Index": -1,
            "NameInSource": "21",
            "Alias": "21",
            "Type": "System.String"
          },
          "14": {
            "Name": "22",
            "Index": -1,
            "NameInSource": "22",
            "Alias": "22",
            "Type": "System.String"
          },
          "15": {
            "Name": "23",
            "Index": -1,
            "NameInSource": "23",
            "Alias": "23",
            "Type": "System.String"
          },
          "16": {
            "Name": "24",
            "Index": -1,
            "NameInSource": "24",
            "Alias": "24",
            "Type": "System.String"
          },
          "17": {
            "Name": "25",
            "Index": -1,
            "NameInSource": "25",
            "Alias": "25",
            "Type": "System.String"
          },
          "18": {
            "Name": "26",
            "Index": -1,
            "NameInSource": "26",
            "Alias": "26",
            "Type": "System.String"
          },
          "19": {
            "Name": "27",
            "Index": -1,
            "NameInSource": "27",
            "Alias": "27",
            "Type": "System.String"
          },
          "20": {
            "Name": "28",
            "Index": -1,
            "NameInSource": "28",
            "Alias": "28",
            "Type": "System.String"
          },
          "21": {
            "Name": "29",
            "Index": -1,
            "NameInSource": "29",
            "Alias": "29",
            "Type": "System.String"
          },
          "22": {
            "Name": "3",
            "Index": -1,
            "NameInSource": "3",
            "Alias": "3",
            "Type": "System.String"
          },
          "23": {
            "Name": "30",
            "Index": -1,
            "NameInSource": "30",
            "Alias": "30",
            "Type": "System.String"
          },
          "24": {
            "Name": "31",
            "Index": -1,
            "NameInSource": "31",
            "Alias": "31",
            "Type": "System.String"
          },
          "25": {
            "Name": "4",
            "Index": -1,
            "NameInSource": "4",
            "Alias": "4",
            "Type": "System.String"
          },
          "26": {
            "Name": "5",
            "Index": -1,
            "NameInSource": "5",
            "Alias": "5",
            "Type": "System.String"
          },
          "27": {
            "Name": "6",
            "Index": -1,
            "NameInSource": "6",
            "Alias": "6",
            "Type": "System.String"
          },
          "28": {
            "Name": "7",
            "Index": -1,
            "NameInSource": "7",
            "Alias": "7",
            "Type": "System.String"
          },
          "29": {
            "Name": "8",
            "Index": -1,
            "NameInSource": "8",
            "Alias": "8",
            "Type": "System.String"
          },
          "30": {
            "Name": "9",
            "Index": -1,
            "NameInSource": "9",
            "Alias": "9",
            "Type": "System.String"
          }
        },
        "NameInSource": "NPU_WM",
        "SqlCommand": "\nSELECT \n    [1], \n    [2], \n    [3], \n    [4], \n    [5], \n    [6], \n    [7],\n    [8],\n    [9],\n    [10],\n    [11],\n    [12],\n    [13],\n    [14],\n    [15],\n    [16],\n    [17],\n    [18],\n    [19],\n    [20],\n    [21],\n    [22],\n    [23],\n    [24],\n    [25],\n    [26],\n    [27],\n    [28],\n    [29],\n    [30],\n    [31]\nfrom (\n    select --w.id,\n        datepart(d,date) [day],\n        upper(left([desc],1))+lower(substring([desc],2,1)) [desc]\n        --[desc]\n    from dbo.[Month](@year,@month)) s\nPIVOT  \n(  \n    min([desc])\n    FOR day IN ([1],[2],[3],[4],[5],[6],[7],[8],[9],[10],[11],[12],[13],[14],[15],[16],[17],[18],[19],[20],[21],[22],[23],[24],[25],[26],[27],[28],[29],[30],[31])  \n) AS p"
      },
      "6": {
        "Ident": "StiSqlSource",
        "Name": "DAY_COUNT",
        "Alias": "DAY_COUNT",
        "Key": "3b4b23281f2541b8b2d7bf9cdb519958",
        "Columns": {
          "0": {
            "Name": "DayCount",
            "Index": -1,
            "NameInSource": "DayCount",
            "Alias": "DayCount",
            "Type": "System.Int32"
          }
        },
        "NameInSource": "NPU_WM",
        "SqlCommand": "SELECT DAY(EOMONTH(DATEFROMPARTS(@year,@month,1))) as DayCount"
      }
    },
    "Databases": {
      "0": {
        "Ident": "StiSqlDatabase",
        "Name": "NPU_WM",
        "Alias": "NPU_WM",
        "ConnectionStringEncrypted": "42ytCcdNMYF0WLUcagRkXsNW+YnFVtOJYEyh9HxMZWPDxPPrSE27We9b/TToACHX3cjZSGJVu8VsXLnM6Vz2Z91W98JNXasJa1i1cA=="
      }
    }
  },
  "Pages": {
    "0": {
      "Ident": "StiPage",
      "Name": "Page1",
      "Guid": "94212c62f245a82dd2bdc983174d8ee7",
      "Interaction": {
        "Ident": "StiInteraction"
      },
      "Border": ";;2;;;;;solid:Black",
      "Brush": "solid:",
      "Components": {
        "0": {
          "Ident": "StiReportTitleBand",
          "Name": "ReportTitleBand1",
          "ClientRectangle": "0,0.4,27.69,1.4",
          "Conditions": {
            "0": {
              "Ident": "StiCondition",
              "Item": "Expression",
              "Expression": {
                "Value": "{SUBREPORT}"
              },
              "Enabled": false,
              "TextColor": "255,0,0",
              "BorderSides": "None"
            }
          },
          "Interaction": {
            "Ident": "StiInteraction"
          },
          "Border": ";;;;;;;solid:Black",
          "Brush": "solid:",
          "Components": {
            "0": {
              "Ident": "StiText",
              "Name": "Text1",
              "Guid": "1881f13857581b72cf3928a66554a865",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "0,0.2,1.8,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "Název akce:"
              },
              "Font": ";;Bold;",
              "Border": ";;;;;;;solid:Black",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Type": "Expression"
            },
            "1": {
              "Ident": "StiText",
              "Name": "Text9",
              "Guid": "d86edf6eb3bc4e1c8342aa6db7793082",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "1.8,0.2,21.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{ORDER_DESC.NUMBER}: {ORDER_DESC.NAME} ({string.Format(\"{0:dd.MM.yyyy}\",ORDER_DESC.DATE_START)}, {IIF(ORDER_DESC.DATE_END == null,\"...\",string.Format(\"{0:dd.MM.yyyy}\",ORDER_DESC.DATE_END))})"
              },
              "Font": ";;Bold;",
              "Border": ";;;;;;;solid:Black",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Type": "Expression"
            },
            "2": {
              "Ident": "StiText",
              "Name": "Text10",
              "Guid": "65100d3183b04ee09279f09afb2c5ba6",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "0,0.8,1.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "Hrazeno:"
              },
              "Font": ";;Bold;",
              "Border": ";;;;;;;solid:Black",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Type": "Expression"
            },
            "3": {
              "Ident": "StiText",
              "Name": "Text144",
              "Guid": "220b2eb1fe6c4e02ba4fe5bbfc53fbd6",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "1.8,0.8,1.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{PAID}"
              },
              "Border": ";;;;;;;solid:Black",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Type": "Expression"
            }
          }
        },
        "1": {
          "Ident": "StiHeaderBand",
          "Name": "HeaderBand1",
          "ClientRectangle": "0,2.6,27.69,0.4",
          "Interaction": {
            "Ident": "StiInteraction"
          },
          "Border": ";;;;;;;solid:Black",
          "Brush": "solid:",
          "Components": {
            "0": {
              "Ident": "StiText",
              "Name": "Text2",
              "Guid": "917ae346488342cd8c14f4d79c53cac9",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "0,0,4,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "Rok: {YEAR}"
              },
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Margins": {
                "Left": 2.0,
                "Right": 0.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Expression"
            },
            "1": {
              "Ident": "StiText",
              "Name": "Text5",
              "Guid": "3265f7fe1cbf42998db6d1a7c776accf",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "4,0,16.8,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "Měsíc: {MONTH}"
              },
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "Top, Left, Bottom;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Margins": {
                "Left": 2.0,
                "Right": 0.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Expression"
            },
            "2": {
              "Ident": "StiText",
              "Name": "Text75",
              "Guid": "2acc55a0a262407b8557c3133c937764",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "20.8,0,0.6,0.4",
              "Conditions": {
                "0": {
                  "Ident": "StiCondition",
                  "Item": "Expression",
                  "Expression": {
                    "Value": "{29 > DAY_COUNT.DayCount}"
                  },
                  "Enabled": false,
                  "TextColor": "255,0,0",
                  "BorderSides": "None"
                }
              },
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "Top, Bottom;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "DataColumn"
            },
            "3": {
              "Ident": "StiText",
              "Name": "Text76",
              "Guid": "26263faa92284e97a4c7e0c67d13d580",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "21.4,0,0.6,0.4",
              "Conditions": {
                "0": {
                  "Ident": "StiCondition",
                  "Item": "Expression",
                  "Expression": {
                    "Value": "{30 > DAY_COUNT.DayCount}"
                  },
                  "Enabled": false,
                  "TextColor": "255,0,0",
                  "BorderSides": "None"
                }
              },
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "Top, Bottom;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "DataColumn"
            },
            "4": {
              "Ident": "StiText",
              "Name": "Text77",
              "Guid": "b94827f3cbf54b63ad46de239ca10e83",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "22,0,0.6,0.4",
              "Conditions": {
                "0": {
                  "Ident": "StiCondition",
                  "Item": "Expression",
                  "Expression": {
                    "Value": "{31 > DAY_COUNT.DayCount}"
                  },
                  "Enabled": false,
                  "TextColor": "255,0,0",
                  "BorderSides": "None"
                }
              },
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "Top, Bottom;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "DataColumn"
            },
            "5": {
              "Ident": "StiText",
              "Name": "Text78",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "22.6,0,0.8,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "Top, Right, Bottom;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0"
            }
          }
        },
        "2": {
          "Ident": "StiHeaderBand",
          "Name": "HeaderBand2",
          "ClientRectangle": "0,3.8,27.69,0.4",
          "Interaction": {
            "Ident": "StiInteraction"
          },
          "Border": ";;;;;;;solid:Black",
          "Brush": "solid:",
          "Components": {
            "0": {
              "Ident": "StiText",
              "Name": "Text8",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "0,0,4,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "HorAlignment": "Center",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "Expression"
            },
            "1": {
              "Ident": "StiText",
              "Name": "Text42",
              "ShiftMode": "None",
              "Guid": "50ace1d3fe1543a7ade37aa6fbda59ea",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "4,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{HOLIDAYS.n1}"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "DataColumn"
            },
            "2": {
              "Ident": "StiText",
              "Name": "Text43",
              "Guid": "9bf3717839d44a17946cec27838149be",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "4.6,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{HOLIDAYS.n2}"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "DataColumn"
            },
            "3": {
              "Ident": "StiText",
              "Name": "Text44",
              "Guid": "23815805de7540c59220d9cce803a941",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "5.2,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{HOLIDAYS.n3}"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "DataColumn"
            },
            "4": {
              "Ident": "StiText",
              "Name": "Text45",
              "Guid": "f743315da7e94c16929f04dd4496898e",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "5.8,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{HOLIDAYS.n4}"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "DataColumn"
            },
            "5": {
              "Ident": "StiText",
              "Name": "Text46",
              "Guid": "cd2becf8e7e34121ab21e1d27f247de6",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "6.4,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{HOLIDAYS.n5}"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "DataColumn"
            },
            "6": {
              "Ident": "StiText",
              "Name": "Text47",
              "Guid": "3481c04cea2d433b96f3a90e79166e7f",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "7,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{HOLIDAYS.n6}"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "DataColumn"
            },
            "7": {
              "Ident": "StiText",
              "Name": "Text48",
              "Guid": "7ae595b460904fc8a196a775c691db01",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "7.6,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{HOLIDAYS.n7}"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "DataColumn"
            },
            "8": {
              "Ident": "StiText",
              "Name": "Text49",
              "Guid": "d712fa98c46d4e0dadd3d6891f98542f",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "8.2,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{HOLIDAYS.n8}"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "DataColumn"
            },
            "9": {
              "Ident": "StiText",
              "Name": "Text50",
              "Guid": "4187bdb6b61d4658b6365b45f2be627c",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "8.8,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{HOLIDAYS.n9}"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "DataColumn"
            },
            "10": {
              "Ident": "StiText",
              "Name": "Text51",
              "Guid": "40670922117c479f8de423c3aa64a362",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "9.4,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{HOLIDAYS.n10}"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "DataColumn"
            },
            "11": {
              "Ident": "StiText",
              "Name": "Text52",
              "Guid": "866bb31734f546dfb98a05772b0770c7",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "10,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{HOLIDAYS.n11}"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "DataColumn"
            },
            "12": {
              "Ident": "StiText",
              "Name": "Text53",
              "Guid": "9398e86b0e354139a0d8d421646f9f96",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "10.6,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{HOLIDAYS.n12}"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "DataColumn"
            },
            "13": {
              "Ident": "StiText",
              "Name": "Text54",
              "Guid": "10258270ed6f427e911a0fdadbadf747",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "11.2,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{HOLIDAYS.n13}"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "DataColumn"
            },
            "14": {
              "Ident": "StiText",
              "Name": "Text55",
              "Guid": "e5f118005ac04fbda9683b97654e57c3",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "11.8,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{HOLIDAYS.n14}"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "DataColumn"
            },
            "15": {
              "Ident": "StiText",
              "Name": "Text56",
              "Guid": "64978a4a789c4e1196bee4ea2e95796c",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "12.4,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{HOLIDAYS.n15}"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "DataColumn"
            },
            "16": {
              "Ident": "StiText",
              "Name": "Text57",
              "Guid": "c99c2090860a4db6aff4156aea782019",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "13,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{HOLIDAYS.n16}"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "DataColumn"
            },
            "17": {
              "Ident": "StiText",
              "Name": "Text58",
              "Guid": "a99f690a5fcd487f8062e9e7f57e6999",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "13.6,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{HOLIDAYS.n17}"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "DataColumn"
            },
            "18": {
              "Ident": "StiText",
              "Name": "Text59",
              "Guid": "0aae4151dbef44f3932dc7a8ae9ec3fd",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "14.2,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{HOLIDAYS.n18}"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "DataColumn"
            },
            "19": {
              "Ident": "StiText",
              "Name": "Text60",
              "Guid": "0ec4360c308f41e29497df49db46785b",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "14.8,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{HOLIDAYS.n19}"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "DataColumn"
            },
            "20": {
              "Ident": "StiText",
              "Name": "Text61",
              "Guid": "a8e51eda64ca419aa32013d954ed7714",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "15.4,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{HOLIDAYS.n20}"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "DataColumn"
            },
            "21": {
              "Ident": "StiText",
              "Name": "Text62",
              "Guid": "c7e7cbddf28045409fae20ec0d59247f",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "16,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{HOLIDAYS.n21}"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "DataColumn"
            },
            "22": {
              "Ident": "StiText",
              "Name": "Text63",
              "Guid": "23dda763fec94de0b1abd43140fc651b",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "16.6,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{HOLIDAYS.n22}"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "DataColumn"
            },
            "23": {
              "Ident": "StiText",
              "Name": "Text64",
              "Guid": "11174bb7263d4c518c41ec1c8b57325b",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "17.2,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{HOLIDAYS.n23}"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "DataColumn"
            },
            "24": {
              "Ident": "StiText",
              "Name": "Text65",
              "Guid": "0381fe95ba9d4b7d83b37c560e24ace2",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "17.8,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{HOLIDAYS.n24}"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "DataColumn"
            },
            "25": {
              "Ident": "StiText",
              "Name": "Text66",
              "Guid": "c40547e959da44c08e9a33a2f5fd4350",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "18.4,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{HOLIDAYS.n25}"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "DataColumn"
            },
            "26": {
              "Ident": "StiText",
              "Name": "Text67",
              "Guid": "b19a9d9733e14d46ac573de52c6e125b",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "19,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{HOLIDAYS.n26}"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "DataColumn"
            },
            "27": {
              "Ident": "StiText",
              "Name": "Text68",
              "Guid": "9be819c4df1d4dbb8524b8b99745487f",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "19.6,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{HOLIDAYS.n27}"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "DataColumn"
            },
            "28": {
              "Ident": "StiText",
              "Name": "Text69",
              "Guid": "2be1b403565b48e785f25762e87d172a",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "20.2,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{HOLIDAYS.n28}"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "DataColumn"
            },
            "29": {
              "Ident": "StiText",
              "Name": "Text70",
              "Guid": "4a4eded0a9fb435cb0ac27576ed5f45a",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "20.8,0,0.6,0.4",
              "Conditions": {
                "0": {
                  "Ident": "StiCondition",
                  "Item": "Expression",
                  "Expression": {
                    "Value": "{29 > DAY_COUNT.DayCount}"
                  },
                  "Enabled": false,
                  "TextColor": "255,0,0",
                  "BorderSides": "None"
                }
              },
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{HOLIDAYS.n29}"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "DataColumn"
            },
            "30": {
              "Ident": "StiText",
              "Name": "Text71",
              "Guid": "8f3e4d78dd574c5db168ff79b0f3435b",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "21.4,0,0.6,0.4",
              "Conditions": {
                "0": {
                  "Ident": "StiCondition",
                  "Item": "Expression",
                  "Expression": {
                    "Value": "{30 > DAY_COUNT.DayCount}"
                  },
                  "Enabled": false,
                  "TextColor": "255,0,0",
                  "BorderSides": "None"
                }
              },
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{HOLIDAYS.n30}"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "DataColumn"
            },
            "31": {
              "Ident": "StiText",
              "Name": "Text72",
              "Guid": "7c07e2e729554e7092a1809ed77849ad",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "22,0,0.6,0.4",
              "Conditions": {
                "0": {
                  "Ident": "StiCondition",
                  "Item": "Expression",
                  "Expression": {
                    "Value": "{31 > DAY_COUNT.DayCount}"
                  },
                  "Enabled": false,
                  "TextColor": "255,0,0",
                  "AssignExpression": "31 > DAY_COUNT.DayCount",
                  "BorderSides": "None"
                }
              },
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{HOLIDAYS.n31}"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "DataColumn"
            },
            "32": {
              "Ident": "StiText",
              "Name": "Text74",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "22.6,0,0.8,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "Top, Left, Right;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "Expression"
            }
          }
        },
        "3": {
          "Ident": "StiHeaderBand",
          "Name": "HeaderBand3",
          "ClientRectangle": "0,5,27.69,0.4",
          "Interaction": {
            "Ident": "StiInteraction"
          },
          "Border": ";;;;;;;solid:Black",
          "Brush": "solid:",
          "Components": {
            "0": {
              "Ident": "StiText",
              "Name": "Text6",
              "Guid": "e9c6124866d648048daff85fddca9009",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "0,0,3,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "Příjmení a jméno"
              },
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Margins": {
                "Left": 2.0,
                "Right": 0.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Expression"
            },
            "1": {
              "Ident": "StiText",
              "Name": "Text7",
              "Guid": "d55c50abe9d64db386075e8828d0ae7e",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "3,0,1,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "Pozice"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Type": "Expression"
            },
            "2": {
              "Ident": "StiText",
              "Name": "Text11",
              "Guid": "5274036b4f4742268001158037fecb33",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "4,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "1"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "Expression"
            },
            "3": {
              "Ident": "StiText",
              "Name": "Text12",
              "Guid": "d438e1af69d946dcbe53e19ee48e2b23",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "4.6,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "2"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "Expression"
            },
            "4": {
              "Ident": "StiText",
              "Name": "Text13",
              "Guid": "59b6ca2405224fdfb4f1308ee2fdf16d",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "5.2,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "3"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "Expression"
            },
            "5": {
              "Ident": "StiText",
              "Name": "Text14",
              "Guid": "fd34fc49024e4326859476f012cb2e22",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "5.8,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "4"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "Expression"
            },
            "6": {
              "Ident": "StiText",
              "Name": "Text15",
              "Guid": "2cabf5b59e524f6ab1c6c4b49317f2cb",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "6.4,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "5"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "Expression"
            },
            "7": {
              "Ident": "StiText",
              "Name": "Text16",
              "Guid": "a53398505f494ecfb5082c3b9d297be7",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "7,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "6"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "Expression"
            },
            "8": {
              "Ident": "StiText",
              "Name": "Text17",
              "Guid": "1e0f96aafb7b4c04a0db17817e6a8137",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "7.6,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "7"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "Expression"
            },
            "9": {
              "Ident": "StiText",
              "Name": "Text18",
              "Guid": "ac9ef1a3a3eb4e71a97f146cf3f5b1ce",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "8.2,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "8"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "Expression"
            },
            "10": {
              "Ident": "StiText",
              "Name": "Text19",
              "Guid": "562dd3a7675746df9b9eacd4da183c1c",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "8.8,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "9"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "Expression"
            },
            "11": {
              "Ident": "StiText",
              "Name": "Text20",
              "Guid": "6560b997e8334b1bb11b7b13c195c5ae",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "9.4,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "10"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "Expression"
            },
            "12": {
              "Ident": "StiText",
              "Name": "Text21",
              "Guid": "33088cec4c5546cbb9bc5aeb72853dc7",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "10,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "11"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "Expression"
            },
            "13": {
              "Ident": "StiText",
              "Name": "Text22",
              "Guid": "2fad54c45ef64936805ca650d001fd7a",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "10.6,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "12"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "Expression"
            },
            "14": {
              "Ident": "StiText",
              "Name": "Text23",
              "Guid": "532f22f261204273bfa41a1fd9256d24",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "11.2,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "13"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "Expression"
            },
            "15": {
              "Ident": "StiText",
              "Name": "Text24",
              "Guid": "b5660f68a60f49ff95465f218d550579",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "11.8,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "14"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "Expression"
            },
            "16": {
              "Ident": "StiText",
              "Name": "Text25",
              "Guid": "507e164e7dbd4aa49591439ff962a4a3",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "12.4,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "15"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "Expression"
            },
            "17": {
              "Ident": "StiText",
              "Name": "Text26",
              "Guid": "8bd434f3143c44ec88880c38e89aeee2",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "13,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "16"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "Expression"
            },
            "18": {
              "Ident": "StiText",
              "Name": "Text27",
              "Guid": "72feddf9cc654d73a92c9d16b49537a2",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "13.6,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "17"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "Expression"
            },
            "19": {
              "Ident": "StiText",
              "Name": "Text28",
              "Guid": "b48d76ea70ce41b399474851b3658f3a",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "14.2,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "18"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "Expression"
            },
            "20": {
              "Ident": "StiText",
              "Name": "Text29",
              "Guid": "7bbe9eb221a248d8afbae5702af94790",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "14.8,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "19"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "Expression"
            },
            "21": {
              "Ident": "StiText",
              "Name": "Text30",
              "Guid": "81bc37f019c2468ba6ae0192d133ae0d",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "15.4,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "20"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "Expression"
            },
            "22": {
              "Ident": "StiText",
              "Name": "Text31",
              "Guid": "7b712058d1634db9a68b1da2b0329de8",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "16,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "21"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "Expression"
            },
            "23": {
              "Ident": "StiText",
              "Name": "Text32",
              "Guid": "fa23e220d14c4c7c858f6f527404dfbb",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "16.6,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "22"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "Expression"
            },
            "24": {
              "Ident": "StiText",
              "Name": "Text33",
              "Guid": "c708d786639c464c9a1149aad92b8591",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "17.2,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "23"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "Expression"
            },
            "25": {
              "Ident": "StiText",
              "Name": "Text34",
              "Guid": "05dc59c10b62491e9c9d0415fc927c2f",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "17.8,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "24"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "Expression"
            },
            "26": {
              "Ident": "StiText",
              "Name": "Text35",
              "Guid": "d15bd5038ca34626a05310cd1451b610",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "18.4,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "25"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "Expression"
            },
            "27": {
              "Ident": "StiText",
              "Name": "Text36",
              "Guid": "5b864169f6e040c48d5e6273ca3238a6",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "19,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "26"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "Expression"
            },
            "28": {
              "Ident": "StiText",
              "Name": "Text37",
              "Guid": "6758660b19994534aafb030fb54de551",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "19.6,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "27"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "Expression"
            },
            "29": {
              "Ident": "StiText",
              "Name": "Text38",
              "Guid": "e3d6504c811147f9b69580bf12b01a4b",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "20.2,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "28"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "Expression"
            },
            "30": {
              "Ident": "StiText",
              "Name": "Text39",
              "Guid": "9a4df53f80d040e4bebc6cba5dab1a02",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "20.8,0,0.6,0.4",
              "Conditions": {
                "0": {
                  "Ident": "StiCondition",
                  "Item": "Expression",
                  "Expression": {
                    "Value": "{29 > DAY_COUNT.DayCount}"
                  },
                  "Enabled": false,
                  "TextColor": "255,0,0",
                  "BorderSides": "None"
                }
              },
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "29"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "Expression"
            },
            "31": {
              "Ident": "StiText",
              "Name": "Text40",
              "Guid": "e2666f9d70ab4fcba2d30d66b366d28a",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "21.4,0,0.6,0.4",
              "Conditions": {
                "0": {
                  "Ident": "StiCondition",
                  "Item": "Expression",
                  "Expression": {
                    "Value": "{30 > DAY_COUNT.DayCount}"
                  },
                  "Enabled": false,
                  "TextColor": "255,0,0",
                  "BorderSides": "None"
                }
              },
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "30"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "Expression"
            },
            "32": {
              "Ident": "StiText",
              "Name": "Text41",
              "Guid": "3807ed03db7144f9b910c0351d2d9a43",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "22,0,0.6,0.4",
              "Conditions": {
                "0": {
                  "Ident": "StiCondition",
                  "Condition": "GreaterThan",
                  "DataType": "Numeric",
                  "Column": "HOLIDAYS.n31",
                  "Item": "Expression",
                  "Expression": {
                    "Value": "{31 > DAY_COUNT.DayCount}"
                  },
                  "Enabled": false,
                  "TextColor": "255,0,0",
                  "BorderSides": "None"
                }
              },
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "31"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "Expression"
            },
            "33": {
              "Ident": "StiText",
              "Name": "Text73",
              "Guid": "c7c1dc2a9c0148f680f8c04e61f7f900",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "22.6,0,0.8,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "Σ h"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "Left, Right, Bottom;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Type": "Expression"
            }
          }
        },
        "4": {
          "Ident": "StiDataBand",
          "Name": "DataBand1",
          "ClientRectangle": "0,6.2,27.69,0.4",
          "Interaction": {
            "Ident": "StiBandInteraction"
          },
          "Border": ";;;;;;;solid:Black",
          "Brush": "solid:",
          "Components": {
            "0": {
              "Ident": "StiText",
              "Name": "Text3",
              "Guid": "847ded1882264dfb8ff3ba384aaa40f7",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "0,0,3,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{VW_CB_FORM.worker_name}"
              },
              "VertAlignment": "Center",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Margins": {
                "Left": 2.0,
                "Right": 0.0,
                "Top": 0.0,
                "Bottom": 0.0
              }
            },
            "1": {
              "Ident": "StiText",
              "Name": "Text4",
              "Guid": "df4127a4879843518f7246bd8942a50f",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "3,0,1,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{VW_CB_FORM.grade_shortcut}"
              },
              "HorAlignment": "Center",
              "VertAlignment": "Center",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black"
            },
            "2": {
              "Ident": "StiText",
              "Name": "Text79",
              "Guid": "c6d749e089ea4d87bb50e8aea98773be",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "4,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{VW_CB_FORM.n1}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "TextFormat": {
                "Ident": "StiNumberFormatService",
                "NegativePattern": 1,
                "GroupSeparator": ",",
                "State": "DecimalDigits"
              }
            },
            "3": {
              "Ident": "StiText",
              "Name": "Text80",
              "Guid": "e09629ae65514b3a93e72fa2bfaed0d7",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "4.6,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{VW_CB_FORM.n2}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "DataColumn"
            },
            "4": {
              "Ident": "StiText",
              "Name": "Text81",
              "Guid": "ab6ba81904fb4bff9a0069714a14a0e9",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "5.2,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{VW_CB_FORM.n3}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "DataColumn"
            },
            "5": {
              "Ident": "StiText",
              "Name": "Text82",
              "Guid": "f1ba070042ef4eba8c1534286900506d",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "5.8,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{VW_CB_FORM.n4}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "DataColumn"
            },
            "6": {
              "Ident": "StiText",
              "Name": "Text83",
              "Guid": "8f12c9280c6d432a8a5ca4ca646bb393",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "6.4,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{VW_CB_FORM.n5}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "DataColumn"
            },
            "7": {
              "Ident": "StiText",
              "Name": "Text84",
              "Guid": "624f097827eb47b19e40ac7f60fb2b0b",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "7,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{VW_CB_FORM.n6}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "DataColumn"
            },
            "8": {
              "Ident": "StiText",
              "Name": "Text85",
              "Guid": "ea5568f83d5c4c5081d4f2036c73693c",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "7.6,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{VW_CB_FORM.n7}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "DataColumn"
            },
            "9": {
              "Ident": "StiText",
              "Name": "Text86",
              "Guid": "674a16f59f0f4d8aaebd1404421a11f2",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "8.2,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{VW_CB_FORM.n8}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "DataColumn"
            },
            "10": {
              "Ident": "StiText",
              "Name": "Text87",
              "Guid": "cf46b21fd6da425eb7971b0b6105b79f",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "8.8,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{VW_CB_FORM.n9}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "DataColumn"
            },
            "11": {
              "Ident": "StiText",
              "Name": "Text88",
              "Guid": "fb3a5ce753b0489ab3bc8a63f1d0d3ef",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "9.4,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{VW_CB_FORM.n10}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "DataColumn"
            },
            "12": {
              "Ident": "StiText",
              "Name": "Text89",
              "Guid": "ea8fd9e6470f4b37bd3f110d1fd4a53c",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "10,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{VW_CB_FORM.n11}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "DataColumn"
            },
            "13": {
              "Ident": "StiText",
              "Name": "Text90",
              "Guid": "ee7ab6002efc4c478713df3ccd9ab5cc",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "10.6,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{VW_CB_FORM.n12}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "DataColumn"
            },
            "14": {
              "Ident": "StiText",
              "Name": "Text91",
              "Guid": "e9e3b82d22984507904cfe8f9ea523a3",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "11.2,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{VW_CB_FORM.n13}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "DataColumn"
            },
            "15": {
              "Ident": "StiText",
              "Name": "Text92",
              "Guid": "2b549ef819934fecba0e99fafc28df72",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "11.8,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{VW_CB_FORM.n14}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "DataColumn"
            },
            "16": {
              "Ident": "StiText",
              "Name": "Text93",
              "Guid": "024c1846dd404ec7b21e98db83bad209",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "12.4,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{VW_CB_FORM.n15}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "DataColumn"
            },
            "17": {
              "Ident": "StiText",
              "Name": "Text94",
              "Guid": "b896700166674119a75091842fc66f80",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "13,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{VW_CB_FORM.n16}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "DataColumn"
            },
            "18": {
              "Ident": "StiText",
              "Name": "Text95",
              "Guid": "baa44c4336ff4bd08e4a3cef27f95577",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "13.6,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{VW_CB_FORM.n17}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "DataColumn"
            },
            "19": {
              "Ident": "StiText",
              "Name": "Text96",
              "Guid": "6b2ba75ba5b64b44b58bb3fb095fd042",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "14.2,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{VW_CB_FORM.n18}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "DataColumn"
            },
            "20": {
              "Ident": "StiText",
              "Name": "Text97",
              "Guid": "fcc1e9d99338497c9c4ca13baa534fc5",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "14.8,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{VW_CB_FORM.n19}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "DataColumn"
            },
            "21": {
              "Ident": "StiText",
              "Name": "Text98",
              "Guid": "347bd64bd2c949f78a3d93a09a0222d9",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "15.4,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{VW_CB_FORM.n20}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "DataColumn"
            },
            "22": {
              "Ident": "StiText",
              "Name": "Text99",
              "Guid": "ef89fde4c507494c8411aba5ac316448",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "16,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{VW_CB_FORM.n21}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "DataColumn"
            },
            "23": {
              "Ident": "StiText",
              "Name": "Text100",
              "Guid": "1a8936ca300b45edb9da59f1ebdbbb2b",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "16.6,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{VW_CB_FORM.n22}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "DataColumn"
            },
            "24": {
              "Ident": "StiText",
              "Name": "Text101",
              "Guid": "7013120e892b42a1b18227c5fe7fcbe9",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "17.2,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{VW_CB_FORM.n23}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "DataColumn"
            },
            "25": {
              "Ident": "StiText",
              "Name": "Text102",
              "Guid": "7b9ef906fb864612a55f1a5545d8b0ef",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "17.8,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{VW_CB_FORM.n24}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "DataColumn"
            },
            "26": {
              "Ident": "StiText",
              "Name": "Text103",
              "Guid": "b669a0d3feda4a5eb4a96268ea02188f",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "18.4,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{VW_CB_FORM.n25}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "DataColumn"
            },
            "27": {
              "Ident": "StiText",
              "Name": "Text104",
              "Guid": "5fce506350194418acf0b57cb32b2ff0",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "19,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{VW_CB_FORM.n26}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "DataColumn"
            },
            "28": {
              "Ident": "StiText",
              "Name": "Text105",
              "Guid": "984761b9fa5747bda6008c6593581a7a",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "19.6,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{VW_CB_FORM.n27}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "DataColumn"
            },
            "29": {
              "Ident": "StiText",
              "Name": "Text106",
              "Guid": "d51518be186f499cb15a4b9d7d6b12c4",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "20.2,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{VW_CB_FORM.n28}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "DataColumn"
            },
            "30": {
              "Ident": "StiText",
              "Name": "Text107",
              "Guid": "e682eb84bcd64a46ab4e517c9412692c",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "20.8,0,0.6,0.4",
              "Conditions": {
                "0": {
                  "Ident": "StiCondition",
                  "Item": "Expression",
                  "Expression": {
                    "Value": "{29 > DAY_COUNT.DayCount}"
                  },
                  "Enabled": false,
                  "TextColor": "255,0,0",
                  "BorderSides": "None"
                }
              },
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{VW_CB_FORM.n29}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "DataColumn"
            },
            "31": {
              "Ident": "StiText",
              "Name": "Text108",
              "Guid": "9c2faeff01aa405da9681f3037e16ee2",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "21.4,0,0.6,0.4",
              "Conditions": {
                "0": {
                  "Ident": "StiCondition",
                  "Item": "Expression",
                  "Expression": {
                    "Value": "{30 > DAY_COUNT.DayCount}"
                  },
                  "Enabled": false,
                  "TextColor": "255,0,0",
                  "BorderSides": "None"
                }
              },
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{VW_CB_FORM.n30}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "DataColumn"
            },
            "32": {
              "Ident": "StiText",
              "Name": "Text109",
              "Guid": "df6b3322bbfc4e49ad03ac8613639ef2",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "22,0,0.6,0.4",
              "Conditions": {
                "0": {
                  "Ident": "StiCondition",
                  "Item": "Expression",
                  "Expression": {
                    "Value": "{31 > DAY_COUNT.DayCount}"
                  },
                  "Enabled": false,
                  "TextColor": "255,0,0",
                  "BorderSides": "None"
                }
              },
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{VW_CB_FORM.n31}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "DataColumn"
            },
            "33": {
              "Ident": "StiText",
              "Name": "Text110",
              "Guid": "12d31ef02b9a464d968cbebe840ddd17",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "22.6,0,0.8,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{VW_CB_FORM.n1+VW_CB_FORM.n2+VW_CB_FORM.n3+VW_CB_FORM.n4+VW_CB_FORM.n5+VW_CB_FORM.n6+VW_CB_FORM.n7+VW_CB_FORM.n8+VW_CB_FORM.n9+VW_CB_FORM.n10+VW_CB_FORM.n11+VW_CB_FORM.n12+VW_CB_FORM.n13+VW_CB_FORM.n14+VW_CB_FORM.n15+VW_CB_FORM.n16+VW_CB_FORM.n17+VW_CB_FORM.n18+VW_CB_FORM.n19+VW_CB_FORM.n20+VW_CB_FORM.n21+VW_CB_FORM.n22+VW_CB_FORM.n22+VW_CB_FORM.n24+VW_CB_FORM.n25+VW_CB_FORM.n26+VW_CB_FORM.n27+VW_CB_FORM.n28+VW_CB_FORM.n29+VW_CB_FORM.n30+VW_CB_FORM.n31}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Expression"
            }
          },
          "DataSourceName": "VW_CB_FORM"
        },
        "5": {
          "Ident": "StiFooterBand",
          "Name": "FooterBand1",
          "ClientRectangle": "0,7.4,27.69,0.4",
          "Interaction": {
            "Ident": "StiInteraction"
          },
          "Border": ";0,0,0;;;;;;solid:0,0,0",
          "Brush": "solid:",
          "Components": {
            "0": {
              "Ident": "StiText",
              "Name": "Text111",
              "Guid": "325c74b734ed4a9ca6cdc6ca3ed83501",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "0,0,4,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "Celkem"
              },
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Margins": {
                "Left": 2.0,
                "Right": 0.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Expression"
            },
            "1": {
              "Ident": "StiText",
              "Name": "Text112",
              "Guid": "31a4692b6f8c4b84b8206dfc60a856c8",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "4,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{Sum(DataBand1,VW_CB_FORM.n1)}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Totals"
            },
            "2": {
              "Ident": "StiText",
              "Name": "Text113",
              "Guid": "6f1bf2e754e44de180a58e28db75dbe7",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "4.6,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{Sum(DataBand1,VW_CB_FORM.n2)}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Expression"
            },
            "3": {
              "Ident": "StiText",
              "Name": "Text114",
              "Guid": "043fa322ecde4a63b6546def207fb178",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "5.2,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{Sum(DataBand1,VW_CB_FORM.n3)}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Expression"
            },
            "4": {
              "Ident": "StiText",
              "Name": "Text115",
              "Guid": "e357395798c34c29bb408173267b023c",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "5.8,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{Sum(DataBand1,VW_CB_FORM.n4)}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Expression"
            },
            "5": {
              "Ident": "StiText",
              "Name": "Text116",
              "Guid": "19c4aa600f4240f7aa2c0398d9af839e",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "6.4,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{Sum(DataBand1,VW_CB_FORM.n5)}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Expression"
            },
            "6": {
              "Ident": "StiText",
              "Name": "Text117",
              "Guid": "6a077438e0ed4cdfa1f640e7bf43eeb0",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "7,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{Sum(DataBand1,VW_CB_FORM.n6)}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Expression"
            },
            "7": {
              "Ident": "StiText",
              "Name": "Text118",
              "Guid": "b5b72faf78f1419ebf2ddd72a0cf832a",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "7.6,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{Sum(DataBand1,VW_CB_FORM.n7)}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Expression"
            },
            "8": {
              "Ident": "StiText",
              "Name": "Text119",
              "Guid": "633058c75e234d06b25bab18cd4592af",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "8.2,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{Sum(DataBand1,VW_CB_FORM.n8)}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Expression"
            },
            "9": {
              "Ident": "StiText",
              "Name": "Text120",
              "Guid": "9582a67a03d945e4b922d8befab4adfd",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "8.8,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{Sum(DataBand1,VW_CB_FORM.n9)}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Expression"
            },
            "10": {
              "Ident": "StiText",
              "Name": "Text121",
              "Guid": "0205b43ef600466da45deee0241010a0",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "9.4,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{Sum(DataBand1,VW_CB_FORM.n10)}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Expression"
            },
            "11": {
              "Ident": "StiText",
              "Name": "Text122",
              "Guid": "ffdecaa41a50429fa305b55bc2785369",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "10,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{Sum(DataBand1,VW_CB_FORM.n11)}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Expression"
            },
            "12": {
              "Ident": "StiText",
              "Name": "Text123",
              "Guid": "655088915d804fc78754784ea0f7902c",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "10.6,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{Sum(DataBand1,VW_CB_FORM.n12)}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Expression"
            },
            "13": {
              "Ident": "StiText",
              "Name": "Text124",
              "Guid": "fab6b4d7893d456ea1f12de2786781bc",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "11.2,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{Sum(DataBand1,VW_CB_FORM.n13)}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Expression"
            },
            "14": {
              "Ident": "StiText",
              "Name": "Text125",
              "Guid": "a3a6926b62164bc3a4448c57c1865273",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "11.8,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{Sum(DataBand1,VW_CB_FORM.n14)}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Expression"
            },
            "15": {
              "Ident": "StiText",
              "Name": "Text126",
              "Guid": "f0743615170d4b8ea9ecb0af29aaf2c0",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "12.4,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{Sum(DataBand1,VW_CB_FORM.n15)}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Expression"
            },
            "16": {
              "Ident": "StiText",
              "Name": "Text127",
              "Guid": "ed5e64b17e2748ba8524ea6a89e223b9",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "13,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{Sum(DataBand1,VW_CB_FORM.n16)}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Expression"
            },
            "17": {
              "Ident": "StiText",
              "Name": "Text128",
              "Guid": "6c86b4885e784d679ef6f81bdc8ba2a4",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "13.6,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{Sum(DataBand1,VW_CB_FORM.n17)}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Expression"
            },
            "18": {
              "Ident": "StiText",
              "Name": "Text129",
              "Guid": "395cd6f0b3db4e15953c5ad6dabacf34",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "14.2,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{Sum(DataBand1,VW_CB_FORM.n18)}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Expression"
            },
            "19": {
              "Ident": "StiText",
              "Name": "Text130",
              "Guid": "ebff79f25e754c81ae282e29fbd0e92f",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "14.8,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{Sum(DataBand1,VW_CB_FORM.n19)}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Expression"
            },
            "20": {
              "Ident": "StiText",
              "Name": "Text131",
              "Guid": "173320ff56614243ab1eaffb4a7c8c11",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "15.4,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{Sum(DataBand1,VW_CB_FORM.n20)}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Expression"
            },
            "21": {
              "Ident": "StiText",
              "Name": "Text132",
              "Guid": "5cb31f71a48547e3900927ef9f031e4c",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "16,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{Sum(DataBand1,VW_CB_FORM.n21)}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Expression"
            },
            "22": {
              "Ident": "StiText",
              "Name": "Text133",
              "Guid": "b8cf69c428f645c5b09a3578422fa6e6",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "16.6,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{Sum(DataBand1,VW_CB_FORM.n22)}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Expression"
            },
            "23": {
              "Ident": "StiText",
              "Name": "Text134",
              "Guid": "2c2fa576a94f4bbda33bd86764374c5f",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "17.2,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{Sum(DataBand1,VW_CB_FORM.n23)}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Expression"
            },
            "24": {
              "Ident": "StiText",
              "Name": "Text135",
              "Guid": "a8f30f391ac04ac0be352e4ffa69d924",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "17.8,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{Sum(DataBand1,VW_CB_FORM.n24)}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Expression"
            },
            "25": {
              "Ident": "StiText",
              "Name": "Text136",
              "Guid": "bd6425badb814c669232d0fd0e78cc71",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "18.4,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{Sum(DataBand1,VW_CB_FORM.n25)}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Expression"
            },
            "26": {
              "Ident": "StiText",
              "Name": "Text137",
              "Guid": "2b7f1297587d407285db67783c7c4db1",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "19,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{Sum(DataBand1,VW_CB_FORM.n26)}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Expression"
            },
            "27": {
              "Ident": "StiText",
              "Name": "Text138",
              "Guid": "526dff235ffd4871bffa6459619b0354",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "19.6,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{Sum(DataBand1,VW_CB_FORM.n27)}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Expression"
            },
            "28": {
              "Ident": "StiText",
              "Name": "Text139",
              "Guid": "1806b11231c747cb9b81bcfe9a59063a",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "20.2,0,0.6,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{Sum(DataBand1,VW_CB_FORM.n28)}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Expression"
            },
            "29": {
              "Ident": "StiText",
              "Name": "Text140",
              "Guid": "8fd1e5e58069458e910287e11bad38e3",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "20.8,0,0.6,0.4",
              "Conditions": {
                "0": {
                  "Ident": "StiCondition",
                  "Item": "Expression",
                  "Expression": {
                    "Value": "{29 > DAY_COUNT.DayCount}"
                  },
                  "Enabled": false,
                  "TextColor": "255,0,0",
                  "BorderSides": "None"
                }
              },
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{Sum(DataBand1,VW_CB_FORM.n29)}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Expression"
            },
            "30": {
              "Ident": "StiText",
              "Name": "Text141",
              "Guid": "fa172e1fbbe24b4784ff787ed22d23db",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "21.4,0,0.6,0.4",
              "Conditions": {
                "0": {
                  "Ident": "StiCondition",
                  "Item": "Expression",
                  "Expression": {
                    "Value": "{30 > DAY_COUNT.DayCount}"
                  },
                  "Enabled": false,
                  "TextColor": "255,0,0",
                  "BorderSides": "None"
                }
              },
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{Sum(DataBand1,VW_CB_FORM.n30)}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Expression"
            },
            "31": {
              "Ident": "StiText",
              "Name": "Text142",
              "Guid": "6ec32b5cd1fa49a48db501d6f7554e78",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "22,0,0.6,0.4",
              "Conditions": {
                "0": {
                  "Ident": "StiCondition",
                  "Item": "Expression",
                  "Expression": {
                    "Value": "{31 > DAY_COUNT.DayCount}"
                  },
                  "Enabled": false,
                  "TextColor": "255,0,0",
                  "BorderSides": "None"
                }
              },
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{Sum(DataBand1,VW_CB_FORM.n31)}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Expression"
            },
            "32": {
              "Ident": "StiText",
              "Name": "Text143",
              "Guid": "cc9d9110cdb549ef8a99b2fb261aeabc",
              "DockStyle": "Left",
              "MinSize": "0,0",
              "MaxSize": "0,0",
              "ClientRectangle": "22.6,0,0.8,0.4",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "{Sum(DataBand1,VW_CB_FORM.n1)+Sum(DataBand1,VW_CB_FORM.n2)+Sum(DataBand1,VW_CB_FORM.n3)+Sum(DataBand1,VW_CB_FORM.n4)+Sum(DataBand1,VW_CB_FORM.n5)+Sum(DataBand1,VW_CB_FORM.n6)+Sum(DataBand1,VW_CB_FORM.n7)+Sum(DataBand1,VW_CB_FORM.n8)+Sum(DataBand1,VW_CB_FORM.n9)+Sum(DataBand1,VW_CB_FORM.n10)+Sum(DataBand1,VW_CB_FORM.n11)+Sum(DataBand1,VW_CB_FORM.n12)+Sum(DataBand1,VW_CB_FORM.n13)+Sum(DataBand1,VW_CB_FORM.n14)+Sum(DataBand1,VW_CB_FORM.n15)+Sum(DataBand1,VW_CB_FORM.n16)+Sum(DataBand1,VW_CB_FORM.n17)+Sum(DataBand1,VW_CB_FORM.n18)+Sum(DataBand1,VW_CB_FORM.n19)+Sum(DataBand1,VW_CB_FORM.n20)+Sum(DataBand1,VW_CB_FORM.n21)+Sum(DataBand1,VW_CB_FORM.n22)+Sum(DataBand1,VW_CB_FORM.n23)+Sum(DataBand1,VW_CB_FORM.n24)+Sum(DataBand1,VW_CB_FORM.n25)+Sum(DataBand1,VW_CB_FORM.n26)+Sum(DataBand1,VW_CB_FORM.n27)+Sum(DataBand1,VW_CB_FORM.n28)+Sum(DataBand1,VW_CB_FORM.n29)+Sum(DataBand1,VW_CB_FORM.n30)+Sum(DataBand1,VW_CB_FORM.n31)}"
              },
              "HorAlignment": "Right",
              "VertAlignment": "Center",
              "Font": ";;Bold;",
              "Border": "All;0,0,0;;;;;;solid:0,0,0",
              "Brush": "solid:",
              "TextBrush": "solid:0,0,0",
              "Margins": {
                "Left": 0.0,
                "Right": 2.0,
                "Top": 0.0,
                "Bottom": 0.0
              },
              "Type": "Expression"
            }
          }
        }
      },
      "Orientation": "Landscape",
      "PageWidth": 29.69,
      "PageHeight": 21.01,
      "Watermark": {
        "TextBrush": "solid:50,0,0,0"
      },
      "Margins": {
        "Left": 1.0,
        "Right": 1.0,
        "Top": 1.0,
        "Bottom": 1.0
      }
    }
  }
}