home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 November / pcwk_11_98a.iso / Sharewar / Skryba / _SETUP.1 / Skryba.exe / 0 / RCDATA / TIDZDODLG / TIDZDODLG.txt
Text File  |  1998-09-18  |  2KB  |  84 lines

  1. object IdzDoDlg: TIdzDoDlg
  2.   Left = 260
  3.   Top = 157
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Skok do linii ...'
  7.   ClientHeight = 92
  8.   ClientWidth = 180
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnKeyDown = FormKeyDown
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Przycisk_OK: TToolbarButton97
  21.     Left = 5
  22.     Top = 44
  23.     Width = 85
  24.     Height = 45
  25.     Cursor = crHandPoint
  26.     Caption = '&OK'
  27.     ParentShowHint = False
  28.     ShowHint = False
  29.     Spacing = 5
  30.     OnClick = Przycisk_OKClick
  31.   end
  32.   object Przycisk_Anuluj: TToolbarButton97
  33.     Left = 91
  34.     Top = 44
  35.     Width = 85
  36.     Height = 45
  37.     Cursor = crHandPoint
  38.     Caption = '&Anuluj'
  39.     ParentShowHint = False
  40.     ShowHint = False
  41.     Spacing = 5
  42.     OnClick = Przycisk_AnulujClick
  43.   end
  44.   object Panel1: TPanel
  45.     Left = 4
  46.     Top = 4
  47.     Width = 173
  48.     Height = 37
  49.     BevelInner = bvRaised
  50.     BevelOuter = bvLowered
  51.     TabOrder = 0
  52.     object Label1: TLabel
  53.       Left = 6
  54.       Top = 12
  55.       Width = 92
  56.       Height = 13
  57.       Caption = 'Skok do linii numer:'
  58.       FocusControl = Edit1
  59.     end
  60.     object Edit1: TEdit97
  61.       Left = 107
  62.       Top = 8
  63.       Width = 41
  64.       Height = 21
  65.       HelpContext = 462
  66.       TabOrder = 0
  67.       Text = '1'
  68.       OnKeyDown = NumerLinii2KeyDown
  69.     end
  70.     object NumerLinii: TUpDown
  71.       Left = 148
  72.       Top = 8
  73.       Width = 15
  74.       Height = 21
  75.       HelpContext = 462
  76.       Associate = Edit1
  77.       Min = 1
  78.       Position = 1
  79.       TabOrder = 1
  80.       Wrap = False
  81.     end
  82.   end
  83. end
  84.