|
|
1.1.1.2 ! root 1: <?xml version="1.0"?> 1.1 root 2: <glade-interface> 1.1.1.2 ! root 3: <!-- interface-requires gtk+ 2.6 --> ! 4: <!-- interface-naming-policy toplevel-contextual --> ! 5: <widget class="GtkWindow" id="MainWindow"> ! 6: <property name="visible">True</property> ! 7: <property name="title" translatable="yes">GTK Monitor</property> ! 8: <property name="icon_name">gtk-execute</property> ! 9: <signal name="destroy" handler="gtk_main_quit"/> ! 10: <child> ! 11: <widget class="GtkVBox" id="vbox1"> ! 12: <property name="visible">True</property> ! 13: <property name="orientation">vertical</property> ! 14: <child> ! 15: <widget class="GtkMenuBar" id="menubar1"> ! 16: <property name="visible">True</property> ! 17: <child> ! 18: <widget class="GtkMenuItem" id="menuitem1"> ! 19: <property name="visible">True</property> ! 20: <property name="label" translatable="yes">_File</property> ! 21: <property name="use_underline">True</property> ! 22: <child> ! 23: <widget class="GtkMenu" id="menuitem1_menu"> ! 24: <child> ! 25: <widget class="GtkImageMenuItem" id="edit1"> ! 26: <property name="label">gtk-edit</property> ! 27: <property name="visible">True</property> ! 28: <property name="use_underline">True</property> ! 29: <property name="use_stock">True</property> ! 30: <child> ! 31: <widget class="GtkMenu" id="edit1_menu"> ! 32: <child> ! 33: <widget class="GtkMenuItem" id="text_file1"> ! 34: <property name="visible">True</property> ! 35: <property name="label" translatable="yes">_Text File...</property> ! 36: <property name="use_underline">True</property> ! 37: <signal name="activate" handler="on_text_file1_activate"/> ! 38: </widget> ! 39: </child> ! 40: <child> ! 41: <widget class="GtkMenuItem" id="javascript_file1"> ! 42: <property name="visible">True</property> ! 43: <property name="label" translatable="yes">_JavaScript File...</property> ! 44: <property name="use_underline">True</property> ! 45: <signal name="activate" handler="on_javascript_file1_activate"/> ! 46: </widget> ! 47: </child> ! 48: <child> ! 49: <widget class="GtkMenuItem" id="configuration_file1"> ! 50: <property name="visible">True</property> ! 51: <property name="label" translatable="yes">_Configuration File...</property> ! 52: <property name="use_underline">True</property> ! 53: <signal name="activate" handler="on_configuration_file1_activate"/> ! 54: </widget> ! 55: </child> ! 56: </widget> ! 57: </child> ! 58: </widget> ! 59: </child> ! 60: <child> ! 61: <widget class="GtkSeparatorMenuItem" id="separatormenuitem1"> ! 62: <property name="visible">True</property> ! 63: </widget> ! 64: </child> ! 65: <child> ! 66: <widget class="GtkImageMenuItem" id="properties1"> ! 67: <property name="label">gtk-properties</property> ! 68: <property name="visible">True</property> ! 69: <property name="use_underline">True</property> ! 70: <property name="use_stock">True</property> ! 71: <signal name="activate" handler="on_properties1_activate"/> ! 72: </widget> ! 73: </child> ! 74: <child> ! 75: <widget class="GtkSeparatorMenuItem" id="separator2"> ! 76: <property name="visible">True</property> ! 77: </widget> ! 78: </child> ! 79: <child> ! 80: <widget class="GtkImageMenuItem" id="quit1"> ! 81: <property name="label">gtk-quit</property> ! 82: <property name="visible">True</property> ! 83: <property name="use_underline">True</property> ! 84: <property name="use_stock">True</property> ! 85: <signal name="activate" handler="gtk_main_quit"/> ! 86: </widget> ! 87: </child> ! 88: </widget> ! 89: </child> ! 90: </widget> ! 91: </child> ! 92: <child> ! 93: <widget class="GtkMenuItem" id="bbs1"> ! 94: <property name="visible">True</property> ! 95: <property name="label" translatable="yes">_BBS</property> ! 96: <property name="use_underline">True</property> ! 97: <child> ! 98: <widget class="GtkMenu" id="bbs1_menu"> ! 99: <child> ! 100: <widget class="GtkImageMenuItem" id="stop6"> ! 101: <property name="label">gtk-stop</property> ! 102: <property name="visible">True</property> ! 103: <property name="use_underline">True</property> ! 104: <property name="use_stock">True</property> ! 105: <signal name="activate" handler="on_stop6_activate"/> ! 106: </widget> ! 107: </child> ! 108: <child> ! 109: <widget class="GtkImageMenuItem" id="recycle6"> ! 110: <property name="label">Recycle</property> ! 111: <property name="visible">True</property> ! 112: <property name="use_stock">False</property> ! 113: <signal name="activate" handler="on_recycle6_activate"/> ! 114: <child internal-child="image"> ! 115: <widget class="GtkImage" id="image1"> ! 116: <property name="visible">True</property> ! 117: <property name="stock">gtk-refresh</property> ! 118: </widget> ! 119: </child> ! 120: </widget> ! 121: </child> ! 122: <child> ! 123: <widget class="GtkImageMenuItem" id="configure1"> ! 124: <property name="label">_Configure</property> ! 125: <property name="visible">True</property> ! 126: <property name="use_underline">True</property> ! 127: <property name="use_stock">False</property> ! 128: <signal name="activate" handler="on_configure1_activate"/> ! 129: <child internal-child="image"> ! 130: <widget class="GtkImage" id="image2"> ! 131: <property name="visible">True</property> ! 132: <property name="stock">gtk-preferences</property> ! 133: </widget> ! 134: </child> ! 135: </widget> ! 136: </child> ! 137: <child> ! 138: <widget class="GtkImageMenuItem" id="reload_configuration1"> ! 139: <property name="label">_Reload Configuration</property> ! 140: <property name="visible">True</property> ! 141: <property name="use_underline">True</property> ! 142: <property name="use_stock">False</property> ! 143: <signal name="activate" handler="on_reload_configuration1_activate"/> ! 144: <child internal-child="image"> ! 145: <widget class="GtkImage" id="image3"> ! 146: <property name="visible">True</property> ! 147: <property name="stock">gtk-refresh</property> ! 148: </widget> ! 149: </child> ! 150: </widget> ! 151: </child> ! 152: <child> ! 153: <widget class="GtkImageMenuItem" id="force_timed_event1"> ! 154: <property name="label">_Force Timed Event</property> ! 155: <property name="visible">True</property> ! 156: <property name="use_underline">True</property> ! 157: <property name="use_stock">False</property> ! 158: <child> ! 159: <widget class="GtkMenu" id="force_timed_event1_menu"> ! 160: <child> ! 161: <widget class="GtkSeparatorMenuItem" id="separator12"> ! 162: <property name="visible">True</property> ! 163: </widget> ! 164: </child> ! 165: </widget> ! 166: </child> ! 167: <child internal-child="image"> ! 168: <widget class="GtkImage" id="image4"> ! 169: <property name="visible">True</property> ! 170: <property name="stock">gtk-execute</property> ! 171: </widget> ! 172: </child> ! 173: </widget> ! 174: </child> ! 175: <child> ! 176: <widget class="GtkImageMenuItem" id="force_network_callout1"> ! 177: <property name="label">Force _Network Call-out</property> ! 178: <property name="visible">True</property> ! 179: <property name="use_underline">True</property> ! 180: <property name="use_stock">False</property> ! 181: <child> ! 182: <widget class="GtkMenu" id="force_network_callout1_menu"> ! 183: <child> ! 184: <widget class="GtkSeparatorMenuItem" id="separator13"> ! 185: <property name="visible">True</property> ! 186: </widget> ! 187: </child> ! 188: </widget> ! 189: </child> ! 190: <child internal-child="image"> ! 191: <widget class="GtkImage" id="image5"> ! 192: <property name="visible">True</property> ! 193: <property name="stock">gtk-network</property> ! 194: </widget> ! 195: </child> ! 196: </widget> ! 197: </child> ! 198: <child> ! 199: <widget class="GtkSeparatorMenuItem" id="separator3"> ! 200: <property name="visible">True</property> ! 201: </widget> ! 202: </child> ! 203: <child> ! 204: <widget class="GtkMenuItem" id="view1"> ! 205: <property name="visible">True</property> ! 206: <property name="label" translatable="yes">_View</property> ! 207: <property name="use_underline">True</property> ! 208: <child> ! 209: <widget class="GtkMenu" id="view1_menu"> ! 210: <child> ! 211: <widget class="GtkImageMenuItem" id="error_log1"> ! 212: <property name="label">_Error Log...</property> ! 213: <property name="visible">True</property> ! 214: <property name="use_underline">True</property> ! 215: <property name="use_stock">False</property> ! 216: <signal name="activate" handler="on_error_log1_activate"/> ! 217: <child internal-child="image"> ! 218: <widget class="GtkImage" id="image6"> ! 219: <property name="visible">True</property> ! 220: <property name="stock">gtk-dialog-error</property> ! 221: </widget> ! 222: </child> ! 223: </widget> ! 224: </child> ! 225: <child> ! 226: <widget class="GtkImageMenuItem" id="statistics_log1"> ! 227: <property name="label">_Statistics Log...</property> ! 228: <property name="visible">True</property> ! 229: <property name="use_underline">True</property> ! 230: <property name="use_stock">False</property> ! 231: <signal name="activate" handler="on_statistics_log1_activate"/> ! 232: <child internal-child="image"> ! 233: <widget class="GtkImage" id="image7"> ! 234: <property name="visible">True</property> ! 235: <property name="stock">gtk-info</property> ! 236: </widget> ! 237: </child> ! 238: </widget> ! 239: </child> ! 240: <child> ! 241: <widget class="GtkMenuItem" id="todays_log1"> ! 242: <property name="visible">True</property> ! 243: <property name="label" translatable="yes">_Todays Log...</property> ! 244: <property name="use_underline">True</property> ! 245: <signal name="activate" handler="on_todays_log1_activate"/> ! 246: </widget> ! 247: </child> ! 248: <child> ! 249: <widget class="GtkMenuItem" id="yesterdays_log1"> ! 250: <property name="visible">True</property> ! 251: <property name="label" translatable="yes">_Yesterdays Log...</property> ! 252: <property name="use_underline">True</property> ! 253: <signal name="activate" handler="on_yesterdays_log1_activate"/> ! 254: </widget> ! 255: </child> ! 256: <child> ! 257: <widget class="GtkMenuItem" id="another_days_log1"> ! 258: <property name="visible">True</property> ! 259: <property name="label" translatable="yes">_Another Days Log...</property> ! 260: <property name="use_underline">True</property> ! 261: <signal name="activate" handler="on_another_days_log1_activate"/> ! 262: </widget> ! 263: </child> ! 264: </widget> ! 265: </child> ! 266: </widget> ! 267: </child> ! 268: <child> ! 269: <widget class="GtkImageMenuItem" id="edit2"> ! 270: <property name="label">gtk-edit</property> ! 271: <property name="visible">True</property> ! 272: <property name="use_underline">True</property> ! 273: <property name="use_stock">True</property> ! 274: <child> ! 275: <widget class="GtkMenu" id="edit2_menu"> ! 276: <child> ! 277: <widget class="GtkMenuItem" id="guru_brain1"> ! 278: <property name="visible">True</property> ! 279: <property name="label" translatable="yes">_Guru Brain</property> ! 280: <property name="use_underline">True</property> ! 281: <signal name="activate" handler="on_guru_brain1_activate"/> ! 282: </widget> ! 283: </child> ! 284: <child> ! 285: <widget class="GtkMenuItem" id="text_strings1"> ! 286: <property name="visible">True</property> ! 287: <property name="label" translatable="yes">_Text Strings</property> ! 288: <property name="use_underline">True</property> ! 289: <signal name="activate" handler="on_text_strings1_activate"/> ! 290: </widget> ! 291: </child> ! 292: <child> ! 293: <widget class="GtkMenuItem" id="default_colours1"> ! 294: <property name="visible">True</property> ! 295: <property name="label" translatable="yes">Default _Colours</property> ! 296: <property name="use_underline">True</property> ! 297: <signal name="activate" handler="on_default_colours1_activate"/> ! 298: </widget> ! 299: </child> ! 300: <child> ! 301: <widget class="GtkMenuItem" id="nodes_full_message1"> ! 302: <property name="visible">True</property> ! 303: <property name="label" translatable="yes">Nodes _Full Message</property> ! 304: <property name="use_underline">True</property> ! 305: <signal name="activate" handler="on_nodes_full_message1_activate"/> ! 306: </widget> ! 307: </child> ! 308: <child> ! 309: <widget class="GtkMenuItem" id="answer_screen1"> ! 310: <property name="visible">True</property> ! 311: <property name="label" translatable="yes">_Answer Screen</property> ! 312: <property name="use_underline">True</property> ! 313: <signal name="activate" handler="on_answer_screen1_activate"/> ! 314: </widget> ! 315: </child> ! 316: <child> ! 317: <widget class="GtkMenuItem" id="logon_message1"> ! 318: <property name="visible">True</property> ! 319: <property name="label" translatable="yes">_Logon Message</property> ! 320: <property name="use_underline">True</property> ! 321: <signal name="activate" handler="on_logon_message1_activate"/> ! 322: </widget> ! 323: </child> ! 324: <child> ! 325: <widget class="GtkMenuItem" id="auto_message1"> ! 326: <property name="visible">True</property> ! 327: <property name="label" translatable="yes">A_uto Message</property> ! 328: <property name="use_underline">True</property> ! 329: <signal name="activate" handler="on_auto_message1_activate"/> ! 330: </widget> ! 331: </child> ! 332: <child> ! 333: <widget class="GtkMenuItem" id="zip_file_comment1"> ! 334: <property name="visible">True</property> ! 335: <property name="label" translatable="yes">_ZIP File Comment</property> ! 336: <property name="use_underline">True</property> ! 337: <signal name="activate" handler="on_zip_file_comment1_activate"/> ! 338: </widget> ! 339: </child> ! 340: <child> ! 341: <widget class="GtkMenuItem" id="system_information1"> ! 342: <property name="visible">True</property> ! 343: <property name="label" translatable="yes">_System Information</property> ! 344: <property name="use_underline">True</property> ! 345: <signal name="activate" handler="on_system_information1_activate"/> ! 346: </widget> ! 347: </child> ! 348: <child> ! 349: <widget class="GtkMenuItem" id="new_user_message1"> ! 350: <property name="visible">True</property> ! 351: <property name="label" translatable="yes">_New User Message</property> ! 352: <property name="use_underline">True</property> ! 353: <signal name="activate" handler="on_new_user_message1_activate"/> ! 354: </widget> ! 355: </child> ! 356: <child> ! 357: <widget class="GtkMenuItem" id="new_user_welcome_email1"> ! 358: <property name="visible">True</property> ! 359: <property name="label" translatable="yes">New User _Welcome E-mail</property> ! 360: <property name="use_underline">True</property> ! 361: <signal name="activate" handler="on_new_user_welcome_email1_activate"/> ! 362: </widget> ! 363: </child> ! 364: <child> ! 365: <widget class="GtkMenuItem" id="new_user_password_failure1"> ! 366: <property name="visible">True</property> ! 367: <property name="label" translatable="yes">New User _Password Failure</property> ! 368: <property name="use_underline">True</property> ! 369: <signal name="activate" handler="on_new_user_password_failure1_activate"/> ! 370: </widget> ! 371: </child> ! 372: <child> ! 373: <widget class="GtkMenuItem" id="new_user_feedbakc_instructions1"> ! 374: <property name="visible">True</property> ! 375: <property name="label" translatable="yes">New User _Feedbakc Instructions</property> ! 376: <property name="use_underline">True</property> ! 377: <signal name="activate" handler="on_new_user_feedbakc_instructions1_activate"/> ! 378: </widget> ! 379: </child> ! 380: </widget> ! 381: </child> ! 382: </widget> ! 383: </child> ! 384: <child> ! 385: <widget class="GtkMenuItem" id="filters1"> ! 386: <property name="visible">True</property> ! 387: <property name="label" translatable="yes">_Filters</property> ! 388: <property name="use_underline">True</property> ! 389: <child> ! 390: <widget class="GtkMenu" id="filters1_menu"> ! 391: <child> ! 392: <widget class="GtkMenuItem" id="ip_address_filter1"> ! 393: <property name="visible">True</property> ! 394: <property name="label" translatable="yes">_IP Address Filter</property> ! 395: <property name="use_underline">True</property> ! 396: <signal name="activate" handler="on_ip_address_filter1_activate"/> ! 397: </widget> ! 398: </child> ! 399: <child> ! 400: <widget class="GtkMenuItem" id="ip_address_filter_silent1"> ! 401: <property name="visible">True</property> ! 402: <property name="label" translatable="yes">IP Address Filter (silent)</property> ! 403: <property name="use_underline">True</property> ! 404: <signal name="activate" handler="on_ip_address_filter_silent1_activate"/> ! 405: </widget> ! 406: </child> ! 407: <child> ! 408: <widget class="GtkMenuItem" id="ip_address_filter_message1"> ! 409: <property name="visible">True</property> ! 410: <property name="label" translatable="yes">IP Address Filter Message</property> ! 411: <property name="use_underline">True</property> ! 412: <signal name="activate" handler="on_ip_address_filter_message1_activate"/> ! 413: </widget> ! 414: </child> ! 415: <child> ! 416: <widget class="GtkMenuItem" id="host_name_filter1"> ! 417: <property name="visible">True</property> ! 418: <property name="label" translatable="yes">_Host Name Filter</property> ! 419: <property name="use_underline">True</property> ! 420: <signal name="activate" handler="on_host_name_filter1_activate"/> ! 421: </widget> ! 422: </child> ! 423: <child> ! 424: <widget class="GtkMenuItem" id="host_name_filter_message1"> ! 425: <property name="visible">True</property> ! 426: <property name="label" translatable="yes">Host Name Filter Message</property> ! 427: <property name="use_underline">True</property> ! 428: <signal name="activate" handler="on_host_name_filter_message1_activate"/> ! 429: </widget> ! 430: </child> ! 431: <child> ! 432: <widget class="GtkMenuItem" id="user_name_filter1"> ! 433: <property name="visible">True</property> ! 434: <property name="label" translatable="yes">_User Name Filter</property> ! 435: <property name="use_underline">True</property> ! 436: <signal name="activate" handler="on_user_name_filter1_activate"/> ! 437: </widget> ! 438: </child> ! 439: <child> ! 440: <widget class="GtkMenuItem" id="user_name_filter_message1"> ! 441: <property name="visible">True</property> ! 442: <property name="label" translatable="yes">User Name Filter Message</property> ! 443: <property name="use_underline">True</property> ! 444: <signal name="activate" handler="on_user_name_filter_message1_activate"/> ! 445: </widget> ! 446: </child> ! 447: <child> ! 448: <widget class="GtkMenuItem" id="email_address_filter1"> ! 449: <property name="visible">True</property> ! 450: <property name="label" translatable="yes">E-mail _Address Filter</property> ! 451: <property name="use_underline">True</property> ! 452: <signal name="activate" handler="on_email_address_filter1_activate"/> ! 453: </widget> ! 454: </child> ! 455: <child> ! 456: <widget class="GtkMenuItem" id="email_address_filter_message1"> ! 457: <property name="visible">True</property> ! 458: <property name="label" translatable="yes">E-mail Address Filter Message</property> ! 459: <property name="use_underline">True</property> ! 460: <signal name="activate" handler="on_email_address_filter_message1_activate"/> ! 461: </widget> ! 462: </child> ! 463: <child> ! 464: <widget class="GtkMenuItem" id="email_subject_filter1"> ! 465: <property name="visible">True</property> ! 466: <property name="label" translatable="yes">E-mail _Subject Filter</property> ! 467: <property name="use_underline">True</property> ! 468: <signal name="activate" handler="on_email_subject_filter1_activate"/> ! 469: </widget> ! 470: </child> ! 471: <child> ! 472: <widget class="GtkMenuItem" id="file_name_filter1"> ! 473: <property name="visible">True</property> ! 474: <property name="label" translatable="yes">_File Name Filter</property> ! 475: <property name="use_underline">True</property> ! 476: <signal name="activate" handler="on_file_name_filter1_activate"/> ! 477: </widget> ! 478: </child> ! 479: <child> ! 480: <widget class="GtkMenuItem" id="file_name_filter_message1"> ! 481: <property name="visible">True</property> ! 482: <property name="label" translatable="yes">File Name Filter Message</property> ! 483: <property name="use_underline">True</property> ! 484: <signal name="activate" handler="on_file_name_filter_message1_activate"/> ! 485: </widget> ! 486: </child> ! 487: <child> ! 488: <widget class="GtkMenuItem" id="phone_number_filter1"> ! 489: <property name="visible">True</property> ! 490: <property name="label" translatable="yes">_Phone Number Filter</property> ! 491: <property name="use_underline">True</property> ! 492: <signal name="activate" handler="on_phone_number_filter1_activate"/> ! 493: </widget> ! 494: </child> ! 495: <child> ! 496: <widget class="GtkMenuItem" id="phone_number_filter_message1"> ! 497: <property name="visible">True</property> ! 498: <property name="label" translatable="yes">Phone Number Filter Message</property> ! 499: <property name="use_underline">True</property> ! 500: <signal name="activate" handler="on_phone_number_filter_message1_activate"/> ! 501: </widget> ! 502: </child> ! 503: <child> ! 504: <widget class="GtkMenuItem" id="twit_list1"> ! 505: <property name="visible">True</property> ! 506: <property name="label" translatable="yes">Twit List</property> ! 507: <property name="use_underline">True</property> ! 508: <signal name="activate" handler="on_twit_list1_activate"/> ! 509: </widget> ! 510: </child> ! 511: </widget> ! 512: </child> ! 513: </widget> ! 514: </child> ! 515: <child> ! 516: <widget class="GtkSeparatorMenuItem" id="separator4"> ! 517: <property name="visible">True</property> ! 518: </widget> ! 519: </child> ! 520: <child> ! 521: <widget class="GtkMenuItem" id="preview_file1"> ! 522: <property name="visible">True</property> ! 523: <property name="label" translatable="yes">_Preview File</property> ! 524: <property name="use_underline">True</property> ! 525: <signal name="activate" handler="on_preview_file1_activate"/> ! 526: </widget> ! 527: </child> ! 528: <child> ! 529: <widget class="GtkImageMenuItem" id="edit_and_preview_file1"> ! 530: <property name="label">_Edit and Preview File</property> ! 531: <property name="visible">True</property> ! 532: <property name="use_underline">True</property> ! 533: <property name="use_stock">False</property> ! 534: <signal name="activate" handler="on_edit_and_preview_file1_activate"/> ! 535: <child internal-child="image"> ! 536: <widget class="GtkImage" id="image8"> ! 537: <property name="visible">True</property> ! 538: <property name="stock">gtk-edit</property> ! 539: </widget> ! 540: </child> ! 541: </widget> ! 542: </child> ! 543: <child> ! 544: <widget class="GtkMenuItem" id="edit_and_compile_baja_script1"> ! 545: <property name="visible">True</property> ! 546: <property name="label" translatable="yes">Edit and Compile _Baja Script</property> ! 547: <property name="use_underline">True</property> ! 548: <signal name="activate" handler="on_edit_and_compile_baja_script1_activate"/> ! 549: </widget> ! 550: </child> ! 551: </widget> ! 552: </child> ! 553: </widget> ! 554: </child> ! 555: <child> ! 556: <widget class="GtkMenuItem" id="user1"> ! 557: <property name="visible">True</property> ! 558: <property name="label" translatable="yes">_User</property> ! 559: <property name="use_underline">True</property> ! 560: <child> ! 561: <widget class="GtkMenu" id="user1_menu"> ! 562: <child> ! 563: <widget class="GtkImageMenuItem" id="list1"> ! 564: <property name="label">_List</property> ! 565: <property name="visible">True</property> ! 566: <property name="use_underline">True</property> ! 567: <property name="use_stock">False</property> ! 568: <signal name="activate" handler="on_list1_activate"/> ! 569: <child internal-child="image"> ! 570: <widget class="GtkImage" id="image9"> ! 571: <property name="visible">True</property> ! 572: <property name="stock">gtk-index</property> ! 573: </widget> ! 574: </child> ! 575: </widget> ! 576: </child> ! 577: <child> ! 578: <widget class="GtkImageMenuItem" id="edit3"> ! 579: <property name="label">gtk-edit</property> ! 580: <property name="visible">True</property> ! 581: <property name="use_underline">True</property> ! 582: <property name="use_stock">True</property> ! 583: <signal name="activate" handler="on_edit3_activate"/> ! 584: </widget> ! 585: </child> ! 586: <child> ! 587: <widget class="GtkImageMenuItem" id="truncate_deleted_users1"> ! 588: <property name="label">_Truncate Deleted Users</property> ! 589: <property name="visible">True</property> ! 590: <property name="use_underline">True</property> ! 591: <property name="use_stock">False</property> ! 592: <signal name="activate" handler="on_truncate_deleted_users1_activate"/> ! 593: <child internal-child="image"> ! 594: <widget class="GtkImage" id="image10"> ! 595: <property name="visible">True</property> ! 596: <property name="stock">gtk-clear</property> ! 597: </widget> ! 598: </child> ! 599: </widget> ! 600: </child> ! 601: </widget> ! 602: </child> ! 603: </widget> ! 604: </child> ! 605: <child> ! 606: <widget class="GtkMenuItem" id="telnet1"> ! 607: <property name="visible">True</property> ! 608: <property name="label" translatable="yes">_Telnet</property> ! 609: <property name="use_underline">True</property> ! 610: <child> ! 611: <widget class="GtkMenu" id="telnet1_menu"> ! 612: <child> ! 613: <widget class="GtkImageMenuItem" id="stop1"> ! 614: <property name="label">gtk-stop</property> ! 615: <property name="visible">True</property> ! 616: <property name="use_underline">True</property> ! 617: <property name="use_stock">True</property> ! 618: <signal name="activate" handler="on_stop1_activate"/> ! 619: </widget> ! 620: </child> ! 621: <child> ! 622: <widget class="GtkImageMenuItem" id="recycle5"> ! 623: <property name="label">Recycle</property> ! 624: <property name="visible">True</property> ! 625: <property name="use_stock">False</property> ! 626: <signal name="activate" handler="on_recycle5_activate"/> ! 627: <child internal-child="image"> ! 628: <widget class="GtkImage" id="image11"> ! 629: <property name="visible">True</property> ! 630: <property name="stock">gtk-refresh</property> ! 631: </widget> ! 632: </child> ! 633: </widget> ! 634: </child> ! 635: <child> ! 636: <widget class="GtkSeparatorMenuItem" id="separator5"> ! 637: <property name="visible">True</property> ! 638: </widget> ! 639: </child> ! 640: <child> ! 641: <widget class="GtkImageMenuItem" id="edit4"> ! 642: <property name="label">gtk-edit</property> ! 643: <property name="visible">True</property> ! 644: <property name="use_underline">True</property> ! 645: <property name="use_stock">True</property> ! 646: <child> ! 647: <widget class="GtkMenu" id="edit4_menu"> ! 648: <child> ! 649: <widget class="GtkMenuItem" id="allowed_rlogin_list1"> ! 650: <property name="visible">True</property> ! 651: <property name="label" translatable="yes">_Allowed RLogin List</property> ! 652: <property name="use_underline">True</property> ! 653: <signal name="activate" handler="on_allowed_rlogin_list1_activate"/> ! 654: </widget> ! 655: </child> ! 656: </widget> ! 657: </child> ! 658: </widget> ! 659: </child> ! 660: </widget> ! 661: </child> ! 662: </widget> ! 663: </child> ! 664: <child> ! 665: <widget class="GtkMenuItem" id="mail1"> ! 666: <property name="visible">True</property> ! 667: <property name="label" translatable="yes">_Mail</property> ! 668: <property name="use_underline">True</property> ! 669: <child> ! 670: <widget class="GtkMenu" id="mail1_menu"> ! 671: <child> ! 672: <widget class="GtkImageMenuItem" id="stop2"> ! 673: <property name="label">gtk-stop</property> ! 674: <property name="visible">True</property> ! 675: <property name="use_underline">True</property> ! 676: <property name="use_stock">True</property> ! 677: <signal name="activate" handler="on_stop2_activate"/> ! 678: </widget> ! 679: </child> ! 680: <child> ! 681: <widget class="GtkImageMenuItem" id="recycle1"> ! 682: <property name="label">Recycle</property> ! 683: <property name="visible">True</property> ! 684: <property name="use_stock">False</property> ! 685: <signal name="activate" handler="on_recycle1_activate"/> ! 686: <child internal-child="image"> ! 687: <widget class="GtkImage" id="image12"> ! 688: <property name="visible">True</property> ! 689: <property name="stock">gtk-refresh</property> ! 690: </widget> ! 691: </child> ! 692: </widget> ! 693: </child> ! 694: <child> ! 695: <widget class="GtkSeparatorMenuItem" id="separator6"> ! 696: <property name="visible">True</property> ! 697: </widget> ! 698: </child> ! 699: <child> ! 700: <widget class="GtkMenuItem" id="view2"> ! 701: <property name="visible">True</property> ! 702: <property name="label" translatable="yes">_View</property> ! 703: <property name="use_underline">True</property> ! 704: <child> ! 705: <widget class="GtkMenu" id="view2_menu"> ! 706: <child> ! 707: <widget class="GtkMenuItem" id="spam_log1"> ! 708: <property name="visible">True</property> ! 709: <property name="label" translatable="yes">Spam Log</property> ! 710: <property name="use_underline">True</property> ! 711: <signal name="activate" handler="on_spam_log1_activate"/> ! 712: </widget> ! 713: </child> ! 714: </widget> ! 715: </child> ! 716: </widget> ! 717: </child> ! 718: <child> ! 719: <widget class="GtkMenuItem" id="edit5"> ! 720: <property name="visible">True</property> ! 721: <property name="label" translatable="yes">_Edit</property> ! 722: <property name="use_underline">True</property> ! 723: <child> ! 724: <widget class="GtkMenu" id="edit5_menu"> ! 725: <child> ! 726: <widget class="GtkMenuItem" id="alias_list1"> ! 727: <property name="visible">True</property> ! 728: <property name="label" translatable="yes">Alias List</property> ! 729: <property name="use_underline">True</property> ! 730: <signal name="activate" handler="on_alias_list1_activate"/> ! 731: </widget> ! 732: </child> ! 733: <child> ! 734: <widget class="GtkMenuItem" id="domain_list1"> ! 735: <property name="visible">True</property> ! 736: <property name="label" translatable="yes">Domain List</property> ! 737: <property name="use_underline">True</property> ! 738: <signal name="activate" handler="on_domain_list1_activate"/> ! 739: </widget> ! 740: </child> ! 741: <child> ! 742: <widget class="GtkMenuItem" id="spam_bait_list1"> ! 743: <property name="visible">True</property> ! 744: <property name="label" translatable="yes">Spam Bait List</property> ! 745: <property name="use_underline">True</property> ! 746: <signal name="activate" handler="on_spam_bait_list1_activate"/> ! 747: </widget> ! 748: </child> ! 749: <child> ! 750: <widget class="GtkMenuItem" id="spam_block_list1"> ! 751: <property name="visible">True</property> ! 752: <property name="label" translatable="yes">Spam Block List</property> ! 753: <property name="use_underline">True</property> ! 754: <signal name="activate" handler="on_spam_block_list1_activate"/> ! 755: </widget> ! 756: </child> ! 757: <child> ! 758: <widget class="GtkMenuItem" id="allowed_relay_list1"> ! 759: <property name="visible">True</property> ! 760: <property name="label" translatable="yes">Allowed Relay List</property> ! 761: <property name="use_underline">True</property> ! 762: <signal name="activate" handler="on_allowed_relay_list1_activate"/> ! 763: </widget> ! 764: </child> ! 765: <child> ! 766: <widget class="GtkMenuItem" id="dnsbased_blacklists1"> ! 767: <property name="visible">True</property> ! 768: <property name="label" translatable="yes">DNS-based Blacklists</property> ! 769: <property name="use_underline">True</property> ! 770: <signal name="activate" handler="on_dnsbased_blacklists1_activate"/> ! 771: </widget> ! 772: </child> ! 773: <child> ! 774: <widget class="GtkMenuItem" id="dnsblacklist_exempt_ips1"> ! 775: <property name="visible">True</property> ! 776: <property name="label" translatable="yes">DNS-blacklist Exempt IPs</property> ! 777: <property name="use_underline">True</property> ! 778: <signal name="activate" handler="on_dnsblacklist_exempt_ips1_activate"/> ! 779: </widget> ! 780: </child> ! 781: <child> ! 782: <widget class="GtkMenuItem" id="external_mail_processing1"> ! 783: <property name="visible">True</property> ! 784: <property name="label" translatable="yes">External Mail Processing</property> ! 785: <property name="use_underline">True</property> ! 786: <signal name="activate" handler="on_external_mail_processing1_activate"/> ! 787: </widget> ! 788: </child> ! 789: </widget> ! 790: </child> ! 791: </widget> ! 792: </child> ! 793: </widget> ! 794: </child> ! 795: </widget> ! 796: </child> ! 797: <child> ! 798: <widget class="GtkMenuItem" id="ftp1"> ! 799: <property name="visible">True</property> ! 800: <property name="label" translatable="yes">_FTP</property> ! 801: <property name="use_underline">True</property> ! 802: <child> ! 803: <widget class="GtkMenu" id="ftp1_menu"> ! 804: <child> ! 805: <widget class="GtkImageMenuItem" id="stop3"> ! 806: <property name="label">gtk-stop</property> ! 807: <property name="visible">True</property> ! 808: <property name="use_underline">True</property> ! 809: <property name="use_stock">True</property> ! 810: <signal name="activate" handler="on_stop3_activate"/> ! 811: </widget> ! 812: </child> ! 813: <child> ! 814: <widget class="GtkImageMenuItem" id="recycle2"> ! 815: <property name="label">_Recycle</property> ! 816: <property name="visible">True</property> ! 817: <property name="use_underline">True</property> ! 818: <property name="use_stock">False</property> ! 819: <signal name="activate" handler="on_recycle2_activate"/> ! 820: <child internal-child="image"> ! 821: <widget class="GtkImage" id="image13"> ! 822: <property name="visible">True</property> ! 823: <property name="stock">gtk-refresh</property> ! 824: </widget> ! 825: </child> ! 826: </widget> ! 827: </child> ! 828: <child> ! 829: <widget class="GtkSeparatorMenuItem" id="separator7"> ! 830: <property name="visible">True</property> ! 831: </widget> ! 832: </child> ! 833: <child> ! 834: <widget class="GtkImageMenuItem" id="edit6"> ! 835: <property name="label">gtk-edit</property> ! 836: <property name="visible">True</property> ! 837: <property name="use_underline">True</property> ! 838: <property name="use_stock">True</property> ! 839: <child> ! 840: <widget class="GtkMenu" id="edit6_menu"> ! 841: <child> ! 842: <widget class="GtkMenuItem" id="login_message1"> ! 843: <property name="visible">True</property> ! 844: <property name="label" translatable="yes">Login Message</property> ! 845: <property name="use_underline">True</property> ! 846: <signal name="activate" handler="on_login_message1_activate"/> ! 847: </widget> ! 848: </child> ! 849: <child> ! 850: <widget class="GtkMenuItem" id="failed_login_mesage1"> ! 851: <property name="visible">True</property> ! 852: <property name="label" translatable="yes">Failed Login Mesage</property> ! 853: <property name="use_underline">True</property> ! 854: <signal name="activate" handler="on_failed_login_mesage1_activate"/> ! 855: </widget> ! 856: </child> ! 857: <child> ! 858: <widget class="GtkMenuItem" id="hello_message1"> ! 859: <property name="visible">True</property> ! 860: <property name="label" translatable="yes">Hello Message</property> ! 861: <property name="use_underline">True</property> ! 862: <signal name="activate" handler="on_hello_message1_activate"/> ! 863: </widget> ! 864: </child> ! 865: <child> ! 866: <widget class="GtkMenuItem" id="goodbye_message1"> ! 867: <property name="visible">True</property> ! 868: <property name="label" translatable="yes">Goodbye Message</property> ! 869: <property name="use_underline">True</property> ! 870: <signal name="activate" handler="on_goodbye_message1_activate"/> ! 871: </widget> ! 872: </child> ! 873: <child> ! 874: <widget class="GtkMenuItem" id="filename_aliases1"> ! 875: <property name="visible">True</property> ! 876: <property name="label" translatable="yes">Filename Aliases</property> ! 877: <property name="use_underline">True</property> ! 878: <signal name="activate" handler="on_filename_aliases1_activate"/> ! 879: </widget> ! 880: </child> ! 881: </widget> ! 882: </child> ! 883: </widget> ! 884: </child> ! 885: </widget> ! 886: </child> ! 887: </widget> ! 888: </child> ! 889: <child> ! 890: <widget class="GtkMenuItem" id="web1"> ! 891: <property name="visible">True</property> ! 892: <property name="label" translatable="yes">_Web</property> ! 893: <property name="use_underline">True</property> ! 894: <child> ! 895: <widget class="GtkMenu" id="web1_menu"> ! 896: <child> ! 897: <widget class="GtkImageMenuItem" id="stop4"> ! 898: <property name="label">gtk-stop</property> ! 899: <property name="visible">True</property> ! 900: <property name="use_underline">True</property> ! 901: <property name="use_stock">True</property> ! 902: <signal name="activate" handler="on_stop4_activate"/> ! 903: </widget> ! 904: </child> ! 905: <child> ! 906: <widget class="GtkImageMenuItem" id="recycle3"> ! 907: <property name="label">_Recycle</property> ! 908: <property name="visible">True</property> ! 909: <property name="use_underline">True</property> ! 910: <property name="use_stock">False</property> ! 911: <signal name="activate" handler="on_recycle3_activate"/> ! 912: <child internal-child="image"> ! 913: <widget class="GtkImage" id="image14"> ! 914: <property name="visible">True</property> ! 915: <property name="stock">gtk-refresh</property> ! 916: </widget> ! 917: </child> ! 918: </widget> ! 919: </child> ! 920: <child> ! 921: <widget class="GtkSeparatorMenuItem" id="separator8"> ! 922: <property name="visible">True</property> ! 923: </widget> ! 924: </child> ! 925: <child> ! 926: <widget class="GtkImageMenuItem" id="edit7"> ! 927: <property name="label">gtk-edit</property> ! 928: <property name="visible">True</property> ! 929: <property name="use_underline">True</property> ! 930: <property name="use_stock">True</property> ! 931: <child> ! 932: <widget class="GtkMenu" id="edit7_menu"> ! 933: <child> ! 934: <widget class="GtkMenuItem" id="mime_types1"> ! 935: <property name="visible">True</property> ! 936: <property name="label" translatable="yes">MIME Types</property> ! 937: <property name="use_underline">True</property> ! 938: <signal name="activate" handler="on_mime_types1_activate"/> ! 939: </widget> ! 940: </child> ! 941: <child> ! 942: <widget class="GtkMenuItem" id="cgi_environment_variables1"> ! 943: <property name="visible">True</property> ! 944: <property name="label" translatable="yes">CGI Environment Variables</property> ! 945: <property name="use_underline">True</property> ! 946: <signal name="activate" handler="on_cgi_environment_variables1_activate"/> ! 947: </widget> ! 948: </child> ! 949: <child> ! 950: <widget class="GtkMenuItem" id="external_content_handlers1"> ! 951: <property name="visible">True</property> ! 952: <property name="label" translatable="yes">External Content Handlers</property> ! 953: <property name="use_underline">True</property> ! 954: <signal name="activate" handler="on_external_content_handlers1_activate"/> ! 955: </widget> ! 956: </child> ! 957: </widget> ! 958: </child> ! 959: </widget> ! 960: </child> ! 961: </widget> ! 962: </child> ! 963: </widget> ! 964: </child> ! 965: <child> ! 966: <widget class="GtkMenuItem" id="services1"> ! 967: <property name="visible">True</property> ! 968: <property name="label" translatable="yes">_Services</property> ! 969: <property name="use_underline">True</property> ! 970: <child> ! 971: <widget class="GtkMenu" id="services1_menu"> ! 972: <child> ! 973: <widget class="GtkImageMenuItem" id="stop5"> ! 974: <property name="label">gtk-stop</property> ! 975: <property name="visible">True</property> ! 976: <property name="use_underline">True</property> ! 977: <property name="use_stock">True</property> ! 978: <signal name="activate" handler="on_stop5_activate"/> ! 979: </widget> ! 980: </child> ! 981: <child> ! 982: <widget class="GtkImageMenuItem" id="recycle4"> ! 983: <property name="label">_Recycle</property> ! 984: <property name="visible">True</property> ! 985: <property name="use_underline">True</property> ! 986: <property name="use_stock">False</property> ! 987: <signal name="activate" handler="on_recycle4_activate"/> ! 988: <child internal-child="image"> ! 989: <widget class="GtkImage" id="image15"> ! 990: <property name="visible">True</property> ! 991: <property name="stock">gtk-refresh</property> ! 992: </widget> ! 993: </child> ! 994: </widget> ! 995: </child> ! 996: <child> ! 997: <widget class="GtkSeparatorMenuItem" id="separator9"> ! 998: <property name="visible">True</property> ! 999: </widget> ! 1000: </child> ! 1001: <child> ! 1002: <widget class="GtkImageMenuItem" id="edit8"> ! 1003: <property name="label">gtk-edit</property> ! 1004: <property name="visible">True</property> ! 1005: <property name="use_underline">True</property> ! 1006: <property name="use_stock">True</property> ! 1007: <child> ! 1008: <widget class="GtkMenu" id="edit8_menu"> ! 1009: <child> ! 1010: <widget class="GtkMenuItem" id="servicesini1"> ! 1011: <property name="visible">True</property> ! 1012: <property name="label" translatable="yes">services.ini</property> ! 1013: <property name="use_underline">True</property> ! 1014: <signal name="activate" handler="on_servicesini1_activate"/> ! 1015: </widget> ! 1016: </child> ! 1017: </widget> ! 1018: </child> ! 1019: </widget> ! 1020: </child> ! 1021: </widget> ! 1022: </child> ! 1023: </widget> ! 1024: </child> ! 1025: <child> ! 1026: <widget class="GtkMenuItem" id="menuitem3"> ! 1027: <property name="visible">True</property> ! 1028: <property name="label" translatable="yes">_View</property> ! 1029: <property name="use_underline">True</property> ! 1030: <child> ! 1031: <widget class="GtkMenu" id="menuitem3_menu"> ! 1032: <child> ! 1033: <widget class="GtkCheckMenuItem" id="statistics_pane1"> ! 1034: <property name="visible">True</property> ! 1035: <property name="label" translatable="yes">Statistics Pane</property> ! 1036: <property name="use_underline">True</property> ! 1037: <property name="active">True</property> ! 1038: <signal name="activate" handler="on_statistics_pane1_activate"/> ! 1039: </widget> ! 1040: </child> ! 1041: <child> ! 1042: <widget class="GtkSeparatorMenuItem" id="separator11"> ! 1043: <property name="visible">True</property> ! 1044: </widget> ! 1045: </child> ! 1046: <child> ! 1047: <widget class="GtkMenuItem" id="hack_attempt_log1"> ! 1048: <property name="visible">True</property> ! 1049: <property name="label" translatable="yes">Hack Attempt Log</property> ! 1050: <property name="use_underline">True</property> ! 1051: <signal name="activate" handler="on_hack_attempt_log1_activate"/> ! 1052: </widget> ! 1053: </child> ! 1054: </widget> ! 1055: </child> ! 1056: </widget> ! 1057: </child> ! 1058: <child> ! 1059: <widget class="GtkMenuItem" id="menuitem4"> ! 1060: <property name="visible">True</property> ! 1061: <property name="label" translatable="yes">_Help</property> ! 1062: <property name="use_underline">True</property> ! 1063: <child> ! 1064: <widget class="GtkMenu" id="menuitem4_menu"> ! 1065: <child> ! 1066: <widget class="GtkImageMenuItem" id="index1"> ! 1067: <property name="label">gtk-index</property> ! 1068: <property name="visible">True</property> ! 1069: <property name="use_underline">True</property> ! 1070: <property name="use_stock">True</property> ! 1071: <signal name="activate" handler="on_index1_activate"/> ! 1072: </widget> ! 1073: </child> ! 1074: <child> ! 1075: <widget class="GtkImageMenuItem" id="sysop_manual1"> ! 1076: <property name="label">Sysop Manual</property> ! 1077: <property name="visible">True</property> ! 1078: <property name="use_stock">False</property> ! 1079: <signal name="activate" handler="on_sysop_manual1_activate"/> ! 1080: <child internal-child="image"> ! 1081: <widget class="GtkImage" id="image16"> ! 1082: <property name="visible">True</property> ! 1083: <property name="stock">gtk-help</property> ! 1084: </widget> ! 1085: </child> ! 1086: </widget> ! 1087: </child> ! 1088: <child> ! 1089: <widget class="GtkImageMenuItem" id="frequently_asked_questions_(faq)1"> ! 1090: <property name="label">Frequently Asked Questions (FAQ)</property> ! 1091: <property name="visible">True</property> ! 1092: <property name="use_stock">False</property> ! 1093: <signal name="activate" handler="on_frequently_asked_questions_faq1_activate"/> ! 1094: <child internal-child="image"> ! 1095: <widget class="GtkImage" id="image17"> ! 1096: <property name="visible">True</property> ! 1097: <property name="stock">gtk-info</property> ! 1098: </widget> ! 1099: </child> ! 1100: </widget> ! 1101: </child> ! 1102: <child> ! 1103: <widget class="GtkSeparatorMenuItem" id="separator10"> ! 1104: <property name="visible">True</property> ! 1105: </widget> ! 1106: </child> ! 1107: <child> ! 1108: <widget class="GtkImageMenuItem" id="about1"> ! 1109: <property name="label">gtk-about</property> ! 1110: <property name="visible">True</property> ! 1111: <property name="use_underline">True</property> ! 1112: <property name="use_stock">True</property> ! 1113: <signal name="activate" handler="on_about1_activate"/> ! 1114: </widget> ! 1115: </child> ! 1116: </widget> ! 1117: </child> ! 1118: </widget> ! 1119: </child> ! 1120: </widget> ! 1121: <packing> ! 1122: <property name="expand">False</property> ! 1123: <property name="fill">False</property> ! 1124: <property name="position">0</property> ! 1125: </packing> ! 1126: </child> ! 1127: <child> ! 1128: <widget class="GtkToolbar" id="toolbar1"> ! 1129: <property name="visible">True</property> ! 1130: <property name="toolbar_style">icons</property> ! 1131: <child> ! 1132: <widget class="GtkToolButton" id="locknodebutton"> ! 1133: <property name="visible">True</property> ! 1134: <property name="sensitive">False</property> ! 1135: <property name="tooltip" translatable="yes">Lock Node</property> ! 1136: <property name="label" translatable="yes">Lock</property> ! 1137: <property name="use_underline">True</property> ! 1138: <property name="stock_id">gtk-dialog-authentication</property> ! 1139: <signal name="clicked" handler="lock_nodes"/> ! 1140: </widget> ! 1141: <packing> ! 1142: <property name="expand">False</property> ! 1143: <property name="homogeneous">True</property> ! 1144: </packing> ! 1145: </child> ! 1146: <child> ! 1147: <widget class="GtkToolButton" id="downnodebutton"> ! 1148: <property name="visible">True</property> ! 1149: <property name="sensitive">False</property> ! 1150: <property name="tooltip" translatable="yes">Down Node</property> ! 1151: <property name="use_underline">True</property> ! 1152: <property name="stock_id">gtk-go-down</property> ! 1153: <signal name="clicked" handler="down_nodes"/> ! 1154: </widget> ! 1155: <packing> ! 1156: <property name="expand">False</property> ! 1157: <property name="homogeneous">True</property> ! 1158: </packing> ! 1159: </child> ! 1160: <child> ! 1161: <widget class="GtkToolButton" id="interruptnodebutton"> ! 1162: <property name="visible">True</property> ! 1163: <property name="sensitive">False</property> ! 1164: <property name="tooltip" translatable="yes">Interrupt Node</property> ! 1165: <property name="use_underline">True</property> ! 1166: <property name="stock_id">gtk-cancel</property> ! 1167: <signal name="clicked" handler="interrupt_nodes"/> ! 1168: </widget> ! 1169: <packing> ! 1170: <property name="expand">False</property> ! 1171: <property name="homogeneous">True</property> ! 1172: </packing> ! 1173: </child> ! 1174: <child> ! 1175: <widget class="GtkToolButton" id="bRerunNode"> ! 1176: <property name="visible">True</property> ! 1177: <property name="sensitive">False</property> ! 1178: <property name="tooltip" translatable="yes">Rerun Node</property> ! 1179: <property name="use_underline">True</property> ! 1180: <property name="stock_id">gtk-refresh</property> ! 1181: <signal name="clicked" handler="rerun_nodes"/> ! 1182: </widget> ! 1183: <packing> ! 1184: <property name="expand">False</property> ! 1185: <property name="homogeneous">True</property> ! 1186: </packing> ! 1187: </child> ! 1188: <child> ! 1189: <widget class="GtkToolButton" id="bClearErrors"> ! 1190: <property name="visible">True</property> ! 1191: <property name="tooltip" translatable="yes">Clear Errors</property> ! 1192: <property name="use_underline">True</property> ! 1193: <property name="stock_id">gtk-clear</property> ! 1194: <signal name="clicked" handler="clear_errors"/> ! 1195: </widget> ! 1196: <packing> ! 1197: <property name="expand">False</property> ! 1198: <property name="homogeneous">True</property> ! 1199: </packing> ! 1200: </child> ! 1201: <child> ! 1202: <widget class="GtkToolButton" id="bChatWithUser"> ! 1203: <property name="visible">True</property> ! 1204: <property name="sensitive">False</property> ! 1205: <property name="tooltip" translatable="yes">Chat With User</property> ! 1206: <property name="label" translatable="yes">Chat</property> ! 1207: <property name="use_underline">True</property> ! 1208: <property name="icon_name">call-start</property> ! 1209: <signal name="clicked" handler="chatwith_node"/> ! 1210: </widget> ! 1211: <packing> ! 1212: <property name="expand">False</property> ! 1213: <property name="homogeneous">True</property> ! 1214: </packing> ! 1215: </child> ! 1216: <child> ! 1217: <widget class="GtkToolButton" id="bSendMessageToUser"> ! 1218: <property name="visible">True</property> ! 1219: <property name="sensitive">False</property> ! 1220: <property name="tooltip" translatable="yes">Send Message to User</property> ! 1221: <property name="label" translatable="yes">E-mail</property> ! 1222: <property name="icon_name">mail-message-new</property> ! 1223: <signal name="clicked" handler="sendmessageto_node"/> ! 1224: </widget> ! 1225: <packing> ! 1226: <property name="expand">False</property> ! 1227: <property name="homogeneous">True</property> ! 1228: </packing> ! 1229: </child> ! 1230: <child> ! 1231: <widget class="GtkToolButton" id="bEditUser"> ! 1232: <property name="visible">True</property> ! 1233: <property name="sensitive">False</property> ! 1234: <property name="tooltip" translatable="yes">Edit User</property> ! 1235: <property name="stock_id">gtk-edit</property> ! 1236: <signal name="clicked" handler="edituseron_node"/> ! 1237: </widget> ! 1238: <packing> ! 1239: <property name="expand">False</property> ! 1240: <property name="homogeneous">True</property> ! 1241: </packing> ! 1242: </child> ! 1243: <child> ! 1244: <widget class="GtkToolItem" id="toolitem1"> ! 1245: <property name="visible">True</property> ! 1246: <child> ! 1247: <widget class="GtkComboBox" id="cNodeQuickValidate"> ! 1248: <property name="visible">True</property> ! 1249: <property name="sensitive">False</property> ! 1250: <property name="items" translatable="yes">Quick Validation Sets 1.1 root 1251: Set0 1252: Set1 1253: Set2 1254: Set3 1255: Set4 1256: Set5 1257: Set6 1258: Set7 1259: Set8 1260: Set9</property> 1.1.1.2 ! root 1261: <signal name="changed" handler="quickvalidate_useron_node"/> ! 1262: </widget> ! 1263: </child> ! 1264: </widget> ! 1265: <packing> ! 1266: <property name="expand">False</property> ! 1267: </packing> ! 1268: </child> ! 1269: </widget> ! 1270: <packing> ! 1271: <property name="expand">False</property> ! 1272: <property name="fill">False</property> ! 1273: <property name="position">1</property> ! 1274: </packing> ! 1275: </child> ! 1276: <child> ! 1277: <widget class="GtkScrolledWindow" id="scrolledwindow1"> ! 1278: <property name="visible">True</property> ! 1279: <property name="can_focus">True</property> ! 1280: <property name="hscrollbar_policy">automatic</property> ! 1281: <property name="vscrollbar_policy">automatic</property> ! 1282: <property name="shadow_type">in</property> ! 1283: <child> ! 1284: <widget class="GtkTreeView" id="lNodeList"> ! 1285: <property name="visible">True</property> ! 1286: <property name="can_focus">True</property> ! 1287: <property name="headers_visible">False</property> ! 1288: <property name="enable_search">False</property> ! 1289: </widget> ! 1290: </child> ! 1291: </widget> ! 1292: <packing> ! 1293: <property name="position">2</property> ! 1294: </packing> ! 1295: </child> ! 1296: <child> ! 1297: <widget class="GtkHBox" id="StatisticsPane"> ! 1298: <property name="visible">True</property> ! 1299: <child> ! 1300: <widget class="GtkFrame" id="frame1"> ! 1301: <property name="visible">True</property> ! 1302: <property name="label_xalign">0</property> ! 1303: <property name="shadow_type">none</property> ! 1304: <child> ! 1305: <widget class="GtkAlignment" id="alignment1"> ! 1306: <property name="visible">True</property> ! 1307: <property name="left_padding">12</property> ! 1308: <child> ! 1309: <widget class="GtkTable" id="table1"> ! 1310: <property name="visible">True</property> ! 1311: <property name="n_rows">6</property> ! 1312: <property name="n_columns">2</property> ! 1313: <property name="column_spacing">10</property> ! 1314: <child> ! 1315: <widget class="GtkLabel" id="label5"> ! 1316: <property name="visible">True</property> ! 1317: <property name="xalign">0</property> ! 1318: <property name="label" translatable="yes">Logons</property> ! 1319: </widget> ! 1320: <packing> ! 1321: <property name="x_options">GTK_FILL</property> ! 1322: <property name="y_options"></property> ! 1323: </packing> ! 1324: </child> ! 1325: <child> ! 1326: <widget class="GtkLabel" id="label6"> ! 1327: <property name="visible">True</property> ! 1328: <property name="xalign">0</property> ! 1329: <property name="label" translatable="yes">Time</property> ! 1330: </widget> ! 1331: <packing> ! 1332: <property name="top_attach">1</property> ! 1333: <property name="bottom_attach">2</property> ! 1334: <property name="x_options">GTK_FILL</property> ! 1335: <property name="y_options"></property> ! 1336: </packing> ! 1337: </child> ! 1338: <child> ! 1339: <widget class="GtkLabel" id="label7"> ! 1340: <property name="visible">True</property> ! 1341: <property name="xalign">0</property> ! 1342: <property name="label" translatable="yes">E-mail</property> ! 1343: </widget> ! 1344: <packing> ! 1345: <property name="top_attach">2</property> ! 1346: <property name="bottom_attach">3</property> ! 1347: <property name="x_options">GTK_FILL</property> ! 1348: <property name="y_options"></property> ! 1349: </packing> ! 1350: </child> ! 1351: <child> ! 1352: <widget class="GtkLabel" id="label8"> ! 1353: <property name="visible">True</property> ! 1354: <property name="xalign">0</property> ! 1355: <property name="label" translatable="yes">Feedback</property> ! 1356: </widget> ! 1357: <packing> ! 1358: <property name="top_attach">3</property> ! 1359: <property name="bottom_attach">4</property> ! 1360: <property name="x_options">GTK_FILL</property> ! 1361: <property name="y_options"></property> ! 1362: </packing> ! 1363: </child> ! 1364: <child> ! 1365: <widget class="GtkLabel" id="label9"> ! 1366: <property name="visible">True</property> ! 1367: <property name="xalign">0</property> ! 1368: <property name="label" translatable="yes">New Users</property> ! 1369: </widget> ! 1370: <packing> ! 1371: <property name="top_attach">4</property> ! 1372: <property name="bottom_attach">5</property> ! 1373: <property name="x_options">GTK_FILL</property> ! 1374: <property name="y_options"></property> ! 1375: </packing> ! 1376: </child> ! 1377: <child> ! 1378: <widget class="GtkLabel" id="label10"> ! 1379: <property name="visible">True</property> ! 1380: <property name="xalign">0</property> ! 1381: <property name="label" translatable="yes">Posts</property> ! 1382: </widget> ! 1383: <packing> ! 1384: <property name="top_attach">5</property> ! 1385: <property name="bottom_attach">6</property> ! 1386: <property name="x_options">GTK_FILL</property> ! 1387: <property name="y_options"></property> ! 1388: </packing> ! 1389: </child> ! 1390: <child> ! 1391: <widget class="GtkHBox" id="hbox1"> ! 1392: <property name="visible">True</property> ! 1393: <child> ! 1394: <widget class="GtkEntry" id="eEmailToday"> ! 1395: <property name="visible">True</property> ! 1396: <property name="editable">False</property> ! 1397: <property name="max_length">15</property> ! 1398: <property name="width_chars">15</property> ! 1399: </widget> ! 1400: <packing> ! 1401: <property name="expand">False</property> ! 1402: <property name="fill">False</property> ! 1403: <property name="position">0</property> ! 1404: </packing> ! 1405: </child> ! 1406: </widget> ! 1407: <packing> ! 1408: <property name="left_attach">1</property> ! 1409: <property name="right_attach">2</property> ! 1410: <property name="top_attach">2</property> ! 1411: <property name="bottom_attach">3</property> ! 1412: <property name="x_options">GTK_FILL</property> ! 1413: <property name="y_options">GTK_FILL</property> ! 1414: </packing> ! 1415: </child> ! 1416: <child> ! 1417: <widget class="GtkHBox" id="hbox2"> ! 1418: <property name="visible">True</property> ! 1419: <child> ! 1420: <widget class="GtkEntry" id="eFeedbackToday"> ! 1421: <property name="visible">True</property> ! 1422: <property name="editable">False</property> ! 1423: <property name="max_length">15</property> ! 1424: <property name="width_chars">15</property> ! 1425: </widget> ! 1426: <packing> ! 1427: <property name="expand">False</property> ! 1428: <property name="fill">False</property> ! 1429: <property name="position">0</property> ! 1430: </packing> ! 1431: </child> ! 1432: </widget> ! 1433: <packing> ! 1434: <property name="left_attach">1</property> ! 1435: <property name="right_attach">2</property> ! 1436: <property name="top_attach">3</property> ! 1437: <property name="bottom_attach">4</property> ! 1438: <property name="x_options">GTK_FILL</property> ! 1439: <property name="y_options">GTK_FILL</property> ! 1440: </packing> ! 1441: </child> ! 1442: <child> ! 1443: <widget class="GtkHBox" id="hbox4"> ! 1444: <property name="visible">True</property> ! 1445: <child> ! 1446: <widget class="GtkEntry" id="eNewUsersToday"> ! 1447: <property name="visible">True</property> ! 1448: <property name="editable">False</property> ! 1449: <property name="max_length">15</property> ! 1450: <property name="width_chars">15</property> ! 1451: </widget> ! 1452: <packing> ! 1453: <property name="expand">False</property> ! 1454: <property name="fill">False</property> ! 1455: <property name="position">0</property> ! 1456: </packing> ! 1457: </child> ! 1458: </widget> ! 1459: <packing> ! 1460: <property name="left_attach">1</property> ! 1461: <property name="right_attach">2</property> ! 1462: <property name="top_attach">4</property> ! 1463: <property name="bottom_attach">5</property> ! 1464: <property name="x_options">GTK_FILL</property> ! 1465: <property name="y_options">GTK_FILL</property> ! 1466: </packing> ! 1467: </child> ! 1468: <child> ! 1469: <widget class="GtkHBox" id="hbox7"> ! 1470: <property name="visible">True</property> ! 1471: <child> ! 1472: <widget class="GtkEntry" id="ePostsToday"> ! 1473: <property name="visible">True</property> ! 1474: <property name="editable">False</property> ! 1475: <property name="max_length">15</property> ! 1476: <property name="width_chars">15</property> ! 1477: </widget> ! 1478: <packing> ! 1479: <property name="expand">False</property> ! 1480: <property name="fill">False</property> ! 1481: <property name="position">0</property> ! 1482: </packing> ! 1483: </child> ! 1484: </widget> ! 1485: <packing> ! 1486: <property name="left_attach">1</property> ! 1487: <property name="right_attach">2</property> ! 1488: <property name="top_attach">5</property> ! 1489: <property name="bottom_attach">6</property> ! 1490: <property name="x_options">GTK_FILL</property> ! 1491: <property name="y_options">GTK_FILL</property> ! 1492: </packing> ! 1493: </child> ! 1494: <child> ! 1495: <widget class="GtkHBox" id="hbox13"> ! 1496: <property name="visible">True</property> ! 1497: <child> ! 1498: <widget class="GtkEntry" id="eLogonsToday"> ! 1499: <property name="visible">True</property> ! 1500: <property name="editable">False</property> ! 1501: <property name="max_length">15</property> ! 1502: <property name="width_chars">15</property> ! 1503: </widget> ! 1504: <packing> ! 1505: <property name="expand">False</property> ! 1506: <property name="fill">False</property> ! 1507: <property name="position">0</property> ! 1508: </packing> ! 1509: </child> ! 1510: </widget> ! 1511: <packing> ! 1512: <property name="left_attach">1</property> ! 1513: <property name="right_attach">2</property> ! 1514: <property name="x_options">GTK_FILL</property> ! 1515: <property name="y_options">GTK_FILL</property> ! 1516: </packing> ! 1517: </child> ! 1518: <child> ! 1519: <widget class="GtkHBox" id="hbox14"> ! 1520: <property name="visible">True</property> ! 1521: <child> ! 1522: <widget class="GtkEntry" id="eTimeToday"> ! 1523: <property name="visible">True</property> ! 1524: <property name="editable">False</property> ! 1525: <property name="max_length">15</property> ! 1526: <property name="width_chars">15</property> ! 1527: </widget> ! 1528: <packing> ! 1529: <property name="expand">False</property> ! 1530: <property name="fill">False</property> ! 1531: <property name="position">0</property> ! 1532: </packing> ! 1533: </child> ! 1534: </widget> ! 1535: <packing> ! 1536: <property name="left_attach">1</property> ! 1537: <property name="right_attach">2</property> ! 1538: <property name="top_attach">1</property> ! 1539: <property name="bottom_attach">2</property> ! 1540: <property name="x_options">GTK_FILL</property> ! 1541: <property name="y_options">GTK_FILL</property> ! 1542: </packing> ! 1543: </child> ! 1544: </widget> ! 1545: </child> ! 1546: </widget> ! 1547: </child> ! 1548: <child> ! 1549: <widget class="GtkLabel" id="label1"> ! 1550: <property name="visible">True</property> ! 1551: <property name="label" translatable="yes"><b>Today</b></property> ! 1552: <property name="use_markup">True</property> ! 1553: </widget> ! 1554: <packing> ! 1555: <property name="type">label_item</property> ! 1556: </packing> ! 1557: </child> ! 1558: </widget> ! 1559: <packing> ! 1560: <property name="position">0</property> ! 1561: </packing> ! 1562: </child> ! 1563: <child> ! 1564: <widget class="GtkFrame" id="frame2"> ! 1565: <property name="visible">True</property> ! 1566: <property name="label_xalign">0</property> ! 1567: <property name="shadow_type">none</property> ! 1568: <child> ! 1569: <widget class="GtkAlignment" id="alignment2"> ! 1570: <property name="visible">True</property> ! 1571: <property name="left_padding">12</property> ! 1572: <child> ! 1573: <widget class="GtkVBox" id="vbox3"> ! 1574: <property name="visible">True</property> ! 1575: <child> ! 1576: <widget class="GtkTable" id="table2"> ! 1577: <property name="visible">True</property> ! 1578: <property name="n_rows">5</property> ! 1579: <property name="n_columns">2</property> ! 1580: <property name="column_spacing">10</property> ! 1581: <child> ! 1582: <widget class="GtkLabel" id="label11"> ! 1583: <property name="visible">True</property> ! 1584: <property name="xalign">0</property> ! 1585: <property name="label" translatable="yes">Logons</property> ! 1586: </widget> ! 1587: <packing> ! 1588: <property name="x_options">GTK_FILL</property> ! 1589: <property name="y_options"></property> ! 1590: </packing> ! 1591: </child> ! 1592: <child> ! 1593: <widget class="GtkLabel" id="label12"> ! 1594: <property name="visible">True</property> ! 1595: <property name="xalign">0</property> ! 1596: <property name="label" translatable="yes">Time</property> ! 1597: </widget> ! 1598: <packing> ! 1599: <property name="top_attach">1</property> ! 1600: <property name="bottom_attach">2</property> ! 1601: <property name="x_options">GTK_FILL</property> ! 1602: <property name="y_options"></property> ! 1603: </packing> ! 1604: </child> ! 1605: <child> ! 1606: <widget class="GtkLabel" id="label13"> ! 1607: <property name="visible">True</property> ! 1608: <property name="xalign">0</property> ! 1609: <property name="label" translatable="yes">E-mail</property> ! 1610: </widget> ! 1611: <packing> ! 1612: <property name="top_attach">2</property> ! 1613: <property name="bottom_attach">3</property> ! 1614: <property name="x_options">GTK_FILL</property> ! 1615: <property name="y_options"></property> ! 1616: </packing> ! 1617: </child> ! 1618: <child> ! 1619: <widget class="GtkLabel" id="label14"> ! 1620: <property name="visible">True</property> ! 1621: <property name="xalign">0</property> ! 1622: <property name="label" translatable="yes">Feedback</property> ! 1623: </widget> ! 1624: <packing> ! 1625: <property name="top_attach">3</property> ! 1626: <property name="bottom_attach">4</property> ! 1627: <property name="x_options">GTK_FILL</property> ! 1628: <property name="y_options"></property> ! 1629: </packing> ! 1630: </child> ! 1631: <child> ! 1632: <widget class="GtkLabel" id="label15"> ! 1633: <property name="visible">True</property> ! 1634: <property name="xalign">0</property> ! 1635: <property name="label" translatable="yes">Users</property> ! 1636: </widget> ! 1637: <packing> ! 1638: <property name="top_attach">4</property> ! 1639: <property name="bottom_attach">5</property> ! 1640: <property name="x_options">GTK_FILL</property> ! 1641: <property name="y_options"></property> ! 1642: </packing> ! 1643: </child> ! 1644: <child> ! 1645: <widget class="GtkHBox" id="hbox8"> ! 1646: <property name="visible">True</property> ! 1647: <child> ! 1648: <widget class="GtkEntry" id="eEmailTotal"> ! 1649: <property name="visible">True</property> ! 1650: <property name="editable">False</property> ! 1651: <property name="max_length">7</property> ! 1652: <property name="width_chars">7</property> ! 1653: </widget> ! 1654: <packing> ! 1655: <property name="expand">False</property> ! 1656: <property name="fill">False</property> ! 1657: <property name="position">0</property> ! 1658: </packing> ! 1659: </child> ! 1660: <child> ! 1661: <placeholder/> ! 1662: </child> ! 1663: </widget> ! 1664: <packing> ! 1665: <property name="left_attach">1</property> ! 1666: <property name="right_attach">2</property> ! 1667: <property name="top_attach">2</property> ! 1668: <property name="bottom_attach">3</property> ! 1669: <property name="x_options">GTK_FILL</property> ! 1670: <property name="y_options">GTK_FILL</property> ! 1671: </packing> ! 1672: </child> ! 1673: <child> ! 1674: <widget class="GtkHBox" id="hbox9"> ! 1675: <property name="visible">True</property> ! 1676: <child> ! 1677: <widget class="GtkEntry" id="eFeedbackTotal"> ! 1678: <property name="visible">True</property> ! 1679: <property name="editable">False</property> ! 1680: <property name="max_length">7</property> ! 1681: <property name="width_chars">7</property> ! 1682: </widget> ! 1683: <packing> ! 1684: <property name="expand">False</property> ! 1685: <property name="fill">False</property> ! 1686: <property name="position">0</property> ! 1687: </packing> ! 1688: </child> ! 1689: <child> ! 1690: <placeholder/> ! 1691: </child> ! 1692: </widget> ! 1693: <packing> ! 1694: <property name="left_attach">1</property> ! 1695: <property name="right_attach">2</property> ! 1696: <property name="top_attach">3</property> ! 1697: <property name="bottom_attach">4</property> ! 1698: <property name="x_options">GTK_FILL</property> ! 1699: <property name="y_options">GTK_FILL</property> ! 1700: </packing> ! 1701: </child> ! 1702: <child> ! 1703: <widget class="GtkHBox" id="hbox10"> ! 1704: <property name="visible">True</property> ! 1705: <child> ! 1706: <widget class="GtkEntry" id="eUsersTotal"> ! 1707: <property name="visible">True</property> ! 1708: <property name="editable">False</property> ! 1709: <property name="max_length">7</property> ! 1710: <property name="width_chars">7</property> ! 1711: </widget> ! 1712: <packing> ! 1713: <property name="expand">False</property> ! 1714: <property name="fill">False</property> ! 1715: <property name="position">0</property> ! 1716: </packing> ! 1717: </child> ! 1718: <child> ! 1719: <placeholder/> ! 1720: </child> ! 1721: </widget> ! 1722: <packing> ! 1723: <property name="left_attach">1</property> ! 1724: <property name="right_attach">2</property> ! 1725: <property name="top_attach">4</property> ! 1726: <property name="bottom_attach">5</property> ! 1727: <property name="x_options">GTK_FILL</property> ! 1728: <property name="y_options">GTK_FILL</property> ! 1729: </packing> ! 1730: </child> ! 1731: <child> ! 1732: <widget class="GtkHBox" id="hbox15"> ! 1733: <property name="visible">True</property> ! 1734: <child> ! 1735: <widget class="GtkEntry" id="eLogonsTotal"> ! 1736: <property name="visible">True</property> ! 1737: <property name="editable">False</property> ! 1738: <property name="max_length">15</property> ! 1739: <property name="width_chars">15</property> ! 1740: </widget> ! 1741: <packing> ! 1742: <property name="expand">False</property> ! 1743: <property name="fill">False</property> ! 1744: <property name="position">0</property> ! 1745: </packing> ! 1746: </child> ! 1747: </widget> ! 1748: <packing> ! 1749: <property name="left_attach">1</property> ! 1750: <property name="right_attach">2</property> ! 1751: <property name="x_options">GTK_FILL</property> ! 1752: <property name="y_options">GTK_FILL</property> ! 1753: </packing> ! 1754: </child> ! 1755: <child> ! 1756: <widget class="GtkHBox" id="hbox16"> ! 1757: <property name="visible">True</property> ! 1758: <child> ! 1759: <widget class="GtkEntry" id="eTimeTotal"> ! 1760: <property name="visible">True</property> ! 1761: <property name="editable">False</property> ! 1762: <property name="max_length">15</property> ! 1763: <property name="width_chars">15</property> ! 1764: </widget> ! 1765: <packing> ! 1766: <property name="expand">False</property> ! 1767: <property name="fill">False</property> ! 1768: <property name="position">0</property> ! 1769: </packing> ! 1770: </child> ! 1771: </widget> ! 1772: <packing> ! 1773: <property name="left_attach">1</property> ! 1774: <property name="right_attach">2</property> ! 1775: <property name="top_attach">1</property> ! 1776: <property name="bottom_attach">2</property> ! 1777: <property name="x_options">GTK_FILL</property> ! 1778: <property name="y_options">GTK_FILL</property> ! 1779: </packing> ! 1780: </child> ! 1781: </widget> ! 1782: <packing> ! 1783: <property name="position">0</property> ! 1784: </packing> ! 1785: </child> ! 1786: <child> ! 1787: <widget class="GtkButton" id="button1"> ! 1788: <property name="label" translatable="yes">View Log</property> ! 1789: <property name="visible">True</property> ! 1790: <property name="can_focus">True</property> ! 1791: <property name="receives_default">False</property> ! 1792: <property name="use_underline">True</property> ! 1793: </widget> ! 1794: <packing> ! 1795: <property name="expand">False</property> ! 1796: <property name="fill">False</property> ! 1797: <property name="position">1</property> ! 1798: </packing> ! 1799: </child> ! 1800: </widget> ! 1801: </child> ! 1802: </widget> ! 1803: </child> ! 1804: <child> ! 1805: <widget class="GtkLabel" id="label2"> ! 1806: <property name="visible">True</property> ! 1807: <property name="label" translatable="yes"><b>Total</b></property> ! 1808: <property name="use_markup">True</property> ! 1809: </widget> ! 1810: <packing> ! 1811: <property name="type">label_item</property> ! 1812: </packing> ! 1813: </child> ! 1814: </widget> ! 1815: <packing> ! 1816: <property name="position">1</property> ! 1817: </packing> ! 1818: </child> ! 1819: <child> ! 1820: <widget class="GtkVBox" id="vbox2"> ! 1821: <property name="visible">True</property> ! 1822: <child> ! 1823: <widget class="GtkFrame" id="frame3"> ! 1824: <property name="visible">True</property> ! 1825: <property name="label_xalign">0</property> ! 1826: <property name="shadow_type">none</property> ! 1827: <child> ! 1828: <widget class="GtkAlignment" id="alignment3"> ! 1829: <property name="visible">True</property> ! 1830: <property name="left_padding">12</property> ! 1831: <child> ! 1832: <widget class="GtkTable" id="table3"> ! 1833: <property name="visible">True</property> ! 1834: <property name="n_rows">2</property> ! 1835: <property name="n_columns">2</property> ! 1836: <property name="column_spacing">10</property> ! 1837: <child> ! 1838: <widget class="GtkLabel" id="label16"> ! 1839: <property name="visible">True</property> ! 1840: <property name="xalign">0</property> ! 1841: <property name="label" translatable="yes">Files</property> ! 1842: </widget> ! 1843: <packing> ! 1844: <property name="x_options">GTK_FILL</property> ! 1845: <property name="y_options"></property> ! 1846: </packing> ! 1847: </child> ! 1848: <child> ! 1849: <widget class="GtkLabel" id="label17"> ! 1850: <property name="visible">True</property> ! 1851: <property name="xalign">0</property> ! 1852: <property name="label" translatable="yes">Bytes</property> ! 1853: </widget> ! 1854: <packing> ! 1855: <property name="top_attach">1</property> ! 1856: <property name="bottom_attach">2</property> ! 1857: <property name="x_options">GTK_FILL</property> ! 1858: <property name="y_options"></property> ! 1859: </packing> ! 1860: </child> ! 1861: <child> ! 1862: <widget class="GtkHBox" id="hbox11"> ! 1863: <property name="visible">True</property> ! 1864: <child> ! 1865: <widget class="GtkEntry" id="eFilesUploadedToday"> ! 1866: <property name="visible">True</property> ! 1867: <property name="editable">False</property> ! 1868: <property name="max_length">7</property> ! 1869: <property name="width_chars">7</property> ! 1870: </widget> ! 1871: <packing> ! 1872: <property name="expand">False</property> ! 1873: <property name="fill">False</property> ! 1874: <property name="position">0</property> ! 1875: </packing> ! 1876: </child> ! 1877: <child> ! 1878: <placeholder/> ! 1879: </child> ! 1880: </widget> ! 1881: <packing> ! 1882: <property name="left_attach">1</property> ! 1883: <property name="right_attach">2</property> ! 1884: <property name="x_options">GTK_FILL</property> ! 1885: <property name="y_options">GTK_FILL</property> ! 1886: </packing> ! 1887: </child> ! 1888: <child> ! 1889: <widget class="GtkEntry" id="eBytesUploadedToday"> ! 1890: <property name="visible">True</property> ! 1891: <property name="editable">False</property> ! 1892: <property name="max_length">15</property> ! 1893: <property name="width_chars">15</property> ! 1894: </widget> ! 1895: <packing> ! 1896: <property name="left_attach">1</property> ! 1897: <property name="right_attach">2</property> ! 1898: <property name="top_attach">1</property> ! 1899: <property name="bottom_attach">2</property> ! 1900: <property name="x_options">GTK_FILL</property> ! 1901: <property name="y_options"></property> ! 1902: </packing> ! 1903: </child> ! 1904: </widget> ! 1905: </child> ! 1906: </widget> ! 1907: </child> ! 1908: <child> ! 1909: <widget class="GtkLabel" id="label3"> ! 1910: <property name="visible">True</property> ! 1911: <property name="label" translatable="yes"><b>Uploads Today</b></property> ! 1912: <property name="use_markup">True</property> ! 1913: </widget> ! 1914: <packing> ! 1915: <property name="type">label_item</property> ! 1916: </packing> ! 1917: </child> ! 1918: </widget> ! 1919: <packing> ! 1920: <property name="position">0</property> ! 1921: </packing> ! 1922: </child> ! 1923: <child> ! 1924: <widget class="GtkFrame" id="frame4"> ! 1925: <property name="visible">True</property> ! 1926: <property name="label_xalign">0</property> ! 1927: <property name="shadow_type">none</property> ! 1928: <child> ! 1929: <widget class="GtkAlignment" id="alignment4"> ! 1930: <property name="visible">True</property> ! 1931: <property name="left_padding">12</property> ! 1932: <child> ! 1933: <widget class="GtkTable" id="table4"> ! 1934: <property name="visible">True</property> ! 1935: <property name="n_rows">2</property> ! 1936: <property name="n_columns">2</property> ! 1937: <property name="column_spacing">10</property> ! 1938: <child> ! 1939: <widget class="GtkLabel" id="label18"> ! 1940: <property name="visible">True</property> ! 1941: <property name="xalign">0</property> ! 1942: <property name="label" translatable="yes">Files</property> ! 1943: </widget> ! 1944: <packing> ! 1945: <property name="x_options">GTK_FILL</property> ! 1946: <property name="y_options"></property> ! 1947: </packing> ! 1948: </child> ! 1949: <child> ! 1950: <widget class="GtkLabel" id="label19"> ! 1951: <property name="visible">True</property> ! 1952: <property name="xalign">0</property> ! 1953: <property name="label" translatable="yes">Bytes</property> ! 1954: </widget> ! 1955: <packing> ! 1956: <property name="top_attach">1</property> ! 1957: <property name="bottom_attach">2</property> ! 1958: <property name="x_options">GTK_FILL</property> ! 1959: <property name="y_options"></property> ! 1960: </packing> ! 1961: </child> ! 1962: <child> ! 1963: <widget class="GtkHBox" id="hbox12"> ! 1964: <property name="visible">True</property> ! 1965: <child> ! 1966: <widget class="GtkEntry" id="eFilesDownloadedToday"> ! 1967: <property name="visible">True</property> ! 1968: <property name="editable">False</property> ! 1969: <property name="max_length">7</property> ! 1970: <property name="width_chars">7</property> ! 1971: </widget> ! 1972: <packing> ! 1973: <property name="expand">False</property> ! 1974: <property name="fill">False</property> ! 1975: <property name="position">0</property> ! 1976: </packing> ! 1977: </child> ! 1978: <child> ! 1979: <placeholder/> ! 1980: </child> ! 1981: </widget> ! 1982: <packing> ! 1983: <property name="left_attach">1</property> ! 1984: <property name="right_attach">2</property> ! 1985: <property name="x_options">GTK_FILL</property> ! 1986: <property name="y_options">GTK_FILL</property> ! 1987: </packing> ! 1988: </child> ! 1989: <child> ! 1990: <widget class="GtkEntry" id="eBytesDownloadedToday"> ! 1991: <property name="visible">True</property> ! 1992: <property name="editable">False</property> ! 1993: <property name="max_length">15</property> ! 1994: <property name="width_chars">15</property> ! 1995: </widget> ! 1996: <packing> ! 1997: <property name="left_attach">1</property> ! 1998: <property name="right_attach">2</property> ! 1999: <property name="top_attach">1</property> ! 2000: <property name="bottom_attach">2</property> ! 2001: <property name="x_options"></property> ! 2002: <property name="y_options"></property> ! 2003: </packing> ! 2004: </child> ! 2005: </widget> ! 2006: </child> ! 2007: </widget> ! 2008: </child> ! 2009: <child> ! 2010: <widget class="GtkLabel" id="label4"> ! 2011: <property name="visible">True</property> ! 2012: <property name="label" translatable="yes"><b>Downloads Today</b></property> ! 2013: <property name="use_markup">True</property> ! 2014: </widget> ! 2015: <packing> ! 2016: <property name="type">label_item</property> ! 2017: </packing> ! 2018: </child> ! 2019: </widget> ! 2020: <packing> ! 2021: <property name="position">1</property> ! 2022: </packing> ! 2023: </child> ! 2024: </widget> ! 2025: <packing> ! 2026: <property name="position">2</property> ! 2027: </packing> ! 2028: </child> ! 2029: </widget> ! 2030: <packing> ! 2031: <property name="expand">False</property> ! 2032: <property name="position">3</property> ! 2033: </packing> ! 2034: </child> ! 2035: </widget> ! 2036: </child> ! 2037: </widget> ! 2038: <widget class="GtkAboutDialog" id="AboutWindow"> ! 2039: <property name="visible">True</property> ! 2040: <property name="type_hint">normal</property> ! 2041: <property name="copyright" translatable="yes">Copyright (c) 2006 by Rob Swindell</property> ! 2042: <property name="website">http://www.synchro.net/</property> ! 2043: <property name="website_label" translatable="yes">Synchronet</property> ! 2044: <property name="license" translatable="yes">GNU GENERAL PUBLIC LICENSE 1.1 root 2045: </property> 1.1.1.2 ! root 2046: <property name="authors">Stephen Hurd</property> ! 2047: <property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property> ! 2048: <child internal-child="vbox"> ! 2049: <widget class="GtkVBox" id="dialog-vbox1"> ! 2050: <child internal-child="action_area"> ! 2051: <widget class="GtkHButtonBox" id="dialog-action_area1"/> ! 2052: <packing> ! 2053: <property name="expand">False</property> ! 2054: <property name="pack_type">end</property> ! 2055: <property name="position">0</property> ! 2056: </packing> ! 2057: </child> ! 2058: </widget> ! 2059: </child> ! 2060: </widget> ! 2061: <widget class="GtkDialog" id="PreferencesDialog"> ! 2062: <property name="visible">True</property> ! 2063: <property name="title" translatable="yes">Preferences</property> ! 2064: <property name="modal">True</property> ! 2065: <property name="icon_name">gtk-preferences</property> ! 2066: <property name="type_hint">dialog</property> ! 2067: <child internal-child="vbox"> ! 2068: <widget class="GtkVBox" id="dialog-vbox1"> ! 2069: <property name="visible">True</property> ! 2070: <child> ! 2071: <widget class="GtkVBox" id="vbox5"> ! 2072: <property name="visible">True</property> ! 2073: <child> ! 2074: <widget class="GtkLabel" id="label24"> ! 2075: <property name="visible">True</property> ! 2076: <property name="label" translatable="yes">Command Lines</property> ! 2077: <property name="justify">center</property> ! 2078: </widget> ! 2079: <packing> ! 2080: <property name="expand">False</property> ! 2081: <property name="fill">False</property> ! 2082: <property name="position">0</property> ! 2083: </packing> ! 2084: </child> ! 2085: <child> ! 2086: <widget class="GtkTable" id="table6"> ! 2087: <property name="visible">True</property> ! 2088: <property name="n_rows">5</property> ! 2089: <property name="n_columns">2</property> ! 2090: <property name="column_spacing">10</property> ! 2091: <child> ! 2092: <widget class="GtkEntry" id="eViewTextFile"> ! 2093: <property name="visible">True</property> ! 2094: <property name="can_focus">True</property> ! 2095: <property name="text" translatable="yes">xmessage -file %f</property> ! 2096: </widget> ! 2097: <packing> ! 2098: <property name="left_attach">1</property> ! 2099: <property name="right_attach">2</property> ! 2100: <property name="top_attach">1</property> ! 2101: <property name="bottom_attach">2</property> ! 2102: <property name="y_options"></property> ! 2103: </packing> ! 2104: </child> ! 2105: <child> ! 2106: <widget class="GtkEntry" id="eViewStdout"> ! 2107: <property name="visible">True</property> ! 2108: <property name="can_focus">True</property> ! 2109: <property name="text" translatable="yes">%f | xmessage -file -</property> ! 2110: </widget> ! 2111: <packing> ! 2112: <property name="left_attach">1</property> ! 2113: <property name="right_attach">2</property> ! 2114: <property name="top_attach">2</property> ! 2115: <property name="bottom_attach">3</property> ! 2116: <property name="y_options"></property> ! 2117: </packing> ! 2118: </child> ! 2119: <child> ! 2120: <widget class="GtkEntry" id="eViewHTMLFile"> ! 2121: <property name="visible">True</property> ! 2122: <property name="can_focus">True</property> ! 2123: <property name="text" translatable="yes">firefox file://%f</property> ! 2124: </widget> ! 2125: <packing> ! 2126: <property name="left_attach">1</property> ! 2127: <property name="right_attach">2</property> ! 2128: <property name="top_attach">3</property> ! 2129: <property name="bottom_attach">4</property> ! 2130: <property name="y_options"></property> ! 2131: </packing> ! 2132: </child> ! 2133: <child> ! 2134: <widget class="GtkEntry" id="eViewCtrlAFile"> ! 2135: <property name="visible">True</property> ! 2136: <property name="can_focus">True</property> ! 2137: <property name="text" translatable="yes">%!asc2ans %f | %!syncview -l</property> ! 2138: </widget> ! 2139: <packing> ! 2140: <property name="left_attach">1</property> ! 2141: <property name="right_attach">2</property> ! 2142: <property name="top_attach">4</property> ! 2143: <property name="bottom_attach">5</property> ! 2144: <property name="y_options"></property> ! 2145: </packing> ! 2146: </child> ! 2147: <child> ! 2148: <widget class="GtkLabel" id="label25"> ! 2149: <property name="visible">True</property> ! 2150: <property name="xalign">0</property> ! 2151: <property name="label" translatable="yes">Edit Text File</property> ! 2152: </widget> ! 2153: <packing> ! 2154: <property name="x_options">GTK_FILL</property> ! 2155: <property name="y_options"></property> ! 2156: </packing> ! 2157: </child> ! 2158: <child> ! 2159: <widget class="GtkLabel" id="label26"> ! 2160: <property name="visible">True</property> ! 2161: <property name="xalign">0</property> ! 2162: <property name="label" translatable="yes">View Text File</property> ! 2163: </widget> ! 2164: <packing> ! 2165: <property name="top_attach">1</property> ! 2166: <property name="bottom_attach">2</property> ! 2167: <property name="x_options">GTK_FILL</property> ! 2168: <property name="y_options"></property> ! 2169: </packing> ! 2170: </child> ! 2171: <child> ! 2172: <widget class="GtkLabel" id="label27"> ! 2173: <property name="visible">True</property> ! 2174: <property name="xalign">0</property> ! 2175: <property name="label" translatable="yes">View Stdout</property> ! 2176: </widget> ! 2177: <packing> ! 2178: <property name="top_attach">2</property> ! 2179: <property name="bottom_attach">3</property> ! 2180: <property name="x_options">GTK_FILL</property> ! 2181: <property name="y_options"></property> ! 2182: </packing> ! 2183: </child> ! 2184: <child> ! 2185: <widget class="GtkEntry" id="eEditTextFile"> ! 2186: <property name="visible">True</property> ! 2187: <property name="can_focus">True</property> ! 2188: <property name="text" translatable="yes">xedit %f</property> ! 2189: </widget> ! 2190: <packing> ! 2191: <property name="left_attach">1</property> ! 2192: <property name="right_attach">2</property> ! 2193: <property name="y_options"></property> ! 2194: </packing> ! 2195: </child> ! 2196: <child> ! 2197: <widget class="GtkLabel" id="label28"> ! 2198: <property name="visible">True</property> ! 2199: <property name="xalign">0</property> ! 2200: <property name="label" translatable="yes">View HTML File</property> ! 2201: </widget> ! 2202: <packing> ! 2203: <property name="top_attach">3</property> ! 2204: <property name="bottom_attach">4</property> ! 2205: <property name="x_options">GTK_FILL</property> ! 2206: <property name="y_options"></property> ! 2207: </packing> ! 2208: </child> ! 2209: <child> ! 2210: <widget class="GtkLabel" id="label29"> ! 2211: <property name="visible">True</property> ! 2212: <property name="xalign">0</property> ! 2213: <property name="label" translatable="yes">View Ctrl-A File</property> ! 2214: </widget> ! 2215: <packing> ! 2216: <property name="top_attach">4</property> ! 2217: <property name="bottom_attach">5</property> ! 2218: <property name="x_options">GTK_FILL</property> ! 2219: <property name="y_options"></property> ! 2220: </packing> ! 2221: </child> ! 2222: </widget> ! 2223: <packing> ! 2224: <property name="position">1</property> ! 2225: </packing> ! 2226: </child> ! 2227: </widget> ! 2228: <packing> ! 2229: <property name="position">2</property> ! 2230: </packing> ! 2231: </child> ! 2232: <child internal-child="action_area"> ! 2233: <widget class="GtkHButtonBox" id="dialog-action_area1"> ! 2234: <property name="visible">True</property> ! 2235: <property name="layout_style">end</property> ! 2236: <child> ! 2237: <widget class="GtkButton" id="cancelbutton1"> ! 2238: <property name="label">gtk-cancel</property> ! 2239: <property name="response_id">-6</property> ! 2240: <property name="visible">True</property> ! 2241: <property name="can_focus">True</property> ! 2242: <property name="can_default">True</property> ! 2243: <property name="receives_default">False</property> ! 2244: <property name="use_stock">True</property> ! 2245: </widget> ! 2246: <packing> ! 2247: <property name="expand">False</property> ! 2248: <property name="fill">False</property> ! 2249: <property name="position">0</property> ! 2250: </packing> ! 2251: </child> ! 2252: <child> ! 2253: <widget class="GtkButton" id="okbutton1"> ! 2254: <property name="label">gtk-ok</property> ! 2255: <property name="response_id">-5</property> ! 2256: <property name="visible">True</property> ! 2257: <property name="can_focus">True</property> ! 2258: <property name="can_default">True</property> ! 2259: <property name="receives_default">False</property> ! 2260: <property name="use_stock">True</property> ! 2261: </widget> ! 2262: <packing> ! 2263: <property name="expand">False</property> ! 2264: <property name="fill">False</property> ! 2265: <property name="position">1</property> ! 2266: </packing> ! 2267: </child> ! 2268: </widget> ! 2269: <packing> ! 2270: <property name="expand">False</property> ! 2271: <property name="pack_type">end</property> ! 2272: <property name="position">0</property> ! 2273: </packing> ! 2274: </child> ! 2275: </widget> ! 2276: </child> ! 2277: </widget> ! 2278: <widget class="GtkWindow" id="CalendarWindow"> ! 2279: <property name="title" translatable="yes">Calendar</property> ! 2280: <property name="modal">True</property> ! 2281: <property name="destroy_with_parent">True</property> ! 2282: <property name="type_hint">dialog</property> ! 2283: <property name="skip_taskbar_hint">True</property> ! 2284: <property name="skip_pager_hint">True</property> ! 2285: <signal name="destroy" handler="destroy_calendar_window"/> ! 2286: <child> ! 2287: <widget class="GtkCalendar" id="Calendar"> ! 2288: <property name="visible">True</property> ! 2289: <property name="can_focus">True</property> ! 2290: <signal name="day_selected_double_click" handler="changed_day"/> ! 2291: </widget> ! 2292: </child> ! 2293: </widget> 1.1 root 2294: </glade-interface>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.