home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / BCB.EXE / RCDATA / TGOTOLINEDIALOG / TGOTOLINEDIALOG.txt
Text File  |  1997-01-16  |  1KB  |  71 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.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnCreate = FormCreate
  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: TComboBox
  33.     Left = 154
  34.     Top = 16
  35.     Width = 91
  36.     Height = 21
  37.     ItemHeight = 13
  38.     TabOrder = 0
  39.   end
  40.   object OKButton: TButton
  41.     Left = 15
  42.     Top = 54
  43.     Width = 75
  44.     Height = 25
  45.     Caption = 'OK'
  46.     Default = True
  47.     ModalResult = 1
  48.     TabOrder = 1
  49.     OnClick = OKButtonClick
  50.   end
  51.   object CancelButton: TButton
  52.     Left = 95
  53.     Top = 54
  54.     Width = 75
  55.     Height = 25
  56.     Cancel = True
  57.     Caption = 'Cancel'
  58.     ModalResult = 2
  59.     TabOrder = 2
  60.   end
  61.   object HelpButton: TButton
  62.     Left = 175
  63.     Top = 54
  64.     Width = 75
  65.     Height = 25
  66.     Caption = '&Help'
  67.     TabOrder = 3
  68.     OnClick = HelpButtonClick
  69.   end
  70. end
  71.