代码搜索:Graphics
找到约 10,000 项符合「Graphics」的源代码
代码结果 10,000
www.eeworm.com/read/236337/14020898
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
type
TForm1 = class(TForm)
private
{ Private declarations }
public
{
www.eeworm.com/read/236337/14020933
~pas unit1.~pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
type
TForm1 = class(TForm)
private
{ Private declarations }
public
{
www.eeworm.com/read/133833/14021629
~pas unit5.~pas
unit Unit5;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
TtuitaiForm = class(TForm)
private
{ Private declarations
www.eeworm.com/read/236201/14028826
java exampleapplet.java
import java.applet.Applet;
import java.awt.Graphics;
import java.awt.HeadlessException;
/*
* Created on Nov 27, 2004
*
*/
/**
* @author Nicholas Zakas
*
*/
public class ExampleApple
www.eeworm.com/read/133620/14033425
pas log.pas
unit log;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, GradeColorImage;
type
TLogForm = class(TForm)
GCImg2: TGCI
www.eeworm.com/read/133425/14043925
~pas unit4.~pas
unit Unit4;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
TForm4 = class(TForm)
private
{ Private declarations }
www.eeworm.com/read/133284/14049396
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm2 = class(TForm)
Memo1: TMemo;
private
www.eeworm.com/read/235846/14049792
pas log.pas
unit log;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, GradeColorImage;
type
TLogForm = class(TForm)
GCImg2: TGCI
www.eeworm.com/read/133170/14053164
~pas unit15.~pas
unit Unit15;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls, Buttons;
type
TForm15 = class(TForm)
panel1:
www.eeworm.com/read/133170/14053175
pas unit13.pas
unit Unit13;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls;
type
TForm13 = class(TForm)
Image1: TImage;