home *** CD-ROM | disk | FTP | other *** search
- object DlgSMS: TDlgSMS
- Left = 169
- Top = 120
- BorderStyle = bsNone
- Caption = 'SMS'
- ClientHeight = 78
- ClientWidth = 232
- 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 = []
- OldCreateOrder = False
- OnClose = FormClose
- OnShow = OnShow
- PixelsPerInch = 96
- TextHeight = 13
- object Shape1: TShape
- Left = 0
- Top = 0
- Width = 232
- Height = 78
- Pen.Width = 3
- end
- object TStatus: TLabel
- Left = 7
- Top = 12
- Width = 74
- Height = 16
- Alignment = taCenter
- Caption = 'Sending ...'
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object BClose: TSpeedButton
- Left = 80
- Top = 48
- Width = 75
- Height = 25
- Caption = 'Close'
- Flat = True
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- OnClick = BClose1Click
- end
- object Image1: TImage
- Left = 195
- Top = 41
- Width = 32
- Height = 32
- 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
-