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

源代码在线查看: exitform.dfm

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

相关代码

				object TheExitFom: TTheExitFom
				  Left = 564
				  Top = 337
				  BorderStyle = bsNone
				  Caption = 'TheExitFom'
				  ClientHeight = 166
				  ClientWidth = 340
				  Color = clBtnFace
				  Font.Charset = GB2312_CHARSET
				  Font.Color = clWindowText
				  Font.Height = -12
				  Font.Name = #23435#20307
				  Font.Style = []
				  OldCreateOrder = False
				  Position = poMainFormCenter
				  PixelsPerInch = 96
				  TextHeight = 12
				  object Panel1: TPanel
				    Left = 0
				    Top = 0
				    Width = 340
				    Height = 166
				    Align = alClient
				    BevelInner = bvRaised
				    BevelOuter = bvLowered
				    Caption = #36864#20986#20013#65292#31245#20505'...'
				    Font.Charset = GB2312_CHARSET
				    Font.Color = clWindowText
				    Font.Height = -16
				    Font.Name = #23435#20307
				    Font.Style = []
				    ParentFont = False
				    TabOrder = 0
				  end
				end
							

相关资源