object Form2: TForm2 Left = 369 Top = 128 AutoSize = True BorderIcons = [] BorderStyle = bsDialog Caption = 'Internet Update' ClientHeight = 105 ClientWidth = 265 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False Position = poDesktopCenter OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 0 Top = 0 Width = 265 Height = 105 Caption = ' Updating Currencies...' TabOrder = 0 object Label1: TLabel Left = 16 Top = 24 Width = 36 Height = 13 Caption = 'Status: ' end object Label2: TLabel Left = 16 Top = 48 Width = 63 Height = 13 Caption = 'Please wait...' end object Button2: TButton Left = 64 Top = 70 Width = 75 Height = 25 Caption = '&Cancel' TabOrder = 1 OnClick = Button2Click end object Button1: TButton Left = 138 Top = 70 Width = 75 Height = 25 Caption = '&OK' TabOrder = 0 OnClick = Button1Click end end end