object CompInfoDlg: TCompInfoDlg Left = 263 Top = 204 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Information' ClientHeight = 220 ClientWidth = 367 ParentFont = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object CompilerGroup: TGroupBox Left = 7 Top = 8 Width = 217 Height = 121 Caption = 'Program' TabOrder = 0 object Label1: TLabel Left = 8 Top = 16 Width = 120 Height = 16 AutoSize = False Caption = 'Source compiled:' end object Label2: TLabel Left = 8 Top = 37 Width = 120 Height = 16 AutoSize = False Caption = 'Code size:' end object Label3: TLabel Left = 8 Top = 58 Width = 120 Height = 16 AutoSize = False Caption = 'Data size:' end object Label4: TLabel Left = 8 Top = 78 Width = 120 Height = 16 AutoSize = False Caption = 'Initial stack size:' end object CompiledLabel: TLabel Left = 110 Top = 16 Width = 99 Height = 16 AutoSize = False end object CodeSizeLabel: TLabel Left = 110 Top = 37 Width = 99 Height = 16 AutoSize = False end object DataSizeLabel: TLabel Left = 110 Top = 58 Width = 99 Height = 16 AutoSize = False end object StackSizeLabel: TLabel Left = 110 Top = 78 Width = 99 Height = 16 AutoSize = False end object Label5: TLabel Left = 8 Top = 99 Width = 120 Height = 16 AutoSize = False Caption = 'File size:' end object FileSizeLabel: TLabel Left = 110 Top = 99 Width = 99 Height = 16 AutoSize = False end end object GroupBox1: TGroupBox Left = 8 Top = 138 Width = 353 Height = 41 Caption = 'Status' TabOrder = 1 object StatusLabel: TLabel Left = 8 Top = 16 Width = 265 Height = 16 AutoSize = False WordWrap = True end end object OKButton: TButton Left = 206 Top = 188 Width = 75 Height = 25 Cancel = True Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 end object HelpButton: TButton Left = 286 Top = 188 Width = 75 Height = 25 HelpContext = 1103 Caption = '&Help' TabOrder = 3 OnClick = HelpButtonClick end object PkgGroup: TGroupBox Left = 231 Top = 8 Width = 130 Height = 121 Caption = 'Package Used' TabOrder = 4 object PkgListBox: TListBox Left = 8 Top = 16 Width = 113 Height = 97 BorderStyle = bsNone Color = clBtnFace ItemHeight = 13 TabOrder = 0 end end end