代码搜索:Click
找到约 10,000 项符合「Click」的源代码
代码结果 10,000
www.eeworm.com/read/370381/9603459
~pas f_main.~pas
unit f_main;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls, jpeg;
type
Tmain = class(TForm)
Panel1: TPane
www.eeworm.com/read/370381/9603478
pas f_main.pas
unit f_main;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls, jpeg;
type
Tmain = class(TForm)
Panel1: TPane
www.eeworm.com/read/173459/9656656
c++biulder
作者:hxfwsk
email: hxfwsk@hotmail.com
日期:6/15/2001 7:26:24 PM
我在开发一个软件的过程中,遇到了不少的困难。其中有些问题,是系统的帮助、一般的书籍是不可能提到的,只能靠自己摸索。以下是我在实践中总结的一些经验,现在整理出来让同行们参考,避免走弯路。不对之处,请多多指正。
一、窗体的访问:
---- 由系统直接建立的窗体( ...
www.eeworm.com/read/369127/9662015
~pas about.~pas
unit about;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls;
type
TForm3 = class(TForm)
Image1: TImage;
Label1:
www.eeworm.com/read/369127/9662020
pas about.pas
unit about;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls;
type
TForm3 = class(TForm)
Image1: TImage;
Label1:
www.eeworm.com/read/368520/9691082
frm form1.frm
VERSION 5.00
Begin VB.Form Frmmain
Caption = "图书查询管理系统"
ClientHeight = 8820
ClientLeft = 165
ClientTop = 735
ClientWidth = 10710
LinkTopic
www.eeworm.com/read/368058/9715046
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
procedure Button
www.eeworm.com/read/368058/9715207
pas zc1.pas
unit zc1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Buttons;
type
Tzc = class(TForm)
Edit1: TEdit;
BitBtn1: TBitBtn
www.eeworm.com/read/367593/9740805
pas ustat.pas
unit Ustat;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Grids, DBGrids, DBCtrls;
type
TForm5 = class(TForm)
Labe
www.eeworm.com/read/367245/9765507
pas viewwin.pas
unit ViewWin;
interface
uses
SysUtils, Windows, Messages, Classes, Graphics, Controls,
Forms, Dialogs, ExtCtrls;
type
TViewForm = class(TForm)
Image1: TImage;
procedure Ima