object frmGoToLine: TfrmGoToLine Left = 160 Top = 125 HelpContext = 400 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Go To Line' ClientHeight = 78 ClientWidth = 179 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnClose = FormClose OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object lblGoTo: TLabel Left = 4 Top = 12 Width = 105 Height = 13 Caption = 'Go To Line Number' end object updGoTo: TUpDown Left = 164 Top = 8 Width = 12 Height = 21 HelpContext = 400 Associate = edGoTo Min = 0 Position = 0 TabOrder = 0 Wrap = True OnChanging = updGoToChanging end object edGoTo: TEdit Left = 111 Top = 8 Width = 53 Height = 21 HelpContext = 400 MaxLength = 6 TabOrder = 1 Text = '0' OnKeyPress = edGoToKeyPress end object btnCancel: TButton Left = 96 Top = 48 Width = 68 Height = 25 HelpContext = 400 Caption = '&Cancel' TabOrder = 2 OnClick = btnCancelClick end object btnOK: TButton Left = 16 Top = 48 Width = 68 Height = 25 HelpContext = 400 Caption = '&OK' TabOrder = 3 OnClick = btnOKClick end end