|
|
1.1 ! root 1: <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*--> ! 2: <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd"> ! 3: ! 4: <glade-interface> ! 5: ! 6: <widget class="GtkWindow" id="MainWindow"> ! 7: <property name="visible">True</property> ! 8: <property name="title" translatable="yes">GTK Monitor</property> ! 9: <property name="type">GTK_WINDOW_TOPLEVEL</property> ! 10: <property name="window_position">GTK_WIN_POS_NONE</property> ! 11: <property name="modal">False</property> ! 12: <property name="resizable">True</property> ! 13: <property name="destroy_with_parent">False</property> ! 14: <property name="icon_name">gtk-execute</property> ! 15: <property name="decorated">True</property> ! 16: <property name="skip_taskbar_hint">False</property> ! 17: <property name="skip_pager_hint">False</property> ! 18: <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> ! 19: <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> ! 20: <property name="focus_on_map">True</property> ! 21: <property name="urgency_hint">False</property> ! 22: <signal name="destroy" handler="gtk_main_quit" last_modification_time="Mon, 08 May 2006 01:41:32 GMT"/> ! 23: ! 24: <child> ! 25: <widget class="GtkVBox" id="vbox1"> ! 26: <property name="visible">True</property> ! 27: <property name="homogeneous">False</property> ! 28: <property name="spacing">0</property> ! 29: ! 30: <child> ! 31: <widget class="GtkMenuBar" id="menubar1"> ! 32: <property name="visible">True</property> ! 33: <property name="pack_direction">GTK_PACK_DIRECTION_LTR</property> ! 34: <property name="child_pack_direction">GTK_PACK_DIRECTION_LTR</property> ! 35: ! 36: <child> ! 37: <widget class="GtkMenuItem" id="menuitem1"> ! 38: <property name="visible">True</property> ! 39: <property name="label" translatable="yes">_File</property> ! 40: <property name="use_underline">True</property> ! 41: ! 42: <child> ! 43: <widget class="GtkMenu" id="menuitem1_menu"> ! 44: ! 45: <child> ! 46: <widget class="GtkImageMenuItem" id="edit1"> ! 47: <property name="visible">True</property> ! 48: <property name="label" translatable="yes">_Edit</property> ! 49: <property name="use_underline">True</property> ! 50: ! 51: <child internal-child="image"> ! 52: <widget class="GtkImage" id="image1327"> ! 53: <property name="visible">True</property> ! 54: <property name="stock">gtk-edit</property> ! 55: <property name="icon_size">1</property> ! 56: <property name="xalign">0.5</property> ! 57: <property name="yalign">0.5</property> ! 58: <property name="xpad">0</property> ! 59: <property name="ypad">0</property> ! 60: </widget> ! 61: </child> ! 62: ! 63: <child> ! 64: <widget class="GtkMenu" id="edit1_menu"> ! 65: ! 66: <child> ! 67: <widget class="GtkMenuItem" id="text_file1"> ! 68: <property name="visible">True</property> ! 69: <property name="label" translatable="yes">_Text File...</property> ! 70: <property name="use_underline">True</property> ! 71: <signal name="activate" handler="on_text_file1_activate" last_modification_time="Thu, 09 Mar 2006 17:06:10 GMT"/> ! 72: </widget> ! 73: </child> ! 74: ! 75: <child> ! 76: <widget class="GtkMenuItem" id="javascript_file1"> ! 77: <property name="visible">True</property> ! 78: <property name="label" translatable="yes">_JavaScript File...</property> ! 79: <property name="use_underline">True</property> ! 80: <signal name="activate" handler="on_javascript_file1_activate" last_modification_time="Thu, 09 Mar 2006 17:06:10 GMT"/> ! 81: </widget> ! 82: </child> ! 83: ! 84: <child> ! 85: <widget class="GtkMenuItem" id="configuration_file1"> ! 86: <property name="visible">True</property> ! 87: <property name="label" translatable="yes">_Configuration File...</property> ! 88: <property name="use_underline">True</property> ! 89: <signal name="activate" handler="on_configuration_file1_activate" last_modification_time="Thu, 09 Mar 2006 17:06:10 GMT"/> ! 90: </widget> ! 91: </child> ! 92: </widget> ! 93: </child> ! 94: </widget> ! 95: </child> ! 96: ! 97: <child> ! 98: <widget class="GtkSeparatorMenuItem" id="separatormenuitem1"> ! 99: <property name="visible">True</property> ! 100: </widget> ! 101: </child> ! 102: ! 103: <child> ! 104: <widget class="GtkImageMenuItem" id="properties1"> ! 105: <property name="visible">True</property> ! 106: <property name="label">gtk-properties</property> ! 107: <property name="use_stock">True</property> ! 108: <signal name="activate" handler="on_properties1_activate" last_modification_time="Thu, 09 Mar 2006 17:06:10 GMT"/> ! 109: </widget> ! 110: </child> ! 111: ! 112: <child> ! 113: <widget class="GtkSeparatorMenuItem" id="separator2"> ! 114: <property name="visible">True</property> ! 115: </widget> ! 116: </child> ! 117: ! 118: <child> ! 119: <widget class="GtkImageMenuItem" id="quit1"> ! 120: <property name="visible">True</property> ! 121: <property name="label">gtk-quit</property> ! 122: <property name="use_stock">True</property> ! 123: <signal name="activate" handler="gtk_main_quit" last_modification_time="Mon, 08 May 2006 01:41:52 GMT"/> ! 124: </widget> ! 125: </child> ! 126: </widget> ! 127: </child> ! 128: </widget> ! 129: </child> ! 130: ! 131: <child> ! 132: <widget class="GtkMenuItem" id="bbs1"> ! 133: <property name="visible">True</property> ! 134: <property name="label" translatable="yes">_BBS</property> ! 135: <property name="use_underline">True</property> ! 136: ! 137: <child> ! 138: <widget class="GtkMenu" id="bbs1_menu"> ! 139: ! 140: <child> ! 141: <widget class="GtkImageMenuItem" id="stop6"> ! 142: <property name="visible">True</property> ! 143: <property name="label" translatable="yes">Stop</property> ! 144: <property name="use_underline">True</property> ! 145: <signal name="activate" handler="on_stop6_activate" last_modification_time="Wed, 10 May 2006 05:47:17 GMT"/> ! 146: ! 147: <child internal-child="image"> ! 148: <widget class="GtkImage" id="image1328"> ! 149: <property name="visible">True</property> ! 150: <property name="stock">gtk-stop</property> ! 151: <property name="icon_size">1</property> ! 152: <property name="xalign">0.5</property> ! 153: <property name="yalign">0.5</property> ! 154: <property name="xpad">0</property> ! 155: <property name="ypad">0</property> ! 156: </widget> ! 157: </child> ! 158: </widget> ! 159: </child> ! 160: ! 161: <child> ! 162: <widget class="GtkImageMenuItem" id="recycle6"> ! 163: <property name="visible">True</property> ! 164: <property name="label" translatable="yes">Recycle</property> ! 165: <property name="use_underline">True</property> ! 166: <signal name="activate" handler="on_recycle6_activate" last_modification_time="Wed, 10 May 2006 05:47:17 GMT"/> ! 167: ! 168: <child internal-child="image"> ! 169: <widget class="GtkImage" id="image1329"> ! 170: <property name="visible">True</property> ! 171: <property name="stock">gtk-refresh</property> ! 172: <property name="icon_size">1</property> ! 173: <property name="xalign">0.5</property> ! 174: <property name="yalign">0.5</property> ! 175: <property name="xpad">0</property> ! 176: <property name="ypad">0</property> ! 177: </widget> ! 178: </child> ! 179: </widget> ! 180: </child> ! 181: ! 182: <child> ! 183: <widget class="GtkImageMenuItem" id="configure1"> ! 184: <property name="visible">True</property> ! 185: <property name="label" translatable="yes">_Configure</property> ! 186: <property name="use_underline">True</property> ! 187: <signal name="activate" handler="on_configure1_activate" last_modification_time="Thu, 09 Mar 2006 17:09:58 GMT"/> ! 188: ! 189: <child internal-child="image"> ! 190: <widget class="GtkImage" id="image1330"> ! 191: <property name="visible">True</property> ! 192: <property name="stock">gtk-preferences</property> ! 193: <property name="icon_size">1</property> ! 194: <property name="xalign">0.5</property> ! 195: <property name="yalign">0.5</property> ! 196: <property name="xpad">0</property> ! 197: <property name="ypad">0</property> ! 198: </widget> ! 199: </child> ! 200: </widget> ! 201: </child> ! 202: ! 203: <child> ! 204: <widget class="GtkImageMenuItem" id="reload_configuration1"> ! 205: <property name="visible">True</property> ! 206: <property name="label" translatable="yes">_Reload Configuration</property> ! 207: <property name="use_underline">True</property> ! 208: <signal name="activate" handler="on_reload_configuration1_activate" last_modification_time="Thu, 09 Mar 2006 17:09:58 GMT"/> ! 209: ! 210: <child internal-child="image"> ! 211: <widget class="GtkImage" id="image1331"> ! 212: <property name="visible">True</property> ! 213: <property name="stock">gtk-refresh</property> ! 214: <property name="icon_size">1</property> ! 215: <property name="xalign">0.5</property> ! 216: <property name="yalign">0.5</property> ! 217: <property name="xpad">0</property> ! 218: <property name="ypad">0</property> ! 219: </widget> ! 220: </child> ! 221: </widget> ! 222: </child> ! 223: ! 224: <child> ! 225: <widget class="GtkImageMenuItem" id="force_timed_event1"> ! 226: <property name="visible">True</property> ! 227: <property name="label" translatable="yes">_Force Timed Event</property> ! 228: <property name="use_underline">True</property> ! 229: ! 230: <child internal-child="image"> ! 231: <widget class="GtkImage" id="image1332"> ! 232: <property name="visible">True</property> ! 233: <property name="stock">gtk-execute</property> ! 234: <property name="icon_size">1</property> ! 235: <property name="xalign">0.5</property> ! 236: <property name="yalign">0.5</property> ! 237: <property name="xpad">0</property> ! 238: <property name="ypad">0</property> ! 239: </widget> ! 240: </child> ! 241: ! 242: <child> ! 243: <widget class="GtkMenu" id="force_timed_event1_menu"> ! 244: ! 245: <child> ! 246: <widget class="GtkSeparatorMenuItem" id="separator12"> ! 247: <property name="visible">True</property> ! 248: </widget> ! 249: </child> ! 250: </widget> ! 251: </child> ! 252: </widget> ! 253: </child> ! 254: ! 255: <child> ! 256: <widget class="GtkImageMenuItem" id="force_network_callout1"> ! 257: <property name="visible">True</property> ! 258: <property name="label" translatable="yes">Force _Network Call-out</property> ! 259: <property name="use_underline">True</property> ! 260: ! 261: <child internal-child="image"> ! 262: <widget class="GtkImage" id="image1333"> ! 263: <property name="visible">True</property> ! 264: <property name="stock">gtk-network</property> ! 265: <property name="icon_size">1</property> ! 266: <property name="xalign">0.5</property> ! 267: <property name="yalign">0.5</property> ! 268: <property name="xpad">0</property> ! 269: <property name="ypad">0</property> ! 270: </widget> ! 271: </child> ! 272: ! 273: <child> ! 274: <widget class="GtkMenu" id="force_network_callout1_menu"> ! 275: ! 276: <child> ! 277: <widget class="GtkSeparatorMenuItem" id="separator13"> ! 278: <property name="visible">True</property> ! 279: </widget> ! 280: </child> ! 281: </widget> ! 282: </child> ! 283: </widget> ! 284: </child> ! 285: ! 286: <child> ! 287: <widget class="GtkSeparatorMenuItem" id="separator3"> ! 288: <property name="visible">True</property> ! 289: </widget> ! 290: </child> ! 291: ! 292: <child> ! 293: <widget class="GtkMenuItem" id="view1"> ! 294: <property name="visible">True</property> ! 295: <property name="label" translatable="yes">_View</property> ! 296: <property name="use_underline">True</property> ! 297: ! 298: <child> ! 299: <widget class="GtkMenu" id="view1_menu"> ! 300: ! 301: <child> ! 302: <widget class="GtkImageMenuItem" id="error_log1"> ! 303: <property name="visible">True</property> ! 304: <property name="label" translatable="yes">_Error Log...</property> ! 305: <property name="use_underline">True</property> ! 306: <signal name="activate" handler="on_error_log1_activate" last_modification_time="Thu, 09 Mar 2006 17:23:36 GMT"/> ! 307: ! 308: <child internal-child="image"> ! 309: <widget class="GtkImage" id="image1334"> ! 310: <property name="visible">True</property> ! 311: <property name="stock">gtk-dialog-error</property> ! 312: <property name="icon_size">1</property> ! 313: <property name="xalign">0.5</property> ! 314: <property name="yalign">0.5</property> ! 315: <property name="xpad">0</property> ! 316: <property name="ypad">0</property> ! 317: </widget> ! 318: </child> ! 319: </widget> ! 320: </child> ! 321: ! 322: <child> ! 323: <widget class="GtkImageMenuItem" id="statistics_log1"> ! 324: <property name="visible">True</property> ! 325: <property name="label" translatable="yes">_Statistics Log...</property> ! 326: <property name="use_underline">True</property> ! 327: <signal name="activate" handler="on_statistics_log1_activate" last_modification_time="Thu, 09 Mar 2006 17:23:36 GMT"/> ! 328: ! 329: <child internal-child="image"> ! 330: <widget class="GtkImage" id="image1335"> ! 331: <property name="visible">True</property> ! 332: <property name="stock">gtk-info</property> ! 333: <property name="icon_size">1</property> ! 334: <property name="xalign">0.5</property> ! 335: <property name="yalign">0.5</property> ! 336: <property name="xpad">0</property> ! 337: <property name="ypad">0</property> ! 338: </widget> ! 339: </child> ! 340: </widget> ! 341: </child> ! 342: ! 343: <child> ! 344: <widget class="GtkMenuItem" id="todays_log1"> ! 345: <property name="visible">True</property> ! 346: <property name="label" translatable="yes">_Todays Log...</property> ! 347: <property name="use_underline">True</property> ! 348: <signal name="activate" handler="on_todays_log1_activate" last_modification_time="Thu, 09 Mar 2006 17:23:36 GMT"/> ! 349: </widget> ! 350: </child> ! 351: ! 352: <child> ! 353: <widget class="GtkMenuItem" id="yesterdays_log1"> ! 354: <property name="visible">True</property> ! 355: <property name="label" translatable="yes">_Yesterdays Log...</property> ! 356: <property name="use_underline">True</property> ! 357: <signal name="activate" handler="on_yesterdays_log1_activate" last_modification_time="Thu, 09 Mar 2006 17:23:36 GMT"/> ! 358: </widget> ! 359: </child> ! 360: ! 361: <child> ! 362: <widget class="GtkMenuItem" id="another_days_log1"> ! 363: <property name="visible">True</property> ! 364: <property name="label" translatable="yes">_Another Days Log...</property> ! 365: <property name="use_underline">True</property> ! 366: <signal name="activate" handler="on_another_days_log1_activate" last_modification_time="Thu, 09 Mar 2006 17:23:36 GMT"/> ! 367: </widget> ! 368: </child> ! 369: </widget> ! 370: </child> ! 371: </widget> ! 372: </child> ! 373: ! 374: <child> ! 375: <widget class="GtkImageMenuItem" id="edit2"> ! 376: <property name="visible">True</property> ! 377: <property name="label" translatable="yes">_Edit</property> ! 378: <property name="use_underline">True</property> ! 379: ! 380: <child internal-child="image"> ! 381: <widget class="GtkImage" id="image1336"> ! 382: <property name="visible">True</property> ! 383: <property name="stock">gtk-edit</property> ! 384: <property name="icon_size">1</property> ! 385: <property name="xalign">0.5</property> ! 386: <property name="yalign">0.5</property> ! 387: <property name="xpad">0</property> ! 388: <property name="ypad">0</property> ! 389: </widget> ! 390: </child> ! 391: ! 392: <child> ! 393: <widget class="GtkMenu" id="edit2_menu"> ! 394: ! 395: <child> ! 396: <widget class="GtkMenuItem" id="guru_brain1"> ! 397: <property name="visible">True</property> ! 398: <property name="label" translatable="yes">_Guru Brain</property> ! 399: <property name="use_underline">True</property> ! 400: <signal name="activate" handler="on_guru_brain1_activate" last_modification_time="Thu, 09 Mar 2006 17:23:36 GMT"/> ! 401: </widget> ! 402: </child> ! 403: ! 404: <child> ! 405: <widget class="GtkMenuItem" id="text_strings1"> ! 406: <property name="visible">True</property> ! 407: <property name="label" translatable="yes">_Text Strings</property> ! 408: <property name="use_underline">True</property> ! 409: <signal name="activate" handler="on_text_strings1_activate" last_modification_time="Thu, 09 Mar 2006 17:23:36 GMT"/> ! 410: </widget> ! 411: </child> ! 412: ! 413: <child> ! 414: <widget class="GtkMenuItem" id="default_colours1"> ! 415: <property name="visible">True</property> ! 416: <property name="label" translatable="yes">Default _Colours</property> ! 417: <property name="use_underline">True</property> ! 418: <signal name="activate" handler="on_default_colours1_activate" last_modification_time="Thu, 09 Mar 2006 17:23:36 GMT"/> ! 419: </widget> ! 420: </child> ! 421: ! 422: <child> ! 423: <widget class="GtkMenuItem" id="nodes_full_message1"> ! 424: <property name="visible">True</property> ! 425: <property name="label" translatable="yes">Nodes _Full Message</property> ! 426: <property name="use_underline">True</property> ! 427: <signal name="activate" handler="on_nodes_full_message1_activate" last_modification_time="Thu, 09 Mar 2006 17:23:36 GMT"/> ! 428: </widget> ! 429: </child> ! 430: ! 431: <child> ! 432: <widget class="GtkMenuItem" id="answer_screen1"> ! 433: <property name="visible">True</property> ! 434: <property name="label" translatable="yes">_Answer Screen</property> ! 435: <property name="use_underline">True</property> ! 436: <signal name="activate" handler="on_answer_screen1_activate" last_modification_time="Thu, 09 Mar 2006 17:23:36 GMT"/> ! 437: </widget> ! 438: </child> ! 439: ! 440: <child> ! 441: <widget class="GtkMenuItem" id="logon_message1"> ! 442: <property name="visible">True</property> ! 443: <property name="label" translatable="yes">_Logon Message</property> ! 444: <property name="use_underline">True</property> ! 445: <signal name="activate" handler="on_logon_message1_activate" last_modification_time="Thu, 09 Mar 2006 17:23:36 GMT"/> ! 446: </widget> ! 447: </child> ! 448: ! 449: <child> ! 450: <widget class="GtkMenuItem" id="auto_message1"> ! 451: <property name="visible">True</property> ! 452: <property name="label" translatable="yes">A_uto Message</property> ! 453: <property name="use_underline">True</property> ! 454: <signal name="activate" handler="on_auto_message1_activate" last_modification_time="Thu, 09 Mar 2006 17:23:36 GMT"/> ! 455: </widget> ! 456: </child> ! 457: ! 458: <child> ! 459: <widget class="GtkMenuItem" id="zip_file_comment1"> ! 460: <property name="visible">True</property> ! 461: <property name="label" translatable="yes">_ZIP File Comment</property> ! 462: <property name="use_underline">True</property> ! 463: <signal name="activate" handler="on_zip_file_comment1_activate" last_modification_time="Thu, 09 Mar 2006 17:23:36 GMT"/> ! 464: </widget> ! 465: </child> ! 466: ! 467: <child> ! 468: <widget class="GtkMenuItem" id="system_information1"> ! 469: <property name="visible">True</property> ! 470: <property name="label" translatable="yes">_System Information</property> ! 471: <property name="use_underline">True</property> ! 472: <signal name="activate" handler="on_system_information1_activate" last_modification_time="Thu, 09 Mar 2006 17:23:36 GMT"/> ! 473: </widget> ! 474: </child> ! 475: ! 476: <child> ! 477: <widget class="GtkMenuItem" id="new_user_message1"> ! 478: <property name="visible">True</property> ! 479: <property name="label" translatable="yes">_New User Message</property> ! 480: <property name="use_underline">True</property> ! 481: <signal name="activate" handler="on_new_user_message1_activate" last_modification_time="Thu, 09 Mar 2006 17:23:36 GMT"/> ! 482: </widget> ! 483: </child> ! 484: ! 485: <child> ! 486: <widget class="GtkMenuItem" id="new_user_welcome_email1"> ! 487: <property name="visible">True</property> ! 488: <property name="label" translatable="yes">New User _Welcome E-mail</property> ! 489: <property name="use_underline">True</property> ! 490: <signal name="activate" handler="on_new_user_welcome_email1_activate" last_modification_time="Thu, 09 Mar 2006 17:23:36 GMT"/> ! 491: </widget> ! 492: </child> ! 493: ! 494: <child> ! 495: <widget class="GtkMenuItem" id="new_user_password_failure1"> ! 496: <property name="visible">True</property> ! 497: <property name="label" translatable="yes">New User _Password Failure</property> ! 498: <property name="use_underline">True</property> ! 499: <signal name="activate" handler="on_new_user_password_failure1_activate" last_modification_time="Thu, 09 Mar 2006 17:23:36 GMT"/> ! 500: </widget> ! 501: </child> ! 502: ! 503: <child> ! 504: <widget class="GtkMenuItem" id="new_user_feedbakc_instructions1"> ! 505: <property name="visible">True</property> ! 506: <property name="label" translatable="yes">New User _Feedbakc Instructions</property> ! 507: <property name="use_underline">True</property> ! 508: <signal name="activate" handler="on_new_user_feedbakc_instructions1_activate" last_modification_time="Thu, 09 Mar 2006 17:23:36 GMT"/> ! 509: </widget> ! 510: </child> ! 511: </widget> ! 512: </child> ! 513: </widget> ! 514: </child> ! 515: ! 516: <child> ! 517: <widget class="GtkMenuItem" id="filters1"> ! 518: <property name="visible">True</property> ! 519: <property name="label" translatable="yes">_Filters</property> ! 520: <property name="use_underline">True</property> ! 521: ! 522: <child> ! 523: <widget class="GtkMenu" id="filters1_menu"> ! 524: ! 525: <child> ! 526: <widget class="GtkMenuItem" id="ip_address_filter1"> ! 527: <property name="visible">True</property> ! 528: <property name="label" translatable="yes">_IP Address Filter</property> ! 529: <property name="use_underline">True</property> ! 530: <signal name="activate" handler="on_ip_address_filter1_activate" last_modification_time="Thu, 09 Mar 2006 17:23:36 GMT"/> ! 531: </widget> ! 532: </child> ! 533: ! 534: <child> ! 535: <widget class="GtkMenuItem" id="ip_address_filter_silent1"> ! 536: <property name="visible">True</property> ! 537: <property name="label" translatable="yes">IP Address Filter (silent)</property> ! 538: <property name="use_underline">True</property> ! 539: <signal name="activate" handler="on_ip_address_filter_silent1_activate" last_modification_time="Thu, 09 Mar 2006 17:23:36 GMT"/> ! 540: </widget> ! 541: </child> ! 542: ! 543: <child> ! 544: <widget class="GtkMenuItem" id="ip_address_filter_message1"> ! 545: <property name="visible">True</property> ! 546: <property name="label" translatable="yes">IP Address Filter Message</property> ! 547: <property name="use_underline">True</property> ! 548: <signal name="activate" handler="on_ip_address_filter_message1_activate" last_modification_time="Thu, 09 Mar 2006 17:23:36 GMT"/> ! 549: </widget> ! 550: </child> ! 551: ! 552: <child> ! 553: <widget class="GtkMenuItem" id="host_name_filter1"> ! 554: <property name="visible">True</property> ! 555: <property name="label" translatable="yes">_Host Name Filter</property> ! 556: <property name="use_underline">True</property> ! 557: <signal name="activate" handler="on_host_name_filter1_activate" last_modification_time="Thu, 09 Mar 2006 17:23:36 GMT"/> ! 558: </widget> ! 559: </child> ! 560: ! 561: <child> ! 562: <widget class="GtkMenuItem" id="host_name_filter_message1"> ! 563: <property name="visible">True</property> ! 564: <property name="label" translatable="yes">Host Name Filter Message</property> ! 565: <property name="use_underline">True</property> ! 566: <signal name="activate" handler="on_host_name_filter_message1_activate" last_modification_time="Thu, 09 Mar 2006 17:23:36 GMT"/> ! 567: </widget> ! 568: </child> ! 569: ! 570: <child> ! 571: <widget class="GtkMenuItem" id="user_name_filter1"> ! 572: <property name="visible">True</property> ! 573: <property name="label" translatable="yes">_User Name Filter</property> ! 574: <property name="use_underline">True</property> ! 575: <signal name="activate" handler="on_user_name_filter1_activate" last_modification_time="Thu, 09 Mar 2006 17:23:36 GMT"/> ! 576: </widget> ! 577: </child> ! 578: ! 579: <child> ! 580: <widget class="GtkMenuItem" id="user_name_filter_message1"> ! 581: <property name="visible">True</property> ! 582: <property name="label" translatable="yes">User Name Filter Message</property> ! 583: <property name="use_underline">True</property> ! 584: <signal name="activate" handler="on_user_name_filter_message1_activate" last_modification_time="Thu, 09 Mar 2006 17:23:36 GMT"/> ! 585: </widget> ! 586: </child> ! 587: ! 588: <child> ! 589: <widget class="GtkMenuItem" id="email_address_filter1"> ! 590: <property name="visible">True</property> ! 591: <property name="label" translatable="yes">E-mail _Address Filter</property> ! 592: <property name="use_underline">True</property> ! 593: <signal name="activate" handler="on_email_address_filter1_activate" last_modification_time="Thu, 09 Mar 2006 17:23:36 GMT"/> ! 594: </widget> ! 595: </child> ! 596: ! 597: <child> ! 598: <widget class="GtkMenuItem" id="email_address_filter_message1"> ! 599: <property name="visible">True</property> ! 600: <property name="label" translatable="yes">E-mail Address Filter Message</property> ! 601: <property name="use_underline">True</property> ! 602: <signal name="activate" handler="on_email_address_filter_message1_activate" last_modification_time="Thu, 09 Mar 2006 17:23:36 GMT"/> ! 603: </widget> ! 604: </child> ! 605: ! 606: <child> ! 607: <widget class="GtkMenuItem" id="email_subject_filter1"> ! 608: <property name="visible">True</property> ! 609: <property name="label" translatable="yes">E-mail _Subject Filter</property> ! 610: <property name="use_underline">True</property> ! 611: <signal name="activate" handler="on_email_subject_filter1_activate" last_modification_time="Thu, 09 Mar 2006 17:23:36 GMT"/> ! 612: </widget> ! 613: </child> ! 614: ! 615: <child> ! 616: <widget class="GtkMenuItem" id="file_name_filter1"> ! 617: <property name="visible">True</property> ! 618: <property name="label" translatable="yes">_File Name Filter</property> ! 619: <property name="use_underline">True</property> ! 620: <signal name="activate" handler="on_file_name_filter1_activate" last_modification_time="Thu, 09 Mar 2006 17:23:36 GMT"/> ! 621: </widget> ! 622: </child> ! 623: ! 624: <child> ! 625: <widget class="GtkMenuItem" id="file_name_filter_message1"> ! 626: <property name="visible">True</property> ! 627: <property name="label" translatable="yes">File Name Filter Message</property> ! 628: <property name="use_underline">True</property> ! 629: <signal name="activate" handler="on_file_name_filter_message1_activate" last_modification_time="Thu, 09 Mar 2006 17:23:36 GMT"/> ! 630: </widget> ! 631: </child> ! 632: ! 633: <child> ! 634: <widget class="GtkMenuItem" id="phone_number_filter1"> ! 635: <property name="visible">True</property> ! 636: <property name="label" translatable="yes">_Phone Number Filter</property> ! 637: <property name="use_underline">True</property> ! 638: <signal name="activate" handler="on_phone_number_filter1_activate" last_modification_time="Thu, 09 Mar 2006 17:23:36 GMT"/> ! 639: </widget> ! 640: </child> ! 641: ! 642: <child> ! 643: <widget class="GtkMenuItem" id="phone_number_filter_message1"> ! 644: <property name="visible">True</property> ! 645: <property name="label" translatable="yes">Phone Number Filter Message</property> ! 646: <property name="use_underline">True</property> ! 647: <signal name="activate" handler="on_phone_number_filter_message1_activate" last_modification_time="Thu, 09 Mar 2006 17:23:36 GMT"/> ! 648: </widget> ! 649: </child> ! 650: ! 651: <child> ! 652: <widget class="GtkMenuItem" id="twit_list1"> ! 653: <property name="visible">True</property> ! 654: <property name="label" translatable="yes">Twit List</property> ! 655: <property name="use_underline">True</property> ! 656: <signal name="activate" handler="on_twit_list1_activate" last_modification_time="Thu, 09 Mar 2006 17:23:36 GMT"/> ! 657: </widget> ! 658: </child> ! 659: </widget> ! 660: </child> ! 661: </widget> ! 662: </child> ! 663: ! 664: <child> ! 665: <widget class="GtkSeparatorMenuItem" id="separator4"> ! 666: <property name="visible">True</property> ! 667: </widget> ! 668: </child> ! 669: ! 670: <child> ! 671: <widget class="GtkMenuItem" id="preview_file1"> ! 672: <property name="visible">True</property> ! 673: <property name="label" translatable="yes">_Preview File</property> ! 674: <property name="use_underline">True</property> ! 675: <signal name="activate" handler="on_preview_file1_activate" last_modification_time="Thu, 09 Mar 2006 17:24:46 GMT"/> ! 676: </widget> ! 677: </child> ! 678: ! 679: <child> ! 680: <widget class="GtkImageMenuItem" id="edit_and_preview_file1"> ! 681: <property name="visible">True</property> ! 682: <property name="label" translatable="yes">_Edit and Preview File</property> ! 683: <property name="use_underline">True</property> ! 684: <signal name="activate" handler="on_edit_and_preview_file1_activate" last_modification_time="Thu, 09 Mar 2006 17:24:46 GMT"/> ! 685: ! 686: <child internal-child="image"> ! 687: <widget class="GtkImage" id="image1337"> ! 688: <property name="visible">True</property> ! 689: <property name="stock">gtk-edit</property> ! 690: <property name="icon_size">1</property> ! 691: <property name="xalign">0.5</property> ! 692: <property name="yalign">0.5</property> ! 693: <property name="xpad">0</property> ! 694: <property name="ypad">0</property> ! 695: </widget> ! 696: </child> ! 697: </widget> ! 698: </child> ! 699: ! 700: <child> ! 701: <widget class="GtkMenuItem" id="edit_and_compile_baja_script1"> ! 702: <property name="visible">True</property> ! 703: <property name="label" translatable="yes">Edit and Compile _Baja Script</property> ! 704: <property name="use_underline">True</property> ! 705: <signal name="activate" handler="on_edit_and_compile_baja_script1_activate" last_modification_time="Thu, 09 Mar 2006 17:24:46 GMT"/> ! 706: </widget> ! 707: </child> ! 708: </widget> ! 709: </child> ! 710: </widget> ! 711: </child> ! 712: ! 713: <child> ! 714: <widget class="GtkMenuItem" id="user1"> ! 715: <property name="visible">True</property> ! 716: <property name="label" translatable="yes">_User</property> ! 717: <property name="use_underline">True</property> ! 718: ! 719: <child> ! 720: <widget class="GtkMenu" id="user1_menu"> ! 721: ! 722: <child> ! 723: <widget class="GtkImageMenuItem" id="list1"> ! 724: <property name="visible">True</property> ! 725: <property name="label" translatable="yes">_List</property> ! 726: <property name="use_underline">True</property> ! 727: <signal name="activate" handler="on_list1_activate" last_modification_time="Thu, 09 Mar 2006 17:27:47 GMT"/> ! 728: ! 729: <child internal-child="image"> ! 730: <widget class="GtkImage" id="image1338"> ! 731: <property name="visible">True</property> ! 732: <property name="stock">gtk-index</property> ! 733: <property name="icon_size">1</property> ! 734: <property name="xalign">0.5</property> ! 735: <property name="yalign">0.5</property> ! 736: <property name="xpad">0</property> ! 737: <property name="ypad">0</property> ! 738: </widget> ! 739: </child> ! 740: </widget> ! 741: </child> ! 742: ! 743: <child> ! 744: <widget class="GtkImageMenuItem" id="edit3"> ! 745: <property name="visible">True</property> ! 746: <property name="label" translatable="yes">_Edit</property> ! 747: <property name="use_underline">True</property> ! 748: <signal name="activate" handler="on_edit3_activate" last_modification_time="Thu, 09 Mar 2006 17:27:47 GMT"/> ! 749: ! 750: <child internal-child="image"> ! 751: <widget class="GtkImage" id="image1339"> ! 752: <property name="visible">True</property> ! 753: <property name="stock">gtk-edit</property> ! 754: <property name="icon_size">1</property> ! 755: <property name="xalign">0.5</property> ! 756: <property name="yalign">0.5</property> ! 757: <property name="xpad">0</property> ! 758: <property name="ypad">0</property> ! 759: </widget> ! 760: </child> ! 761: </widget> ! 762: </child> ! 763: ! 764: <child> ! 765: <widget class="GtkImageMenuItem" id="truncate_deleted_users1"> ! 766: <property name="visible">True</property> ! 767: <property name="label" translatable="yes">_Truncate Deleted Users</property> ! 768: <property name="use_underline">True</property> ! 769: <signal name="activate" handler="on_truncate_deleted_users1_activate" last_modification_time="Wed, 10 May 2006 05:23:48 GMT"/> ! 770: ! 771: <child internal-child="image"> ! 772: <widget class="GtkImage" id="image1340"> ! 773: <property name="visible">True</property> ! 774: <property name="stock">gtk-clear</property> ! 775: <property name="icon_size">1</property> ! 776: <property name="xalign">0.5</property> ! 777: <property name="yalign">0.5</property> ! 778: <property name="xpad">0</property> ! 779: <property name="ypad">0</property> ! 780: </widget> ! 781: </child> ! 782: </widget> ! 783: </child> ! 784: </widget> ! 785: </child> ! 786: </widget> ! 787: </child> ! 788: ! 789: <child> ! 790: <widget class="GtkMenuItem" id="telnet1"> ! 791: <property name="visible">True</property> ! 792: <property name="label" translatable="yes">_Telnet</property> ! 793: <property name="use_underline">True</property> ! 794: ! 795: <child> ! 796: <widget class="GtkMenu" id="telnet1_menu"> ! 797: ! 798: <child> ! 799: <widget class="GtkImageMenuItem" id="stop1"> ! 800: <property name="visible">True</property> ! 801: <property name="label" translatable="yes">Stop</property> ! 802: <property name="use_underline">True</property> ! 803: <signal name="activate" handler="on_stop1_activate" last_modification_time="Thu, 09 Mar 2006 17:29:17 GMT"/> ! 804: ! 805: <child internal-child="image"> ! 806: <widget class="GtkImage" id="image1341"> ! 807: <property name="visible">True</property> ! 808: <property name="stock">gtk-stop</property> ! 809: <property name="icon_size">1</property> ! 810: <property name="xalign">0.5</property> ! 811: <property name="yalign">0.5</property> ! 812: <property name="xpad">0</property> ! 813: <property name="ypad">0</property> ! 814: </widget> ! 815: </child> ! 816: </widget> ! 817: </child> ! 818: ! 819: <child> ! 820: <widget class="GtkImageMenuItem" id="recycle5"> ! 821: <property name="visible">True</property> ! 822: <property name="label" translatable="yes">Recycle</property> ! 823: <property name="use_underline">True</property> ! 824: <signal name="activate" handler="on_recycle5_activate" last_modification_time="Wed, 10 May 2006 05:32:12 GMT"/> ! 825: ! 826: <child internal-child="image"> ! 827: <widget class="GtkImage" id="image1342"> ! 828: <property name="visible">True</property> ! 829: <property name="stock">gtk-refresh</property> ! 830: <property name="icon_size">1</property> ! 831: <property name="xalign">0.5</property> ! 832: <property name="yalign">0.5</property> ! 833: <property name="xpad">0</property> ! 834: <property name="ypad">0</property> ! 835: </widget> ! 836: </child> ! 837: </widget> ! 838: </child> ! 839: ! 840: <child> ! 841: <widget class="GtkSeparatorMenuItem" id="separator5"> ! 842: <property name="visible">True</property> ! 843: </widget> ! 844: </child> ! 845: ! 846: <child> ! 847: <widget class="GtkImageMenuItem" id="edit4"> ! 848: <property name="visible">True</property> ! 849: <property name="label" translatable="yes">_Edit</property> ! 850: <property name="use_underline">True</property> ! 851: ! 852: <child internal-child="image"> ! 853: <widget class="GtkImage" id="image1343"> ! 854: <property name="visible">True</property> ! 855: <property name="stock">gtk-edit</property> ! 856: <property name="icon_size">1</property> ! 857: <property name="xalign">0.5</property> ! 858: <property name="yalign">0.5</property> ! 859: <property name="xpad">0</property> ! 860: <property name="ypad">0</property> ! 861: </widget> ! 862: </child> ! 863: ! 864: <child> ! 865: <widget class="GtkMenu" id="edit4_menu"> ! 866: ! 867: <child> ! 868: <widget class="GtkMenuItem" id="allowed_rlogin_list1"> ! 869: <property name="visible">True</property> ! 870: <property name="label" translatable="yes">_Allowed RLogin List</property> ! 871: <property name="use_underline">True</property> ! 872: <signal name="activate" handler="on_allowed_rlogin_list1_activate" last_modification_time="Thu, 09 Mar 2006 17:29:17 GMT"/> ! 873: </widget> ! 874: </child> ! 875: </widget> ! 876: </child> ! 877: </widget> ! 878: </child> ! 879: </widget> ! 880: </child> ! 881: </widget> ! 882: </child> ! 883: ! 884: <child> ! 885: <widget class="GtkMenuItem" id="mail1"> ! 886: <property name="visible">True</property> ! 887: <property name="label" translatable="yes">_Mail</property> ! 888: <property name="use_underline">True</property> ! 889: ! 890: <child> ! 891: <widget class="GtkMenu" id="mail1_menu"> ! 892: ! 893: <child> ! 894: <widget class="GtkImageMenuItem" id="stop2"> ! 895: <property name="visible">True</property> ! 896: <property name="label" translatable="yes">Stop</property> ! 897: <property name="use_underline">True</property> ! 898: <signal name="activate" handler="on_stop2_activate" last_modification_time="Thu, 09 Mar 2006 17:34:31 GMT"/> ! 899: ! 900: <child internal-child="image"> ! 901: <widget class="GtkImage" id="image1344"> ! 902: <property name="visible">True</property> ! 903: <property name="stock">gtk-stop</property> ! 904: <property name="icon_size">1</property> ! 905: <property name="xalign">0.5</property> ! 906: <property name="yalign">0.5</property> ! 907: <property name="xpad">0</property> ! 908: <property name="ypad">0</property> ! 909: </widget> ! 910: </child> ! 911: </widget> ! 912: </child> ! 913: ! 914: <child> ! 915: <widget class="GtkImageMenuItem" id="recycle1"> ! 916: <property name="visible">True</property> ! 917: <property name="label" translatable="yes">Recycle</property> ! 918: <property name="use_underline">True</property> ! 919: <signal name="activate" handler="on_recycle1_activate" last_modification_time="Thu, 09 Mar 2006 17:34:31 GMT"/> ! 920: ! 921: <child internal-child="image"> ! 922: <widget class="GtkImage" id="image1345"> ! 923: <property name="visible">True</property> ! 924: <property name="stock">gtk-refresh</property> ! 925: <property name="icon_size">1</property> ! 926: <property name="xalign">0.5</property> ! 927: <property name="yalign">0.5</property> ! 928: <property name="xpad">0</property> ! 929: <property name="ypad">0</property> ! 930: </widget> ! 931: </child> ! 932: </widget> ! 933: </child> ! 934: ! 935: <child> ! 936: <widget class="GtkSeparatorMenuItem" id="separator6"> ! 937: <property name="visible">True</property> ! 938: </widget> ! 939: </child> ! 940: ! 941: <child> ! 942: <widget class="GtkMenuItem" id="view2"> ! 943: <property name="visible">True</property> ! 944: <property name="label" translatable="yes">_View</property> ! 945: <property name="use_underline">True</property> ! 946: ! 947: <child> ! 948: <widget class="GtkMenu" id="view2_menu"> ! 949: ! 950: <child> ! 951: <widget class="GtkMenuItem" id="spam_log1"> ! 952: <property name="visible">True</property> ! 953: <property name="label" translatable="yes">Spam Log</property> ! 954: <property name="use_underline">True</property> ! 955: <signal name="activate" handler="on_spam_log1_activate" last_modification_time="Thu, 09 Mar 2006 17:34:31 GMT"/> ! 956: </widget> ! 957: </child> ! 958: </widget> ! 959: </child> ! 960: </widget> ! 961: </child> ! 962: ! 963: <child> ! 964: <widget class="GtkMenuItem" id="edit5"> ! 965: <property name="visible">True</property> ! 966: <property name="label" translatable="yes">_Edit</property> ! 967: <property name="use_underline">True</property> ! 968: ! 969: <child> ! 970: <widget class="GtkMenu" id="edit5_menu"> ! 971: ! 972: <child> ! 973: <widget class="GtkMenuItem" id="alias_list1"> ! 974: <property name="visible">True</property> ! 975: <property name="label" translatable="yes">Alias List</property> ! 976: <property name="use_underline">True</property> ! 977: <signal name="activate" handler="on_alias_list1_activate" last_modification_time="Thu, 09 Mar 2006 17:34:31 GMT"/> ! 978: </widget> ! 979: </child> ! 980: ! 981: <child> ! 982: <widget class="GtkMenuItem" id="domain_list1"> ! 983: <property name="visible">True</property> ! 984: <property name="label" translatable="yes">Domain List</property> ! 985: <property name="use_underline">True</property> ! 986: <signal name="activate" handler="on_domain_list1_activate" last_modification_time="Thu, 09 Mar 2006 17:34:31 GMT"/> ! 987: </widget> ! 988: </child> ! 989: ! 990: <child> ! 991: <widget class="GtkMenuItem" id="spam_bait_list1"> ! 992: <property name="visible">True</property> ! 993: <property name="label" translatable="yes">Spam Bait List</property> ! 994: <property name="use_underline">True</property> ! 995: <signal name="activate" handler="on_spam_bait_list1_activate" last_modification_time="Thu, 09 Mar 2006 17:34:31 GMT"/> ! 996: </widget> ! 997: </child> ! 998: ! 999: <child> ! 1000: <widget class="GtkMenuItem" id="spam_block_list1"> ! 1001: <property name="visible">True</property> ! 1002: <property name="label" translatable="yes">Spam Block List</property> ! 1003: <property name="use_underline">True</property> ! 1004: <signal name="activate" handler="on_spam_block_list1_activate" last_modification_time="Thu, 09 Mar 2006 17:34:31 GMT"/> ! 1005: </widget> ! 1006: </child> ! 1007: ! 1008: <child> ! 1009: <widget class="GtkMenuItem" id="allowed_relay_list1"> ! 1010: <property name="visible">True</property> ! 1011: <property name="label" translatable="yes">Allowed Relay List</property> ! 1012: <property name="use_underline">True</property> ! 1013: <signal name="activate" handler="on_allowed_relay_list1_activate" last_modification_time="Thu, 09 Mar 2006 17:34:31 GMT"/> ! 1014: </widget> ! 1015: </child> ! 1016: ! 1017: <child> ! 1018: <widget class="GtkMenuItem" id="dnsbased_blacklists1"> ! 1019: <property name="visible">True</property> ! 1020: <property name="label" translatable="yes">DNS-based Blacklists</property> ! 1021: <property name="use_underline">True</property> ! 1022: <signal name="activate" handler="on_dnsbased_blacklists1_activate" last_modification_time="Thu, 09 Mar 2006 17:34:31 GMT"/> ! 1023: </widget> ! 1024: </child> ! 1025: ! 1026: <child> ! 1027: <widget class="GtkMenuItem" id="dnsblacklist_exempt_ips1"> ! 1028: <property name="visible">True</property> ! 1029: <property name="label" translatable="yes">DNS-blacklist Exempt IPs</property> ! 1030: <property name="use_underline">True</property> ! 1031: <signal name="activate" handler="on_dnsblacklist_exempt_ips1_activate" last_modification_time="Thu, 09 Mar 2006 17:34:31 GMT"/> ! 1032: </widget> ! 1033: </child> ! 1034: ! 1035: <child> ! 1036: <widget class="GtkMenuItem" id="external_mail_processing1"> ! 1037: <property name="visible">True</property> ! 1038: <property name="label" translatable="yes">External Mail Processing</property> ! 1039: <property name="use_underline">True</property> ! 1040: <signal name="activate" handler="on_external_mail_processing1_activate" last_modification_time="Thu, 09 Mar 2006 17:34:31 GMT"/> ! 1041: </widget> ! 1042: </child> ! 1043: </widget> ! 1044: </child> ! 1045: </widget> ! 1046: </child> ! 1047: </widget> ! 1048: </child> ! 1049: </widget> ! 1050: </child> ! 1051: ! 1052: <child> ! 1053: <widget class="GtkMenuItem" id="ftp1"> ! 1054: <property name="visible">True</property> ! 1055: <property name="label" translatable="yes">_FTP</property> ! 1056: <property name="use_underline">True</property> ! 1057: ! 1058: <child> ! 1059: <widget class="GtkMenu" id="ftp1_menu"> ! 1060: ! 1061: <child> ! 1062: <widget class="GtkImageMenuItem" id="stop3"> ! 1063: <property name="visible">True</property> ! 1064: <property name="label" translatable="yes">Stop</property> ! 1065: <property name="use_underline">True</property> ! 1066: <signal name="activate" handler="on_stop3_activate" last_modification_time="Thu, 09 Mar 2006 17:35:19 GMT"/> ! 1067: ! 1068: <child internal-child="image"> ! 1069: <widget class="GtkImage" id="image1346"> ! 1070: <property name="visible">True</property> ! 1071: <property name="stock">gtk-stop</property> ! 1072: <property name="icon_size">1</property> ! 1073: <property name="xalign">0.5</property> ! 1074: <property name="yalign">0.5</property> ! 1075: <property name="xpad">0</property> ! 1076: <property name="ypad">0</property> ! 1077: </widget> ! 1078: </child> ! 1079: </widget> ! 1080: </child> ! 1081: ! 1082: <child> ! 1083: <widget class="GtkImageMenuItem" id="recycle2"> ! 1084: <property name="visible">True</property> ! 1085: <property name="label" translatable="yes">_Recycle</property> ! 1086: <property name="use_underline">True</property> ! 1087: <signal name="activate" handler="on_recycle2_activate" last_modification_time="Thu, 09 Mar 2006 17:35:19 GMT"/> ! 1088: ! 1089: <child internal-child="image"> ! 1090: <widget class="GtkImage" id="image1347"> ! 1091: <property name="visible">True</property> ! 1092: <property name="stock">gtk-refresh</property> ! 1093: <property name="icon_size">1</property> ! 1094: <property name="xalign">0.5</property> ! 1095: <property name="yalign">0.5</property> ! 1096: <property name="xpad">0</property> ! 1097: <property name="ypad">0</property> ! 1098: </widget> ! 1099: </child> ! 1100: </widget> ! 1101: </child> ! 1102: ! 1103: <child> ! 1104: <widget class="GtkSeparatorMenuItem" id="separator7"> ! 1105: <property name="visible">True</property> ! 1106: </widget> ! 1107: </child> ! 1108: ! 1109: <child> ! 1110: <widget class="GtkImageMenuItem" id="edit6"> ! 1111: <property name="visible">True</property> ! 1112: <property name="label" translatable="yes">_Edit</property> ! 1113: <property name="use_underline">True</property> ! 1114: ! 1115: <child internal-child="image"> ! 1116: <widget class="GtkImage" id="image1348"> ! 1117: <property name="visible">True</property> ! 1118: <property name="stock">gtk-edit</property> ! 1119: <property name="icon_size">1</property> ! 1120: <property name="xalign">0.5</property> ! 1121: <property name="yalign">0.5</property> ! 1122: <property name="xpad">0</property> ! 1123: <property name="ypad">0</property> ! 1124: </widget> ! 1125: </child> ! 1126: ! 1127: <child> ! 1128: <widget class="GtkMenu" id="edit6_menu"> ! 1129: ! 1130: <child> ! 1131: <widget class="GtkMenuItem" id="login_message1"> ! 1132: <property name="visible">True</property> ! 1133: <property name="label" translatable="yes">Login Message</property> ! 1134: <property name="use_underline">True</property> ! 1135: <signal name="activate" handler="on_login_message1_activate" last_modification_time="Thu, 09 Mar 2006 17:36:39 GMT"/> ! 1136: </widget> ! 1137: </child> ! 1138: ! 1139: <child> ! 1140: <widget class="GtkMenuItem" id="failed_login_mesage1"> ! 1141: <property name="visible">True</property> ! 1142: <property name="label" translatable="yes">Failed Login Mesage</property> ! 1143: <property name="use_underline">True</property> ! 1144: <signal name="activate" handler="on_failed_login_mesage1_activate" last_modification_time="Wed, 10 May 2006 05:59:05 GMT"/> ! 1145: </widget> ! 1146: </child> ! 1147: ! 1148: <child> ! 1149: <widget class="GtkMenuItem" id="hello_message1"> ! 1150: <property name="visible">True</property> ! 1151: <property name="label" translatable="yes">Hello Message</property> ! 1152: <property name="use_underline">True</property> ! 1153: <signal name="activate" handler="on_hello_message1_activate" last_modification_time="Thu, 09 Mar 2006 17:36:39 GMT"/> ! 1154: </widget> ! 1155: </child> ! 1156: ! 1157: <child> ! 1158: <widget class="GtkMenuItem" id="goodbye_message1"> ! 1159: <property name="visible">True</property> ! 1160: <property name="label" translatable="yes">Goodbye Message</property> ! 1161: <property name="use_underline">True</property> ! 1162: <signal name="activate" handler="on_goodbye_message1_activate" last_modification_time="Thu, 09 Mar 2006 17:36:39 GMT"/> ! 1163: </widget> ! 1164: </child> ! 1165: ! 1166: <child> ! 1167: <widget class="GtkMenuItem" id="filename_aliases1"> ! 1168: <property name="visible">True</property> ! 1169: <property name="label" translatable="yes">Filename Aliases</property> ! 1170: <property name="use_underline">True</property> ! 1171: <signal name="activate" handler="on_filename_aliases1_activate" last_modification_time="Thu, 09 Mar 2006 17:36:39 GMT"/> ! 1172: </widget> ! 1173: </child> ! 1174: </widget> ! 1175: </child> ! 1176: </widget> ! 1177: </child> ! 1178: </widget> ! 1179: </child> ! 1180: </widget> ! 1181: </child> ! 1182: ! 1183: <child> ! 1184: <widget class="GtkMenuItem" id="web1"> ! 1185: <property name="visible">True</property> ! 1186: <property name="label" translatable="yes">_Web</property> ! 1187: <property name="use_underline">True</property> ! 1188: ! 1189: <child> ! 1190: <widget class="GtkMenu" id="web1_menu"> ! 1191: ! 1192: <child> ! 1193: <widget class="GtkImageMenuItem" id="stop4"> ! 1194: <property name="visible">True</property> ! 1195: <property name="label" translatable="yes">Stop</property> ! 1196: <property name="use_underline">True</property> ! 1197: <signal name="activate" handler="on_stop4_activate" last_modification_time="Thu, 09 Mar 2006 17:37:44 GMT"/> ! 1198: ! 1199: <child internal-child="image"> ! 1200: <widget class="GtkImage" id="image1349"> ! 1201: <property name="visible">True</property> ! 1202: <property name="stock">gtk-stop</property> ! 1203: <property name="icon_size">1</property> ! 1204: <property name="xalign">0.5</property> ! 1205: <property name="yalign">0.5</property> ! 1206: <property name="xpad">0</property> ! 1207: <property name="ypad">0</property> ! 1208: </widget> ! 1209: </child> ! 1210: </widget> ! 1211: </child> ! 1212: ! 1213: <child> ! 1214: <widget class="GtkImageMenuItem" id="recycle3"> ! 1215: <property name="visible">True</property> ! 1216: <property name="label" translatable="yes">_Recycle</property> ! 1217: <property name="use_underline">True</property> ! 1218: <signal name="activate" handler="on_recycle3_activate" last_modification_time="Thu, 09 Mar 2006 17:37:44 GMT"/> ! 1219: ! 1220: <child internal-child="image"> ! 1221: <widget class="GtkImage" id="image1350"> ! 1222: <property name="visible">True</property> ! 1223: <property name="stock">gtk-refresh</property> ! 1224: <property name="icon_size">1</property> ! 1225: <property name="xalign">0.5</property> ! 1226: <property name="yalign">0.5</property> ! 1227: <property name="xpad">0</property> ! 1228: <property name="ypad">0</property> ! 1229: </widget> ! 1230: </child> ! 1231: </widget> ! 1232: </child> ! 1233: ! 1234: <child> ! 1235: <widget class="GtkSeparatorMenuItem" id="separator8"> ! 1236: <property name="visible">True</property> ! 1237: </widget> ! 1238: </child> ! 1239: ! 1240: <child> ! 1241: <widget class="GtkImageMenuItem" id="edit7"> ! 1242: <property name="visible">True</property> ! 1243: <property name="label" translatable="yes">_Edit</property> ! 1244: <property name="use_underline">True</property> ! 1245: ! 1246: <child internal-child="image"> ! 1247: <widget class="GtkImage" id="image1351"> ! 1248: <property name="visible">True</property> ! 1249: <property name="stock">gtk-edit</property> ! 1250: <property name="icon_size">1</property> ! 1251: <property name="xalign">0.5</property> ! 1252: <property name="yalign">0.5</property> ! 1253: <property name="xpad">0</property> ! 1254: <property name="ypad">0</property> ! 1255: </widget> ! 1256: </child> ! 1257: ! 1258: <child> ! 1259: <widget class="GtkMenu" id="edit7_menu"> ! 1260: ! 1261: <child> ! 1262: <widget class="GtkMenuItem" id="mime_types1"> ! 1263: <property name="visible">True</property> ! 1264: <property name="label" translatable="yes">MIME Types</property> ! 1265: <property name="use_underline">True</property> ! 1266: <signal name="activate" handler="on_mime_types1_activate" last_modification_time="Thu, 09 Mar 2006 17:40:46 GMT"/> ! 1267: </widget> ! 1268: </child> ! 1269: ! 1270: <child> ! 1271: <widget class="GtkMenuItem" id="cgi_environment_variables1"> ! 1272: <property name="visible">True</property> ! 1273: <property name="label" translatable="yes">CGI Environment Variables</property> ! 1274: <property name="use_underline">True</property> ! 1275: <signal name="activate" handler="on_cgi_environment_variables1_activate" last_modification_time="Thu, 09 Mar 2006 17:40:46 GMT"/> ! 1276: </widget> ! 1277: </child> ! 1278: ! 1279: <child> ! 1280: <widget class="GtkMenuItem" id="external_content_handlers1"> ! 1281: <property name="visible">True</property> ! 1282: <property name="label" translatable="yes">External Content Handlers</property> ! 1283: <property name="use_underline">True</property> ! 1284: <signal name="activate" handler="on_external_content_handlers1_activate" last_modification_time="Thu, 09 Mar 2006 17:40:46 GMT"/> ! 1285: </widget> ! 1286: </child> ! 1287: </widget> ! 1288: </child> ! 1289: </widget> ! 1290: </child> ! 1291: </widget> ! 1292: </child> ! 1293: </widget> ! 1294: </child> ! 1295: ! 1296: <child> ! 1297: <widget class="GtkMenuItem" id="services1"> ! 1298: <property name="visible">True</property> ! 1299: <property name="label" translatable="yes">_Services</property> ! 1300: <property name="use_underline">True</property> ! 1301: ! 1302: <child> ! 1303: <widget class="GtkMenu" id="services1_menu"> ! 1304: ! 1305: <child> ! 1306: <widget class="GtkImageMenuItem" id="stop5"> ! 1307: <property name="visible">True</property> ! 1308: <property name="label" translatable="yes">Stop</property> ! 1309: <property name="use_underline">True</property> ! 1310: <signal name="activate" handler="on_stop5_activate" last_modification_time="Thu, 09 Mar 2006 17:40:46 GMT"/> ! 1311: ! 1312: <child internal-child="image"> ! 1313: <widget class="GtkImage" id="image1352"> ! 1314: <property name="visible">True</property> ! 1315: <property name="stock">gtk-stop</property> ! 1316: <property name="icon_size">1</property> ! 1317: <property name="xalign">0.5</property> ! 1318: <property name="yalign">0.5</property> ! 1319: <property name="xpad">0</property> ! 1320: <property name="ypad">0</property> ! 1321: </widget> ! 1322: </child> ! 1323: </widget> ! 1324: </child> ! 1325: ! 1326: <child> ! 1327: <widget class="GtkImageMenuItem" id="recycle4"> ! 1328: <property name="visible">True</property> ! 1329: <property name="label" translatable="yes">_Recycle</property> ! 1330: <property name="use_underline">True</property> ! 1331: <signal name="activate" handler="on_recycle4_activate" last_modification_time="Thu, 09 Mar 2006 17:40:46 GMT"/> ! 1332: ! 1333: <child internal-child="image"> ! 1334: <widget class="GtkImage" id="image1353"> ! 1335: <property name="visible">True</property> ! 1336: <property name="stock">gtk-refresh</property> ! 1337: <property name="icon_size">1</property> ! 1338: <property name="xalign">0.5</property> ! 1339: <property name="yalign">0.5</property> ! 1340: <property name="xpad">0</property> ! 1341: <property name="ypad">0</property> ! 1342: </widget> ! 1343: </child> ! 1344: </widget> ! 1345: </child> ! 1346: ! 1347: <child> ! 1348: <widget class="GtkSeparatorMenuItem" id="separator9"> ! 1349: <property name="visible">True</property> ! 1350: </widget> ! 1351: </child> ! 1352: ! 1353: <child> ! 1354: <widget class="GtkImageMenuItem" id="edit8"> ! 1355: <property name="visible">True</property> ! 1356: <property name="label" translatable="yes">_Edit</property> ! 1357: <property name="use_underline">True</property> ! 1358: ! 1359: <child internal-child="image"> ! 1360: <widget class="GtkImage" id="image1354"> ! 1361: <property name="visible">True</property> ! 1362: <property name="stock">gtk-edit</property> ! 1363: <property name="icon_size">1</property> ! 1364: <property name="xalign">0.5</property> ! 1365: <property name="yalign">0.5</property> ! 1366: <property name="xpad">0</property> ! 1367: <property name="ypad">0</property> ! 1368: </widget> ! 1369: </child> ! 1370: ! 1371: <child> ! 1372: <widget class="GtkMenu" id="edit8_menu"> ! 1373: ! 1374: <child> ! 1375: <widget class="GtkMenuItem" id="servicesini1"> ! 1376: <property name="visible">True</property> ! 1377: <property name="label" translatable="yes">services.ini</property> ! 1378: <property name="use_underline">True</property> ! 1379: <signal name="activate" handler="on_servicesini1_activate" last_modification_time="Thu, 09 Mar 2006 17:40:46 GMT"/> ! 1380: </widget> ! 1381: </child> ! 1382: </widget> ! 1383: </child> ! 1384: </widget> ! 1385: </child> ! 1386: </widget> ! 1387: </child> ! 1388: </widget> ! 1389: </child> ! 1390: ! 1391: <child> ! 1392: <widget class="GtkMenuItem" id="menuitem3"> ! 1393: <property name="visible">True</property> ! 1394: <property name="label" translatable="yes">_View</property> ! 1395: <property name="use_underline">True</property> ! 1396: ! 1397: <child> ! 1398: <widget class="GtkMenu" id="menuitem3_menu"> ! 1399: ! 1400: <child> ! 1401: <widget class="GtkCheckMenuItem" id="statistics_pane1"> ! 1402: <property name="visible">True</property> ! 1403: <property name="label" translatable="yes">Statistics Pane</property> ! 1404: <property name="use_underline">True</property> ! 1405: <property name="active">True</property> ! 1406: <signal name="activate" handler="on_statistics_pane1_activate" last_modification_time="Thu, 09 Mar 2006 17:42:01 GMT"/> ! 1407: </widget> ! 1408: </child> ! 1409: ! 1410: <child> ! 1411: <widget class="GtkSeparatorMenuItem" id="separator11"> ! 1412: <property name="visible">True</property> ! 1413: </widget> ! 1414: </child> ! 1415: ! 1416: <child> ! 1417: <widget class="GtkMenuItem" id="hack_attempt_log1"> ! 1418: <property name="visible">True</property> ! 1419: <property name="label" translatable="yes">Hack Attempt Log</property> ! 1420: <property name="use_underline">True</property> ! 1421: <signal name="activate" handler="on_hack_attempt_log1_activate" last_modification_time="Thu, 09 Mar 2006 17:40:46 GMT"/> ! 1422: </widget> ! 1423: </child> ! 1424: </widget> ! 1425: </child> ! 1426: </widget> ! 1427: </child> ! 1428: ! 1429: <child> ! 1430: <widget class="GtkMenuItem" id="menuitem4"> ! 1431: <property name="visible">True</property> ! 1432: <property name="label" translatable="yes">_Help</property> ! 1433: <property name="use_underline">True</property> ! 1434: ! 1435: <child> ! 1436: <widget class="GtkMenu" id="menuitem4_menu"> ! 1437: ! 1438: <child> ! 1439: <widget class="GtkImageMenuItem" id="index1"> ! 1440: <property name="visible">True</property> ! 1441: <property name="label" translatable="yes">Index</property> ! 1442: <property name="use_underline">True</property> ! 1443: <signal name="activate" handler="on_index1_activate" last_modification_time="Thu, 09 Mar 2006 17:40:46 GMT"/> ! 1444: ! 1445: <child internal-child="image"> ! 1446: <widget class="GtkImage" id="image1355"> ! 1447: <property name="visible">True</property> ! 1448: <property name="sensitive">False</property> ! 1449: <property name="stock">gtk-index</property> ! 1450: <property name="icon_size">1</property> ! 1451: <property name="xalign">0.5</property> ! 1452: <property name="yalign">0.5</property> ! 1453: <property name="xpad">0</property> ! 1454: <property name="ypad">0</property> ! 1455: </widget> ! 1456: </child> ! 1457: </widget> ! 1458: </child> ! 1459: ! 1460: <child> ! 1461: <widget class="GtkImageMenuItem" id="sysop_manual1"> ! 1462: <property name="visible">True</property> ! 1463: <property name="label" translatable="yes">Sysop Manual</property> ! 1464: <property name="use_underline">True</property> ! 1465: <signal name="activate" handler="on_sysop_manual1_activate" last_modification_time="Thu, 09 Mar 2006 17:40:46 GMT"/> ! 1466: ! 1467: <child internal-child="image"> ! 1468: <widget class="GtkImage" id="image1356"> ! 1469: <property name="visible">True</property> ! 1470: <property name="stock">gtk-help</property> ! 1471: <property name="icon_size">1</property> ! 1472: <property name="xalign">0.5</property> ! 1473: <property name="yalign">0.5</property> ! 1474: <property name="xpad">0</property> ! 1475: <property name="ypad">0</property> ! 1476: </widget> ! 1477: </child> ! 1478: </widget> ! 1479: </child> ! 1480: ! 1481: <child> ! 1482: <widget class="GtkImageMenuItem" id="frequently_asked_questions_(faq)1"> ! 1483: <property name="visible">True</property> ! 1484: <property name="label" translatable="yes">Frequently Asked Questions (FAQ)</property> ! 1485: <property name="use_underline">True</property> ! 1486: <signal name="activate" handler="on_frequently_asked_questions_faq1_activate" last_modification_time="Sat, 13 May 2006 08:48:24 GMT"/> ! 1487: ! 1488: <child internal-child="image"> ! 1489: <widget class="GtkImage" id="image1357"> ! 1490: <property name="visible">True</property> ! 1491: <property name="sensitive">False</property> ! 1492: <property name="stock">gtk-dialog-info</property> ! 1493: <property name="icon_size">1</property> ! 1494: <property name="xalign">0.5</property> ! 1495: <property name="yalign">0.5</property> ! 1496: <property name="xpad">0</property> ! 1497: <property name="ypad">0</property> ! 1498: </widget> ! 1499: </child> ! 1500: </widget> ! 1501: </child> ! 1502: ! 1503: <child> ! 1504: <widget class="GtkSeparatorMenuItem" id="separator10"> ! 1505: <property name="visible">True</property> ! 1506: </widget> ! 1507: </child> ! 1508: ! 1509: <child> ! 1510: <widget class="GtkImageMenuItem" id="about1"> ! 1511: <property name="visible">True</property> ! 1512: <property name="label" translatable="yes">_About</property> ! 1513: <property name="use_underline">True</property> ! 1514: <signal name="activate" handler="on_about1_activate" last_modification_time="Thu, 09 Mar 2006 05:25:04 GMT"/> ! 1515: ! 1516: <child internal-child="image"> ! 1517: <widget class="GtkImage" id="image1358"> ! 1518: <property name="visible">True</property> ! 1519: <property name="stock">gtk-about</property> ! 1520: <property name="icon_size">1</property> ! 1521: <property name="xalign">0.5</property> ! 1522: <property name="yalign">0.5</property> ! 1523: <property name="xpad">0</property> ! 1524: <property name="ypad">0</property> ! 1525: </widget> ! 1526: </child> ! 1527: </widget> ! 1528: </child> ! 1529: </widget> ! 1530: </child> ! 1531: </widget> ! 1532: </child> ! 1533: </widget> ! 1534: <packing> ! 1535: <property name="padding">0</property> ! 1536: <property name="expand">False</property> ! 1537: <property name="fill">False</property> ! 1538: </packing> ! 1539: </child> ! 1540: ! 1541: <child> ! 1542: <widget class="GtkToolbar" id="toolbar1"> ! 1543: <property name="visible">True</property> ! 1544: <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property> ! 1545: <property name="toolbar_style">GTK_TOOLBAR_ICONS</property> ! 1546: <property name="tooltips">True</property> ! 1547: <property name="show_arrow">True</property> ! 1548: ! 1549: <child> ! 1550: <widget class="GtkToolButton" id="locknodebutton"> ! 1551: <property name="visible">True</property> ! 1552: <property name="sensitive">False</property> ! 1553: <property name="tooltip" translatable="yes">Lock Node</property> ! 1554: <property name="label" translatable="yes"></property> ! 1555: <property name="use_underline">True</property> ! 1556: <property name="stock_id">gtk-dialog-authentication</property> ! 1557: <property name="visible_horizontal">True</property> ! 1558: <property name="visible_vertical">True</property> ! 1559: <property name="is_important">False</property> ! 1560: <signal name="clicked" handler="lock_nodes" last_modification_time="Wed, 10 May 2006 22:59:29 GMT"/> ! 1561: </widget> ! 1562: <packing> ! 1563: <property name="expand">False</property> ! 1564: <property name="homogeneous">True</property> ! 1565: </packing> ! 1566: </child> ! 1567: ! 1568: <child> ! 1569: <widget class="GtkToolButton" id="downnodebutton"> ! 1570: <property name="visible">True</property> ! 1571: <property name="sensitive">False</property> ! 1572: <property name="tooltip" translatable="yes">Down Node</property> ! 1573: <property name="label" translatable="yes"></property> ! 1574: <property name="use_underline">True</property> ! 1575: <property name="stock_id">gtk-go-down</property> ! 1576: <property name="visible_horizontal">True</property> ! 1577: <property name="visible_vertical">True</property> ! 1578: <property name="is_important">False</property> ! 1579: <signal name="clicked" handler="down_nodes" last_modification_time="Wed, 10 May 2006 22:59:37 GMT"/> ! 1580: </widget> ! 1581: <packing> ! 1582: <property name="expand">False</property> ! 1583: <property name="homogeneous">True</property> ! 1584: </packing> ! 1585: </child> ! 1586: ! 1587: <child> ! 1588: <widget class="GtkToolButton" id="interruptnodebutton"> ! 1589: <property name="visible">True</property> ! 1590: <property name="sensitive">False</property> ! 1591: <property name="tooltip" translatable="yes">Interrupt Node</property> ! 1592: <property name="label" translatable="yes"></property> ! 1593: <property name="use_underline">True</property> ! 1594: <property name="stock_id">gtk-cancel</property> ! 1595: <property name="visible_horizontal">True</property> ! 1596: <property name="visible_vertical">True</property> ! 1597: <property name="is_important">False</property> ! 1598: <signal name="clicked" handler="interrupt_nodes" last_modification_time="Wed, 10 May 2006 22:59:46 GMT"/> ! 1599: </widget> ! 1600: <packing> ! 1601: <property name="expand">False</property> ! 1602: <property name="homogeneous">True</property> ! 1603: </packing> ! 1604: </child> ! 1605: ! 1606: <child> ! 1607: <widget class="GtkToolButton" id="bRerunNode"> ! 1608: <property name="visible">True</property> ! 1609: <property name="sensitive">False</property> ! 1610: <property name="tooltip" translatable="yes">Rerun Node</property> ! 1611: <property name="label" translatable="yes"></property> ! 1612: <property name="use_underline">True</property> ! 1613: <property name="stock_id">gtk-refresh</property> ! 1614: <property name="visible_horizontal">True</property> ! 1615: <property name="visible_vertical">True</property> ! 1616: <property name="is_important">False</property> ! 1617: <signal name="clicked" handler="rerun_nodes" last_modification_time="Wed, 10 May 2006 22:59:58 GMT"/> ! 1618: </widget> ! 1619: <packing> ! 1620: <property name="expand">False</property> ! 1621: <property name="homogeneous">True</property> ! 1622: </packing> ! 1623: </child> ! 1624: ! 1625: <child> ! 1626: <widget class="GtkToolButton" id="bClearErrors"> ! 1627: <property name="visible">True</property> ! 1628: <property name="tooltip" translatable="yes">Clear Errors</property> ! 1629: <property name="label" translatable="yes"></property> ! 1630: <property name="use_underline">True</property> ! 1631: <property name="stock_id">gtk-clear</property> ! 1632: <property name="visible_horizontal">True</property> ! 1633: <property name="visible_vertical">True</property> ! 1634: <property name="is_important">False</property> ! 1635: <signal name="clicked" handler="clear_errors" last_modification_time="Wed, 10 May 2006 23:00:11 GMT"/> ! 1636: </widget> ! 1637: <packing> ! 1638: <property name="expand">False</property> ! 1639: <property name="homogeneous">True</property> ! 1640: </packing> ! 1641: </child> ! 1642: ! 1643: <child> ! 1644: <widget class="GtkToolButton" id="bChatWithUser"> ! 1645: <property name="visible">True</property> ! 1646: <property name="sensitive">False</property> ! 1647: <property name="tooltip" translatable="yes">Chat With User</property> ! 1648: <property name="label" translatable="yes"></property> ! 1649: <property name="use_underline">True</property> ! 1650: <property name="icon">stock_help-chat.png</property> ! 1651: <property name="visible_horizontal">True</property> ! 1652: <property name="visible_vertical">True</property> ! 1653: <property name="is_important">False</property> ! 1654: <signal name="clicked" handler="chatwith_node" last_modification_time="Wed, 10 May 2006 23:00:32 GMT"/> ! 1655: </widget> ! 1656: <packing> ! 1657: <property name="expand">False</property> ! 1658: <property name="homogeneous">True</property> ! 1659: </packing> ! 1660: </child> ! 1661: ! 1662: <child> ! 1663: <widget class="GtkToolButton" id="bSendMessageToUser"> ! 1664: <property name="visible">True</property> ! 1665: <property name="sensitive">False</property> ! 1666: <property name="tooltip" translatable="yes">Send Message to User</property> ! 1667: <property name="label" translatable="yes"></property> ! 1668: <property name="use_underline">True</property> ! 1669: <property name="icon">stock_mail-send.png</property> ! 1670: <property name="visible_horizontal">True</property> ! 1671: <property name="visible_vertical">True</property> ! 1672: <property name="is_important">False</property> ! 1673: <signal name="clicked" handler="sendmessageto_node" last_modification_time="Wed, 10 May 2006 23:00:46 GMT"/> ! 1674: </widget> ! 1675: <packing> ! 1676: <property name="expand">False</property> ! 1677: <property name="homogeneous">True</property> ! 1678: </packing> ! 1679: </child> ! 1680: ! 1681: <child> ! 1682: <widget class="GtkToolButton" id="bEditUser"> ! 1683: <property name="visible">True</property> ! 1684: <property name="sensitive">False</property> ! 1685: <property name="tooltip" translatable="yes">Edit User</property> ! 1686: <property name="stock_id">gtk-edit</property> ! 1687: <property name="visible_horizontal">True</property> ! 1688: <property name="visible_vertical">True</property> ! 1689: <property name="is_important">False</property> ! 1690: <signal name="clicked" handler="edituseron_node" last_modification_time="Wed, 10 May 2006 23:00:55 GMT"/> ! 1691: </widget> ! 1692: <packing> ! 1693: <property name="expand">False</property> ! 1694: <property name="homogeneous">True</property> ! 1695: </packing> ! 1696: </child> ! 1697: ! 1698: <child> ! 1699: <widget class="GtkToolItem" id="toolitem1"> ! 1700: <property name="visible">True</property> ! 1701: <property name="visible_horizontal">True</property> ! 1702: <property name="visible_vertical">True</property> ! 1703: <property name="is_important">False</property> ! 1704: ! 1705: <child> ! 1706: <widget class="GtkComboBox" id="cNodeQuickValidate"> ! 1707: <property name="visible">True</property> ! 1708: <property name="sensitive">False</property> ! 1709: <property name="items" translatable="yes">Quick Validation Sets ! 1710: Set0 ! 1711: Set1 ! 1712: Set2 ! 1713: Set3 ! 1714: Set4 ! 1715: Set5 ! 1716: Set6 ! 1717: Set7 ! 1718: Set8 ! 1719: Set9</property> ! 1720: <property name="add_tearoffs">False</property> ! 1721: <property name="focus_on_click">True</property> ! 1722: <signal name="changed" handler="quickvalidate_useron_node" last_modification_time="Thu, 11 May 2006 06:28:23 GMT"/> ! 1723: </widget> ! 1724: </child> ! 1725: </widget> ! 1726: <packing> ! 1727: <property name="expand">False</property> ! 1728: <property name="homogeneous">False</property> ! 1729: </packing> ! 1730: </child> ! 1731: </widget> ! 1732: <packing> ! 1733: <property name="padding">0</property> ! 1734: <property name="expand">False</property> ! 1735: <property name="fill">False</property> ! 1736: </packing> ! 1737: </child> ! 1738: ! 1739: <child> ! 1740: <widget class="GtkScrolledWindow" id="scrolledwindow1"> ! 1741: <property name="visible">True</property> ! 1742: <property name="can_focus">True</property> ! 1743: <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> ! 1744: <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> ! 1745: <property name="shadow_type">GTK_SHADOW_IN</property> ! 1746: <property name="window_placement">GTK_CORNER_TOP_LEFT</property> ! 1747: ! 1748: <child> ! 1749: <widget class="GtkTreeView" id="lNodeList"> ! 1750: <property name="visible">True</property> ! 1751: <property name="can_focus">True</property> ! 1752: <property name="headers_visible">False</property> ! 1753: <property name="rules_hint">False</property> ! 1754: <property name="reorderable">False</property> ! 1755: <property name="enable_search">False</property> ! 1756: <property name="fixed_height_mode">False</property> ! 1757: <property name="hover_selection">False</property> ! 1758: <property name="hover_expand">False</property> ! 1759: </widget> ! 1760: </child> ! 1761: </widget> ! 1762: <packing> ! 1763: <property name="padding">0</property> ! 1764: <property name="expand">True</property> ! 1765: <property name="fill">True</property> ! 1766: </packing> ! 1767: </child> ! 1768: ! 1769: <child> ! 1770: <widget class="GtkHBox" id="StatisticsPane"> ! 1771: <property name="visible">True</property> ! 1772: <property name="homogeneous">False</property> ! 1773: <property name="spacing">0</property> ! 1774: ! 1775: <child> ! 1776: <widget class="GtkFrame" id="frame1"> ! 1777: <property name="visible">True</property> ! 1778: <property name="label_xalign">0</property> ! 1779: <property name="label_yalign">0.5</property> ! 1780: <property name="shadow_type">GTK_SHADOW_NONE</property> ! 1781: ! 1782: <child> ! 1783: <widget class="GtkAlignment" id="alignment1"> ! 1784: <property name="visible">True</property> ! 1785: <property name="xalign">0.5</property> ! 1786: <property name="yalign">0.5</property> ! 1787: <property name="xscale">1</property> ! 1788: <property name="yscale">1</property> ! 1789: <property name="top_padding">0</property> ! 1790: <property name="bottom_padding">0</property> ! 1791: <property name="left_padding">12</property> ! 1792: <property name="right_padding">0</property> ! 1793: ! 1794: <child> ! 1795: <widget class="GtkTable" id="table1"> ! 1796: <property name="visible">True</property> ! 1797: <property name="n_rows">6</property> ! 1798: <property name="n_columns">2</property> ! 1799: <property name="homogeneous">False</property> ! 1800: <property name="row_spacing">0</property> ! 1801: <property name="column_spacing">10</property> ! 1802: ! 1803: <child> ! 1804: <widget class="GtkLabel" id="label5"> ! 1805: <property name="visible">True</property> ! 1806: <property name="label" translatable="yes">Logons</property> ! 1807: <property name="use_underline">False</property> ! 1808: <property name="use_markup">False</property> ! 1809: <property name="justify">GTK_JUSTIFY_LEFT</property> ! 1810: <property name="wrap">False</property> ! 1811: <property name="selectable">False</property> ! 1812: <property name="xalign">0</property> ! 1813: <property name="yalign">0.5</property> ! 1814: <property name="xpad">0</property> ! 1815: <property name="ypad">0</property> ! 1816: <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> ! 1817: <property name="width_chars">-1</property> ! 1818: <property name="single_line_mode">False</property> ! 1819: <property name="angle">0</property> ! 1820: </widget> ! 1821: <packing> ! 1822: <property name="left_attach">0</property> ! 1823: <property name="right_attach">1</property> ! 1824: <property name="top_attach">0</property> ! 1825: <property name="bottom_attach">1</property> ! 1826: <property name="x_options">fill</property> ! 1827: <property name="y_options"></property> ! 1828: </packing> ! 1829: </child> ! 1830: ! 1831: <child> ! 1832: <widget class="GtkLabel" id="label6"> ! 1833: <property name="visible">True</property> ! 1834: <property name="label" translatable="yes">Time</property> ! 1835: <property name="use_underline">False</property> ! 1836: <property name="use_markup">False</property> ! 1837: <property name="justify">GTK_JUSTIFY_LEFT</property> ! 1838: <property name="wrap">False</property> ! 1839: <property name="selectable">False</property> ! 1840: <property name="xalign">0</property> ! 1841: <property name="yalign">0.5</property> ! 1842: <property name="xpad">0</property> ! 1843: <property name="ypad">0</property> ! 1844: <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> ! 1845: <property name="width_chars">-1</property> ! 1846: <property name="single_line_mode">False</property> ! 1847: <property name="angle">0</property> ! 1848: </widget> ! 1849: <packing> ! 1850: <property name="left_attach">0</property> ! 1851: <property name="right_attach">1</property> ! 1852: <property name="top_attach">1</property> ! 1853: <property name="bottom_attach">2</property> ! 1854: <property name="x_options">fill</property> ! 1855: <property name="y_options"></property> ! 1856: </packing> ! 1857: </child> ! 1858: ! 1859: <child> ! 1860: <widget class="GtkLabel" id="label7"> ! 1861: <property name="visible">True</property> ! 1862: <property name="label" translatable="yes">E-mail</property> ! 1863: <property name="use_underline">False</property> ! 1864: <property name="use_markup">False</property> ! 1865: <property name="justify">GTK_JUSTIFY_LEFT</property> ! 1866: <property name="wrap">False</property> ! 1867: <property name="selectable">False</property> ! 1868: <property name="xalign">0</property> ! 1869: <property name="yalign">0.5</property> ! 1870: <property name="xpad">0</property> ! 1871: <property name="ypad">0</property> ! 1872: <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> ! 1873: <property name="width_chars">-1</property> ! 1874: <property name="single_line_mode">False</property> ! 1875: <property name="angle">0</property> ! 1876: </widget> ! 1877: <packing> ! 1878: <property name="left_attach">0</property> ! 1879: <property name="right_attach">1</property> ! 1880: <property name="top_attach">2</property> ! 1881: <property name="bottom_attach">3</property> ! 1882: <property name="x_options">fill</property> ! 1883: <property name="y_options"></property> ! 1884: </packing> ! 1885: </child> ! 1886: ! 1887: <child> ! 1888: <widget class="GtkLabel" id="label8"> ! 1889: <property name="visible">True</property> ! 1890: <property name="label" translatable="yes">Feedback</property> ! 1891: <property name="use_underline">False</property> ! 1892: <property name="use_markup">False</property> ! 1893: <property name="justify">GTK_JUSTIFY_LEFT</property> ! 1894: <property name="wrap">False</property> ! 1895: <property name="selectable">False</property> ! 1896: <property name="xalign">0</property> ! 1897: <property name="yalign">0.5</property> ! 1898: <property name="xpad">0</property> ! 1899: <property name="ypad">0</property> ! 1900: <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> ! 1901: <property name="width_chars">-1</property> ! 1902: <property name="single_line_mode">False</property> ! 1903: <property name="angle">0</property> ! 1904: </widget> ! 1905: <packing> ! 1906: <property name="left_attach">0</property> ! 1907: <property name="right_attach">1</property> ! 1908: <property name="top_attach">3</property> ! 1909: <property name="bottom_attach">4</property> ! 1910: <property name="x_options">fill</property> ! 1911: <property name="y_options"></property> ! 1912: </packing> ! 1913: </child> ! 1914: ! 1915: <child> ! 1916: <widget class="GtkLabel" id="label9"> ! 1917: <property name="visible">True</property> ! 1918: <property name="label" translatable="yes">New Users</property> ! 1919: <property name="use_underline">False</property> ! 1920: <property name="use_markup">False</property> ! 1921: <property name="justify">GTK_JUSTIFY_LEFT</property> ! 1922: <property name="wrap">False</property> ! 1923: <property name="selectable">False</property> ! 1924: <property name="xalign">0</property> ! 1925: <property name="yalign">0.5</property> ! 1926: <property name="xpad">0</property> ! 1927: <property name="ypad">0</property> ! 1928: <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> ! 1929: <property name="width_chars">-1</property> ! 1930: <property name="single_line_mode">False</property> ! 1931: <property name="angle">0</property> ! 1932: </widget> ! 1933: <packing> ! 1934: <property name="left_attach">0</property> ! 1935: <property name="right_attach">1</property> ! 1936: <property name="top_attach">4</property> ! 1937: <property name="bottom_attach">5</property> ! 1938: <property name="x_options">fill</property> ! 1939: <property name="y_options"></property> ! 1940: </packing> ! 1941: </child> ! 1942: ! 1943: <child> ! 1944: <widget class="GtkLabel" id="label10"> ! 1945: <property name="visible">True</property> ! 1946: <property name="label" translatable="yes">Posts</property> ! 1947: <property name="use_underline">False</property> ! 1948: <property name="use_markup">False</property> ! 1949: <property name="justify">GTK_JUSTIFY_LEFT</property> ! 1950: <property name="wrap">False</property> ! 1951: <property name="selectable">False</property> ! 1952: <property name="xalign">0</property> ! 1953: <property name="yalign">0.5</property> ! 1954: <property name="xpad">0</property> ! 1955: <property name="ypad">0</property> ! 1956: <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> ! 1957: <property name="width_chars">-1</property> ! 1958: <property name="single_line_mode">False</property> ! 1959: <property name="angle">0</property> ! 1960: </widget> ! 1961: <packing> ! 1962: <property name="left_attach">0</property> ! 1963: <property name="right_attach">1</property> ! 1964: <property name="top_attach">5</property> ! 1965: <property name="bottom_attach">6</property> ! 1966: <property name="x_options">fill</property> ! 1967: <property name="y_options"></property> ! 1968: </packing> ! 1969: </child> ! 1970: ! 1971: <child> ! 1972: <widget class="GtkHBox" id="hbox1"> ! 1973: <property name="visible">True</property> ! 1974: <property name="homogeneous">False</property> ! 1975: <property name="spacing">0</property> ! 1976: ! 1977: <child> ! 1978: <widget class="GtkEntry" id="eEmailToday"> ! 1979: <property name="visible">True</property> ! 1980: <property name="editable">False</property> ! 1981: <property name="visibility">True</property> ! 1982: <property name="max_length">15</property> ! 1983: <property name="text" translatable="yes"></property> ! 1984: <property name="has_frame">True</property> ! 1985: <property name="invisible_char">*</property> ! 1986: <property name="activates_default">False</property> ! 1987: <property name="width_chars">15</property> ! 1988: </widget> ! 1989: <packing> ! 1990: <property name="padding">0</property> ! 1991: <property name="expand">False</property> ! 1992: <property name="fill">False</property> ! 1993: </packing> ! 1994: </child> ! 1995: </widget> ! 1996: <packing> ! 1997: <property name="left_attach">1</property> ! 1998: <property name="right_attach">2</property> ! 1999: <property name="top_attach">2</property> ! 2000: <property name="bottom_attach">3</property> ! 2001: <property name="x_options">fill</property> ! 2002: <property name="y_options">fill</property> ! 2003: </packing> ! 2004: </child> ! 2005: ! 2006: <child> ! 2007: <widget class="GtkHBox" id="hbox2"> ! 2008: <property name="visible">True</property> ! 2009: <property name="homogeneous">False</property> ! 2010: <property name="spacing">0</property> ! 2011: ! 2012: <child> ! 2013: <widget class="GtkEntry" id="eFeedbackToday"> ! 2014: <property name="visible">True</property> ! 2015: <property name="editable">False</property> ! 2016: <property name="visibility">True</property> ! 2017: <property name="max_length">15</property> ! 2018: <property name="text" translatable="yes"></property> ! 2019: <property name="has_frame">True</property> ! 2020: <property name="invisible_char">*</property> ! 2021: <property name="activates_default">False</property> ! 2022: <property name="width_chars">15</property> ! 2023: </widget> ! 2024: <packing> ! 2025: <property name="padding">0</property> ! 2026: <property name="expand">False</property> ! 2027: <property name="fill">False</property> ! 2028: </packing> ! 2029: </child> ! 2030: </widget> ! 2031: <packing> ! 2032: <property name="left_attach">1</property> ! 2033: <property name="right_attach">2</property> ! 2034: <property name="top_attach">3</property> ! 2035: <property name="bottom_attach">4</property> ! 2036: <property name="x_options">fill</property> ! 2037: <property name="y_options">fill</property> ! 2038: </packing> ! 2039: </child> ! 2040: ! 2041: <child> ! 2042: <widget class="GtkHBox" id="hbox4"> ! 2043: <property name="visible">True</property> ! 2044: <property name="homogeneous">False</property> ! 2045: <property name="spacing">0</property> ! 2046: ! 2047: <child> ! 2048: <widget class="GtkEntry" id="eNewUsersToday"> ! 2049: <property name="visible">True</property> ! 2050: <property name="editable">False</property> ! 2051: <property name="visibility">True</property> ! 2052: <property name="max_length">15</property> ! 2053: <property name="text" translatable="yes"></property> ! 2054: <property name="has_frame">True</property> ! 2055: <property name="invisible_char">*</property> ! 2056: <property name="activates_default">False</property> ! 2057: <property name="width_chars">15</property> ! 2058: </widget> ! 2059: <packing> ! 2060: <property name="padding">0</property> ! 2061: <property name="expand">False</property> ! 2062: <property name="fill">False</property> ! 2063: </packing> ! 2064: </child> ! 2065: </widget> ! 2066: <packing> ! 2067: <property name="left_attach">1</property> ! 2068: <property name="right_attach">2</property> ! 2069: <property name="top_attach">4</property> ! 2070: <property name="bottom_attach">5</property> ! 2071: <property name="x_options">fill</property> ! 2072: <property name="y_options">fill</property> ! 2073: </packing> ! 2074: </child> ! 2075: ! 2076: <child> ! 2077: <widget class="GtkHBox" id="hbox7"> ! 2078: <property name="visible">True</property> ! 2079: <property name="homogeneous">False</property> ! 2080: <property name="spacing">0</property> ! 2081: ! 2082: <child> ! 2083: <widget class="GtkEntry" id="ePostsToday"> ! 2084: <property name="visible">True</property> ! 2085: <property name="editable">False</property> ! 2086: <property name="visibility">True</property> ! 2087: <property name="max_length">15</property> ! 2088: <property name="text" translatable="yes"></property> ! 2089: <property name="has_frame">True</property> ! 2090: <property name="invisible_char">*</property> ! 2091: <property name="activates_default">False</property> ! 2092: <property name="width_chars">15</property> ! 2093: </widget> ! 2094: <packing> ! 2095: <property name="padding">0</property> ! 2096: <property name="expand">False</property> ! 2097: <property name="fill">False</property> ! 2098: </packing> ! 2099: </child> ! 2100: </widget> ! 2101: <packing> ! 2102: <property name="left_attach">1</property> ! 2103: <property name="right_attach">2</property> ! 2104: <property name="top_attach">5</property> ! 2105: <property name="bottom_attach">6</property> ! 2106: <property name="x_options">fill</property> ! 2107: <property name="y_options">fill</property> ! 2108: </packing> ! 2109: </child> ! 2110: ! 2111: <child> ! 2112: <widget class="GtkHBox" id="hbox13"> ! 2113: <property name="visible">True</property> ! 2114: <property name="homogeneous">False</property> ! 2115: <property name="spacing">0</property> ! 2116: ! 2117: <child> ! 2118: <widget class="GtkEntry" id="eLogonsToday"> ! 2119: <property name="visible">True</property> ! 2120: <property name="editable">False</property> ! 2121: <property name="visibility">True</property> ! 2122: <property name="max_length">15</property> ! 2123: <property name="text" translatable="yes"></property> ! 2124: <property name="has_frame">True</property> ! 2125: <property name="invisible_char">*</property> ! 2126: <property name="activates_default">False</property> ! 2127: <property name="width_chars">15</property> ! 2128: </widget> ! 2129: <packing> ! 2130: <property name="padding">0</property> ! 2131: <property name="expand">False</property> ! 2132: <property name="fill">False</property> ! 2133: </packing> ! 2134: </child> ! 2135: </widget> ! 2136: <packing> ! 2137: <property name="left_attach">1</property> ! 2138: <property name="right_attach">2</property> ! 2139: <property name="top_attach">0</property> ! 2140: <property name="bottom_attach">1</property> ! 2141: <property name="x_options">fill</property> ! 2142: <property name="y_options">fill</property> ! 2143: </packing> ! 2144: </child> ! 2145: ! 2146: <child> ! 2147: <widget class="GtkHBox" id="hbox14"> ! 2148: <property name="visible">True</property> ! 2149: <property name="homogeneous">False</property> ! 2150: <property name="spacing">0</property> ! 2151: ! 2152: <child> ! 2153: <widget class="GtkEntry" id="eTimeToday"> ! 2154: <property name="visible">True</property> ! 2155: <property name="editable">False</property> ! 2156: <property name="visibility">True</property> ! 2157: <property name="max_length">15</property> ! 2158: <property name="text" translatable="yes"></property> ! 2159: <property name="has_frame">True</property> ! 2160: <property name="invisible_char">*</property> ! 2161: <property name="activates_default">False</property> ! 2162: <property name="width_chars">15</property> ! 2163: </widget> ! 2164: <packing> ! 2165: <property name="padding">0</property> ! 2166: <property name="expand">False</property> ! 2167: <property name="fill">False</property> ! 2168: </packing> ! 2169: </child> ! 2170: </widget> ! 2171: <packing> ! 2172: <property name="left_attach">1</property> ! 2173: <property name="right_attach">2</property> ! 2174: <property name="top_attach">1</property> ! 2175: <property name="bottom_attach">2</property> ! 2176: <property name="x_options">fill</property> ! 2177: <property name="y_options">fill</property> ! 2178: </packing> ! 2179: </child> ! 2180: </widget> ! 2181: </child> ! 2182: </widget> ! 2183: </child> ! 2184: ! 2185: <child> ! 2186: <widget class="GtkLabel" id="label1"> ! 2187: <property name="visible">True</property> ! 2188: <property name="label" translatable="yes"><b>Today</b></property> ! 2189: <property name="use_underline">False</property> ! 2190: <property name="use_markup">True</property> ! 2191: <property name="justify">GTK_JUSTIFY_LEFT</property> ! 2192: <property name="wrap">False</property> ! 2193: <property name="selectable">False</property> ! 2194: <property name="xalign">0.5</property> ! 2195: <property name="yalign">0.5</property> ! 2196: <property name="xpad">0</property> ! 2197: <property name="ypad">0</property> ! 2198: <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> ! 2199: <property name="width_chars">-1</property> ! 2200: <property name="single_line_mode">False</property> ! 2201: <property name="angle">0</property> ! 2202: </widget> ! 2203: <packing> ! 2204: <property name="type">label_item</property> ! 2205: </packing> ! 2206: </child> ! 2207: </widget> ! 2208: <packing> ! 2209: <property name="padding">0</property> ! 2210: <property name="expand">True</property> ! 2211: <property name="fill">True</property> ! 2212: </packing> ! 2213: </child> ! 2214: ! 2215: <child> ! 2216: <widget class="GtkFrame" id="frame2"> ! 2217: <property name="visible">True</property> ! 2218: <property name="label_xalign">0</property> ! 2219: <property name="label_yalign">0.5</property> ! 2220: <property name="shadow_type">GTK_SHADOW_NONE</property> ! 2221: ! 2222: <child> ! 2223: <widget class="GtkAlignment" id="alignment2"> ! 2224: <property name="visible">True</property> ! 2225: <property name="xalign">0.5</property> ! 2226: <property name="yalign">0.5</property> ! 2227: <property name="xscale">1</property> ! 2228: <property name="yscale">1</property> ! 2229: <property name="top_padding">0</property> ! 2230: <property name="bottom_padding">0</property> ! 2231: <property name="left_padding">12</property> ! 2232: <property name="right_padding">0</property> ! 2233: ! 2234: <child> ! 2235: <widget class="GtkVBox" id="vbox3"> ! 2236: <property name="visible">True</property> ! 2237: <property name="homogeneous">False</property> ! 2238: <property name="spacing">0</property> ! 2239: ! 2240: <child> ! 2241: <widget class="GtkTable" id="table2"> ! 2242: <property name="visible">True</property> ! 2243: <property name="n_rows">5</property> ! 2244: <property name="n_columns">2</property> ! 2245: <property name="homogeneous">False</property> ! 2246: <property name="row_spacing">0</property> ! 2247: <property name="column_spacing">10</property> ! 2248: ! 2249: <child> ! 2250: <widget class="GtkLabel" id="label11"> ! 2251: <property name="visible">True</property> ! 2252: <property name="label" translatable="yes">Logons</property> ! 2253: <property name="use_underline">False</property> ! 2254: <property name="use_markup">False</property> ! 2255: <property name="justify">GTK_JUSTIFY_LEFT</property> ! 2256: <property name="wrap">False</property> ! 2257: <property name="selectable">False</property> ! 2258: <property name="xalign">0</property> ! 2259: <property name="yalign">0.5</property> ! 2260: <property name="xpad">0</property> ! 2261: <property name="ypad">0</property> ! 2262: <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> ! 2263: <property name="width_chars">-1</property> ! 2264: <property name="single_line_mode">False</property> ! 2265: <property name="angle">0</property> ! 2266: </widget> ! 2267: <packing> ! 2268: <property name="left_attach">0</property> ! 2269: <property name="right_attach">1</property> ! 2270: <property name="top_attach">0</property> ! 2271: <property name="bottom_attach">1</property> ! 2272: <property name="x_options">fill</property> ! 2273: <property name="y_options"></property> ! 2274: </packing> ! 2275: </child> ! 2276: ! 2277: <child> ! 2278: <widget class="GtkLabel" id="label12"> ! 2279: <property name="visible">True</property> ! 2280: <property name="label" translatable="yes">Time</property> ! 2281: <property name="use_underline">False</property> ! 2282: <property name="use_markup">False</property> ! 2283: <property name="justify">GTK_JUSTIFY_LEFT</property> ! 2284: <property name="wrap">False</property> ! 2285: <property name="selectable">False</property> ! 2286: <property name="xalign">0</property> ! 2287: <property name="yalign">0.5</property> ! 2288: <property name="xpad">0</property> ! 2289: <property name="ypad">0</property> ! 2290: <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> ! 2291: <property name="width_chars">-1</property> ! 2292: <property name="single_line_mode">False</property> ! 2293: <property name="angle">0</property> ! 2294: </widget> ! 2295: <packing> ! 2296: <property name="left_attach">0</property> ! 2297: <property name="right_attach">1</property> ! 2298: <property name="top_attach">1</property> ! 2299: <property name="bottom_attach">2</property> ! 2300: <property name="x_options">fill</property> ! 2301: <property name="y_options"></property> ! 2302: </packing> ! 2303: </child> ! 2304: ! 2305: <child> ! 2306: <widget class="GtkLabel" id="label13"> ! 2307: <property name="visible">True</property> ! 2308: <property name="label" translatable="yes">E-mail</property> ! 2309: <property name="use_underline">False</property> ! 2310: <property name="use_markup">False</property> ! 2311: <property name="justify">GTK_JUSTIFY_LEFT</property> ! 2312: <property name="wrap">False</property> ! 2313: <property name="selectable">False</property> ! 2314: <property name="xalign">0</property> ! 2315: <property name="yalign">0.5</property> ! 2316: <property name="xpad">0</property> ! 2317: <property name="ypad">0</property> ! 2318: <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> ! 2319: <property name="width_chars">-1</property> ! 2320: <property name="single_line_mode">False</property> ! 2321: <property name="angle">0</property> ! 2322: </widget> ! 2323: <packing> ! 2324: <property name="left_attach">0</property> ! 2325: <property name="right_attach">1</property> ! 2326: <property name="top_attach">2</property> ! 2327: <property name="bottom_attach">3</property> ! 2328: <property name="x_options">fill</property> ! 2329: <property name="y_options"></property> ! 2330: </packing> ! 2331: </child> ! 2332: ! 2333: <child> ! 2334: <widget class="GtkLabel" id="label14"> ! 2335: <property name="visible">True</property> ! 2336: <property name="label" translatable="yes">Feedback</property> ! 2337: <property name="use_underline">False</property> ! 2338: <property name="use_markup">False</property> ! 2339: <property name="justify">GTK_JUSTIFY_LEFT</property> ! 2340: <property name="wrap">False</property> ! 2341: <property name="selectable">False</property> ! 2342: <property name="xalign">0</property> ! 2343: <property name="yalign">0.5</property> ! 2344: <property name="xpad">0</property> ! 2345: <property name="ypad">0</property> ! 2346: <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> ! 2347: <property name="width_chars">-1</property> ! 2348: <property name="single_line_mode">False</property> ! 2349: <property name="angle">0</property> ! 2350: </widget> ! 2351: <packing> ! 2352: <property name="left_attach">0</property> ! 2353: <property name="right_attach">1</property> ! 2354: <property name="top_attach">3</property> ! 2355: <property name="bottom_attach">4</property> ! 2356: <property name="x_options">fill</property> ! 2357: <property name="y_options"></property> ! 2358: </packing> ! 2359: </child> ! 2360: ! 2361: <child> ! 2362: <widget class="GtkLabel" id="label15"> ! 2363: <property name="visible">True</property> ! 2364: <property name="label" translatable="yes">Users</property> ! 2365: <property name="use_underline">False</property> ! 2366: <property name="use_markup">False</property> ! 2367: <property name="justify">GTK_JUSTIFY_LEFT</property> ! 2368: <property name="wrap">False</property> ! 2369: <property name="selectable">False</property> ! 2370: <property name="xalign">0</property> ! 2371: <property name="yalign">0.5</property> ! 2372: <property name="xpad">0</property> ! 2373: <property name="ypad">0</property> ! 2374: <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> ! 2375: <property name="width_chars">-1</property> ! 2376: <property name="single_line_mode">False</property> ! 2377: <property name="angle">0</property> ! 2378: </widget> ! 2379: <packing> ! 2380: <property name="left_attach">0</property> ! 2381: <property name="right_attach">1</property> ! 2382: <property name="top_attach">4</property> ! 2383: <property name="bottom_attach">5</property> ! 2384: <property name="x_options">fill</property> ! 2385: <property name="y_options"></property> ! 2386: </packing> ! 2387: </child> ! 2388: ! 2389: <child> ! 2390: <widget class="GtkHBox" id="hbox8"> ! 2391: <property name="visible">True</property> ! 2392: <property name="homogeneous">False</property> ! 2393: <property name="spacing">0</property> ! 2394: ! 2395: <child> ! 2396: <widget class="GtkEntry" id="eEmailTotal"> ! 2397: <property name="visible">True</property> ! 2398: <property name="editable">False</property> ! 2399: <property name="visibility">True</property> ! 2400: <property name="max_length">7</property> ! 2401: <property name="text" translatable="yes"></property> ! 2402: <property name="has_frame">True</property> ! 2403: <property name="invisible_char">*</property> ! 2404: <property name="activates_default">False</property> ! 2405: <property name="width_chars">7</property> ! 2406: </widget> ! 2407: <packing> ! 2408: <property name="padding">0</property> ! 2409: <property name="expand">False</property> ! 2410: <property name="fill">False</property> ! 2411: </packing> ! 2412: </child> ! 2413: ! 2414: <child> ! 2415: <placeholder/> ! 2416: </child> ! 2417: </widget> ! 2418: <packing> ! 2419: <property name="left_attach">1</property> ! 2420: <property name="right_attach">2</property> ! 2421: <property name="top_attach">2</property> ! 2422: <property name="bottom_attach">3</property> ! 2423: <property name="x_options">fill</property> ! 2424: <property name="y_options">fill</property> ! 2425: </packing> ! 2426: </child> ! 2427: ! 2428: <child> ! 2429: <widget class="GtkHBox" id="hbox9"> ! 2430: <property name="visible">True</property> ! 2431: <property name="homogeneous">False</property> ! 2432: <property name="spacing">0</property> ! 2433: ! 2434: <child> ! 2435: <widget class="GtkEntry" id="eFeedbackTotal"> ! 2436: <property name="visible">True</property> ! 2437: <property name="editable">False</property> ! 2438: <property name="visibility">True</property> ! 2439: <property name="max_length">7</property> ! 2440: <property name="text" translatable="yes"></property> ! 2441: <property name="has_frame">True</property> ! 2442: <property name="invisible_char">*</property> ! 2443: <property name="activates_default">False</property> ! 2444: <property name="width_chars">7</property> ! 2445: </widget> ! 2446: <packing> ! 2447: <property name="padding">0</property> ! 2448: <property name="expand">False</property> ! 2449: <property name="fill">False</property> ! 2450: </packing> ! 2451: </child> ! 2452: ! 2453: <child> ! 2454: <placeholder/> ! 2455: </child> ! 2456: </widget> ! 2457: <packing> ! 2458: <property name="left_attach">1</property> ! 2459: <property name="right_attach">2</property> ! 2460: <property name="top_attach">3</property> ! 2461: <property name="bottom_attach">4</property> ! 2462: <property name="x_options">fill</property> ! 2463: <property name="y_options">fill</property> ! 2464: </packing> ! 2465: </child> ! 2466: ! 2467: <child> ! 2468: <widget class="GtkHBox" id="hbox10"> ! 2469: <property name="visible">True</property> ! 2470: <property name="homogeneous">False</property> ! 2471: <property name="spacing">0</property> ! 2472: ! 2473: <child> ! 2474: <widget class="GtkEntry" id="eUsersTotal"> ! 2475: <property name="visible">True</property> ! 2476: <property name="editable">False</property> ! 2477: <property name="visibility">True</property> ! 2478: <property name="max_length">7</property> ! 2479: <property name="text" translatable="yes"></property> ! 2480: <property name="has_frame">True</property> ! 2481: <property name="invisible_char">*</property> ! 2482: <property name="activates_default">False</property> ! 2483: <property name="width_chars">7</property> ! 2484: </widget> ! 2485: <packing> ! 2486: <property name="padding">0</property> ! 2487: <property name="expand">False</property> ! 2488: <property name="fill">False</property> ! 2489: </packing> ! 2490: </child> ! 2491: ! 2492: <child> ! 2493: <placeholder/> ! 2494: </child> ! 2495: </widget> ! 2496: <packing> ! 2497: <property name="left_attach">1</property> ! 2498: <property name="right_attach">2</property> ! 2499: <property name="top_attach">4</property> ! 2500: <property name="bottom_attach">5</property> ! 2501: <property name="x_options">fill</property> ! 2502: <property name="y_options">fill</property> ! 2503: </packing> ! 2504: </child> ! 2505: ! 2506: <child> ! 2507: <widget class="GtkHBox" id="hbox15"> ! 2508: <property name="visible">True</property> ! 2509: <property name="homogeneous">False</property> ! 2510: <property name="spacing">0</property> ! 2511: ! 2512: <child> ! 2513: <widget class="GtkEntry" id="eLogonsTotal"> ! 2514: <property name="visible">True</property> ! 2515: <property name="editable">False</property> ! 2516: <property name="visibility">True</property> ! 2517: <property name="max_length">15</property> ! 2518: <property name="text" translatable="yes"></property> ! 2519: <property name="has_frame">True</property> ! 2520: <property name="invisible_char">*</property> ! 2521: <property name="activates_default">False</property> ! 2522: <property name="width_chars">15</property> ! 2523: </widget> ! 2524: <packing> ! 2525: <property name="padding">0</property> ! 2526: <property name="expand">False</property> ! 2527: <property name="fill">False</property> ! 2528: </packing> ! 2529: </child> ! 2530: </widget> ! 2531: <packing> ! 2532: <property name="left_attach">1</property> ! 2533: <property name="right_attach">2</property> ! 2534: <property name="top_attach">0</property> ! 2535: <property name="bottom_attach">1</property> ! 2536: <property name="x_options">fill</property> ! 2537: <property name="y_options">fill</property> ! 2538: </packing> ! 2539: </child> ! 2540: ! 2541: <child> ! 2542: <widget class="GtkHBox" id="hbox16"> ! 2543: <property name="visible">True</property> ! 2544: <property name="homogeneous">False</property> ! 2545: <property name="spacing">0</property> ! 2546: ! 2547: <child> ! 2548: <widget class="GtkEntry" id="eTimeTotal"> ! 2549: <property name="visible">True</property> ! 2550: <property name="editable">False</property> ! 2551: <property name="visibility">True</property> ! 2552: <property name="max_length">15</property> ! 2553: <property name="text" translatable="yes"></property> ! 2554: <property name="has_frame">True</property> ! 2555: <property name="invisible_char">*</property> ! 2556: <property name="activates_default">False</property> ! 2557: <property name="width_chars">15</property> ! 2558: </widget> ! 2559: <packing> ! 2560: <property name="padding">0</property> ! 2561: <property name="expand">False</property> ! 2562: <property name="fill">False</property> ! 2563: </packing> ! 2564: </child> ! 2565: </widget> ! 2566: <packing> ! 2567: <property name="left_attach">1</property> ! 2568: <property name="right_attach">2</property> ! 2569: <property name="top_attach">1</property> ! 2570: <property name="bottom_attach">2</property> ! 2571: <property name="x_options">fill</property> ! 2572: <property name="y_options">fill</property> ! 2573: </packing> ! 2574: </child> ! 2575: </widget> ! 2576: <packing> ! 2577: <property name="padding">0</property> ! 2578: <property name="expand">True</property> ! 2579: <property name="fill">True</property> ! 2580: </packing> ! 2581: </child> ! 2582: ! 2583: <child> ! 2584: <widget class="GtkButton" id="button1"> ! 2585: <property name="visible">True</property> ! 2586: <property name="can_focus">True</property> ! 2587: <property name="label" translatable="yes">View Log</property> ! 2588: <property name="use_underline">True</property> ! 2589: <property name="relief">GTK_RELIEF_NORMAL</property> ! 2590: <property name="focus_on_click">True</property> ! 2591: </widget> ! 2592: <packing> ! 2593: <property name="padding">0</property> ! 2594: <property name="expand">False</property> ! 2595: <property name="fill">False</property> ! 2596: </packing> ! 2597: </child> ! 2598: </widget> ! 2599: </child> ! 2600: </widget> ! 2601: </child> ! 2602: ! 2603: <child> ! 2604: <widget class="GtkLabel" id="label2"> ! 2605: <property name="visible">True</property> ! 2606: <property name="label" translatable="yes"><b>Total</b></property> ! 2607: <property name="use_underline">False</property> ! 2608: <property name="use_markup">True</property> ! 2609: <property name="justify">GTK_JUSTIFY_LEFT</property> ! 2610: <property name="wrap">False</property> ! 2611: <property name="selectable">False</property> ! 2612: <property name="xalign">0.5</property> ! 2613: <property name="yalign">0.5</property> ! 2614: <property name="xpad">0</property> ! 2615: <property name="ypad">0</property> ! 2616: <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> ! 2617: <property name="width_chars">-1</property> ! 2618: <property name="single_line_mode">False</property> ! 2619: <property name="angle">0</property> ! 2620: </widget> ! 2621: <packing> ! 2622: <property name="type">label_item</property> ! 2623: </packing> ! 2624: </child> ! 2625: </widget> ! 2626: <packing> ! 2627: <property name="padding">0</property> ! 2628: <property name="expand">True</property> ! 2629: <property name="fill">True</property> ! 2630: </packing> ! 2631: </child> ! 2632: ! 2633: <child> ! 2634: <widget class="GtkVBox" id="vbox2"> ! 2635: <property name="visible">True</property> ! 2636: <property name="homogeneous">False</property> ! 2637: <property name="spacing">0</property> ! 2638: ! 2639: <child> ! 2640: <widget class="GtkFrame" id="frame3"> ! 2641: <property name="visible">True</property> ! 2642: <property name="label_xalign">0</property> ! 2643: <property name="label_yalign">0.5</property> ! 2644: <property name="shadow_type">GTK_SHADOW_NONE</property> ! 2645: ! 2646: <child> ! 2647: <widget class="GtkAlignment" id="alignment3"> ! 2648: <property name="visible">True</property> ! 2649: <property name="xalign">0.5</property> ! 2650: <property name="yalign">0.5</property> ! 2651: <property name="xscale">1</property> ! 2652: <property name="yscale">1</property> ! 2653: <property name="top_padding">0</property> ! 2654: <property name="bottom_padding">0</property> ! 2655: <property name="left_padding">12</property> ! 2656: <property name="right_padding">0</property> ! 2657: ! 2658: <child> ! 2659: <widget class="GtkTable" id="table3"> ! 2660: <property name="visible">True</property> ! 2661: <property name="n_rows">2</property> ! 2662: <property name="n_columns">2</property> ! 2663: <property name="homogeneous">False</property> ! 2664: <property name="row_spacing">0</property> ! 2665: <property name="column_spacing">10</property> ! 2666: ! 2667: <child> ! 2668: <widget class="GtkLabel" id="label16"> ! 2669: <property name="visible">True</property> ! 2670: <property name="label" translatable="yes">Files</property> ! 2671: <property name="use_underline">False</property> ! 2672: <property name="use_markup">False</property> ! 2673: <property name="justify">GTK_JUSTIFY_LEFT</property> ! 2674: <property name="wrap">False</property> ! 2675: <property name="selectable">False</property> ! 2676: <property name="xalign">0</property> ! 2677: <property name="yalign">0.5</property> ! 2678: <property name="xpad">0</property> ! 2679: <property name="ypad">0</property> ! 2680: <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> ! 2681: <property name="width_chars">-1</property> ! 2682: <property name="single_line_mode">False</property> ! 2683: <property name="angle">0</property> ! 2684: </widget> ! 2685: <packing> ! 2686: <property name="left_attach">0</property> ! 2687: <property name="right_attach">1</property> ! 2688: <property name="top_attach">0</property> ! 2689: <property name="bottom_attach">1</property> ! 2690: <property name="x_options">fill</property> ! 2691: <property name="y_options"></property> ! 2692: </packing> ! 2693: </child> ! 2694: ! 2695: <child> ! 2696: <widget class="GtkLabel" id="label17"> ! 2697: <property name="visible">True</property> ! 2698: <property name="label" translatable="yes">Bytes</property> ! 2699: <property name="use_underline">False</property> ! 2700: <property name="use_markup">False</property> ! 2701: <property name="justify">GTK_JUSTIFY_LEFT</property> ! 2702: <property name="wrap">False</property> ! 2703: <property name="selectable">False</property> ! 2704: <property name="xalign">0</property> ! 2705: <property name="yalign">0.5</property> ! 2706: <property name="xpad">0</property> ! 2707: <property name="ypad">0</property> ! 2708: <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> ! 2709: <property name="width_chars">-1</property> ! 2710: <property name="single_line_mode">False</property> ! 2711: <property name="angle">0</property> ! 2712: </widget> ! 2713: <packing> ! 2714: <property name="left_attach">0</property> ! 2715: <property name="right_attach">1</property> ! 2716: <property name="top_attach">1</property> ! 2717: <property name="bottom_attach">2</property> ! 2718: <property name="x_options">fill</property> ! 2719: <property name="y_options"></property> ! 2720: </packing> ! 2721: </child> ! 2722: ! 2723: <child> ! 2724: <widget class="GtkHBox" id="hbox11"> ! 2725: <property name="visible">True</property> ! 2726: <property name="homogeneous">False</property> ! 2727: <property name="spacing">0</property> ! 2728: ! 2729: <child> ! 2730: <widget class="GtkEntry" id="eFilesUploadedToday"> ! 2731: <property name="visible">True</property> ! 2732: <property name="editable">False</property> ! 2733: <property name="visibility">True</property> ! 2734: <property name="max_length">7</property> ! 2735: <property name="text" translatable="yes"></property> ! 2736: <property name="has_frame">True</property> ! 2737: <property name="invisible_char">*</property> ! 2738: <property name="activates_default">False</property> ! 2739: <property name="width_chars">7</property> ! 2740: </widget> ! 2741: <packing> ! 2742: <property name="padding">0</property> ! 2743: <property name="expand">False</property> ! 2744: <property name="fill">False</property> ! 2745: </packing> ! 2746: </child> ! 2747: ! 2748: <child> ! 2749: <placeholder/> ! 2750: </child> ! 2751: </widget> ! 2752: <packing> ! 2753: <property name="left_attach">1</property> ! 2754: <property name="right_attach">2</property> ! 2755: <property name="top_attach">0</property> ! 2756: <property name="bottom_attach">1</property> ! 2757: <property name="x_options">fill</property> ! 2758: <property name="y_options">fill</property> ! 2759: </packing> ! 2760: </child> ! 2761: ! 2762: <child> ! 2763: <widget class="GtkEntry" id="eBytesUploadedToday"> ! 2764: <property name="visible">True</property> ! 2765: <property name="editable">False</property> ! 2766: <property name="visibility">True</property> ! 2767: <property name="max_length">15</property> ! 2768: <property name="text" translatable="yes"></property> ! 2769: <property name="has_frame">True</property> ! 2770: <property name="invisible_char">*</property> ! 2771: <property name="activates_default">False</property> ! 2772: <property name="width_chars">15</property> ! 2773: </widget> ! 2774: <packing> ! 2775: <property name="left_attach">1</property> ! 2776: <property name="right_attach">2</property> ! 2777: <property name="top_attach">1</property> ! 2778: <property name="bottom_attach">2</property> ! 2779: <property name="x_options">fill</property> ! 2780: <property name="y_options"></property> ! 2781: </packing> ! 2782: </child> ! 2783: </widget> ! 2784: </child> ! 2785: </widget> ! 2786: </child> ! 2787: ! 2788: <child> ! 2789: <widget class="GtkLabel" id="label3"> ! 2790: <property name="visible">True</property> ! 2791: <property name="label" translatable="yes"><b>Uploads Today</b></property> ! 2792: <property name="use_underline">False</property> ! 2793: <property name="use_markup">True</property> ! 2794: <property name="justify">GTK_JUSTIFY_LEFT</property> ! 2795: <property name="wrap">False</property> ! 2796: <property name="selectable">False</property> ! 2797: <property name="xalign">0.5</property> ! 2798: <property name="yalign">0.5</property> ! 2799: <property name="xpad">0</property> ! 2800: <property name="ypad">0</property> ! 2801: <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> ! 2802: <property name="width_chars">-1</property> ! 2803: <property name="single_line_mode">False</property> ! 2804: <property name="angle">0</property> ! 2805: </widget> ! 2806: <packing> ! 2807: <property name="type">label_item</property> ! 2808: </packing> ! 2809: </child> ! 2810: </widget> ! 2811: <packing> ! 2812: <property name="padding">0</property> ! 2813: <property name="expand">True</property> ! 2814: <property name="fill">True</property> ! 2815: </packing> ! 2816: </child> ! 2817: ! 2818: <child> ! 2819: <widget class="GtkFrame" id="frame4"> ! 2820: <property name="visible">True</property> ! 2821: <property name="label_xalign">0</property> ! 2822: <property name="label_yalign">0.5</property> ! 2823: <property name="shadow_type">GTK_SHADOW_NONE</property> ! 2824: ! 2825: <child> ! 2826: <widget class="GtkAlignment" id="alignment4"> ! 2827: <property name="visible">True</property> ! 2828: <property name="xalign">0.5</property> ! 2829: <property name="yalign">0.5</property> ! 2830: <property name="xscale">1</property> ! 2831: <property name="yscale">1</property> ! 2832: <property name="top_padding">0</property> ! 2833: <property name="bottom_padding">0</property> ! 2834: <property name="left_padding">12</property> ! 2835: <property name="right_padding">0</property> ! 2836: ! 2837: <child> ! 2838: <widget class="GtkTable" id="table4"> ! 2839: <property name="visible">True</property> ! 2840: <property name="n_rows">2</property> ! 2841: <property name="n_columns">2</property> ! 2842: <property name="homogeneous">False</property> ! 2843: <property name="row_spacing">0</property> ! 2844: <property name="column_spacing">10</property> ! 2845: ! 2846: <child> ! 2847: <widget class="GtkLabel" id="label18"> ! 2848: <property name="visible">True</property> ! 2849: <property name="label" translatable="yes">Files</property> ! 2850: <property name="use_underline">False</property> ! 2851: <property name="use_markup">False</property> ! 2852: <property name="justify">GTK_JUSTIFY_LEFT</property> ! 2853: <property name="wrap">False</property> ! 2854: <property name="selectable">False</property> ! 2855: <property name="xalign">0</property> ! 2856: <property name="yalign">0.5</property> ! 2857: <property name="xpad">0</property> ! 2858: <property name="ypad">0</property> ! 2859: <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> ! 2860: <property name="width_chars">-1</property> ! 2861: <property name="single_line_mode">False</property> ! 2862: <property name="angle">0</property> ! 2863: </widget> ! 2864: <packing> ! 2865: <property name="left_attach">0</property> ! 2866: <property name="right_attach">1</property> ! 2867: <property name="top_attach">0</property> ! 2868: <property name="bottom_attach">1</property> ! 2869: <property name="x_options">fill</property> ! 2870: <property name="y_options"></property> ! 2871: </packing> ! 2872: </child> ! 2873: ! 2874: <child> ! 2875: <widget class="GtkLabel" id="label19"> ! 2876: <property name="visible">True</property> ! 2877: <property name="label" translatable="yes">Bytes</property> ! 2878: <property name="use_underline">False</property> ! 2879: <property name="use_markup">False</property> ! 2880: <property name="justify">GTK_JUSTIFY_LEFT</property> ! 2881: <property name="wrap">False</property> ! 2882: <property name="selectable">False</property> ! 2883: <property name="xalign">0</property> ! 2884: <property name="yalign">0.5</property> ! 2885: <property name="xpad">0</property> ! 2886: <property name="ypad">0</property> ! 2887: <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> ! 2888: <property name="width_chars">-1</property> ! 2889: <property name="single_line_mode">False</property> ! 2890: <property name="angle">0</property> ! 2891: </widget> ! 2892: <packing> ! 2893: <property name="left_attach">0</property> ! 2894: <property name="right_attach">1</property> ! 2895: <property name="top_attach">1</property> ! 2896: <property name="bottom_attach">2</property> ! 2897: <property name="x_options">fill</property> ! 2898: <property name="y_options"></property> ! 2899: </packing> ! 2900: </child> ! 2901: ! 2902: <child> ! 2903: <widget class="GtkHBox" id="hbox12"> ! 2904: <property name="visible">True</property> ! 2905: <property name="homogeneous">False</property> ! 2906: <property name="spacing">0</property> ! 2907: ! 2908: <child> ! 2909: <widget class="GtkEntry" id="eFilesDownloadedToday"> ! 2910: <property name="visible">True</property> ! 2911: <property name="editable">False</property> ! 2912: <property name="visibility">True</property> ! 2913: <property name="max_length">7</property> ! 2914: <property name="text" translatable="yes"></property> ! 2915: <property name="has_frame">True</property> ! 2916: <property name="invisible_char">*</property> ! 2917: <property name="activates_default">False</property> ! 2918: <property name="width_chars">7</property> ! 2919: </widget> ! 2920: <packing> ! 2921: <property name="padding">0</property> ! 2922: <property name="expand">False</property> ! 2923: <property name="fill">False</property> ! 2924: </packing> ! 2925: </child> ! 2926: ! 2927: <child> ! 2928: <placeholder/> ! 2929: </child> ! 2930: </widget> ! 2931: <packing> ! 2932: <property name="left_attach">1</property> ! 2933: <property name="right_attach">2</property> ! 2934: <property name="top_attach">0</property> ! 2935: <property name="bottom_attach">1</property> ! 2936: <property name="x_options">fill</property> ! 2937: <property name="y_options">fill</property> ! 2938: </packing> ! 2939: </child> ! 2940: ! 2941: <child> ! 2942: <widget class="GtkEntry" id="eBytesDownloadedToday"> ! 2943: <property name="visible">True</property> ! 2944: <property name="editable">False</property> ! 2945: <property name="visibility">True</property> ! 2946: <property name="max_length">15</property> ! 2947: <property name="text" translatable="yes"></property> ! 2948: <property name="has_frame">True</property> ! 2949: <property name="invisible_char">*</property> ! 2950: <property name="activates_default">False</property> ! 2951: <property name="width_chars">15</property> ! 2952: </widget> ! 2953: <packing> ! 2954: <property name="left_attach">1</property> ! 2955: <property name="right_attach">2</property> ! 2956: <property name="top_attach">1</property> ! 2957: <property name="bottom_attach">2</property> ! 2958: <property name="x_options"></property> ! 2959: <property name="y_options"></property> ! 2960: </packing> ! 2961: </child> ! 2962: </widget> ! 2963: </child> ! 2964: </widget> ! 2965: </child> ! 2966: ! 2967: <child> ! 2968: <widget class="GtkLabel" id="label4"> ! 2969: <property name="visible">True</property> ! 2970: <property name="label" translatable="yes"><b>Downloads Today</b></property> ! 2971: <property name="use_underline">False</property> ! 2972: <property name="use_markup">True</property> ! 2973: <property name="justify">GTK_JUSTIFY_LEFT</property> ! 2974: <property name="wrap">False</property> ! 2975: <property name="selectable">False</property> ! 2976: <property name="xalign">0.5</property> ! 2977: <property name="yalign">0.5</property> ! 2978: <property name="xpad">0</property> ! 2979: <property name="ypad">0</property> ! 2980: <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> ! 2981: <property name="width_chars">-1</property> ! 2982: <property name="single_line_mode">False</property> ! 2983: <property name="angle">0</property> ! 2984: </widget> ! 2985: <packing> ! 2986: <property name="type">label_item</property> ! 2987: </packing> ! 2988: </child> ! 2989: </widget> ! 2990: <packing> ! 2991: <property name="padding">0</property> ! 2992: <property name="expand">True</property> ! 2993: <property name="fill">True</property> ! 2994: </packing> ! 2995: </child> ! 2996: </widget> ! 2997: <packing> ! 2998: <property name="padding">0</property> ! 2999: <property name="expand">True</property> ! 3000: <property name="fill">True</property> ! 3001: </packing> ! 3002: </child> ! 3003: </widget> ! 3004: <packing> ! 3005: <property name="padding">0</property> ! 3006: <property name="expand">False</property> ! 3007: <property name="fill">True</property> ! 3008: </packing> ! 3009: </child> ! 3010: </widget> ! 3011: </child> ! 3012: </widget> ! 3013: ! 3014: <widget class="GtkAboutDialog" id="AboutWindow"> ! 3015: <property name="visible">True</property> ! 3016: <property name="destroy_with_parent">False</property> ! 3017: <property name="name" translatable="yes">GTK Monitor</property> ! 3018: <property name="copyright" translatable="yes">Copyright (c) 2006 by Rob Swindell</property> ! 3019: <property name="license" translatable="yes">GNU GENERAL PUBLIC LICENSE ! 3020: </property> ! 3021: <property name="wrap_license">False</property> ! 3022: <property name="website">http://www.synchro.net/</property> ! 3023: <property name="website_label" translatable="yes">Synchronet</property> ! 3024: <property name="authors">Stephen Hurd</property> ! 3025: <property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property> ! 3026: </widget> ! 3027: ! 3028: <widget class="GtkDialog" id="PreferencesDialog"> ! 3029: <property name="visible">True</property> ! 3030: <property name="title" translatable="yes">Preferences</property> ! 3031: <property name="type">GTK_WINDOW_TOPLEVEL</property> ! 3032: <property name="window_position">GTK_WIN_POS_NONE</property> ! 3033: <property name="modal">True</property> ! 3034: <property name="resizable">True</property> ! 3035: <property name="destroy_with_parent">False</property> ! 3036: <property name="icon_name">gtk-preferences</property> ! 3037: <property name="decorated">True</property> ! 3038: <property name="skip_taskbar_hint">False</property> ! 3039: <property name="skip_pager_hint">False</property> ! 3040: <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> ! 3041: <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> ! 3042: <property name="focus_on_map">True</property> ! 3043: <property name="urgency_hint">False</property> ! 3044: <property name="has_separator">True</property> ! 3045: ! 3046: <child internal-child="vbox"> ! 3047: <widget class="GtkVBox" id="dialog-vbox1"> ! 3048: <property name="visible">True</property> ! 3049: <property name="homogeneous">False</property> ! 3050: <property name="spacing">0</property> ! 3051: ! 3052: <child internal-child="action_area"> ! 3053: <widget class="GtkHButtonBox" id="dialog-action_area1"> ! 3054: <property name="visible">True</property> ! 3055: <property name="layout_style">GTK_BUTTONBOX_END</property> ! 3056: ! 3057: <child> ! 3058: <widget class="GtkButton" id="cancelbutton1"> ! 3059: <property name="visible">True</property> ! 3060: <property name="can_default">True</property> ! 3061: <property name="can_focus">True</property> ! 3062: <property name="label">gtk-cancel</property> ! 3063: <property name="use_stock">True</property> ! 3064: <property name="relief">GTK_RELIEF_NORMAL</property> ! 3065: <property name="focus_on_click">True</property> ! 3066: <property name="response_id">-6</property> ! 3067: </widget> ! 3068: </child> ! 3069: ! 3070: <child> ! 3071: <widget class="GtkButton" id="okbutton1"> ! 3072: <property name="visible">True</property> ! 3073: <property name="can_default">True</property> ! 3074: <property name="can_focus">True</property> ! 3075: <property name="label">gtk-ok</property> ! 3076: <property name="use_stock">True</property> ! 3077: <property name="relief">GTK_RELIEF_NORMAL</property> ! 3078: <property name="focus_on_click">True</property> ! 3079: <property name="response_id">-5</property> ! 3080: </widget> ! 3081: </child> ! 3082: </widget> ! 3083: <packing> ! 3084: <property name="padding">0</property> ! 3085: <property name="expand">False</property> ! 3086: <property name="fill">True</property> ! 3087: <property name="pack_type">GTK_PACK_END</property> ! 3088: </packing> ! 3089: </child> ! 3090: ! 3091: <child> ! 3092: <widget class="GtkVBox" id="vbox5"> ! 3093: <property name="visible">True</property> ! 3094: <property name="homogeneous">False</property> ! 3095: <property name="spacing">0</property> ! 3096: ! 3097: <child> ! 3098: <widget class="GtkLabel" id="label24"> ! 3099: <property name="visible">True</property> ! 3100: <property name="label" translatable="yes">Command Lines</property> ! 3101: <property name="use_underline">False</property> ! 3102: <property name="use_markup">False</property> ! 3103: <property name="justify">GTK_JUSTIFY_CENTER</property> ! 3104: <property name="wrap">False</property> ! 3105: <property name="selectable">False</property> ! 3106: <property name="xalign">0.5</property> ! 3107: <property name="yalign">0.5</property> ! 3108: <property name="xpad">0</property> ! 3109: <property name="ypad">0</property> ! 3110: <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> ! 3111: <property name="width_chars">-1</property> ! 3112: <property name="single_line_mode">False</property> ! 3113: <property name="angle">0</property> ! 3114: </widget> ! 3115: <packing> ! 3116: <property name="padding">0</property> ! 3117: <property name="expand">False</property> ! 3118: <property name="fill">False</property> ! 3119: </packing> ! 3120: </child> ! 3121: ! 3122: <child> ! 3123: <widget class="GtkTable" id="table6"> ! 3124: <property name="visible">True</property> ! 3125: <property name="n_rows">5</property> ! 3126: <property name="n_columns">2</property> ! 3127: <property name="homogeneous">False</property> ! 3128: <property name="row_spacing">0</property> ! 3129: <property name="column_spacing">10</property> ! 3130: ! 3131: <child> ! 3132: <widget class="GtkEntry" id="eViewTextFile"> ! 3133: <property name="visible">True</property> ! 3134: <property name="can_focus">True</property> ! 3135: <property name="editable">True</property> ! 3136: <property name="visibility">True</property> ! 3137: <property name="max_length">0</property> ! 3138: <property name="text" translatable="yes">xmessage -file %f</property> ! 3139: <property name="has_frame">True</property> ! 3140: <property name="invisible_char">*</property> ! 3141: <property name="activates_default">False</property> ! 3142: </widget> ! 3143: <packing> ! 3144: <property name="left_attach">1</property> ! 3145: <property name="right_attach">2</property> ! 3146: <property name="top_attach">1</property> ! 3147: <property name="bottom_attach">2</property> ! 3148: <property name="y_options"></property> ! 3149: </packing> ! 3150: </child> ! 3151: ! 3152: <child> ! 3153: <widget class="GtkEntry" id="eViewStdout"> ! 3154: <property name="visible">True</property> ! 3155: <property name="can_focus">True</property> ! 3156: <property name="editable">True</property> ! 3157: <property name="visibility">True</property> ! 3158: <property name="max_length">0</property> ! 3159: <property name="text" translatable="yes">%f | xmessage -file -</property> ! 3160: <property name="has_frame">True</property> ! 3161: <property name="invisible_char">*</property> ! 3162: <property name="activates_default">False</property> ! 3163: </widget> ! 3164: <packing> ! 3165: <property name="left_attach">1</property> ! 3166: <property name="right_attach">2</property> ! 3167: <property name="top_attach">2</property> ! 3168: <property name="bottom_attach">3</property> ! 3169: <property name="y_options"></property> ! 3170: </packing> ! 3171: </child> ! 3172: ! 3173: <child> ! 3174: <widget class="GtkEntry" id="eViewHTMLFile"> ! 3175: <property name="visible">True</property> ! 3176: <property name="can_focus">True</property> ! 3177: <property name="editable">True</property> ! 3178: <property name="visibility">True</property> ! 3179: <property name="max_length">0</property> ! 3180: <property name="text" translatable="yes">firefox file://%f</property> ! 3181: <property name="has_frame">True</property> ! 3182: <property name="invisible_char">*</property> ! 3183: <property name="activates_default">False</property> ! 3184: </widget> ! 3185: <packing> ! 3186: <property name="left_attach">1</property> ! 3187: <property name="right_attach">2</property> ! 3188: <property name="top_attach">3</property> ! 3189: <property name="bottom_attach">4</property> ! 3190: <property name="y_options"></property> ! 3191: </packing> ! 3192: </child> ! 3193: ! 3194: <child> ! 3195: <widget class="GtkEntry" id="eViewCtrlAFile"> ! 3196: <property name="visible">True</property> ! 3197: <property name="can_focus">True</property> ! 3198: <property name="editable">True</property> ! 3199: <property name="visibility">True</property> ! 3200: <property name="max_length">0</property> ! 3201: <property name="text" translatable="yes">%!asc2ans %f | %!syncview -l</property> ! 3202: <property name="has_frame">True</property> ! 3203: <property name="invisible_char">*</property> ! 3204: <property name="activates_default">False</property> ! 3205: </widget> ! 3206: <packing> ! 3207: <property name="left_attach">1</property> ! 3208: <property name="right_attach">2</property> ! 3209: <property name="top_attach">4</property> ! 3210: <property name="bottom_attach">5</property> ! 3211: <property name="y_options"></property> ! 3212: </packing> ! 3213: </child> ! 3214: ! 3215: <child> ! 3216: <widget class="GtkLabel" id="label25"> ! 3217: <property name="visible">True</property> ! 3218: <property name="label" translatable="yes">Edit Text File</property> ! 3219: <property name="use_underline">False</property> ! 3220: <property name="use_markup">False</property> ! 3221: <property name="justify">GTK_JUSTIFY_LEFT</property> ! 3222: <property name="wrap">False</property> ! 3223: <property name="selectable">False</property> ! 3224: <property name="xalign">0</property> ! 3225: <property name="yalign">0.5</property> ! 3226: <property name="xpad">0</property> ! 3227: <property name="ypad">0</property> ! 3228: <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> ! 3229: <property name="width_chars">-1</property> ! 3230: <property name="single_line_mode">False</property> ! 3231: <property name="angle">0</property> ! 3232: </widget> ! 3233: <packing> ! 3234: <property name="left_attach">0</property> ! 3235: <property name="right_attach">1</property> ! 3236: <property name="top_attach">0</property> ! 3237: <property name="bottom_attach">1</property> ! 3238: <property name="x_options">fill</property> ! 3239: <property name="y_options"></property> ! 3240: </packing> ! 3241: </child> ! 3242: ! 3243: <child> ! 3244: <widget class="GtkLabel" id="label26"> ! 3245: <property name="visible">True</property> ! 3246: <property name="label" translatable="yes">View Text File</property> ! 3247: <property name="use_underline">False</property> ! 3248: <property name="use_markup">False</property> ! 3249: <property name="justify">GTK_JUSTIFY_LEFT</property> ! 3250: <property name="wrap">False</property> ! 3251: <property name="selectable">False</property> ! 3252: <property name="xalign">0</property> ! 3253: <property name="yalign">0.5</property> ! 3254: <property name="xpad">0</property> ! 3255: <property name="ypad">0</property> ! 3256: <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> ! 3257: <property name="width_chars">-1</property> ! 3258: <property name="single_line_mode">False</property> ! 3259: <property name="angle">0</property> ! 3260: </widget> ! 3261: <packing> ! 3262: <property name="left_attach">0</property> ! 3263: <property name="right_attach">1</property> ! 3264: <property name="top_attach">1</property> ! 3265: <property name="bottom_attach">2</property> ! 3266: <property name="x_options">fill</property> ! 3267: <property name="y_options"></property> ! 3268: </packing> ! 3269: </child> ! 3270: ! 3271: <child> ! 3272: <widget class="GtkLabel" id="label27"> ! 3273: <property name="visible">True</property> ! 3274: <property name="label" translatable="yes">View Stdout</property> ! 3275: <property name="use_underline">False</property> ! 3276: <property name="use_markup">False</property> ! 3277: <property name="justify">GTK_JUSTIFY_LEFT</property> ! 3278: <property name="wrap">False</property> ! 3279: <property name="selectable">False</property> ! 3280: <property name="xalign">0</property> ! 3281: <property name="yalign">0.5</property> ! 3282: <property name="xpad">0</property> ! 3283: <property name="ypad">0</property> ! 3284: <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> ! 3285: <property name="width_chars">-1</property> ! 3286: <property name="single_line_mode">False</property> ! 3287: <property name="angle">0</property> ! 3288: </widget> ! 3289: <packing> ! 3290: <property name="left_attach">0</property> ! 3291: <property name="right_attach">1</property> ! 3292: <property name="top_attach">2</property> ! 3293: <property name="bottom_attach">3</property> ! 3294: <property name="x_options">fill</property> ! 3295: <property name="y_options"></property> ! 3296: </packing> ! 3297: </child> ! 3298: ! 3299: <child> ! 3300: <widget class="GtkEntry" id="eEditTextFile"> ! 3301: <property name="visible">True</property> ! 3302: <property name="can_focus">True</property> ! 3303: <property name="editable">True</property> ! 3304: <property name="visibility">True</property> ! 3305: <property name="max_length">0</property> ! 3306: <property name="text" translatable="yes">xedit %f</property> ! 3307: <property name="has_frame">True</property> ! 3308: <property name="invisible_char">*</property> ! 3309: <property name="activates_default">False</property> ! 3310: </widget> ! 3311: <packing> ! 3312: <property name="left_attach">1</property> ! 3313: <property name="right_attach">2</property> ! 3314: <property name="top_attach">0</property> ! 3315: <property name="bottom_attach">1</property> ! 3316: <property name="y_options"></property> ! 3317: </packing> ! 3318: </child> ! 3319: ! 3320: <child> ! 3321: <widget class="GtkLabel" id="label28"> ! 3322: <property name="visible">True</property> ! 3323: <property name="label" translatable="yes">View HTML File</property> ! 3324: <property name="use_underline">False</property> ! 3325: <property name="use_markup">False</property> ! 3326: <property name="justify">GTK_JUSTIFY_LEFT</property> ! 3327: <property name="wrap">False</property> ! 3328: <property name="selectable">False</property> ! 3329: <property name="xalign">0</property> ! 3330: <property name="yalign">0.5</property> ! 3331: <property name="xpad">0</property> ! 3332: <property name="ypad">0</property> ! 3333: <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> ! 3334: <property name="width_chars">-1</property> ! 3335: <property name="single_line_mode">False</property> ! 3336: <property name="angle">0</property> ! 3337: </widget> ! 3338: <packing> ! 3339: <property name="left_attach">0</property> ! 3340: <property name="right_attach">1</property> ! 3341: <property name="top_attach">3</property> ! 3342: <property name="bottom_attach">4</property> ! 3343: <property name="x_options">fill</property> ! 3344: <property name="y_options"></property> ! 3345: </packing> ! 3346: </child> ! 3347: ! 3348: <child> ! 3349: <widget class="GtkLabel" id="label29"> ! 3350: <property name="visible">True</property> ! 3351: <property name="label" translatable="yes">View Ctrl-A File</property> ! 3352: <property name="use_underline">False</property> ! 3353: <property name="use_markup">False</property> ! 3354: <property name="justify">GTK_JUSTIFY_LEFT</property> ! 3355: <property name="wrap">False</property> ! 3356: <property name="selectable">False</property> ! 3357: <property name="xalign">0</property> ! 3358: <property name="yalign">0.5</property> ! 3359: <property name="xpad">0</property> ! 3360: <property name="ypad">0</property> ! 3361: <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> ! 3362: <property name="width_chars">-1</property> ! 3363: <property name="single_line_mode">False</property> ! 3364: <property name="angle">0</property> ! 3365: </widget> ! 3366: <packing> ! 3367: <property name="left_attach">0</property> ! 3368: <property name="right_attach">1</property> ! 3369: <property name="top_attach">4</property> ! 3370: <property name="bottom_attach">5</property> ! 3371: <property name="x_options">fill</property> ! 3372: <property name="y_options"></property> ! 3373: </packing> ! 3374: </child> ! 3375: </widget> ! 3376: <packing> ! 3377: <property name="padding">0</property> ! 3378: <property name="expand">True</property> ! 3379: <property name="fill">True</property> ! 3380: </packing> ! 3381: </child> ! 3382: </widget> ! 3383: <packing> ! 3384: <property name="padding">0</property> ! 3385: <property name="expand">True</property> ! 3386: <property name="fill">True</property> ! 3387: </packing> ! 3388: </child> ! 3389: </widget> ! 3390: </child> ! 3391: </widget> ! 3392: ! 3393: <widget class="GtkWindow" id="CalendarWindow"> ! 3394: <property name="title" translatable="yes">Calendar</property> ! 3395: <property name="type">GTK_WINDOW_TOPLEVEL</property> ! 3396: <property name="window_position">GTK_WIN_POS_NONE</property> ! 3397: <property name="modal">True</property> ! 3398: <property name="resizable">True</property> ! 3399: <property name="destroy_with_parent">True</property> ! 3400: <property name="icon_name"></property> ! 3401: <property name="decorated">True</property> ! 3402: <property name="skip_taskbar_hint">True</property> ! 3403: <property name="skip_pager_hint">True</property> ! 3404: <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> ! 3405: <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> ! 3406: <property name="focus_on_map">True</property> ! 3407: <property name="urgency_hint">False</property> ! 3408: <signal name="destroy" handler="destroy_calendar_window" last_modification_time="Sun, 07 May 2006 04:15:11 GMT"/> ! 3409: ! 3410: <child> ! 3411: <widget class="GtkCalendar" id="Calendar"> ! 3412: <property name="visible">True</property> ! 3413: <property name="can_focus">True</property> ! 3414: <property name="display_options">GTK_CALENDAR_SHOW_HEADING|GTK_CALENDAR_SHOW_DAY_NAMES</property> ! 3415: <signal name="day_selected_double_click" handler="changed_day" last_modification_time="Sun, 07 May 2006 02:26:35 GMT"/> ! 3416: </widget> ! 3417: </child> ! 3418: </widget> ! 3419: ! 3420: </glade-interface>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.