代码搜索:Click
找到约 10,000 项符合「Click」的源代码
代码结果 10,000
www.eeworm.com/read/107766/15602165
pas helptest1.pas
unit HelpTest1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
Bu
www.eeworm.com/read/107224/15611532
pas uani.pas
unit Uani;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
procedu
www.eeworm.com/read/105693/15661293
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/105693/15661305
~pas level.~pas
unit level;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ComCtrls, StdCtrls;
type
TForm2 = class(TForm)
Ed
www.eeworm.com/read/105160/15676882
txt c++biulder 程序设计两点技巧 (转).txt
作者:hxfwsk
email: hxfwsk@hotmail.com
日期:6/15/2001 7:26:24 PM
我在开发一个软件的过程中,遇到了不少的困难。其中有些问题,是系统的帮助、一般的书籍是不可能提到的,只能靠自己摸索。以下是我在实践中总结的一些经验,现在整理出来让同行们参考,避免走弯路。不对之处,请多多指正。
一、窗体的访问:
---- 由系统直接建立的窗体( ...
www.eeworm.com/read/104818/15682503
pas ext1.pas
unit ext1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm2 = class(TForm)
Label1: TLabel;
Button1: TButton;
www.eeworm.com/read/104408/15695043
cpp unit2.cpp
//---------------------------------------------------------------------
#include
#pragma hdrstop
#include "Unit2.h"
//--------------------------------------------------------------------
www.eeworm.com/read/104315/15699002
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
Label1: TLabel;
Edit1: T
www.eeworm.com/read/104315/15699012
~pas unit1.~pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
Label1: TLabel;
Edit1: T
www.eeworm.com/read/104315/15699014
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
Label1: TLabel;
Edit1: T