文本框,TextBox
1)TextBox文本框
1.The article primary treatise how to connect TextBox and ListBox of VB with the table of SQL Server,At the same time, realizing to select number with Timer,Including designning interface, putting control’s attribute、the method of implement and programming code.该文主要论述了如何利用VB中的文本框、列表框与SQL Server中的数据表建立联系,并用定时器实现动态选取号码的功能,包括界面的设计、控件属性的设置、具体实现的方法及代码等。
英文短句/例句

1.Text Box;109;List Box;110;Combo Box;111文本框;109;列表框;110;组合框;111
2.Converts a single selected textbox into a frame将单独选定的文本框转换为图文框
3.Designing Scroll-TextBox in PowerPoint2007PowerPoint2007中滚动文本框的制作
4.Inserts an empty textbox or encloses the selected item in a textbox插入空文本框或将所选内容置于文本框
5.The target text box is not empty. You can only link to an empty text box.目标文本框不空,您只能链接到空文本框
6.Remove BorderArt from the text frame, or use a line border.请取消文本框架的艺术型边框,或使用线式边框。
7.Remove BorderArt from the text box, or use a line border.请取消文本框的艺术型边框,或使用线式边框。
8.The text in this text box has been moved to the next text box in the chain.此文本框中的文本已经被移动到该链中的下一个文本框中。
9.The text in this text box has been moved to the previous text box in the chain.此文本框中的文本已经被移动到该链中的前一文本框中。
10.You cannot insert table in vertical textbox or frame.不能在垂直文本框或图文框中插入表格。
11.When we try to type cyrillic, no symbols are displayed in fields.也就是在文本框中输入他们的文字时,文本框内没有任何符号显示.
12.Please select text that is contained within a single text box.请选择单独一个文本框中包含的文字。
13.The text box you selected cannot be linked because it's either already in a text box chain or you are linking the text box to itself.选择的文本框无法链接。因为它已在文本框中,或已将文本框链接到它自己。
14.Text box with border you can use to add notes or other text. Box height adjusts as text is typed.带有边框的文本框,可用来添加注释或其他文本。框的高度随输入的文本自动调整。
15.Specifies how a picture appears in the textbox portion of the combobox.指定图片在组合框的文本框部分中的显示方式。
16.Inserts an empty vertical text box or encloses the selected item in a vertical textbox插入空竖排文本框或将所选内容置于竖排文本框
17.Ask users to enter a short character string in a single-line text box.请用户在单行文本框输入简短字符串。
18.Please type an address in the To text box.请在“收件人”文本框中键入一个地址。
相关短句/例句

Text Box文本框
1.This paper introduces how to display some controls,such as Text Box and List Box,in special styles in VB programs by making use of some simple examples.0中如何运用SendMessage函数来改变常用控件列表框和文本框的显示风格。
2.The text box,label,picture box and so on can be recognized automatically by programs and can be printed by the program for controls to realize automation of printing.通过程序自动识别窗体上文本框、标签和图片框等控件,并按以上控件对应打印程序进行输出,实现打印的自动化;介绍一种打印预览实用技术,可实现复杂格式的输出。
3)RichTextBox富文本框
4)Dynamic TextBox动态文本框
5)multiple document framework多文本框架
6)text entry box文本输入框
延伸阅读

AutoCAD中导入超文本实现方法一、引言  AutoCAD是应用广泛的CAD软件平台,具有很强的绘图和编辑功能。其绘制的图样能清楚地表达设计者的思想和意图,图样中往往需要加注必要的文字来说明图形所无法表达的信息。除了AutoCAD内含的文本输入命令外,向AutoCAD中输入多行文本即超文本的方法还有:通过Windows提供的剪贴板,利用AutoCAD提供的多行文本命令;利用OLE特性。  二、用单行文本命令组合实现  在AutoCAD图样中输入少量文字可以用DText命令实现,如工程图样中的图名、明细表、标题栏、技术要求等的填写。在需要输入多行文本时,可以通过单行文本的组合来实现。即输入一行文本后,再借助复制命令(Copy)和文本编辑(DDEdit或MTEdit)、属性编辑(DDModify)、对象特性工具(Properties)、移动(Move)等命令进行多行文本的输入。但此种方法在换行时的定位及行列对齐都比较困难。且标注结束后,每行文本都是一个单独的实体。所以用其标注多行文本时,其实输入和编辑的功能远远不如下面的几种方法方便。  三、通过剪贴板来实现  剪贴板是Windows提供的功能,帮助应用程序间进行数据通讯。虽然利用剪贴板所传递的数据是静态的,即应用程序中对数据的修改不会在目标程序中体现出来,但操作方便、快捷、简单。以Word为例,Word提供了剪切(Cut)、复制(Copy)和粘贴(Paste)三个命令来操作剪贴板。其具体实现方法如下:打开AutoCAD和Word软件,在Word中选中要插入的内容,单击下拉式菜单“编辑”中的“复制”命令。激活AutoCAD,打开下拉式菜单“Edit”中的“Paste”选项,这样Word文档就以AutoCAD绘图区左上角为插入点被插入,此种方法插入的文档位置和字体的大小都会与原AutoCAD图样大小和比例不一致,需进行处理。  四、用AutoCAD的多行文本命令来导入  AutoCAD系统提供了多行文本输入命令MText,可以一次标注多行文本,且各行文本都按照指定宽度对齐排列,并成为一个完整统一的实体,其内容可以在多行文本编辑器中直接输入,也可从外部文档导入。  1.在文本编辑器中直接输入  在AutoCAD的下拉式菜单“Draw”中选中“Text”,再单击“Multiline Text…”选项,在Command提示区提示用户确定所标注文本的宽度、高度和字体排列方式,系统根据输入信息,确定文本框大小,并弹出一个专门用于文字编辑的文本编辑器,即弹出“Multiline Text Editor”对话框,在选定字型、字高、文本宽度等前提条件后,可直接在“Multiline Text Editor”对话框中进行多行标注文本的输入、编辑、修改等工作。