搜索资源列表
完整的文本编辑器
- 文本编辑器设计一个文本编辑器,运行时界面如图8.1所示。从工程资源管理器窗口(图8.9)中可看到,该应用程序包含一个MDI窗口、一个MDI子窗口、一个查找窗体和一个标准模块。 8.5.3 实训过程 1) 各窗体及控件的主要属性 (1) MDI窗体 ① 主要控件 主要控件的设置见表8-8。
Java Script Edit Tree
- javascr ipt编辑属性菜单;可以实现强大的框架管理;有兴趣的同行可以封装成标签
13.地图编辑器
- 这是《学VC、编游戏》的第十个示例在这一章,我们使用了以下知识、技术。1.对象的新属性:生命值、攻击力。2.对象生命值的显示。3.打斗时生命值的改变。4.在场景中添加物品。-This is the "study VC, part game," the 10th examples in this chapter, we use the following knowledge and technology. 1. The new object attributes : the v
属性列表的开发
- 一个支持编辑与下拉列表功能的属性列表控件。-an editor with the support of the drop-down list of functional attributes Control List.
直接把Excel数据导入到ecshop商城
- 直接把Excel数据导入到ecshop商城,包括属性数据,价格数据。 一般更新Ecshop数据时,在后台批量编辑非常麻烦,而且不支持批量编辑属性数据。 现在有了这个软件,你就可以在Excel里把产品的数据处理好,然后用这个软件上传并导入到网站里就可以了! 把 phpexcel 放到 /includes/ 目录下 把 agoods.php 放到 /admin/ 目录下 打开网址 http://网址/admin/agoods.php 按提示操作就行了!非常方便~
CAD-biaozhu.rar
- 本程序是用Visual Lisp集成开发,打包的软件。其主要功能是标注尺寸修改(快速写出上下偏差,Ф,度,标主型式等);属性块;编辑属性定义;文字编辑,形位公差等,对于机械设计的朋友很有用。有好东西大家一起分享,资料来自创达科技 陈仲库 AUTOCAD 的好助手,This procedure is integrated with Visual Lisp development, packaged software. Its main function is to mark the size La
gram
- 基本步骤如下: A:在编辑系统中 1-在需要统计的图层新加一个字段准备存储分颜色属性 2-依据不同颜色参数给刚才准备的字段赋属性 B:在属性管理系统中 1-将属性导出成EXCEL表格或者dbf表格 2-在相应程序里分类统计 -Basic steps are as follows: A: Edit the system at 1- required statistics at the new layer add a field ready storage
OutlookMenu
- 实现类似outlook垂直菜单. 有折叠功能.可以编辑属性-Vertical menu to achieve a similar outlook. Have folding function. Can edit attributes
editor
- 基于java的文本编辑器,功能齐全,带windows的文件对话框,可以更改选中的字体属性等,可插入图片,含系统托盘-Java-based text editor, full-featured, with the windows file dialog, you can change the font attributes, such as select, insert pictures, including the system tray
MapEditing
- 连接SDE、图形编辑、属性查询、数据导出-Connects SDE, the graphic editor, the attribute inquiry, the data to derive
DelphiRTTIAccidence
- D5开发。本程序是对Delphi RTTI初步了解的一个例子,可以获取运行时窗体及其上控件的属性设置值情况,对于相同控件,运行显示结果却不一样。有时在不大的属性编辑器中比对控件的每个属性设置值显得很烦,不方便。此程序可能帮助发现在运行期或设计期有不同显示结果的相应不同的属性值设置。-Putout Delphi control property value ,compare each other and find the different set
movb
- mo+vb,二次开发,读取矢量数据,放大、缩小、鹰眼、平移和完整的图层管理,由图到属性查询和由属性到地图的查询。-mo+ vb, secondary development, read the vector data, zoom, Eagle Eye, translation and the complete layer management, from the map to the property to the map queries and inquiries from the prope
CPropertytree
- 用来设置树形节点的属性框控件,VC++源代码,使用注意,选中树窗口中的结点后, 可以在属性窗口修改其属性。也就是鼠标只要一点击树形菜单中的任一节点,下边的属性窗就会处于高亮编辑状态,用来编辑树控属性非常方便。 -Used to set the tree node properties box control, VC++ source code, use the note, select the node in the tree window, you can modify its propert
editors
- 实现dojo表格的编辑属性 增加表格能动性 学习dojogrid 可以参考-Edit Properties form to achieve dojo initiative to increase learning dojogrid can refer to the table
CMoKe2I2
- 一、 程序功能: 1、 程序可以保存图片、文档、及其他文件,并可方便地导出保存。 2、 可以把桌面或文件夹中的选定文件或文件夹直接拖放到程序中的文件夹或文件列表中即可自动导入图片、文档。 3、 在选中的文件上单击鼠标右键即可弹出快捷菜单,即可对选定的单个或多个图片、文档进行打开、解压、编辑属性的操作。 4、 在列表的空白处单击鼠标右键即可弹出快捷菜单,即可更换浏览视图,包括大图标、小图标、列表、详细信息、缩略图5种视图,缩略图可浏览图片。同时可以显示或隐藏文件明细、压缩数据库(在
ModifiedNexusVersion
- C#修改Treeview中的节点文本实例源码,实现步骤:在文件头部声明与数据库操作有关的命名空间,声明一个执行SQL语句的对象,定义一个数据库连接字符串,设置treeView1的可编辑属性为true,打开数据库连接,执行SQL语句对象,清空treeView1原有的数据内容,为treeView1控件添加根节点,开始读取数据中的内容,将数据库中的数据字段变换为treeView控件的节点,向根节点上添加数据库字段等。-C# to modify the text instance of the sour
chattdef--块属性编辑程序
- Autocad中块属性编辑,lisp语言编制(attribute editor in Autocad using lisp language)
地图编辑器
- 主要用于编辑游戏地图,修改单位属性。可以自己打造自己想要的地图资源。(It is mainly used to edit the game map and modify the property of the unit. You can create the map resources you want.)
MC【1.7.10】背包编辑MOD
- 我的世界1.7.10背包编辑,可以编辑物品属性 个人觉得很好用来分享一下(Microsoft 1.7.10 backpack editor can edit item properties. A person feels good to share it)
3208属性编程VB相关文件安装包
- 连接松江3208主机,方便对主机进行回路属性和联动关系的编辑(Connect Songjiang 3208 host to facilitate editing of loop properties and linkage relationships for hosts)