ShareNoteMoveFrame.xml 3.59 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<Window size="818,670" bktrans="true" sizebox="0,0,0,0" caption="0,0,0,64" roundcorner="4,4" >
	<Font name="微软雅黑" size="18" bold="false" italic="false" />
	 <Default name="VScrollBar" value="button1normalimage=&quot;file=&apos;reader\Common\scrollbar.png&apos; source=&apos;0,0,16,16&apos;&quot; button1hotimage=&quot;file=&apos;reader\Common\scrollbar.png&apos; source=&apos;16,0,32,16,16&apos;&quot; button1pushedimage=&quot;file=&apos;reader\Common\scrollbar.png&apos; source=&apos;32,0,48,16&apos;&quot; button2normalimage=&quot;file=&apos;reader\Common\scrollbar.png&apos; source=&apos;0,32,16,48&apos;&quot; button2hotimage=&quot;file=&apos;reader\Common\scrollbar.png&apos; source=&apos;16,32,32,48&apos;&quot; button2pushedimage=&quot;file=&apos;reader\Common\scrollbar.png&apos; source=&apos;32,32,48,48&apos;&quot; thumbnormalimage=&quot;file=&apos;reader\Common\scrollbar.png&apos; source=&apos;0,48,16,64&apos; corner=&apos;0,2,0,2&apos;&quot; thumbhotimage=&quot;file=&apos;reader\Common\scrollbar.png&apos; source=&apos;16,48,32,64&apos; corner=&apos;0,2,0,2&apos;&quot; thumbpushedimage=&quot;file=&apos;reader\Common\scrollbar.png&apos; source=&apos;32,48,48,64&apos; corner=&apos;0,2,0,2&apos;&quot; bknormalimage=&quot;file=&apos;reader\Common\scrollbar.png&apos; source=&apos;0,16,16,32&apos;&quot;" />
	<VerticalLayout  inset="0,0,0,0" bkcolor="#FFFFFFFF" bordercolor="#ff7dc597" bordersize="2" >
		<HorizontalLayout height="64" gradient="hor" bkcolor1="#ff7dc597" bkcolor2="#ff56bb91">
				<Label  height="22" width="22" bkimage="reader\MoveNote\icon.png" padding="20,21,0,0"/>
			    <Label  text="请选择需要移动到的目标任务" padding="20,0,0,0" font="0" width="300" textcolor="#ffffffff"/>
				<Button name="close_button" float="true" pos="778,21,800,43"  bkimage="reader\popup\close_button.png" />		
		</HorizontalLayout>

		<HorizontalLayout height="88" pading="0,2,0,0">
			<Option  width="409"  height="88"  group="switch"  selected="true" bkimage="reader\MoveNote\unfinished_tasks.png" selectedimage="reader\MoveNote\unfinished_tasks_p.png" name="alive" font="0" padding="2,0,0,0"/>
			<Option  width="409"  height="88"  group="switch"  bkimage="reader\MoveNote\deadlocked_tasks.png" selectedimage="reader\MoveNote\deadlocked_tasks_p.png" name="died" font="0" padding="-4,0,0,0"/>
		</HorizontalLayout>


		<HorizontalLayout height="400" padding="29,38,29,0" >
			<VerticalLayout name="no_folder" vscrollbar="true" width="780">
				<HorizontalLayout />
					 <Label  text="暂无可以移至的任务" padding="20,0,0,0" font="0" width="780" textcolor="#ffff0000" align="center"/>
				<HorizontalLayout />
			</VerticalLayout>

			<VerticalLayout name="folder_list" vscrollbar="true" width="780">
				
			</VerticalLayout>
		</HorizontalLayout>

		
		<HorizontalLayout height="30" padding="0,30,0,0">
			<VerticalLayout width="545"/>
			<Button name="ok_button" width="98" height="24" padding="0,3,0,0"  align="center" text="确认" font="0"normalimage="reader/AddNote/button_blue.png" hotimage="reader/AddNote/button_blue_n.png" pushedimage="reader/AddNote/button_blue_p.png" textcolor="#ff7dc597" hottextcolor="#ff7dc597" pushedtextcolor="#FFFFFFFF"  ></Button>

			<Button name="close_button" width="98" height="24" padding="28,3,0,0"  align="center" text="取消" font="0"normalimage="reader/AddNote/cancel_button_gray.png" hotimage="reader/AddNote/cancel_button_gray_n.png" pushedimage="reader/AddNote/cancel_button_gray_p.png" textcolor="#FF898989" hottextcolor="#FF898989" pushedtextcolor="#FFFFFFFF"  ></Button>
		</HorizontalLayout>
		
	</VerticalLayout>
</Window>