查询
1 词典释义:
textfield
时间: 2025-11-27 18:03:01

文本字段

双语例句
  • Use similar names for each TextField widget.

    为每个TextField小部件使用类似的名字。

  • Float from a binary file into TextField?

    浮从一个二进制文件到文本框?

  • The TextField object has four attributes.

    TextField对象有4个属性。

  • A TextField allows the user to enter and edit text.

    TextField允许用户输入和编辑文本。

  • Enter the name of the class TextField into the name field.

    在Name字段中输入类TextField的名称。

  • The textfield in the example gets rid of it to allow text to be drawn.

    在这个例子中,textfield舍弃了中间区域,以便显示文本。

  • Show up the on Screen keyboard if the user sets the focus on a textfield.

    显示屏幕上的键盘,如果用户设置一个文本框的焦点。

  • This means that the textField and the button will be placed horizontally, one after the next.

    这意味着textField和button挨着水平排列。

  • The textfield borders in Figure 2 aren't normal-looking single-pixel rectangular borders.

    图 2中的 textfield边框不是常规外观的单像素矩形边框。

  • When you run the program (zipped in Resources), you can see that TextField gets the initial focus.

    当您运行这个程序(压缩文件在参考资料中)时,您能够看到TextField得到了最初的焦点。

  • For example, I want to add a listener to a Textfield and update another field when the value changes.

    例如,我想将一个侦听器添加到一个文本框和更新时另一个字段值的变化。

  • The TextField has focus listeners to demonstrate the focus changes to and from the example component.

    TextField 用焦点侦听者来演示焦点移动到该示例组件和从该组件移走时发生的变化。

  • How to create a message dialog using QML Control elements (such as combobox, textfield, checkbox...)

    如何使用QML控制元素创建一个消息对话框(如组合框、文本框、复选框。)

  • The first two, name and title are just plain text fields, so we're going to use a TextField for them.

    前两个,名字和标题只是普通的文本字段,所以我们对它们使用一个文本字段。

  • Show up the on Screen keyboard if the user sets the focus on a textfield. WPF with. Net 4 Client profile.

    显示屏幕上的键盘,如果用户设置一个文本框的焦点。WPF的。净4客户端配置文件。

  • To accomplish this, create a ListBox widget class similar to the one created earlier for TextField, and then add select() and find() methods to it.

    要完成这项操作,需要创建 ListBox 窗口小部件类,创建过程与前面创建 TextField 的相似,然后将 select() 和 find() 方法添加到该类中。

  • This overridden method illustrates how, if the flag is marked true, the real UITextField (textField) is updated, and the flag is reset to false for future markings.

    这个被覆盖的方法演示了当标记被设置为true时,如何更新uitextfield (textField),以及如何将该标记重新设置为false以在未来进行标记。

  • This method searches within the given parent test object, usually a browser page, for an object of a specified class, for example, Link, TextField, Listbox, and so on.

    该方法在给定父测试对象(通常是浏览器页面)内搜索指定类的对象,例如,Link、TextField、Listbox等。

  • When the user leaves the textfield, after typing in their salary, house, and child information, the NumberFormatter plug-in will format their answers appropriately.

    当用户离开文本字段时(输入了薪水、住宅、子女信息之后),NumberFor matter插件将相应地格式化其输入的信息。

  • Creating the user interface consists of allocating a Form, a TextField, and two Commands — one to search the record store and one to exit the MIDlet, as shown in Listing 19.

    用户界面的创建包括指定一个Form、一个TextField和两个Command——一个用于搜索记录存储,另外一个用于退出MIDlet,如清单19所示。