子对话 meaning in English
subdialogue
Examples
- This is a simple demo for a " wizard - like " dialog ; it shows how you can handle child dialogs
这个简单的程序演示了一个类似“向导”的对话框,演示了如何处理子对话框。 - Alternative wizard dialog - this is a simple demo for a " wizard - like " dialog ; it shows how you can handle child dialogs
这个简单的程序演示了一个类似“向导”的对话框,演示了如何处理子对话框。 - To this end i came up with some code that reads the dialog template resource file of the child dialogs and embeds the controls onto the parent dialog
为了完成这一目的,我用代码来读取子对话框的模板资源文件,并嵌入控件到父对话框中。 - If size of stack window exceeds size of parent ' s client area user can pan window contents by clicking and dragging on the whitespace area or static / disabled control of child dialog box
如果堆栈窗口的页面大小超过了父窗口的客户区域,用户可以通过点击和拖放空白区域或子对话框的静态/禁用控件来扩展窗口内容。 - One of the challenges i was recently set was to produce some code that would allow ' child ' dialogs to be added to a ' parent ' dialog at run time so that all the controls operated as if they were part of the original dialog
我最近遇到的一个难题是在运行时让一个子对话框增加到父对话框中,这样所以被操作的对象好像还是原始对话框的一部分。