-
the cases to achieve a Windows Explorer, the resource manager with View system f...
本例实现了一个Windows资源管理器,该资源管理器具有浏览系统文件、目录,以及对其进行删除、移动等操作的功能。本例主要介绍了树形控件的使用,列表控件的使用,相关Windows API的使用,系统图标列表的获取,以及递归实现遍历目录等。-the cases to achieve a Windows Explorer, the resource manager with View system files, directories, and delete them, mobile operators and other functions. The cases mainly introduces the tree controls the use, list control the use of the Windows API related to the use, icon list system for the acquisition, and recursive directory traversal.
- 2022-03-03 08:12:53下载
- 积分:1
-
本例实现了一个计算器应用程序,介绍了对话框添加菜单,高级按钮控件,高级编辑控件,对话框的扩展功能等应用。...
本例实现了一个计算器应用程序,介绍了对话框添加菜单,高级按钮控件,高级编辑控件,对话框的扩展功能等应用。-the cases achieved a calculator applications, introduced a dialog menu added, the High button controls, senior editor controls, the expansion of the dialog function applications.
- 2023-02-13 01:20:04下载
- 积分:1
-
窗体任意分割,各种形式,对设计软件主体风格有很大帮助
窗体任意分割,各种形式,对设计软件主体风格有很大帮助-Form arbitrary partition, a variety of forms, the main style of design software will greatly help
- 2022-01-28 22:58:48下载
- 积分:1
-
这是一个制作透明窗体的对话框设计,在vc++编程环境下实现...
这是一个制作透明窗体的对话框设计,在vc++编程环境下实现-This is a transparent window in the production dialog design, vc++ programming environment under
- 2022-04-24 06:41:29下载
- 积分:1
-
the source code can be achieved using VC square windows that function, we hope t...
该源代码可以实现利用VC++实现异形窗口这一功能,希望对大家有所帮助-the source code can be achieved using VC square windows that function, we hope to help
- 2022-04-14 18:10:30下载
- 积分:1
-
对测绘学院的学生有很大帮助, 功能是将所测量的地球坐标转换成平面左边, 例如维度 25度45分25秒4425微秒, 直接输入25.45254425,同理输入经度...
对测绘学院的学生有很大帮助, 功能是将所测量的地球坐标转换成平面左边, 例如维度 25度45分25秒4425微秒, 直接输入25.45254425,同理输入经度,即可得所对应的平面坐标, 同时还有反算验证程序-Institute of Surveying and Mapping students have great help, function is by measuring the Earth coordinates into the left flat, for example, dimension 25 degrees 45 minutes 25 seconds 4425 microseconds, direct input 25.45254425, empathy enter longitude, you can get the corresponding Planar coordinates, along with the verification process backcalculation
- 2022-04-27 07:46:21下载
- 积分:1
-
VC to achieve more control over the picture window
VC中实现对多画面窗口的控制-VC to achieve more control over the picture window
- 2022-02-09 13:02:25下载
- 积分:1
-
Flash MX 2004组件是经过编译的影片.我们不能直接对其进行编辑。但是可以通过导入主题皮肤进行修改。
2004默认主题名称叫做"halo",...
Flash MX 2004组件是经过编译的影片.我们不能直接对其进行编辑。但是可以通过导入主题皮肤进行修改。
2004默认主题名称叫做"halo",源文件在下面的目录中(HaloTheme.fla):
First Run/ComponentFLA/
另外还有一个SampleTheme.fla就是以前MX主题文件了.
使用MX风格替换2004风格很简单.
新建一个文件,从组件面板中拖出你想要的组件到主场景中,然后用Ctrl+Shift+O打开SampleTheme.fla文件,从库中把Sampletheme影片剪辑拖到主场景再删除,然后发布影片就可以看到效果了.
通过这些操作你会发现库面板中一下多了很多文件夹,里面都是组件皮肤,你可以直接对它们进行编辑和修改.
好了,你现在就可以制作你自己的组件主题了~
做的漂亮的,别忘了和大家共享哦~
另外,组件的颜色和字体大小等属性可以通过setStyle()来控制,具体有哪些属性和方法,去看帮助吧.-Flash MX 2004 components are compiled after the film. We can not directly edit. But i s through the skin into the theme changes. 2004 default theme, called "halo", the source documents in the following directory (HaloTheme.fla) : First Run/ComponentFLA/Another is a former MX SampleTheme.fla theme of the document. The use of replacement style MX 2004 style is very simple. A new document, panels from the components you want to pull the components to the main scene, and then use the Ctrl Shift O SampleTheme.fla open documents
- 2022-07-08 03:02:57下载
- 积分:1
-
java是一种简单、对象
Java语言是一个简单的、面向对象的、分布的、解释(执行)的、健壮的、安全的、独立于平台的、可移植的、可扩展的、高性能的、多线程的以及动态的程序设计语言。Java是由C++发展而来的,它是一种彻底的纯面向对象的程序设计语言。面向对象的语言四大特点:1.封装 2.继承 3.多态 4.动态。面向对象技术较好地适应了当今软件开发过程中新出现的种种传统面向过程语言所不能处理的问题。面向对象技术的核心是以更接近于人类思维的方式建立计算机逻辑模型,它利用类和对象的机制将数据与其上的操作封装在一起,并通过统一的接口与外界交互,使反映现实世界实体的各个类在程序中能够独立、自治、继承;这种方法非常有利于提高程序的可维护性和可重用性,使得面向过程语言难于操纵的大规模软件可以很方便的创建、使用和维护。为了与C语言兼容,其中还包含了一些面向过程的成分;Java去除了C++中非面向过程的部分,其程序编写过程就是设计、实现类,定义其属性、行为的过程。所以我们要学好java,但是一学期学到的东西毕竟有限,要学好还要花大量的时间和精力,不是一下子就可以学好的。下面就对我作的小程序进行分析-Java is a simple, object-oriented, distributed, the interpretation of (Executive), robust, secure, platform-independent, portable, scalable, high-performance, multi-threading and dynamic programming language. Java was developed from the C, it is a completely pure object-oriented programming language. Object-oriented languages four major characteristics : 1. Packaging 2. Inheritance 3. Four more states. Dynamic. Object-oriented technology to better adapt to today"s software development process for the var
- 2022-04-12 10:50:09下载
- 积分:1
-
这个好习惯网格控制。非常有用的。
This good custom gird control. very usefull.-This is good custom gird control. very usefull.
- 2022-03-12 21:09:23下载
- 积分:1