home *** CD-ROM | disk | FTP | other *** search
- object DlgCallRec: TDlgCallRec
- Left = 201
- Top = 119
- Width = 290
- Height = 281
- Caption = 'Call Record'
- Color = clBtnFace
- Constraints.MinHeight = 281
- Constraints.MinWidth = 290
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- OnShow = FormShow
- DesignSize = (
- 282
- 247)
- PixelsPerInch = 96
- TextHeight = 13
- object ButtonBack1: TImage
- Left = 0
- Top = 0
- Width = 284
- Height = 246
- Anchors = [akLeft, akTop, akRight, akBottom]
- Picture.Data = {<image000.bmp>}
- Stretch = True
- end
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 260
- Height = 14
- Caption = 'Calls in progress - choose which one to record'
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clMaroon
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Label2: TLabel
- Left = 8
- Top = 128
- Width = 232
- Height = 14
- Caption = 'Previously recorded calls - select and play'
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clMaroon
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object BClose: TSpeedButton
- Left = 167
- Top = 220
- Width = 81
- Height = 22
- Anchors = [akBottom]
- Caption = 'Close'
- Flat = True
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clMaroon
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- OnClick = BCloseClick
- end
- object MediaCounter: TLabel
- Left = 199
- Top = 91
- Width = 66
- Height = 14
- Anchors = [akTop, akRight]
- Caption = 'MediaCount'
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clMaroon
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Refresh: TImage
- Left = 57
- Top = 218
- Width = 25
- Height = 25
- Cursor = crHandPoint
- Anchors = [akBottom]
- Picture.Data = {<image001.ico>}
- Transparent = True
- OnClick = RefreshClick
- end
- object MediaPlayer1: TMediaPlayer
- Left = 8
- Top = 88
- Width = 169
- Height = 20
- EnabledButtons = [btPlay, btPause, btStop, btNext, btPrev, btStep, btBack, btRecord]
- VisibleButtons = [btPlay, btPause, btStop, btStep, btBack, btRecord]
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 0
- OnClick = MediaPlayer1Click
- end
- object ListBox1: TListBox
- Left = 8
- Top = 24
- Width = 266
- Height = 57
- Style = lbOwnerDrawVariable
- Anchors = [akLeft, akTop, akRight]
- BevelKind = bkSoft
- ItemHeight = 16
- TabOrder = 1
- OnDblClick = ListBox1DblClick
- OnDrawItem = ListBox1DrawItem
- end
- object ListBox2: TListBox
- Left = 8
- Top = 144
- Width = 266
- Height = 69
- Style = lbOwnerDrawVariable
- Anchors = [akLeft, akTop, akRight, akBottom]
- BevelKind = bkSoft
- ItemHeight = 16
- PopupMenu = PopupMenu1
- ScrollWidth = 400
- TabOrder = 2
- OnDblClick = ListBox2DblClick
- OnDrawItem = ListBox2DrawItem
- end
- object MediaProg: TProgressBar
- Left = 9
- Top = 113
- Width = 265
- Height = 13
- Cursor = crHandPoint
- Anchors = [akLeft, akTop, akRight]
- Min = 0
- Max = 100
- Smooth = True
- TabOrder = 3
- OnMouseDown = MediaProgMouseDown
- end
- object Timer1: TTimer
- Enabled = False
- OnTimer = Timer1Timer
- Left = 8
- Top = 224
- end
- object PopupMenu1: TPopupMenu
- Images = Dlg.ImageList1
- Left = 8
- Top = 224
- object Refresh1: TMenuItem
- Caption = 'Refresh'
- ImageIndex = 57
- OnClick = RefreshClick
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object Delete: TMenuItem
- Caption = 'Delete'
- ImageIndex = 125
- OnClick = DeleteClick
- end
- object DeleteAll: TMenuItem
- Caption = 'Delete All'
- ImageIndex = 58
- OnClick = DeleteAllClick
- end
- end
- end
-