object Form3: TForm3 Left = 268 Top = 367 BorderIcons = [] BorderStyle = bsDialog Caption = 'Use Rate' ClientHeight = 65 ClientWidth = 279 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 16 object Image1: TImage Left = 0 Top = 0 Width = 279 Height = 65 Align = alClient Stretch = True end object Label1: TLabel Left = 8 Top = 8 Width = 257 Height = 15 Caption = 'Please choose your prefered call rate for this call' Font.Charset = ANSI_CHARSET Font.Color = clYellow Font.Height = -13 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False Transparent = True end object Button1: TButton Left = 48 Top = 32 Width = 81 Height = 25 Caption = 'Rate1' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Times New Roman' Font.Style = [] ModalResult = 6 ParentFont = False TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 144 Top = 32 Width = 81 Height = 25 Caption = 'Rate2' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Times New Roman' Font.Style = [] ModalResult = 7 ParentFont = False TabOrder = 1 OnClick = Button2Click end end