天天看点

计算机术语英汉对照表0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ

PS:本英汉对照表由个人维护,不具权威性,仅供参考,欢迎指正以加强释义精确性避免二义性。

每个词条拥有多个注释,如果在不同的环境中相同词条有不同的解释应另立注释条。

注释如果仅在特定环境下使用,则在注释的开头使用小括号将特定环境进行说明。默认情况为通用性注释。

Bubbles

冒泡 An event routing strategy where the event instance moves up the element tree (starting with the source and ending at the root of the visual tree).

BulletDecorator

(WPF)组合绘图框

CheckBox

复选框

Crystal Reports

水晶报表

ComboBox

组合框

Decorator

(WPF)绘图框,出现一片指定位置的绘制区域

dependency property

依赖属性  A property represented by a DependencyProperty identifier that is registered with the Windows Presentation Foundation property system. Dependency properties can be defined only by DependencyObject types, which typically expose the identifier as a public static field. Dependency properties inherit to derived classes and support value expressions, property invalidation, default values, per-type metadata, inheritance, animation, data binding, and styling. The property system determines their effective value based on a precedence evaluation of all possible value sources.

direct events

直接事件     An event handling strategy that does not involve routing.

Element

元件

Extensible Application Markup Language

可扩展应用程序标记语言,缩写为XAML

Focus

焦点

Label

标签

Layout

布局

ListBox

列表框

ListView

列表视图

Panel

面板

PasswordBox

密码框

Popup

弹出窗

ProgressBar

进度条

RadioButton

单选按钮

Rich TextBox

富文本框

Routed event 

路径事件 An event instance that propagates through a tree of related elements rather than just targeting to a single element. There are three types of routing: bubbling, tunneling, and direct. With bubbling, the event instance moves from the source of the event up to the top of the tree. With tunneling, the event instance starts at the top of the tree and moves down to the source of the event. With direct routing, the event instance does not move in the tree and behaves like a standard common language runtime event.

Slider

滑块

Table

表格

TextBox

文本框

Thumb

(WPF)拖动点

tree

树 A data structure containing zero or more nodes that are linked together in a hierarchy. If any nodes are present, one node is the root; each node except the root is the child of one and only one other node, and each node has zero or more nodes as children.

TreeView

数形视图

Tunnels

下行 An event routing strategy where the event instance moves down the element tree (starting at the root of the visual tree and ending with the source). In Windows Presentation Foundation, the names of events that use this routing strategy are prefixed with the word "Preview". These events have the same signature as their counterparts that use the bubbling event routing strategy.

WCF

Windows Presentation Foundation

Windows基础表示层,缩写为WPF

WPF  

参见Windows Presentation Foundation

WWF

XAML

参见Extensible Application Markup Language

本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接。

计算机术语英汉对照表0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ

本文转自徐少侠博客园博客,原文链接:http://www.cnblogs.com/Chinese-xu/archive/2007/06/18/787583.html,如需转载请自行联系原作者

继续阅读