home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2006 July & August
/
PCWorld_2006-07-08_cd.bin
/
komunikace
/
wavago
/
W-install-cz.exe
/
Wavago.exe
/
0
/
RCDATA
/
TDLGSMS
/
TDLGSMS.txt
< prev
Wrap
Text File
|
2006-04-12
|
1KB
|
62 lines
object DlgSMS: TDlgSMS
Left = 169
Top = 120
Width = 240
Height = 112
Caption = 'SMS'
Color = clBtnFace
Constraints.MaxHeight = 112
Constraints.MaxWidth = 240
Constraints.MinHeight = 112
Constraints.MinWidth = 240
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
OldCreateOrder = False
OnClose = FormClose
OnShow = OnShow
PixelsPerInch = 96
TextHeight = 13
object TStatus: TStaticText
Left = 16
Top = 8
Width = 61
Height = 20
Caption = 'Sending'
Font.Charset = DEFAULT_CHARSET
Font.Color = clMaroon
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
end
object BClose: TButton
Left = 80
Top = 40
Width = 75
Height = 25
Caption = 'Close'
TabOrder = 1
OnClick = BClose1Click
end
object Timer1: TTimer
Enabled = False
OnTimer = OnTimer1
Top = 40
end
object ClientSocket1: TClientSocket
Active = False
ClientType = ctNonBlocking
Port = 80
OnConnect = ClientSocket1OnConnect
OnRead = ClientSocket1OnRead
OnError = ClientSocket1OnError
Left = 32
Top = 40
end
end