home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 October A / Pcwk10a98.iso / Inprise / TRIAL / JBUILDER / JRUNTIME.Z / jbuilder.exe / 0 / RCDATA / TGOTOLINEDIALOG / TGOTOLINEDIALOG.txt
Text File  |  1998-05-08  |  1KB  |  70 lines

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