⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 curacao.xml.svn-base

📁 sigmadesign smp8623 gui source code ,bingo
💻 SVN-BASE
📖 第 1 页 / 共 5 页
字号:
								<button name="VCDPBCOnButton"									x="480"									y="216"									width="60"									height="30"									text="On">									<eventList>										<event name="OnActivate" command="VCD_PBC_ON_COMMAND"/>									</eventList>								</button>								<button name="VCDPBCOffButton"									x="480"									y="250"									width="60"									height="30"									text="Off">									<eventList>										<event name="OnActivate" command="VCD_PBC_OFF_COMMAND"/>									</eventList>								</button>  							</buttonList>							<eventList>								<event name="OnSelect" command="SHOW_SUBMENU_COMMAND"/>								<event name="OnDeSelect" command="HIDE_SUBMENU_COMMAND"/>							</eventList>						</menuitem>					</menuitemList> 				</menu> 			</menuList>						<eventList>				<event name="OnSetup" command="SHOW_PAGE_COMMAND" link="Main"/>			</eventList>  		</osdPage>		    		<osdPage name="MediaLibrary" 			file="medialibrary.jpg" 			selectedObject="AudioButton">			<buttonList>				<button name="AudioButton"                                   					x="200" 					y="200" 					width="180" 					height="40" 					text="Audio" 					textalign="ALIGN_LEFT" 					fontfile="SigmaOSD127x36" 					foregroundcolor="0xffffffff" 					backgroundcolor="0x80262b78" 					outlinecolor="0x80ff9655">					<eventList>						<event name="OnActivate" command="SHOW_AUDIO_PAGE_COMMAND" link="AudioListPage"/>					</eventList>				</button>				<button name="VideoButton"					x="200" 					y="250" 					width="180" 					height="40" 					text="Video" 					textalign="ALIGN_LEFT" 					fontfile="SigmaOSD127x36" 					foregroundcolor="0xffffffff" 					backgroundcolor="0x80262b78" 					outlinecolor="0x80ff9655">					<eventList>						<event name="OnActivate" command="SHOW_VIDEO_PAGE_COMMAND" link="VideoListPage"/>					</eventList>				</button>				<button name="PicturesButton"					x="200" 					y="300" 					width="180" 					height="40" 					text="Pictures" 					textalign="ALIGN_LEFT" 					fontfile="SigmaOSD127x36" 					foregroundcolor="0xffffffff" 					backgroundcolor="0x80262b78" 					outlinecolor="0x80ff9655">					<eventList>						<event name="OnActivate" command="SHOW_PICTURES_PAGE_COMMAND" link="PicturesListPage"/>					</eventList>				</button>         			</buttonList>			<stringList>				<string name="MediaLabel"					x="180"					y="40"					width="250"					height="40"					text="Media"					fontfile="SigmaOSD127x36"					textalign="ALIGN_LEFT" 					foregroundcolor="0xffffffff">				</string>			</stringList>			<eventList>				<event name="OnSetup" command="SHOW_PAGE_COMMAND" link="Setup"/>			</eventList>		</osdPage>					<osdPage name="AudioListPage" 				file="medialibrary.jpg" 				selectedObject="ReturnButton">			<Lists>				<list name="AudioList"                                   					x="180" 					y="110" 					width="470" 					height="264" 					fontfile="SigmaOSD118x23" 					foregroundcolor="0xffffffff" 					backgroundcolor="0x80262b78" 					type="LISTTYPE_FILE"					iconwidth="26"					keyleft="ReturnButton"> 					<eventList>						<event name="OnActivate" command="LIST_ACTIVATE_ITEM_COMMAND" link="LoadAVFileErrorPopup"/>						<event name="OnSelect" command="LIST_UPDATE_ITEM_INFO_COMMAND"/>						<event name="OnDeSelect" command="LIST_REMOVE_ITEM_INFO_COMMAND"/>						<event name="OnNext" command="LIST_SHOW_NEXT_PAGE_COMMAND" link="AudioList"/>						<event name="OnPrevious" command="LIST_SHOW_PREVIOUS_PAGE_COMMAND" link="AudioList"/>					</eventList>				</list>			</Lists>			<buttonList>				<button name="PreviousButton"					file="prevbutton.png" 					x="60" 					y="190" 					width="105" 					height="37">					keyright="AudioList">					<eventList>						<event name="OnActivate" command="PREVIOUS_COMMAND"/>					</eventList>    				</button>   				<button name="NextButton"					file="nextbutton.png" 					x="60" 					y="235" 					width="105" 					height="37"					keyright="AudioList">					<eventList>						<event name="OnActivate" command="NEXT_COMMAND"/>					</eventList>				</button> 				<button name="PlayAllButton"					file="playallbutton.png" 					x="60" 					y="280" 					width="105" 					height="37"					keyright="AudioList">					<eventList>						<event name="OnActivate" command="PLAY_COMMAND"/>					</eventList>				</button>   				<button name="ReturnButton"					file="returnbutton.png" 					x="60" 					y="325" 					width="105" 					height="37"					keyright="AudioList">					<eventList>						<event name="OnActivate" command="RETURN_COMMAND"/>						<event name="OnSelect" command="LIST_REMOVE_ITEM_INFO_COMMAND"/>					</eventList>				</button>      			</buttonList>			<stringList>				<string name="AudioLabel"					x="180"					y="40"					width="250"					height="40"					text="Audio"					fontfile="SigmaOSD127x36"					textalign="ALIGN_LEFT" 					foregroundcolor="0xffffffff">				</string>				<string name="FolderPathField"					x="210"					y="382"					width="500"					height="25"					text=""					fontfile="SigmaOSD118x23"					textalign="ALIGN_LEFT" 					foregroundcolor="0xffffffff">					<eventList>						<event name="OnUpdate" command="SET_FILE_PATH_COMMAND"/>					</eventList>				</string>				<string name="FileSizeLabel"					x="210"					y="410"					width="80"					height="25"					text="Size:"					fontfile="SigmaOSD118x23"					foregroundcolor="0xffffffff"/>				<string name="FileSizeField"					x="265"					y="410"					width="130"					height="25"					text=""					fontfile="SigmaOSD118x23"					foregroundcolor="0xffffffff">					<eventList>						<event name="OnUpdate" command="SET_FILE_SIZE_COMMAND"/>					</eventList>				</string>				<string name="FileCreatedLabel"					x="375"					y="410"					width="120"					height="25"					text="Created:"					fontfile="SigmaOSD118x23"					foregroundcolor="0xffffffff"/>				<string name="FileCreatedField"					x="465"					y="410"					width="400"					height="25"					text=""					fontfile="SigmaOSD118x23"					foregroundcolor="0xffffffff">                  					<eventList>						<event name="OnUpdate" command="SET_FILE_TIMESTAMP_COMMAND"/>					</eventList>				</string>			</stringList>						<bitmapList>				<bitmap name="OpenFolderIcon"					file="openfoldericon.png"					x="180"					y="380"/>			</bitmapList>                                  			<eventList>				<event name="OnReturn" command="SHOW_PAGE_COMMAND" link="MediaLibrary"/>				<event name="OnLoadingFile" command="SHOW_LOADING_FILE_COMMAND" link="LoadingFileTable"/>				<event name="OnNext" command="LIST_SHOW_NEXT_PAGE_COMMAND" link="AudioList"/>				<event name="OnPrevious" command="LIST_SHOW_PREVIOUS_PAGE_COMMAND" link="AudioList"/>				<event name="OnSetup" command="SHOW_PAGE_COMMAND" link="Setup"/>			</eventList>		</osdPage>				<osdPage name="VideoListPage" 			file="medialibrary.jpg" 			selectedObject="ReturnButton">			<Lists>				<list name="VideoList"                                   					x="180" 					y="110" 					width="470" 					height="264" 					fontfile="SigmaOSD118x23" 					foregroundcolor="0xffffffff" 					backgroundcolor="0x80262b78" 					transparentcolor="0xffff0000"					type="LISTTYPE_FILE"					iconwidth="26"					keyleft="ReturnButton">					   					<eventList>						<event name="OnActivate" command="LIST_ACTIVATE_ITEM_COMMAND" link="LoadAVFileErrorPopup"/>						<event name="OnSelect" command="LIST_UPDATE_ITEM_INFO_COMMAND"/>						<event name="OnDeSelect" command="LIST_REMOVE_ITEM_INFO_COMMAND"/>						<event name="OnNext" command="LIST_SHOW_NEXT_PAGE_COMMAND" link="VideoList"/>						<event name="OnPrevious" command="LIST_SHOW_PREVIOUS_PAGE_COMMAND" link="VideoList"/>					</eventList>				</list>			</Lists>			<buttonList>				<button name="PreviousButton"					file="prevbutton.png" 					x="60" 					y="190" 					width="105" 					height="37"					keyright="VideoList">					<eventList>						<event name="OnActivate" command="PREVIOUS_COMMAND"/>					</eventList>				</button>   				<button name="NextButton"					file="nextbutton.png" 					x="60" 					y="235" 					width="105" 					height="37"					keyright="VideoList">					<eventList>						<event name="OnActivate" command="NEXT_COMMAND"/>					</eventList>	     				</button> 				<button name="PlayAllButton"					file="playallbutton.png" 					x="60" 					y="280" 					width="105" 					height="37"					keyright="VideoList">					<eventList>						<event name="OnActivate" command="PLAY_COMMAND"/>					</eventList>				</button>				<button name="ReturnButton"					file="returnbutton.png" 					x="60" 					y="325" 					width="105" 					height="37"					keyright="VideoList">					<eventList>						<event name="OnActivate" command="RETURN_COMMAND"/>						<event name="OnSelect" command="LIST_REMOVE_ITEM_INFO_COMMAND"/>					</eventList>				</button>			</buttonList>			<stringList>				<string name="VideoLabel"					x="180"					y="40"					width="250"					height="40"					text="Video"					fontfile="SigmaOSD127x36"					textalign="ALIGN_LEFT" 					foregroundcolor="0xffffffff">				</string>				<string name="FolderPathField"					x="210"					y="382"					width="500"					height="25"					text=""					fontfile="SigmaOSD118x23"					textalign="ALIGN_LEFT" 					foregroundcolor="0xffffffff">					<eventList>						<event name="OnUpdate" command="SET_FILE_PATH_COMMAND"/>					</eventList>				</string>				<string name="FileSizeLabel"					x="210"					y="410"					width="80"					height="25"					text="Size:"					fontfile="SigmaOSD118x23"					foregroundcolor="0xffffffff"/>				<string name="FileSizeField"					x="265"					y="410"					width="130"					height="25"					text=""					fontfile="SigmaOSD118x23"					foregroundcolor="0xffffffff">					<eventList>						<event name="OnUpdate" command="SET_FILE_SIZE_COMMAND"/>					</eventList>				</string>				<string name="FileCreatedLabel"					x="375"					y="410"					width="120"					height="25"					text="Created:"					fontfile="SigmaOSD118x23"					foregroundcolor="0xffffffff"/>				<string name="FileCreatedField"					x="465"					y="410"					width="400"					height="25"					text=""					fontfile="SigmaOSD118x23"					foregroundcolor="0xffffffff">                  					<eventList>						<event name="OnUpdate" command="SET_FILE_TIMESTAMP_COMMAND"/>					</eventList>				</string>			</stringList>      			<bitmapList>				<bitmap name="OpenFolderIcon"					file="openfoldericon.png"					x="180"					y="380"/>			</bitmapList>                                  			<eventList>				<event name="OnReturn" command="SHOW_PAGE_COMMAND" link="MediaLibrary"/>				<event name="OnLoadingFile" command="SHOW_LOADING_FILE_COMMAND" link="LoadingFileTable"/>				<event name="OnNext" command="LIST_SHOW_NEXT_PAGE_COMMAND" link="VideoList"/>				<event name="OnPrevious" command="LIST_SHOW_PREVIOUS_PAGE_COMMAND" link="VideoList"/>				<event name="OnSetup" command="SHOW_PAGE_COMMAND" link="Setup"/>			</eventList>		</osdPage>				<osdPage name="PicturesListPage" 			file="medialibrary.jpg" 			selectedObject="ReturnButton">			<Lists>				<list name="PicturesList"                                   					x="180" 					y="110" 					width="470" 					height="264" 					fontfile="SigmaOSD118x23" 					foregroundcolor="0xffffffff" 					backgroundcolor="0x80262b78" 					transparentcolor="0xffff0000"					type="LISTTYPE_FILE"					iconwidth="26"					keyleft="ReturnButton">					<eventList>						<event name="OnActivate" command="LIST_ACTIVATE_ITEM_COMMAND"/>						<event name="OnSelect" command="LIST_UPDATE_ITEM_INFO_COMMAND"/>						<event name="OnDeSelect" command="LIST_REMOVE_ITEM_INFO_COMMAND"/>						<event name="OnNext" command="LIST_SHOW_NEXT_PAGE_COMMAND" link="PicturesList"/>						<event name="OnPrevious" command="LIST_SHOW_PREVIOUS_PAGE_COMMAND" link="PicturesList"/>					</eventList>				</list>			</Lists>			<buttonList>				<button name="PreviousButton"					file="prevbutton.png" 					x="60" 					y="190" 					width="105" 					height="37"					keyright="PicturesList">					<eventList>						<event name="OnActivate" command="PREVIOUS_COMMAND"/>					</eventList>     				</button>   				<button name="NextButton"					file="nextbutton.png" 					x="60" 					y="235" 					width="105" 					height="37"					keyright="PicturesList">					<eventList>						<event name="OnActivate" command="NEXT_COMMAND"/>					</eventList>				</button> 				<button name="PlayAllButton"					file="playallbutton.png" 					x="60" 					y="280" 					width="105" 					height="37"					keyright="PicturesList">					<eventList>						<event name="OnActivate" command="PLAY_COMMAND"/>					</eventList>				</button>   				<button name="ReturnButton"					file="returnbutton.png" 					x="60" 					y="325" 					width="105" 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -