您要查找的是不是:
- You can edit your property with a modal dialog box. 您可以使用模式对话框编辑属性。
- Shows the form as a modal dialog box with the specified owner. 将窗体显示为具有指定所有者的模式对话框。
- You can use this method to display a modal dialog box in your application. 可以使用此方法在应用程序中显示模式对话框。
- They are visually very similar to modal dialog boxes, but they are functionally very different. 它们在视觉上与模态对话框非常相似,但功能不同。
- There may be too many modal dialog boxes and they may be weak or stupid, but their purpose and scope will usually be clear to users. 也许模态对话框太多,也许显得拙劣和愚蠢,但用户很清楚它们的目的和使用范围。
- In interfaces that don’t employ direct manipulation, such as some modal dialog boxes, the concept of selection isn’t always needed. 在那些没有直接操作的界面中,比如模型化的对话框,选择的概念就没有必要存在。
- Actually, because modal dialog boxes only stop their owning applications, they are more precisely named application modal. 事实上,如果模态对话框只停止其所属的应用程序,可将其更确切地称为“应用模态”。
- As we discussed in Chapter 21, the hallmark of bad interaction design is a user interface that consists primarily of control-laden modal dialog boxes. 对 话 框 在第21章中我们讨论过,设计糟糕的一个标志就是用户界面上充斥大量的模态对话框。
- It is also possible to create a system modal dialog box that brings every program in the system to a halt. 也可能创建一种称为“系统模态”的对话框,它能使系统中的所有程序都停止。
- This all fits together logically, because the Undo function is unavailable if a modal dialog box is up, but is still usable with modeless ones. 它在逻辑上也是合适的,因为撤销功能在模态对话框中不可用,而在非模态对话框中可用。
- After a modal dialog opens, the owner application cannot continue until the dialog box is closed. 模态对话框是目前为止最常见的类型,打开一个模态对话框后拥有它的程序不能继续进行,直到对话框关闭为止。
- When the user goes back to the program, the modal dialog box will still be there waiting. 不过当用户回到原来的程序后,对话框仍在等待。
- Is a modal dialog box; therefore, when shown, it blocks the rest of the application until the user has chosen a file. 是有模式对话框,因此在显示时,它会阻止其他应用程序的运行,直到用户选定文件为止。
- In Visual Basic 6.0, when an exception occurs during debugging, a modal dialog box is displayed with an error number. 在Visual Basic 6.;0中;如果在调试期间发生异常;会显示一个带有错误号的模式对话框。
- The DialogBox macro creates a modal dialog box from a dialog box template resource. 1楼说的,在这个模式对话框的窗口过程中获取句柄,然后赋值给全局变量。
- In particular, reporting information like this with a modal dialog box brings the interaction to a stop with no particular benefit. 特别是像这样的报告信息,采用模态对话框的形式会中断正在进行中的交互。
- A user doesn’t conditionally configure changes in anticipation of a terminal Execute command as he does for a modal dialog box. 用户不会像在模态对话框中那样因为预料到终止的执行命令,而适当地做一些改变。
- A message box is a modal dialog box, which means no input (keyboard or mouse click) can occur except to objects on the modal form. 消息框是一种模式对话框,这表示除了该模式窗体上的对象之外,不能对其他对象进行任何输入(通过键盘或鼠标单击)。
- To see how full a disk is, you must bring up a modal dialog box that, although it gives you the information, takes you away from the place where you need to know it. 为了看看硬盘已经有多满了,你必须看到这样一个对话框。 它的确给了你需要的信息,然而也带你离开了正在工作的地方。
- Every time an application puts up a modal dialog box, it goes into an idle waiting state, doing no work while the user struggles with the dialog. This should never happen. 程序每次提供一个模态对话框,它就进入空闲等待状态。 当用户处理这个对话框时,它不做任何事,实在不应该发生这种情况。