home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 10 / Chip_Hitware_Vol_10.iso / chiphit / tools / 95beyond / beyond32.exe / 0 / RCDATA / TGOTOLINE / TGOTOLINE.txt
Text File  |  1997-11-09  |  1KB  |  75 lines

  1. object GoToLine: TGoToLine
  2.   Left = 489
  3.   Top = 151
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Go To Line'
  7.   ClientHeight = 120
  8.   ClientWidth = 250
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 40
  19.     Top = 36
  20.     Width = 33
  21.     Height = 13
  22.     Alignment = taRightJustify
  23.     Caption = 'Line #:'
  24.   end
  25.   object OKBtn: TBitBtn
  26.     Left = 48
  27.     Top = 80
  28.     Width = 73
  29.     Height = 26
  30.     Caption = 'OK'
  31.     Default = True
  32.     ModalResult = 1
  33.     TabOrder = 3
  34.     OnClick = OKBtnClick
  35.     NumGlyphs = 2
  36.   end
  37.   object CancelBtn: TBitBtn
  38.     Left = 128
  39.     Top = 80
  40.     Width = 73
  41.     Height = 26
  42.     Cancel = True
  43.     Caption = 'Cancel'
  44.     ModalResult = 2
  45.     TabOrder = 4
  46.     NumGlyphs = 2
  47.   end
  48.   object LeftSide: TRadioButton
  49.     Left = 160
  50.     Top = 24
  51.     Width = 73
  52.     Height = 17
  53.     Caption = 'At &Left'
  54.     Checked = True
  55.     TabOrder = 1
  56.     TabStop = True
  57.   end
  58.   object RightSide: TRadioButton
  59.     Left = 160
  60.     Top = 44
  61.     Width = 73
  62.     Height = 17
  63.     Caption = 'At &Right'
  64.     TabOrder = 2
  65.   end
  66.   object LineNumberEdit: TEdit
  67.     Left = 80
  68.     Top = 32
  69.     Width = 65
  70.     Height = 21
  71.     TabOrder = 0
  72.     OnKeyPress = LineNumberEditKeyPress
  73.   end
  74. end
  75.