You are on page 1of 2

<customUI xmlns="http://schemas.microsoft.

com/office/2006/01/customui" >

<ribbon startFromScratch="true">

<tabs>

<tab id="tab0" label="AGENDA SURAT KELUAR" >

<group id="grp0" label="MASTER INPUT DATA" >

<button id="btn0" size="large" label="ASK" imageMso="NewDistributionList"


tag="RibbonName:=;inMenu:=;CustomTagValue1:=;CustomTagValue2:=;CustomTagValue3:=;Custom
Picture:=;CustomPicturePath:=" onAction="MENU" />

</group>

<group id="grp1" label="LAPORAN" >

<button id="btn1" size="large" label="PRINT" imageMso="PrintDialogAccess"


tag="RibbonName:=;inMenu:=;CustomTagValue1:=;CustomTagValue2:=;CustomTagValue3:=;Custom
Picture:=;CustomPicturePath:=" onAction="PRINT" />

</group>

<group id="grpexim" label="Exspor Impor Data">

<menu id="mnu1" size="large" itemSize="large" imageMso="FileSaveAsExcel97_2003"


tag="RibbonName:=;inMenu:=;CustomTagValue1:=;CustomTagValue2:=;CustomTagValue3:=;Custom
Picture:=;CustomPicturePath:=" >

<button idMso="ExportExcel" label="Exspor"


tag="RibbonName:=;inMenu:=mnu1;CustomTagValue1:=;CustomTagValue2:=;CustomTagValue3:=;C
ustomPicture:=;CustomPicturePath:=" />

<button idMso="ImportExcel" label="Import"


tag="RibbonName:=;inMenu:=mnu1;CustomTagValue1:=;CustomTagValue2:=;CustomTagValue3:=;C
ustomPicture:=;CustomPicturePath:=" />

</menu>

<!--End menu (mnu1) NOT delete this remark-->

<separator id="sep3"/>

<menu id="mnu5" size="large" itemSize="large" imageMso="FileSaveAsAccess2007"


tag="RibbonName:=;inMenu:=;CustomTagValue1:=;CustomTagValue2:=;CustomTagValue3:=;Custom
Picture:=;CustomPicturePath:=" >

<button idMso="ImportAccess" label="Import"


tag="RibbonName:=;inMenu:=mnu5;CustomTagValue1:=;CustomTagValue2:=;CustomTagValue3:=;C
ustomPicture:=;CustomPicturePath:=" />
<button idMso="FileSaveAsAccess2002_2003" label="Export"
tag="RibbonName:=;inMenu:=mnu5;CustomTagValue1:=;CustomTagValue2:=;CustomTagValue3:=;C
ustomPicture:=;CustomPicturePath:=" />

</menu>

<!--End menu (mnu5) NOT delete this remark-->

</group>

<group id="grpsetup" label="Print ">

<button idMso="PrintDialogAccess" size="large" label="Print"


tag="RibbonName:=;inMenu:=;CustomTagValue1:=;CustomTagValue2:=;CustomTagValue3:=;Custom
Picture:=;CustomPicturePath:=" onAction="OnActionButton" />

<button idMso="FilePrintPreview" size="large" label="Preview"


tag="RibbonName:=;inMenu:=;CustomTagValue1:=;CustomTagValue2:=;CustomTagValue3:=;Custom
Picture:=;CustomPicturePath:=" onAction="OnActionButton" />

<button idMso="PrintPreviewClose" size="large" label="Tutup"


tag="RibbonName:=;inMenu:=;CustomTagValue1:=;CustomTagValue2:=;CustomTagValue3:=;Custom
Picture:=;CustomPicturePath:=" onAction="OnActionButton" />

<button idMso="PageSetupDialog" size="large" label="Pengaturan halaman"


tag="RibbonName:=;inMenu:=;CustomTagValue1:=;CustomTagValue2:=;CustomTagValue3:=;Custom
Picture:=;CustomPicturePath:=" onAction="OnActionButton" />

</group>

</tab>

</tabs>

</ribbon>

</customUI>

You might also like