您要查找的是不是:
- Use consistent terminating commands for modeless dialog boxes. 為非模態對話框提供一致的終止命令。
- Keep dialogs, especially modeless dialogs, to a minimum. 將對話框,尤其是非模式對話框減至最少。
- Modeless dialogs are less common than their modal siblings. 另一種對話框稱為「非模態對話框」,它不如同胞姐妹模態對話框那麼常見。
- Visually differentiate modeless dialogs from modal dialogs. 視覺上區分非模態對話框與模態對話框。
- There is a more radical solution that delivers us from modeless dialog maladies. 還有一種更激進的方法可以解決非模態對話框的弊病。
- After the modeless dialog opens, the parent program continues without interruption. 打開一個非模態對話框后,可以不用打斷父程序。
- There have traditionally been two modeless tool idioms in common use. The modeless dialog box is the older of the two. 傳統上有兩種常用的非模態工具習慣用法,其中非模態對話框是較老的一種。
- Many modeless dialogs are implemented awkwardly. Their behavior is inconsistent and confusing. 大多數非模態對話框實現得很笨拙,它們的行為很不一致,令人十分困惑。
- A modeless dialog box is a much more difficult beast to use and understand, mostly because the scope of its operation is unclear. 非模態對話框是一個更難使用和理解的怪物,主要是因為其操作範圍不確定。
- This means that you can change the selection while the modeless dialog box is still visible. 這意味著在仍可以看見非模態對話框的情況下,你可以改變選擇。
- Forms are independent, top-level windows. In terms of behavior, they are the same as modeless dialog boxes. 窗體是獨立的頂層窗口,行為方面與非模態對話框相同。
- Modeless dialog boxes frequently have several buttons that immediately invoke various functions. 不要忘記非模態對話框中經常會有幾個按鈕,可以立即激活不同的功能。
- Determines whether the given message is intended for the modeless dialog box and, if so, processes it. 確定給定的消息是否是送往無模式對話框的,如果是,則處理它。
- Note that the modeless dialog box communicates with its parent dialog in two different ways. 請注意,無模式對話框以兩種不同的方式與它的父對話框通信。
- This means that you can change the selection while the modeless dialog box is still visible . 這意味著在仍可以看見非模態對話框的情況下,你可以改變選擇。
- The effective properties for a single object are displayed in a modeless dialog box. 將單個對象的屬性顯示在無模式對話框內。
- We must break this habit. The designer must assure that all modeless dialog boxes are rendered with a clearly noticeable visual difference. 我們必須打破這種習慣,設計師必須確保所有的非模態對話框有清晰醒目的視覺差異。
- Modeless dialogs have terminating commands, too, although the conventions for them are far weaker and more confusing than for modal dialogs. 儘管非模態對話框的規則比模態對話框更弱,也更讓人費解,但其也有終止命令。
- The framework calls this member function when the user clicks the Cancel button or presses the ESC key in a modal or modeless dialog box. 當用戶在模態對話框或非模態對話框內單擊Cancel按鈕或按ESC鍵時,窗體調用這個成員函數。
- In addition, it shows a number of techniques related to using a modeless dialog box as the main window of an MFC application. 另外,它還說明若干與將無模式對話框用作MFC應用程序主窗口有關的方法。