home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip Hitware 10
/
Chip_Hitware_Vol_10.iso
/
chiphit
/
tools
/
95beyond
/
beyond32.exe
/
0
/
RCDATA
/
TGOTOLINE
/
TGOTOLINE.txt
Wrap
Text File
|
1997-11-09
|
1KB
|
75 lines
object GoToLine: TGoToLine
Left = 489
Top = 151
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Go To Line'
ClientHeight = 120
ClientWidth = 250
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 40
Top = 36
Width = 33
Height = 13
Alignment = taRightJustify
Caption = 'Line #:'
end
object OKBtn: TBitBtn
Left = 48
Top = 80
Width = 73
Height = 26
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 3
OnClick = OKBtnClick
NumGlyphs = 2
end
object CancelBtn: TBitBtn
Left = 128
Top = 80
Width = 73
Height = 26
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 4
NumGlyphs = 2
end
object LeftSide: TRadioButton
Left = 160
Top = 24
Width = 73
Height = 17
Caption = 'At &Left'
Checked = True
TabOrder = 1
TabStop = True
end
object RightSide: TRadioButton
Left = 160
Top = 44
Width = 73
Height = 17
Caption = 'At &Right'
TabOrder = 2
end
object LineNumberEdit: TEdit
Left = 80
Top = 32
Width = 65
Height = 21
TabOrder = 0
OnKeyPress = LineNumberEditKeyPress
end
end