object frmPrcInfo: TfrmPrcInfo Left = 289 Top = 159 BorderStyle = bsDialog Caption = 'Process Information' ClientHeight = 360 ClientWidth = 329 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] FormStyle = fsStayOnTop KeyPreview = True OldCreateOrder = False Position = poMainFormCenter OnClose = FormClose OnKeyPress = FormKeyPress PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 0 Top = 48 Width = 329 Height = 9 Shape = bsTopLine end object lblPrcFileVersion: TLabel Left = 8 Top = 288 Width = 58 Height = 13 Caption = 'File Version:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsUnderline] ParentFont = False end object lblPrcDescription: TLabel Left = 8 Top = 200 Width = 57 Height = 13 Caption = 'Description:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsUnderline] ParentFont = False end object lblPrcCompany: TLabel Left = 8 Top = 104 Width = 49 Height = 13 Caption = 'Company:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsUnderline] ParentFont = False end object lblPrcModified: TLabel Left = 8 Top = 264 Width = 44 Height = 13 Caption = 'Modified:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsUnderline] ParentFont = False end object imgPrcIcon: TImage Left = 8 Top = 8 Width = 32 Height = 32 end object lblPrcProductName: TLabel Left = 8 Top = 56 Width = 71 Height = 13 Caption = 'Product Name:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsUnderline] ParentFont = False end object lblPrcProductVersion: TLabel Left = 8 Top = 80 Width = 79 Height = 13 Caption = 'Product Version:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsUnderline] ParentFont = False end object lblPrcCopyright: TLabel Left = 8 Top = 128 Width = 51 Height = 13 Caption = 'Copyright:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsUnderline] ParentFont = False end object lblPrcInternalName: TLabel Left = 8 Top = 152 Width = 72 Height = 13 Caption = 'Internal Name:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsUnderline] ParentFont = False end object lblPrcLanguage: TLabel Left = 8 Top = 176 Width = 51 Height = 13 Caption = 'Language:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsUnderline] ParentFont = False Visible = False end object lblPrcComments: TLabel Left = 8 Top = 224 Width = 54 Height = 13 Caption = 'Comments:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsUnderline] ParentFont = False end object Bevel2: TBevel Left = 0 Top = 320 Width = 329 Height = 9 Shape = bsTopLine end object edPrcFileVer: TEdit Left = 96 Top = 288 Width = 225 Height = 21 BorderStyle = bsNone Color = clBtnFace ReadOnly = True TabOrder = 9 Text = 'edPrcFileVer' end object edPrcDescription: TEdit Left = 96 Top = 200 Width = 225 Height = 21 BorderStyle = bsNone Color = clBtnFace ReadOnly = True TabOrder = 6 Text = 'Edit1' end object edPrcCompany: TEdit Left = 96 Top = 104 Width = 225 Height = 21 BorderStyle = bsNone Color = clBtnFace ReadOnly = True TabOrder = 2 Text = 'Edit1' end object edPrcProductName: TEdit Left = 96 Top = 56 Width = 225 Height = 21 BorderStyle = bsNone Color = clBtnFace ReadOnly = True TabOrder = 0 Text = 'Edit1' end object edPrcProductVer: TEdit Left = 96 Top = 80 Width = 225 Height = 21 BorderStyle = bsNone Color = clBtnFace ReadOnly = True TabOrder = 1 Text = 'Edit1' end object edPrcModified: TEdit Left = 96 Top = 264 Width = 225 Height = 21 BorderStyle = bsNone Color = clBtnFace ReadOnly = True TabOrder = 8 Text = 'Edit1' end object edPrcCopyright: TEdit Left = 96 Top = 128 Width = 225 Height = 21 BorderStyle = bsNone Color = clBtnFace ReadOnly = True TabOrder = 3 Text = 'edPrcCopyright' end object edPrcIntName: TEdit Left = 96 Top = 152 Width = 225 Height = 21 BorderStyle = bsNone Color = clBtnFace ReadOnly = True TabOrder = 4 end object edPrcLang: TEdit Left = 96 Top = 176 Width = 225 Height = 21 BorderStyle = bsNone Color = clBtnFace ReadOnly = True TabOrder = 5 Visible = False end object edPrcComments: TEdit Left = 96 Top = 224 Width = 225 Height = 21 BorderStyle = bsNone Color = clBtnFace ReadOnly = True TabOrder = 7 Text = 'edPrcComments' end object Button1: TButton Left = 8 Top = 328 Width = 75 Height = 25 Caption = '&OK' TabOrder = 10 OnClick = Button1Click end object Button2: TButton Left = 120 Top = 328 Width = 75 Height = 25 Caption = '&Actions' TabOrder = 11 OnClick = Button2Click end object edPrcExeFile: TEdit Left = 56 Top = 8 Width = 273 Height = 21 BorderStyle = bsNone Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False ReadOnly = True TabOrder = 12 Text = 'edPrcExeFile' end object edPrcExePath: TEdit Left = 56 Top = 24 Width = 265 Height = 21 BorderStyle = bsNone Color = clBtnFace ReadOnly = True TabOrder = 13 Text = 'Edit1' end object popActions: TPopupMenu OnPopup = popActionsPopup Left = 200 Top = 320 object erminateProcess1: TMenuItem Caption = 'Terminate Process' OnClick = erminateProcess1Click end object RestartProcess1: TMenuItem Caption = 'Restart Process' OnClick = RestartProcess1Click end object Opencontainingfolder1: TMenuItem Caption = 'Open Containing Folder' OnClick = Opencontainingfolder1Click end object GoogleFor: TMenuItem Caption = 'Google for xx' OnClick = GoogleForClick end end object vi: TVVersionInfo Left = 200 Top = 112 end end