1<?xml version="1.0" encoding="UTF-8"?> 2<!-- Generated with glade 3.36.0 --> 3<interface domain="sw"> 4 <requires lib="gtk+" version="3.20"/> 5 <object class="GtkAdjustment" id="adjustment1"> 6 <property name="lower">1</property> 7 <property name="upper">16000</property> 8 <property name="step_increment">1</property> 9 <property name="page_increment">10</property> 10 </object> 11 <object class="GtkAdjustment" id="adjustment2"> 12 <property name="lower">1</property> 13 <property name="upper">16000</property> 14 <property name="step_increment">1</property> 15 <property name="page_increment">10</property> 16 </object> 17 <object class="GtkDialog" id="MMResultEmailDialog"> 18 <property name="can_focus">False</property> 19 <property name="border_width">6</property> 20 <property name="title" translatable="yes" context="mmresultemaildialog|MMResultEmailDialog">Email merged document</property> 21 <property name="modal">True</property> 22 <property name="default_width">0</property> 23 <property name="default_height">0</property> 24 <property name="type_hint">dialog</property> 25 <child internal-child="vbox"> 26 <object class="GtkBox" id="dialog-vbox1"> 27 <property name="can_focus">False</property> 28 <property name="orientation">vertical</property> 29 <property name="spacing">12</property> 30 <child internal-child="action_area"> 31 <object class="GtkButtonBox" id="dialog-action_area1"> 32 <property name="can_focus">False</property> 33 <property name="layout_style">end</property> 34 <child> 35 <object class="GtkButton" id="ok"> 36 <property name="label" translatable="yes" context="mmresultemaildialog|ok">Send Documents</property> 37 <property name="visible">True</property> 38 <property name="can_focus">True</property> 39 <property name="can_default">True</property> 40 <property name="has_default">True</property> 41 <property name="receives_default">True</property> 42 <child internal-child="accessible"> 43 <object class="AtkObject" id="ok-atkobject"> 44 <property name="AtkObject::accessible-description" translatable="yes" context="mmresultemaildialog|extended_tip|ok">Click to start sending emails.</property> 45 </object> 46 </child> 47 </object> 48 <packing> 49 <property name="expand">False</property> 50 <property name="fill">True</property> 51 <property name="position">0</property> 52 </packing> 53 </child> 54 <child> 55 <object class="GtkButton" id="cancel"> 56 <property name="label" translatable="yes" context="stock">_Cancel</property> 57 <property name="visible">True</property> 58 <property name="can_focus">True</property> 59 <property name="receives_default">True</property> 60 <property name="use-underline">True</property> 61 </object> 62 <packing> 63 <property name="expand">False</property> 64 <property name="fill">True</property> 65 <property name="position">1</property> 66 </packing> 67 </child> 68 <child> 69 <object class="GtkButton" id="help"> 70 <property name="label" translatable="yes" context="stock">_Help</property> 71 <property name="visible">True</property> 72 <property name="can_focus">True</property> 73 <property name="receives_default">True</property> 74 <property name="use-underline">True</property> 75 </object> 76 <packing> 77 <property name="expand">False</property> 78 <property name="fill">True</property> 79 <property name="position">2</property> 80 </packing> 81 </child> 82 </object> 83 <packing> 84 <property name="expand">False</property> 85 <property name="fill">True</property> 86 <property name="pack_type">end</property> 87 <property name="position">0</property> 88 </packing> 89 </child> 90 <child> 91 <object class="GtkFrame" id="frame"> 92 <property name="visible">True</property> 93 <property name="can_focus">False</property> 94 <property name="hexpand">True</property> 95 <property name="label_xalign">0</property> 96 <property name="shadow_type">none</property> 97 <child> 98 <!-- n-columns=1 n-rows=1 --> 99 <object class="GtkGrid" id="grid2"> 100 <property name="visible">True</property> 101 <property name="can_focus">False</property> 102 <property name="hexpand">True</property> 103 <property name="vexpand">True</property> 104 <property name="row_spacing">6</property> 105 <property name="margin-start">12</property> 106 <property name="margin-top">6</property> 107 <child> 108 <!-- n-columns=1 n-rows=1 --> 109 <object class="GtkGrid" id="grid5"> 110 <property name="visible">True</property> 111 <property name="can_focus">False</property> 112 <property name="hexpand">True</property> 113 <property name="row_spacing">6</property> 114 <property name="column_spacing">12</property> 115 <child> 116 <object class="GtkLabel" id="mailtoft"> 117 <property name="visible">True</property> 118 <property name="can_focus">False</property> 119 <property name="label" translatable="yes" context="mmresultemaildialog|mailtoft">T_o</property> 120 <property name="use_underline">True</property> 121 <property name="mnemonic_widget">mailto</property> 122 <property name="xalign">0</property> 123 </object> 124 <packing> 125 <property name="left_attach">0</property> 126 <property name="top_attach">0</property> 127 </packing> 128 </child> 129 <child> 130 <object class="GtkComboBoxText" id="mailto"> 131 <property name="visible">True</property> 132 <property name="can_focus">False</property> 133 <property name="hexpand">True</property> 134 <child internal-child="accessible"> 135 <object class="AtkObject" id="mailto-atkobject"> 136 <property name="AtkObject::accessible-description" translatable="yes" context="mmresultemaildialog|extended_tip|mailto">Select the database field that contains the email address of the recipient.</property> 137 </object> 138 </child> 139 </object> 140 <packing> 141 <property name="left_attach">1</property> 142 <property name="top_attach">0</property> 143 </packing> 144 </child> 145 <child> 146 <object class="GtkButton" id="copyto"> 147 <property name="label" translatable="yes" context="mmresultemaildialog|copyto">_Copy to...</property> 148 <property name="visible">True</property> 149 <property name="can_focus">True</property> 150 <property name="receives_default">True</property> 151 <property name="use_underline">True</property> 152 <child internal-child="accessible"> 153 <object class="AtkObject" id="copyto-atkobject"> 154 <property name="AtkObject::accessible-description" translatable="yes" context="mmresultemaildialog|extended_tip|copyto">Opens the Copy To dialog where you can specify one or more CC or BCC addresses.</property> 155 </object> 156 </child> 157 </object> 158 <packing> 159 <property name="left_attach">2</property> 160 <property name="top_attach">0</property> 161 </packing> 162 </child> 163 <child> 164 <object class="GtkLabel" id="subjectft"> 165 <property name="visible">True</property> 166 <property name="can_focus">False</property> 167 <property name="label" translatable="yes" context="mmresultemaildialog|subjectft">S_ubject</property> 168 <property name="use_underline">True</property> 169 <property name="mnemonic_widget">subject</property> 170 <property name="xalign">0</property> 171 </object> 172 <packing> 173 <property name="left_attach">0</property> 174 <property name="top_attach">1</property> 175 </packing> 176 </child> 177 <child> 178 <object class="GtkEntry" id="subject"> 179 <property name="visible">True</property> 180 <property name="can_focus">True</property> 181 <property name="hexpand">True</property> 182 <property name="activates_default">True</property> 183 <property name="truncate-multiline">True</property> 184 <child internal-child="accessible"> 185 <object class="AtkObject" id="subject-atkobject"> 186 <property name="AtkObject::accessible-description" translatable="yes" context="mmresultemaildialog|extended_tip|subject">Enter the subject line for the email messages.</property> 187 </object> 188 </child> 189 </object> 190 <packing> 191 <property name="left_attach">1</property> 192 <property name="top_attach">1</property> 193 </packing> 194 </child> 195 <child> 196 <object class="GtkLabel" id="sendasft"> 197 <property name="visible">True</property> 198 <property name="can_focus">False</property> 199 <property name="label" translatable="yes" context="mmresultemaildialog|sendasft">Sen_d as</property> 200 <property name="use_underline">True</property> 201 <property name="mnemonic_widget">sendas</property> 202 <property name="xalign">0</property> 203 </object> 204 <packing> 205 <property name="left_attach">0</property> 206 <property name="top_attach">2</property> 207 </packing> 208 </child> 209 <child> 210 <object class="GtkComboBoxText" id="sendas"> 211 <property name="visible">True</property> 212 <property name="can_focus">False</property> 213 <property name="hexpand">True</property> 214 <items> 215 <item id="1" translatable="yes" context="mmresultemaildialog|liststore1">OpenDocument Text</item> 216 <item id="2" translatable="yes" context="mmresultemaildialog|liststore1">Adobe PDF-Document</item> 217 <item id="3" translatable="yes" context="mmresultemaildialog|liststore1">Microsoft Word Document</item> 218 <item id="4" translatable="yes" context="mmresultemaildialog|liststore1">HTML Message</item> 219 <item id="5" translatable="yes" context="mmresultemaildialog|liststore1">Plain Text</item> 220 </items> 221 <child internal-child="accessible"> 222 <object class="AtkObject" id="sendas-atkobject"> 223 <property name="AtkObject::accessible-description" translatable="yes" context="mmresultemaildialog|extended_tip|sendas">Select the mail format for the email messages.</property> 224 </object> 225 </child> 226 </object> 227 <packing> 228 <property name="left_attach">1</property> 229 <property name="top_attach">2</property> 230 </packing> 231 </child> 232 <child> 233 <object class="GtkButton" id="sendassettings"> 234 <property name="label" translatable="yes" context="mmresultemaildialog|sendassettings">Pr_operties...</property> 235 <property name="visible">True</property> 236 <property name="can_focus">True</property> 237 <property name="receives_default">True</property> 238 <property name="hexpand">False</property> 239 <property name="use_underline">True</property> 240 <child internal-child="accessible"> 241 <object class="AtkObject" id="sendassettings-atkobject"> 242 <property name="AtkObject::accessible-description" translatable="yes" context="mmresultemaildialog|extended_tip|sendassettings">Opens the E-Mail Message dialog where you can enter the email message for the mail merge files that are sent as attachments.</property> 243 </object> 244 </child> 245 </object> 246 <packing> 247 <property name="left_attach">2</property> 248 <property name="top_attach">2</property> 249 </packing> 250 </child> 251 <child> 252 <object class="GtkLabel" id="passwordft"> 253 <property name="visible">True</property> 254 <property name="can_focus">False</property> 255 <property name="label" translatable="yes" context="mmresultemaildialog|passwordft">Password</property> 256 <property name="use_underline">True</property> 257 <property name="mnemonic_widget">password</property> 258 <property name="xalign">0</property> 259 </object> 260 <packing> 261 <property name="left_attach">0</property> 262 <property name="top_attach">4</property> 263 </packing> 264 </child> 265 <child> 266 <object class="GtkComboBoxText" id="password"> 267 <property name="visible">True</property> 268 <property name="can_focus">False</property> 269 <property name="hexpand">True</property> 270 </object> 271 <packing> 272 <property name="left_attach">1</property> 273 <property name="top_attach">4</property> 274 </packing> 275 </child> 276 <child> 277 <object class="GtkCheckButton" id="passwordcb"> 278 <property name="label" translatable="yes" context="mmresultemaildialog|passwordcb">Save with password</property> 279 <property name="visible">True</property> 280 <property name="can_focus">True</property> 281 <property name="receives_default">False</property> 282 <property name="draw_indicator">True</property> 283 </object> 284 <packing> 285 <property name="left_attach">0</property> 286 <property name="top_attach">3</property> 287 <property name="width">2</property> 288 </packing> 289 </child> 290 <child> 291 <placeholder/> 292 </child> 293 <child> 294 <placeholder/> 295 </child> 296 <child> 297 <placeholder/> 298 </child> 299 </object> 300 <packing> 301 <property name="left_attach">0</property> 302 <property name="top_attach">0</property> 303 </packing> 304 </child> 305 <child> 306 <object class="GtkFrame" id="attachgroup"> 307 <property name="visible">True</property> 308 <property name="can_focus">False</property> 309 <property name="label_xalign">0</property> 310 <property name="shadow_type">none</property> 311 <child> 312 <object class="GtkEntry" id="attach"> 313 <property name="visible">True</property> 314 <property name="can_focus">True</property> 315 <property name="hexpand">True</property> 316 <property name="activates_default">True</property> 317 <property name="margin-start">12</property> 318 <property name="truncate-multiline">True</property> 319 <child internal-child="accessible"> 320 <object class="AtkObject" id="attach-atkobject"> 321 <property name="AtkObject::accessible-description" translatable="yes" context="mmresultemaildialog|extended_tip|attach">Shows the name of the attachment.</property> 322 </object> 323 </child> 324 </object> 325 </child> 326 <child type="label"> 327 <object class="GtkLabel" id="attachft"> 328 <property name="visible">True</property> 329 <property name="can_focus">False</property> 330 <property name="label" translatable="yes" context="mmresultemaildialog|attachft">Name of the a_ttachment</property> 331 <property name="use_underline">True</property> 332 <property name="mnemonic_widget">attach</property> 333 <property name="xalign">0</property> 334 </object> 335 </child> 336 </object> 337 <packing> 338 <property name="left_attach">0</property> 339 <property name="top_attach">1</property> 340 </packing> 341 </child> 342 </object> 343 </child> 344 <child type="label"> 345 <object class="GtkLabel" id="label2"> 346 <property name="visible">True</property> 347 <property name="can_focus">False</property> 348 <property name="label" translatable="yes" context="mmresultemaildialog|label2">Email Options</property> 349 <attributes> 350 <attribute name="weight" value="bold"/> 351 </attributes> 352 </object> 353 </child> 354 </object> 355 <packing> 356 <property name="expand">False</property> 357 <property name="fill">True</property> 358 <property name="position">0</property> 359 </packing> 360 </child> 361 <child> 362 <object class="GtkFrame" id="frame1"> 363 <property name="visible">True</property> 364 <property name="can_focus">False</property> 365 <property name="label_xalign">0</property> 366 <property name="shadow_type">none</property> 367 <child> 368 <object class="GtkBox" id="box1"> 369 <property name="visible">True</property> 370 <property name="can_focus">False</property> 371 <property name="orientation">vertical</property> 372 <property name="spacing">6</property> 373 <property name="margin-start">12</property> 374 <child> 375 <object class="GtkRadioButton" id="sendallrb"> 376 <property name="label" translatable="yes" context="mmresultemaildialog|sendallrb">S_end all documents</property> 377 <property name="visible">True</property> 378 <property name="can_focus">True</property> 379 <property name="receives_default">False</property> 380 <property name="use_underline">True</property> 381 <property name="active">True</property> 382 <property name="draw_indicator">True</property> 383 <child internal-child="accessible"> 384 <object class="AtkObject" id="sendallrb-atkobject"> 385 <property name="AtkObject::accessible-description" translatable="yes" context="mmresultemaildialog|extended_tip|sendallrb">Select to send emails to all recipients.</property> 386 </object> 387 </child> 388 </object> 389 <packing> 390 <property name="expand">False</property> 391 <property name="fill">True</property> 392 <property name="position">0</property> 393 </packing> 394 </child> 395 <child> 396 <!-- n-columns=1 n-rows=1 --> 397 <object class="GtkGrid" id="grid3"> 398 <property name="visible">True</property> 399 <property name="can_focus">False</property> 400 <property name="column_spacing">12</property> 401 <child> 402 <object class="GtkRadioButton" id="fromrb"> 403 <property name="label" translatable="yes" context="mmresultemaildialog|fromrb">_From</property> 404 <property name="visible">True</property> 405 <property name="can_focus">True</property> 406 <property name="receives_default">False</property> 407 <property name="use_underline">True</property> 408 <property name="draw_indicator">True</property> 409 <property name="group">sendallrb</property> 410 <accessibility> 411 <relation type="label-for" target="from"/> 412 </accessibility> 413 <child internal-child="accessible"> 414 <object class="AtkObject" id="fromrb-atkobject"> 415 <property name="AtkObject::accessible-description" translatable="yes" context="mmresultemaildialog|extended_tip|fromrb">Selects a range of records starting at the record number in the From box and ending at the record number in the To box.</property> 416 </object> 417 </child> 418 </object> 419 <packing> 420 <property name="left_attach">0</property> 421 <property name="top_attach">0</property> 422 </packing> 423 </child> 424 <child> 425 <object class="GtkLabel" id="toft"> 426 <property name="visible">True</property> 427 <property name="can_focus">False</property> 428 <property name="label" translatable="yes" context="mmresultemaildialog|toft">_To</property> 429 <property name="use_underline">True</property> 430 <property name="mnemonic_widget">to</property> 431 </object> 432 <packing> 433 <property name="left_attach">2</property> 434 <property name="top_attach">0</property> 435 </packing> 436 </child> 437 <child> 438 <object class="GtkSpinButton" id="from"> 439 <property name="visible">True</property> 440 <property name="can_focus">True</property> 441 <property name="activates_default">True</property> 442 <property name="text">1</property> 443 <property name="adjustment">adjustment2</property> 444 <accessibility> 445 <relation type="labelled-by" target="fromrb"/> 446 </accessibility> 447 <property name="truncate-multiline">True</property> 448 <child internal-child="accessible"> 449 <object class="AtkObject" id="from-atkobject"> 450 <property name="AtkObject::accessible-description" translatable="yes" context="mmresultemaildialog|extended_tip|from">Enter the number of the first record to include in the mail merge.</property> 451 </object> 452 </child> 453 </object> 454 <packing> 455 <property name="left_attach">1</property> 456 <property name="top_attach">0</property> 457 </packing> 458 </child> 459 <child> 460 <object class="GtkSpinButton" id="to"> 461 <property name="visible">True</property> 462 <property name="can_focus">True</property> 463 <property name="activates_default">True</property> 464 <property name="text">1</property> 465 <property name="adjustment">adjustment1</property> 466 <property name="truncate-multiline">True</property> 467 <child internal-child="accessible"> 468 <object class="AtkObject" id="to-atkobject"> 469 <property name="AtkObject::accessible-description" translatable="yes" context="mmresultemaildialog|extended_tip|to">Enter the number of the last record to include in the mail merge.</property> 470 </object> 471 </child> 472 </object> 473 <packing> 474 <property name="left_attach">3</property> 475 <property name="top_attach">0</property> 476 </packing> 477 </child> 478 </object> 479 <packing> 480 <property name="expand">False</property> 481 <property name="fill">True</property> 482 <property name="position">1</property> 483 </packing> 484 </child> 485 </object> 486 </child> 487 <child type="label"> 488 <object class="GtkLabel" id="label1"> 489 <property name="visible">True</property> 490 <property name="can_focus">False</property> 491 <property name="label" translatable="yes" context="mmresultemaildialog|label1">Send Records</property> 492 <attributes> 493 <attribute name="weight" value="bold"/> 494 </attributes> 495 </object> 496 </child> 497 </object> 498 <packing> 499 <property name="expand">False</property> 500 <property name="fill">True</property> 501 <property name="position">2</property> 502 </packing> 503 </child> 504 </object> 505 </child> 506 <action-widgets> 507 <action-widget response="-5">ok</action-widget> 508 <action-widget response="-6">cancel</action-widget> 509 <action-widget response="-11">help</action-widget> 510 </action-widgets> 511 <child type="titlebar"> 512 <placeholder/> 513 </child> 514 <child internal-child="accessible"> 515 <object class="AtkObject" id="MMResultEmailDialog-atkobject"> 516 <property name="AtkObject::accessible-description" translatable="yes" context="mmresultemaildialog|extended_tip|MMResultEmailDialog">Sends the mail merge output as email messages to all or some recipients.</property> 517 </object> 518 </child> 519 </object> 520</interface> 521
