代码搜索:ABOUT
找到约 10,000 项符合「ABOUT」的源代码
代码结果 10,000
www.eeworm.com/read/167397/9969723
c about.c
#include "about.h"
void show_about(void) {
GtkWidget *dialog, *button, *label;
dialog = gtk_dialog_new();
gtk_window_set_title(GTK_WINDOW(dialog), "关于连连看V1.0版");
gtk_
www.eeworm.com/read/167397/9969741
h about.h
/* about.h */
#ifndef ABOUT_H
#define ABOUT_H
#include "gtk/gtk.h"
#include "img/rule.h"
void show_about(void);
void show_rule(void);
#endif
www.eeworm.com/read/167396/9970175
gif about.gif
www.eeworm.com/read/167266/9973723
~pas about.~pas
unit about;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ExtCtrls;
type
Taboutfrm = class(TForm)
Bevel1:
www.eeworm.com/read/167266/9973746
pas about.pas
unit about;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ExtCtrls;
type
Taboutfrm = class(TForm)
Bevel1:
www.eeworm.com/read/167266/9973836
dcu about.dcu
www.eeworm.com/read/167266/9973921
dfm about.dfm
object aboutfrm: Taboutfrm
Left = 241
Top = 151
Width = 347
Height = 286
Caption = #20851#20110'......'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowTe
www.eeworm.com/read/167266/9974020
~ddp about.~ddp
www.eeworm.com/read/167266/9974021