| 1 |
<?xml version="1.0" standalone="no"?> |
|---|
| 2 |
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd"> |
|---|
| 3 |
|
|---|
| 4 |
<glade-interface> |
|---|
| 5 |
|
|---|
| 6 |
<widget class="GtkDialog" id="MainWindow"> |
|---|
| 7 |
<property name="width_request">500</property> |
|---|
| 8 |
<property name="height_request">650</property> |
|---|
| 9 |
<property name="visible">True</property> |
|---|
| 10 |
<property name="title" translatable="yes">Date / Time Properties</property> |
|---|
| 11 |
<property name="type">GTK_WINDOW_TOPLEVEL</property> |
|---|
| 12 |
<property name="window_position">GTK_WIN_POS_CENTER</property> |
|---|
| 13 |
<property name="modal">False</property> |
|---|
| 14 |
<property name="resizable">True</property> |
|---|
| 15 |
<property name="destroy_with_parent">False</property> |
|---|
| 16 |
<property name="has_separator">True</property> |
|---|
| 17 |
<signal name="delete_event" handler="on_MainWindow_close" last_modification_time="Wed, 22 Oct 2003 14:55:36 GMT"/> |
|---|
| 18 |
|
|---|
| 19 |
<child internal-child="vbox"> |
|---|
| 20 |
<widget class="GtkVBox" id="dialog-vbox1"> |
|---|
| 21 |
<property name="visible">True</property> |
|---|
| 22 |
<property name="homogeneous">False</property> |
|---|
| 23 |
<property name="spacing">0</property> |
|---|
| 24 |
|
|---|
| 25 |
<child internal-child="action_area"> |
|---|
| 26 |
<widget class="GtkHButtonBox" id="dialog-action_area1"> |
|---|
| 27 |
<property name="visible">True</property> |
|---|
| 28 |
<property name="layout_style">GTK_BUTTONBOX_END</property> |
|---|
| 29 |
|
|---|
| 30 |
<child> |
|---|
| 31 |
<widget class="GtkButton" id="helpbutton1"> |
|---|
| 32 |
<property name="visible">True</property> |
|---|
| 33 |
<property name="can_default">True</property> |
|---|
| 34 |
<property name="can_focus">True</property> |
|---|
| 35 |
<property name="label">gtk-help</property> |
|---|
| 36 |
<property name="use_stock">True</property> |
|---|
| 37 |
<property name="relief">GTK_RELIEF_NORMAL</property> |
|---|
| 38 |
<property name="response_id">-11</property> |
|---|
| 39 |
<signal name="clicked" handler="on_helpbutton1_clicked" last_modification_time="Wed, 22 Oct 2003 13:47:27 GMT"/> |
|---|
| 40 |
</widget> |
|---|
| 41 |
</child> |
|---|
| 42 |
|
|---|
| 43 |
<child> |
|---|
| 44 |
<widget class="GtkButton" id="cancelbutton1"> |
|---|
| 45 |
<property name="visible">True</property> |
|---|
| 46 |
<property name="can_default">True</property> |
|---|
| 47 |
<property name="can_focus">True</property> |
|---|
| 48 |
<property name="label">gtk-cancel</property> |
|---|
| 49 |
<property name="use_stock">True</property> |
|---|
| 50 |
<property name="relief">GTK_RELIEF_NORMAL</property> |
|---|
| 51 |
<property name="response_id">-6</property> |
|---|
| 52 |
<signal name="clicked" handler="on_cancelbutton1_clicked" last_modification_time="Wed, 22 Oct 2003 13:47:23 GMT"/> |
|---|
| 53 |
</widget> |
|---|
| 54 |
</child> |
|---|
| 55 |
|
|---|
| 56 |
<child> |
|---|
| 57 |
<widget class="GtkButton" id="okbutton1"> |
|---|
| 58 |
<property name="visible">True</property> |
|---|
| 59 |
<property name="can_default">True</property> |
|---|
| 60 |
<property name="can_focus">True</property> |
|---|
| 61 |
<property name="label">gtk-ok</property> |
|---|
| 62 |
<property name="use_stock">True</property> |
|---|
| 63 |
<property name="relief">GTK_RELIEF_NORMAL</property> |
|---|
| 64 |
<property name="response_id">-5</property> |
|---|
| 65 |
<signal name="clicked" handler="on_okbutton1_clicked" last_modification_time="Wed, 22 Oct 2003 13:47:19 GMT"/> |
|---|
| 66 |
</widget> |
|---|
| 67 |
</child> |
|---|
| 68 |
</widget> |
|---|
| 69 |
<packing> |
|---|
| 70 |
<property name="padding">0</property> |
|---|
| 71 |
<property name="expand">False</property> |
|---|
| 72 |
<property name="fill">True</property> |
|---|
| 73 |
<property name="pack_type">GTK_PACK_END</property> |
|---|
| 74 |
</packing> |
|---|
| 75 |
</child> |
|---|
| 76 |
|
|---|
| 77 |
<child> |
|---|
| 78 |
<widget class="GtkNotebook" id="notebook1"> |
|---|
| 79 |
<property name="visible">True</property> |
|---|
| 80 |
<property name="can_focus">True</property> |
|---|
| 81 |
<property name="show_tabs">True</property> |
|---|
| 82 |
<property name="show_border">True</property> |
|---|
| 83 |
<property name="tab_pos">GTK_POS_TOP</property> |
|---|
| 84 |
<property name="scrollable">False</property> |
|---|
| 85 |
<property name="enable_popup">False</property> |
|---|
| 86 |
|
|---|
| 87 |
<child> |
|---|
| 88 |
<widget class="GtkVBox" id="vbox1"> |
|---|
| 89 |
<property name="visible">True</property> |
|---|
| 90 |
<property name="homogeneous">False</property> |
|---|
| 91 |
<property name="spacing">0</property> |
|---|
| 92 |
|
|---|
| 93 |
<child> |
|---|
| 94 |
<widget class="GtkHBox" id="hbox1"> |
|---|
| 95 |
<property name="visible">True</property> |
|---|
| 96 |
<property name="homogeneous">True</property> |
|---|
| 97 |
<property name="spacing">0</property> |
|---|
| 98 |
|
|---|
| 99 |
<child> |
|---|
| 100 |
<widget class="GtkFrame" id="frame1"> |
|---|
| 101 |
<property name="border_width">8</property> |
|---|
| 102 |
<property name="visible">True</property> |
|---|
| 103 |
<property name="label_xalign">0</property> |
|---|
| 104 |
<property name="label_yalign">0.5</property> |
|---|
| 105 |
<property name="shadow_type">GTK_SHADOW_ETCHED_IN</property> |
|---|
| 106 |
|
|---|
| 107 |
<child> |
|---|
| 108 |
<widget class="GtkCalendar" id="calendar1"> |
|---|
| 109 |
<property name="visible">True</property> |
|---|
| 110 |
<property name="can_focus">True</property> |
|---|
| 111 |
<property name="display_options">GTK_CALENDAR_SHOW_HEADING|GTK_CALENDAR_SHOW_DAY_NAMES</property> |
|---|
| 112 |
<signal name="day_selected" handler="on_calendar1_day_selected" last_modification_time="Sat, 25 Oct 2003 18:18:56 GMT"/> |
|---|
| 113 |
<signal name="month_changed" handler="on_calendar1_month_changed" last_modification_time="Sat, 25 Oct 2003 18:18:59 GMT"/> |
|---|
| 114 |
</widget> |
|---|
| 115 |
</child> |
|---|
| 116 |
|
|---|
| 117 |
<child> |
|---|
| 118 |
<widget class="GtkLabel" id="label3"> |
|---|
| 119 |
<property name="visible">True</property> |
|---|
| 120 |
<property name="label" translatable="yes">Date</property> |
|---|
| 121 |
<property name="use_underline">False</property> |
|---|
| 122 |
<property name="use_markup">False</property> |
|---|
| 123 |
<property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 124 |
<property name="wrap">False</property> |
|---|
| 125 |
<property name="selectable">False</property> |
|---|
| 126 |
<property name="xalign">0.5</property> |
|---|
| 127 |
<property name="yalign">0.5</property> |
|---|
| 128 |
<property name="xpad">0</property> |
|---|
| 129 |
<property name="ypad">0</property> |
|---|
| 130 |
</widget> |
|---|
| 131 |
<packing> |
|---|
| 132 |
<property name="type">label_item</property> |
|---|
| 133 |
</packing> |
|---|
| 134 |
</child> |
|---|
| 135 |
</widget> |
|---|
| 136 |
<packing> |
|---|
| 137 |
<property name="padding">0</property> |
|---|
| 138 |
<property name="expand">True</property> |
|---|
| 139 |
<property name="fill">True</property> |
|---|
| 140 |
</packing> |
|---|
| 141 |
</child> |
|---|
| 142 |
|
|---|
| 143 |
<child> |
|---|
| 144 |
<widget class="GtkFrame" id="frame2"> |
|---|
| 145 |
<property name="border_width">8</property> |
|---|
| 146 |
<property name="visible">True</property> |
|---|
| 147 |
<property name="label_xalign">0</property> |
|---|
| 148 |
<property name="label_yalign">0.5</property> |
|---|
| 149 |
<property name="shadow_type">GTK_SHADOW_ETCHED_IN</property> |
|---|
| 150 |
|
|---|
| 151 |
<child> |
|---|
| 152 |
<widget class="GtkTable" id="table1"> |
|---|
| 153 |
<property name="visible">True</property> |
|---|
| 154 |
<property name="n_rows">4</property> |
|---|
| 155 |
<property name="n_columns">2</property> |
|---|
| 156 |
<property name="homogeneous">True</property> |
|---|
| 157 |
<property name="row_spacing">0</property> |
|---|
| 158 |
<property name="column_spacing">0</property> |
|---|
| 159 |
|
|---|
| 160 |
<child> |
|---|
| 161 |
<widget class="GtkLabel" id="label6"> |
|---|
| 162 |
<property name="visible">True</property> |
|---|
| 163 |
<property name="label" translatable="yes">Current Time:</property> |
|---|
| 164 |
<property name="use_underline">False</property> |
|---|
| 165 |
<property name="use_markup">False</property> |
|---|
| 166 |
<property name="justify">GTK_JUSTIFY_RIGHT</property> |
|---|
| 167 |
<property name="wrap">False</property> |
|---|
| 168 |
<property name="selectable">False</property> |
|---|
| 169 |
<property name="xalign">0</property> |
|---|
| 170 |
<property name="yalign">0.5</property> |
|---|
| 171 |
<property name="xpad">0</property> |
|---|
| 172 |
<property name="ypad">0</property> |
|---|
| 173 |
</widget> |
|---|
| 174 |
<packing> |
|---|
| 175 |
<property name="left_attach">0</property> |
|---|
| 176 |
<property name="right_attach">1</property> |
|---|
| 177 |
<property name="top_attach">0</property> |
|---|
| 178 |
<property name="bottom_attach">1</property> |
|---|
| 179 |
<property name="x_options">fill</property> |
|---|
| 180 |
<property name="y_options"></property> |
|---|
| 181 |
</packing> |
|---|
| 182 |
</child> |
|---|
| 183 |
|
|---|
| 184 |
<child> |
|---|
| 185 |
<widget class="GtkLabel" id="label7"> |
|---|
| 186 |
<property name="visible">True</property> |
|---|
| 187 |
<property name="label" translatable="yes">00:00:00</property> |
|---|
| 188 |
<property name="use_underline">False</property> |
|---|
| 189 |
<property name="use_markup">False</property> |
|---|
| 190 |
<property name="justify">GTK_JUSTIFY_RIGHT</property> |
|---|
| 191 |
<property name="wrap">False</property> |
|---|
| 192 |
<property name="selectable">False</property> |
|---|
| 193 |
<property name="xalign">0</property> |
|---|
| 194 |
<property name="yalign">0.5</property> |
|---|
| 195 |
<property name="xpad">0</property> |
|---|
| 196 |
<property name="ypad">0</property> |
|---|
| 197 |
</widget> |
|---|
| 198 |
<packing> |
|---|
| 199 |
<property name="left_attach">1</property> |
|---|
| 200 |
<property name="right_attach">2</property> |
|---|
| 201 |
<property name="top_attach">0</property> |
|---|
| 202 |
<property name="bottom_attach">1</property> |
|---|
| 203 |
<property name="x_options">fill</property> |
|---|
| 204 |
<property name="y_options"></property> |
|---|
| 205 |
</packing> |
|---|
| 206 |
</child> |
|---|
| 207 |
|
|---|
| 208 |
<child> |
|---|
| 209 |
<widget class="GtkLabel" id="label8"> |
|---|
| 210 |
<property name="visible">True</property> |
|---|
| 211 |
<property name="label" translatable="yes">Hour:</property> |
|---|
| 212 |
<property name="use_underline">False</property> |
|---|
| 213 |
<property name="use_markup">False</property> |
|---|
| 214 |
<property name="justify">GTK_JUSTIFY_RIGHT</property> |
|---|
| 215 |
<property name="wrap">False</property> |
|---|
| 216 |
<property name="selectable">False</property> |
|---|
| 217 |
<property name="xalign">0</property> |
|---|
| 218 |
<property name="yalign">0.5</property> |
|---|
| 219 |
<property name="xpad">0</property> |
|---|
| 220 |
<property name="ypad">0</property> |
|---|
| 221 |
</widget> |
|---|
| 222 |
<packing> |
|---|
| 223 |
<property name="left_attach">0</property> |
|---|
| 224 |
<property name="right_attach">1</property> |
|---|
| 225 |
<property name="top_attach">1</property> |
|---|
| 226 |
<property name="bottom_attach">2</property> |
|---|
| 227 |
<property name="x_options">fill</property> |
|---|
| 228 |
<property name="y_options"></property> |
|---|
| 229 |
</packing> |
|---|
| 230 |
</child> |
|---|
| 231 |
|
|---|
| 232 |
<child> |
|---|
| 233 |
<widget class="GtkLabel" id="label9"> |
|---|
| 234 |
<property name="visible">True</property> |
|---|
| 235 |
<property name="label" translatable="yes">Minute:</property> |
|---|
| 236 |
<property name="use_underline">False</property> |
|---|
| 237 |
<property name="use_markup">False</property> |
|---|
| 238 |
<property name="justify">GTK_JUSTIFY_RIGHT</property> |
|---|
| 239 |
<property name="wrap">False</property> |
|---|
| 240 |
<property name="selectable">False</property> |
|---|
| 241 |
<property name="xalign">0</property> |
|---|
| 242 |
<property name="yalign">0.5</property> |
|---|
| 243 |
<property name="xpad">0</property> |
|---|
| 244 |
<property name="ypad">0</property> |
|---|
| 245 |
</widget> |
|---|
| 246 |
<packing> |
|---|
| 247 |
<property name="left_attach">0</property> |
|---|
| 248 |
<property name="right_attach">1</property> |
|---|
| 249 |
<property name="top_attach">2</property> |
|---|
| 250 |
<property name="bottom_attach">3</property> |
|---|
| 251 |
<property name="x_options">fill</property> |
|---|
| 252 |
<property name="y_options"></property> |
|---|
| 253 |
</packing> |
|---|
| 254 |
</child> |
|---|
| 255 |
|
|---|
| 256 |
<child> |
|---|
| 257 |
<widget class="GtkLabel" id="label10"> |
|---|
| 258 |
<property name="visible">True</property> |
|---|
| 259 |
<property name="label" translatable="yes">Second:</property> |
|---|
| 260 |
<property name="use_underline">False</property> |
|---|
| 261 |
<property name="use_markup">False</property> |
|---|
| 262 |
<property name="justify">GTK_JUSTIFY_RIGHT</property> |
|---|
| 263 |
<property name="wrap">False</property> |
|---|
| 264 |
<property name="selectable">False</property> |
|---|
| 265 |
<property name="xalign">0</property> |
|---|
| 266 |
<property name="yalign">0.5</property> |
|---|
| 267 |
<property name="xpad">0</property> |
|---|
| 268 |
<property name="ypad">0</property> |
|---|
| 269 |
</widget> |
|---|
| 270 |
<packing> |
|---|
| 271 |
<property name="left_attach">0</property> |
|---|
| 272 |
<property name="right_attach">1</property> |
|---|
| 273 |
<property name="top_attach">3</property> |
|---|
| 274 |
<property name="bottom_attach">4</property> |
|---|
| 275 |
<property name="x_options">fill</property> |
|---|
| 276 |
<property name="y_options"></property> |
|---|
| 277 |
</packing> |
|---|
| 278 |
</child> |
|---|
| 279 |
|
|---|
| 280 |
<child> |
|---|
| 281 |
<widget class="GtkSpinButton" id="spinbutton1"> |
|---|
| 282 |
<property name="visible">True</property> |
|---|
| 283 |
<property name="can_focus">True</property> |
|---|
| 284 |
<property name="climb_rate">1</property> |
|---|
| 285 |
<property name="digits">0</property> |
|---|
| 286 |
<property name="numeric">True</property> |
|---|
| 287 |
<property name="update_policy">GTK_UPDATE_ALWAYS</property> |
|---|
| 288 |
<property name="snap_to_ticks">True</property> |
|---|
| 289 |
<property name="wrap">True</property> |
|---|
| 290 |
<property name="adjustment">22 0 23 1 10 10</property> |
|---|
| 291 |
<signal name="changed" handler="on_spinbutton1_changed" last_modification_time="Sat, 25 Oct 2003 18:58:42 GMT"/> |
|---|
| 292 |
</widget> |
|---|
| 293 |
<packing> |
|---|
| 294 |
<property name="left_attach">1</property> |
|---|
| 295 |
<property name="right_attach">2</property> |
|---|
| 296 |
<property name="top_attach">1</property> |
|---|
| 297 |
<property name="bottom_attach">2</property> |
|---|
| 298 |
<property name="y_options"></property> |
|---|
| 299 |
</packing> |
|---|
| 300 |
</child> |
|---|
| 301 |
|
|---|
| 302 |
<child> |
|---|
| 303 |
<widget class="GtkSpinButton" id="spinbutton2"> |
|---|
| 304 |
<property name="visible">True</property> |
|---|
| 305 |
<property name="can_focus">True</property> |
|---|
| 306 |
<property name="climb_rate">1</property> |
|---|
| 307 |
<property name="digits">0</property> |
|---|
| 308 |
<property name="numeric">True</property> |
|---|
| 309 |
<property name="update_policy">GTK_UPDATE_ALWAYS</property> |
|---|
| 310 |
<property name="snap_to_ticks">True</property> |
|---|
| 311 |
<property name="wrap">True</property> |
|---|
| 312 |
<property name="adjustment">0 0 59 1 10 10</property> |
|---|
| 313 |
<signal name="changed" handler="on_spinbutton2_changed" last_modification_time="Sat, 25 Oct 2003 18:58:54 GMT"/> |
|---|
| 314 |
</widget> |
|---|
| 315 |
<packing> |
|---|
| 316 |
<property name="left_attach">1</property> |
|---|
| 317 |
<property name="right_attach">2</property> |
|---|
| 318 |
<property name="top_attach">2</property> |
|---|
| 319 |
<property name="bottom_attach">3</property> |
|---|
| 320 |
<property name="y_options"></property> |
|---|
| 321 |
</packing> |
|---|
| 322 |
</child> |
|---|
| 323 |
|
|---|
| 324 |
<child> |
|---|
| 325 |
<widget class="GtkSpinButton" id="spinbutton3"> |
|---|
| 326 |
<property name="visible">True</property> |
|---|
| 327 |
<property name="can_focus">True</property> |
|---|
| 328 |
<property name="climb_rate">1</property> |
|---|
| 329 |
<property name="digits">0</property> |
|---|
| 330 |
<property name="numeric">True</property> |
|---|
| 331 |
<property name="update_policy">GTK_UPDATE_ALWAYS</property> |
|---|
| 332 |
<property name="snap_to_ticks">True</property> |
|---|
| 333 |
<property name="wrap">True</property> |
|---|
| 334 |
<property name="adjustment">0 0 59 1 10 10</property> |
|---|
| 335 |
<signal name="changed" handler="on_spinbutton3_changed" last_modification_time="Sat, 25 Oct 2003 18:58:58 GMT"/> |
|---|
| 336 |
</widget> |
|---|
| 337 |
<packing> |
|---|
| 338 |
<property name="left_attach">1</property> |
|---|
| 339 |
<property name="right_attach">2</property> |
|---|
| 340 |
<property name="top_attach">3</property> |
|---|
| 341 |
<property name="bottom_attach">4</property> |
|---|
| 342 |
<property name="y_options"></property> |
|---|
| 343 |
</packing> |
|---|
| 344 |
</child> |
|---|
| 345 |
</widget> |
|---|
| 346 |
</child> |
|---|
| 347 |
|
|---|
| 348 |
<child> |
|---|
| 349 |
<widget class="GtkLabel" id="label4"> |
|---|
| 350 |
<property name="visible">True</property> |
|---|
| 351 |
<property name="label" translatable="yes">Time</property> |
|---|
| 352 |
<property name="use_underline">False</property> |
|---|
| 353 |
<property name="use_markup">False</property> |
|---|
| 354 |
<property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 355 |
<property name="wrap">False</property> |
|---|
| 356 |
<property name="selectable">False</property> |
|---|
| 357 |
<property name="xalign">0.5</property> |
|---|
| 358 |
<property name="yalign">0.5</property> |
|---|
| 359 |
<property name="xpad">0</property> |
|---|
| 360 |
<property name="ypad">0</property> |
|---|
| 361 |
&nbs |
|---|