All articles| All Pictures| All Softwares| All Video| Go home page| Write articles| Upload pictures

Reading number is top 10 articles
Asp.net和C#开发中的一些注意事项及小技巧_.net资料_编程技术
七种缓存使用武器,为网站应用和访问加速_php资料_编程技术
asp.net,ajax,1.0,hello,world程序_.net资料_编程技术
PHP技巧:通过实例深入剖析require和include的用法_[PHP教程]
配置文件中PHP最常用四个ini函数_[PHP教程]
ASP.NET2.0自动搜索文件组成导航系统_.net资料_编程技术
PHP脚本的8个技巧
使用Asp.Net2.0,编写类似GMail的文件上传系统_[Asp.Net教程]
使用PHP的日期与时间函数提高开发技巧_php资料_编程技术
delphi获取Windows目录
Reading number is top 10 pictures
Catch prostitution woman in China
Plump, too plump!2
鸡蛋的新玩法
The little girl with long hair1
So beauty, will let you spray blood7
In the world the most mysterious 21 place landscape2
采访美女孙菲菲
刘亦菲写真集2
A man's favorite things14
30 beautiful school beauty5
Download software ranking
星际争霸1.08硬盘免安装版
Tram sex maniac 2 (H) rar bag1
Ashlynn Video4
Eclipse 4.2.2 For Win32
Unix video tutorial13
Such love down(擒爱记)
Boxer's Top ten classic battle1
White deer villiage
Tram sex maniac 2 (H) rar bag9
Tram sex maniac 2 (H) rar bag7
aaa published in(发表于) 2014/7/19 0:13:22 Edit(编辑)
Delphi触摸屏系统

Delphi触摸屏系统

Delphi触摸屏系统

Delphi触摸屏系统

实例说明

随着旅游产业的快速发展,旅游业已成为各地拉动经济发展的重要部分。各旅游城市也不失时机地推出各种宣传手段包装自己,宣传自己。多媒体宣传光盘不但可以宣传旅游城市的秀丽风光,更能提供平面媒介无法提供的查询和检索功能,是一种非常好的宣传服务手段。每年一些发达旅游城市都会推出自己的宣传光盘。下面通过实例介绍一下触摸屏系统的制作过程。本例运行效果如图1.25所示。

技术要点

在该实例中用到了SetWindowLong()函数,其函数的原型为:

LONG SetWindowLong(HWND hWnd,int nIndex,LONG dwNewLong);

参数说明如表1.12所示。

功能:从指定窗口的结构中取得消息。



表1.12 参数说明

实现过程

1.新建一个标准工程,创建两个窗体,默认窗体的Name属性分别为Form1、Form2。

2.在窗体中放置TImage、TLabel和TPanel组件。

3.相关组件的主要属性如表1.13所示。

表1.13 主要组件的属性设置

4.主要程序的代码如下:

procedure TForm1.Label1Click(Sender: TObject);

begin

Form1.Visible := false;

Application.CreateForm(TForm2, Form2);

Form2.ShowModal;

Form2.Free;

end;

procedure TForm1.FormCreate(Sender: TObject);

begin

setwindowlong(handle,GWL_style,Getwindowlong(handle,GWL_style) and (not WS_caption));

end;

procedure TForm1.Label2Click(Sender: TObject);

begin

close;

end;

procedure TForm1.Label3Click(Sender: TObject);

begin

form1.Visible := false;

application.CreateForm(TForm3, Form3);

Form3.ShowModal;

Form3.Free;

end;

end.




添加到del.icio.us 添加到新浪ViVi 添加到百度搜藏 添加到POCO网摘 添加到天天网摘365Key 添加到和讯网摘 添加到天极网摘 添加到黑米书签 添加到QQ书签 添加到雅虎收藏 添加到奇客发现 diigo it 添加到饭否 添加到飞豆订阅 添加到抓虾收藏 添加到鲜果订阅 digg it 貼到funP 添加到有道阅读 Live Favorites 添加到Newsvine 打印本页 用Email发送本页 在Facebook上分享


Disclaimer Privacy Policy About us Site Map

If you have any requirements, please contact webmaster。(如果有什么要求,请联系站长)
Copyright ©2011-
uuhomepage.com, Inc. All rights reserved.