网站首页  词典首页

请输入您要查询的英文单词:

 

单词 forms control
释义

forms control

美 
英 
  • un.帐表管理
  • 网络表格管理;表格控制;表格管制
un.
1.
帐表管理

例句

释义:
1.
The ActiveX Control Importer converts type definitions in a COM type library for an ActiveX control into a Windows Forms control.
ActiveX控件导入程序将ActiveX控件的COM类型库中的类型定义转换为Windows窗体控件。
msdn2.microsoft.com
2.
Once you create a Windows Forms control, you can host it in an MFC application just as with an ActiveX control.
一旦创建了Windows窗体控件,即可按与ActiveX控件完全相同的方式在MFC应用程序上承载它。
msdn2.microsoft.com
3.
Makes it possible for you to visually create your own Windows Forms control by combining existing controls.
允许您通过组合现有控件直观地创建自己的Windows窗体控件。
msdn2.microsoft.com
4.
Provides the security and threading support necessary for a Windows Forms control to act as a Microsoft ActiveX control.
为Windows窗体控件充当MicrosoftActiveX控件提供必需的安全和线程支持。
msdn2.microsoft.com
5.
The use of a Windows Forms control through a COM callable wrapper (CCW) is supported only in Internet Explorer.
只在InternetExplorer中支持通过COM可调用包装程序(CCW)来使用Windows窗体控件。
msdn2.microsoft.com
6.
Custom Controls are individual control elements on a form that derive from the System. Windows. Forms. Control class.
自定义控件是窗体上的单个控件元素,派生于System.Windows.Forms.Control类。
msdn2.microsoft.com
7.
Windows Forms control to a Windows Form so the report can be viewed by users of the application.
Windows窗体控件,以使应用程序的用户可以查看报表。
msdn2.microsoft.com
8.
The actions pane is a Windows Forms control, as well as a container for other managed Windows Forms controls.
操作窗格是一个Windows窗体控件,也是其他托管Windows窗体控件的容器。
msdn2.microsoft.com
9.
Use the ToolStripControlHost class to host any other Windows Forms control in a ToolStrip.
使用ToolStripControlHost类可以在ToolStrip中承载任何其他Windows窗体控件。
msdn2.microsoft.com
10.
The ActiveX control properties take different values than the equivalent properties of a Windows Forms control.
ActiveX控件的属性采用的值与Windows窗体控件的等效属性所采用的值不同。
msdn2.microsoft.com
1.
How to protect a Windows Forms control so that it cannot be modified or deleted by the user, but can be accessed by your code.
如何保护Windows窗体控件,使得用户不能修改或删除它,但是您的代码可以访问它。
msdn2.microsoft.com
2.
Any Windows Forms control can be a child of the FlowLayoutPanel control, including other instances of FlowLayoutPanel.
任何Windows窗体控件都可以是FlowLayoutPanel控件的子控件,包括FlowLayoutPanel的其他实例。
msdn2.microsoft.com
3.
In any thread, the Windows. Forms. Control class should abstract me for any threading issue.
在任何线程中,对于线程问题Windows.Forms.Controlclass应该是抽象的。
archive.cnblogs.com
4.
Introduces the ReportViewer controls and compares the differences between the Web server control and Windows Forms control.
介绍了ReportViewer控件,并比较了Web服务器控件和Windows窗体控件之间的差异。
msdn2.microsoft.com
5.
Property of a Windows Forms control to anchor controls to the actions pane.
属性将控件锚定到操作窗格。
msdn2.microsoft.com
6.
A custom control is a class that derives from System. Windows. Forms. Control that implements all aspects of a control.
自定义控件是派生于能够实现一个控件所有方面的System.Windows.Forms.Control的类。
msdn2.microsoft.com
7.
To program the StatusBar Control (Windows Forms) control to respond to user clicks, use a case statement within the PanelClick event.
若要对StatusBar控件(Windows窗体)控件进行编程以响应用户的单击操作,请在PanelClick事件中使用case语句。
msdn2.microsoft.com
8.
Creates a Windows Forms control, a component that can be placed in a Windows Forms application.
创建Windows窗体控件,该控件是可置于Windows窗体应用程序中的组件。
msdn2.microsoft.com
9.
The ReportViewer toolbar in the Windows Forms control includes commands for viewing a report in print layout and setting page sizes.
Windows窗体控件中的ReportViewer工具栏包括用于以打印布局查看报表和设置页大小的命令。
msdn2.microsoft.com
10.
A Windows Forms control is a class that derives directly or indirectly from System. Windows. Forms. Control.
Windows窗体控件是从System.Windows.Forms.Control直接或间接派生的类。
msdn2.microsoft.com
1.
The way to call a Windows Forms control that is not thread safe is to call directly from a worker thread.
对Windows窗体控件的非线程安全调用方式是从辅助线程直接调用。
msdn2.microsoft.com
2.
Four important properties are set on the ComboBox Control (Windows Forms) control to create the lookup table.
在ComboBox控件(Windows窗体)控件上设置了4种重要属性来创建查找表。
msdn2.microsoft.com
3.
A Windows Forms control inherits more than sixty events from System. Windows. Forms. Control.
Windows窗体控件从System.Windows.Forms.Control继承了六十多个事件。
msdn2.microsoft.com
4.
This section walks you through the key steps for authoring a custom Windows Forms control.
本节将带您步入创作自定义Windows窗体控件的关键步骤。
msdn2.microsoft.com
5.
Managed reference documentation for the ReportViewer Windows Forms control.
ReportViewerWindows窗体控件的托管参考文档。
msdn2.microsoft.com
6.
Provides an overview of considerations for implementing a Windows Forms control.
概述实现Windows窗体控件的注意事项。
msdn2.microsoft.com
7.
You can then drag the user control directly to your document in the same way you would add a Windows Forms control to your document.
然后可以将用户控件直接拖动到文档中,与向文档添加Windows窗体控件的操作一样。
msdn2.microsoft.com
8.
The top-level control is defined as the parent control that is not parented by another Windows Forms control.
顶级控件定义为没有另一个Windows窗体控件作为其父级的父控件。
msdn2.microsoft.com
9.
Explains how to use Visual Studio to create a Windows Forms control and how to use that control in an application.
解释如何使用VisualStudio创建Windows窗体控件,以及如何在应用程序中使用该控件。
msdn2.microsoft.com
10.
You can develop a composite Windows Forms control by combining other Windows Forms controls.
您可以通过合并其他Windows窗体控件来开发复合Windows窗体控件。
msdn2.microsoft.com
1.
Demonstrates how to set a Windows Forms control to automatically resize when the underlying worksheet cell is resized.
演示如何设置Windows窗体控件,以使其在调整基础工作表单元格的大小时自动调整自身的大小。
msdn2.microsoft.com
2.
Class requires a lot more thought and effort than inheriting from user control or an existing Windows Forms control.
与通过从用户控件或现有Windows窗体控件继承创建控件相比,通过从。
msdn2.microsoft.com
3.
The Windows Forms control is not embedded directly in the document.
Windows窗体控件没有直接嵌入到文档中。
msdn2.microsoft.com
4.
For the ReportViewer Windows Forms control, you can expand the control to use all of the available space in the form.
对于ReportViewerWindows窗体控件,您可以将其展开以使用窗体中所有可用空间。
msdn2.microsoft.com
5.
It knows how to communicate with the ActiveX control, but it appears as a Windows Forms control.
它知道如何与ActiveX控件通信,但它显示为Windows窗体控件。
msdn2.microsoft.com
6.
You can implement this interface to provide connection information when using the ReportViewer Web forms control with no session state.
您可以实现此界面来提供在未启用会话状态下使用ReportViewerWeb窗体控件时的连接信息。
msdn2.microsoft.com
7.
Creates a Windows Forms control and an application to test it.
创建一个Windows窗体控件,以及一个用于测试它的应用程序。
msdn2.microsoft.com
8.
Interact with data dynamically such as binding to a Windows Forms control or combining and relating data from multiple sources.
与数据进行动态交互,例如绑定到Windows窗体控件或组合并关联来自多个源的数据。
msdn2.microsoft.com
9.
You can derive an inherited control from any existing Windows Forms control.
可以从任何现有的Windows窗体控件导出继承控件。
msdn2.microsoft.com
10.
Upgrade code that uses string-based-keys in forms control collections.
升级在窗体控件集合中使用基于字符串的键的代码。
msdn2.microsoft.com
1.
Windows Forms control is used to host reports in Windows application projects.
Windows窗体控件用于在Windows应用程序项目中驻留报表。
msdn2.microsoft.com
2.
Describes key steps for authoring a custom Windows Forms control.
描述创作自定义“Windows窗体”控件的关键步骤。
msdn2.microsoft.com
3.
This option is available with the Windows Forms control.
此选项可用于Windows窗体控件。
msdn2.microsoft.com
4.
In this procedure, you create a Windows Forms control that displays a number.
在本过程中,您将创建显示数字的Windows窗体控件。
msdn2.microsoft.com
5.
Discusses the first steps in developing a Windows Forms control.
讨论了开发Windows窗体控件的最初步骤。
msdn2.microsoft.com
6.
You can customize any Windows Forms control by deriving from it and overriding or adding properties, methods, and events.
可以通过从任何Windows窗体控件派生控件并重写或添加属性、方法和事件的方式来自定义Windows窗体控件。
msdn2.microsoft.com
7.
A new control based on an existing Windows Forms control.
基于现有Windows窗体控件的新控件。
msdn2.microsoft.com
8.
VFC? Vertical Forms Control?
垂直样式控制?。
www.scientrans.com
9.
In many software systems, forms control in the data view, edit and operational aspects such as good performance.
在许多软件系统中,表格控件在对数据进行浏览、编辑等操作方面都有良好表现。
nulung.com
10.
Shows how to handle an event raised by a Web Forms control.
演示如何处理Web窗体控件引发的事件。
msdn2.microsoft.com
1.
Provides report server connection information when the ReportViewer Web forms control is used with no session state.
提供在未启用会话状态下使用ReportViewerWeb窗体控件时的报表服务器连接信息。
msdn2.microsoft.com
2.
Determine the type of control (for example, user control, custom control, inherited Windows Forms control) you need.
确定您需要的控件类型(例如用户控件、自定义控件、继承的Windows窗体控件)。
msdn2.microsoft.com
3.
Shows in Visual Basic the development of a simple control that inherits from a pre-existing Windows Forms control.
说明如何使用VisualBasic开发从预先存在的Windows窗体控件继承的简单控件。
msdn2.microsoft.com
4.
Shows how to create a simple Windows Forms control using inheritance in Visual Basic.
演示如何在VisualBasic中使用继承创建简单的Windows窗体控件。
msdn2.microsoft.com
5.
How to: Call Properties and Methods of the Windows Forms Control
如何:调用Windows窗体控件的属性和方法
msdn2.microsoft.com
6.
Calls to a Windows Forms Control That Are Not Thread Safe
对Windows窗体控件的非线程安全调用
msdn2.microsoft.com
7.
Inheriting from a standard Windows Forms control and changing the
事件,那么从标准Windows窗体控件继承并将
msdn2.microsoft.com
8.
To add a Windows Forms control to the document by double-clicking the control
通过双击控件向文档中添加Windows窗体控件
msdn2.microsoft.com
9.
To add a Windows Forms control to the document by single-clicking the control
通过单击控件向文档中添加Windows窗体控件
msdn2.microsoft.com
10.
To add a Windows Forms control to the document by pressing the ENTER key
通过按Enter键向文档中添加Windows窗体控件
msdn2.microsoft.com
1.
For more information about the Windows Forms control version, see
有关Windows窗体控件版本的详细信息,请参阅
msdn2.microsoft.com
2.
How to: Set the Image Displayed by a Windows Forms Control
如何:设置Windows窗体控件所显示的图像
msdn2.microsoft.com
3.
How to: Set the Text Displayed by a Windows Forms Control
如何:设置Windows窗体控件所显示的文本
msdn2.microsoft.com
4.
Inheriting from a Windows Forms Control
从Windows窗体控件继承
msdn2.microsoft.com
5.
How to: Set the Image Displayed by a Windows Forms Control Using the Designer
如何:使用设计器设置Windows窗体控件显示的图像
msdn2.microsoft.com
6.
How to: Set the Text Displayed by a Windows Forms Control Using the Designer
如何:使用设计器设置Windows窗体控件显示的文本
msdn2.microsoft.com
7.
System. Windows. Forms. Control c
将控件添加到窗体
blog.sina.com.cn
8.
To drag a Windows Forms control to the document
将Windows窗体控件拖动到文档中
msdn2.microsoft.com
9.
To draw a Windows Forms control on the document
在文档中绘制Windows窗体控件
msdn2.microsoft.com
10.
To create a new Windows Forms control project
创建新的Windows窗体控件项目
msdn2.microsoft.com
1.
To add a Windows Forms control programmatically
以编程方式添加Windows窗体控件
msdn2.microsoft.com
2.
How to: Bind a Windows Forms Control to a Factory Object
如何:将Windows窗体控件绑定到Factory对象
msdn2.microsoft.com
3.
How to: Develop a Simple Windows Forms Control
如何:开发简单的Windows窗体控件
msdn2.microsoft.com
4.
How to: Create a Border Around a Windows Forms Control Using Padding
如何:使用填充在Windows窗体控件周围创建边框
msdn2.microsoft.com
5.
How to: Bind a Windows Forms Control to a Type
如何:将Windows窗体控件绑定到类型
msdn2.microsoft.com
6.
How to: Bind a Windows Forms Control to a Type Using the Designer
如何:使用设计器将Windows窗体控件绑定到类型
msdn2.microsoft.com
7.
How to: Create a Windows Forms Control That Shows Progress
如何:创建显示进度的Windows窗体控件
msdn2.microsoft.com
8.
For example, when you are creating a Windows Forms control, you can override the
例如,当正在创建Windows窗体控件时,您可以重写
msdn2.microsoft.com
9.
How to: Reflect Data Source Updates in a Windows Forms Control with the BindingSource
如何:使用BindingSource在Windows窗体控件中反映数据源更新
msdn2.microsoft.com
10.
Walkthrough: Using a Database Data Source with the ReportViewer Windows Forms Control in Local Processing Mode
演练:在本地处理模式下将数据库数据源与ReportViewerWindows窗体控件一起使用
msdn2.microsoft.com
1.
Inheriting from a Windows Forms Control with Visual Basic
使用VisualBasic继承Windows窗体控件
msdn2.microsoft.com
2.
Component to bind any Windows Forms control to a data source, but the
组件将任何一个Windows窗体控件绑定到某个数据源,但
msdn2.microsoft.com
3.
Walkthrough: Inheriting from a Windows Forms Control with Visual Basic
演练:使用VisualBasic从Windows窗体控件继承
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/9 5:43:51