GVKun编程网logo

FastStone Capture怎么自定义皮肤-自定义皮肤方法(如何用faststone capture软件更改图片背景颜色)

10

对于想了解FastStoneCapture怎么自定义皮肤-自定义皮肤方法的读者,本文将是一篇不可错过的文章,我们将详细介绍如何用faststonecapture软件更改图片背景颜色,并且为您提供关于A

对于想了解FastStone Capture怎么自定义皮肤-自定义皮肤方法的读者,本文将是一篇不可错过的文章,我们将详细介绍如何用faststone capture软件更改图片背景颜色,并且为您提供关于AIR自定义皮肤时常用到的操作、Delph自定义皮肤(AlphaControls)、FastStone Capture如何截图-FastStone Capture截图教程、FastStone Capture怎么卸载-FastStone Capture卸载方法的有价值信息。

本文目录一览:

FastStone Capture怎么自定义皮肤-自定义皮肤方法(如何用faststone capture软件更改图片背景颜色)

FastStone Capture怎么自定义皮肤-自定义皮肤方法(如何用faststone capture软件更改图片背景颜色)

有的小伙伴在使用了FastStone Capture一段时间以后,看着原来的皮肤觉得腻了,想要重新自定义皮肤,该怎么设置呢?接下来小编就和大家分享一下FastStone Capture自定义皮肤方法哦,感兴趣的朋友不要错过哦。

首先,在电脑上启动FastStone Capture。


然后,单击【Setting】设置按钮,如下图所示:


接着,单击【Skin】--【Custom】,如下图所示:


选择自己喜欢的颜色,我这里就选择颜色比较鲜艳的【青色】,如下图所示:


这个就是自定义皮肤之后的效果了:


以上就是小编带来的FastStone Capture自定义皮肤方法,希望对大家有所帮助哦。

AIR自定义皮肤时常用到的操作

AIR自定义皮肤时常用到的操作

 

其实在这里的自定义皮肤,就是隐藏了边框..然后使用在程序里的元件..调用相关的命令,达到一般的窗体功能..
隐藏了边框在Flash中设置步骤为:(命令 > AIR - 应用程序与安装程序设置 > 窗体样式 - > 自定义镶边)

下面是文档类中的代码..代码比较简单.我就不多说明了..代码中有备注..

//copyright © 2008. Http://L4cd.Net All Rights Reserved.
package{
  import flash.display.Sprite;
  import flash.display.SimpleButton;
  import flash.display.MovieClip;
  import flash.text.TextField;
  import flash.events.Event;
  import flash.events.MouseEvent;
  import net.L4cd.iDoubleClick;
 
 
  /**
   * 自定义AIR皮肤,常用窗体操作说明
   *
   * @author L4cd.Net
   * @playerversion Flash player 9
   * @langversion 3.0
   * @version 2008-9-15 23:02
   */
  public class UI_Example extends Sprite{
    public function UI_Example(){
      init()
    }
    /**
     * 初始化
     */
    private function init():void{
      stage.align = "TL";
      stage.scaleMode = "noScale";
      stage.addEventListener(Event.RESIZE,stage_resize);
      bt_min.addEventListener(MouseEvent.CLICK,min);
      bt_max.stop();
      bt_max.addEventListener(MouseEvent.CLICK,max);
      bt_close.addEventListener(MouseEvent.CLICK,close);
      mc_title.addEventListener(MouseEvent.MOUSE_DOWN,drag);
      iDoubleClick.enable(mc_title);//其中这里使用了自定义的双击事件..自带的事件经常误操作
      mc_title.addEventListener(MouseEvent.DOUBLE_CLICK,max);
      bt_resize.addEventListener(MouseEvent.MOUSE_DOWN,resize);
      stage_resize(null);
    }
   
    /**
     * 捕捉Event.RESIZE事件..调整控制大小位置
     */
    private function stage_resize(e:Event):void{
      bt_min.x = stage.stageWidth - 65
      bt_max.x = stage.stageWidth - 45
      bt_close.x = stage.stageWidth - 25
      mc_title.width = stage.stageWidth;
      mc_foot.width = stage.stageWidth - 26;
      bt_resize.x = stage.stageWidth - 25;
      mc_foot.y = bt_resize.y = stage.stageHeight - 22;
     
      txt_input.width = stage.stageWidth - 4;
      txt_input.height = stage.stageHeight - 76;
    }
   
   
    /**
     * 调整大小
     */
    private function resize(e:MouseEvent):void{
      stage.nativeWindow.startResize()
    }
   
   
    /**
     * 拖动
     */
    private function drag(e:MouseEvent):void{
      stage.nativeWindow.startMove()
    }
   
    /**
     * 关闭
     */
    private function close(e:MouseEvent):void{
      stage.nativeWindow.close();
    }
   
    /**
     * 最小化
     */
    private function min(e:MouseEvent):void{
      stage.nativeWindow.minimize();
    }
   
   
    /**
     * 最大化/还原
     */
    private function max(e:MouseEvent):void{
      if(bt_max.currentFrame == 1){
        bt_max.gotoAndStop(2)
        stage.nativeWindow.maximize();
      }else{
        bt_max.gotoAndStop(1)
        stage.nativeWindow.restore();
      }
    }
  }
}


