Welcome![Sign In][Sign Up]
Location:
Search - 移动控件

Search list

[ActiveX/DCOM/ATL一个虚拟仪表控件

Description: 一个虚拟仪表控件,随着时间指针移动,可以显示速度,角度,电压等,很实用,对做控制监控系统有很大帮助-a Virtual Instrument Control, as the target time for Mobile can demonstrate that the speed, angle, voltage, very practical, to do control monitoring system is very helpful
Platform: | Size: 90704 | Author: 和翔 | Hits:

[Windows Develop运行期间鼠标移动控件位置

Description: 运行期间鼠标移动控件位置 运行期间鼠标移动控件位置delphi-mobile operations during mouse controls during mouse Run Run mobile controls during mouse controls mobile location delphi
Platform: | Size: 191857 | 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:

[Button control移动窗体控件

Description: 用VB制作可以移动窗体控件的功能.
Platform: | Size: 1537 | Author: ponny123 | Hits:

[Button control模拟QQ小键盘的一款Delphi控件源码

Description: 内容索引:Delphi源码,控件组件,小键盘   模拟QQ小键盘的一款Delphi控件源码,控件关键字:低级键盘钩子、按键状态 正常 鼠标进入 鼠标点击、数字数组、字母数组、所有按键的区域结构、忽略键盘的Shift消息、如果此值为真,则取Shift状态的时候按照下面的字段拳…   FAutoFitSize: Boolean; //是否自动调整大小    FAtOnceRePaint: Boolean; //字段改变后是否立即刷新    FUsePicture: Boolean; //使用图片做为按键背景吗    FShiftFont: TFont; //一个按键有可能代表2种字符    //如果FUsePicture为真,则以下字段将被忽略    FKeyRounded: Boolean; //是否使按键圆角化    FRoundSize: Integer; //圆角大小    FBorderWidth: Integer; //边框大小    FBorderColor: TColor; //边框颜色    FBackgroundColor: TColor; //背景颜色    FNormalKeyColor: TColor; //按键平常背景颜色    FMoveKeyColor: TColor; //鼠标移动到按键上的时候的背景颜色    FClickKeyColor: TColor; //鼠标点击的时候按键的背景颜色
Platform: | Size: 67027 | Author: 309789548@qq.com | Hits:

[GUI Develop动态改变大小的控件

Description: 这个类库提供了在运行时动态改变控件大小的能力,就像Visual Studio做资源时那样拖动即可。但它的缺点是当鼠标拖动较快时,缩放会跟不上鼠标移动。你可以试着修正这个bug。 。-the class library provided at runtime dynamic change controls the size of abilities, like Visual Studio resources to do so may drag. But the drawback is that when the mouse Drag quickly, the scaling will be unable to keep up with the mouse movement. You can try to fix this bug. .
Platform: | Size: 29696 | Author: 刘辉 | Hits:

[Printing programprinters

Description: 我自已做的套打程序。。可在运行期移动控件。可自动保存。要用的说只要在上面放上自已的控件即可在相对位置打印。。这个版本只支持Tedit的打印。。若有其它需求可与我连系也可自行修改。。本人QQ24786758- I from have done the wrap hits the procedure. . But is transporting the departure date migration to control. But automatically preserves. Must use to say so long as puts on above from already controls then in the relative position printing. . This edition only supports Tedit the printing. . If has other demands to be possible also to be possible voluntarily to revise with my connection. . Myself QQ24786758
Platform: | Size: 301056 | Author: 李迎涛 | Hits:

[ActiveX/DCOM/ATL一个虚拟仪表控件

Description: 一个虚拟仪表控件,随着时间指针移动,可以显示速度,角度,电压等,很实用,对做控制监控系统有很大帮助-a Virtual Instrument Control, as the target time for Mobile can demonstrate that the speed, angle, voltage, very practical, to do control monitoring system is very helpful
Platform: | Size: 2187264 | Author: 和翔 | Hits:

[Windows Develop运行期间鼠标移动控件位置

Description: 运行期间鼠标移动控件位置 运行期间鼠标移动控件位置delphi-mobile operations during mouse controls during mouse Run Run mobile controls during mouse controls mobile location delphi
Platform: | Size: 191488 | Author: 张凡 | Hits:

[Graph DrawingMoveAnyWhere

Description: 控件任意移动,还可以对控件进行大小改变!控件任意移动,还可以对控件进行大小改变!-Control any mobile, but also controls the size of the change! Control any mobile, but also controls the size of the change!
Platform: | Size: 189440 | Author: 黄均幸 | Hits:

[Static controlLayeredBitmapCtrl_demo

Description: 一个很有实用的显示透明位图的Static控件,可以多个位图同时显示,并可用鼠标移动-Shows a very practical transparent bitmap of Static Control, you can display multiple bitmaps at the same time, and the available mouse
Platform: | Size: 1354752 | Author: Stone | Hits:

[Windows DevelopDynamicControl

Description: 动态控件编程,可以选择菜单栏的选项,移动整个窗口。-Dynamic control programming, you can choose the option menu bar, move the entire window.
Platform: | Size: 3741696 | Author: liurj | Hits:

[CSharpTestRectControl

Description: C#例子,在程序运行状态下动态移动控件。参考一下。-C# example, run in a state of dynamic movement control. Reference.
Platform: | Size: 62464 | Author: fsone | Hits:

[CSharpMoveYourControls_src

Description: C#做的可移动控件小例子,希望对大家有用-C# to do a small example of mobile control, in the hope that useful
Platform: | Size: 12288 | Author: amper | Hits:

[ListView/ListBoxVC-CListView

Description: CListView控件的扩展应用,可以拖动图标移动。-CListView control the expansion of applications, you can drag the icon to move.
Platform: | Size: 39936 | Author: liuwei | Hits:

[Delphi VCLKDemo

Description: delphi中如何在运行时改变控件大小和移动控件-delphi how to change the controls at run time, size and movement control
Platform: | Size: 201728 | Author: 小城主人 | Hits:

[e-language可移动控件

Description: 发下给一些小白学习学习大牛勿喷重在分享。可以优化打包成模块。(Next to learn some of the white bull do not spray on share. It can be optimized to be packaged into modules.)
Platform: | Size: 1024 | Author: xiaokai0215 | Hits:

[Other省市区选择控件

Description: 分原版和修改版 适用于PC端和移动端的省市区选择控件(The original version and the modified version are suitable for the PC and mobile port provinces and cities.)
Platform: | Size: 72704 | Author: 大哥大1234 | Hits:

[OtherCAD绘图OCX控件

Description: 1、支持多种主流编程语言   产品支持在VC++、VB、。Net和html中调用控件。   2、提供可靠的安全性   用户只可在线浏览图纸文件,无法进行拷贝、另存和打印等操作。   3、无需安装AutoCAD即可实现在线浏览图纸文件   采用自主图纸解析引擎,脱离AutoCAD,即可浏览图纸文件。   4、提供了方便的浏览辅助工具   为用户提供了一系列的浏览辅助工具,方便用户进行浏览,其中包括:移动、放大、缩小、充满显示、开窗放大,测量距离和面积等。   5、支持多版本CAD图纸文件   支持浏览R14-2015版本的图纸文件(1, support a variety of mainstream programming languages Product support in VC++, VB,. Call controls in Net and html. 2, providing reliable security Users can only view drawing files online, and cannot copy, save, and print. 3. Online browsing of drawing files without installing AutoCAD Use the autonomous drawing analysis engine to get rid of AutoCAD and browse the drawing files. 4, provides a convenient browsing aid Provide users with a series of browsing aids for users to browse, including: moving, zooming in, zooming out, full display, window zooming, measuring distance and area. 5, support multi-version CAD drawing files Support for viewing drawing files of R14-2015 version)
Platform: | Size: 3125248 | Author: 防守打法123 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 25 »

CodeBus www.codebus.net