代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/361378/10056303
pas ipedit.pas
{ Tihs component is distributed as a freeware. You can use it freely, but if you do
some modifications on this code, please let me know. Bug report and upgrade suggestion
are Welcome.
Description:
www.eeworm.com/read/165586/10056803
pas uawinsocket.pas
unit UAWinSocket;
interface
uses
Windows,
SysUtils,
Winsock,
Classes,
Messages;
type
PWinsockInfo=^TWinsockInfo; // 2.3 changed array from 0.. to 1..
TWinsockInfo=
www.eeworm.com/read/165536/10058198
txt border.txt
BORDER [DUAL MODE, NOT WINDOW COMPATIBLE]
NAME BORDER - changes the border color.
SYNTAX
border
[BLACK|RED|GREEN|YELLOW|BLUE|MA
www.eeworm.com/read/361283/10060636
pas vclunzip.pas
{ ********************************************************************************** }
{ }
{ COPYRIGHT 1997 Kevin
www.eeworm.com/read/361283/10061044
pas lbmorphbutton.pas
unit LBMorphButton;
{$P+,S-,W-,R-}
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
LBMorphUtils, LBBMPUtils, LBMorphVCLBase, ExtCtrls, LBMorphBm
www.eeworm.com/read/361283/10061056
pas lbdbgrid.pas
{*******************************************************}
{ }
{ Borland Delphi Visual Component Library }
{
www.eeworm.com/read/361283/10061058
pas lbmorphvclbase.pas
unit LBMorphVCLBase;
{$P+,S-,W-,R-}
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
LBMorphUtils, LBBMPUtils, LBMorphBmp, ExtCtrls;
type
T
www.eeworm.com/read/361283/10061066
pas lbmorphbmp.pas
unit LBMorphBmp;
{$P+,S-,W-,R-}
{$C PRELOAD}
interface
{ remove this line for remove shareware limitation }
{$DEFINE SHAREWARE}
uses Graphics, Windows, LBMorphUtils;
type
TFColor
www.eeworm.com/read/361283/10061073
pas lbctrls.pas
unit LBCtrls;
interface
uses
SysUtils, Windows, Classes, Controls, StdCtrls, Messages,
Forms, Graphics, LBUtils, Buttons, ExtCtrls, ImgList,
CommCtrl, Themes, ActnList;
type
TButS
www.eeworm.com/read/361283/10061082
pas lbcalen.pas
unit LBCalen;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, DB, DBCtrls;
type
TLBCalenStyle = (csRaised, csLowered, csNone);