home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Freeware / Programare / PSPad / PSPad.exe / 0 / RCDATA / TFGOTOLINE / TFGOTOLINE.txt
Encoding:
Text File  |  2004-06-06  |  2.3 KB  |  126 lines

  1. object fGotoLine: TfGotoLine
  2.   Left = 395
  3.   Top = 184
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'J'#237't na '#345#225'dek'
  7.   ClientHeight = 136
  8.   ClientWidth = 241
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 225
  24.     Height = 89
  25.     Shape = bsFrame
  26.   end
  27.   object lGotoLine: TLabel
  28.     Left = 16
  29.     Top = 22
  30.     Width = 57
  31.     Height = 13
  32.     Caption = #268#237'slo '#345#225'dku:'
  33.   end
  34.   object lGotoRow: TLabel
  35.     Left = 16
  36.     Top = 45
  37.     Width = 66
  38.     Height = 13
  39.     Caption = #268#237'slo sloupce:'
  40.   end
  41.   object lGotoPos: TLabel
  42.     Left = 16
  43.     Top = 69
  44.     Width = 35
  45.     Height = 13
  46.     Caption = 'Pozice:'
  47.   end
  48.   object lRow: TLabel
  49.     Left = 168
  50.     Top = 22
  51.     Width = 57
  52.     Height = 13
  53.     Cursor = crHandPoint
  54.     AutoSize = False
  55.     Caption = 'lRow'
  56.     OnClick = lRowClick
  57.   end
  58.   object lCol: TLabel
  59.     Left = 168
  60.     Top = 46
  61.     Width = 57
  62.     Height = 13
  63.     Cursor = crHandPoint
  64.     AutoSize = False
  65.     Caption = 'lCol'
  66.     OnClick = lRowClick
  67.   end
  68.   object lPos: TLabel
  69.     Left = 168
  70.     Top = 70
  71.     Width = 57
  72.     Height = 13
  73.     Cursor = crHandPoint
  74.     AutoSize = False
  75.     Caption = 'lPos'
  76.     OnClick = lRowClick
  77.   end
  78.   object eLineNumber: TEdit
  79.     Left = 96
  80.     Top = 16
  81.     Width = 57
  82.     Height = 21
  83.     TabOrder = 0
  84.     Text = '0'
  85.     OnKeyPress = eLineNumberKeyPress
  86.   end
  87.   object bOK: TButton
  88.     Left = 72
  89.     Top = 104
  90.     Width = 75
  91.     Height = 25
  92.     Caption = '&OK'
  93.     Default = True
  94.     TabOrder = 3
  95.     OnClick = bOKClick
  96.   end
  97.   object bCancel: TButton
  98.     Left = 152
  99.     Top = 104
  100.     Width = 75
  101.     Height = 25
  102.     Cancel = True
  103.     Caption = '&Storno'
  104.     TabOrder = 4
  105.     OnClick = bCancelClick
  106.   end
  107.   object eRowNumber: TEdit
  108.     Left = 96
  109.     Top = 40
  110.     Width = 57
  111.     Height = 21
  112.     TabOrder = 1
  113.     Text = '0'
  114.     OnKeyPress = eLineNumberKeyPress
  115.   end
  116.   object ePosition: TEdit
  117.     Left = 96
  118.     Top = 64
  119.     Width = 57
  120.     Height = 21
  121.     TabOrder = 2
  122.     Text = '0'
  123.     OnKeyPress = eLineNumberKeyPress
  124.   end
  125. end
  126.