home *** CD-ROM | disk | FTP | other *** search
- object FProceed: TFProceed
- Left = 502
- Top = 181
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Proceed With Call?'
- ClientHeight = 215
- ClientWidth = 330
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- Scaled = False
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object LBalance: TLabel
- Left = 55
- Top = 27
- Width = 120
- Height = 13
- Alignment = taRightJustify
- Caption = 'Your Account Balance is:'
- end
- object LTime: TLabel
- Left = 83
- Top = 66
- Width = 91
- Height = 13
- Alignment = taRightJustify
- Caption = 'You may speak for:'
- end
- object LProceed: TLabel
- Left = 38
- Top = 114
- Width = 192
- Height = 13
- Caption = 'Do You Want To Place This Call?'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- end
- object LTimeLeft: TLabel
- Left = 24
- Top = 192
- Width = 47
- Height = 13
- Caption = 'LTimeLeft'
- end
- object SBalance: TEdit
- Left = 184
- Top = 23
- Width = 125
- Height = 21
- TabStop = False
- Color = clWhite
- Ctl3D = True
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentCtl3D = False
- ParentFont = False
- ReadOnly = True
- TabOrder = 0
- Text = 'SBalance'
- end
- object STime: TEdit
- Left = 182
- Top = 63
- Width = 125
- Height = 21
- TabStop = False
- Color = clWhite
- Ctl3D = True
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentCtl3D = False
- ParentFont = False
- ReadOnly = True
- TabOrder = 1
- Text = 'STime'
- end
- object BYes: TButton
- Left = 86
- Top = 144
- Width = 75
- Height = 23
- Caption = 'Yes'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = BYesClick
- OnMouseDown = BYesMouseDown
- end
- object BNo: TButton
- Left = 189
- Top = 146
- Width = 75
- Height = 23
- Caption = 'No'
- Default = True
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = BNoClick
- end
- object ReplyTimer: TTimer
- Enabled = False
- OnTimer = ReplyTimerTimer
- Left = 10
- Top = 136
- end
- end
-