代码搜索:Graphics

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

代码结果 10,000
www.eeworm.com/read/132711/14077393

pas unidentify.pas

unit Unidentify; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs; type Tidentifyfrm = class(TForm) private { Private declara
www.eeworm.com/read/132711/14077407

~pas unidentify.~pas

unit Unidentify; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs; type Tidentifyfrm = class(TForm) private { Private declara
www.eeworm.com/read/132711/14077478

pas server.pas

unit server; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm3 = class(TForm) Label1: TLabel; private
www.eeworm.com/read/132711/14077630

~pas server.~pas

unit server; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm3 = class(TForm) Label1: TLabel; private
www.eeworm.com/read/235248/14080019

txt readme.txt

Building UnderC is easiest using Microsoft C++ 6.0. I've supplied a workspace containing three projects; ucc is the text console version, uccdll is the DLL, and ucw is the graphics-console version
www.eeworm.com/read/235202/14082009

pas u_main.pas

unit U_main; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; private
www.eeworm.com/read/132541/14085272

java debug14_2.java

package questions.c14; import javax.swing.*; import java.awt.*; public class Debug14_2 extends JApplet { public void init( Graphics g ) { JLabel l = new JLabel( "Label text" ); ge
www.eeworm.com/read/132499/14086569

pas splash.pas

unit splash; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, jpeg, ExtCtrls, StdCtrls; type TSplashForm = class(TForm) Image1:
www.eeworm.com/read/234952/14090758

desktop roadnav.desktop

[Desktop Entry] Encoding=UTF-8 Name=Roadnav Comment=In car navigation software Exec=roadnav Icon=roadnav.png Terminal=false Type=Application Categories=Utility;Graphics;
www.eeworm.com/read/132372/14091641

~pas uzdj.~pas

unit Uzdj; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Buttons; type TFrmZdj = class(TForm) BtnOk: TBitBtn; BtnCancel