home *** CD-ROM | disk | FTP | other *** search
/ Java 1.2 How-To / JavaHowTo.iso / 3rdParty / Bluette / Bluette.exe / 0 / RCDATA / TLINENUMBERFORM / TLINENUMBERFORM.txt
Encoding:
Text File  |  1998-11-17  |  1.3 KB  |  66 lines

  1. object LineNumberForm: TLineNumberForm
  2.   Left = 198
  3.   Top = 310
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Go to Line Number'
  7.   ClientHeight = 99
  8.   ClientWidth = 275
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Scaled = False
  15.   OnCloseQuery = FormCloseQuery
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 9
  20.     Top = 8
  21.     Width = 257
  22.     Height = 44
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     TabOrder = 0
  26.     object Label1: TLabel
  27.       Left = 14
  28.       Top = 14
  29.       Width = 111
  30.       Height = 13
  31.       Caption = 'Enter new line number :'
  32.     end
  33.     object ComboBox1: TComboBox
  34.       Left = 131
  35.       Top = 12
  36.       Width = 112
  37.       Height = 21
  38.       ImeName = '∩┐╜╤▒∩┐╜∩┐╜∩┐╜(∩┐╜╤▒∩┐╜)'
  39.       ItemHeight = 13
  40.       TabOrder = 0
  41.     end
  42.   end
  43.   object okButton: TButton
  44.     Left = 46
  45.     Top = 67
  46.     Width = 73
  47.     Height = 22
  48.     Caption = '&OK'
  49.     Default = True
  50.     ModalResult = 1
  51.     TabOrder = 1
  52.     OnClick = okButtonClick
  53.   end
  54.   object calcelButton: TButton
  55.     Left = 156
  56.     Top = 67
  57.     Width = 73
  58.     Height = 22
  59.     Cancel = True
  60.     Caption = '&Cancel'
  61.     ModalResult = 2
  62.     TabOrder = 2
  63.     OnClick = calcelButtonClick
  64.   end
  65. end
  66.