object InputLineForm: TInputLineForm Left = 289 Top = 176 ActiveControl = PropEdit BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Go to Line Number' ClientHeight = 158 ClientWidth = 396 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 9 Top = 13 Width = 374 Height = 82 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object InputLabel: TLabel Left = 14 Top = 15 Width = 108 Height = 13 Caption = '&Enter new line number:' end object PropEdit: TDCPropEditor Left = 14 Top = 37 Width = 344 Height = 22 Button1Kind = bkAuto Caption = 'DCPropEditor1' Flat = False ParentColor = False ReadOnly = False TabOrder = 0 TabStop = True object TPopupListBox Left = 0 Top = 0 Width = 121 Height = 80 TabStop = False ItemHeight = 13 end end end object Panel2: TPanel Left = 8 Top = 104 Width = 377 Height = 41 TabOrder = 1 object OkBut: TButton Left = 66 Top = 8 Width = 95 Height = 25 Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 0 end object CancelBut: TButton Left = 170 Top = 8 Width = 95 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object HelpBut: TButton Left = 274 Top = 8 Width = 95 Height = 25 Caption = '&Help' TabOrder = 2 end end end