object MainForm: TMainForm Left = 184 Top = 137 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'PandaMoney Import Utility' ClientHeight = 317 ClientWidth = 461 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] Icon.Data = {} OldCreateOrder = False Position = poDesktopCenter PixelsPerInch = 96 TextHeight = 14 object GoBtn: TSpeedButton Left = 257 Top = 290 Width = 99 Height = 22 Caption = 'Go' Enabled = False OnClick = GoBtnClick end object CancelBtn: TSpeedButton Left = 359 Top = 290 Width = 91 Height = 22 Caption = 'Cancel' OnClick = CancelBtnClick end object GroupBox1: TGroupBox Left = 4 Top = 4 Width = 451 Height = 141 Caption = 'PandaMoney 2 Information' TabOrder = 0 object PM2PATHBtn: TSpeedButton Left = 402 Top = 44 Width = 23 Height = 22 Hint = 'Browse' Glyph.Data = { 76010000424D7601000000000000760000002800000020000000100000000100 04000000000000010000120B0000120B00001000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00303333333333 333337F3333333333333303333333333333337F33FFFFF3FF3FF303300000300 300337FF77777F77377330000BBB0333333337777F337F33333330330BB00333 333337F373F773333333303330033333333337F3377333333333303333333333 333337F33FFFFF3FF3FF303300000300300337FF77777F77377330000BBB0333 333337777F337F33333330330BB00333333337F373F773333333303330033333 333337F3377333333333303333333333333337FFFF3FF3FFF333000003003000 333377777F77377733330BBB0333333333337F337F33333333330BB003333333 333373F773333333333330033333333333333773333333333333} NumGlyphs = 2 ParentShowHint = False ShowHint = True OnClick = PM2PATHBtnClick end object Label1: TLabel Left = 18 Top = 24 Width = 335 Height = 14 Caption = 'Please give the path where your PandaMoney 2.0 is installed.' end object Label3: TLabel Left = 24 Top = 80 Width = 204 Height = 14 Caption = 'Your Login Name for PandaMoney 2.0' Enabled = False end object Label4: TLabel Left = 30 Top = 106 Width = 195 Height = 14 Caption = 'Your Password for PandaMoney 2.0' Enabled = False end object PM2PATHEdit: TEdit Left = 18 Top = 44 Width = 383 Height = 22 ReadOnly = True TabOrder = 0 OnChange = EnableGoBtn end object PM2LOGINEdit: TEdit Left = 252 Top = 76 Width = 171 Height = 22 Color = clSilver Enabled = False TabOrder = 1 OnChange = EnableGoBtn end object PM2PASSEdit: TEdit Left = 252 Top = 104 Width = 171 Height = 22 Color = clSilver Enabled = False TabOrder = 2 OnChange = EnableGoBtn end end object GroupBox2: TGroupBox Left = 4 Top = 152 Width = 449 Height = 133 Caption = 'PandaMoney 3 Information' TabOrder = 1 object Label2: TLabel Left = 18 Top = 24 Width = 369 Height = 14 Caption = 'Please give the path where your PandaMoney 3.0 Major is installe' + 'd.' end object PM3PATHBtn: TSpeedButton Left = 402 Top = 44 Width = 23 Height = 22 Hint = 'Browse' Glyph.Data = { 76010000424D7601000000000000760000002800000020000000100000000100 04000000000000010000120B0000120B00001000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00303333333333 333337F3333333333333303333333333333337F33FFFFF3FF3FF303300000300 300337FF77777F77377330000BBB0333333337777F337F33333330330BB00333 333337F373F773333333303330033333333337F3377333333333303333333333 333337F33FFFFF3FF3FF303300000300300337FF77777F77377330000BBB0333 333337777F337F33333330330BB00333333337F373F773333333303330033333 333337F3377333333333303333333333333337FFFF3FF3FFF333000003003000 333377777F77377733330BBB0333333333337F337F33333333330BB003333333 333373F773333333333330033333333333333773333333333333} NumGlyphs = 2 ParentShowHint = False ShowHint = True OnClick = PM3PATHBtnClick end object Label5: TLabel Left = 24 Top = 80 Width = 204 Height = 14 Caption = 'Your Login Name for PandaMoney 3.0' Enabled = False end object Label6: TLabel Left = 30 Top = 106 Width = 195 Height = 14 Caption = 'Your Password for PandaMoney 3.0' Enabled = False end object PM3PATHEdit: TEdit Left = 18 Top = 44 Width = 383 Height = 22 ReadOnly = True TabOrder = 0 OnChange = EnableGoBtn end object PM3LOGINEdit: TEdit Left = 254 Top = 76 Width = 171 Height = 22 Color = clSilver Enabled = False TabOrder = 1 OnChange = EnableGoBtn end object PM3PASSEdit: TEdit Left = 254 Top = 102 Width = 171 Height = 22 Color = clSilver Enabled = False TabOrder = 2 OnChange = EnableGoBtn end end end