很好的手机发短信的例子。含GSM群发机设计原理和使用说明。还有详细代码

源代码在线查看: exitform.~pas

软件大小: 14847 K
上传用户: jwl119
关键词: GSM 手机 使用说明 代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				unit ExitForm;
				
				interface
				
				uses
				  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
				  Dialogs, StdCtrls;
				
				type
				  TTheExitFom = class(TForm)
				    Label1: TLabel;
				  private
				    { Private declarations }
				  public
				    { Public declarations }
				  end;
				
				var
				  TheExitFom: TTheExitFom;
				
				implementation
				
				{$R *.dfm}
				
				end.
							

相关资源