home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 December / 12_02.iso / games / top / files / ut2003-demo.exe / System / dinterface.dll / 0 / RCDATA / TINPUTLINEFORM / TINPUTLINEFORM.txt
Text File  |  2002-08-12  |  1KB  |  76 lines

  1. object InputLineForm: TInputLineForm
  2.   Left = 289
  3.   Top = 176
  4.   ActiveControl = PropEdit
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Go to Line Number'
  8.   ClientHeight = 129
  9.   ClientWidth = 393
  10.   ParentFont = True
  11.   Position = poScreenCenter
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 377
  20.     Height = 81
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object InputLabel: TLabel
  25.       Left = 16
  26.       Top = 16
  27.       Width = 108
  28.       Height = 13
  29.       Caption = '&Enter new line number:'
  30.     end
  31.     object PropEdit: TEdit
  32.       Left = 16
  33.       Top = 40
  34.       Width = 345
  35.       Height = 21
  36.       TabOrder = 0
  37.       object TPopupListBox
  38.         Left = 0
  39.         Top = 0
  40.         Width = 121
  41.         Height = 80
  42.         TabStop = False
  43.         ItemHeight = 13
  44.       end
  45.     end
  46.   end
  47.   object OkBut: TButton
  48.     Left = 152
  49.     Top = 96
  50.     Width = 73
  51.     Height = 25
  52.     Caption = 'Ok'
  53.     Default = True
  54.     ModalResult = 1
  55.     TabOrder = 1
  56.   end
  57.   object CancelBut: TButton
  58.     Left = 232
  59.     Top = 96
  60.     Width = 73
  61.     Height = 25
  62.     Cancel = True
  63.     Caption = 'Cancel'
  64.     ModalResult = 2
  65.     TabOrder = 2
  66.   end
  67.   object HelpBut: TButton
  68.     Left = 312
  69.     Top = 96
  70.     Width = 73
  71.     Height = 25
  72.     Caption = '&Help'
  73.     TabOrder = 3
  74.   end
  75. end
  76.