Collection view objects for displaying data collection items in user interface elements
    1.
    发明申请
    Collection view objects for displaying data collection items in user interface elements 审中-公开
    收集用于在用户界面元素中显示数据收集项目的对象

    公开(公告)号:US20060090139A1

    公开(公告)日:2006-04-27

    申请号:US10971795

    申请日:2004-10-21

    IPC分类号: G06F17/00 G06F17/21 G06F7/00

    CPC分类号: G06F17/2241 G06F17/2247

    摘要: Described are collection view objects, which provide a user interface view over a data collection, where each view may have its own sort order, filter and/or grouping criteria, as well as current item semantics. A user interface element is bound to a data collection, such as via markup language (e.g., XAML). At runtime, a collection view object is instantiated as an indirection between the data collection and the user interface element, whereby a collection of data items is viewed according to how each collection view object is currently configured with respect to sorting, filtering and/or grouping. Multiple collection views may be specified on the same data collection, whereby distinct simultaneous views of the data items may be presented in different user interface elements. The collection view object dynamically updates the displayed data as changes are made in the data collection. A current item may be selected within the collection view.

    摘要翻译: 描述的是集合视图对象,其提供数据集合上的用户界面视图,其中每个视图可以具有其自己的排序顺序,过滤器和/或分组标准以及当前项目语义。 用户界面元素被绑定到数据集合,例如通过标记语言(例如,XAML)。 在运行时,集合视图对象被实例化为数据收集和用户界面元素之间的间接,由此根据每个集合视图对象当前如何对排序,过滤和/或分组进行配置来查看数据项集合 。 可以在相同的数据集合上指定多个集合视图,由此可以在不同的用户界面元素中呈现数据项的不同的同时视图。 收集视图对象在数据收集中进行更改时动态更新显示的数据。 可以在集合视图中选择当前项目。

    Validation architecture
    2.
    发明申请
    Validation architecture 审中-公开
    验证架构

    公开(公告)号:US20060253831A1

    公开(公告)日:2006-11-09

    申请号:US11121670

    申请日:2005-05-03

    IPC分类号: G06F9/44

    CPC分类号: G06F9/54

    摘要: Architecture for validating input. A control is associated with a data source via a Binding. The control is arranged to receive user input with which to update the data source. In addition, zero or more validation rules are associated with the Binding and executed to validate the input. If the user input is invalid or an exception occurs while converting the input or updating the data source, a validation error object may be created and attached to the control. To provide feedback to the user, a control defines additional user interface elements to adorn the control and display the created validation error information to the user.

    摘要翻译: 用于验证输入的体系结构。 控件通过绑定与数据源相关联。 控制被安排为接收用于更新数据源的用户输入。 此外,零个或多个验证规则与Binding相关联,并被执行以验证输入。 如果用户输入无效或在转换输入或更新数据源时发生异常,则可能会创建验证错误对象并将其附加到控件。 为了向用户提供反馈,控件定义附加的用户界面元素来装饰控件并向用户显示所创建的验证错误信息。

    Methods and systems for abstraction of logical editing operations
    3.
    发明授权
    Methods and systems for abstraction of logical editing operations 有权
    抽象逻辑编辑操作的方法和系统

    公开(公告)号:US07469385B2

    公开(公告)日:2008-12-23

    申请号:US10783768

    申请日:2004-02-20

    IPC分类号: G06F3/00 G06F3/14

    CPC分类号: G06F9/451

    摘要: Embodiments of the present invention relate to methods, systems, and computer-readable media for editing an object displayed by a computer system. Editing comprises detecting an edit operation for an object displayed on a video display of a computer system. An edit operation request is then sent to an abstraction layer via an interface provided by the abstraction layer to initiate editing of the object by the abstraction layer. The abstraction layer receives the edit operation request and determines the type of container in which the object is displayed based on properties related to the object to be edited. The abstraction layer reads a set of properties related to the object and the container in which the object is displayed. The abstraction layer may then edit the object based the properties of the container and object by modifying one or more of the properties of the container and object.

    摘要翻译: 本发明的实施例涉及用于编辑由计算机系统显示的对象的方法,系统和计算机可读介质。 编辑包括检测显示在计算机系统的视频显示器上的对象的编辑操作。 编辑操作请求然后通过抽象层提供的接口发送到抽象层,以通过抽象层启动对对象的编辑。 抽象层接收编辑操作请求,并根据与要编辑的对象相关的属性来确定显示对象的容器类型。 抽象层读取与对象和显示对象的容器相关的一组属性。 然后,抽象层可以通过修改容器和对象的一个​​或多个属性来基于容器和对象的属性来编辑对象。

    Method for scoped services
    4.
    发明申请
    Method for scoped services 有权
    方法服务范围

    公开(公告)号:US20050278727A1

    公开(公告)日:2005-12-15

    申请号:US10396805

    申请日:2003-03-24

    IPC分类号: G06F9/00 H04L12/24

    CPC分类号: H04L41/5054 H04L41/5051

    摘要: Described is a mechanism for providing scoped modular services (SMS) through an API. A common set of services is provided by the API that may be enabled or disabled by each component. The services are managed using a property system in the same manner as element properties are used, such as properties relating to text formatting. This helps to ensure fine control and a high degree of customization for a user interface. The use of the services is not limited to editing in the common sense of the word. The SMS is a mechanism for controlling access to implementation of services contained within a tree of components. Services may also be created by developers that are managed by a service manager along with the common services.

    摘要翻译: 描述了一种通过API提供范围模块化服务(SMS)的机制。 API可以提供一组常用的服务,每个组件可以启用或禁用这些服务。 使用属性系统以与元素属性相同的方式来管理服务,例如与文本格式相关的属性。 这有助于确保用户界面的精细控制和高度的定制。 服务的使用不限于在常识上进行编辑。 SMS是用于控制访问包含在组件树中的服务的实现的机制。 服务也可以由由服务管理器以及公共服务管理的开发人员创建。

    Composite tube for ethylene pyrolysis furnace and methods of manufacture and joining same
    5.
    发明申请
    Composite tube for ethylene pyrolysis furnace and methods of manufacture and joining same 审中-公开
    用于乙烯热解炉的复合管及其制造和连接方法

    公开(公告)号:US20050058851A1

    公开(公告)日:2005-03-17

    申请号:US10662722

    申请日:2003-09-15

    摘要: A process for making a composite tube uniquely suited for use in ethylene pyrolysis furnaces wherein the tube comprises an outer shell made from a wrought or cast Fe—Ni—Cr heat resistant alloy and an inner core made from INCOLOY® alloy MA956 powder. The outer shell and powder core are heated and simultaneously extruded to form a composite tube. The process is carried out at temperature, and time at temperature, preferably less than 1200° C. so as to prevent recrystalization of the very fine grain structure in the alloy MA956. This un-recrystalized fine grain structure permits pilgering and/or cold drawing of the extruded composite tube to final size. The composite tube provided by the present invention is uniquely suited for use in the petrochemical and chemical process industries, so as to increase the efficiency and productivity of their respective processes. The thin core layer of alloy MA956 provides high resistance to carburization and coke formation heretofore caused by the hydrocarbon feedstock flowing through the composite tube, while the outer shell of Fe—Ni—Cr heat resistant alloy provides overall strength and rigidity to the tube. The use of the outer shell in the composite tube also solves the joining problem heretofore encountered in joining alloy MA956. A root pass or passes using an alloy MA956 filler metal followed by overlay welding passes using a filler metal compatible with the heat resistant alloy, such as INCONEL alloy 617 or FM 25/35, joins the outer shells of adjoining composite tubes and, thus, solves the welding problem.

    摘要翻译: 一种制造独特地适用于乙烯热解炉的复合管的方法,其中管包括由锻造或铸造的Fe-Ni-Cr耐热合金制成的外壳和由INCOLOY合金MA956粉末制成的内芯。 将外壳和粉末芯加热并同时挤出以形成复合管。 该过程在温度和时间在温度下进行,优选低于1200℃,以防止合金MA956中极细晶粒结构的再结晶。 这种未重结晶的细晶粒结构允许将挤出的复合管的拉拔和/或拉伸成最终尺寸。 本发明提供的复合管独特地适用于石化和化工过程工业,从而提高其各自工艺的效率和生产率。 合金MA956的薄芯层对于渗透复合管的烃原料造成的渗碳和焦炭形成具有高的抵抗力,而Fe-Ni-Cr耐热合金的外壳则提供了对管的整体强度和刚性。 在复合管中使用外壳也解决了在接合合金MA956中遇到的连接问题。 使用合金MA956填充金属进行通过或通过,然后使用与耐热合金(例如INCONEL合金617或FM 25/35)相容的填充金属进行覆盖焊接,连接相邻复合管的外壳, 解决焊接问题。

    Fluid temperature measurement
    7.
    发明授权
    Fluid temperature measurement 失效
    流体温度测量

    公开(公告)号:US06481287B1

    公开(公告)日:2002-11-19

    申请号:US09674425

    申请日:2001-02-15

    IPC分类号: G01K1122

    CPC分类号: G01K11/24

    摘要: An acoustic temperature measurement system for pipeline fluids comprises a loudspeaker (16) with spaced microphone (18) in a sealed pipe (10) with end cap (11). A computer arrangement (22) provides a tone burst signal which drives the speaker via power amplifier (21) and the outgoing and reflected signal is detected by the microphone (18) and following amplification in amplifier (20) passes to the computer (22) for processing. The signals are processed to determine phase relationships indicative of temperature and can be used in correcting leakage measurement readings.

    摘要翻译: 用于管道流体的声学温度测量系统包括在具有端盖(11)的密封管(10)中具有间隔开的麦克风(18)的扬声器(16)。 计算机装置(22)提供通过功率放大器(21)驱动扬声器的音调脉冲串信号,并且输出和反射信号由麦克风(18)检测并且随后放大器(20)中的放大传递到计算机(22) 用于处理。 处理这些信号以确定指示温度的相位关系,并可用于校正泄漏测量读数。

    SYSTEM AND METHOD FOR PREVENTING CAVITATION IN CONTROLLED-FREQUENCY MARINE SEISMIC SOURCE ARRAYS
    8.
    发明申请
    SYSTEM AND METHOD FOR PREVENTING CAVITATION IN CONTROLLED-FREQUENCY MARINE SEISMIC SOURCE ARRAYS 有权
    控制海域地震源阵列防空洞系统及方法

    公开(公告)号:US20140241117A1

    公开(公告)日:2014-08-28

    申请号:US13780043

    申请日:2013-02-28

    IPC分类号: G01V1/38

    摘要: There is provided herein a method of seismic acquisition that utilizes an arrangement of marine sources where each source is positioned at a water depth shallow enough for the surface ghost notch to fall at a frequency greater than or equal to the maximum radiated frequency of interest. If the marine seismic source has a ratio of signal bandwidth to maximum frequency that is less than one half, then it is possible to deploy it at a greater depth at which ghost notches fall below and above its frequency band but not in it. Further, by placing two or more sources at different depths for the same frequency, any undesired nulls in the radiation pattern caused by the deeper tow can be filled in.

    摘要翻译: 这里提供了一种利用海洋源的布置的地震采集方法,其中每个源位于足够深的水深处,以使表面重影陷波以大于或等于感兴趣的最大辐射频率的频率下降。 如果海洋地震源具有小于一半的信号带宽与最大频率的比率,则可以以更大的深度部署它,其中,幽灵陷波低于和高于其频带,但不在其中。 此外,通过将两个或更多个源放置在相同频率的不同深度处,可以填充由较深的丝束引起的辐射图中的任何不期望的零点。

    Marine mechanical seismic source
    9.
    发明授权
    Marine mechanical seismic source 有权
    海洋机械震源

    公开(公告)号:US08794372B2

    公开(公告)日:2014-08-05

    申请号:US13156191

    申请日:2011-06-08

    IPC分类号: G01V1/02

    CPC分类号: G01V1/145

    摘要: A marine seismic source comprises a housing having a central axis, an open end, and a closed end opposite the open end. In addition, the source comprises a piston coaxially disposed within the housing. In addition, the source comprises a flywheel disposed within the housing and axially positioned between the closed end and the piston. The flywheel is configured to rotate about a rotational axis. Further, the source comprises a connecting rod moveably coupling the piston to the flywheel. The connecting rod has a first end pivotally coupled to the piston and a second end pivotally coupled to the flywheel. The second end of the connecting rod has a first position at a first distance measured radially from the rotational axis, and a second position at a second distance measured radially from the rotational axis. The first distance is less than the second distance.

    摘要翻译: 海洋地震源包括具有中心轴线,开口端和与开口端相对的封闭端的壳体。 此外,源包括同轴地设置在壳体内的活塞。 此外,源包括设置在壳体内并且轴向地定位在封闭端和活塞之间的飞轮。 飞轮被配置为围绕旋转轴线旋转。 此外,源包括将活塞可动地联接到飞轮的连杆。 连杆具有枢转地联接到活塞的第一端和枢转地联接到飞轮的第二端。 连杆的第二端具有从旋转轴线径向测量的第一距离的第一位置和从旋转轴线径向测量的第二距离的第二位置。 第一距离小于第二距离。

    Configurable event handling for an interactive design environment
    10.
    发明申请
    Configurable event handling for an interactive design environment 有权
    交互式设计环境的可配置事件处理

    公开(公告)号:US20050022211A1

    公开(公告)日:2005-01-27

    申请号:US10918170

    申请日:2004-08-13

    IPC分类号: G06F9/44 G06F9/46

    CPC分类号: G06F9/451 G06F9/46 G06F9/542

    摘要: An API and method for processing a user interface event is provided. The user interface event may take place in any environment of a software application, and may result from any type of user or software action. An embodiment also provides a framework for customizing the processing of a user interface event without the need to maintain accountability of computer states. In the method, an application process user interface event is processed using an operating system process. A user interface event is received by the application process by way of a user interface. A software component adapted to process the user interface event is pushed onto a memory stack by the operating system process. The operating system process processes the user interface event using the software component, and pops the software component from the memory stack.

    摘要翻译: 提供了一种用于处理用户界面事件的API和方法。 用户界面事件可以在软件应用的任何环境中进行,并且可以由任何类型的用户或软件动作产生。 实施例还提供了用于定制用户界面事件的处理的框架,而不需要维护计算机状态的问责。 在该方法中,使用操作系统进程处理应用进程用户界面事件。 应用程序通过用户界面接收用户界面事件。 适于处理用户界面事件的软件组件通过操作系统进程被推送到存储器堆栈。 操作系统进程使用软件组件处理用户界面事件,并从存储器堆栈弹出软件组件。