代码搜索:Click
找到约 10,000 项符合「Click」的源代码
代码结果 10,000
www.eeworm.com/read/236049/14034648
frm form1.frm
VERSION 5.00
Begin VB.Form Frmmain
Caption = "图书查询管理系统"
ClientHeight = 8820
ClientLeft = 165
ClientTop = 735
ClientWidth = 10710
LinkTopic
www.eeworm.com/read/235941/14040152
pas com_info_unit.pas
unit Com_Info_Unit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ImgList, ComCtrls, ToolWin, ExtCtrls, StdCtrls, Grids, DBGrids,
DB
www.eeworm.com/read/133425/14044004
pas unit4.pas
unit Unit4;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm4 = class(TForm)
Edit1: TEdit;
Label1: TL
www.eeworm.com/read/133252/14050187
pas uabout.pas
unit uabout;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls;
type
Tfabout = class(TForm)
Label1: TLabel;
www.eeworm.com/read/133252/14050197
pas uaccount.pas
unit Uaccount;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
Tfaccount = class(TForm)
ListBox1: TListBox;
www.eeworm.com/read/132986/14063956
pas unit3.pas
unit Unit3;
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls;
type
TAboutBox = class(TForm)
Panel1: TPanel;
ProgramIcon: TImag
www.eeworm.com/read/132711/14077435
pas unabout.pas
unit Unabout;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ExtCtrls;
type
Taboutfrm = class(TForm)
Bevel
www.eeworm.com/read/132711/14077439
~pas unabout.~pas
unit Unabout;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ExtCtrls;
type
Taboutfrm = class(TForm)
Bevel
www.eeworm.com/read/132373/14091448
pas zuozhe.pas
unit zuozhe;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ComCtrls, Buttons;
type
TzuozheForm = class(TForm)
Rich
www.eeworm.com/read/204668/15335079
pas unit1.pas
// FastReport 2.3 demo.
//
// Demonstrates how to create reports with form stored in DFM.
// Note that "StoreInDFM" option of the TfrReport object
// must be set to "True".
unit Unit1;