120 lines
3.5 KiB
XML
120 lines
3.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<!-- interface-requires gtk+ 3.0 -->
|
|
<template class="CcFormatPreview" parent="GtkBox">
|
|
<property name="margin-top">24</property>
|
|
<property name="margin-bottom">24</property>
|
|
<property name="margin-start">24</property>
|
|
<property name="margin-end">24</property>
|
|
<property name="hexpand">True</property>
|
|
<property name="spacing">4</property>
|
|
<property name="orientation">vertical</property>
|
|
|
|
<!-- Dates -->
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="xalign">0</property>
|
|
<property name="label" translatable="yes">Dates</property>
|
|
<style>
|
|
<class name="dim-label"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel" id="date_format_label">
|
|
<property name="xalign">0</property>
|
|
<property name="label">23 January 2013</property>
|
|
</object>
|
|
</child>
|
|
|
|
<!-- Times -->
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="xalign">0</property>
|
|
<property name="margin-top">18</property>
|
|
<property name="label" translatable="yes">Times</property>
|
|
<style>
|
|
<class name="dim-label"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel" id="time_format_label">
|
|
<property name="xalign">0</property>
|
|
<property name="label">11:31 AM</property>
|
|
</object>
|
|
</child>
|
|
|
|
<!-- Date & Times -->
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="xalign">0</property>
|
|
<property name="margin-top">18</property>
|
|
<property name="label" translatable="yes">Dates & Times</property>
|
|
<style>
|
|
<class name="dim-label"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel" id="date_time_format_label">
|
|
<property name="xalign">0</property>
|
|
<property name="label">Sun Wed 2 11:31:00 KST 2013</property>
|
|
</object>
|
|
</child>
|
|
|
|
<!-- Numbers -->
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="xalign">0</property>
|
|
<property name="margin-top">18</property>
|
|
<property name="label" translatable="yes">Numbers</property>
|
|
<style>
|
|
<class name="dim-label"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel" id="number_format_label">
|
|
<property name="xalign">0</property>
|
|
<property name="label">123,456,789.00</property>
|
|
</object>
|
|
</child>
|
|
|
|
<!-- Measurement -->
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="xalign">0</property>
|
|
<property name="margin-top">18</property>
|
|
<property name="label" translatable="yes">Measurement</property>
|
|
<style>
|
|
<class name="dim-label"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel" id="measurement_format_label">
|
|
<property name="xalign">0</property>
|
|
<property name="label">Metric</property>
|
|
</object>
|
|
</child>
|
|
|
|
<!-- Paper -->
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="xalign">0</property>
|
|
<property name="margin-top">18</property>
|
|
<property name="label" translatable="yes">Paper</property>
|
|
<style>
|
|
<class name="dim-label"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel" id="paper_format_label">
|
|
<property name="xalign">0</property>
|
|
<property name="label">A4</property>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|