home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / sharewar / setup21 / easypad.exe / 0 / RCDATA / TFRMSEZNAM / TFRMSEZNAM.txt
Text File  |  1998-10-18  |  2KB  |  100 lines

  1. object frmSeznam: TfrmSeznam
  2.   Left = 253
  3.   Top = 98
  4.   BorderStyle = bsDialog
  5.   Caption = 'Pomocn∩┐╜k - nov∩┐╜ seznam'
  6.   ClientHeight = 277
  7.   ClientWidth = 235
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label6: TLabel
  16.     Left = 8
  17.     Top = 19
  18.     Width = 34
  19.     Height = 13
  20.     Caption = '∩┐╜∩┐╜&dky:'
  21.     FocusControl = edtRADKY
  22.   end
  23.   object edtRADKY: TEdit
  24.     Left = 48
  25.     Top = 16
  26.     Width = 33
  27.     Height = 21
  28.     TabOrder = 0
  29.     Text = '1'
  30.   end
  31.   object UpDown1: TUpDown
  32.     Left = 81
  33.     Top = 16
  34.     Width = 15
  35.     Height = 21
  36.     Associate = edtRADKY
  37.     Min = 0
  38.     Position = 1
  39.     TabOrder = 1
  40.     Wrap = False
  41.     OnClick = UpDown1Click
  42.   end
  43.   object GroupBox1: TGroupBox
  44.     Left = 8
  45.     Top = 80
  46.     Width = 217
  47.     Height = 161
  48.     Caption = '&Seznam'
  49.     TabOrder = 2
  50.     object ListGrid: TStringGrid
  51.       Left = 16
  52.       Top = 16
  53.       Width = 185
  54.       Height = 129
  55.       ColCount = 1
  56.       DefaultColWidth = 180
  57.       DefaultRowHeight = 20
  58.       FixedCols = 0
  59.       RowCount = 1
  60.       FixedRows = 0
  61.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goRowMoving, goColMoving, goEditing, goAlwaysShowEditor, goThumbTracking]
  62.       ScrollBars = ssVertical
  63.       TabOrder = 0
  64.       OnDrawCell = ListGridDrawCell
  65.     end
  66.   end
  67.   object rdStyl: TRadioGroup
  68.     Left = 112
  69.     Top = 8
  70.     Width = 113
  71.     Height = 65
  72.     Caption = 'Styl'
  73.     ItemIndex = 0
  74.     Items.Strings = (
  75.       '∩┐╜∩┐╜&slovan∩┐╜'
  76.       '&ne∩┐╜∩┐╜slovan∩┐╜')
  77.     TabOrder = 3
  78.   end
  79.   object btnOK: TButton
  80.     Left = 72
  81.     Top = 248
  82.     Width = 75
  83.     Height = 25
  84.     Caption = 'O&K'
  85.     Default = True
  86.     TabOrder = 4
  87.     OnClick = btnOKClick
  88.   end
  89.   object btnStorno: TButton
  90.     Left = 152
  91.     Top = 248
  92.     Width = 75
  93.     Height = 25
  94.     Cancel = True
  95.     Caption = 'Storno'
  96.     TabOrder = 5
  97.     OnClick = btnStornoClick
  98.   end
  99. end
  100.