home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia Fácil 56 / INF1297.iso / RECOMEN / ILV16AU / _SETUP.1 / infolink.exe / 0 / RCDATA / TFRMGOTOLINE / TFRMGOTOLINE.txt
Text File  |  1997-04-22  |  1KB  |  70 lines

  1. object frmGoToLine: TfrmGoToLine
  2.   Left = 160
  3.   Top = 125
  4.   HelpContext = 400
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Go To Line'
  8.   ClientHeight = 78
  9.   ClientWidth = 179
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnClose = FormClose
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object lblGoTo: TLabel
  19.     Left = 4
  20.     Top = 12
  21.     Width = 105
  22.     Height = 13
  23.     Caption = 'Go To Line Number'
  24.   end
  25.   object updGoTo: TUpDown
  26.     Left = 164
  27.     Top = 8
  28.     Width = 12
  29.     Height = 21
  30.     HelpContext = 400
  31.     Associate = edGoTo
  32.     Min = 0
  33.     Position = 0
  34.     TabOrder = 0
  35.     Wrap = True
  36.     OnChanging = updGoToChanging
  37.   end
  38.   object edGoTo: TEdit
  39.     Left = 111
  40.     Top = 8
  41.     Width = 53
  42.     Height = 21
  43.     HelpContext = 400
  44.     MaxLength = 6
  45.     TabOrder = 1
  46.     Text = '0'
  47.     OnKeyPress = edGoToKeyPress
  48.   end
  49.   object btnCancel: TButton
  50.     Left = 96
  51.     Top = 48
  52.     Width = 68
  53.     Height = 25
  54.     HelpContext = 400
  55.     Caption = '&Cancel'
  56.     TabOrder = 2
  57.     OnClick = btnCancelClick
  58.   end
  59.   object btnOK: TButton
  60.     Left = 16
  61.     Top = 48
  62.     Width = 68
  63.     Height = 25
  64.     HelpContext = 400
  65.     Caption = '&OK'
  66.     TabOrder = 3
  67.     OnClick = btnOKClick
  68.   end
  69. end
  70.