<?xml version="1.0" encoding="UTF-8"?>
<Window>
	<Include source="Default_Scrollbar.xml" />
	<Include source="Default_Edit.xml" />
	<Include source="Default_Combo.xml" />
	<Include source="Default_CheckBox.xml" />
	<Include source="Default_ButtonNormal.xml" />
	<Include source="Default_ListPage.xml" />
	<VerticalLayout name="GameResCenter" bkcolor="0xFFFFFFFF">
		<HorizontalLayout name="TitleRegion" childpadding="35" height="30" padding="20" bordersize="0,0,0,2" bordercolor="0xFFF3F4F6">
			<Label text="系统设置" width="50" font="1" textcolor="0x4863f0" selectedtextcolor="0x4863f0" font="1" bordersize="0,0,0,2" bordercolor="0xFF4863F0" />
		</HorizontalLayout>
		<HorizontalLayout height="90" padding="160,50">
			<Label text="下载路径" width="100" height="22" textpadding="0,8" />
			<VerticalLayout>
				<HorizontalLayout>
					<Label text="第一下载路径" width="120" height="22" padding="0,5" />
					<Combo name="first_download_path" width="180" height="22" padding="0,6" />
				</HorizontalLayout>
				<HorizontalLayout>
					<Label text="第二下载路径" width="120" height="22" padding="0,5" />
					<Combo name="second_download_path" width="180" height="22" />
				</HorizontalLayout>
				<HorizontalLayout>
					<Label text="第三下载路径" width="120" height="22" padding="0,5" />
					<Combo name="third_download_path" width="180" height="22" />
				</HorizontalLayout>
			</VerticalLayout>
		</HorizontalLayout>
		<HorizontalLayout height="60" padding="160,35">
			<Label text="传输限制" width="100" height="22" padding="0,2" />
			<VerticalLayout>
				<HorizontalLayout>
					<Label text="游戏下载限速" width="120" height="22" />
					<Combo name="game_download_speed" width="82" height="22">
						<ListLabelElement text="不限速" />
						<ListLabelElement text="1" />
						<ListLabelElement text="2" />
						<ListLabelElement text="5" />
						<ListLabelElement text="10" />
						<ListLabelElement text="20" />
						<ListLabelElement text="50" />
					</Combo>
					<Label text="MB/S" padding="15" height="22" />
				</HorizontalLayout>
				<HorizontalLayout>
					<Label text="最大同时下载任务" width="120" height="22" padding="0,5" />
					<Combo name="download_task_num" width="82" height="22">
						<ListLabelElement text="1" />
						<ListLabelElement text="2" />
						<ListLabelElement text="3" />
						<ListLabelElement text="4" />
						<ListLabelElement text="5" />
						<ListLabelElement text="6" />
						<ListLabelElement text="7" />
					</Combo>
				</HorizontalLayout>
			</VerticalLayout>
		</HorizontalLayout>
		<HorizontalLayout height="90" padding="160,30">
			<Label text="同步设置" width="90" height="22" padding="0,5" />
			<VerticalLayout width="250">
				<CheckBox name="checkbox_sync_menu" text="下载完成后同步至游戏菜单" />
				<CheckBox name="checkbox_sync_game_board" text="下载完成后同步配置到所有游戏盘" />
				<CheckBox name="checkbox_del_game_menu" text="删除游戏时同步从游戏菜单中删除" />
			</VerticalLayout>
		</HorizontalLayout>
		<HorizontalLayout height="60" padding="160,40">
			<Label text="版本更新" width="100" height="22" />
			<VerticalLayout width="200">
				<Text name="text_show_version" height="22" />
			</VerticalLayout>
			<Button name="btn_version_update" text="官网更新" width="80" height="23" normalimage="file='image\btn_bkcolor1.png' dest='0,0,80,22' source='0,0,80,22' " hotimage="file='image\btn_bkcolor1.png' dest='0,0,80,22' source='80,0,160,22' " pushedimage="file='image\btn_bkcolor1.png' dest='0,0,80,22' source='160,0,240,22' " textcolor="0xFFFFFFFF" hottextcolor="0xFFFFFFFF" pushedtextcolor="0xFFFFFFFF" padding="8,0" borderround="4,4" />
		</HorizontalLayout>
		<HorizontalLayout height="25" padding="160,60">
			<Label height="18" width="18" bkimage="image\disclaimer.png" />
			<VerticalLayout padding="5" height="22">
				<Text text="免责声明：本软件提供的所有游戏均来自于互联网，仅供学习交流，严禁商业用途。下载后请于24小时内删除！" align="left" />
			</VerticalLayout>
		</HorizontalLayout>
	</VerticalLayout>
	<!-- GameResCenter End -->
</Window>
