home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TGOTOLINEDIALOG / TGOTOLINEDIALOG.txt
Text File  |  1999-08-11  |  1KB  |  73 lines

  1. object GotoLineDialog: TGotoLineDialog
  2.   Left = 263
  3.   Top = 119
  4.   HelpContext = 1450
  5.   ActiveControl = LineInput
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Go to Line Number'
  9.   ClientHeight = 86
  10.   ClientWidth = 265
  11.   Color = clBtnFace
  12.   ParentFont = True
  13.   OldCreateOrder = True
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 249
  21.     Height = 37
  22.     Shape = bsFrame
  23.   end
  24.   object Label1: TLabel
  25.     Left = 18
  26.     Top = 20
  27.     Width = 108
  28.     Height = 13
  29.     Caption = '&Enter new line number:'
  30.     FocusControl = LineInput
  31.   end
  32.   object LineInput: THistoryPropComboBox
  33.     Left = 154
  34.     Top = 16
  35.     Width = 91
  36.     Height = 21
  37.     ItemHeight = 13
  38.     TabOrder = 0
  39.     HistoryManager = EnvironmentOptions.HistoryLists
  40.     HistoryList = 'hlGotoLine'
  41.   end
  42.   object OKButton: TButton
  43.     Left = 15
  44.     Top = 54
  45.     Width = 75
  46.     Height = 25
  47.     Caption = 'OK'
  48.     Default = True
  49.     ModalResult = 1
  50.     TabOrder = 1
  51.     OnClick = OKButtonClick
  52.   end
  53.   object CancelButton: TButton
  54.     Left = 95
  55.     Top = 54
  56.     Width = 75
  57.     Height = 25
  58.     Cancel = True
  59.     Caption = 'Cancel'
  60.     ModalResult = 2
  61.     TabOrder = 2
  62.   end
  63.   object HelpButton: TButton
  64.     Left = 175
  65.     Top = 54
  66.     Width = 75
  67.     Height = 25
  68.     Caption = '&Help'
  69.     TabOrder = 3
  70.     OnClick = HelpButtonClick
  71.   end
  72. end
  73.