• 使用用户输入数据查询数据库任何应用程序(包括Windows窗体应用程序)都Injection攻击潜在目标

    Any application that queries a database using user-entered data, including Windows Forms applications is a potential target of an injection attack.

    youdao

  • 一个Windows窗体应用程序通信显示接收到数据例如文本,有问题会出现串行端口文本框使用不同线程

    When communicating with a Windows Forms application and displaying the received data, for instance in a textbox, the problem occurs, that the serial port and the textbox are using different threads.

    youdao

  • 使用窗体身份验证通常使用类型而且许多应用程序中,密码以明文形式存储

    This sort of table is commonly used when employing forms authentication, and in many applications the passwords are stored as clear text.

    youdao

  • 就是第一次加载应用程序所显示窗体

    This is the form that's displayed when the application is first loaded.

    youdao

  • 窗体中设置好所有控件编写了使它们共同工作代码,你将要部署此应用程序

    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.

    youdao

  • 不能以递增方式生成窗体设计器—也就是说,您不能实现一个服务测试应用程序然后编写另一个服务。

    You can't build the forms designer incrementally-that is, you can't implement one service, test the application, and then write another service.

    youdao

  • 可以工具箱这些对象放到窗体创建应用程序

    You can also drag and drop these objects from the toolbar onto forms to create applications.

    youdao

  • 如果已经查看示例应用程序并且运行窗体设计器,则您可能知道所有这些服务如何集成在一起的。

    If you've taken a look at the sample application and run the forms designer, you may be wondering how all of the services have come together.

    youdao

  • 对于任何超越简单窗体应用程序几乎肯定需要一个窗体设计工具。

    For any application that goes beyond a few simple forms, you almost certainly want to have a form-designer tool.

    youdao

  • 然后可以应用程序开发使用格式化类型化数据集,包括可以使用数据窗体向导生成数据窗体

    You can then use your formatted and typed dataset in your application development, including the ability to generate data forms using the data form wizard.

    youdao

  • 空闲时候UI线程同样要对应用程序窗体消息队列中的所有消息进行负责

    During idle time, the UI thread is also responsible for processing all messages in the application's Windows message queue.

    youdao

  • 数据源拖放到应用程序中的一个窗体将自动窗体创建默认用户界面控件生成所有必需的代码

    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.

    youdao

  • 启动测试应用程序模拟用户操作应用程序窗体

    After I've launched the application under test, I simulate a user manipulating the application form.

    youdao

  • 对于应用程序开发除了可以数据对象外,可以使用数据适配器向导这些数据适配器拖放到窗体配置它们

    For application development, in addition to being able to drag and drop data objects, you could also drag and drop these data adapters onto forms and configure them using the data adapter wizard.

    youdao

  • 典型窗体程序其它代码一样,任何驻留在一个定时器事件处理函数(指的是类型的定时器)中的代码也是使用应用程序UI线程所执行

    Just like the rest of the code in a typical Windows Forms application, any code that resides inside a timer event handler (for this type of timer class) is executed using the application's UI thread.

    youdao

  • 可以通过将单行代码添加窗体Load事件使用DataSet填充DataAdapter完成简单Windows应用程序

    You can complete the simple windows application by just adding a single line of code to the Load event of the form to fill the DataAdapter using the DataSet.

    youdao

  • 因此这个静态hashtable应用程序生存期内一直存在永远不会删除引用每个窗体那些

    Therefore, this static hashtable, which essentially existed for the life of the application itself, was never removing the keys that referenced each form.

    youdao

  • 因为颜色合成器应用程序只是Windows窗体所以我声明Form对象表示

    Because the color mixer application is just one Windows Form, I declare a Form object to represent it.

    youdao

  • 使用System . Threading中的方法控制台应用程序测试管理启动窗体

    I use methods in System.Threading to launch the form from the console application test harness.

    youdao

  • 现在重点说明如何基于Windows窗体应用程序使用资源文件

    Now I am going to focus on using resource files in a Windows Forms-based application.

    youdao

  • 对于Microsoft . Net客户端,开发一个客户端应用程序窗体,其中包括文本按钮如图6

    For the Microsoft.net client, you should develop a client application window with similar text boxes and buttons to those shown in Figure 6.

    youdao

  • 通过使用图形用户界面用户可以创建窗体,向窗体中添加控件然后连接这些控件的事件创建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.

    youdao

  • 创建表示应用程序窗体类型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.

    youdao

  • LaunchApp方法接受应用程序可执行文件路径应用程序窗体名称返回一个表示窗体对象

    The LaunchApp method accepts the path to the application executable and the name of the application form, and returns an object representing the form.

    youdao

  • 这里移动窗体改变窗体大小实际上测试应用程序功能并不相关想通过告诉如何实现以防测试方案需要

    Moving and resizing the form as I've done here isn't really relevant for testing the application's functionality but I do it to show you how it's done in case your test scenario requires it.

    youdao

  • 首先使用Object . GetType创建表示应用程序窗体Type对象

    I start by using Object.GetType to create a Type object that represents the application form.

    youdao

  • 这些场景可以支持各种各样应用程序服务比如基于应用程序日志窗体例如XHTMLXFORMS 或 LotusForms)的应用程序

    These scenarios can support a variety of applications and services, such as application logging or forms based (for example, XHTML, XFORMS, or Lotus Forms) applications.

    youdao

  • 这个演示应用程序展示如何窗体中,使用幅图片一个标签模仿一个标题

    This demo app shows you how to use a picture and a label to simulate a title bar on a form.

    youdao

  • 这个演示应用程序展示如何窗体中,使用幅图片一个标签模仿一个标题

    This demo app shows you how to use a picture and a label to simulate a title bar on a form.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定