单词 | command button |
释义 | 例句释义: 指令按扭,指令按钮,命令按钮,命令钮,命令按扭,命令按钮控件 1. When any of these properties are set to true, an Edit, Delete, or Select command button column is added to the grid, respectively. 当其中任何一个属性设置为真时,网格中分别添加一个Edit、Delete或Select命令按钮列。 wjbwjb143.blog.163.com 2. Click on the Preview Command button to see the generated commands for the table paste operation and for adding the new column. 单击PreviewCommand按钮查看所生成的表粘贴操作和增加新字段的命令。 www.ibm.com 3. The user-defined function uses the CommandEventArgs argument to see which Command button was clicked. 用户定义的函数使用CommandEventArgs参数来查看单击了哪个Command按钮。 msdn2.microsoft.com 4. Click the new command button to confirm that it works as you expected. 单击新的命令按钮以确认它是否按预期的方式工作。 office.microsoft.com 5. A command button has a command name and allows you to create multiple Button controls on a page. 命令按钮需要有命令的名称并且可以在一张页面上建立多个按钮控件。更详细。 dict.bioon.com 6. It is possible to write an event handler to control the actions performed when the command button is clicked. 当命令按钮按下时可以写事件处理器来控制行动的执行。更详细。 dict.bioon.com 7. You can provide a custom routine to perform when a command button is clicked by providing an event handler for the command event. 可以提供命令事件的事件处理程序,以便在单击命令按钮时提供要执行的自定义例程。 msdn2.microsoft.com 8. To view all properties of a found item, click the command button following the item, and then choose Properties. 若要查看已找到项目的所有属性,请单击该项目后面的命令按钮,再选择“属性”。 office.microsoft.com 9. In the form design grid, click where you want the command button to be placed. 在窗体设计网格中,在您想要放置命令按钮的地方单击。 office.microsoft.com 10. Create a Cancel command button and set its properties, as shown in the following table. 创建一个“取消”命令按钮并如下表所示设置其属性。 office.microsoft.com 1. In the Control Toolbox, click Command Button, and then click below the text box to insert the control (command button) into the slide. 在“控件工具箱”中,单击“命令按钮”,然后在文本框下面单击,以便将该控件(命令按钮)插入到幻灯片中。 office.microsoft.com 2. From Common Controls, drag Command button shapes to the lower right edge of the Blank form shape. 将“命令按钮”形状从“公共控件”拖到“空白窗体”形状的右下边缘处。 office.microsoft.com 3. Position the pointer below the text boxes on your form, and then drag to create an OK command button. 将指针放在窗体上的文本框下面,然后拖动鼠标创建“确定”命令按钮。 office.microsoft.com 4. If you are adding a command button to a form, the Command Button Wizard can help you get started with programming. 如果您要向窗体中添加命令按钮,“命令按钮向导”可帮助您开始编程。 office.microsoft.com 5. To view a Web page in a browser, click the command button following the item, and then choose Open in browser. 若要用浏览器查看网页,请单击该项目后面的命令按钮,再选择“用浏览器打开”。 office.microsoft.com 6. This code also registers an event handler for a command button on the form region. 此代码会还为窗体区域中的命令按钮注册一个事件处理程序。 msdn2.microsoft.com 7. If the InsertVisible property is false, then the bound field will not be displayed when the user clicks the New command button. 如果InsertVisible属性为false,则在用户单击“新建”命令按钮时,将不会显示绑定字段。 msdn2.microsoft.com 8. Add a command button to the Policy data table and change the label of the button to be SortByPolicyName (Figure 27). 为政策数据表格添加命令按钮并将按钮的标签改成SortByPolicyName(如图27所示)。 www.ibm.com 9. For font, goto tools - graphic reports - options - click the command button FONT at bottom left, then select the font. 至于字体款式,在工具中选择图表,单击选项,在左下单击字款就可以。点击浏览该文件点击浏览该文件。 dictsearch.appspot.com 10. Enable the showing of the footer area for the policy data table so that you can place the command button. 显示出用于策略数据表的页脚区,以便用户能够放置该命令按钮。 www.ibm.com 1. In the Command Button wizard screen, select Form Operations in the Categories list and then select Close Form in the Actions list. 在“命令按钮向导”页面中,在“类别”列表中选择“窗体操作”,然后在“操作”列表中选择“关闭窗体”。 msdn2.microsoft.com 2. Custom Button Control - Enhanced command button control with custom colors and images. 这是一个增强的命令按钮控件,具有定制的颜色和图片。 www.cosoft.org.cn 3. The application described here uses a command link to trigger the property transfer, but it is also possible to use a command button. 这里描述的应用软件使用了一个传令线路来触发这个属性转换,但是它还可能使用一个命令按钮。 www.ibm.com 4. When you press the ENTER key while a command button has focus, the button's Click event is not raised. 或者当您在命令按钮有焦点的情况下按Enter键时,无法引发按钮的Click事件。 msdn2.microsoft.com 5. Let's look at the JSP source code that uses a command link and compare it to the source code that uses a command button. 现在让我们来比较一下使用命令链接的JSP源代码和使用命令按钮的源代码。 www.ibm.com 6. On a form, to create or modify a command button that runs a macro, drag the macro from the Database window to form Design view. 在窗体上,要创建或修改运行宏的命令按钮,请将该宏从“数据库”窗口拖动到窗体“设计”视图。 tr.bab.la 7. When displaying a link or command button, use the Text property to specify the caption to display in the buttons. 在显示链接或命令按钮时,请使用Text属性指定要在按钮中显示的标题。 msdn2.microsoft.com 8. This button is available after you select a command button on a toolbar you want to customize. 在要自定义的工具栏上选择命令按钮后,此按钮可用。 msdn2.microsoft.com 9. You can provide an event handler for the Command event to programmatically control the actions performed when the Command button is clicked. 可以为Command事件提供事件处理程序,以便以编程方式控制在用户单击“命令”按钮时执行的操作。 msdn2.microsoft.com 10. Property with a Command button to provide additional information about the command to perform, such as specifying ascending order. 属性,以提供有关要执行的命令的附加信息,如指定升序。 msdn2.microsoft.com 1. Add a command button to the policy data table and change the label of the button to "Add New Policy" (Figure 16). 向策略数据表中添加命令按钮,并且将按钮的标签改为“AddNewPolicy”(图16)。 www.ibm.com 2. To use the example, run the application and click the command button several times. 若要使用此例,请运行该应用程序并单击几次命令按钮。 msdn2.microsoft.com 3. The wizard walks you through the process of creating a command button that performs a specific task. 该向导将指导您完成创建执行特定任务的命令按钮的过程。 office.microsoft.com 4. When you would like to cancel the currently selected number, click the [Clear Selection]command button. 在[小屋底座]。你取消想这目前选择的数目,点击[清楚的选择]命令钮扣。 wenwen.soso.com 5. Click either the Text option or the Picture option, depending on whether you want text or a picture to be displayed on the command button. 单击“文本”选项或“图片”选项,具体取决于您想要在命令按钮上显示文本还是图片。 office.microsoft.com 6. If there isn't already one on the page, drop a Tomahawk command button from the palette. 如果页面中什么都没有,您就从配置板中拖拉一个Tomahawk命令按钮。 www.ibm.com 7. A third command button causes an unhandled exception. 第三个命令按钮将导致未处理的异常。 msdn2.microsoft.com 8. This is an optional step, and this name is not displayed on the command button. 这是一个可选的步骤,并且此名称也不会显示在命令按钮上。 office.microsoft.com 9. Edit the Faces JSP, and then drag the session bean onto the command button, so that clicking the button triggers the session bean. 编辑FacesJSP,然后把会话bean拖到命令按钮上,这样点击按钮就可以触发会话bean。 www.ibm.com 10. To view the command that will be issued, click the Show command button. 要想看到将发出的命令,点击Showcommand按钮。 www.ibm.com 1. Enter a meaningful name for the command button. 为命令按钮输入一个有意义的名称。 office.microsoft.com 2. Enable the showing of the footer area of the table to place the command button. 能显示出表格的页脚区来放置该命令按钮。 www.ibm.com 3. From the Toolbox, drag a Command Button control onto the form. 从“工具箱”中将CommandButton控件拖到窗体中。 msdn2.microsoft.com 4. Scrolling Button - This is pretty good. It shows you how to make a command button scroll across a form when you try to click it. 这个程序演示了如何让一个命令按钮在被点击时,在窗体上滚动。 opensource.gdsp.net 5. Displays a command button for each item in the column. 为列中每个项显示一个命令按钮。 msdn2.microsoft.com 6. Displays a command button in the DetailsView control. 在DetailsView控件中显示一个命令按钮。 msdn2.microsoft.com 7. To create a new document based on the selected item, click the command button following the item, and then choose New from this file. 若要根据选定项目新建文档,请单击该项目后面的命令按钮,再选择“根据此文件创建”。 office.microsoft.com 8. Drag a Command Button control onto the form, positioning it under the txtOrder control. 将一个CommandButton控件拖到窗体上,放在txtOrder控件之下。 msdn2.microsoft.com 9. Now, add a Command button to the form, as in Figure 21. 现在把Command按钮添加到窗体中,如图21所示。 www-128.ibm.com 10. Now, look at the similar code that uses a command button, instead ( Listing 2). 现在,再看看使用命令按钮的类似代码,更换为(列表2)。 www.ibm.com 1. You can create either a Submit button or a Command button. 既可以创建“提交”按钮,也可以创建“命令”按钮。 msdn2.microsoft.com 2. Add one command button to the form and call it cmdGetIP. 向窗体中添加一个命令按钮,并称其为cmdGetIP。 msdn2.microsoft.com 3. Creates a column that contains a user defined command button, such as Add or Remove, for each item in the column. 创建一个列,该列针对列中的每一项包含一个用户定义的命令按钮(如Add或Remove)。 msdn2.microsoft.com 4. Select Command - Button from the palette (Figure 15) and drag it onto the JSP page (Figure 16). 从选项板(图15)选择Command-Button并把它拖到JSP页面(图16)。 www.ibm.com 5. A Command button has a command name associated with the button, such as Sort, by setting the CommandName property. 通过设置CommandName属性,“命令”按钮可具有与之关联的命令名,例如Sort。 msdn2.microsoft.com 6. Note that most GUI Tools provide a Show Command button, which shows you the command that is actually sent to DB2. 注意,大多数GUI工具都会提供一个ShowCommand按钮,通过这个按钮可以显示发送给DB2的实际命令。 www.ibm.com 7. For example, a command button has an event that occurs when the user clicks the button. 例如,命令按钮含有一个在用户单击按钮时发生的事件。 office.microsoft.com 8. Very simple, open the file, click the command button, follow the instruction, nothing special! 非常简单,打开文件,按制,跟指示走,没有什么特别! www.p3china.com 9. Microsoft Office InfoPath 2003 may stop responding when you repeatedly click the Delete command button MicrosoftOfficeInfoPath2003可能停止响应反复单击Delete命令按钮时 support.microsoft.com 10. Variable for the command button, as in the following code 变量,如下面的代码所示 msdn2.microsoft.com 1. Open a new project, and place a command button on a form named 打开一个新项目,在名为 msdn2.microsoft.com 2. Add a command button to a object type 为对象类型增加一个命令按钮 zh.818-818.com 3. To add a command button to a toolbar 向工具栏添加命令按钮 msdn2.microsoft.com 4. Remove a command button from an object type 从一个对象类型删除按钮 zh.818-818.com 5. For example, when you double-click a command button on a form in design mode, Visual Basic creates an empty event handler and a 例如,在设计模式下双击窗体上的命令按钮时,VisualBasic会为命令按钮创建一个空事件处理程序和一个 msdn2.microsoft.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。