object FormMenu: TFormMenu Left = 282 Top = 156 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'PC Gamer DISC' ClientHeight = 449 ClientWidth = 632 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 16 object Image1: TImage Left = 0 Top = 0 Width = 632 Height = 449 AutoSize = True Picture.Data = {} OnMouseMove = AllMouseMove end object LabReviews: TLabel Left = 8 Top = 72 Width = 66 Height = 36 Alignment = taCenter Caption = 'Reviews Database' Color = clBlack Font.Charset = ANSI_CHARSET Font.Color = clWhite Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentColor = False ParentFont = False WordWrap = True OnClick = LabReviewsClick OnMouseMove = AllMouseMove end object LabCompany: TLabel Left = 8 Top = 240 Width = 66 Height = 36 Alignment = taCenter Caption = 'Company Database' Color = clBlack Font.Charset = ANSI_CHARSET Font.Color = clWhite Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentColor = False ParentFont = False WordWrap = True OnClick = LabCompanyClick OnMouseMove = AllMouseMove end object LabDemos: TLabel Left = 8 Top = 128 Width = 66 Height = 36 Alignment = taCenter Caption = 'Demos Database' Color = clBlack Font.Charset = ANSI_CHARSET Font.Color = clWhite Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentColor = False ParentFont = False WordWrap = True OnClick = LabDemosClick OnMouseMove = AllMouseMove end object LabAbout: TLabel Left = 21 Top = 328 Width = 41 Height = 18 Alignment = taCenter Caption = 'About' Color = clBlack Font.Charset = ANSI_CHARSET Font.Color = clWhite Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentColor = False ParentFont = False WordWrap = True OnClick = LabAboutClick OnMouseMove = AllMouseMove end object LabPatches: TLabel Left = 8 Top = 184 Width = 66 Height = 36 Alignment = taCenter Caption = 'Patches Database' Color = clBlack Font.Charset = ANSI_CHARSET Font.Color = clWhite Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentColor = False ParentFont = False WordWrap = True OnClick = LabPatchesClick OnMouseMove = AllMouseMove end object LabExit: TLabel Left = 28 Top = 360 Width = 27 Height = 18 Alignment = taCenter Caption = 'Exit' Color = clBlack Font.Charset = ANSI_CHARSET Font.Color = clWhite Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentColor = False ParentFont = False WordWrap = True OnClick = LabExitClick OnMouseMove = AllMouseMove end object Label1: TLabel Left = 128 Top = 72 Width = 249 Height = 26 Caption = 'PCGamer CD Database' Color = clWhite Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -23 Font.Name = 'Arial' Font.Style = [fsBold, fsItalic] ParentColor = False ParentFont = False end object LabelMainMenu: TLabel Left = 441 Top = 2 Width = 78 Height = 18 Caption = 'Main Menu' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False Transparent = True end object RichEdit1: TRichEdit Left = 128 Top = 104 Width = 489 Height = 337 BorderStyle = bsNone Color = clWhite Enabled = False Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'Arial' Font.Style = [] Lines.Strings = ( 'Welcome to the PCGamer Database! ' '' 'This is where you'#39'll find all the information we could possibly ' + 'provide: our ' 'entire Reviews Index summarizes all the reviews that have ever a' + 'ppeared ' 'in an issue of PC Gamer; the Demos Database lists all the demos ' + 'we'#39've ' 'ever included with our magazine; the Patches Database will help ' + 'you find all ' 'the patches listed in Tom McDonald'#39's column, in case you pick u' + 'p an oldie ' 'in the bargain bin; and the Company Database will give you the s' + 'kinny on ' 'your favorite game publishing companies, including their address' + 'es and ' 'phone numbers.' '' 'Just click on the database of choice at the left to begin your j' + 'ourney. To get ' 'back here, just click on the PCG Main icon at the bottom, left-h' + 'and side of ' 'the screen. To quit and go back to our front end, click Quit eit' + 'her here or at ' 'the top, right-hand corner of each database file.' '' 'We'#39're constantly updating our databases with new information. If' + ' you spot ' 'of an error in our database, please E-mail cd@pcgamer.com and le' + 't us ' 'know what it is.') ParentFont = False ReadOnly = True TabOrder = 0 end end