home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / 06_02.iso / software / tea / teasetup.exe / tea.exe / 0 / RCDATA / TINPUTLINEFORM / TINPUTLINEFORM.txt
Text File  |  2002-03-26  |  2KB  |  92 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 = 158
  9.   ClientWidth = 396
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 9
  21.     Top = 13
  22.     Width = 374
  23.     Height = 82
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     TabOrder = 0
  27.     object InputLabel: TLabel
  28.       Left = 14
  29.       Top = 15
  30.       Width = 108
  31.       Height = 13
  32.       Caption = '&Enter new line number:'
  33.     end
  34.     object PropEdit: TDCPropEditor
  35.       Left = 14
  36.       Top = 37
  37.       Width = 344
  38.       Height = 22
  39.       Button1Kind = bkAuto
  40.       Caption = 'DCPropEditor1'
  41.       Flat = False
  42.       ParentColor = False
  43.       ReadOnly = False
  44.       TabOrder = 0
  45.       TabStop = True
  46.       object TPopupListBox
  47.         Left = 0
  48.         Top = 0
  49.         Width = 121
  50.         Height = 80
  51.         TabStop = False
  52.         ItemHeight = 13
  53.       end
  54.     end
  55.   end
  56.   object Panel2: TPanel
  57.     Left = 8
  58.     Top = 104
  59.     Width = 377
  60.     Height = 41
  61.     TabOrder = 1
  62.     object OkBut: TButton
  63.       Left = 66
  64.       Top = 8
  65.       Width = 95
  66.       Height = 25
  67.       Caption = 'Ok'
  68.       Default = True
  69.       ModalResult = 1
  70.       TabOrder = 0
  71.     end
  72.     object CancelBut: TButton
  73.       Left = 170
  74.       Top = 8
  75.       Width = 95
  76.       Height = 25
  77.       Cancel = True
  78.       Caption = 'Cancel'
  79.       ModalResult = 2
  80.       TabOrder = 1
  81.     end
  82.     object HelpBut: TButton
  83.       Left = 274
  84.       Top = 8
  85.       Width = 95
  86.       Height = 25
  87.       Caption = '&Help'
  88.       TabOrder = 2
  89.     end
  90.   end
  91. end
  92.