您可将数据源拖放到应用程序中的一个窗体中,这将自动在窗体中创建默认用户界面控件并生成所有必需的代码。
You can drag and drop the data source onto a form in the application, which automatically creates a default user interface control in the form and generates all the necessary code.
当你在窗体中设置好了所有的控件,并编写了使它们共同工作的代码,你将要部署此应用程序。
When you finally have all the controls you need on your forms and the code needed to make them work together, you'll have an application that you still need to deploy.
通过使用图形用户界面,用户可以创建窗体,向窗体中添加控件,然后连接这些控件的事件来创建Palm应用程序。
By using a graphical interface, the user could create forms, populate them with controls, and then wire events from these controls to create the Palm application.
创建表示应用程序窗体类型的Type对象之后,我使用Type .GetField方法检索Form对象中指定字段(控件)的信息。
After creating a type object that represents the application form's type, I retrieve information about a specified field (a control) on the form object by using the Type.GetField method.
一系列可重写的方法在应用程序、窗体和控件级处理这些消息。
A series of overridable methods process these messages at the application, form, and control level.
此外,在设计时可将应用程序设置绑定到窗体或控件的属性。
In addition, application Settings can be bound to a property of a form or control at design time.
例如,当应用程序使用功能键时,可能希望在窗体级别处理这些击键,而不是为可能接收击键事件的每个控件编写代码。
For example, when an application uses function keys, you might want to process the keystrokes at the form level rather than writing code for each control that might receive keystroke events.
例如,当应用程序使用功能键时,可能希望在窗体级别处理这些击键,而不是为可能接收击键事件的每个控件编写代码。
For example, when an application uses function keys, you might want to process the keystrokes at the form level rather than writing code for each control that might receive keystroke events.
应用推荐