home *** CD-ROM | disk | FTP | other *** search
- object GotoLineDialog: TGotoLineDialog
- Left = 263
- Top = 119
- HelpContext = 1450
- ActiveControl = LineInput
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Go to Line Number'
- ClientHeight = 86
- ClientWidth = 265
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = True
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 249
- Height = 37
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 18
- Top = 20
- Width = 108
- Height = 13
- Caption = '&Enter new line number:'
- FocusControl = LineInput
- end
- object LineInput: THistoryPropComboBox
- Left = 154
- Top = 16
- Width = 91
- Height = 21
- ItemHeight = 13
- TabOrder = 0
- HistoryManager = EnvironmentOptions.HistoryLists
- HistoryList = 'hlGotoLine'
- end
- object OKButton: TButton
- Left = 15
- Top = 54
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = OKButtonClick
- end
- object CancelButton: TButton
- Left = 95
- Top = 54
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object HelpButton: TButton
- Left = 175
- Top = 54
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 3
- OnClick = HelpButtonClick
- end
- end
-