释义 |
entry control 基本例句 准入 Creates a single-line textentry control.创建一个单行的文本输入控件。 With an unboundedentry control, it is easy for users to enter invalid values.在使用无界输入控件时,用户很容易会输入无效值。 The primary unboundedentry controlis the text edit control. This simple control allows users to key in any alphanumeric text value.文本编辑控件是最主要的无界输入控件,这种简单的控件允许用户输入任何文本值,包括文字与数字。 In all these roles, they are frequently called upon to do the work of a boundedentry control.在这些角色中,它们常用来完成有界输入控件的工作。 It is important to understand that we mean a quality of theentry controland not of the data.我们指的是输入控件的质量,而不是数据本身,理解这一点非常重要。 Conversely, a simple text field can accept any alphanumeric data a user keys into it. This open-ended entry idiom is an example of an unboundedentry control.相反,一个简单的文本字段可以接收用户输入的任何数据,包括文字与数字的,这种无界输入习惯用法是无界输入控件的例子。 |