object AnalyzePackageDlg: TAnalyzePackageDlg Left = 261 Top = 129 HelpContext = 1626 BorderStyle = bsDialog Caption = 'Change %s' ClientHeight = 262 ClientWidth = 361 ParentFont = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object AcceptButton: TButton Left = 118 Top = 231 Width = 75 Height = 25 Caption = 'OK' TabOrder = 1 OnClick = AcceptButtonClick end object CancelButton: TButton Left = 198 Top = 231 Width = 75 Height = 25 Caption = 'Cancel' TabOrder = 2 OnClick = CancelButtonClick end object HelpButton: TButton Left = 278 Top = 231 Width = 75 Height = 25 Caption = '&Help' TabOrder = 3 OnClick = HelpButtonClick end object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 345 Height = 217 TabOrder = 0 object LabelChange: TLabel Left = 12 Top = 14 Width = 316 Height = 26 AutoSize = False Caption = 'filled in at runtime' WordWrap = True end object LabelOK: TLabel Left = 12 Top = 44 Width = 317 Height = 20 AutoSize = False Caption = 'filled in at runtime' end object MemoSuggestions: TMemo Left = 13 Top = 64 Width = 317 Height = 122 TabStop = False Lines.Strings = ( '') ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end object DetailsCheckBox: TCheckBox Left = 14 Top = 192 Width = 97 Height = 17 Caption = '&View details' TabOrder = 1 OnClick = DetailsCheckBoxClick end end end