?prevdifflink? - Blame
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
<dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="NewClass" dlg:left="143" dlg:top="58" dlg:width="155" dlg:height="28" dlg:closeable="true" dlg:moveable="true" dlg:title="New Class">
<dlg:bulletinboard>
<dlg:text dlg:id="Label1" dlg:tab-index="1" dlg:left="6" dlg:top="9" dlg:width="23" dlg:height="10" dlg:value="Name:"/>
<dlg:button dlg:id="btnOk" dlg:tab-index="2" dlg:disabled="true" dlg:left="95" dlg:top="6" dlg:width="49" dlg:height="13" dlg:default="true" dlg:value="Ok">
<script:event script:event-name="on-performaction" script:macro-name="vnd.sun.star.script:HaExcelDev.ClassSheet.NewClass_btnOk_Click?language=Basic&location=application" script:language="Script"/>
</dlg:button>
<dlg:textfield dlg:id="txtClassName" dlg:tab-index="0" dlg:left="30" dlg:top="6" dlg:width="61" dlg:height="15">
<script:event script:event-name="on-textchange" script:macro-name="vnd.sun.star.script:HaExcelDev.ClassSheet.NewClass_txtClassName_Changed?language=Basic&location=application" script:language="Script"/>
</dlg:textfield>
</dlg:bulletinboard>
</dlg:window>
Generated by GNU Enscript 1.6.5.90.
|