代码搜索:TStringGrid
找到约 181 项符合「TStringGrid」的源代码
代码结果 181
www.eeworm.com/read/255930/12046020
pas u1.pas
unit U1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Grids;
type
TForm1 = class(TForm)
StringGrid1: TStringGrid;
Butt
www.eeworm.com/read/168081/5448422
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Grids, Buttons;
type
TForm2 = class(TForm)
StringGrid1: TStringGrid;
Sp
www.eeworm.com/read/255923/4371781
pas unit3.pas
unit Unit3;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Grids;
type
TForm3 = class(TForm)
StringGrid1: TStringGrid;
L
www.eeworm.com/read/255923/4371819
pas unit3.pas
unit Unit3;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Grids;
type
TForm3 = class(TForm)
StringGrid1: TStringGrid;
L
www.eeworm.com/read/370645/9589174
~pa unit2~1.~pa
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Grids, Buttons;
type
TForm2 = class(TForm)
StringGrid1: TStringGrid;
Sp
www.eeworm.com/read/370645/9589207
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Grids, Buttons;
type
TForm2 = class(TForm)
StringGrid1: TStringGrid;
Sp
www.eeworm.com/read/370645/9589210
~pa unit2~2.~pa
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Grids, Buttons;
type
TForm2 = class(TForm)
StringGrid1: TStringGrid;
Sp
www.eeworm.com/read/268118/11152102
pas unit3.pas
unit Unit3;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Grids;
type
TForm3 = class(TForm)
StringGrid1: TStringGrid;
L
www.eeworm.com/read/268118/11152231
pas unit3.pas
unit Unit3;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Grids;
type
TForm3 = class(TForm)
StringGrid1: TStringGrid;
L
www.eeworm.com/read/275293/10825192
pas cgridsort.pas
unit CGridSort;
{*******************************************************
TGridSort Component (1.0) -- by WeiYF, 1998.10.29
该组件提供了对TStringGrid内容进行排序的函数
支持普通排序和快速排序两种模式
******************