guiTypes = {
    containerWindowType = {
		name = "MD_topbar_economy_buttons_container"
		position = { x = 1044 y = 7 }

		buttonType ={
			name ="topbar_hide_money_bg"
			spriteType = "GFX_investments_arrow_left"
			position = { x=0 y=0 }
			pdx_tooltip = "HIDE_MONEY_TOOLTIP"
		}

		buttonType ={
			name ="topbar_show_money_bg"
			spriteType = "GFX_investments_arrow_right"
			position = { x=0 y=0 }
			pdx_tooltip = "SHOW_MONEY_TOOLTIP"
		}
    }
    containerWindowType = {
		name = "MD_topbar_economy_stats_container"
		position = { x = 1044 y = 4 }

        containerWindowType = {
            name = "topbar_debt_container"
            position = { x = 20 y = 0 }

            buttonType ={
                name ="topbar_debt_bg"
                spriteType = "GFX_generic_box_wider"
                position = { x=0 y=0 }
            }

            iconType = {
                name ="topbar_debt_icon"
                spriteType = "GFX_debt"
                position = { x= -1 y = 0 }
            }

            instantTextBoxType = {
                name ="topbar_debt_text"
                position = { x= 22 y = 4 }
                font = "hoi_18mbs"
                text = "[debt_display]"
                format = right
                maxWidth = 55
                maxHeight = 24
                fixedsize = yes

                pdx_tooltip = "DEBT_TOOLTIP"
                pdx_tooltip_delayed = "DEBT_TOOLTIP_DELAYED"
            }
        }
        containerWindowType = {
            name = "topbar_treasury_container"
            position = { x = 102 y = 0 }

            buttonType ={
                name ="topbar_treasury_bg"
                spriteType = "GFX_generic_box_wider"
                position = { x=0 y=0 }
            }

            iconType = {
                name ="topbar_treasury_icon"
                spriteType = "GFX_treasury"
                position = { x= -3 y = 0 }
            }

            instantTextBoxType = {
                name ="topbar_treasury_text"
                position = { x= 19 y = 4 }
                font = "hoi_18mbs"
                text = "[?treasury|3]"
                format = right
                maxWidth = 55
                maxHeight = 24
                fixedsize = yes

                pdx_tooltip = "TREASURY_TOOLTIP"
                pdx_tooltip_delayed = "TREASURY_TOOLTIP_DELAYED"
            }
        }
        containerWindowType = {
            name = "topbar_int_investments_container"
            position = { x = 184 y = 0 }

            buttonType ={
                name ="topbar_int_investments_bg"
                spriteType = "GFX_generic_box_wider"
                position = { x=0 y=0 }
            }

            iconType = {
                name ="topbar_int_investments_icon"
                spriteType = "GFX_int_investments"
                position = { x= -1 y = 0 }
            }

            instantTextBoxType = {
                name ="topbar_int_investments_text"
                position = { x= 22 y = 4 }
                font = "hoi_18mbs"
                text = "[?int_investments|2]"
                format = right
                maxWidth = 55
                maxHeight = 24
                fixedsize = yes

                pdx_tooltip = "INT_INVESTMENTS_TOOLTIP"
                pdx_tooltip_delayed = "INT_INVESTMENTS_TOOLTIP_DELAYED"
            }
        }

        containerWindowType = {
            name = "topbar_electricity_container"
            position = { x = 266 y = 0 }

            iconType ={
                name ="topbar_electricity_bg"
                spriteType = "GFX_generic_box_wider"
                position = { x=0 y=0 }
            }

            iconType = {
                name ="topbar_electricity_icon"
                spriteType = "GFX_topbar_energy_balance"
                position = { x= 1 y = 2 }
            }

            instantTextBoxType = {
                name ="topbar_electricity_text"
                position = { x= 21 y = 4 }
                font = "hoi_18mbs"
                text = "[energy_total_net_energy_balance]"
                format = right
                maxWidth = 55
                maxHeight = 24
                fixedsize = yes

                pdx_tooltip = "UNFULFILLED_ENERGY_TOOLTIP"
            }
        }
	}

    containerWindowType = {
		name = "MD_diplo_economy_stats_container"
        position = { x=0 y=0 }

        containerWindowType = {
            name = "diplo_economy_stats_container"
            position = { x=515 y=115 }

            containerWindowType = {
                name = "diplo_debt_container"
                position = { x = 0 y = 0 }

                iconType = {
                    name ="diplo_debt_icon"
                    spriteType = "GFX_debt"
                    position = { x= -3 y = 0 }
                }

                instantTextBoxType = {
                    name ="diplo_debt_text"
                    position = { x= 10 y = 5 }
                    font = "hoi_16mbs"
                    text = "[?debt|0]"
                    format = right
                    maxWidth = 55
                    maxHeight = 24
                    fixedsize = yes

                    pdx_tooltip = "F_DEBT_TOOLTIP"
                }
            }
            containerWindowType = {
                name = "diplo_treasury_container"
                position = { x = 0 y = 25 }

                iconType = {
                    name ="diplo_treasury_icon"
                    spriteType = "GFX_treasury"
                    position = { x= -3 y = 0 }
                }

                instantTextBoxType = {
                    name ="diplo_treasury_text"
                    position = { x= 10 y = 5 }
                    font = "hoi_16mbs"
                    text = "[?treasury|0]"
                    format = right
                    maxWidth = 55
                    maxHeight = 24
                    fixedsize = yes

                    pdx_tooltip = "F_TREASURY_TOOLTIP"
                }
            }
            containerWindowType = {
                name = "diplo_int_investments_container"
                position = { x = 0 y = 50 }

                iconType = {
                    name ="diplo_int_investments_icon"
                    spriteType = "GFX_int_investments"
                    position = { x= -3 y = 0 }
                }

                instantTextBoxType = {
                    name ="diplo_int_investments_text"
                    position = { x= 10 y = 5 }
                    font = "hoi_16mbs"
                    text = "[?int_investments|0]"
                    format = right
                    maxWidth = 55
                    maxHeight = 24
                    fixedsize = yes

                    pdx_tooltip = "F_INT_INVESTMENTS_TOOLTIP"
                }
            }
        }

        containerWindowType = {
            name = "diplo_economy_stats2_container"
            position = { x=12 y=517 }
			size = { width = 263 height = 48 }
            margin = { left=11 top=11 }

            background = {
                name = "Background"
                quadTextureSprite ="GFX_MD_tiled_window1"
            }

            containerWindowType = {
                name = "tax_rate_diplo"
                position = { x=0 y=0 }

                buttonType ={
                    name ="tax_rate_bg"
                    spriteType = "GFX_generic_box_wider"
                    position = { x=0 y=0 }

                }

                iconType = {
                    name ="tax_rate_icon"
                    spriteType = "GFX_tax_rate"
                    position = { x= -2 y = 0 }
                }

                instantTextBoxType = {
                    name ="tax_rate_text"
                    position = { x= 20 y = 4 }
                    font = "hoi_18mbs"
                    text = "[?tax_rate|0]%"
                    format = centre
                    maxWidth = 55
                    maxHeight = 24
                    fixedsize = yes

                    pdx_tooltip = "F_TAX_RATE_TOOLTIP"
                    pdx_tooltip_delayed = "F_TAX_GAIN_TOOLTIP_DELAYED"
                }
            }

            containerWindowType = {
                name = "diplo_daily_income_container"
                position = {x=80 y=0}

                buttonType ={
                    name ="diplo_daily_income_bg"
                    spriteType = "GFX_generic_box_wider"
                    position = { x=0 y=0 }

                }

                iconType = {
                    name ="diplo_daily_income_icon"
                    spriteType = "GFX_daily_income"
                    position = { x= -2 y = 0 }
                }

                instantTextBoxType = {
                    name ="diplo_daily_income_text"
                    position = { x= 20 y = 4 }
                    font = "hoi_18mbs"
                    text = "[?display_income]"
                    format = centre
                    maxWidth = 55
                    maxHeight = 24
                    fixedsize = yes

                    pdx_tooltip = "F_TAX_GAIN_TOOLTIP"
                    pdx_tooltip_delayed = "F_TAX_GAIN_TOOLTIP_DELAYED"
                }
            }

            containerWindowType = {
                name = "diplo_daily_expense_container"
                position = {x=162 y=0 }

                buttonType ={
                    name ="diplo_daily_expense_bg"
                    spriteType = "GFX_generic_box_wider"
                    position = { x=0 y=0 }
                }

                iconType = {
                    name ="diplo_daily_expense_icon"
                    spriteType = "GFX_daily_expense"
                    position = { x= -2 y = 0 }
                }

                instantTextBoxType = {
                    name ="diplo_daily_expense_text"
                    position = { x= 20 y = 4 }
                    font = "hoi_18mbs"
                    text = "[?display_expense]"
                    format = centre
                    maxWidth = 55
                    maxHeight = 24
                    fixedsize = yes

                    pdx_tooltip = "F_EXPENSE_GAIN_TOOLTIP"
                    pdx_tooltip_delayed = "F_EXPENSE_GAIN_TOOLTIP_DELAYED"
                }
            }
        }
    }

    containerWindowType = {
        name = "MD_tradeview_market_prices"
		position = { x=5 y=455}
        size = { width=680 height=50 }
        margin = { left=-3 top = 10 }

        background = {
            name = "Background"
            quadTextureSprite ="GFX_MD_tiled_window1"
        }
    
        containerWindowType = {
            name = "fossil_fuels"
            position = { x=0 y=0 }
            size = { width = 50 height = 50 }

            iconType = {
                name ="background"
                spriteType = "GFX_generic_box_smallest"
                position = { x = 15 y = 2 }
            }
            instantTextBoxType = {
                name = "value"
                position = { x = 25 y = 6 }
                font = "hoi_18mbs"
                text = "MARKET_PRICES_FOSSIL_FUELS"
                format = right
                maxWidth = 55
                maxHeight = 24
                fixedsize = yes
                pdx_tooltip = "MARKET_PRICES_FOSSIL_FUELS_TT"
            }
            iconType = {
                name = "icon"
                spriteType = "GFX_resources_strip"
                frame = 1
                position = { x = 15 y = 2 }
            }
        }

        containerWindowType = {
            name = "light_metals"
            position = { x=84 y=0 }
            size = { width = 50 height = 50 }

            iconType = {
                name ="background"
                spriteType = "GFX_generic_box_smallest"
                position = { x = 15 y = 2 }
                pdx_tooltip = "MARKET_PRICES_LIGHT_METALS_TT"
            }
            instantTextBoxType = {
                name = "value"
                position = { x = 25 y = 6 }
                font = "hoi_18mbs"
                text = "MARKET_PRICES_LIGHT_METALS"
                format = right
                maxWidth = 55
                maxHeight = 24
                fixedsize = yes
                alwaystransparent = yes
            }
            iconType = {
                name = "icon"
                spriteType = "GFX_resources_strip"
                frame = 2
                position = { x = 15 y = 2 }
                alwaystransparent = yes
            }
        }

        containerWindowType = {
            name = "rubber"
            position = { x=168 y=0 }
            size = { width = 50 height = 50 }

            iconType = {
                name ="background"
                spriteType = "GFX_generic_box_smallest"
                position = { x = 15 y = 2 }
                pdx_tooltip = "MARKET_PRICES_RUBBER_TT"
            }
            instantTextBoxType = {
                name = "value"
                position = { x = 25 y = 6 }
                font = "hoi_18mbs"
                text = "MARKET_PRICES_RUBBER"
                format = right
                maxWidth = 55
                maxHeight = 24
                fixedsize = yes
                alwaystransparent = yes
            }
            iconType = {
                name = "icon"
                spriteType = "GFX_resources_strip"
                frame = 3
                position = { x = 15 y = 2 }
                alwaystransparent = yes
            }
        }

        containerWindowType = {
            name = "technology_metals"
            position = { x=252 y=0 }
            size = { width = 50 height = 50 }

            iconType = {
                name ="background"
                spriteType = "GFX_generic_box_smallest"
                position = { x = 15 y = 2 }
                pdx_tooltip = "MARKET_PRICES_TECHNOLOGY_METALS_TT"
            }
            instantTextBoxType = {
                name = "value"
                position = { x = 25 y = 6 }
                font = "hoi_18mbs"
                text = "MARKET_PRICES_TECHNOLOGY_METALS"
                format = right
                maxWidth = 55
                maxHeight = 24
                fixedsize = yes
                alwaystransparent = yes
            }
            iconType = {
                name = "icon"
                spriteType = "GFX_resources_strip"
                frame = 4
                position = { x = 15 y = 2 }
                alwaystransparent = yes
            }
        }

        containerWindowType = {
            name = "steel"
            position = { x=336 y=0 }
            size = { width = 50 height = 50 }

            iconType = {
                name ="background"
                spriteType = "GFX_generic_box_smallest"
                position = { x = 15 y = 2 }
                pdx_tooltip = "MARKET_PRICES_STEEL_TT"
            }
            instantTextBoxType = {
                name = "value"
                position = { x = 25 y = 6 }
                font = "hoi_18mbs"
                text = "MARKET_PRICES_STEEL"
                format = right
                maxWidth = 55
                maxHeight = 24
                fixedsize = yes
                alwaystransparent = yes
            }
            iconType = {
                name = "icon"
                spriteType = "GFX_resources_strip"
                frame =5
                position = { x = 15 y = 2 }
                alwaystransparent = yes
            }
        }

        containerWindowType = {
            name = "precious_metals"
            position = { x=420 y=0 }
            size = { width = 50 height = 50 }

            iconType = {
                name ="background"
                spriteType = "GFX_generic_box_smallest"
                position = { x = 15 y = 2 }
                pdx_tooltip = "MARKET_PRICES_PRECIOUS_METALS_TT"
            }
            instantTextBoxType = {
                name = "value"
                position = { x = 25 y = 6 }
                font = "hoi_18mbs"
                text = "MARKET_PRICES_PRECIOUS_METALS"
                format = right
                maxWidth = 55
                maxHeight = 24
                fixedsize = yes
                alwaystransparent = yes
            }
            iconType = {
                name = "icon"
                spriteType = "GFX_resources_strip"
                frame = 6
                position = { x = 15 y = 2 }
                alwaystransparent = yes
            }
        }

        containerWindowType = {
            name = "microchips"
            position = { x=504 y=0 }
            size = { width = 50 height = 50 }

            iconType = {
                name ="background"
                spriteType = "GFX_generic_box_smallest"
                position = { x = 15 y = 2 }
                pdx_tooltip = "MARKET_PRICES_MICROCHIPS_TT"
            }
            instantTextBoxType = {
                name = "value"
                position = { x = 25 y = 6 }
                font = "hoi_18mbs"
                text = "MARKET_PRICES_MICROCHIPS"
                format = right
                maxWidth = 55
                maxHeight = 24
                fixedsize = yes
                alwaystransparent = yes
            }
            iconType = {
                name = "icon"
                spriteType = "GFX_resources_strip"
                frame = 7
                position = { x = 15 y = 2 }
                alwaystransparent = yes
            }
        }

        containerWindowType = {
            name = "advanced_composities"
            position = { x=587 y=0 }
            size = { width = 50 height = 50 }

            iconType = {
                name ="background"
                spriteType = "GFX_generic_box_smallest"
                position = { x = 15 y = 2 }
                pdx_tooltip = "MARKET_PRICES_COMPOSITIES_TT"
            }
            instantTextBoxType = {
                name = "value"
                position = { x = 25 y = 6 }
                font = "hoi_18mbs"
                text = "MARKET_PRICES_COMPOSITIES"
                format = right
                maxWidth = 55
                maxHeight = 24
                fixedsize = yes
                alwaystransparent = yes
            }
            iconType = {
                name = "icon"
                spriteType = "GFX_resources_strip"
                frame = 8
                position = { x = 15 y = 2 }
                alwaystransparent = yes
            }
        }
    }

    containerWindowType = {
        name = "MD_countryeconomyview_tabs"
		position = { x=-10 y=0}
        size = { width=720 height=100%% }

        containerWindowType = {
			name = "tabs"
			position = { x=-540 y=-8 }
			size = { width = 100%% height = 30 }

            iconType ={
                name ="trade_divider"
                spriteType = "GFX_trade_divider"
                position = { x=550 y = 50 }
                Orientation = "UPPER_LEFT"
            }

			buttonType = {
				name = "trade_tab"
				position = { x = 0 y = 0 }
				quadTextureSprite = "GFX_tab_large"
				text = "TRADE_TAB"
				buttonFont = "hoi_20b"
				frame = 1
				clicksound = click_default
				Orientation = "CENTER"
			}

			buttonType = {
				name = "economy_tab"
				position = { x = 250 y = 0 }
				quadTextureSprite = "GFX_tab_large"
				buttonFont = "hoi_20b"
				frame = 2
				text = "ECONOMY_TAB"
				clicksound = click_default
				Orientation = "CENTER"
			}
		}
    }

    containerWindowType = {
        name = "MD_countryeconomyview"
		position = { x=-606 y=47}
        show_position = { x=-11 y=46 }
        show_animation_type = decelerated
        hide_animation_type = accelerated
        animation_time = 300
        size = { width=720 height=100%% }
        margin = { left= -4 top = 11 }

        show_sound = menu_open_window

        background = {
            name = "Background"
            quadTextureSprite ="GFX_MD_tiled_window1_scrollbar"
        }

        containerWindowType = {
			name = "economyview_header"
			position = { x=0 y=0 }
			size = { width = 720 height = 300 }
            margin = { left = 15 }

            instantTextboxType = {
                name = "title"
                position = { x = 10 y = 8 }
                font = "hoi_30"
                borderSize = { x = 0 y = 0 }
                text = "ECONOMY_TITLE"
                maxWidth = 300
                maxHeight = 40
                format = LEFT
                #alwaystransparent = yes
                fixedsize=yes
            }

            buttonType = {
                name = "economy_refresh_button"
                spriteType = "GFX_refresh_button"
                position = { x = 643 y = 6 }
                pdx_tooltip = "REFRESH_ECONOMYVIEW_TOOLTIP"
            }

            containerWindowType = {
                name = "values_container"
                position = { x=0 y=50 }
                size = { width = 235 height = 149 }

                background = {
                    name = "Background"
                    quadTextureSprite ="GFX_MD_tiled_window1"
                }

                containerWindowType = {
                    name = "balance_container"
                    position = { x=6 y=8 }
                    size = { width = 220 height = 50 }

                    background = {
                        name = "Background"
                        quadTextureSprite ="GFX_tiled_window_transparent"
                    }

                    iconType ={
                        name ="stats_balance_background"
                        spriteType = "GFX_md_generic_box_220x40"
                        pdx_tooltip = "BALANCE_TOOLTIP"
                        pdx_tooltip_delayed = "BALANCE_TOOLTIP_DELAYED"
                    }

                    instantTextboxType = {
                        name = "title"
                        position = { x = 5 y = 5 }
                        font = "hoi_30header"
                        borderSize = { x = 0 y = 0 }
                        text = "BALANCE_TITLE"
                        maxWidth = 140
                        maxHeight = 40
                        format = LEFT
                        fixedsize=yes
                        alwaystransparent = yes
                    }

                    instantTextboxType = {
                        name = "value"
                        position = { x = 112 y = 7 }
                        font = "hoi_24header"
                        borderSize = { x = 0 y = 0 }
                        text = "BALANCE_VALUE"
                        maxWidth = 100
                        maxHeight = 40
                        format = RIGHT
                        fixedsize=yes
                        alwaystransparent = yes
                    }
                }
                
                containerWindowType = {
                    name = "treasury_container"
                    position = { x=6 y=54 }
                    size = { width = 220 height = 50 }

                    background = {
                        name = "Background"
                        quadTextureSprite ="GFX_tiled_window_transparent"
                    }

                    iconType ={
                        name ="stats_treasury_background"
                        spriteType = "GFX_md_generic_box_220x40"
                        pdx_tooltip = "TREASURY_TOOLTIP"
                        pdx_tooltip_delayed = "TREASURY_TOOLTIP_DELAYED"
                    }

                    instantTextboxType = {
                        name = "title"
                        position = { x = 5 y = 5 }
                        font = "hoi_30header"
                        borderSize = { x = 0 y = 0 }
                        text = "TREASURY_TITLE"
                        maxWidth = 140
                        maxHeight = 40
                        format = LEFT
                        fixedsize=yes
                        alwaystransparent = yes
                    }

                    instantTextboxType = {
                        name = "value"
                        position = { x = 112 y = 7  }
                        font = "hoi_24header"
                        borderSize = { x = 0 y = 0 }
                        text = "TREASURY_VALUE"
                        maxWidth = 100
                        maxHeight = 40
                        format = RIGHT
                        fixedsize=yes
                        alwaystransparent = yes
                    }
                }

                containerWindowType = {
                    name = "debt_container"
                    position = { x=6 y=100 }
                    size = { width = 220 height = 50 }

                    background = {
                        name = "Background"
                        quadTextureSprite ="GFX_tiled_window_transparent"
                    }

                    iconType ={
                        name ="stats_debt_background"
                        spriteType = "GFX_md_generic_box_220x40"
                        pdx_tooltip = "DEBT_TOOLTIP"
                        pdx_tooltip_delayed = "DEBT_TOOLTIP_DELAYED"
                    }

                    instantTextboxType = {
                        name = "title"
                        position = { x = 8 y = 5 }
                        font = "hoi_30header"
                        borderSize = { x = 0 y = 0 }
                        text = "DEBT_TITLE"
                        maxWidth = 140
                        maxHeight = 40
                        format = LEFT
                        fixedsize=yes
                        alwaystransparent = yes
                    }

                    instantTextboxType = {
                        name = "value"
                        position = { x = 112 y = 6 }
                        font = "hoi_24header"
                        borderSize = { x = 0 y = 0 }
                        text = "DEBT_VALUE"
                        maxWidth = 100
                        maxHeight = 40
                        format = RIGHT
                        fixedsize=yes
                        alwaystransparent = yes
                    }
                }
            }

            containerWindowType = {
                name = "stats_container"
                position = { x=240 y=25 }
                size = { width = 300 height = 200 }

                containerWindowType = {
                    name = "economy_stats_container"
                    position = { x=0 y=25 }
                    size = { width = 440 height = 50 }

                    background = {
                        name = "Background"
                        quadTextureSprite ="GFX_MD_tiled_window1"
                    }

                    iconType = {
                        name = "gdp_bg"
                        spriteType = "GFX_generic_box_96"
                        position = { x = 12 y = 12 }
                        pdx_tooltip = "NUM_GDP_TOTAL_DESC"
                        pdx_tooltip_delayed = "NUM_GDP_TOTAL_DELAYED_DESC"
                    }

                    # instantTextBoxType = {
                    #     name = "gdp_label"
                    #     position = { x = 0 y = 0 }
                    #     font = "hoi_18mbs"
                    #     format = right
                    #     maxWidth = 90
                    #     maxHeight = 24
                    #     fixedsize = yes
                    #     text = "GDP_TOTAL"
                    #     pdx_tooltip = "GDP_TOTAL_DESC"
                    # }

                    iconType = {
                        name = "gdp_icon"
                        spriteType = "GFX_population_tax_income_multiplier_modifier_texticon"
                        position = { x = 17 y = 16 }
                        alwaystransparent = yes
                    }

                    instantTextBoxType = {
                        name = "gdp_value"
                        position = { x = 24 y = 15 }
                        font = "hoi_18mbs"
                        format = right
                        maxWidth = 80
                        maxHeight = 40
                        fixedsize = yes
                        text = "NUM_GDP_TOTAL"
                        alwaystransparent = yes
                    }

                    # instantTextBoxType = {
                    #     name = "gdpc_label"
                    #     position = { x = 105 y = 0 }
                    #     font = "hoi_18mbs"
                    #     format = right
                    #     maxWidth = 90
                    #     maxHeight = 24
                    #     fixedsize = yes
                    #     text = "GDP_PER_CAPITA"
                    #     pdx_tooltip = "GDP_PER_CAPITA_DESC"
                    # }

                    iconType = {
                        name = "gdpc_bg"
                        spriteType = "GFX_generic_box_96"
                        position = { x = 120 y = 12 }
                        pdx_tooltip = "NUM_GDP_PER_CAPITA_DESC"
                        pdx_tooltip_delayed = "GDP_PER_CAPITA_DELAYED_DESC"
                    }
                    
                    iconType = {
                        name = "gdpc_icon"
                        spriteType = "GFX_gdp_capita_cost_factor_texticon"
                        position = { x = 123 y = 16 }
                        alwaystransparent = yes
                    }

                    instantTextBoxType = {
                        name = "gdpc_value"
                        position = { x = 129 y = 15 }
                        font = "hoi_18mbs"
                        format = right
                        maxWidth = 80
                        maxHeight = 40
                        fixedsize = yes
                        text = "NUM_GDP_PER_CAPITA"
                        alwaystransparent = yes
                    }

                    # instantTextBoxType = {
                    #     name = "productivity_label"
                    #     position = { x = 210 y = 0 }
                    #     font = "hoi_18mbs"
                    #     format = right
                    #     maxWidth = 90
                    #     maxHeight = 24
                    #     fixedsize = yes
                    #     text = "PRODUCTIVITY"
                    #     pdx_tooltip = "PRODUCTIVITY_DESC"
                    # }

                    iconType = {
                        name = "productivity_bg"
                        spriteType = "GFX_generic_box_96"
                        position = { x = 228 y = 12 }
                        pdx_tooltip = "NUM_PRODUCTIVITY_DESC"
                        pdx_tooltip_delayed = "NUM_PRODUCTIVITY_DELAYED_DESC"
                    }

                    iconType = {
                        name = "productivity_icon"
                        spriteType = "GFX_construction_speed_fuelsilo_texticon"
                        position = { x = 230 y = 17 }
                        alwaystransparent = yes
                    }

                    instantTextBoxType = {
                        name = "productivity_value"
                        position = { x = 237 y = 15 }
                        font = "hoi_18mbs"
                        format = right
                        maxWidth = 80
                        maxHeight = 40
                        fixedsize = yes
                        text = "NUM_PRODUCTIVITY"
                        alwaystransparent = yes
                    }

                    # instantTextBoxType = {
                    #     name = "inflation_label"
                    #     position = { x = 315 y = 0 }
                    #     font = "hoi_18mbs"
                    #     format = right
                    #     maxWidth = 90
                    #     maxHeight = 24
                    #     fixedsize = yes
                    #     text = "INFLATION"
                    #     pdx_tooltip = "INFLATION_DESC"
                    # }

                    iconType = {
                        name = "inflation_bg"
                        spriteType = "GFX_generic_box_96"
                        position = { x = 332 y = 12 }
                        pdx_tooltip = "NUM_INFLATION_DESC"
                        pdx_tooltip_delayed = "NUM_INFLATION_DELAYED_DESC"
                    }

                    iconType = {
                        name = "inflation_icon"
                        spriteType = "GFX_corruption_cost_factor_texticon"
                        position = { x = 338 y = 16 }
                        alwaystransparent = yes
                    }

                    instantTextBoxType = {
                        name = "inflation_value"
                        position = { x = 343 y = 15 }
                        font = "hoi_18mbs"
                        format = right
                        maxWidth = 80
                        maxHeight = 40
                        fixedsize = yes
                        text = "NUM_INFLATION"
                        alwaystransparent = yes
                    }
                }

                containerWindowType = {
                    name = "buildings_container"
                    position = { x=0 y=80 }
                    size = { width = 440 height = 95 }
                    margin = { left = 12 top = 14 }

                    background = {
                        name = "Background"
                        quadTextureSprite ="GFX_MD_tiled_window1"
                    }

                    containerWindowType = {
                        name = "civilian_factories"
                        position = { x=0 y=0 }
                        size = { width = 100 height = 200 }

                        iconType = {
                            name = "total_civilian_factories_bg"
                            spriteType = "GFX_generic_box_smallest"
                            position = { x = 30	y = 2 }
                        }
                        
                        instantTextBoxType = {
                            name = "total_civilian_factories_amount"
                            position = { x = 38 y = 6 }
                            font = "hoi_18mbs"
                            text = "[?industrial_complex_total]"
                            format = centre
                            maxWidth = 55
                            maxHeight = 24
                            fixedsize = yes
                            pdx_tooltip = "total_civilian_factories_amount_tt"
                            pdx_tooltip_delayed = "total_civilian_factories_amount_tt_delayed"
                        }

                        iconType = {
                            name = "total_civilian_factories"
                            spriteType = "GFX_buildings_strip"
                            frame = 1
                            scale = 0.65
                            position = { x = 2 y = 0 }
                        }
                    }

                    containerWindowType = {
                        name = "offices_factories"
                        position = { x=105 y=0 }
                        size = { width = 100 height = 200 }

                        iconType = {
                            name ="total_offices_factories_bg"
                            spriteType = "GFX_generic_box_smallest"
                            position = { x = 30	y = 2 }
                        }
                        instantTextBoxType = {
                            name = "total_offices_factories_amount"
                            position = { x = 38 y = 6 }
                            font = "hoi_18mbs"
                            text = "[?office_park_total]"
                            format = centre
                            maxWidth = 55
                            maxHeight = 24
                            fixedsize = yes
                            pdx_tooltip = "total_offices_amount_tt"
                            pdx_tooltip_delayed = "total_offices_amount_tt_delayed"
                        }
                        iconType = {
                            name = "total_offices_factories"
                            spriteType = "GFX_buildings_strip"
                            frame = 35
                            scale = 0.65
                            position = { x = 2 y = 0 }
                        }
                    }

                    containerWindowType = {
                        name = "military_factories"
                        position = { x=210 y=0 }
                        size = { width = 100 height = 200 }

                        iconType = {
                            name ="total_military_factories_bg"
                            spriteType = "GFX_generic_box_smallest"
                            position = { x = 30 y = 2 }
                        }
                        instantTextBoxType = {
                            name = "total_military_factories_amount"
                            position = { x = 38 y = 6 }
                            font = "hoi_18mbs"
                            text = "[?military_factory_total]"
                            format = centre
                            maxWidth = 55
                            maxHeight = 24
                            fixedsize = yes
                            pdx_tooltip = "total_military_factories_amount_tt"
                            pdx_tooltip_delayed = "total_military_factories_amount_tt_delayed"
                        }
                        iconType = {
                            name = "total_military_factories"
                            spriteType = "GFX_buildings_strip"
                            frame = 2
                            scale = 0.65
                            position = { x = 2 y = 0 }
                        }
                    }

                    containerWindowType = {
                        name = "naval_factories"
                        position = { x=315 y=0 }
                        size = { width = 100 height = 200 }

                        iconType = {
                            name ="total_naval_factories_bg"
                            spriteType = "GFX_generic_box_smallest"
                            position = { x = 30 y = 2 }
                        }
                        instantTextBoxType = {
                            name = "total_naval_factories_amount"
                            position = { x = 38 y = 6 }
                            font = "hoi_18mbs"
                            text = "[?num_of_naval_factories]"
                            format = centre
                            maxWidth = 55
                            maxHeight = 24
                            fixedsize = yes
                            pdx_tooltip = "total_naval_yard_amount_tt"
                            pdx_tooltip_delayed = "total_naval_yard_amount_tt_delayed"
                        }
                        iconType = {
                            name = "total_naval_factories"
                            spriteType = "GFX_buildings_strip"
                            frame = 4
                            scale = 0.65
                            position = { x = 2 y = 0 }
                        }
                    }

                    containerWindowType = {
                        name = "agriculture_factories"
                        position = { x=0 y=35 }
                        size = { width = 100 height = 200 }

                        iconType = {
                            name = "total_civilian_factories_bg"
                            spriteType = "GFX_generic_box_smallest"
                            position = { x = 30	y = 2 }
                        }
                        
                        instantTextBoxType = {
                            name = "total_civilian_factories_amount"
                            position = { x = 38 y = 6 }
                            font = "hoi_18mbs"
                            text = "[?agriculture_district_total]"
                            format = centre
                            maxWidth = 55
                            maxHeight = 24
                            fixedsize = yes
                            pdx_tooltip = "total_agriculture_district_amount_tt"
                            pdx_tooltip_delayed = "total_agriculture_district_amount_tt_delayed"
                        }

                        iconType = {
                            name = "total_civilian_factories"
                            spriteType = "GFX_buildings_strip"
                            frame = 33
                            scale = 0.65
                            position = { x = 2 y = 0 }
                        }
                    }

                    containerWindowType = {
                        name = "refinery_factories"
                        position = { x=105 y=35 }
                        size = { width = 100 height = 200 }

                        iconType = {
                            name = "bg"
                            spriteType = "GFX_generic_box_smallest"
                            position = { x = 30	y = 2 }
                        }
                        
                        instantTextBoxType = {
                            name = "amount"
                            position = { x = 38 y = 6 }
                            font = "hoi_18mbs"
                            text = "[?synthetic_refinery_total]"
                            format = centre
                            maxWidth = 55
                            maxHeight = 24
                            fixedsize = yes
                            pdx_tooltip = "total_refineries_amount_tt"
                            pdx_tooltip_delayed = "total_refineries_amount_tt_delayed"
                        }

                        iconType = {
                            name = "icon"
                            spriteType = "GFX_buildings_strip"
                            frame = 38
                            scale = 0.65
                            position = { x = 2 y = 0 }
                        }
                    }

                    containerWindowType = {
                        name = "microchips_factories"
                        position = { x=210 y=35 }
                        size = { width = 100 height = 200 }

                        iconType = {
                            name = "total_civilian_factories_bg"
                            spriteType = "GFX_generic_box_smallest"
                            position = { x = 30	y = 2 }
                        }
                        
                        instantTextBoxType = {
                            name = "total_civilian_factories_amount"
                            position = { x = 38 y = 6 }
                            font = "hoi_18mbs"
                            text = "[?microchip_plant_total]"
                            format = centre
                            maxWidth = 55
                            maxHeight = 24
                            fixedsize = yes
                            pdx_tooltip = "total_microchips_factories_amount_tt"
                            pdx_tooltip_delayed = "total_microchips_factories_amount_tt_delayed"
                        }

                        iconType = {
                            name = "total_civilian_factories"
                            spriteType = "GFX_buildings_strip"
                            frame = 36
                            scale = 0.65
                            position = { x = 2 y = 0 }
                        }
                    }

                    containerWindowType = {
                        name = "composite_factories"
                        position = { x=315 y=35 }
                        size = { width = 100 height = 200 }

                        iconType = {
                            name = "background"
                            spriteType = "GFX_generic_box_smallest"
                            position = { x = 30	y = 2 }
                        }
                        
                        instantTextBoxType = {
                            name = "amount"
                            position = { x = 38 y = 6 }
                            font = "hoi_18mbs"
                            text = "[?composite_plant_total]"
                            format = centre
                            maxWidth = 55
                            maxHeight = 24
                            fixedsize = yes
                            pdx_tooltip = "total_composites_factories_amount_tt"
                            pdx_tooltip_delayed = "total_composites_factories_amount_tt_delayed"
                        }

                        iconType = {
                            name = "icon"
                            
                            spriteType = "GFX_buildings_strip"
                            frame = 37
                            scale = 0.65
                            position = { x = 2 y = 0 }
                        }
                    }
                }
            }
        }

        containerWindowType = {
			name = "economyview_container"
			position = { x=0 y=203 }
			size = { width = 722 height = 100%% }
	        verticalScrollbar = "right_vertical_slider"
            scroll_wheel_factor = 98
            smooth_scrolling = yes
            margin = { left = 15 bottom = 14 }

            background = {
				name = "Background"
				quadTextureSprite ="GFX_tiled_window_transparent"
			}

            containerWindowType = {
                name = "economyview_container"
                position = { x=0 y=0 }
                size = { width = 722 height = 920 }

                background = {
                    name = "Background"
                    quadTextureSprite ="GFX_tiled_window_transparent"
                }

                containerWindowType = {
                    name = "taxes_container"
                    position = { x = 0 y = 0 }
                    size = { width=680 height=72 }

                    background = {
                        name = "Background"
                        quadTextureSprite ="GFX_MD_tiled_window1"
                    }

                    containerWindowType = {
                        name = "population_tax"
                        position = { x = 6 y =6 }
                        size = { width=150 height=60 }

                        background = {
                            name = "Background"
                            quadTextureSprite ="GFX_MD_tiled_window1"
                        }

                        iconType = {
                            name ="Box"
                            spriteType = "GFX_generic_box_small"
                            position = { x = 30 y = 24 }
                            pdx_tooltip = "POPULATION_TAX_RATE_TT"
                        }

                        iconType = {
                            name = "Icon"
                            spriteType = "GFX_tax_rate"
                            position = { x = 27 y = 24 }
                            alwaystransparent = yes
                        }

                        instantTextBoxType = {
                            name = "tax_rate"
                            position = { x = 50 y = 28 }
                            font = "hoi_18mbs"
                            text = "[?population_tax_rate]%"
                            format = centre
                            maxWidth = 55
                            maxHeight = 24
                            fixedsize = yes
                            alwaystransparent = yes
                        }
                        instantTextBoxType = {
                            name = "title"
                            position = { x = 0 y = 3 }
                            font = "hoi_18mbs"
                            text = "POPULATION_TAX_RATE"
                            format = center
                            maxWidth = 150
                            maxHeight = 24
                            fixedsize = yes
                            pdx_tooltip = "POPULATION_TAX_RATE_TT"
                        }

                        containerWindowType = {
                            name = "change_tax"
                            position = { x = 97 y = 24 }

                            buttonType = {
                                name = "increase_population_tax"
                                spriteType = "GFX_md_collapse_button"
                                frame = 2
                                position = { x = 1 y = 0 }
                                pdx_tooltip = "increases_population_tax_tooltip"
                                pdx_tooltip_delayed = "increases_population_tax_delayed_tooltip"
                            }

                            buttonType = {
                                name = "decrease_population_tax"
                                spriteType = "GFX_md_collapse_button"
                                frame = 1
                                position = { x = 0 y = 12 }
                                pdx_tooltip = "decreases_population_tax_tooltip"
                                pdx_tooltip_delayed = "decreases_population_tax_delayed_tooltip"
                            }
                        }
                    }

                    containerWindowType = {
                        name = "corporate_tax"
                        position = { x = 158 y =6 }
                        size = { width=150 height=60 }

                        background = {
                            name = "Background"
                            quadTextureSprite ="GFX_MD_tiled_window1"
                        }

                        iconType = {
                            name ="Box"
                            spriteType = "GFX_generic_box_small"
                            position = { x = 30 y = 24 }
                            pdx_tooltip = "CORPORATE_TAX_RATE_TT"
                        }

                        iconType = {
                            name = "Icon"
                            spriteType = "GFX_tax_rate"
                            position = { x = 27 y = 24 }
                            alwaystransparent = yes
                        }

                        instantTextBoxType = {
                            name = "tax_rate"
                            position = { x = 50 y = 28 }
                            font = "hoi_18mbs"
                            text = "[?corporate_tax_rate]%"
                            format = centre
                            maxWidth = 55
                            maxHeight = 24
                            fixedsize = yes
                            alwaystransparent = yes
                        }
                        instantTextBoxType = {
                            name = "title"
                            position = { x = 0 y = 3 }
                            font = "hoi_18mbs"
                            text = "CORPORATE_TAX_RATE"
                            format = center
                            maxWidth = 150
                            maxHeight = 24
                            fixedsize = yes
                            pdx_tooltip = "CORPORATE_TAX_RATE_TT"
                        }

                        containerWindowType = {
                            name = "change_tax"
                            position = { x = 97 y = 24 }

                            buttonType = {
                                name = "increase_corporate_tax"
                                spriteType = "GFX_md_collapse_button"
                                frame = 2
                                position = { x = 1 y = 0 }
                                pdx_tooltip = "increases_corporate_tax_tooltip"
                                pdx_tooltip_delayed = "increases_corporate_tax_delayed_tooltip"
                            }

                            buttonType = {
                                name = "decrease_corporate_tax"
                                spriteType = "GFX_md_collapse_button"
                                frame = 1
                                position = { x = 0 y = 12 }
                                pdx_tooltip = "decreases_corporate_tax_tooltip"
                                pdx_tooltip_delayed = "decreases_corporate_tax_delayed_tooltip"
                            }
                        }
                    }

                    containerWindowType = {
                        name = "policy_rate"
                        position = { x = 310 y =6 }
                        size = { width=150 height=60 }

                        background = {
                            name = "Background"
                            quadTextureSprite ="GFX_MD_tiled_window1"
                        }

                        iconType = {
                            name ="Box"
                            spriteType = "GFX_generic_box_small"
                            position = { x = 30 y = 24 }
                            pdx_tooltip = "CB_POLICY_RATE_TT"
                        }

                        iconType = {
                            name = "Icon"
                            spriteType = "GFX_tax_rate"
                            position = { x = 27 y = 24 }
                            alwaystransparent = yes
                        }

                        instantTextBoxType = {
                            name = "tax_rate"
                            position = { x = 50 y = 28 }
                            font = "hoi_18mbs"
                            text = "[?cb_policy_rate]%"
                            format = centre
                            maxWidth = 55
                            maxHeight = 24
                            fixedsize = yes
                            alwaystransparent = yes
                        }
                        instantTextBoxType = {
                            name = "title"
                            position = { x = 0 y = 3 }
                            font = "hoi_18mbs"
                            text = "CB_POLICY_RATE"
                            format = center
                            maxWidth = 150
                            maxHeight = 24
                            fixedsize = yes
                            pdx_tooltip = "CB_POLICY_RATE_TT"
                        }

                        containerWindowType = {
                            name = "change_tax"
                            position = { x = 97 y = 24 }

                            buttonType = {
                                name = "increase_cb_rate"
                                spriteType = "GFX_md_collapse_button"
                                frame = 2
                                position = { x = 1 y = 0 }
                                pdx_tooltip = "increases_cb_rate_tooltip"
                            }

                            buttonType = {
                                name = "decrease_cb_rate"
                                spriteType = "GFX_md_collapse_button"
                                frame = 1
                                position = { x = 0 y = 12 }
                                pdx_tooltip = "decreases_cb_rate_tooltip"
                            }
                        }
                    }

                    containerWindowType = {
                        name = "expand_money_supply_button_container"
                        position = { x = 468 y = 14 }

                        buttonType = {
                            name = "expand_money_supply_button"
                            spriteType = "GFX_generic_button_wide"
                            position = { x = 0 y = 0 }
                            pdx_tooltip = "expand_money_supply_button_tooltip"
                        }

                        iconType = {
                            name = "expand_money_supply_button_icon"
                            spriteType = "GFX_daily_income"
                            position = { x = 5 y = -3 }
                            alwaystransparent = yes
                        }

                        instantTextBoxType = {
                            name = "expand_money_supply_button_label"
                            position = { x = 30 y = 0 }
                            font = "hoi_18mbs"
                            text = "EXPAND_MONEY_SUPPLY_BUTTON"
                            format = centre
                            maxWidth = 100
                            maxHeight = 24
                            fixedsize = yes
                            alwaystransparent = yes
                        }
                    }

                    containerWindowType = {
                        name = "austerity_button_container"
                        position = { x = 468 y = 37 }

                        buttonType = {
                            name = "austerity_button"
                            spriteType = "GFX_generic_button_wide"
                            position = { x = 0 y = 0 }
                            pdx_tooltip = "austerity_button_tooltip"
                        }

                        iconType = {
                            name = "austerity_button_icon"
                            spriteType = "GFX_daily_expense"
                            position = { x = 5 y = -3 }
                            alwaystransparent = yes
                        }

                        instantTextBoxType = {
                            name = "austerity_button_label"
                            position = { x = 30 y = 0 }
                            font = "hoi_18mbs"
                            text = "AUSTERITY_BUTTON"
                            format = centre
                            maxWidth = 100
                            maxHeight = 24
                            fixedsize = yes
                            alwaystransparent = yes
                        }
                    }

                    containerWindowType = {
                        name = "print_money_button"
                        position = { x = 626 y = 19 }

                        buttonType = {
                            name = "print_money_button"
                            position = { x = 0 y = 0 }
                            spriteType = "GFX_printer"
                            pdx_tooltip = "print_money_button_tooltip"
                        }
                    }
                }

                containerWindowType = {
                    name = "balance_details_container"
                    position = { x=0 y=74 }
                    size = { width = 420 height = 500 }
                    margin = { top = 10 left = 5 }

                    background = {
                        name = "Background"
                        quadTextureSprite ="GFX_MD_tiled_window1"
                    }

                    containerWindowType = {
                        name = "income"
                        position = { x=0 y=0 }
                        size = { width = 300 height = 200 }

                        instantTextboxType = {
                            name = "title"
                            position = { x = 2 y = 0 }
                            font = "hoi_30header"
                            borderSize = { x = 0 y = 0 }
                            text = "TOTAL_INCOME_TITLE"
                            maxWidth = 300
                            maxHeight = 40
                            format = LEFT
                            #alwaystransparent = yes
                            fixedsize=yes
                        }

                        instantTextboxType = {
                            name = "value"
                            position = { x = 250 y = 6 }
                            font = "hoi_24header"
                            borderSize = { x = 0 y = 0 }
                            text = "TOTAL_INCOME"
                            maxWidth = 150
                            maxHeight = 40
                            format = RIGHT
                            #alwaystransparent = yes
                            fixedsize=yes
                        }

                        iconType = {
                            name ="divider"
                            spriteType = "GFX_divider"
                            position = { x = -110 y = 28 }
                            Orientation = "UPPER_LEFT"
                        }

                        containerWindowType = {
                            name = "income_details"
                            position = { x=25 y=42 }
                            size = { width = 300 height = 400 }

                            instantTextboxType = {
                                name = "population_income_label"
                                position = { x = 0 y = 0 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "POPULATION_INCOME_LABEL"
                                maxWidth = 300
                                maxHeight = 40
                                format = LEFT
                                #alwaystransparent = yes
                                fixedsize=yes
                                pdx_tooltip = "PERSONAL_INCOME_TAXES_TOOLTIP"
                                pdx_tooltip_delayed = "PERSONAL_INCOME_TAXES_TOOLTIP_DELAYED"
                            }

                            instantTextboxType = {
                                name = "population_income_value"
                                position = { x = 225 y = 0 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "POPULATION_INCOME"
                                maxWidth = 150
                                maxHeight = 40
                                format = RIGHT
                                #alwaystransparent = yes
                                fixedsize=yes
                                pdx_tooltip = "PERSONAL_INCOME_TAXES_TOOLTIP"
                                pdx_tooltip_delayed = "PERSONAL_INCOME_TAXES_TOOLTIP_DELAYED"
                            }

                            instantTextboxType = {
                                name = "corporation_income_label"
                                position = { x = 0 y = 25 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "CORPORATION_INCOME_LABEL"
                                maxWidth = 300
                                maxHeight = 40
                                format = LEFT
                                #alwaystransparent = yes
                                fixedsize=yes
                                pdx_tooltip = "CORPORATE_INCOME_TAXES_TOOLTIP"
                                pdx_tooltip_delayed = "CORPORATE_INCOME_TAXES_TOOLTIP_DELAYED"
                            }

                            instantTextboxType = {
                                name = "corporation_income_value"
                                position = { x = 225 y = 25 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "CORPORATION_INCOME"
                                maxWidth = 150
                                maxHeight = 40
                                format = RIGHT
                                #alwaystransparent = yes
                                fixedsize=yes
                                pdx_tooltip = "CORPORATE_INCOME_TAXES_TOOLTIP"
                                pdx_tooltip_delayed = "CORPORATE_INCOME_TAXES_TOOLTIP_DELAYED"
                            }

                            instantTextboxType = {
                                name = "investments_income_label"
                                position = { x = -2 y = 50 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "INVESTMENTS_INCOME_LABEL"
                                maxWidth = 300
                                maxHeight = 40
                                format = LEFT
                                #alwaystransparent = yes
                                fixedsize=yes
                                pdx_tooltip = "GOVERNMENT_INVESTMENT_TOOLTIP"
                                pdx_tooltip_delayed = "GOVERNMENT_INVESTMENT_TOOLTIP_DELAYED"
                            }

                            instantTextboxType = {
                                name = "investments_income_value"
                                position = { x = 225 y = 50 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "INVESTMENTS_INCOME"
                                maxWidth = 150
                                maxHeight = 40
                                format = right
                                #alwaystransparent = yes
                                fixedsize=yes
                                pdx_tooltip = "GOVERNMENT_INVESTMENT_TOOLTIP"
                                pdx_tooltip_delayed = "GOVERNMENT_INVESTMENT_TOOLTIP_DELAYED"
                            }

                            instantTextboxType = {
                                name = "resources_income_label"
                                position = { x = -1 y = 75 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "RESOURCES_INCOME_LABEL"
                                maxWidth = 300
                                maxHeight = 40
                                format = LEFT
                                #alwaystransparent = yes
                                fixedsize=yes
                                pdx_tooltip = "TRADE_INCOME_REVENUES_TOOLTIP"
                                pdx_tooltip_delayed = "TRADE_INCOME_REVENUES_TOOLTIP_DELAYED"
                            }

                            instantTextboxType = {
                                name = "resources_income_value"
                                position = { x = 225 y = 75 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "RESOURCES_INCOME"
                                maxWidth = 150
                                maxHeight = 40
                                format = right
                                #alwaystransparent = yes
                                fixedsize=yes
                                pdx_tooltip = "TRADE_INCOME_REVENUES_TOOLTIP"
                                pdx_tooltip_delayed = "TRADE_INCOME_REVENUES_TOOLTIP_DELAYED"
                            }

                            instantTextboxType = {
                                name = "additional_income_label"
                                position = { x = 0 y = 100 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "ADDITIONAL_INCOME_LABEL"
                                maxWidth = 300
                                maxHeight = 40
                                format = LEFT
                                #alwaystransparent = yes
                                fixedsize=yes
                                pdx_tooltip = "ADDITIONAL_INCOME_REVENUES_TOOLTIP"
                                pdx_tooltip_delayed = "ADDITIONAL_INCOME_REVENUES_TOOLTIP_DELAYED"
                            }

                            instantTextboxType = {
                                name = "additional_income_value"
                                position = { x = 225 y = 100 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "ADDITIONAL_INCOME"
                                maxWidth = 150
                                maxHeight = 40
                                format = right
                                #alwaystransparent = yes
                                fixedsize=yes
                                pdx_tooltip = "ADDITIONAL_INCOME_REVENUES_TOOLTIP"
                                pdx_tooltip_delayed = "ADDITIONAL_INCOME_REVENUES_TOOLTIP_DELAYED"
                            }
                        }
                    }

                    containerWindowType = {
                        name = "expenses"
                        position = { x=0 y=170 }
                        size = { width = 300 height = 200 }

                        instantTextboxType = {
                            name = "title"
                            position = { x = 2 y = 0 }
                            font = "hoi_30header"
                            borderSize = { x = 0 y = 0 }
                            text = "TOTAL_EXPENSES_TITLE"
                            maxWidth = 300
                            maxHeight = 40
                            format = LEFT
                            #alwaystransparent = yes
                            fixedsize=yes
                        }

                        instantTextboxType = {
                            name = "value"
                            position = { x = 250 y = 6 }
                            font = "hoi_24header"
                            borderSize = { x = 0 y = 0 }
                            text = "TOTAL_EXPENSES"
                            maxWidth = 150
                            maxHeight = 40
                            format = RIGHT
                            #alwaystransparent = yes
                            fixedsize=yes
                        }

                        iconType = {
                            name ="divider"
                            spriteType = "GFX_divider"
                            position = { x = -110 y = 28 }
                            Orientation = "UPPER_LEFT"
                        }

                        containerWindowType = {
                            name = "expenses_details"
                            position = { x=25 y=40 }
                            size = { width = 300 height = 400 }

                            instantTextboxType = {
                                name = "bureaucracy_expense_label"
                                position = { x = 0 y = 0 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "BUREAUCRACY_EXPENSE_LABEL"
                                maxWidth = 300
                                maxHeight = 40
                                format = LEFT
                                #alwaystransparent = yes
                                fixedsize=yes
                                pdx_tooltip = "BUREAUCRACY_EXPENSE_TOOLTIP"
                                pdx_tooltip_delayed = "BUREAUCRACY_EXPENSE_TOOLTIP_DELAYED"
                            }

                            instantTextboxType = {
                                name = "bureaucracy_expense_value"
                                position = { x = 225 y = 0 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "BUREAUCRACY_EXPENSE"
                                maxWidth = 150
                                maxHeight = 40
                                format = right
                                #alwaystransparent = yes
                                fixedsize=yes
                                pdx_tooltip = "BUREAUCRACY_EXPENSE_TOOLTIP"
                                pdx_tooltip_delayed = "BUREAUCRACY_EXPENSE_TOOLTIP_DELAYED"
                            }

                            instantTextboxType = {
                                name = "defence_expense_label"
                                position = { x = 0 y = 25 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "DEFENCE_EXPENSE_LABEL"
                                maxWidth = 300
                                maxHeight = 40
                                format = LEFT
                                #alwaystransparent = yes
                                fixedsize=yes
                                pdx_tooltip = "DEFENCE_SPENDING_TOOLTIP"
                                pdx_tooltip_delayed = "DEFENCE_SPENDING_TOOLTIP_DELAYED"
                            }

                            instantTextboxType = {
                                name = "defence_expense_value"
                                position = { x = 225 y = 25 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "DEFENCE_EXPENSE"
                                maxWidth = 150
                                maxHeight = 40
                                format = right
                                #alwaystransparent = yes
                                fixedsize=yes
                                pdx_tooltip = "DEFENCE_SPENDING_TOOLTIP"
                                pdx_tooltip_delayed = "DEFENCE_SPENDING_TOOLTIP_DELAYED"
                            }

                            instantTextboxType = {
                                name = "security_expense_label"
                                position = { x = 0 y = 50 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "SECURITY_EXPENSE_LABEL"
                                maxWidth = 300
                                maxHeight = 40
                                format = LEFT
                                fixedsize = yes
                                pdx_tooltip = "POLICE_SPENDING_TOOLTIP"
                                pdx_tooltip_delayed = "POLICE_SPENDING_TOOLTIP_DELAYED"
                            }

                            instantTextboxType = {
                                name = "security_expense_value"
                                position = { x = 225 y = 50 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "SECURITY_EXPENSE"
                                maxWidth = 150
                                maxHeight = 40
                                format = RIGHT
                                fixedsize = yes
                                pdx_tooltip = "POLICE_SPENDING_TOOLTIP"
                                pdx_tooltip_delayed = "POLICE_SPENDING_TOOLTIP_DELAYED"
                            }

                            instantTextboxType = {
                                name = "education_expense_label"
                                position = { x = 0 y = 75 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "EDUCATION_EXPENSE_LABEL"
                                maxWidth = 300
                                maxHeight = 40
                                format = LEFT
                                fixedsize = yes
                                pdx_tooltip = "EDUCATION_EXPENSE_TOOLTIP"
                                pdx_tooltip_delayed = "EDUCATION_EXPENSE_TOOLTIP_DELAYED"
                            }

                            instantTextboxType = {
                                name = "education_expense_value"
                                position = { x = 225 y = 75 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "EDUCATION_EXPENSE"
                                maxWidth = 150
                                maxHeight = 40
                                format = RIGHT
                                fixedsize = yes
                                pdx_tooltip = "EDUCATION_EXPENSE_TOOLTIP"
                                pdx_tooltip_delayed = "EDUCATION_EXPENSE_TOOLTIP_DELAYED"
                            }

                            instantTextboxType = {
                                name = "health_expense_label"
                                position = { x = 0 y = 100 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "HEALTH_EXPENSE_LABEL"
                                maxWidth = 300
                                maxHeight = 40
                                format = LEFT
                                fixedsize = yes
                                pdx_tooltip = "HEALTHCARE_EXPENSE_TOOLTIP"
                                pdx_tooltip_delayed = "HEALTHCARE_EXPENSE_TOOLTIP_DELAYED"
                            }

                            instantTextboxType = {
                                name = "health_expense_value"
                                position = { x = 225 y = 100 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "HEALTH_EXPENSE"
                                maxWidth = 150
                                maxHeight = 40
                                format = RIGHT
                                fixedsize = yes
                                pdx_tooltip = "HEALTHCARE_EXPENSE_TOOLTIP"
                                pdx_tooltip_delayed = "HEALTHCARE_EXPENSE_TOOLTIP_DELAYED"
                            }

                            instantTextboxType = {
                                name = "welfare_expense_label"
                                position = { x = 0 y = 125 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "WELFARE_EXPENSE_LABEL"
                                maxWidth = 300
                                maxHeight = 40
                                format = LEFT
                                fixedsize = yes
                                pdx_tooltip = "WELFARE_EXPENSE_TOOLTIP"
                                pdx_tooltip_delayed = "WELFARE_EXPENSE_TOOLTIP_DELAYED"
                            }

                            instantTextboxType = {
                                name = "welfare_expense_value"
                                position = { x = 225 y = 125 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "WELFARE_EXPENSE"
                                maxWidth = 150
                                maxHeight = 40
                                format = RIGHT
                                fixedsize = yes
                                pdx_tooltip = "WELFARE_EXPENSE_TOOLTIP"
                                pdx_tooltip_delayed = "WELFARE_EXPENSE_TOOLTIP_DELAYED"
                            }

                            instantTextboxType = {
                                name = "infrastructure_expense_label"
                                position = { x = 0 y = 150 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "INFRASTRUCTURE_EXPENSE_LABEL"
                                maxWidth = 300
                                maxHeight = 40
                                format = LEFT
                                fixedsize = yes
                                pdx_tooltip = "INFRA_EXPENSE_TOOLTIP"
                                pdx_tooltip_delayed = "INFRA_EXPENSE_TOOLTIP_DELAYED"
                            }

                            instantTextboxType = {
                                name = "infrastructure_expense_value"
                                position = { x = 225 y = 150 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "INFRASTRUCTURE_EXPENSE"
                                maxWidth = 150
                                maxHeight = 40
                                format = RIGHT
                                fixedsize = yes
                                pdx_tooltip = "INFRA_EXPENSE_TOOLTIP"
                                pdx_tooltip_delayed = "INFRA_EXPENSE_TOOLTIP_DELAYED"
                            }

                            instantTextboxType = {
                                name = "migration_expense_label"
                                position = { x = 0 y = 175 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "MIGRATION_EXPENSE_LABEL"
                                maxWidth = 300
                                maxHeight = 40
                                format = LEFT
                                fixedsize = yes
                                pdx_tooltip = "MIGRATION_LAWS_TOOLTIP"
                                pdx_tooltip_delayed = "MIGRATION_LAWS_TOOLTIP_DELAYED"
                            }

                            instantTextboxType = {
                                name = "migration_expense_value"
                                position = { x = 225 y = 175 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "MIGRATION_EXPENSE"
                                maxWidth = 150
                                maxHeight = 40
                                format = RIGHT
                                fixedsize = yes
                                pdx_tooltip = "MIGRATION_LAWS_TOOLTIP"
                                pdx_tooltip_delayed = "MIGRATION_LAWS_TOOLTIP_DELAYED"
                            }

                            instantTextboxType = {
                                name = "un_expense_label"
                                position = { x = 0 y = 200 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "UN_EXPENSE_LABEL"
                                maxWidth = 300
                                maxHeight = 40
                                format = LEFT
                                fixedsize = yes
                                pdx_tooltip = "UNITED_NATIONS_TOOLTIP"
                                pdx_tooltip_delayed = "UNITED_NATIONS_TOOLTIP_DELAYED"
                            }

                            instantTextboxType = {
                                name = "un_expense_value"
                                position = { x = 225 y = 200 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "UN_EXPENSE"
                                maxWidth = 150
                                maxHeight = 40
                                format = RIGHT
                                fixedsize = yes
                                pdx_tooltip = "UNITED_NATIONS_TOOLTIP"
                                pdx_tooltip_delayed = "UNITED_NATIONS_TOOLTIP_DELAYED"
                            }

                            instantTextboxType = {
                                name = "debt_expense_label"
                                position = { x = 0 y = 225 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "DEBT_EXPENSE_LABEL"
                                maxWidth = 300
                                maxHeight = 40
                                format = LEFT
                                fixedsize = yes
                                pdx_tooltip = "INTEREST_EXPENSE_TOOLTIP"
                                pdx_tooltip_delayed = "INTEREST_EXPENSE_TOOLTIP_DELAYED"
                            }

                            instantTextboxType = {
                                name = "debt_expense_value"
                                position = { x = 225 y = 225 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "DEBT_EXPENSE"
                                maxWidth = 150
                                maxHeight = 40
                                format = RIGHT
                                fixedsize = yes
                                pdx_tooltip = "INTEREST_EXPENSE_TOOLTIP"
                                pdx_tooltip_delayed = "INTEREST_EXPENSE_TOOLTIP_DELAYED"
                            }

                            instantTextboxType = {
                                name = "additional_expense_label"
                                position = { x = 0 y = 250 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "ADDITIONAL_EXPENSE_LABEL"
                                maxWidth = 300
                                maxHeight = 40
                                format = LEFT
                                fixedsize = yes
                                pdx_tooltip = "ADDITIONAL_EXPENSES_TOOLTIP"
                                pdx_tooltip_delayed = "ADDITIONAL_EXPENSES_TOOLTIP_DELAYED"
                            }

                            instantTextboxType = {
                                name = "additional_expense_value"
                                position = { x = 225 y = 250 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "ADDITIONAL_EXPENSE"
                                maxWidth = 150
                                maxHeight = 40
                                format = RIGHT
                                fixedsize = yes
                                pdx_tooltip = "ADDITIONAL_EXPENSES_TOOLTIP"
                                pdx_tooltip_delayed = "ADDITIONAL_EXPENSES_TOOLTIP_DELAYED"
                            }
                        }
                    }
                }

                containerWindowType = {
                    name = "economic_projects_container"
                    position = { x = 424 y = 74 }
                    size = { width=255 height=500 }

                    background = {
                        name = "Background"
                        quadTextureSprite ="GFX_MD_tiled_window1"
                    }

                    containerWindowType = {
                        name = "economic_projects_leasing_header"
                        position = { x = 0 y = 0 }
                        size = { width=100% height=150 }

                        containerWindowType = {
                            name = "economic_projects_leasing_header"
                            position = { x = 0 y = 0 }
                            size = { width=100% height=50 }

                            background = {
                                name = "Background"
                                quadTextureSprite ="GFX_MD_tiled_window1"
                                pdx_tooltip = "LEASING_BACKGROUND_TOOLTIP"
                            }

                            iconType = {
                                name = "icon"
                                position = { x = 5 y = 5 }
                                quadTextureSprite = "GFX_state_constructions"
                                alwaystransparent = yes
                            }

                            instantTextboxType = {
                                name = "text"
                                position = { x = 50 y = 8 }
                                font = "hoi_30header"
                                text = "LEASING_TITLE"
                                maxWidth = 160
                                maxHeight = 10
                                format = left
                                alwaystransparent = yes
                            }
                        }

                        containerWindowType = {
                            name = "economic_projects_leasing"
                            position = { x = 18 y = 60 }
                            size = { width=100% height=200 }

                            containerWindowType = {
                                name = "lease_civilian_factories"
                                position = { x = 0 y =0 }
                                size = { width=100 height=42 }

                                background = {
                                    name = "Background"
                                    quadTextureSprite ="GFX_MD_tiled_window1"
                                }

                                iconType = {
                                    name ="Box"
                                    spriteType = "GFX_generic_box_small"
                                    position = { x = 6 y = 8 }
                                    pdx_tooltip = "lease_civilian_factories_tt"
                                    pdx_tooltip_delayed = "lease_civilian_factories_delayed_tt"
                                }

                                iconType = {
                                    name = "Icon"
                                    spriteType = "GFX_buildings_strip"
                                    scale = 0.6
                                    frame = 1
                                    position = { x = 6 y = 8 }
                                    alwaystransparent = yes
                                }

                                instantTextBoxType = {
                                    name = "amount"
                                    position = { x = 30 y = 11 }
                                    font = "hoi_18mbs"
                                    text = "[?leased_civilian_factories]"
                                    format = centre
                                    maxWidth = 55
                                    maxHeight = 24
                                    fixedsize = yes
                                    alwaystransparent = yes
                                }

                                containerWindowType = {
                                    name = "change_amount"
                                    position = { x = 73 y = 8 }

                                    buttonType = {
                                        name = "increase_leased_civilian_factories"
                                        spriteType = "GFX_md_collapse_button"
                                        frame = 2
                                        position = { x = 1 y = 0 }
                                    }

                                    buttonType = {
                                        name = "decrease_leased_civilian_factories"
                                        spriteType = "GFX_md_collapse_button"
                                        frame = 1
                                        position = { x = 0 y = 12 }
                                    }
                                }
                            }

                            containerWindowType = {
                                name = "lease_military_factories"
                                position = { x = 115 y =0 }
                                size = { width=100 height=42 }

                                background = {
                                    name = "Background"
                                    quadTextureSprite ="GFX_MD_tiled_window1"
                                }

                                iconType = {
                                    name ="Box"
                                    spriteType = "GFX_generic_box_small"
                                    position = { x = 6 y = 8 }
                                    pdx_tooltip = "lease_military_factories_tt"
                                    pdx_tooltip_delayed = "lease_military_factories_delayed_tt"
                                }

                                iconType = {
                                    name = "Icon"
                                    spriteType = "GFX_buildings_strip"
                                    scale = 0.6
                                    frame = 2
                                    position = { x = 6 y = 8 }
                                    alwaystransparent = yes
                                }

                                instantTextBoxType = {
                                    name = "amount"
                                    position = { x = 30 y = 11 }
                                    font = "hoi_18mbs"
                                    text = "[?leased_military_factories]"
                                    format = centre
                                    maxWidth = 55
                                    maxHeight = 24
                                    fixedsize = yes
                                    alwaystransparent = yes
                                }

                                containerWindowType = {
                                    name = "change_amount"
                                    position = { x = 73 y = 8 }

                                    buttonType = {
                                        name = "increase_leased_military_factories"
                                        spriteType = "GFX_md_collapse_button"
                                        frame = 2
                                        position = { x = 1 y = 0 }
                                    }

                                    buttonType = {
                                        name = "decrease_leased_military_factories"
                                        spriteType = "GFX_md_collapse_button"
                                        frame = 1
                                        position = { x = 0 y = 12 }
                                    }
                                }
                            }

                            containerWindowType = {
                                name = "lease_dockyards"
                                position = { x = 0 y =50 }
                                size = { width=100 height=42 }

                                background = {
                                    name = "Background"
                                    quadTextureSprite ="GFX_MD_tiled_window1"
                                }

                                iconType = {
                                    name ="Box"
                                    spriteType = "GFX_generic_box_small"
                                    position = { x = 6 y = 8 }
                                    pdx_tooltip = "lease_naval_dockyards_tt"
                                    pdx_tooltip_delayed = "lease_naval_dockyards_delayed_tt"
                                }

                                iconType = {
                                    name = "Icon"
                                    spriteType = "GFX_buildings_strip"
                                    scale = 0.6
                                    frame = 4
                                    position = { x = 6 y = 8 }
                                    alwaystransparent = yes
                                }

                                instantTextBoxType = {
                                    name = "amount"
                                    position = { x = 30 y = 11 }
                                    font = "hoi_18mbs"
                                    text = "[?leased_dockyards]"
                                    format = centre
                                    maxWidth = 55
                                    maxHeight = 24
                                    fixedsize = yes
                                    alwaystransparent = yes
                                }

                                containerWindowType = {
                                    name = "change_amount"
                                    position = { x = 73 y = 8 }

                                    buttonType = {
                                        name = "increase_leased_dockyards"
                                        spriteType = "GFX_md_collapse_button"
                                        frame = 2
                                        position = { x = 1 y = 0 }
                                    }

                                    buttonType = {
                                        name = "decrease_leased_dockyards"
                                        spriteType = "GFX_md_collapse_button"
                                        frame = 1
                                        position = { x = 0 y = 12 }
                                    }
                                }
                            }

                            # containerWindowType = {
                            #     name = "lease_agriculture_districts"
                            #     position = { x = 115 y =50 }
                            #     size = { width=100 height=42 }

                            #     background = {
                            #         name = "Background"
                            #         quadTextureSprite ="GFX_MD_tiled_window1"
                            #     }

                            #     iconType = {
                            #         name ="Box"
                            #         spriteType = "GFX_generic_box_small"
                            #         position = { x = 6 y = 8 }
                            #         alwaystransparent = yes
                            #     }

                            #     iconType = {
                            #         name = "Icon"
                            #         spriteType = "GFX_buildings_strip"
                            #         frame = 33
                            #         position = { x = 6 y = 6 }
                            #         alwaystransparent = yes
                            #     }

                            #     instantTextBoxType = {
                            #         name = "amount"
                            #         position = { x = 30 y = 11 }
                            #         font = "hoi_18mbs"
                            #         text = "[?leased_agriculture_districts]"
                            #         format = centre
                            #         maxWidth = 55
                            #         maxHeight = 24
                            #         fixedsize = yes
                            #         alwaystransparent = yes
                            #     }

                            #     containerWindowType = {
                            #         name = "change_amount"
                            #         position = { x = 73 y = 8 }

                            #         buttonType = {
                            #             name = "increase_leased_agriculture_districts"
                            #             spriteType = "GFX_md_collapse_button"
                            #             frame = 2
                            #             position = { x = 1 y = 0 }
                            #         }

                            #         buttonType = {
                            #             name = "decrease_leased_agriculture_districts"
                            #             spriteType = "GFX_md_collapse_button"
                            #             frame = 1
                            #             position = { x = 0 y = 12 }
                            #         }
                            #     }
                            # }
                        }
                    }

                    containerWindowType = {
                        name = "economic_projects_construction"
                        position = { x = 0 y = 160 }
                        size = { width=100% height=80 }

                        containerWindowType = {
                            name = "economic_projects_leasing_header"
                            position = { x = 0 y = 0 }
                            size = { width=100% height=50 }

                            background = {
                                name = "Background"
                                quadTextureSprite ="GFX_MD_tiled_window1"
                                pdx_tooltip = "CONSTRUCTION_BACKGROUND_TOOLTIP"
                            }

                            iconType = {
                                name = "icon"
                                position = { x = 5 y = 5 }
                                alwaystransparent = yes
                                quadTextureSprite = "GFX_shared_constructions"
                            }

                            instantTextboxType = {
                                name = "text"
                                position = { x = 50 y = 8 }
                                font = "hoi_30header"
                                text = "CONSTRUCTION_TITLE"
                                maxWidth = 160
                                maxHeight = 10
                                format = left
                                alwaystransparent = yes
                            }
                        }

                        containerWindowType = {
                            name = "economic_projects_construction_btn"
                            position = { x = 15 y = 56 }
                            size = { width=100% height=200 }

                            buttonType = {
                                name = "arms_industry_stipends"
                                position = { x = 0 y = 0 }
                                spriteType = "GFX_buildings_strip"
                                frame = 2
                                scale = 0.72
                                pdx_tooltip = "arms_industry_stipends_tt"
                                pdx_tooltip_delayed = "arms_industry_stipends_delayed_tt"
                            }
                            iconType = {
                                name = "arms_industry_stipends_glow"
                                spriteType = "GFX_building_icon_glow"
                                position = { x = 0 y = -1 }
                            }
                            buttonType = {
                                name = "industrial_projects"
                                position = { x = 35 y = 0 }
                                spriteType = "GFX_buildings_strip"
                                frame = 1
                                scale = 0.72
                                pdx_tooltip = "industrial_projects_tt"
                                pdx_tooltip_delayed = "industrial_projects_delayed_tt"
                            }
                            iconType = {
                                name = "industrial_projects_glow"
                                spriteType = "GFX_building_icon_glow"
                                position = { x = 35 y = -1 }
                            }
                            buttonType = {
                                name = "retool_shipyards"
                                position = { x = 70 y = 0 }
                                spriteType = "GFX_buildings_strip"
                                frame = 4
                                scale = 0.72
                                pdx_tooltip = "retool_shipyards_tt"
                                pdx_tooltip_delayed = "retool_shipyards_delayed_tt"
                            }
                            iconType = {
                                name = "retool_shipyards_glow"
                                spriteType = "GFX_building_icon_glow"
                                position = { x = 70 y = -1 }
                            }
                            buttonType = {
                                name = "infrastructure_investiture"
                                position = { x = 105 y = 0 }
                                spriteType = "GFX_buildings_strip"
                                frame = 3
                                scale = 0.72
                                pdx_tooltip = "infrastructure_investiture_tt"
                                pdx_tooltip_delayed = "infrastructure_investiture_delayed_tt"
                            }
                            iconType = {
                                name = "infrastructure_investiture_glow"
                                spriteType = "GFX_building_icon_glow"
                                position = { x = 105 y = -1 }
                            }
                            buttonType = {
                                name = "service_constructions"
                                position = { x = 140 y = 0 }
                                spriteType = "GFX_buildings_strip"
                                frame = 35
                                scale = 0.72
                                pdx_tooltip = "service_constructions_tt"
                                pdx_tooltip_delayed = "service_constructions_delayed_tt"
                            }
                            iconType = {
                                name = "service_constructions_glow"
                                spriteType = "GFX_building_icon_glow"
                                position = { x = 140 y = -1 }
                            }
                            buttonType = {
                                name = "agro_industrial_expansion"
                                position = { x = 0 y = 35 }
                                spriteType = "GFX_buildings_strip"
                                frame = 33
                                scale = 0.72
                                pdx_tooltip = "agro_industrial_expansion_tt"
                                pdx_tooltip_delayed = "agro_industrial_expansion_delayed_tt"
                            }
                            iconType = {
                                name = "agro_industrial_expansion_glow"
                                spriteType = "GFX_building_icon_glow"
                                position = { x = 0 y = 34 }
                            }
                            buttonType = {
                                name = "advanced_manufacturing"
                                position = { x = 35 y = 35 }
                                spriteType = "GFX_buildings_strip"
                                frame = 36
                                scale = 0.72
                                pdx_tooltip = "advanced_manufacturing_tt"
                                pdx_tooltip_delayed = "advanced_manufacturing_delayed_tt"
                            }
                            iconType = {
                                name = "advanced_manufacturing_glow"
                                spriteType = "GFX_building_icon_glow"
                                position = { x = 35 y = 34 }
                            }
                            buttonType = {
                                name = "energy_grid_modernization"
                                position = { x = 70 y = 35 }
                                spriteType = "GFX_buildings_strip"
                                frame = 30
                                scale = 0.72
                                pdx_tooltip = "energy_grid_modernization_tt"
                                pdx_tooltip_delayed = "energy_grid_modernization_delayed_tt"
                            }
                            iconType = {
                                name = "energy_grid_modernization_glow"
                                spriteType = "GFX_building_icon_glow"
                                position = { x = 70 y = 34 }
                            }
                            buttonType = {
                                name = "strategic_defense_infrastructure"
                                position = { x = 105 y = 35 }
                                spriteType = "GFX_buildings_strip"
                                frame = 7
                                scale = 0.72
                                pdx_tooltip = "strategic_defense_infrastructure_tt"
                                pdx_tooltip_delayed = "strategic_defense_infrastructure_delayed_tt"
                            }
                            iconType = {
                                name = "strategic_defense_infrastructure_glow"
                                spriteType = "GFX_building_icon_glow"
                                position = { x = 105 y = 34 }
                            }
                            buttonType = {
                                name = "strategic_rd_sites"
                                position = { x = 140 y = 35 }
                                spriteType = "GFX_buildings_strip"
                                frame = 20
                                scale = 0.72
                                pdx_tooltip = "strategic_rd_sites_tt"
                                pdx_tooltip_delayed = "strategic_rd_sites_delayed_tt"
                            }
                            iconType = {
                                name = "strategic_rd_sites_glow"
                                spriteType = "GFX_building_icon_glow"
                                position = { x = 140 y = 34 }
                            }
                        }
                    }
                }

                containerWindowType = {
                    name = "workforce_container"
                    position = { x = 0 y = 577 }
                    size = { width=678 height=100%% }

                    background = {
                        name = "Background"
                        quadTextureSprite ="GFX_MD_tiled_window1"
                    }

                    instantTextboxType = {
                        name = "title"
                        position = { x = 15 y = 15 }
                        font = "hoi_30header"
                        borderSize = { x = 0 y = 0 }
                        text = "WORKFORCE_TITLE"
                        maxWidth = 300
                        maxHeight = 40
                        format = LEFT
                        #alwaystransparent = yes
                        fixedsize=yes
                    }

                    containerWindowType = {
                        name = "workforce_stats"
                        position = { x=10 y=58 }
                        size = { width = 235 height = 233 }

                        background = {
                            name = "Background"
                            quadTextureSprite ="GFX_MD_tiled_window1"
                        }

                        # instantTextboxType = {
                        #     name = "title"
                        #     position = { x = 2 y = 0 }
                        #     font = "hoi_30header"
                        #     borderSize = { x = 0 y = 0 }
                        #     text = "EMPLYMENT_STATS_TITLE"
                        #     maxWidth = 200
                        #     maxHeight = 40
                        #     format = LEFT
                        #     #alwaystransparent = yes
                        #     fixedsize=yes
                        # }

                        containerWindowType = {
                            name = "unemployment_treshold_container"
                            position = { x=7 y=8 }
                            size = { width = 300 height = 200 }

                            background = {
                                name = "Background"
                                quadTextureSprite ="GFX_md_generic_box_220x40"
                            }

                            instantTextboxType = {
                                name = "title"
                                position = { x = 5 y = 0 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "UNEMPLOYMENT_THRESHOLD_TITLE"
                                maxWidth = 160
                                maxHeight = 80
                                format = LEFT
                                #alwaystransparent = yes
                                fixedsize=yes
                                pdx_tooltip = "UNEMPLOYMENT_THRESHOLD_TT"
                            }

                            instantTextboxType = {
                                name = "value"
                                position = { x = 133 y = 15 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "UNEMPLOYMENT_THRESHOLD_VALUE"
                                maxWidth = 80
                                maxHeight = 40
                                format = RIGHT
                                #alwaystransparent = yes
                                fixedsize=yes
                                pdx_tooltip = "UNEMPLOYMENT_THRESHOLD_TT"
                            }
                        }
                        
                        containerWindowType = {
                            name = "unemployment_container"
                            position = { x=7 y=53 }
                            size = { width = 300 height = 200 }

                            background = {
                                name = "Background"
                                quadTextureSprite ="GFX_md_generic_box_220x40"
                            }

                            instantTextboxType = {
                                name = "title"
                                position = { x = 5 y = 9 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "UNEMPLOYMENT_RATE_TITLE"
                                maxWidth = 160
                                maxHeight = 40
                                format = LEFT
                                #alwaystransparent = yes
                                fixedsize=yes
                                pdx_tooltip = "EMPLOYMENT_TOOLTIP"
                                pdx_tooltip_delayed = "EMPLOYMENT_TOOLTIP_DELAYED"
                            }

                            instantTextboxType = {
                                name = "value"
                                position = { x = 133 y = 15 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "UNEMPLOYMENT_RATE_VALUE"
                                maxWidth = 80
                                maxHeight = 40
                                format = RIGHT
                                #alwaystransparent = yes
                                fixedsize=yes
                                pdx_tooltip = "EMPLOYMENT_TOOLTIP"
                                pdx_tooltip_delayed = "EMPLOYMENT_TOOLTIP_DELAYED"
                            }
                        }

                        containerWindowType = {
                            name = "average_worker_fullfillment_container"
                            position = { x=7 y=98 }
                            size = { width = 300 height = 200 }

                            background = {
                                name = "Background"
                                quadTextureSprite ="GFX_md_generic_box_220x40"
                            }

                            instantTextboxType = {
                                name = "title"
                                position = { x = 5 y = -1 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "WORKERS_FULLFILLMENT_TITLE"
                                maxWidth = 140
                                maxHeight = 80
                                format = LEFT
                                #alwaystransparent = yes
                                fixedsize=yes
                                pdx_tooltip = "EMPLOYMENT_AVERAGE_TT"
                                pdx_tooltip_delayed = "EMPLOYMENT_AVERAGE_TT_DELAYED"
                            }

                            instantTextboxType = {
                                name = "value"
                                position = { x = 133 y = 15 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "WORKERS_FULLFILLMENT_VALUE"
                                maxWidth = 80
                                maxHeight = 40
                                format = RIGHT
                                #alwaystransparent = yes
                                fixedsize=yes
                                pdx_tooltip = "EMPLOYMENT_AVERAGE_TT"
                                pdx_tooltip_delayed = "EMPLOYMENT_AVERAGE_TT_DELAYED"
                            }
                        }

                        containerWindowType = {
                            name = "max_migration_rate_container"
                            position = { x=7 y=143 }
                            size = { width = 300 height = 200 }

                            background = {
                                name = "Background"
                                quadTextureSprite ="GFX_md_generic_box_220x40"
                            }

                            instantTextboxType = {
                                name = "title"
                                position = { x = 5 y = -1 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "MAX_MIGRATION_RATE_TITLE"
                                maxWidth = 120
                                maxHeight = 80
                                format = LEFT
                                #alwaystransparent = yes
                                fixedsize=yes
                                pdx_tooltip = "MAXIMUM_MIGRATION_RATE_TT"
                                pdx_tooltip_delayed = "MAXIMUM_MIGRATION_RATE_TT_DELAYED"
                            }

                            instantTextboxType = {
                                name = "value"
                                position = { x = 133 y = 15 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "MAX_MIGRATION_RATE_VALUE"
                                maxWidth = 80
                                maxHeight = 40
                                format = RIGHT
                                #alwaystransparent = yes
                                fixedsize=yes
                                pdx_tooltip = "MAXIMUM_MIGRATION_RATE_TT"
                                pdx_tooltip_delayed = "MAXIMUM_MIGRATION_RATE_TT_DELAYED"
                            }
                        }

                        containerWindowType = {
                            name = "migration_rate_container"
                            position = { x=7 y=187 }
                            size = { width = 300 height = 200 }

                            background = {
                                name = "Background"
                                quadTextureSprite ="GFX_md_generic_box_220x40"
                            }

                            instantTextboxType = {
                                name = "title"
                                position = { x = 5 y = -1 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "MIGRATION_RATE_TITLE"
                                maxWidth = 130
                                maxHeight = 80
                                format = LEFT
                                #alwaystransparent = yes
                                fixedsize=yes
                                pdx_tooltip = "NET_MIGRATION_RATE_TT"
                                pdx_tooltip_delayed = "NET_MIGRATION_RATE_TT_DELAYED"
                            }

                            instantTextboxType = {
                                name = "value"
                                position = { x = 133 y = 15 }
                                font = "hoi_20bs"
                                borderSize = { x = 0 y = 0 }
                                text = "MIGRATION_RATE_VALUE"
                                maxWidth = 80
                                maxHeight = 40
                                format = RIGHT
                                #alwaystransparent = yes
                                fixedsize=yes
                                pdx_tooltip = "NET_MIGRATION_RATE_TT"
                                pdx_tooltip_delayed = "NET_MIGRATION_RATE_TT_DELAYED"
                            }
                        }
                    }

                    containerWindowType = {
                        name = "emplyment_change_container"
                        position = { x = 248 y = 58 }
                        size = { width = 420 height = 233 }
                        margin = { left = 8 top = 10 }

                        background = {
                            name = "Background"
                            quadTextureSprite ="GFX_MD_tiled_window1"
                        }

                        instantTextboxType = {
                            name = "title"
                            position = { x = 6 y = 0 }
                            font = "hoi_30header"
                            borderSize = { x = 0 y = 0 }
                            text = "EMPLYMENT_CHANGE_TITLE"
                            maxWidth = 280
                            maxHeight = 40
                            format = left
                            #alwaystransparent = yes
                            fixedsize=yes
                        }

                        containerWindowType = {
                            name = "employment_change_civ"
                            position = { x = 0 y =35 }
                            size = { width=135 height=58 }

                            background = {
                                name = "Background"
                                quadTextureSprite ="GFX_MD_tiled_window1"
                            }

                            iconType = {
                                name ="Box"
                                spriteType = "GFX_generic_box_small"
                                position = { x = 23 y = 24 }
                                pdx_tooltip = "EMPLOYMENT_CHANGE_CIV_TT"
                                pdx_tooltip = "EMPLOYMENT_CHANGE_CIV_TT_DELAYED"
                            }

                            iconType = {
                                name = "Icon"
                                spriteType = "GFX_buildings_strip"
                                frame = 1
                                scale = 0.61
                                position = { x = 22 y = 23 }
                                alwaystransparent = yes
                            }

                            instantTextBoxType = {
                                name = "amount"
                                position = { x = 42 y = 27 }
                                font = "hoi_18mbs"
                                text = "[?civilian_factory_employment_var|.0%]"
                                format = centre
                                maxWidth = 55
                                maxHeight = 24
                                fixedsize = yes
                                alwaystransparent = yes
                            }

                            instantTextBoxType = {
                                name = "title"
                                position = { x = 3 y = 4 }
                                font = "hoi_18mbs"
                                text = "EMPLOYMENT_CHANGE_CIV"
                                format = center
                                maxWidth = 130
                                maxHeight = 24
                                fixedsize = yes
                                pdx_tooltip = "EMPLOYMENT_CHANGE_CIV_TT"
                                pdx_tooltip = "EMPLOYMENT_CHANGE_CIV_TT_DELAYED"
                            }

                            containerWindowType = {
                                name = "change_amount"
                                position = { x = 90 y = 23 }

                                buttonType = {
                                    name = "increase_employment_civilian_factories"
                                    spriteType = "GFX_md_collapse_button"
                                    frame = 2
                                    position = { x = 1 y = 0 }
                                    pdx_tooltip = CHANGE_EMPLOYMENT_INCREASE_TT
                                }

                                buttonType = {
                                    name = "decrease_employment_civilian_factories"
                                    spriteType = "GFX_md_collapse_button"
                                    frame = 1
                                    position = { x = 0 y = 12 }
                                    pdx_tooltip = CHANGE_EMPLOYMENT_DECREASE_TT
                                }
                            }
                        }

                        containerWindowType = {
                            name = "employment_change_mil"
                            position = { x = 135 y =35 }
                            size = { width=135 height=58 }

                            background = {
                                name = "Background"
                                quadTextureSprite ="GFX_MD_tiled_window1"
                            }

                            iconType = {
                                name ="Box"
                                spriteType = "GFX_generic_box_small"
                                position = { x = 23 y = 24 }
                                pdx_tooltip = "EMPLOYMENT_CHANGE_MIL_TT"
                                pdx_tooltip = "EMPLOYMENT_CHANGE_MIL_TT_DELAYED"
                            }

                            iconType = {
                                name = "Icon"
                                spriteType = "GFX_buildings_strip"
                                frame = 2
                                scale = 0.61
                                position = { x = 22 y = 23 }
                                alwaystransparent = yes
                            }

                            instantTextBoxType = {
                                name = "amount"
                                position = { x = 42 y = 27 }
                                font = "hoi_18mbs"
                                text = "[?military_factory_employment_var|.0%]"
                                format = centre
                                maxWidth = 55
                                maxHeight = 24
                                fixedsize = yes
                                alwaystransparent = yes
                            }

                            instantTextBoxType = {
                                name = "title"
                                position = { x = 3 y = 4 }
                                font = "hoi_18mbs"
                                text = "EMPLOYMENT_CHANGE_MIL"
                                format = center
                                maxWidth = 130
                                maxHeight = 24
                                fixedsize = yes
                                pdx_tooltip = "EMPLOYMENT_CHANGE_MIL_TT"
                                pdx_tooltip = "EMPLOYMENT_CHANGE_MIL_TT_DELAYED"
                            }

                            containerWindowType = {
                                name = "change_amount"
                                position = { x = 90 y = 23 }

                                buttonType = {
                                    name = "increase_employment_military_factories"
                                    spriteType = "GFX_md_collapse_button"
                                    frame = 2
                                    position = { x = 1 y = 0 }
                                    pdx_tooltip = CHANGE_EMPLOYMENT_INCREASE_TT
                                }

                                buttonType = {
                                    name = "decrease_employment_military_factories"
                                    spriteType = "GFX_md_collapse_button"
                                    frame = 1
                                    position = { x = 0 y = 12 }
                                    pdx_tooltip = CHANGE_EMPLOYMENT_DECREASE_TT
                                }
                            }
                        }

                        containerWindowType = {
                            name = "employment_change_offices"
                            position = { x = 270 y =35 }
                            size = { width=135 height=58 }

                            background = {
                                name = "Background"
                                quadTextureSprite ="GFX_MD_tiled_window1"
                            }

                            iconType = {
                                name ="Box"
                                spriteType = "GFX_generic_box_small"
                                position = { x = 23 y = 24 }
                                pdx_tooltip = "EMPLOYMENT_CHANGE_OFFICES_TT"
                                pdx_tooltip = "EMPLOYMENT_CHANGE_OFFICES_TT_DELAYED"
                            }

                            iconType = {
                                name = "Icon"
                                spriteType = "GFX_buildings_strip"
                                frame = 35
                                scale = 0.61
                                position = { x = 22 y = 23 }
                                alwaystransparent = yes
                            }

                            instantTextBoxType = {
                                name = "amount"
                                position = { x = 42 y = 27 }
                                font = "hoi_18mbs"
                                text = "[?ROOT.office_employment_var|.0%]"
                                format = centre
                                maxWidth = 55
                                maxHeight = 24
                                fixedsize = yes
                                alwaystransparent = yes
                            }

                            instantTextBoxType = {
                                name = "title"
                                position = { x = 3 y = 4 }
                                font = "hoi_18mbs"
                                text = "EMPLOYMENT_CHANGE_OFFICES"
                                format = center
                                maxWidth = 130
                                maxHeight = 24
                                fixedsize = yes
                                pdx_tooltip = "EMPLOYMENT_CHANGE_OFFICES_TT"
                                pdx_tooltip = "EMPLOYMENT_CHANGE_OFFICES_TT_DELAYED"
                            }

                            containerWindowType = {
                                name = "change_amount"
                                position = { x = 90 y = 23 }

                                buttonType = {
                                    name = "increase_employment_offices"
                                    spriteType = "GFX_md_collapse_button"
                                    frame = 2
                                    position = { x = 1 y = 0 }
                                    pdx_tooltip = CHANGE_EMPLOYMENT_INCREASE_TT
                                }

                                buttonType = {
                                    name = "decrease_employment_offices"
                                    spriteType = "GFX_md_collapse_button"
                                    frame = 1
                                    position = { x = 0 y = 12 }
                                    pdx_tooltip = CHANGE_EMPLOYMENT_DECREASE_TT
                                }
                            }
                        }

                        containerWindowType = {
                            name = "employment_change_shipyards"
                            position = { x = 0 y =95 }
                            size = { width=135 height=58 }

                            background = {
                                name = "Background"
                                quadTextureSprite ="GFX_MD_tiled_window1"
                            }

                            iconType = {
                                name ="Box"
                                spriteType = "GFX_generic_box_small"
                                position = { x = 23 y = 24 }
                                pdx_tooltip = "EMPLOYMENT_CHANGE_SHIPYARD_TT"
                                pdx_tooltip = "EMPLOYMENT_CHANGE_SHIPYARD_TT_DELAYED"
                            }

                            iconType = {
                                name = "Icon"
                                spriteType = "GFX_buildings_strip"
                                frame = 4
                                scale = 0.61
                                position = { x = 22 y = 23 }
                                alwaystransparent = yes
                            }

                            instantTextBoxType = {
                                name = "amount"
                                position = { x = 42 y = 27 }
                                font = "hoi_18mbs"
                                text = "[?ROOT.naval_factory_employment_var|.0%]"
                                format = centre
                                maxWidth = 55
                                maxHeight = 24
                                fixedsize = yes
                                alwaystransparent = yes
                            }

                            instantTextBoxType = {
                                name = "title"
                                position = { x = 3 y = 4 }
                                font = "hoi_18mbs"
                                text = "EMPLOYMENT_CHANGE_SHIPYARD"
                                format = center
                                maxWidth = 130
                                maxHeight = 24
                                fixedsize = yes
                                pdx_tooltip = "EMPLOYMENT_CHANGE_SHIPYARD_TT"
                                pdx_tooltip = "EMPLOYMENT_CHANGE_SHIPYARD_TT_DELAYED"
                            }

                            containerWindowType = {
                                name = "change_amount"
                                position = { x = 90 y = 23 }

                                buttonType = {
                                    name = "increase_employment_dockyards"
                                    spriteType = "GFX_md_collapse_button"
                                    frame = 2
                                    position = { x = 1 y = 0 }
                                    pdx_tooltip = CHANGE_EMPLOYMENT_INCREASE_TT
                                }

                                buttonType = {
                                    name = "decrease_employment_dockyards"
                                    spriteType = "GFX_md_collapse_button"
                                    frame = 1
                                    position = { x = 0 y = 12 }
                                    pdx_tooltip = CHANGE_EMPLOYMENT_DECREASE_TT
                                }
                            }
                        }

                        containerWindowType = {
                            name = "employment_change_agriculture"
                            position = { x = 135 y =95 }
                            size = { width=135 height=58 }

                            background = {
                                name = "Background"
                                quadTextureSprite ="GFX_MD_tiled_window1"
                            }

                            iconType = {
                                name ="Box"
                                spriteType = "GFX_generic_box_small"
                                position = { x = 23 y = 24 }
                                pdx_tooltip = "EMPLOYMENT_CHANGE_AGRICULTURE_TT"
                                pdx_tooltip = "EMPLOYMENT_CHANGE_AGRICULTURE_TT_DELAYED"
                            }

                            iconType = {
                                name = "Icon"
                                spriteType = "GFX_buildings_strip"
                                frame = 33
                                scale = 0.61
                                position = { x = 22 y = 23 }
                                alwaystransparent = yes
                            }

                            instantTextBoxType = {
                                name = "amount"
                                position = { x = 42 y = 27 }
                                font = "hoi_18mbs"
                                text = "[?ROOT.agriculture_district_employment_var|.0%]"
                                format = centre
                                maxWidth = 55
                                maxHeight = 24
                                fixedsize = yes
                                alwaystransparent = yes
                            }

                            instantTextBoxType = {
                                name = "title"
                                position = { x = 3 y = 4 }
                                font = "hoi_18mbs"
                                text = "EMPLOYMENT_CHANGE_AGRICULTURE"
                                format = center
                                maxWidth = 130
                                maxHeight = 24
                                fixedsize = yes
                                pdx_tooltip = "EMPLOYMENT_CHANGE_AGRICULTURE_TT"
                                pdx_tooltip = "EMPLOYMENT_CHANGE_AGRICULTURE_TT_DELAYED"
                            }

                            containerWindowType = {
                                name = "change_amount"
                                position = { x = 90 y = 23 }

                                buttonType = {
                                    name = "increase_employment_agriculture"
                                    spriteType = "GFX_md_collapse_button"
                                    frame = 2
                                    position = { x = 1 y = 0 }
                                    pdx_tooltip = CHANGE_EMPLOYMENT_INCREASE_TT
                                }

                                buttonType = {
                                    name = "decrease_employment_agriculture"
                                    spriteType = "GFX_md_collapse_button"
                                    frame = 1
                                    position = { x = 0 y = 12 }
                                    pdx_tooltip = CHANGE_EMPLOYMENT_DECREASE_TT
                                }
                            }
                        }

                        containerWindowType = {
                            name = "employment_change_refineries"
                            position = { x = 270 y =95 }
                            size = { width=135 height=58 }

                            background = {
                                name = "Background"
                                quadTextureSprite ="GFX_MD_tiled_window1"
                            }

                            iconType = {
                                name ="Box"
                                spriteType = "GFX_generic_box_small"
                                position = { x = 23 y = 24 }
                                pdx_tooltip = "EMPLOYMENT_CHANGE_REFINERIES_TT"
                                pdx_tooltip = "EMPLOYMENT_CHANGE_REFINERIES_TT_DELAYED"
                            }

                            iconType = {
                                name = "Icon"
                                spriteType = "GFX_buildings_strip"
                                frame = 38
                                scale = 0.61
                                position = { x = 22 y = 23 }
                                alwaystransparent = yes
                            }

                            instantTextBoxType = {
                                name = "amount"
                                position = { x = 42 y = 27 }
                                font = "hoi_18mbs"
                                text = "[?ROOT.synthetic_refinery_employment_var|.0%]"
                                format = centre
                                maxWidth = 55
                                maxHeight = 24
                                fixedsize = yes
                                alwaystransparent = yes
                            }

                            instantTextBoxType = {
                                name = "title"
                                position = { x = 3 y = 4 }
                                font = "hoi_18mbs"
                                text = "EMPLOYMENT_CHANGE_REFINERIES"
                                format = center
                                maxWidth = 130
                                maxHeight = 24
                                fixedsize = yes
                                pdx_tooltip = "EMPLOYMENT_CHANGE_REFINERIES_TT"
                                pdx_tooltip = "EMPLOYMENT_CHANGE_REFINERIES_TT_DELAYED"
                            }

                            containerWindowType = {
                                name = "change_amount"
                                position = { x = 90 y = 23 }

                                buttonType = {
                                    name = "increase_employment_refineries"
                                    spriteType = "GFX_md_collapse_button"
                                    frame = 2
                                    position = { x = 1 y = 0 }
                                    pdx_tooltip = CHANGE_EMPLOYMENT_INCREASE_TT
                                }

                                buttonType = {
                                    name = "decrease_employment_refineries"
                                    spriteType = "GFX_md_collapse_button"
                                    frame = 1
                                    position = { x = 0 y = 12 }
                                    pdx_tooltip = CHANGE_EMPLOYMENT_DECREASE_TT
                                }
                            }
                        }

                        containerWindowType = {
                            name = "employment_civilian_microchips"
                            position = { x = 0 y =155 }
                            size = { width=135 height=58 }

                            background = {
                                name = "Background"
                                quadTextureSprite ="GFX_MD_tiled_window1"
                            }

                            iconType = {
                                name ="Box"
                                spriteType = "GFX_generic_box_small"
                                position = { x = 23 y = 24 }
                                pdx_tooltip = "EMPLOYMENT_CHANGE_MICROCHIPS_TT"
                                pdx_tooltip = "EMPLOYMENT_CHANGE_MICROCHIPS_TT_DELAYED"
                            }

                            iconType = {
                                name = "Icon"
                                spriteType = "GFX_buildings_strip"
                                frame = 36
                                scale = 0.61
                                position = { x = 22 y = 23 }
                                alwaystransparent = yes
                            }

                            instantTextBoxType = {
                                name = "amount"
                                position = { x = 42 y = 27 }
                                font = "hoi_18mbs"
                                text = "[?microchip_plant_employment_var|.0%]"
                                format = centre
                                maxWidth = 55
                                maxHeight = 24
                                fixedsize = yes
                                alwaystransparent = yes
                            }

                            instantTextBoxType = {
                                name = "title"
                                position = { x = 3 y = 4 }
                                font = "hoi_18mbs"
                                text = "EMPLOYMENT_CHANGE_MICROCHIPS"
                                format = center
                                maxWidth = 130
                                maxHeight = 24
                                fixedsize = yes
                                pdx_tooltip = "EMPLOYMENT_CHANGE_MICROCHIPS_TT"
                                pdx_tooltip = "EMPLOYMENT_CHANGE_MICROCHIPS_TT_DELAYED"
                            }

                            containerWindowType = {
                                name = "change_amount"
                                position = { x = 90 y = 23 }

                                buttonType = {
                                    name = "increase_employment_microchips"
                                    spriteType = "GFX_md_collapse_button"
                                    frame = 2
                                    position = { x = 1 y = 0 }
                                    pdx_tooltip = CHANGE_EMPLOYMENT_INCREASE_TT
                                }

                                buttonType = {
                                    name = "decrease_employment_microchips"
                                    spriteType = "GFX_md_collapse_button"
                                    frame = 1
                                    position = { x = 0 y = 12 }
                                    pdx_tooltip = CHANGE_EMPLOYMENT_DECREASE_TT
                                }
                            }
                        }

                        containerWindowType = {
                            name = "employment_civilian_composites"
                            position = { x = 135 y =155 }
                            size = { width=135 height=58 }

                            background = {
                                name = "Background"
                                quadTextureSprite ="GFX_MD_tiled_window1"
                            }

                            iconType = {
                                name ="Box"
                                spriteType = "GFX_generic_box_small"
                                position = { x = 23 y = 24 }
                                pdx_tooltip = "EMPLOYMENT_CHANGE_COMPOSITE_TT"
                                pdx_tooltip = "EMPLOYMENT_CHANGE_COMPOSITE_TT_DELAYED"
                            }

                            iconType = {
                                name = "Icon"
                                spriteType = "GFX_buildings_strip"
                                frame = 37
                                scale = 0.61
                                position = { x = 22 y = 23 }
                                alwaystransparent = yes
                            }

                            instantTextBoxType = {
                                name = "amount"
                                position = { x = 42 y = 27 }
                                font = "hoi_18mbs"
                                text = "[?composite_plant_employment_var|.0%]"
                                format = centre
                                maxWidth = 55
                                maxHeight = 24
                                fixedsize = yes
                                alwaystransparent = yes
                            }

                            instantTextBoxType = {
                                name = "title"
                                position = { x = 3 y = 4 }
                                font = "hoi_18mbs"
                                text = "EMPLOYMENT_CHANGE_COMPOSITE"
                                format = center
                                maxWidth = 130
                                maxHeight = 24
                                fixedsize = yes
                                pdx_tooltip = "EMPLOYMENT_CHANGE_COMPOSITE_TT"
                                pdx_tooltip = "EMPLOYMENT_CHANGE_COMPOSITE_TT_DELAYED"
                            }

                            containerWindowType = {
                                name = "change_amount"
                                position = { x = 90 y = 23 }

                                buttonType = {
                                    name = "increase_employment_composites"
                                    spriteType = "GFX_md_collapse_button"
                                    frame = 2
                                    position = { x = 1 y = 0 }
                                    pdx_tooltip = CHANGE_EMPLOYMENT_INCREASE_TT
                                }

                                buttonType = {
                                    name = "decrease_employment_composites"
                                    spriteType = "GFX_md_collapse_button"
                                    frame = 1
                                    position = { x = 0 y = 12 }
                                    pdx_tooltip = CHANGE_EMPLOYMENT_DECREASE_TT
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}