zoukankan      html  css  js  c++  java
  • 去除QQ侧边栏,去除QQ秀

    好友聊天窗口右侧栏(任何版本通用)
    xtml.rdb
    \AppFramework\ChatFrame\afsidebar.xml_ContactControl.gmd 144 -> 1或0

    dada.rdb
    \af.config
    "AFSidebarDefaultWidth" = dword:"200",->删除
    "AFSidebarPaddingTop" = dword:"3", -> 删除
    "AFSidebarPaddingBottom" = dword:"3", -> 删除
    "AFSidebarPaddingLeft" = dword:"3", -> 删除
    "AFSidebarPaddingRight" = dword:"3", -> 删除

    "BuddyMinWidthWithHiddenSidebar" = dword:"393", -> 460
    "BuddyMinHeightWithHiddenSidebar" = dword:"492", -> 460
    "BuddyMinWidthWithSidebar" = dword:"393", -> 460
    "BuddyMinHeightWithSidebar" = dword:"492", -> 500
    "BuddyDefaultWidthWithSidebar" = dword:"541", -> 460
    "BuddyDefaultHeightWithSidebar" = dword:"508", -> 500
    "SidebarDefaultWidth" = dword:"142", -> 删除
    "SidebarDefaultHeight" = dword:"146", -> 删除

    QQ面板搜索框:
    Res.rdb:\AppFramework\Search\main_search_bkg.gft
    I18N\2052\StringBundle.xml
    <String id="SearchContactTip">输入关键字搜索联系人</String>

    传文件面板白色/透明:

    Res.rdb:AppFramework\FileAssitant\material.gft

  • 相关阅读:
    (转载)MySQL日期时间函数大全
    Tcl commands
    Toplevel
    tk 8.4 commands
    iwidgets
    Options for Buttontype widgets
    Text Widget Options
    tk options
    itk_option
    Widget Options
  • 原文地址:https://www.cnblogs.com/zhahost/p/3136181.html
Copyright © 2011-2022 走看看