自定义元件package时,元件的新建属性在原理图中无显示

在制作元件package封装,选择package type 封装为Heterogeneous,给元件新定义封装,却在原理图中显示不了。

解决方法:

1、调出如图所示User Property对话框(Option----》Part properties),图中方框中的packGRP为笔者定义属性,却没在原理图中显示。

2、选中新建属性-----点击右侧的Display,如下图所示:

选择如上图方框显示的选项,点击OK;设置完毕!

再从原理图中更新元件就可以了!

自定义元件package时,元件的新建属性在原理图中无显示,码迷,mamicode.com

时间: 2025-01-03 03:29:26

自定义元件package时,元件的新建属性在原理图中无显示的相关文章

TERSUS画画一样开发软件 显示元件介绍-列表显示元件

TERSUS无代码手机电脑管理类软件开发,其中专用于手机或平板端的重复类信息显示的元件:列表或清单元件(List) 列表或清单(List)元件:是一个容器类的元件,当有一组多个信息需要显示在一块区域且多组排列显示时用.多用于手机和平板端.比如常用的应用中,手机查看店中上架的零食信息,就是一个点型的列表显示: 这类重复内容都是列表显示来做出来的,列表显示默认的元件如下: 列表元件使用时有以下几点: 1.使用时可以对列表元件或其内部内部List Item中的显示元件用"html.style"

UML的基础元件之架构元件(三)

 Structural Things Anactive class is a class whose objects own one or more processes or threads and therefore can initiate control activity. An active class is just like a class except that its objects represent elements whose behavior is concurren

UML的基础元件之架构元件(四)

 Structural Things An artifact is a physical and replaceable part of a system that contains physical information ("bits"). In a system, you'll encounter different kinds of deployment artifacts, such as source code files, executables, and scrip

UML的基础元件之行为元件

 Behavioral thingsare the dynamic parts of UML models. These are the verbs of a model, representing behavior over time and space. In all, there are three primary kinds of behavioral things. 行为元件是UML模型的动态部分.它们是模型的动词,代表在时间和空间的行为.主要有三类行为元件 First, anin

struts.xml文件中package元素的各大属性讲解

Struts2中的包: Struts2使用包来组织Action,将Action放在包下来定义,通过package元素配置一个包,通过package的子元素action来定义一个Action: Struts2框架中核心组件就是Action.拦截器等,Struts2使用包来管理Action和拦截器等.每个包就是多个Action.拦截器引用的集合. package的属性: 1.name: 配置package元素时必须指定name属性,这是引用该包的唯一标识. 2.extends: 可选属性,指定该包继

maven clean package 时出现Failed to read artifact descriptor for的问题解决

maven clean package 时出现Failed to read artifact descriptor for的问题 [ERROR] Failed to execute goal on project eii-frame-common: Could not resolve dependencies for project com.eii.frame.common:eii-frame-common:jar:2.1: Failed to collect dependencies at c

Struts2 自定义拦截器时Action无法接收到参数

问题:自定义拦截器,没有添加defaultStack导致Action无法接受到参数 解决办法: 方法一,添加defaultStack,然后在Action中引用 自定义的stack,其实defaultStack中也有细分如basicStack等 <interceptors> <interceptor name="checkUser" class="com.common.interceptor.UserInfoInterceptor"></

iOS开发——运行时OC篇&amp;使用运行时获取系统的属性:使用自己的手势修改系统自带的手势

使用运行时获取系统的属性:使用自己的手势修改系统自带的手势 有的时候我需要实现一个功能,但是没有想到很好的方法或者想到了方法只是那个方法实现起来太麻烦,一或者确实为了装逼,我们就会想到iOS开发中最牛逼的技术运行时(Runtime) 关于运行时这里就不多说了,请查看笔者之前搬过来了精选文章,这里主要是怎么在实际开发中使用运行时实现我们想要的功能. 比如,在iOS开发中有这样一个问题,关于导航栏中我们点击一个按钮会跳到对应的子控制器,但是这里问题就来了,我们在对应的字控制器中可以点击对应的back

自定义动画animate可以操作css样式属性总结

自定义动画animate可以操作css样式属性总结 backgroundPosition * borderWidth * borderBottomWidth * borderLeftWidth * borderRightWidth * borderTopWidth * borderSpacing * marginBottom * marginLeft * marginRight * marginTop * outlineWidth * paddingBottom * paddingLeft *