home *** CD-ROM | disk | FTP | other *** search
- object DlgWavOut: TDlgWavOut
- Left = 193
- Top = 153
- BorderStyle = bsNone
- Caption = 'DiaOut'
- ClientHeight = 66
- ClientWidth = 332
- Color = clBtnFace
- Constraints.MaxHeight = 100
- Constraints.MaxWidth = 340
- Constraints.MinHeight = 100
- Constraints.MinWidth = 340
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Shape1: TShape
- Left = 0
- Top = 0
- Width = 332
- Height = 66
- Pen.Width = 3
- end
- object Message: TLabel
- Left = 8
- Top = 8
- Width = 55
- Height = 16
- Caption = 'Message'
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Image1: TImage
- Left = 290
- Top = 30
- Width = 32
- Height = 32
- end
- object BClose: TSpeedButton
- Left = 128
- Top = 35
- 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 = BCloseClick
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 500
- OnTimer = Timer1Timer
- Left = 48
- Top = 32
- end
- object ClientSocket1: TClientSocket
- Active = False
- ClientType = ctNonBlocking
- Port = 0
- OnConnect = ClientSocket1Connect
- OnRead = ClientSocket1Read
- OnError = ClientSocket1Error
- Left = 8
- Top = 32
- end
- end
-