object frmSplash: TfrmSplash Left = 200 Top = 108 Width = 508 Height = 409 Caption = 'Panzer General 2 Editor ver 1.5 Main Menu' Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object JPEGImage1: TJPEGImage Left = 0 Top = 48 Width = 500 Height = 294 AutoSize = True Picture.Data = {} NumOfColors = _256 DCTMethod = Integ Dither = FS FastProcessing = False GrayScale = False NoSmooth = False OnePass = False ProgressStep = 10 end object Label1: TLabel Left = 32 Top = 8 Width = 437 Height = 32 Caption = 'Panzer General 2 Editor version 1.5' Font.Charset = DEFAULT_CHARSET Font.Color = clYellow Font.Height = -29 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentFont = False end object btnUEdit: TBitBtn Left = 40 Top = 344 Width = 129 Height = 25 Caption = 'Unit &Attribute Editor' TabOrder = 0 OnClick = btnUEditClick end object btnSGEdit: TBitBtn Left = 216 Top = 344 Width = 129 Height = 25 Caption = '&Save Game Editor' TabOrder = 1 OnClick = btnSGEditClick end object btnExit: TBitBtn Left = 408 Top = 344 Width = 59 Height = 25 Caption = 'E&xit' TabOrder = 2 OnClick = btnExitClick end end