代码搜索:Click
找到约 10,000 项符合「Click」的源代码
代码结果 10,000
www.eeworm.com/read/119076/14840809
xfm teeextralegendtool.xfm
inherited ExtraLegendEditor: TExtraLegendEditor
PixelsPerInch = 96
TextHeight = 13
inherited CBSeries: TComboFlat
TabOrder = 1
end
object Button1: TButton
Left = 80
Top =
www.eeworm.com/read/119076/14840920
xfm teedragmarksedit.xfm
inherited DragMarksToolEditor: TDragMarksToolEditor
PixelsPerInch = 96
TextHeight = 13
inherited CBSeries: TComboFlat
HelpContext = 1235
end
object Button1: TButton
Left = 48
www.eeworm.com/read/118616/14861648
pas unit3.pas
unit Unit3;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ExtCtrls;
type
TAboutMe = class(TForm)
Label1:
www.eeworm.com/read/218942/14902498
pas uabout.pas
unit uAbout;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls, Buttons;
type
TfrmAbout = class(TForm)
BitBtn1: TBitBtn
www.eeworm.com/read/218942/14902543
~pa uabout.~pa
unit uAbout;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls, Buttons;
type
TfrmAbout = class(TForm)
BitBtn1: TBitBtn
www.eeworm.com/read/117682/14909843
pas help.pas
unit help;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm2 = class(TForm)
Label1: TLabel;
Label2: TLabel;
www.eeworm.com/read/117201/14935434
pas uz_gtsp_sx.pas
unit uz_gtsp_sx;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Menus, Grids, DBGrids, ComCtrls, StdCtrls, ExtCtrls, ToolWin,u_main,
ImgList;
www.eeworm.com/read/117201/14935774
pas uz_gtsp_ye.pas
unit uz_gtsp_ye;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Menus, ExtCtrls, ComCtrls, ToolWin, Grids, DBGrids, Db, DBTables,
StdCtrls, Img
www.eeworm.com/read/217972/14941946
pas piao_pas.pas
unit piao_pas;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, DBCtrls;
type
TForm2 = class(TForm)
Button1: TButton;
www.eeworm.com/read/117054/14942399
~pas mc_dlmcdj.~pas
unit MC_DLMCDJ;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
type
TDLMCDJ = class(TForm)
procedure DBLookupComboBox1Click(Sender: TObjec