object DeepFindForm: TDeepFindForm Left = 196 Top = 140 BorderStyle = bsDialog Caption = 'Search of deep-sky object' ClientHeight = 195 ClientWidth = 371 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object ExitBtn: TButton Left = 96 Top = 168 Width = 75 Height = 21 Caption = '&Cancel' ModalResult = 2 TabOrder = 2 OnKeyDown = FormKeyDown end object OkBtn: TButton Left = 8 Top = 168 Width = 75 Height = 21 Caption = '&Find' Default = True ModalResult = 1 TabOrder = 1 OnKeyDown = FormKeyDown end object ScrollBox1: TScrollBox Left = 0 Top = 8 Width = 369 Height = 153 TabOrder = 0 object DeepHeader: THeaderControl Left = 0 Top = 0 Width = 365 Height = 17 Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Sections = < item Alignment = taRightJustify Style = hsOwnerDraw Text = 'M' Width = 39 end item Alignment = taRightJustify Style = hsOwnerDraw Text = 'NGC' Width = 49 end item Alignment = taRightJustify Style = hsOwnerDraw Text = 'Type' Width = 49 end item Style = hsOwnerDraw Text = 'Proper name' Width = 94 end> ParentFont = False OnDrawSection = DeepHeaderDrawSection OnSectionClick = DeepHeaderSectionClick OnSectionResize = DeepHeaderSectionResize end object DeepListBox: TListBox Left = 0 Top = 24 Width = 365 Height = 125 Align = alBottom BorderStyle = bsNone Color = clBtnFace ItemHeight = 13 Style = lbOwnerDrawFixed TabOrder = 1 OnDrawItem = DeepListBoxDrawItem OnKeyDown = FormKeyDown end end end