欢迎来到毕设资料网! | 帮助中心 毕设资料交流与分享平台
毕设资料网
全部分类
  • 毕业设计>
  • 毕业论文>
  • 外文翻译>
  • 课程设计>
  • 实习报告>
  • 相关资料>
  • ImageVerifierCode 换一换
    首页 毕设资料网 > 资源分类 > DOCX文档下载
    分享到微信 分享到微博 分享到QQ空间

    外文翻译---发展中的应用软件Delphi

    • 资源ID:134885       资源大小:35.52KB        全文页数:9页
    • 资源格式: DOCX        下载积分:100金币
    快捷下载 游客一键下载
    账号登录下载
    三方登录下载: QQ登录
    下载资源需要100金币
    邮箱/手机:
    温馨提示:
    快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如填写123,账号就是123,密码也是123。
    支付方式: 支付宝   
    验证码:   换一换

     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。

    外文翻译---发展中的应用软件Delphi

    1、中文 3000 字 附录 2 英文翻译 英文部分 rDeveloping applications with Delphi Borland Delphi is an object-oriented, visual programming environment to develop32-bit applications for deployment on Windows and Linux. Using Delphi, you can create highly efficient applications with a minimum of manual coding. Delphi pro

    2、vides a suite of Rapid Application Development (RAD) design tools,including programming wizards and application and form templates, and supports object-oriented programming with a comprehensive class library that includes: The Visual Component Library (VCL), which includes objects that encapsulate t

    3、heWindows API as well as other useful programming techniques (Windows). The Borland Component Library for Cross-Platform (CLX), which includes objects that encapsulate the Qt library (Windows or Linux). This chapter briefly describes the Delphi development environment and how it fitsinto the develop

    4、ment life cycle. The rest of this manual provides technical details ondeveloping general-purpose, database, Internet and Intranet applications, creatingActiveX and COM controls, and writing your own components. Integrated development environment When you start Delphi, you are immediately placed with

    5、in the integrated development environment, also called the IDE. This IDE provides all the tools you need to design, develop, test, debug, and deploy applications, allowing rapid prototyping and a shorter development time. The IDE includes all the tools necessary to start designing applications, such

    6、 as the: Form Designer, or form, a blank window on which to design the user interface (UI) for your application. Component palette for displaying visual and nonvisual components you can use to design your user interface. Object Inspector for examining and changing an objects properties and events. O

    7、bject TreeView for displaying and changing a components logical relationships. Code editor for writing and editing the underlying program logic. Project Manager for managing the files that make up one or more projects. Integrated debugger for finding and fixing errors in your code. Many other tools

    8、such as property editors to change the values for an objects property. Command-line tools including compilers, linkers, and other utilities. Extensive class libraries with many reusable objects. Many of the objects provided in the class library are accessible in the IDE from the Component palette. B

    9、y convention, the names of objects in the class library begin with a T, such as TStatusBar. Names of objects that begin with a Q are based on the Qt library and are used for cross-platform applications. Some tools may not be included in all editions of the product. A more complete overview of the de

    10、velopment environment is presented in the Quick Start manual included with the product. In addition, the online Help system provides help on all menus, dialog boxes, and windows. Designing applications You can design any kind of 32-bit applicationfrom general-purpose utilities to sophisti ated data

    11、access programs or distributed applications. As you visually design the user interface for your application, the Form Designer generates the underlying Delphi code to support the application. As you select and modify the properties of components and forms, the results of those changes appear automat

    12、ically in the source code, and vice versa. You can modify the source files directly with any text editor, including the built-in Code editor. The changes you make are immediately reflected in the visual environment.c You can create your own components using the Delphi language. Most of the component

    13、s provided are written in Delphi. You can add components that you write to the Component palette and customize the palette for your use by including new tabs if needed. You can also design applications that run on both Linux and Windows by using CLX components. CLX contains a set of classes that, if

    14、 used instead of those in the VCL, allows your program to port between Windows and Linux. Refer to Chapter 15, “Developing cross-platform applications” for details about cross-platform programming and the differences between the Windows and Linux environments. If you are using Kylix while developing

    15、 cross-platform applications, Kylix also includes a Developers Guide that is tailored for the Linux environment. You can refer to the manual both in the Kylix online Help or the printed manual provided with the Kylix product. Chapter 8, “Building applications, components, and libraries,” introduces

    16、support for different types of applications. Creating projects All application development revolves around projects. When you create an application in Delphi you are creating a project. A project is a collection of files that make up an application. Some of these files are created at design time. Ot

    17、hers are generated automatically when you compile the project source code. You can view the contents of a project in a project management tool called the Project Manager. The Project Manager lists, in a hierarchical view, the unit names, the forms contained in the unit (if there is one), and shows t

    18、he paths to the files in the project. Although you can edit many of these files directly, it is often easier and more reliable to use the visual tools. At the top of the project hierarchy is a group file. You can combine multiple projects into a project group. This allows you to open more than one project at a time in the Project Manager. Project groups let you organize and work on related projects, such as applications that function together or parts of a multi-tiered application. If you


    注意事项

    本文(外文翻译---发展中的应用软件Delphi)为本站会员(泛舟)主动上传,毕设资料网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请联系网站客服QQ:540560583,我们立即给予删除!




    关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们
    本站所有资料均属于原创者所有,仅提供参考和学习交流之用,请勿用做其他用途,转载必究!如有侵犯您的权利请联系本站,一经查实我们会立即删除相关内容!
    copyright@ 2008-2025 毕设资料网所有
    联系QQ:540560583