Welcome![Sign In][Sign Up]
Location:
Search - 图片显示控件

Search list

[Multimedia programgif文件播放(不使用控件)

Description: Gif直接文件显示,不使用任何控件!主要用于快速显示小图片、小图标等。-Gif direct document to show that the use of any control! Quick display mainly for small pictures, such as small icons.
Platform: | Size: 49422 | Author: 新城 | Hits:

[ActiveX/DCOM/ATLTY_Pic

Description: 图片显示控件 可以显示bmp,jpg,gif等格式-Photo Display Control shows bmp, jpg, gif formats
Platform: | Size: 31409 | Author: zhangyi | Hits:

[Graph program在RichEdit控件中显示图片

Description: 在RichEdit控件中显示图片-in RichEdit controls showed pictures
Platform: | Size: 56058 | Author: 艾仁 | Hits:

[GDI-Bitmap矢量图形控件 Simple Graphic

Description: ------------------- 1.2版本 Simple Graphic 图形控件: 1.增加锁定功能,锁定的图形要素不可以做任何操作,但可以选中lock 2.增加标注属性功能,标注内容直接设置到labelAttribute属性内,如果为“”则不标注 3.增加ShowLabel属性定义,代表这个图形要素是否显示他的标注。 4.增加BackShowLabel属性定义,这个定义在内部使用,组合时可以把ShowLabel设置为False,原值存入BackShowLabel,拆组时再还原回去 5.增加属性显示位置点属性LabelLocation,包括枚举emunLocation:左上、上、右上、右、右下、下、左下、左、中;XOff:YOff:代表基础位置上的偏移量,是屏幕坐标 ------------------- 1.11版本 Simple Graphic 图形控件: 1.画曲线:修改为先画首节点、末尾节点、第一个控制点、第二个控制点 2.选择工具:单点选择上层的一个可选中图形后返回,拉框选中方法不变 3.修正对文字和图片的选中方式:修改为可以点到图片和文字上的任意点上即为选中(原操作是中心点) 4.修正对文字编辑后,文字编辑光标持续显示bug SampleGraphic 绘图程序: 1.修改打开文件对话框干扰错误 ------------------- 1.100版本变化:现在这个版本可以作为SVG编辑器,以svg导出文件作为web发布图形 Simple Graphic 图形控件: 1.增加SVG导出支持ISGSVGSheetSurport接口,由ISGSheet接口继承 2.增加SVG导出支持ISGSVGElementSurport接口,由各ISGElement的实现类继承,继承这个接口的Elemenet都可以支持SVG导出,否则不能. 3.增加SVG导出支持ISGSVGSystemSurport接口,这个接口现在只有ISGRGBColor类对它做了实现,目的导出SVG颜色使用,其他类都没有实现. 4.修改文字编辑事件 5:SVG支持包括:圆/椭圆/文字/多边形/图片/线段/圆弧/曲线 对应的svg标签是:circle/ellipse/text/polygon/image/polyline/path(A)/path(C),包括是否包含超链接/引入外部js文件/各种触发事件支持 SampleGraphic 绘图程序: 1.文件菜单中增加了 "导出SVG" 菜单,可以作为SVG编辑器编辑器使用,暂时还不支持图片要素的SVG支持.图片文件支持SVG接口会在后续版本考虑! 2.增加对Sheet(在页面管理中实现)/Element(在属性管理中实现)页面和SVG属性设置,改善交互能力. ------------------- 1.001版本变化: Simple Graphic 图形控件: 1.获取默认字体时都使用clone,保证不会重复; 2.更新线文件保存,解决上一版本不能保存线样式的bug。 SampleGraphic 绘图程序: 1.更新选中文字可以更改文字的样式。 ------------------ 1.000版本功能: 包含要素:线、矩形、多边形、圆、组合图形、文字、图片、椭圆、圆弧(圆的一段弧线)、曲线 包含操作:保存、打开、载入数据、放大、缩小、漫游、图库文件、打印、预览、导出图片 图形操作:选择、修改图形要素、修改图形要素大小、修改、undo、redo、旋转、移动旋转图形、复制、粘贴、剪切、编辑文字、修改线型(端点/中间加图形)、修改图形要素属性、上移、下移等操作。 事件:图形要素的增加、删除、修改前后、选中状态变化都有事件。 -------------------
Platform: | Size: 2714982 | Author: suncoder | Hits:

[GDI-Bitmap矢量图形控件 Simple Graphic

Description: ------------------- 1.2.1版本: 1.增加设置在选择时,是否可以选择锁定图形,是否可以选择不显示图形 2.ISGElementCollection中增加contains函数,判断是否已经存在 3.ISGControl里增加UserFeedBackElements属性,用于增加用户辅助图形;增加CanUndoRedo属性,用于觉得是否自动记录操作堆栈; 增加搜索函数 ------------------- 1.2版本 Simple Graphic 图形控件: 1.增加锁定功能,锁定的图形要素不可以做任何操作,但可以选中lock 2.增加标注属性功能,标注内容直接设置到labelAttribute属性内,如果为“”则不标注 3.增加ShowLabel属性定义,代表这个图形要素是否显示他的标注。 4.增加BackShowLabel属性定义,这个定义在内部使用,组合时可以把ShowLabel设置为False,原值存入BackShowLabel,拆组时再还原回去 5.增加属性显示位置点属性LabelLocation,包括枚举emunLocation:左上、上、右上、右、右下、下、左下、左、中;XOff:YOff:代表基础位置上的偏移量,是屏幕坐标 ------------------- 1.11版本 Simple Graphic 图形控件: 1.画曲线:修改为先画首节点、末尾节点、第一个控制点、第二个控制点 2.选择工具:单点选择上层的一个可选中图形后返回,拉框选中方法不变 3.修正对文字和图片的选中方式:修改为可以点到图片和文字上的任意点上即为选中(原操作是中心点) 4.修正对文字编辑后,文字编辑光标持续显示bug SampleGraphic 绘图程序: 1.修改打开文件对话框干扰错误 ------------------- 1.100版本变化:现在这个版本可以作为SVG编辑器,以svg导出文件作为web发布图形 Simple Graphic 图形控件: 1.增加SVG导出支持ISGSVGSheetSurport接口,由ISGSheet接口继承 2.增加SVG导出支持ISGSVGElementSurport接口,由各ISGElement的实现类继承,继承这个接口的Elemenet都可以支持SVG导出,否则不能. 3.增加SVG导出支持ISGSVGSystemSurport接口,这个接口现在只有ISGRGBColor类对它做了实现,目的导出SVG颜色使用,其他类都没有实现. 4.修改文字编辑事件 5:SVG支持包括:圆/椭圆/文字/多边形/图片/线段/圆弧/曲线 对应的svg标签是:circle/ellipse/text/polygon/image/polyline/path(A)/path(C),包括是否包含超链接/引入外部js文件/各种触发事件支持 SampleGraphic 绘图程序: 1.文件菜单中增加了 "导出SVG" 菜单,可以作为SVG编辑器编辑器使用,暂时还不支持图片要素的SVG支持.图片文件支持SVG接口会在后续版本考虑! 2.增加对Sheet(在页面管理中实现)/Element(在属性管理中实现)页面和SVG属性设置,改善交互能力. ------------------- 1.001版本变化: Simple Graphic 图形控件: 1.获取默认字体时都使用clone,保证不会重复; 2.更新线文件保存,解决上一版本不能保存线样式的bug。 SampleGraphic 绘图程序: 1.更新选中文字可以更改文字的样式。 ------------------ 1.000版本功能: 包含要素:线、矩形、多边形、圆、组合图形、文字、图片、椭圆、圆弧(圆的一段弧线)、曲线 包含操作:保存、打开、载入数据、放大、缩小、漫游、图库文件、打印、预览、导出图片 图形操作:选择、修改图形要素、修改图形要素大小、修改、undo、redo、旋转、移动旋转图形、复制、粘贴、剪切、编辑文字、修改线型(端点/中间加图形)、修改图形要素属性、上移、下移等操作。 事件:图形要素的增加、删除、修改前后、选中状态变化都有事件。 -------------------
Platform: | Size: 2247414 | Author: suncoder | Hits:

[SourceCode通用的图片显示class

Description: 本程序中实现了一个DisplayControlPic类,可以很方便的用来显示多种图片格式,例如bmp, jpg, gif. DisplayControlPic封装了对图片操作的管理,可以将该类与任意CWnd类进行绑定,从而在上面显示图片,适用于Windows MFC编程。
Platform: | Size: 1995619 | Author: shrekei | Hits:

[ListView/ListBoxCGfxListView

Description: 增强的列表控件,其特点如下: 整行的高亮显示 自动列排序 支持背景图片和混合高亮选择 支持水平和垂直表格 可拖动的列 用格式对话框定制列的格式 使用列管理器管理列 支持分类视图-enhanced control list, as follows : The whole show highlighted automatic sorting out support background images and mixed highlighter choose to support horizontal and vertical forms can be included with the drive Custom format dialog box shown in the format used for the management out in favor of classification management View
Platform: | Size: 330752 | Author: 李杰 | Hits:

[Graph program在RichEdit控件中显示图片

Description: 在RichEdit控件中显示图片-in RichEdit controls showed pictures
Platform: | Size: 55296 | Author: 艾仁 | Hits:

[GUI DevelopVC++精品源码打包下载1

Description: 内容有:模仿Outlook建立分类列表框 一个简单的数字时钟程序 可以实现在快速字符串搜索 通过单击列表来改变显示分辨率 创建一个按钮,并在上面显示图标 VC中显示JPG图片,不使用动态连接库 一个邮件报告程序 在VC中实现Undo和Redo功能 自定义的标签控件对话框-contents are : Outlook imitate established classification list frame of a simple digital clock procedures can be achieved in the fast string search by clicking the list to change the display resolution to create a button, and above show icon VC show JPG images, the non-use of a dynamic link library mail reporting procedures in VC to achieve Undo and Redo function-defined labels dialog box controls
Platform: | Size: 1048576 | Author: 大灰熊 | Hits:

[Internet-NetworkXpGridFrame

Description: 1、xpGrid数据控件:根据数据库数据字典定义自动生成DataGrid,可不用写代码即可实现数据的增删改 2、集成的权限控制功能,权限按字段分配,可精确控制字段的读写属性 3、丰富的数据编辑方式:提供按Form方式编辑和按Grid方式编辑两种方式数据编辑界面,对字段的输入方式提供:普通文本框、复选框、密码框、多行文本、下拉列表、引用其它表、图片等多种输入方式 4、数据重构:动态的修改数据字典,通过对数据字典的修改可动态的控制前台界面的显示及输入 5、代码维护:维护下拉列表编辑模式对应的下拉列表内容 6、权限控制:控制用户及角色的功能权限及字段权限 7、简单的应用系统框架-xpGrid Data Control: According to data dictionary definition of the database automatically generated DataGrid, there is no need to write code additions and deletions to the realization of data
Platform: | Size: 749568 | Author: a | Hits:

[Multimedia Developgif文件播放(不使用控件)

Description: Gif直接文件显示,不使用任何控件!主要用于快速显示小图片、小图标等。-Gif direct document to show that the use of any control! Quick display mainly for small pictures, such as small icons.
Platform: | Size: 49152 | Author: 新城 | Hits:

[ADO-ODBC完美的AccessGridImage

Description: 这是在Access下将图片、字符串保存到数据库的完美实例,用到的知识有:GridCtrl控件的使用,字符串保存,图片显示。-This is the Access to the next photo database string to preserve a perfect example of the use of knowledge : GridCtrl control the use, preservation of the string, photographs show.
Platform: | Size: 926720 | Author: 江天右 | Hits:

[CSharpCh12SimpleAnimation

Description: 利用连贯的图片来显示简单的动画效果,这里包括三个picture控件:一个用来显示选定的图象,另外两个用来包含两个图象。-use of a coherent picture to show a simple animation effects-- including three picture controls : a selected to display images, the other two used to consist of two images.
Platform: | Size: 129024 | Author: 甘露 | Hits:

[RichEditrichview

Description: Richview是一个非常好的支持图片显示的控件,比RichEdit强大很多-Richview is a very good picture shows the support controls many powerful than RichEdit
Platform: | Size: 975872 | Author: westdog | Hits:

[Graph programmakeseal

Description: 学习VC也没多久,将我做的这个小工具和大家分享一下。其主要功能就是可以自定义生成公章图形并保存为bmp图片,希望对大家有点用。具体实现的方法如下: 步骤一:生成对话框工程,并加入相应的控件,图片的显示使用Picture控件; 步骤二:定义生成图形所需要的参数; 步骤三:通过参数定义,生成对应的Bitmap,再在Picture控件中显示该位图,具体实 现参看源程序。 步骤四:将生成的Bitmap保存为位图文件。 -VC did not learn how long I will do this small tools and share with you. Its main function is to be generated from the definition graphics and seals for the preservation bmp picture, and I hope to use you a bit. The specific methods to achieve the following : Step 1 : Generation dialog, and add the corresponding controls, the pictures showed a picture control; Step 2 : definition graphics generated by the parameters; Step 3 : through the definition of parameters, generate the corresponding Bitmap, and the Picture Control showed the bitmap, See achieve specific source. Step 4 : Generation to preserve the Bitmap bitmap file.
Platform: | Size: 17408 | Author: 刘海 | Hits:

[ActiveX/DCOM/ATLTY_Pic

Description: 图片显示控件 可以显示bmp,jpg,gif等格式-Photo Display Control shows bmp, jpg, gif formats
Platform: | Size: 43008 | Author: zhangyi | Hits:

[Static controlledcontrl

Description: 一个简单的led显示控件 使用11个bmp图片作为资源 改写了static控件 使之能动态显示11个不同的bmp图片-led a simple component to the use of 11 pictures as bmp resources rewriting of the static control pieces so that it can dynamically display 11 different bmp Photo
Platform: | Size: 9216 | Author: | Hits:

[Picture ViewerGIFPlay

Description: 一个能显示、播放GIF格式图片的控件类源码-One can show that player controls GIF format images type source
Platform: | Size: 141312 | Author: 小吴 | Hits:

[Multimedia Developpicture

Description: 从磁盘中选择图片文件并显示在控件上,缺点:不能覆盖,覆盖后不能从新显示,望有人能改进-Select from the disk image file and display in the control, the drawbacks: You can not cover, can not cover the new show, hope someone can improve
Platform: | Size: 3791872 | Author: randy | Hits:

[GUI DevelopControlEx

Description: 自己编写整合的扩展VC控件动态库,在应用中只要包含相应的控件头文件,并连接ControlEx.lib文件即可以使用,美化自己的界面控件,共包含按钮控件、扩展列表框控件、扩展Gif显示控件、扩展静态控件、超级链接控件等。其中ButtonEx支持图片、图标、透明、声音等效果。使用别忘把ControlEx.dll复制到你的程序目录下面。-I have written to integrate the dynamic expansion of VC control library, in the application as long as the controls included in the corresponding header files, and connect ControlEx.lib document that can be used to beautify their own interface controls, button controls were included to expand the list box control, the expansion of Gif show control, extended static controls, such as a hyperlink control. Which support ButtonEx picture, icon, transparent, and sound effects. Do not forget to use your ControlEx.dll copy the following directory.
Platform: | Size: 253952 | Author: Bruce | Hits:
« 12 3 4 5 6 7 8 9 10 ... 21 »

CodeBus www.codebus.net