搜索结果

找到约 11 项符合 TForm 的查询结果

书籍源码 该实例着重介绍TForm组件中各种属性设置及其显示效果.

该实例着重介绍TForm组件中各种属性设置及其显示效果.
https://www.eeworm.com/dl/532/226622.html
下载: 160
查看: 1050

Delphi控件源码 万能流化单元,可以反向完美流化任何TComponent组件,并不单单是TForm

万能流化单元,可以反向完美流化任何TComponent组件,并不单单是TForm
https://www.eeworm.com/dl/666/220251.html
下载: 159
查看: 1059

Delphi控件源码 图形显示技巧,这是其中一段代码 procedure TForm1.Button1Click(Sender: TObject) var newbmp:TBitmap i,bmphei

图形显示技巧,这是其中一段代码 procedure TForm1.Button1Click(Sender: TObject) var newbmp:TBitmap i,bmpheight,bmpwidth:integer //推拉 begin newbmp:=TBitmap.Create newbmp.Width:=image1.Width newbmp.Height:=image1.Height bmpheight:=image1.Height bmpwidth:=image1.Width for i:=0 to bmphei ...
https://www.eeworm.com/dl/666/247846.html
下载: 171
查看: 1175

通讯编程文档 program kehuji uses Forms, Unit1 in ..zxcUnit1.pas {Form1}, Unit2 in ..zxcUnit2.pas {Form2

program kehuji uses Forms, Unit1 in ..\zxc\Unit1.pas {Form1}, Unit2 in ..\zxc\Unit2.pas {Form2}, Unit3 in ..\zxc\Unit3.pas {Form3}, Unit4 in ..\zxc\Unit4.pas {Form4} // Unit3 in C:\Program Files\Borland\Delphi7\Projects\Unit3.pas {Form3}, // Unit4 in C:\Program Files\Borland\Delphi7\Projec ...
https://www.eeworm.com/dl/646/163138.html
下载: 97
查看: 1106

Delphi控件源码 MD5变换动态链接库文件调用:(delphi例子) =======================================================================

MD5变换动态链接库文件调用:(delphi例子) ========================================================================= function transfer(tran:widestring):widestring stdcall external md5.dll name transfer //edit1为输入字符,edit2为输出md5摘要 procedure TForm1.Button1Click(Sender: TObject) begin e ...
https://www.eeworm.com/dl/666/316285.html
下载: 139
查看: 1064

人工智能/神经网络 tsp遗传算法源代码

tsp遗传算法源代码,nit fEA_TSP interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, StdCtrls, Spin, ComCtrls, uIEA, uITSP, uUtilsEA, uDisplayTSP type TFormGA = class(TForm) PanelFit: TPanel Panel2: TPanel Panel3: TPanel PanelDisp: TPanel P ...
https://www.eeworm.com/dl/650/239493.html
下载: 134
查看: 1050

嵌入式/单片机编程 procedure senddata var i:integer commflg : Boolean begin commflg:=true for i:=1

procedure senddata var i:integer commflg : Boolean begin commflg:=true for i:=1 to 8 do begin if not fcomm comml writecommdata(sendbutter,i) then begin Commflg=false break end end end (4) 接收数据 在编写基于串口的计算机工业测控时,通常需要由下位机向PC机发送数据以使PC机了解系 ...
https://www.eeworm.com/dl/647/428551.html
下载: 64
查看: 1077

串口编程 unit comm interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, D

unit comm interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, SPComm, StdCtrls, ExtCtrls type TFcomm = class(TForm) Comm1: TComm GroupBox1: TGroupBox Memo1: TMemo Memo2: TMemo GroupBox2: TGroupBox Button1: TButton Btn_send: TButton Button2: ...
https://www.eeworm.com/dl/624/306697.html
下载: 130
查看: 1090

医药行业 先运行力控应用程序(如演示工程——反应釜)

先运行力控应用程序(如演示工程——反应釜),实时数据库系统亦随之启动。      然后启动delphi6.0,创建一个新的工程。      在form1窗体中,放置DdeClientConv控件(system标签页),设置ConnectMode属性值为ddeAutomatic、DdeService属性值为db、DdeTopic属性值为db;      接下来放置DdeClientItem控件(s ...
https://www.eeworm.com/dl/679/412995.html
下载: 167
查看: 1128

Delphi/CppBuilder 人民币大写金额转换程序(修正版v0.0.3) =================================== 1.使用方法: ------------- 将Cash_RMB.dcu

人民币大写金额转换程序(修正版v0.0.3) =================================== 1.使用方法: ------------- 将Cash_RMB.dcu放入Delphi安装目录下的Lib中,在uses中加入Cash_RMB, 即可引用CashRMB方法. function CashRMB(CashAmount: Double): String 如: procedure TForm1.Button1Click(Sender: TObject) begin QRLabel ...
https://www.eeworm.com/dl/664/167900.html
下载: 121
查看: 1199