guiTypes = {
	containerWindowType = {
		name = "MD_automation_settings_topbar_button"
		position = { x = 72 y = 410 }

		buttonType = {
			name = "MD_automation_settings_open_button"
			position = { x = 0 y = 0 }
			spriteType = "GFX_theater_group_settings_btn"
			clicksound = click_default
			pdx_tooltip = "AUTOMATION_SETTINGS_OPEN_TT"
			scale = 0.9
		}
	}

	containerWindowType = {
		name = "MD_automation_settings_panel"
		position = { x = 551 y = 2 }
		size = { width = 710 height = 560 }
		clipping = no
		show_sound = open_sub_window

		background = {
			name = "background"
			quadTextureSprite = "GFX_MD_tiled_window1_close"
		}

		instantTextboxType = {
			name = "title"
			position = { x = 20 y = 14 }
			font = "hoi_24header"
			text = "AUTOMATION_SETTINGS_TITLE"
			maxWidth = 350
			maxHeight = 30
			fixedsize = yes
			format = left
		}

		instantTextboxType = {
			name = "automation_pp_reserve_label"
			position = { x = 390 y = 14 }
			font = "hoi_16mbs"
			text = "AUTOMATION_SETTINGS_PP_RESERVE"
			maxWidth = 145
			maxHeight = 20
			fixedsize = yes
			format = right
			pdx_tooltip = "AUTOMATION_SETTINGS_PP_RESERVE_TT"
		}

		instantTextboxType = {
			name = "automation_pp_reserve_value"
			position = { x = 540 y = 14 }
			font = "hoi_16mbs"
			text = "AUTOMATION_SETTINGS_PP_RESERVE_VALUE"
			maxWidth = 45
			maxHeight = 20
			fixedsize = yes
			format = center
			pdx_tooltip = "AUTOMATION_SETTINGS_PP_RESERVE_TT"
		}

		buttonType = {
			name = "automation_pp_reserve_plus_button"
			position = { x = 590 y = 8 }
			spriteType = "GFX_small_plus_button"
			clicksound = click_default
			pdx_tooltip = "AUTOMATION_SETTINGS_PP_RESERVE_PLUS_TT"
		}

		buttonType = {
			name = "automation_pp_reserve_minus_button"
			position = { x = 590 y = 22 }
			spriteType = "GFX_small_minus_button"
			clicksound = click_default
			pdx_tooltip = "AUTOMATION_SETTINGS_PP_RESERVE_MINUS_TT"
		}

		instantTextboxType = {
			name = "description"
			position = { x = 20 y = 48 }
			font = "hoi_16mbs"
			text = "AUTOMATION_SETTINGS_DESC"
			maxWidth = 650
			maxHeight = 40
			fixedsize = yes
			format = left
		}

		buttonType = {
			name = "automation_settings_close_button"
			position = { x = -38 y = 10 }
			quadTextureSprite = "GFX_closebutton"
			scale = 0.9
			shortcut = "ESCAPE"
			Orientation = "UPPER_RIGHT"
			clicksound = click_close
			pdx_tooltip = "CLOSE"
		}

		buttonType = {
			name = "automation_settings_general_page_button"
			position = { x = 20 y = 518 }
			quadTextureSprite = "GFX_sat_target_button"
			buttonFont = "hoi_16mbs"
			buttonText = "AUTOMATION_SETTINGS_GENERAL_PAGE"
			clicksound = click_default
		}

		buttonType = {
			name = "automation_settings_space_page_button"
			position = { x = 190 y = 518 }
			quadTextureSprite = "GFX_sat_target_button"
			buttonFont = "hoi_16mbs"
			buttonText = "AUTOMATION_SETTINGS_SPACE_PAGE"
			clicksound = click_default
		}

		buttonType = {
			name = "automation_settings_influence_page_button"
			position = { x = 360 y = 518 }
			quadTextureSprite = "GFX_sat_target_button"
			buttonFont = "hoi_16mbs"
			buttonText = "AUTOMATION_SETTINGS_INFLUENCE_PAGE"
			clicksound = click_default
		}

		buttonType = {
			name = "automation_settings_economy_page_button"
			position = { x = 530 y = 518 }
			quadTextureSprite = "GFX_sat_target_button"
			buttonFont = "hoi_16mbs"
			buttonText = "AUTOMATION_SETTINGS_ECONOMY_PAGE"
			clicksound = click_default
		}

		containerWindowType = {
			name = "automation_settings_left_column"
			position = { x = 20 y = 100 }
			size = { width = 330 height = 440 }

			instantTextboxType = {
				name = "notifications_header"
				position = { x = 0 y = 0 }
				font = "hoi_20b"
				text = "AUTOMATION_SETTINGS_NOTIFICATIONS_HEADER"
				maxWidth = 320
				maxHeight = 24
				fixedsize = yes
				format = left
			}

			buttonType = {
				name = "automation_corruption_checkbox"
				position = { x = 0 y = 34 }
				spriteType = "GFX_generic_checkbox_open"
				clicksound = click_checkbox
				pdx_tooltip = "AUTOMATION_SETTINGS_CORRUPTION_TT"
			}

			instantTextboxType = {
				name = "corruption_label"
				position = { x = 30 y = 38 }
				font = "hoi_16mbs"
				text = "AUTOMATION_SETTINGS_CORRUPTION"
				maxWidth = 290
				maxHeight = 20
				fixedsize = yes
				format = left
				pdx_tooltip = "AUTOMATION_SETTINGS_CORRUPTION_TT"
			}

			buttonType = {
				name = "automation_foreign_election_checkbox"
				position = { x = 0 y = 68 }
				spriteType = "GFX_generic_checkbox_open"
				clicksound = click_checkbox
				pdx_tooltip = "AUTOMATION_SETTINGS_FOREIGN_ELECTION_TT"
			}

			instantTextboxType = {
				name = "foreign_election_label"
				position = { x = 30 y = 72 }
				font = "hoi_16mbs"
				text = "AUTOMATION_SETTINGS_FOREIGN_ELECTION"
				maxWidth = 290
				maxHeight = 20
				fixedsize = yes
				format = left
				pdx_tooltip = "AUTOMATION_SETTINGS_FOREIGN_ELECTION_TT"
			}

			buttonType = {
				name = "automation_raid_notifications_checkbox"
				position = { x = 0 y = 102 }
				spriteType = "GFX_generic_checkbox_open"
				clicksound = click_checkbox
				pdx_tooltip = "AUTOMATION_SETTINGS_RAID_NOTIFICATIONS_TT"
			}

			instantTextboxType = {
				name = "raid_notifications_label"
				position = { x = 30 y = 106 }
				font = "hoi_16mbs"
				text = "AUTOMATION_SETTINGS_RAID_NOTIFICATIONS"
				maxWidth = 290
				maxHeight = 20
				fixedsize = yes
				format = left
				pdx_tooltip = "AUTOMATION_SETTINGS_RAID_NOTIFICATIONS_TT"
			}

			buttonType = {
				name = "automation_influence_report_checkbox"
				position = { x = 0 y = 136 }
				spriteType = "GFX_generic_checkbox_open"
				clicksound = click_checkbox
				pdx_tooltip = "AUTOMATION_SETTINGS_INFLUENCE_REPORT_TT"
			}

			instantTextboxType = {
				name = "influence_report_label"
				position = { x = 30 y = 140 }
				font = "hoi_16mbs"
				text = "AUTOMATION_SETTINGS_INFLUENCE_REPORT"
				maxWidth = 290
				maxHeight = 20
				fixedsize = yes
				format = left
				pdx_tooltip = "AUTOMATION_SETTINGS_INFLUENCE_REPORT_TT"
			}

			instantTextboxType = {
				name = "economy_header"
				position = { x = 0 y = 190 }
				font = "hoi_20b"
				text = "AUTOMATION_SETTINGS_ECONOMY_HEADER"
				maxWidth = 320
				maxHeight = 24
				fixedsize = yes
				format = left
			}

			buttonType = {
				name = "automation_investment_acceptance_checkbox"
				position = { x = 0 y = 224 }
				spriteType = "GFX_generic_checkbox_open"
				clicksound = click_checkbox
				pdx_tooltip = "AUTOMATION_SETTINGS_INVESTMENT_ACCEPTANCE_TT"
			}

			instantTextboxType = {
				name = "investment_acceptance_label"
				position = { x = 30 y = 228 }
				font = "hoi_16mbs"
				text = "AUTOMATION_SETTINGS_INVESTMENT_ACCEPTANCE"
				maxWidth = 290
				maxHeight = 20
				fixedsize = yes
				format = left
				pdx_tooltip = "AUTOMATION_SETTINGS_INVESTMENT_ACCEPTANCE_TT"
			}

			buttonType = {
				name = "automation_investment_rejection_checkbox"
				position = { x = 0 y = 252 }
				spriteType = "GFX_generic_checkbox_open"
				clicksound = click_checkbox
				pdx_tooltip = "AUTOMATION_SETTINGS_INVESTMENT_REJECTION_TT"
			}

			instantTextboxType = {
				name = "investment_rejection_label"
				position = { x = 30 y = 256 }
				font = "hoi_16mbs"
				text = "AUTOMATION_SETTINGS_INVESTMENT_REJECTION"
				maxWidth = 290
				maxHeight = 20
				fixedsize = yes
				format = left
				pdx_tooltip = "AUTOMATION_SETTINGS_INVESTMENT_REJECTION_TT"
			}

			instantTextboxType = {
				name = "reinvestment_label"
				position = { x = 0 y = 286 }
				font = "hoi_16mbs"
				text = "AUTOMATION_SETTINGS_REINVESTMENT"
				maxWidth = 320
				maxHeight = 20
				fixedsize = yes
				format = left
				pdx_tooltip = "AUTOMATION_SETTINGS_REINVESTMENT_TT"
			}

			buttonType = {
				name = "automation_reinvest_off_checkbox"
				position = { x = 10 y = 316 }
				spriteType = "GFX_generic_checkbox_open"
				clicksound = click_checkbox
				pdx_tooltip = "AUTOMATION_SETTINGS_REINVEST_OFF_TT"
			}

			instantTextboxType = {
				name = "reinvest_off_label"
				position = { x = 40 y = 320 }
				font = "hoi_16mbs"
				text = "AUTOMATION_SETTINGS_REINVEST_OFF"
				maxWidth = 55
				maxHeight = 20
				fixedsize = yes
				format = left
				pdx_tooltip = "AUTOMATION_SETTINGS_REINVEST_OFF_TT"
			}

			buttonType = {
				name = "automation_reinvest_full_checkbox"
				position = { x = 105 y = 316 }
				spriteType = "GFX_generic_checkbox_open"
				clicksound = click_checkbox
				pdx_tooltip = "AUTOMATION_SETTINGS_REINVEST_FULL_TT"
			}

			instantTextboxType = {
				name = "reinvest_full_label"
				position = { x = 135 y = 320 }
				font = "hoi_16mbs"
				text = "AUTOMATION_SETTINGS_REINVEST_FULL"
				maxWidth = 55
				maxHeight = 20
				fixedsize = yes
				format = left
				pdx_tooltip = "AUTOMATION_SETTINGS_REINVEST_FULL_TT"
			}

			buttonType = {
				name = "automation_reinvest_split_checkbox"
				position = { x = 200 y = 316 }
				spriteType = "GFX_generic_checkbox_open"
				clicksound = click_checkbox
				pdx_tooltip = "AUTOMATION_SETTINGS_REINVEST_SPLIT_TT"
			}

			instantTextboxType = {
				name = "reinvest_split_label"
				position = { x = 230 y = 320 }
				font = "hoi_16mbs"
				text = "AUTOMATION_SETTINGS_REINVEST_SPLIT"
				maxWidth = 70
				maxHeight = 20
				fixedsize = yes
				format = left
				pdx_tooltip = "AUTOMATION_SETTINGS_REINVEST_SPLIT_TT"
			}

			buttonType = {
				name = "automation_fuel_purchase_checkbox"
				position = { x = 0 y = 350 }
				spriteType = "GFX_generic_checkbox_open"
				clicksound = click_checkbox
				pdx_tooltip = "AUTOMATION_SETTINGS_FUEL_PURCHASE_TT"
			}

			instantTextboxType = {
				name = "fuel_purchase_label"
				position = { x = 30 y = 354 }
				font = "hoi_16mbs"
				text = "AUTOMATION_SETTINGS_FUEL_PURCHASE"
				maxWidth = 290
				maxHeight = 20
				fixedsize = yes
				format = left
				pdx_tooltip = "AUTOMATION_SETTINGS_FUEL_PURCHASE_TT"
			}

			buttonType = {
				name = "automation_internal_investments_checkbox"
				position = { x = 0 y = 384 }
				spriteType = "GFX_generic_checkbox_open"
				clicksound = click_checkbox
				pdx_tooltip = "AUTOMATION_SETTINGS_INTERNAL_INVESTMENTS_TT"
			}

			instantTextboxType = {
				name = "internal_investments_label"
				position = { x = 30 y = 388 }
				font = "hoi_16mbs"
				text = "AUTOMATION_SETTINGS_INTERNAL_INVESTMENTS"
				maxWidth = 290
				maxHeight = 20
				fixedsize = yes
				format = left
				pdx_tooltip = "AUTOMATION_SETTINGS_INTERNAL_INVESTMENTS_TT"
			}
		}

		containerWindowType = {
			name = "automation_settings_right_column"
			position = { x = 370 y = 100 }
			size = { width = 320 height = 440 }

			instantTextboxType = {
				name = "un_header"
				position = { x = 0 y = 0 }
				font = "hoi_20b"
				text = "AUTOMATION_SETTINGS_UN_HEADER"
				maxWidth = 310
				maxHeight = 24
				fixedsize = yes
				format = left
			}

			instantTextboxType = {
				name = "sc_vote_label"
				position = { x = 0 y = 34 }
				font = "hoi_16mbs"
				text = "AUTOMATION_SETTINGS_SC_VOTE"
				maxWidth = 310
				maxHeight = 20
				fixedsize = yes
				format = left
				pdx_tooltip = "AUTOMATION_SETTINGS_SC_VOTE_TT"
			}

			buttonType = {
				name = "automation_sc_accept_checkbox"
				position = { x = 10 y = 64 }
				spriteType = "GFX_generic_checkbox_open"
				clicksound = click_checkbox
				pdx_tooltip = "AUTOMATION_SETTINGS_SC_ACCEPT_TT"
			}

			instantTextboxType = {
				name = "sc_accept_label"
				position = { x = 40 y = 68 }
				font = "hoi_16mbs"
				text = "AUTOMATION_SETTINGS_VOTE_YES"
				maxWidth = 55
				maxHeight = 20
				fixedsize = yes
				format = left
				pdx_tooltip = "AUTOMATION_SETTINGS_SC_ACCEPT_TT"
			}

			buttonType = {
				name = "automation_sc_reject_checkbox"
				position = { x = 105 y = 64 }
				spriteType = "GFX_generic_checkbox_open"
				clicksound = click_checkbox
				pdx_tooltip = "AUTOMATION_SETTINGS_SC_REJECT_TT"
			}

			instantTextboxType = {
				name = "sc_reject_label"
				position = { x = 135 y = 68 }
				font = "hoi_16mbs"
				text = "AUTOMATION_SETTINGS_VOTE_NO"
				maxWidth = 45
				maxHeight = 20
				fixedsize = yes
				format = left
				pdx_tooltip = "AUTOMATION_SETTINGS_SC_REJECT_TT"
			}

			buttonType = {
				name = "automation_sc_abstain_checkbox"
				position = { x = 190 y = 64 }
				spriteType = "GFX_generic_checkbox_open"
				clicksound = click_checkbox
				pdx_tooltip = "AUTOMATION_SETTINGS_SC_ABSTAIN_TT"
			}

			instantTextboxType = {
				name = "sc_abstain_label"
				position = { x = 220 y = 68 }
				font = "hoi_16mbs"
				text = "AUTOMATION_SETTINGS_VOTE_ABSTAIN"
				maxWidth = 80
				maxHeight = 20
				fixedsize = yes
				format = left
				pdx_tooltip = "AUTOMATION_SETTINGS_SC_ABSTAIN_TT"
			}

			instantTextboxType = {
				name = "ga_vote_label"
				position = { x = 0 y = 112 }
				font = "hoi_16mbs"
				text = "AUTOMATION_SETTINGS_GA_VOTE"
				maxWidth = 310
				maxHeight = 20
				fixedsize = yes
				format = left
				pdx_tooltip = "AUTOMATION_SETTINGS_GA_VOTE_TT"
			}

			buttonType = {
				name = "automation_ga_accept_checkbox"
				position = { x = 10 y = 142 }
				spriteType = "GFX_generic_checkbox_open"
				clicksound = click_checkbox
				pdx_tooltip = "AUTOMATION_SETTINGS_GA_ACCEPT_TT"
			}

			instantTextboxType = {
				name = "ga_accept_label"
				position = { x = 40 y = 146 }
				font = "hoi_16mbs"
				text = "AUTOMATION_SETTINGS_VOTE_YES"
				maxWidth = 55
				maxHeight = 20
				fixedsize = yes
				format = left
				pdx_tooltip = "AUTOMATION_SETTINGS_GA_ACCEPT_TT"
			}

			buttonType = {
				name = "automation_ga_reject_checkbox"
				position = { x = 105 y = 142 }
				spriteType = "GFX_generic_checkbox_open"
				clicksound = click_checkbox
				pdx_tooltip = "AUTOMATION_SETTINGS_GA_REJECT_TT"
			}

			instantTextboxType = {
				name = "ga_reject_label"
				position = { x = 135 y = 146 }
				font = "hoi_16mbs"
				text = "AUTOMATION_SETTINGS_VOTE_NO"
				maxWidth = 45
				maxHeight = 20
				fixedsize = yes
				format = left
				pdx_tooltip = "AUTOMATION_SETTINGS_GA_REJECT_TT"
			}

			buttonType = {
				name = "automation_ga_abstain_checkbox"
				position = { x = 190 y = 142 }
				spriteType = "GFX_generic_checkbox_open"
				clicksound = click_checkbox
				pdx_tooltip = "AUTOMATION_SETTINGS_GA_ABSTAIN_TT"
			}

			instantTextboxType = {
				name = "ga_abstain_label"
				position = { x = 220 y = 146 }
				font = "hoi_16mbs"
				text = "AUTOMATION_SETTINGS_VOTE_ABSTAIN"
				maxWidth = 80
				maxHeight = 20
				fixedsize = yes
				format = left
				pdx_tooltip = "AUTOMATION_SETTINGS_GA_ABSTAIN_TT"
			}

			instantTextboxType = {
				name = "diplomacy_header"
				position = { x = 0 y = 180 }
				font = "hoi_20b"
				text = "AUTOMATION_SETTINGS_DIPLOMACY_HEADER"
				maxWidth = 310
				maxHeight = 24
				fixedsize = yes
				format = left
			}

			buttonType = {
				name = "automation_satellite_rejection_checkbox"
				position = { x = 0 y = 214 }
				spriteType = "GFX_generic_checkbox_open"
				clicksound = click_checkbox
				pdx_tooltip = "AUTOMATION_SETTINGS_SATELLITE_REJECTION_TT"
			}

			instantTextboxType = {
				name = "satellite_rejection_label"
				position = { x = 30 y = 218 }
				font = "hoi_16mbs"
				text = "AUTOMATION_SETTINGS_SATELLITE_REJECTION"
				maxWidth = 280
				maxHeight = 40
				fixedsize = yes
				format = left
				pdx_tooltip = "AUTOMATION_SETTINGS_SATELLITE_REJECTION_TT"
			}

			instantTextboxType = {
				name = "automation_nato_header"
				position = { x = 0 y = 266 }
				font = "hoi_20b"
				text = "AUTOMATION_SETTINGS_NATO_HEADER"
				maxWidth = 310
				maxHeight = 24
				fixedsize = yes
				format = left
			}

			buttonType = {
				name = "automation_nato_ratification_checkbox"
				position = { x = 0 y = 296 }
				spriteType = "GFX_generic_checkbox_open"
				clicksound = click_checkbox
				pdx_tooltip = "AUTOMATION_SETTINGS_NATO_RATIFICATION_TT"
			}

			instantTextboxType = {
				name = "automation_nato_ratification_label"
				position = { x = 30 y = 300 }
				font = "hoi_16mbs"
				text = "AUTOMATION_SETTINGS_NATO_RATIFICATION"
				maxWidth = 280
				maxHeight = 20
				fixedsize = yes
				format = left
				pdx_tooltip = "AUTOMATION_SETTINGS_NATO_RATIFICATION_TT"
			}

			instantTextboxType = {
				name = "automation_energy_header"
				position = { x = 0 y = 330 }
				font = "hoi_20b"
				text = "AUTOMATION_SETTINGS_ENERGY_HEADER"
				maxWidth = 310
				maxHeight = 24
				fixedsize = yes
				format = left
			}

			buttonType = {
				name = "automation_settings_energy_consumption_policy_checkbox"
				position = { x = 0 y = 360 }
				spriteType = "GFX_generic_checkbox_open"
				clicksound = click_checkbox
				pdx_tooltip = "ENERGY_POLICY_AUTOMATION_TT"
			}

			instantTextboxType = {
				name = "automation_settings_energy_consumption_policy_label"
				position = { x = 30 y = 364 }
				font = "hoi_16mbs"
				text = "AUTOMATION_SETTINGS_ENERGY_CONSUMPTION_POLICY"
				maxWidth = 280
				maxHeight = 20
				fixedsize = yes
				format = left
				pdx_tooltip = "ENERGY_POLICY_AUTOMATION_TT"
			}

			buttonType = {
				name = "automation_antarctica_resupply_checkbox"
				position = { x = 0 y = 388 }
				spriteType = "GFX_generic_checkbox_open"
				clicksound = click_checkbox
				pdx_tooltip = "AUTOMATION_SETTINGS_ANTARCTICA_RESUPPLY_TT"
			}

			instantTextboxType = {
				name = "automation_antarctica_resupply_label"
				position = { x = 30 y = 392 }
				font = "hoi_16mbs"
				text = "AUTOMATION_SETTINGS_ANTARCTICA_RESUPPLY"
				maxWidth = 280
				maxHeight = 20
				fixedsize = yes
				format = left
				pdx_tooltip = "AUTOMATION_SETTINGS_ANTARCTICA_RESUPPLY_TT"
			}
		}
	}

	containerWindowType = {
		name = "MD_automation_settings_space_panel"
		position = { x = 551 y = 2 }
		size = { width = 710 height = 560 }
		clipping = no
		show_sound = open_sub_window

		background = {
			name = "background"
			quadTextureSprite = "GFX_MD_tiled_window1_close"
		}

		instantTextboxType = {
			name = "title"
			position = { x = 20 y = 14 }
			font = "hoi_24header"
			text = "AUTOMATION_SETTINGS_TITLE"
			maxWidth = 620
			maxHeight = 30
			fixedsize = yes
			format = left
		}

		instantTextboxType = {
			name = "description"
			position = { x = 20 y = 48 }
			font = "hoi_16mbs"
			text = "AUTOMATION_SETTINGS_SPACE_DESC"
			maxWidth = 650
			maxHeight = 40
			fixedsize = yes
			format = left
		}

		buttonType = {
			name = "automation_space_close_button"
			position = { x = -42 y = 9 }
			quadTextureSprite = "GFX_closebutton"
			shortcut = "ESCAPE"
			Orientation = "UPPER_RIGHT"
			clicksound = click_close
			pdx_tooltip = "CLOSE"
		}

		buttonType = {
			name = "automation_space_general_page_button"
			position = { x = 20 y = 518 }
			quadTextureSprite = "GFX_sat_target_button"
			buttonFont = "hoi_16mbs"
			buttonText = "AUTOMATION_SETTINGS_GENERAL_PAGE"
			clicksound = click_default
		}

		buttonType = {
			name = "automation_space_space_page_button"
			position = { x = 190 y = 518 }
			quadTextureSprite = "GFX_sat_target_button"
			buttonFont = "hoi_16mbs"
			buttonText = "AUTOMATION_SETTINGS_SPACE_PAGE"
			clicksound = click_default
		}

		buttonType = {
			name = "automation_space_influence_page_button"
			position = { x = 360 y = 518 }
			quadTextureSprite = "GFX_sat_target_button"
			buttonFont = "hoi_16mbs"
			buttonText = "AUTOMATION_SETTINGS_INFLUENCE_PAGE"
			clicksound = click_default
		}

		buttonType = {
			name = "automation_space_economy_page_button"
			position = { x = 530 y = 518 }
			quadTextureSprite = "GFX_sat_target_button"
			buttonFont = "hoi_16mbs"
			buttonText = "AUTOMATION_SETTINGS_ECONOMY_PAGE"
			clicksound = click_default
		}

		containerWindowType = {
			name = "automation_space_program_panel"
			position = { x = 100 y = 105 }
			size = { width = 510 height = 300 }
			clipping = no

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

			buttonType = {
				name = "automation_space_toggle_button"
				position = { x = 8 y = 4 }
				spriteType = "GFX_generic_checkbox_open"
				pdx_tooltip = "SPACE_AUTO_TOGGLE_TT"
				pdx_tooltip_delayed = "SPACE_AUTO_TOGGLE_TT_DELAYED"
				clicksound = click_checkbox
			}

			instantTextboxType = {
				name = "automation_space_title"
				position = { x = 38 y = 2 }
				font = "hoi_18mbs"
				text = "SPACE_AUTO_TITLE"
				pdx_tooltip = "SPACE_AUTO_TITLE_TT"
				maxWidth = 168
				maxHeight = 20
				format = left
			}

			instantTextboxType = {
				name = "automation_space_status"
				position = { x = 214 y = 2 }
				font = "hoi_16mbs"
				text = "SPACE_AUTO_STATUS"
				pdx_tooltip = "SPACE_AUTO_STATUS_TT"
				maxWidth = 288
				maxHeight = 20
				format = left
			}

			instantTextboxType = {
				name = "automation_space_preset_label"
				position = { x = 8 y = 24 }
				font = "hoi_16mbs"
				text = "SPACE_AUTO_PRESET"
				pdx_tooltip = "SPACE_AUTO_PRESET_TT"
				maxWidth = 296
				maxHeight = 20
				format = left
			}

			buttonType = {
				name = "automation_space_preset_plus_button"
				spriteType = "GFX_small_plus_button"
				position = { x = 312 y = 22 }
				pdx_tooltip = "SPACE_AUTO_PRESET_NEXT_TT"
				pdx_tooltip_delayed = "SPACE_AUTO_PRESET_TT"
			}

			buttonType = {
				name = "automation_space_preset_minus_button"
				spriteType = "GFX_small_minus_button"
				position = { x = 312 y = 36 }
				pdx_tooltip = "SPACE_AUTO_PRESET_PREV_TT"
				pdx_tooltip_delayed = "SPACE_AUTO_PRESET_TT"
			}

			instantTextboxType = {
				name = "automation_space_preset_desc"
				position = { x = 8 y = 56 }
				font = "hoi_16mbs"
				text = "SPACE_AUTO_PRESET_DESC"
				pdx_tooltip = "SPACE_AUTO_PRESET_TT"
				maxWidth = 494
				maxHeight = 34
				format = left
			}

			instantTextboxType = {
				name = "automation_space_rotation"
				position = { x = 8 y = 94 }
				font = "hoi_16mbs"
				text = "SPACE_AUTO_ROTATION"
				pdx_tooltip = "SPACE_AUTO_ROTATION_TT"
				maxWidth = 118
				maxHeight = 20
				format = left
			}

			buttonType = {
				name = "automation_space_flights_plus_button"
				spriteType = "GFX_small_plus_button"
				position = { x = 126 y = 90 }
				pdx_tooltip = "SPACE_AUTO_ROTATION_PLUS_TT"
				pdx_tooltip_delayed = "SPACE_AUTO_ROTATION_TT"
			}

			buttonType = {
				name = "automation_space_flights_minus_button"
				spriteType = "GFX_small_minus_button"
				position = { x = 126 y = 104 }
				pdx_tooltip = "SPACE_AUTO_ROTATION_MINUS_TT"
				pdx_tooltip_delayed = "SPACE_AUTO_ROTATION_TT"
			}

			instantTextboxType = {
				name = "automation_space_budget"
				position = { x = 166 y = 94 }
				font = "hoi_16mbs"
				text = "SPACE_AUTO_BUDGET"
				pdx_tooltip = "SPACE_AUTO_BUDGET_TT"
				maxWidth = 148
				maxHeight = 20
				format = left
			}

			instantTextboxType = {
				name = "automation_space_funds"
				position = { x = 322 y = 94 }
				font = "hoi_16mbs"
				text = "SPACE_AUTO_FUNDS"
				pdx_tooltip = "SPACE_AUTO_FUNDS_TT"
				maxWidth = 180
				maxHeight = 20
				format = left
			}

			buttonType = {
				name = "automation_space_save_button"
				position = { x = 8 y = 124 }
				buttonFont = "hoi_16mbs"
				buttonText = "SPACE_AUTO_SAVE_BUTTON"
				pdx_tooltip = "AUTOMATION_SETTINGS_SPACE_SAVE_BUTTON_TT"
				pdx_tooltip_delayed = "SPACE_AUTO_SAVE_BUTTON_TT_DELAYED"
				quadTextureSprite = "GFX_sat_target_button"
				clicksound = click_default
			}

			buttonType = {
				name = "automation_space_upgrade_button"
				position = { x = 175 y = 124 }
				buttonFont = "hoi_16mbs"
				buttonText = "SPACE_AUTO_UPGRADE_BUTTON"
				pdx_tooltip = "AUTOMATION_SETTINGS_SPACE_UPGRADE_BUTTON_TT"
				pdx_tooltip_delayed = "SPACE_AUTO_UPGRADE_BUTTON_TT_DELAYED"
				quadTextureSprite = "GFX_sat_target_button"
				clicksound = click_default
			}

			instantTextboxType = {
				name = "automation_space_manifest"
				position = { x = 8 y = 168 }
				font = "hoi_16mbs"
				text = "SPACE_AUTO_MANIFEST"
				pdx_tooltip = "SPACE_AUTO_MANIFEST_TT"
				maxWidth = 494
				maxHeight = 20
				format = left
			}

			instantTextboxType = {
				name = "automation_space_building"
				position = { x = 8 y = 190 }
				font = "hoi_16mbs"
				text = "SPACE_AUTO_BUILDING"
				pdx_tooltip = "SPACE_AUTO_BUILDING_TT"
				maxWidth = 494
				maxHeight = 20
				format = left
			}

			buttonType = {
				name = "automation_space_deficit_button"
				position = { x = 8 y = 214 }
				spriteType = "GFX_generic_checkbox_open"
				pdx_tooltip = "SPACE_AUTO_DEFICIT_TT"
				pdx_tooltip_delayed = "SPACE_AUTO_DEFICIT_TT_DELAYED"
				clicksound = click_checkbox
			}

			instantTextboxType = {
				name = "automation_space_deficit_label"
				position = { x = 38 y = 212 }
				font = "hoi_16mbs"
				text = "SPACE_AUTO_DEFICIT"
				pdx_tooltip = "SPACE_AUTO_DEFICIT_TT"
				maxWidth = 130
				maxHeight = 20
				format = left
			}

			buttonType = {
				name = "automation_space_stockpile_button"
				position = { x = 176 y = 214 }
				spriteType = "GFX_generic_checkbox_open"
				pdx_tooltip = "SPACE_AUTO_STOCKPILE_TT"
				pdx_tooltip_delayed = "SPACE_AUTO_STOCKPILE_TT_DELAYED"
				clicksound = click_checkbox
			}

			instantTextboxType = {
				name = "automation_space_stockpile_label"
				position = { x = 206 y = 212 }
				font = "hoi_16mbs"
				text = "SPACE_AUTO_STOCKPILE"
				pdx_tooltip = "SPACE_AUTO_STOCKPILE_TT"
				maxWidth = 130
				maxHeight = 20
				format = left
			}

			buttonType = {
				name = "automation_space_latest_olv_button"
				position = { x = 344 y = 214 }
				spriteType = "GFX_generic_checkbox_open"
				pdx_tooltip = "SPACE_AUTO_LATEST_OLV_TT"
				pdx_tooltip_delayed = "SPACE_AUTO_LATEST_OLV_TT_DELAYED"
				clicksound = click_checkbox
			}

			instantTextboxType = {
				name = "automation_space_latest_olv_label"
				position = { x = 374 y = 212 }
				font = "hoi_16mbs"
				text = "SPACE_AUTO_LATEST_OLV"
				pdx_tooltip = "SPACE_AUTO_LATEST_OLV_TT"
				maxWidth = 128
				maxHeight = 20
				format = left
			}

			instantTextboxType = {
				name = "automation_space_net_gnss"
				position = { x = 8 y = 236 }
				font = "hoi_16mbs"
				text = "SPACE_AUTO_NET_GNSS"
				pdx_tooltip = "SPACE_AUTO_NET_GNSS_TT"
				maxWidth = 160
				maxHeight = 20
				format = left
			}

			instantTextboxType = {
				name = "automation_space_net_com"
				position = { x = 176 y = 236 }
				font = "hoi_16mbs"
				text = "SPACE_AUTO_NET_COM"
				pdx_tooltip = "SPACE_AUTO_NET_COM_TT"
				maxWidth = 160
				maxHeight = 20
				format = left
			}

			instantTextboxType = {
				name = "automation_space_net_spy"
				position = { x = 344 y = 236 }
				font = "hoi_16mbs"
				text = "SPACE_AUTO_NET_SPY"
				pdx_tooltip = "SPACE_AUTO_NET_SPY_TT"
				maxWidth = 158
				maxHeight = 20
				format = left
			}
		}
	}

	containerWindowType = {
		name = "MD_automation_settings_influence_panel"
		position = { x = 551 y = 2 }
		size = { width = 710 height = 560 }
		clipping = no
		show_sound = open_sub_window

		background = {
			name = "background"
			quadTextureSprite = "GFX_MD_tiled_window1_close"
		}

		instantTextboxType = {
			name = "title"
			position = { x = 20 y = 14 }
			font = "hoi_24header"
			text = "AUTOMATION_SETTINGS_TITLE"
			maxWidth = 350
			maxHeight = 30
			fixedsize = yes
			format = left
		}

		instantTextboxType = {
			name = "automation_influence_pp_reserve_label"
			position = { x = 390 y = 14 }
			font = "hoi_16mbs"
			text = "AUTOMATION_SETTINGS_PP_RESERVE"
			maxWidth = 145
			maxHeight = 20
			fixedsize = yes
			format = right
			pdx_tooltip = "AUTOMATION_SETTINGS_PP_RESERVE_TT"
		}

		instantTextboxType = {
			name = "automation_influence_pp_reserve_value"
			position = { x = 540 y = 14 }
			font = "hoi_16mbs"
			text = "AUTOMATION_SETTINGS_PP_RESERVE_VALUE"
			maxWidth = 45
			maxHeight = 20
			fixedsize = yes
			format = center
			pdx_tooltip = "AUTOMATION_SETTINGS_PP_RESERVE_TT"
		}

		buttonType = {
			name = "automation_influence_pp_reserve_plus_button"
			position = { x = 590 y = 8 }
			spriteType = "GFX_small_plus_button"
			clicksound = click_default
			pdx_tooltip = "AUTOMATION_SETTINGS_PP_RESERVE_PLUS_TT"
		}

		buttonType = {
			name = "automation_influence_pp_reserve_minus_button"
			position = { x = 590 y = 22 }
			spriteType = "GFX_small_minus_button"
			clicksound = click_default
			pdx_tooltip = "AUTOMATION_SETTINGS_PP_RESERVE_MINUS_TT"
		}

		instantTextboxType = {
			name = "description"
			position = { x = 20 y = 48 }
			font = "hoi_16mbs"
			text = "AUTOMATION_SETTINGS_INFLUENCE_DESC"
			maxWidth = 650
			maxHeight = 40
			fixedsize = yes
			format = left
		}

		buttonType = {
			name = "automation_influence_close_button"
			position = { x = -42 y = 9 }
			quadTextureSprite = "GFX_closebutton"
			shortcut = "ESCAPE"
			Orientation = "UPPER_RIGHT"
			clicksound = click_close
			pdx_tooltip = "CLOSE"
		}

		buttonType = {
			name = "automation_influence_general_page_button"
			position = { x = 20 y = 518 }
			quadTextureSprite = "GFX_sat_target_button"
			buttonFont = "hoi_16mbs"
			buttonText = "AUTOMATION_SETTINGS_GENERAL_PAGE"
			clicksound = click_default
		}

		buttonType = {
			name = "automation_influence_space_page_button"
			position = { x = 190 y = 518 }
			quadTextureSprite = "GFX_sat_target_button"
			buttonFont = "hoi_16mbs"
			buttonText = "AUTOMATION_SETTINGS_SPACE_PAGE"
			clicksound = click_default
		}

		buttonType = {
			name = "automation_influence_influence_page_button"
			position = { x = 360 y = 518 }
			quadTextureSprite = "GFX_sat_target_button"
			buttonFont = "hoi_16mbs"
			buttonText = "AUTOMATION_SETTINGS_INFLUENCE_PAGE"
			clicksound = click_default
		}

		buttonType = {
			name = "automation_influence_economy_page_button"
			position = { x = 530 y = 518 }
			quadTextureSprite = "GFX_sat_target_button"
			buttonFont = "hoi_16mbs"
			buttonText = "AUTOMATION_SETTINGS_ECONOMY_PAGE"
			clicksound = click_default
		}

		containerWindowType = {
			name = "automation_influence_options_panel"
			position = { x = 100 y = 120 }
			size = { width = 510 height = 210 }
			clipping = no

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

			instantTextboxType = {
				name = "automation_influence_header"
				position = { x = 12 y = 10 }
				font = "hoi_20b"
				text = "AUTOMATION_SETTINGS_INFLUENCE_HEADER"
				maxWidth = 486
				maxHeight = 24
				fixedsize = yes
				format = left
			}

			buttonType = {
				name = "automation_combat_foreign_influence_checkbox"
				position = { x = 12 y = 52 }
				spriteType = "GFX_generic_checkbox_open"
				clicksound = click_checkbox
				pdx_tooltip = "AUTOMATION_SETTINGS_COMBAT_FOREIGN_INFLUENCE_TT"
			}

			instantTextboxType = {
				name = "automation_combat_foreign_influence_label"
				position = { x = 42 y = 56 }
				font = "hoi_16mbs"
				text = "AUTOMATION_SETTINGS_COMBAT_FOREIGN_INFLUENCE"
				maxWidth = 456
				maxHeight = 20
				fixedsize = yes
				format = left
				pdx_tooltip = "AUTOMATION_SETTINGS_COMBAT_FOREIGN_INFLUENCE_TT"
			}

			buttonType = {
				name = "automation_attack_foreign_influencers_checkbox"
				position = { x = 12 y = 102 }
				spriteType = "GFX_generic_checkbox_open"
				clicksound = click_checkbox
				pdx_tooltip = "AUTOMATION_SETTINGS_ATTACK_FOREIGN_INFLUENCERS_TT"
			}

			instantTextboxType = {
				name = "automation_attack_foreign_influencers_label"
				position = { x = 42 y = 106 }
				font = "hoi_16mbs"
				text = "AUTOMATION_SETTINGS_ATTACK_FOREIGN_INFLUENCERS"
				maxWidth = 456
				maxHeight = 20
				fixedsize = yes
				format = left
				pdx_tooltip = "AUTOMATION_SETTINGS_ATTACK_FOREIGN_INFLUENCERS_TT"
			}

			instantTextboxType = {
				name = "automation_influence_cost_note"
				position = { x = 12 y = 158 }
				font = "hoi_16mbs"
				text = "AUTOMATION_SETTINGS_INFLUENCE_COST_NOTE"
				maxWidth = 486
				maxHeight = 40
				fixedsize = yes
				format = left
			}
		}
	}

	containerWindowType = {
		name = "MD_automation_settings_economy_panel"
		position = { x = 551 y = 2 }
		size = { width = 710 height = 560 }
		clipping = no
		show_sound = open_sub_window

		background = {
			name = "background"
			quadTextureSprite = "GFX_MD_tiled_window1_close"
		}

		instantTextboxType = {
			name = "title"
			position = { x = 20 y = 14 }
			font = "hoi_24header"
			text = "AUTOMATION_SETTINGS_TITLE"
			maxWidth = 350
			maxHeight = 30
			fixedsize = yes
			format = left
		}

		instantTextboxType = {
			name = "automation_economy_pp_reserve_label"
			position = { x = 390 y = 14 }
			font = "hoi_16mbs"
			text = "AUTOMATION_SETTINGS_PP_RESERVE"
			maxWidth = 145
			maxHeight = 20
			fixedsize = yes
			format = right
			pdx_tooltip = "AUTOMATION_SETTINGS_PP_RESERVE_TT"
		}

		instantTextboxType = {
			name = "automation_economy_pp_reserve_value"
			position = { x = 540 y = 14 }
			font = "hoi_16mbs"
			text = "AUTOMATION_SETTINGS_PP_RESERVE_VALUE"
			maxWidth = 45
			maxHeight = 20
			fixedsize = yes
			format = center
			pdx_tooltip = "AUTOMATION_SETTINGS_PP_RESERVE_TT"
		}

		buttonType = {
			name = "automation_economy_pp_reserve_plus_button"
			position = { x = 590 y = 8 }
			spriteType = "GFX_small_plus_button"
			clicksound = click_default
			pdx_tooltip = "AUTOMATION_SETTINGS_PP_RESERVE_PLUS_TT"
		}

		buttonType = {
			name = "automation_economy_pp_reserve_minus_button"
			position = { x = 590 y = 22 }
			spriteType = "GFX_small_minus_button"
			clicksound = click_default
			pdx_tooltip = "AUTOMATION_SETTINGS_PP_RESERVE_MINUS_TT"
		}

		instantTextboxType = {
			name = "description"
			position = { x = 20 y = 48 }
			font = "hoi_16mbs"
			text = "AUTOMATION_SETTINGS_ECONOMY_DESC"
			maxWidth = 650
			maxHeight = 40
			fixedsize = yes
			format = left
		}

		buttonType = {
			name = "automation_economy_close_button"
			position = { x = -42 y = 9 }
			quadTextureSprite = "GFX_closebutton"
			shortcut = "ESCAPE"
			Orientation = "UPPER_RIGHT"
			clicksound = click_close
			pdx_tooltip = "CLOSE"
		}

		buttonType = {
			name = "automation_economy_general_page_button"
			position = { x = 20 y = 518 }
			quadTextureSprite = "GFX_sat_target_button"
			buttonFont = "hoi_16mbs"
			buttonText = "AUTOMATION_SETTINGS_GENERAL_PAGE"
			clicksound = click_default
		}

		buttonType = {
			name = "automation_economy_space_page_button"
			position = { x = 190 y = 518 }
			quadTextureSprite = "GFX_sat_target_button"
			buttonFont = "hoi_16mbs"
			buttonText = "AUTOMATION_SETTINGS_SPACE_PAGE"
			clicksound = click_default
		}

		buttonType = {
			name = "automation_economy_influence_page_button"
			position = { x = 360 y = 518 }
			quadTextureSprite = "GFX_sat_target_button"
			buttonFont = "hoi_16mbs"
			buttonText = "AUTOMATION_SETTINGS_INFLUENCE_PAGE"
			clicksound = click_default
		}

		buttonType = {
			name = "automation_economy_economy_page_button"
			position = { x = 530 y = 518 }
			quadTextureSprite = "GFX_sat_target_button"
			buttonFont = "hoi_16mbs"
			buttonText = "AUTOMATION_SETTINGS_ECONOMY_PAGE"
			clicksound = click_default
		}

		instantTextboxType = {
			name = "automation_tax_header"
			position = { x = 30 y = 112 }
			font = "hoi_20b"
			text = "AUTOMATION_SETTINGS_TAX_HEADER"
			maxWidth = 300
			maxHeight = 26
			fixedsize = yes
			format = left
		}

		instantTextboxType = {
			name = "automation_budget_header"
			position = { x = 370 y = 112 }
			font = "hoi_20b"
			text = "AUTOMATION_SETTINGS_BUDGET_HEADER"
			maxWidth = 300
			maxHeight = 26
			fixedsize = yes
			format = left
		}

		buttonType = {
			name = "automation_population_tax_checkbox"
			position = { x = 30 y = 158 }
			spriteType = "GFX_generic_checkbox_open"
			clicksound = click_checkbox
			pdx_tooltip = "AUTOMATION_SETTINGS_POPULATION_TAX_TT"
		}

		instantTextboxType = {
			name = "automation_population_tax_label"
			position = { x = 60 y = 162 }
			font = "hoi_16mbs"
			text = "AUTOMATION_SETTINGS_POPULATION_TAX"
			maxWidth = 280
			maxHeight = 22
			fixedsize = yes
			format = left
			pdx_tooltip = "AUTOMATION_SETTINGS_POPULATION_TAX_TT"
		}

		buttonType = {
			name = "automation_corporate_tax_checkbox"
			position = { x = 30 y = 202 }
			spriteType = "GFX_generic_checkbox_open"
			clicksound = click_checkbox
			pdx_tooltip = "AUTOMATION_SETTINGS_CORPORATE_TAX_TT"
		}

		instantTextboxType = {
			name = "automation_corporate_tax_label"
			position = { x = 60 y = 206 }
			font = "hoi_16mbs"
			text = "AUTOMATION_SETTINGS_CORPORATE_TAX"
			maxWidth = 280
			maxHeight = 22
			fixedsize = yes
			format = left
			pdx_tooltip = "AUTOMATION_SETTINGS_CORPORATE_TAX_TT"
		}

		buttonType = {
			name = "automation_budget_bureaucracy_checkbox"
			position = { x = 370 y = 158 }
			spriteType = "GFX_generic_checkbox_open"
			clicksound = click_checkbox
			pdx_tooltip = "AUTOMATION_SETTINGS_BUDGET_BUREAUCRACY_TT"
		}

		instantTextboxType = {
			name = "automation_budget_bureaucracy_label"
			position = { x = 400 y = 162 }
			font = "hoi_16mbs"
			text = "AUTOMATION_SETTINGS_BUDGET_BUREAUCRACY"
			maxWidth = 280
			maxHeight = 22
			fixedsize = yes
			format = left
			pdx_tooltip = "AUTOMATION_SETTINGS_BUDGET_BUREAUCRACY_TT"
		}

		buttonType = {
			name = "automation_budget_crime_fighting_checkbox"
			position = { x = 370 y = 202 }
			spriteType = "GFX_generic_checkbox_open"
			clicksound = click_checkbox
			pdx_tooltip = "AUTOMATION_SETTINGS_BUDGET_CRIME_FIGHTING_TT"
		}

		instantTextboxType = {
			name = "automation_budget_crime_fighting_label"
			position = { x = 400 y = 206 }
			font = "hoi_16mbs"
			text = "AUTOMATION_SETTINGS_BUDGET_CRIME_FIGHTING"
			maxWidth = 280
			maxHeight = 22
			fixedsize = yes
			format = left
			pdx_tooltip = "AUTOMATION_SETTINGS_BUDGET_CRIME_FIGHTING_TT"
		}

		buttonType = {
			name = "automation_budget_education_budget_checkbox"
			position = { x = 370 y = 246 }
			spriteType = "GFX_generic_checkbox_open"
			clicksound = click_checkbox
			pdx_tooltip = "AUTOMATION_SETTINGS_BUDGET_EDUCATION_BUDGET_TT"
		}

		instantTextboxType = {
			name = "automation_budget_education_budget_label"
			position = { x = 400 y = 250 }
			font = "hoi_16mbs"
			text = "AUTOMATION_SETTINGS_BUDGET_EDUCATION_BUDGET"
			maxWidth = 280
			maxHeight = 22
			fixedsize = yes
			format = left
			pdx_tooltip = "AUTOMATION_SETTINGS_BUDGET_EDUCATION_BUDGET_TT"
		}

		buttonType = {
			name = "automation_budget_health_budget_checkbox"
			position = { x = 370 y = 290 }
			spriteType = "GFX_generic_checkbox_open"
			clicksound = click_checkbox
			pdx_tooltip = "AUTOMATION_SETTINGS_BUDGET_HEALTH_BUDGET_TT"
		}

		instantTextboxType = {
			name = "automation_budget_health_budget_label"
			position = { x = 400 y = 294 }
			font = "hoi_16mbs"
			text = "AUTOMATION_SETTINGS_BUDGET_HEALTH_BUDGET"
			maxWidth = 280
			maxHeight = 22
			fixedsize = yes
			format = left
			pdx_tooltip = "AUTOMATION_SETTINGS_BUDGET_HEALTH_BUDGET_TT"
		}

		buttonType = {
			name = "automation_budget_social_budget_checkbox"
			position = { x = 370 y = 334 }
			spriteType = "GFX_generic_checkbox_open"
			clicksound = click_checkbox
			pdx_tooltip = "AUTOMATION_SETTINGS_BUDGET_SOCIAL_BUDGET_TT"
		}

		instantTextboxType = {
			name = "automation_budget_social_budget_label"
			position = { x = 400 y = 338 }
			font = "hoi_16mbs"
			text = "AUTOMATION_SETTINGS_BUDGET_SOCIAL_BUDGET"
			maxWidth = 280
			maxHeight = 22
			fixedsize = yes
			format = left
			pdx_tooltip = "AUTOMATION_SETTINGS_BUDGET_SOCIAL_BUDGET_TT"
		}

		buttonType = {
			name = "automation_budget_military_spending_checkbox"
			position = { x = 370 y = 378 }
			spriteType = "GFX_generic_checkbox_open"
			clicksound = click_checkbox
			pdx_tooltip = "AUTOMATION_SETTINGS_BUDGET_MILITARY_SPENDING_TT"
		}

		instantTextboxType = {
			name = "automation_budget_military_spending_label"
			position = { x = 400 y = 382 }
			font = "hoi_16mbs"
			text = "AUTOMATION_SETTINGS_BUDGET_MILITARY_SPENDING"
			maxWidth = 280
			maxHeight = 22
			fixedsize = yes
			format = left
			pdx_tooltip = "AUTOMATION_SETTINGS_BUDGET_MILITARY_SPENDING_TT"
		}

		instantTextboxType = {
			name = "automation_tax_explanation"
			position = { x = 30 y = 266 }
			font = "hoi_16mbs"
			text = "AUTOMATION_SETTINGS_TAX_SUMMARY"
			maxWidth = 300
			maxHeight = 130
			fixedsize = yes
			format = left
		}

		instantTextboxType = {
			name = "automation_budget_explanation"
			position = { x = 30 y = 430 }
			font = "hoi_16mbs"
			text = "AUTOMATION_SETTINGS_BUDGET_SUMMARY"
			maxWidth = 650
			maxHeight = 72
			fixedsize = yes
			format = left
		}

	}
}
