• 系列文章第2部分了解如何创建治理策略可翻译消息以及如何配置访问控件

    In Part 2 of this article series, you will learn how to create governance policies and translatable messages, and how to configure access controls.

    youdao

  • 第2部分展示如何创建治理策略可翻译消息以及如何配置访问控件

    Part 2 will show you how to create governance policies and translatable messages, and how to configure access controls.

    youdao

  • 这个选项允许状态更新消息实现定制控件表单逻辑

    This option allows for custom controls and form logic to be implemented for status update messages.

    youdao

  • 因为已经了对Schematron消息应用相关性数据绑定,所以可以使用output元素bind属性每个控件一个消息绑定一起,见清单6

    Because data bindings already exist for applying relevance to the Schematron messages, you can use the bind attribute on the output elements to associate each with a message, as in Listing 6.

    youdao

  • 必须键入一些输入单击按钮控件直观验证结果消息将结果记录Excel电子表格其他数据存储中

    You'd have to enter some inputs, click the button control, visually verify the result message, and record the result into an Excel spreadsheet or other data store.

    youdao

  • ExtJS包含消息组合框、数据网格工具栏控件

    Ext JS includes controls such as message boxes, combo boxes, data grids, and toolbars.

    youdao

  • 测试自动化检查测试应用程序结果状态验证Listbox 控件包含正确消息记录pass结果

    The test automation checks the resulting state of the application under test, verifies that the listbox control contains the correct message, and logs a "pass" result.

    youdao

  • Ben展示它的其它方面例如根据可见文字搜索控件未处理异常消息,以及测试可读性非常有用的辅助工具UISpy

    Ben goes on to show other aspects UI testing: searching for controls by visible text, unhandled exceptions, message boxes, test readability, and helpful tools like UISpy.

    youdao

  • 选择列出所有控件并且更新表中标签警告消息:选择input [empno:],然后单击Delete

    Select each of the controls listed in the following table and update the Label and Alert messages as shown in the table: Select input [EMPNO:] and click Delete.

    youdao

  • 消息引擎具有自身数据存储专用控件因此其他消息引擎不能链接的数据存储。

    A message engine has exclusive control of its own data store, so no other message engine can be linked to that data store.

    youdao

  • 管理员将配置消息取消特性而且他们可以设置基于策略控件(基于这些控件用户可以取消消息)以及收件人是否可以阻止取消请求

    Administrators configure the message recall feature, and they can set policy-based controls on which users can recall messages and whether or not recipients can prevent recall requests.

    youdao

  • 引用不存在实例元素控件要么不能呈现要么生成错误消息(取决于XForms实现)。

    Controls that reference non-existent instance elements will either fail to render, or generate an error message (depending on your XForms implementation).

    youdao

  • 实际用户单击按钮时,会生成一个Windows消息控件消息进行处理其转换托管事件

    When a real user clicks on a button it generates a Windows message which is processed by the control and turned into a managed event.

    youdao

  • 上述的情况下每个需要自定义背景控件对话框都不得不处理控件颜色通知消息

    In the case above, every dialog box that wanted controls with custom backgrounds would have to handle the control color notification message.

    youdao

  • 用户菜单中选择或者控件发出通知消息,或者转换了加速键的键事件,框架就调用这个成员函数

    The framework calls this member function when the user selects an item from a menu, when a child control sends a notification message, or when an accelerator keystroke is translated.

    youdao

  • 如果使用这个标志,你必须更多工作鼠标消息转发工具提示控件

    If you don't use this flag, you have to do more work to relay the mouse messages to the tooltip control.

    youdao

  • 为了处理反射过来的控件通知消息使用表的消息映射函数原型

    To handle a reflected control notification message, use the message-map macros and function prototypes listed in the table below.

    youdao

  • 组件比例增长增加控件增加一每个验证消息一行。

    The component also grows proportionally, at the rate of one line per validated field and one line per validation message.

    youdao

  • 提供通用技术功能支援层次:应用层的消息发送,领域层持久化,表现层的控件出,等等。

    Provides generic technical capabilities that support the higher layers: message sending for the application, persistence for the domain, drawing widgets for the UI, and so on.

    youdao

  • 讨论了基于层次消息总线模式智能控件虚拟仪器开发系统软件体系结构分析了模式所存在的问题

    The software architecture of the developing platform of Virtual Instruments based on Hierarchical Message Bus was discussed, and the problem of this mode was analyzed.

    youdao

  • 消息生成任何键盘事件之前控件会调用方法

    The child control calls this method before generating any keyboard events for the message.

    youdao

  • 当子控件接收键盘消息控件调用方法

    This method is called by a child control when the child control receives a keyboard message.

    youdao

  • 选定对象添加消息处理程序,然后函数打开文本编辑器以便可以添加控件通知处理程序代码

    Adds the message handler to the selected class or object, and then opens the text editor to the new function so you can add the control notification handler code.

    youdao

  • 控件变化(响应用户操作)状态下通过捕捉那些发送一些通知消息窗口,父窗口消息执行操作

    When the state of a child control changes (in response to a user action), it sends some notification messages to it's parent window, and parent window by catching those messages, performs actions.

    youdao

  • 通过监控发送复选控件窗口消息(检查通过鼠标控制),注意到有一个WM_COMMAND消息两个WM_NOTIFY消息

    By monitoring messages sent to the parent window of your check box control (and checking the control by mouse), I noticed one WM_COMMAND message and two WM_NOTIFY messages.

    youdao

  • 反射消息处理程序允许控件收到消息之前处理自己消息

    Reflected message handlers allow your control class to handle its own messages before the message is received by the parent.

    youdao

  • 如果使用MFC进行GUI编程,你已经非常习惯的使用MFC封装控件灵活的使用MFC提供消息方式;

    If you're like me, and learned GUI programming with MFC, you've become quite comfortable with all the control wrappers MFC provides, as well as with the flexible message handling built into MFC.

    youdao

  • 可以使用这些消息帮助确定为何自定义功能区出现或者为何功能区出现控件未出现。

    You can use these messages to help determine why a custom Ribbon does not appear, or why a Ribbon appears but no controls appear.

    youdao

  • 程序开始框架创建所有工具,例如OnCreate消息中,并且工具栏主框架控件

    The main frame creates all the toolbars at the beginning of the program, i. e. in the OnCreate message handler, and the toolbars are children of the main frame.

    youdao

  • 程序开始框架创建所有工具,例如OnCreate消息中,并且工具栏主框架控件

    The main frame creates all the toolbars at the beginning of the program, i. e. in the OnCreate message handler, and the toolbars are children of the main frame.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定