object frmAbout: TfrmAbout Left = 372 Top = 263 HelpContext = 40 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsDialog Caption = 'About Multi-Remote Registry Change' ClientHeight = 192 ClientWidth = 307 Color = 12639424 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] PopupMenu = PopupMenu1 Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 14 object Label1: TLabel Left = 0 Top = 4 Width = 305 Height = 23 Alignment = taCenter AutoSize = False Caption = 'Multi-Remote Registry Change' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -19 Font.Name = 'Arial' Font.Style = [fsBold, fsItalic] ParentFont = False end object Label2: TLabel Left = 1 Top = 44 Width = 308 Height = 14 Alignment = taCenter AutoSize = False Caption = 'Copyright � 1998 Greg Eytcheson' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsItalic] ParentFont = False OnClick = Label2Click end object Label3: TLabel Left = 0 Top = 28 Width = 305 Height = 14 Alignment = taCenter AutoSize = False Caption = 'Version 2.0' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold, fsItalic] ParentFont = False end object lblName: TLabel Left = 0 Top = 96 Width = 309 Height = 14 Alignment = taCenter AutoSize = False end object lblCompany: TLabel Left = 0 Top = 112 Width = 309 Height = 14 Alignment = taCenter AutoSize = False Caption = 'Unregistered!' end object lblRegNum: TLabel Left = 0 Top = 128 Width = 309 Height = 14 Alignment = taCenter AutoSize = False end object lblRegTo: TLabel Left = 0 Top = 72 Width = 309 Height = 14 Alignment = taCenter AutoSize = False Caption = 'Registered to:' end object Button1: TButton Left = 116 Top = 160 Width = 75 Height = 25 Caption = 'OK' TabOrder = 0 OnClick = Button1Click OnExit = Button1Exit end object PopupMenu1: TPopupMenu Alignment = paCenter Left = 16 Top = 156 object SpecialThankstoCarstenGiese1: TMenuItem Caption = 'Special Thanks to Carsten Giese' OnClick = SpecialThankstoCarstenGiese1Click end end end