object HotmailForm: THotmailForm Left = 207 Top = 203 BorderStyle = bsDialog Caption = 'HotMail Settings' ClientHeight = 171 ClientWidth = 374 Font.Color = clBlack Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object Panel1: TPanel Left = 0 Top = 0 Width = 374 Height = 171 Align = alClient TabOrder = 0 object Label1: TLabel Left = 10 Top = 15 Width = 35 Height = 16 Caption = 'Login ' Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 10 Top = 41 Width = 57 Height = 16 Caption = 'Password' Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object URLEdit: TEdit Left = 80 Top = 12 Width = 184 Height = 24 Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 end object OKButton: TBitBtn Left = 284 Top = 12 Width = 76 Height = 26 Caption = 'OK' Default = True Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = OKButtonClick NumGlyphs = 2 end object CancelButton: TBitBtn Left = 284 Top = 37 Width = 76 Height = 26 Cancel = True Caption = 'Cancel' Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 3 OnClick = CancelButtonClick NumGlyphs = 2 end object Edit1: TEdit Left = 80 Top = 37 Width = 185 Height = 24 Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False PasswordChar = '*' TabOrder = 1 end object CheckBox1: TCheckBox Left = 10 Top = 65 Width = 97 Height = 19 Caption = 'Check Mail' Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 4 end object GroupBox1: TGroupBox Left = 8 Top = 88 Width = 354 Height = 75 Caption = 'Proxy Settings' Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 5 object Label3: TLabel Left = 12 Top = 23 Width = 36 Height = 16 Caption = 'Server' end object Label4: TLabel Left = 226 Top = 22 Width = 24 Height = 16 Caption = 'Port' end object Label5: TLabel Left = 13 Top = 48 Width = 27 Height = 16 Caption = 'User' end object Label6: TLabel Left = 171 Top = 48 Width = 57 Height = 16 Caption = 'Password' end object Edit2: TEdit Left = 62 Top = 19 Width = 153 Height = 24 TabOrder = 0 end object Edit3: TEdit Left = 285 Top = 18 Width = 58 Height = 24 TabOrder = 1 end object Edit4: TEdit Left = 62 Top = 44 Width = 100 Height = 24 TabOrder = 2 end object Edit5: TEdit Left = 238 Top = 45 Width = 106 Height = 24 PasswordChar = '*' TabOrder = 3 end end end object HTTP1: TagHTTP WinsockLoaded = True DefaultPort = 80 TimeOut = 120 Left = 339 Top = 111 end end