代码搜索:Graphics

找到约 10,000 项符合「Graphics」的源代码

代码结果 10,000
www.eeworm.com/read/132372/14092517

pas uzdj.pas

unit Uzdj; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Buttons; type TFrmZdj = class(TForm) BtnOk: TBitBtn; BtnCancel
www.eeworm.com/read/132372/14092625

~pas uzdj.~pas

unit Uzdj; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Buttons; type TFrmZdj = class(TForm) BtnOk: TBitBtn; BtnCancel
www.eeworm.com/read/132372/14093378

pas uzdj.pas

unit Uzdj; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Buttons; type TFrmZdj = class(TForm) BtnOk: TBitBtn; BtnCancel
www.eeworm.com/read/132372/14094221

pas processbar.pas

unit ProcessBar; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, Gauges, ExtCtrls; type TProcessBarForm = class(TForm) Gauge1: TGauge;
www.eeworm.com/read/132372/14094941

pas uzdj.pas

unit Uzdj; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Buttons; type TFrmZdj = class(TForm) BtnOk: TBitBtn; BtnCancel
www.eeworm.com/read/132372/14095057

~pas uzdj.~pas

unit Uzdj; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Buttons; type TFrmZdj = class(TForm) BtnOk: TBitBtn; BtnCancel
www.eeworm.com/read/204668/15335131

pas unit2.pas

unit Unit2; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls; type TForm2 = class(TForm) Label1: TLabel; Label2:
www.eeworm.com/read/203814/15351228

java testimage.java

package shopingmanager; import javax.swing.*; import java.awt.*; import java.awt.image.*; import java.io.Serializable; public class TestImage extends JPanel implements Serializable {
www.eeworm.com/read/203059/15367002

txt file type signatures.txt

File Type Extensions Header Offset Footer Default in KB JPEG jpg;jpeg 0xFFD8FF 0 PNG png 0x89504E470D0A1A0A 0 0x49454E44AE426082 GIF gif GIF8 0 TIFF tif;tiff 0x49492A00 0 TIFF tif;tiff 0x4
www.eeworm.com/read/202939/15369364

java boardview.java

package com.mot.j2me.midlets.jbombman; import javax.microedition.lcdui.*; public class BoardView extends Canvas { private Board oBoard; private Player oPlayer; private Enemy oEnemy; p