home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 April / PCWorld_1999-04_cd.bin / Software / TemaCD / GoldHTML / Golden.exe / 0 / RCDATA / TFORM21 / TFORM21.txt
Text File  |  1998-04-04  |  2KB  |  103 lines

  1. object Form21: TForm21
  2.   Left = 437
  3.   Top = 60
  4.   Width = 247
  5.   Height = 370
  6.   ActiveControl = StringGrid1
  7.   Caption = 'Tabulka'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   ShowHint = True
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 13
  19.     Top = 245
  20.     Width = 29
  21.     Height = 13
  22.     Caption = 'V∩┐╜∩┐╜ka'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 124
  26.     Top = 245
  27.     Width = 26
  28.     Height = 13
  29.     Caption = '∩┐╜∩┐╜∩┐╜ka'
  30.   end
  31.   object StringGrid1: TStringGrid
  32.     Left = 8
  33.     Top = 9
  34.     Width = 224
  35.     Height = 224
  36.     ColCount = 20
  37.     DefaultColWidth = 10
  38.     DefaultRowHeight = 10
  39.     FixedCols = 0
  40.     RowCount = 20
  41.     FixedRows = 0
  42.     ScrollBars = ssNone
  43.     TabOrder = 0
  44.     OnMouseMove = StringGrid1MouseMove
  45.   end
  46.   object SpinEdit1: TSpinEdit
  47.     Left = 45
  48.     Top = 240
  49.     Width = 73
  50.     Height = 22
  51.     MaxValue = 0
  52.     MinValue = 0
  53.     TabOrder = 1
  54.     Value = 0
  55.   end
  56.   object SpinEdit2: TSpinEdit
  57.     Left = 152
  58.     Top = 240
  59.     Width = 73
  60.     Height = 22
  61.     MaxValue = 0
  62.     MinValue = 0
  63.     TabOrder = 2
  64.     Value = 0
  65.   end
  66.   object CheckBox1: TCheckBox
  67.     Left = 19
  68.     Top = 288
  69.     Width = 182
  70.     Height = 17
  71.     Caption = 'Pou∩┐╜∩┐╜t nastaven∩┐╜ z okna tabulky'
  72.     TabOrder = 4
  73.   end
  74.   object CheckBox2: TCheckBox
  75.     Left = 19
  76.     Top = 272
  77.     Width = 120
  78.     Height = 17
  79.     Caption = 'Nevytv∩┐╜∩┐╜et hlavi∩┐╜ku'
  80.     TabOrder = 3
  81.   end
  82.   object Button1: TButton
  83.     Left = 144
  84.     Top = 312
  85.     Width = 75
  86.     Height = 25
  87.     Caption = 'Vytvo∩┐╜it'
  88.     Default = True
  89.     ModalResult = 1
  90.     TabOrder = 5
  91.   end
  92.   object Button2: TButton
  93.     Left = 16
  94.     Top = 312
  95.     Width = 75
  96.     Height = 25
  97.     Cancel = True
  98.     Caption = 'Zp∩┐╜t'
  99.     ModalResult = 2
  100.     TabOrder = 6
  101.   end
  102. end
  103.