ShareteacherAddFolderFrame.xml 4.47 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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<Window size="858,700" bktrans="true" sizebox="0,0,0,0" caption="0,0,0,86"  roundcorner="8,8">
	<Font name="微软雅黑" size="24" 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="3">
		<HorizontalLayout height="86" gradient="hor" bkcolor1="#ff7dc597" bkcolor2="#ff56bb91">
			<VerticalLayout />
			<HorizontalLayout width="38" padding="0,0,0,0" >
				<Button name="close_button" padding="0,27,0,0" height="32" width="32" normalimage="reader\popup\close_button.png" hotimage="reader\popup\close_button.png" pushedimage="reader\popup\close_button.png" />
			</HorizontalLayout>		
			<VerticalLayout width="30"/>			
		</HorizontalLayout>

		<HorizontalLayout height="44" padding="44,28,0,0">
			<Label  font="0" padding="0,0,0,0" text="请输入任务名称" ></Label>
		</HorizontalLayout>

		<HorizontalLayout height="44" padding="0,14,0,0">
			<VerticalLayout />
			<Edit  font="0" padding="0,0,0,0"  width="772" bordercolor="#FFCDCDCD" bordersize="1"  name="add_folder_name" />
			<VerticalLayout />
		</HorizontalLayout>

		

		<HorizontalLayout height="44" padding="44,28,0,0" name="add_folder_class_title">
			<Label  font="0" padding="0,0,0,0" text="所属班级(可多选)" font="0"></Label>
		</HorizontalLayout>
		
		<HorizontalLayout height="150" padding="43,14,0,0" >
			<Label  font="0" padding="0,0,0,0" text="无法修改班级信息" font="0" width="772" height="130" align="center" name="modify_class_info" visible="false" textcolor="#FFFF0000"/>
			<VerticalLayout name="add_folder_class" vscrollbar="true" width="772" >
				
			</VerticalLayout>
		</HorizontalLayout>


		<HorizontalLayout height="44" padding="44,44,0,0">
			<Label  font="0" padding="0,0,0,0" text="截止日期" font="0"></Label>
		</HorizontalLayout>

		<HorizontalLayout height="72" padding="44,14,0,0" >
			<DateTime name="datetime_endding_share"  width="430" height="44" bkcolor="#FFE2E5EA" padding="4,20,0,0"  font="0"/> 
			<Combo name="ComboHour" width="216" height="44" padding="20,20,0,0" itemtextcolor="#FF000000" itemselectedtextcolor="#FF000000" itemselectedbkcolor="#FFC1E3FF" itemhottextcolor="#FF000000" itemhotbkcolor="#FFE9F5FF" itemdisabledtextcolor="#FFCCCCCC" itemdisabledbkcolor="#FFFFFFFF" dropboxsize="0,500" bkimage="reader\\Common\\combo_class_select.png" itemfont="0" vscrollbar="true" textpadding="15,0,0,0" itemalign="center">
							</Combo>
			<Label  font="0" padding="10,10,0,0" text="点" font="0"></Label>
		</HorizontalLayout>


		

		<HorizontalLayout height="60" padding="58,30,0,0">
			<VerticalLayout width="465"/>
			<Button name="ok_button" width="140" height="34" padding="0,13,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="#ff56bb91" hottextcolor="#ff56bb91" pushedtextcolor="#FFFFFFFF"  ></Button>

			<Button name="close_button" width="140" height="34" padding="29,13,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>