文章来自: 闪客居(www.flashas.net) 详文参考:http://www.flashas.net/html/air/20081005/3664.html

Delph自定义皮肤(AlphaControls)

Delph自定义皮肤(AlphaControls)

总结

以上是小编为你收集整理的Delph自定义皮肤(AlphaControls)全部内容。

如果觉得小编网站内容还不错,欢迎将小编网站推荐给好友。

FastStone Capture如何截图-FastStone Capture截图教程

FastStone Capture如何截图-FastStone Capture截图教程

有不少朋友已经入手了FastStone Capture这款软件,那么FastStone Capture是如何进行截图的呢?下面小编就将FastStone Capture截图教程和大家分享一下哦。

首先,在电脑上打开需要截图的WORD文档。

怎么使用屏幕截图软件(FastStone Capture)截图

然后,打开FastStone Capture软件,会出现一个工具栏。

怎么使用屏幕截图软件(FastStone Capture)截图

接着,切换到文档界面,然后点击“捕获滚动窗口”按钮,如图。

怎么使用屏幕截图软件(FastStone Capture)截图

界面会出现红框,鼠标点击文档,文档就会滚动抓图到文档结束,结束时会发出轻轻的“当”的一声。如果想中间停止,按“esc”键停止。抓图结束后,可以直接保存为图片。

怎么使用屏幕截图软件(FastStone Capture)截图
怎么使用屏幕截图软件(FastStone Capture)截图

FastStone Capture截图教程小编就分享到这里了,希望可以帮助大家更好地使用FastStone Capture哦。

FastStone Capture怎么卸载-FastStone Capture卸载方法

FastStone Capture怎么卸载-FastStone Capture卸载方法

由于各种各样的原因,有的朋友想要将电脑中的FastStone Capture给卸载掉,但是又不知道具体该怎么操作?那么在这里小编就为大家带来了FastStone Capture卸载方法哦,大家可以参考参考哦。

方法一:

打开电脑控制面板程序程序和功能,在程序和功能面板中找到FastStone Capture软件,右键点击卸载即可

方法二:

安装并打开电脑管家软件,选择进入软件管理选项,点击卸载选项,在列表中找到FastStone Capture软件,点击卸载即可

方法三:

安装并打开360软件管家,在卸载选项的列表中找到FastStone Capture软件,点击卸载即可

以上就是小编带来的FastStone Capture卸载方法,希望可以帮助到大家哦。

关于FastStone Capture怎么自定义皮肤-自定义皮肤方法如何用faststone capture软件更改图片背景颜色的问题我们已经讲解完毕,感谢您的阅读,如果还想了解更多关于AIR自定义皮肤时常用到的操作、Delph自定义皮肤(AlphaControls)、FastStone Capture如何截图-FastStone Capture截图教程、FastStone Capture怎么卸载-FastStone Capture卸载方法等相关内容,可以在本站寻找。

本文标签: