EditNoteFrame.xml 2.77 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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<Window size="410,672" bktrans="true">
	<Default name="VScrollBar" value="button1normalimage=&quot;file=&apos;Common\scrollbar.png&apos; source=&apos;0,0,16,16&apos;&quot; button1hotimage=&quot;file=&apos;Common\scrollbar.png&apos; source=&apos;16,0,32,16,16&apos;&quot; button1pushedimage=&quot;file=&apos;Common\scrollbar.png&apos; source=&apos;32,0,48,16&apos;&quot; button2normalimage=&quot;file=&apos;Common\scrollbar.png&apos; source=&apos;0,32,16,48&apos;&quot; button2hotimage=&quot;file=&apos;Common\scrollbar.png&apos; source=&apos;16,32,32,48&apos;&quot; button2pushedimage=&quot;file=&apos;Common\scrollbar.png&apos; source=&apos;32,32,48,48&apos;&quot; thumbnormalimage=&quot;file=&apos;Common\scrollbar.png&apos; source=&apos;0,48,16,64&apos; corner=&apos;0,2,0,2&apos;&quot; thumbhotimage=&quot;file=&apos;Common\scrollbar.png&apos; source=&apos;16,48,32,64&apos; corner=&apos;0,2,0,2&apos;&quot; thumbpushedimage=&quot;file=&apos;Common\scrollbar.png&apos; source=&apos;32,48,48,64&apos; corner=&apos;0,2,0,2&apos;&quot; bknormalimage=&quot;file=&apos;Common\scrollbar.png&apos; source=&apos;0,16,16,32&apos;&quot;" />
	
    <VerticalLayout>
        <VerticalLayout height="438" padding="0,40,0,0" bkimage="notes\note_bg_up.png">
			<Label align="center" height="60" textpadding="0,30,0,0" text="粘贴图片,请使用Ctrl+V" textcolor="0xFFFF0000" width="410"></Label>
			<RichEdit name="richedit1" bkimage="notes\edit_bg.png" width="330" padding="40,20,0,0" textcolor="#FF333333" bordercolor="0xe1e1e1" bordervisible="true" bordersize="1" inset="2,2,2,2" vscrollbar="true" autovscroll="true"/>
		</VerticalLayout>
		
		<VerticalLayout padding="0,0,0,0" bkimage="notes\note_bg_down.png">
			<VerticalLayout padding="40,20,0,0" name="edit_labels_Layout">
            </VerticalLayout>
             <VerticalLayout padding="40,0,0,0" width="330" align="center" height="3" bkimage="note_line.png">
            </VerticalLayout>
            <VerticalLayout height="38" padding="0,10,0,0">
                <HorizontalLayout padding="45,5,0,0">
                    <Button name="saveButton" width="105" padding="25,0,0,0" textcolor="#FF000000" disabledtextcolor="#FFA7A6AA" align="center" normalimage="notes\note_save_normal.png" hotimage="notes\note_save_click.png" pushedimage="notes\note_save_click.png" hottextcolor="#00CC1010" />
                    <Button name="cancelButton" width="105" padding="50,0,0,0" textcolor="#FF000000" disabledtextcolor="#FFA7A6AA" align="center" normalimage="notes\note_cancel_cnormal.png" hotimage="notes\note_cancel_click.png" pushedimage="notes\note_cancel_click.png" hottextcolor="#00CC1010" />
                </HorizontalLayout>
            </VerticalLayout>
		</VerticalLayout>
            
    </VerticalLayout>
</Window>