home *** CD-ROM | disk | FTP | other *** search
/ WinFiles.com / InfoMagic-WinFilesDotCom-June1998-Disc2of3-DAMAGED_DISC.iso / text-editors-a / CTextE3.EXE / Textedit.exe / 0 / RCDATA / TGTLINE / TGTLINE.txt
Text File  |  1998-04-07  |  1KB  |  55 lines

  1. object GTLine: TGTLine
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Go To Line'
  6.   ClientHeight = 71
  7.   ClientWidth = 206
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Button1: TButton
  18.     Left = 152
  19.     Top = 12
  20.     Width = 45
  21.     Height = 23
  22.     Caption = '&OK'
  23.     Default = True
  24.     TabOrder = 0
  25.     OnClick = Button1Click
  26.   end
  27.   object Button2: TButton
  28.     Left = 152
  29.     Top = 40
  30.     Width = 45
  31.     Height = 23
  32.     Cancel = True
  33.     Caption = '&Cancel'
  34.     TabOrder = 1
  35.     OnClick = Button2Click
  36.   end
  37.   object LMDSpinEdit1: TLMDSpinEdit
  38.     Left = 42
  39.     Top = 24
  40.     Width = 69
  41.     Height = 21
  42.     MaxValue = 1000000
  43.     MinValue = 1
  44.     TabOrder = 2
  45.     Value = 1
  46.   end
  47.   object IniOut1: TIniOut
  48.     Items.Strings = (
  49.       'LMDSpinEdit1;Value;;SOFTWARE\Castillo\Text Editor;GotoLine;1;0')
  50.     RegistryRoot = CURRENT_USER
  51.     Left = 19
  52.     Top = 31
  53.   end
  54. end
  55.