代码搜索:Message
找到约 10,000 项符合「Message」的源代码
代码结果 10,000
www.eeworm.com/read/479025/6697245
gif message.gif
www.eeworm.com/read/479064/6698688
c message.c
/* message.c
Subroutines for dealing with message objects. */
/*
* Copyright (c) 1999-2000 Internet Software Consortium.
* All rights reserved.
*
* Redistribution and use in source and binary
www.eeworm.com/read/479147/6699769
dfm message.dfm
object Form2: TForm2
Left = 200
Top = 128
Width = 459
Height = 176
Caption = 'mymessage'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Heig
www.eeworm.com/read/479147/6699770
pas message.pas
unit message;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls;
type
TForm2 = class(TForm)
Panel1: TPanel;
www.eeworm.com/read/479147/6699772
dcu message.dcu
www.eeworm.com/read/479147/6699780
~dfm message.~dfm
object Form2: TForm2
Left = 192
Top = 107
Width = 459
Height = 203
Caption = 'mymessage'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Heig
www.eeworm.com/read/479147/6699782
~pas message.~pas
unit message;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls;
type
TForm2 = class(TForm)
Panel1: TPanel;
www.eeworm.com/read/478841/6704710