home *** CD-ROM | disk | FTP | other *** search
- object fGotoLine: TfGotoLine
- Left = 395
- Top = 184
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsToolWindow
- Caption = 'J'#237't na '#345#225'dek'
- ClientHeight = 136
- ClientWidth = 241
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 225
- Height = 89
- Shape = bsFrame
- end
- object lGotoLine: TLabel
- Left = 16
- Top = 22
- Width = 57
- Height = 13
- Caption = #268#237'slo '#345#225'dku:'
- end
- object lGotoRow: TLabel
- Left = 16
- Top = 45
- Width = 66
- Height = 13
- Caption = #268#237'slo sloupce:'
- end
- object lGotoPos: TLabel
- Left = 16
- Top = 69
- Width = 35
- Height = 13
- Caption = 'Pozice:'
- end
- object lRow: TLabel
- Left = 168
- Top = 22
- Width = 57
- Height = 13
- Cursor = crHandPoint
- AutoSize = False
- Caption = 'lRow'
- OnClick = lRowClick
- end
- object lCol: TLabel
- Left = 168
- Top = 46
- Width = 57
- Height = 13
- Cursor = crHandPoint
- AutoSize = False
- Caption = 'lCol'
- OnClick = lRowClick
- end
- object lPos: TLabel
- Left = 168
- Top = 70
- Width = 57
- Height = 13
- Cursor = crHandPoint
- AutoSize = False
- Caption = 'lPos'
- OnClick = lRowClick
- end
- object eLineNumber: TEdit
- Left = 96
- Top = 16
- Width = 57
- Height = 21
- TabOrder = 0
- Text = '0'
- OnKeyPress = eLineNumberKeyPress
- end
- object bOK: TButton
- Left = 72
- Top = 104
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- TabOrder = 3
- OnClick = bOKClick
- end
- object bCancel: TButton
- Left = 152
- Top = 104
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Storno'
- TabOrder = 4
- OnClick = bCancelClick
- end
- object eRowNumber: TEdit
- Left = 96
- Top = 40
- Width = 57
- Height = 21
- TabOrder = 1
- Text = '0'
- OnKeyPress = eLineNumberKeyPress
- end
- object ePosition: TEdit
- Left = 96
- Top = 64
- Width = 57
- Height = 21
- TabOrder = 2
- Text = '0'
- OnKeyPress = eLineNumberKeyPress
- end
- end
-