object MissingUnitsDialog: TMissingUnitsDialog Left = 280 Height = 261 Top = 211 Width = 732 HorzScrollBar.Page = 411 VertScrollBar.Page = 342 BorderIcons = [biSystemMenu] Caption = 'Units not Found' ClientHeight = 261 ClientWidth = 732 Position = poScreenCenter LCLVersion = '1.5' object ButtonPanel: TPanel Left = 0 Height = 41 Top = 220 Width = 732 Align = alBottom AutoSize = True BevelOuter = bvNone ClientHeight = 41 ClientWidth = 732 TabOrder = 3 object CommentButton: TBitBtn AnchorSideLeft.Control = ButtonPanel AnchorSideTop.Control = AbortButton AnchorSideTop.Side = asrCenter Left = 6 Height = 29 Top = 1 Width = 78 AutoSize = True BorderSpacing.Around = 6 Caption = 'Comment' Default = True ModalResult = 1 TabOrder = 0 end object SearchButton: TBitBtn AnchorSideLeft.Control = CommentButton AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = CommentButton AnchorSideTop.Side = asrCenter Left = 90 Height = 29 Top = 1 Width = 57 AutoSize = True BorderSpacing.Around = 6 Caption = 'Search' ModalResult = 6 TabOrder = 1 end object SkipButton: TBitBtn AnchorSideLeft.Control = SearchButton AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = SearchButton AnchorSideTop.Side = asrCenter Left = 153 Height = 29 Top = 1 Width = 41 AutoSize = True BorderSpacing.Around = 6 Caption = 'Skip' ModalResult = 5 TabOrder = 2 end object AbortButton: TBitBtn AnchorSideRight.Control = ButtonPanel AnchorSideRight.Side = asrBottom Left = 654 Height = 29 Top = 1 Width = 72 Anchors = [akTop, akRight] AutoSize = True BorderSpacing.Around = 6 DefaultCaption = True Kind = bkAbort ModalResult = 3 TabOrder = 3 end end object MissingUnitsGroupBox: TGroupBox Left = 6 Height = 208 Top = 6 Width = 233 Align = alLeft BorderSpacing.Around = 6 Caption = 'Missing Units Info' ClientHeight = 189 ClientWidth = 229 TabOrder = 0 object MissingUnitsCheckListBox: TCheckListBox Left = 0 Height = 189 Top = 0 Width = 229 Align = alClient ItemHeight = 0 PopupMenu = PopupMenu1 TabOrder = 0 TopIndex = -1 end end object Splitter1: TSplitter Left = 245 Height = 220 Top = 0 Width = 5 end object InfoPanel: TPanel Left = 250 Height = 211 Top = 9 Width = 482 Align = alClient BorderSpacing.Top = 9 BevelOuter = bvNone ClientHeight = 211 ClientWidth = 482 TabOrder = 2 object ChoicesLabel: TLabel AnchorSideLeft.Side = asrBottom Left = 8 Height = 17 Top = 16 Width = 56 BorderSpacing.Left = 16 BorderSpacing.Top = 23 Caption = 'Choices:' ParentColor = False end object Info1Label: TLabel AnchorSideLeft.Control = ChoicesLabel AnchorSideTop.Control = ChoicesLabel Left = 8 Height = 17 Top = 39 Width = 35 BorderSpacing.Top = 23 Caption = 'Info1' ParentColor = False end object Info2Label: TLabel AnchorSideLeft.Control = ChoicesLabel AnchorSideTop.Control = Info1Label Left = 8 Height = 17 Top = 62 Width = 35 BorderSpacing.Top = 23 Caption = 'Info2' ParentColor = False end object Info3Label: TLabel AnchorSideLeft.Control = ChoicesLabel AnchorSideTop.Control = Info2Label Left = 8 Height = 17 Top = 85 Width = 35 BorderSpacing.Top = 23 Caption = 'Info3' ParentColor = False end end object PopupMenu1: TPopupMenu left = 336 top = 48 object SelectMenuItem: TMenuItem Caption = '&Select all' OnClick = SelectMenuItemClick end object UnselectMenuItem: TMenuItem Caption = '&Unselect all' OnClick = UnselectMenuItemClick end object SaveMenuItem: TMenuItem Caption = 'Save to &File...' OnClick = SaveMenuItemClick end end object SaveDialog1: TSaveDialog left = 424 top = 48 end end