home *** CD-ROM | disk | FTP | other *** search
- object LineNumberForm: TLineNumberForm
- Left = 198
- Top = 310
- BorderIcons = [biSystemMenu]
- BorderStyle = bsToolWindow
- Caption = 'Go to Line Number'
- ClientHeight = 99
- ClientWidth = 275
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Scaled = False
- OnCloseQuery = FormCloseQuery
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 9
- Top = 8
- Width = 257
- Height = 44
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object Label1: TLabel
- Left = 14
- Top = 14
- Width = 111
- Height = 13
- Caption = 'Enter new line number :'
- end
- object ComboBox1: TComboBox
- Left = 131
- Top = 12
- Width = 112
- Height = 21
- ImeName = '�ѱ���(�ѱ�)'
- ItemHeight = 13
- TabOrder = 0
- end
- end
- object okButton: TButton
- Left = 46
- Top = 67
- Width = 73
- Height = 22
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = okButtonClick
- end
- object calcelButton: TButton
- Left = 156
- Top = 67
- Width = 73
- Height = 22
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 2
- OnClick = calcelButtonClick
- end
- end
-