登录
首页 » Java » Skiman

Skiman

于 2009-09-05 发布 文件大小:2131KB
0 279
下载积分: 1 下载次数: 5

代码说明:

  Motorola skin changer

文件列表:

Skiman
......\history_ru.txt
......\libgfl267.dll
......\libgfle267.dll
......\p2kapi2.dll
......\powerreed.dll
......\Scripts
......\.......\12_items_of_the_menu_V3x_v2.c
......\.......\9_items_of_the_menu_V3x_v2.c
......\.......\Akceptor's-NoSoftKeys.c
......\.......\dwALX
......\.......\.....\BackroundColor.c
......\.......\.....\Backup.c
......\.......\.....\Date-AtLeftBottom.c
......\.......\.....\Date-Hide.c
......\.......\.....\Date-Show.c
......\.......\.....\Date-Transparent.c
......\.......\.....\DigClock-AtRightBottom.c
......\.......\.....\DigClock-Hide.c
......\.......\.....\DigClock-Show.c
......\.......\.....\DigClock-Transparent.c
......\.......\.....\FixAfterMenu3xX.c
......\.......\.....\Menu3x3.c
......\.......\.....\Menu3x4.c
......\.......\.....\Operator-Hide.c
......\.......\.....\Operator-Show.c
......\.......\.....\Operator-Transparent.c
......\.......\.....\PhotoCall.c
......\.......\.....\SetWallpaper.c
......\.......\.....\SoftBtns-Hide.c
......\.......\.....\SoftBtns-Show.c
......\.......\.....\SoftBtns-Transparent.c
......\.......\FullScreenPreview.c
......\.......\Preview2X2.c
......\.......\SaniOKh
......\.......\.......\sani14.c
......\.......\.......\sani14r.c
......\.......\.......\sanicircle.c
......\.......\.......\saniheart.c
......\.......\.......\sanishardl.c
......\.......\.......\sanishardr.c
......\.......\.......\sanishield.c
......\.......\skinname_CLI_replace.c
......\.......\STANT
......\.......\.....\Menu11icons.c
......\.......\.....\Menu3x3Default.c
......\.......\.....\Menu3x4type1.c
......\.......\.....\Menu3x4type2.c
......\.......\.....\WindowsMenu.c
......\script_api.txt
......\SkiMan.exe
......\skiman.ini
......\Skins
......\.....\BlueGauze


......\.....\.........\Options.dat
......\.....\BlueGlass


......\.....\.........\Options.dat
......\.....\BlueIce



......\.....\.......\Options.dat
......\.....\BluePlastic


......\.....\...........\Options.dat
......\.....\Cappuccino


......\.....\..........\Options.dat
......\.....\DarkGlass



......\.....\.........\Options.dat
......\.....\Desert


......\.....\......\Options.dat
......\.....\Elegant


......\.....\.......\Options.dat
......\.....\FalloutStyle



......\.....\............\Options.dat
......\.....\Golden


......\.....\......\Options.dat
......\.....\GrayPlastic


......\.....\...........\Options.dat

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 34740
    批量查询天气源码例程程序结合易语言扩展界面支持库和互联网支持库,读取天气预报网站的信息,从中提取相关城市的天气预报信息。(Batch check the weather source routine program expansion interface combined with easy language support library and Internet support libraries , weather forecast website reads information to extract information related to the city s weather forecast .)
    2016-09-23 10:29:08下载
    积分:1
  • MultiView
    VC++6.0下在一个单文档MFC应用程序框架内为文档实现多视处理,并实现在这些视之间自由切换(In MFC SDI application frame realise multiview,and switch these views as you want.)
    2010-08-17 10:31:22下载
    积分:1
  • suijizimu
    在窗口点击鼠标左键,随机显示字幕,位置,颜色都设置为随机(In the window click the mouse left key, random display subtitles, location, color is set to random)
    2012-03-28 08:55:16下载
    积分:1
  • tb
    说明:  vc在菜单中加入图标的程序源码,很不错的demo (vc icon in the menu to add the program source code, very good demo)
    2011-06-28 06:39:23下载
    积分:1
  • 52909
    枚举卸载消息钩子源码,例程程序结合易语言扩展界面支持库和易语言模块,调用API函数实现消息钩子的枚举和卸载。(Uninstall message hook enumeration source , routine program combined with easy language and easy language support library expansion interface module , call the API functions news hook enumeration and unloading.)
    2015-10-05 16:35:23下载
    积分:1
  • username
    code for user name interface
    2010-05-07 19:42:30下载
    积分:1
  • AlwaysOnTop
    vc 使窗体保持在最前AlwaysOnTop的程序源码,希望对大家有所帮助(vc the form remains on top AlwaysOnTop the program source code, we hope to help)
    2011-07-01 21:50:43下载
    积分:1
  • ZNodes
    说明:  qt中提供了QGphicsView,QGraphicsScene,QGraphicsItem,QGraphicsPixmapItem是QGraphicsItem的子类 分辨创建它们的实例:view,scene,item,然后通过各自的方法scene->addItem(item);view->setScene(scene);就可以达到类似下图的效果,想要进一步定制,则要继承QGraphicsItem或QGraphicsPixmapItem,然后重写paint()、boundingRect()等方法,此外如果还想要获取鼠标事件,重写mousePressEvent等事件就好了,注意,一旦重写了mousePressEvent方法,就以为了qt不会再自动处理item的任何press事件了,可以在你重写的mousePressEvent方法中最后添加QGraphicsItem::mousePressEvent(event);解决这个问题,就是说你获取到了鼠标事件,但是依然让qt处理这个鼠标事件。(QGphics View, QGraphics Scene, QGraphics Item and QGraphics PixmapItem are provided in qt. They are subclasses of QGraphics Item. Resolve the instances of creating them: view, scene, item, and then use their respective methods scene - > addItem (item); view - > setScene (scene); you can achieve the effect similar to the figure below. If you want to further customize, you need to inherit QGraphics Item or QGraphics Pixmap Item, and then rewrite paint (), boundingRect () and other methods, and if you want to do so. If you want to get mouse events, rewrite events like mousePressEvent. Note that once you rewrite the mousePressEvent method, you think that QT will no longer automatically handle any press events of item. You can finally add QGraphics Item:: mousePressEvent (event) to your rewritten mousePressEvent method to solve this problem. That is, you get the mouse event, but still let QT handle the mouse event.)
    2020-06-16 20:20:01下载
    积分:1
  • ycmatlab
    说明:  遗传算法程序是在 MATLAB环境下仿真的程序。可以在任何版本用的(genetic algorithm in MATLAB environment simulation procedures. In any version of)
    2006-03-14 14:34:12下载
    积分:1
  • TextFieldTest
    说明:  一个很经典也很简单界面编程示例希望大家好好学习(a classic is also very simple interface programming examples hope we can learn from)
    2006-04-24 15:13:53下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载