home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 August / Chip_1999-08_cd.bin / tema / Ozogan / RUNTIME / APLIKACE.EXE / ADRESY / INDEXY.KFM / INDEXY.txt
Text File  |  1999-06-16  |  1KB  |  64 lines

  1. object Form: TForm
  2.   Left = 226
  3.   Top = 218
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Indexace datab∩┐╜z∩┐╜'
  7.   ClientHeight = 129
  8.   ClientWidth = 378
  9.   Color = clYellow
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   Visible = True
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 88
  22.     Top = 17
  23.     Width = 204
  24.     Height = 13
  25.     Caption = 'P∩┐╜ed indexac∩┐╜ uzav∩┐╜ete v∩┐╜echny formul∩┐╜∩┐╜e.'
  26.     Transparent = True
  27.   end
  28.   object Label4: TLabel
  29.     Left = 28
  30.     Top = 33
  31.     Width = 324
  32.     Height = 13
  33.     Caption = 
  34.       'Stisknut∩┐╜m tla∩┐╜∩┐╜tka "Start" znovu vytvo∩┐╜∩┐╜te indexy ke v∩┐╜em soubo' +
  35.       'r∩┐╜m'
  36.   end
  37.   object bbStart: TBitBtn
  38.     Left = 116
  39.     Top = 65
  40.     Width = 75
  41.     Height = 25
  42.     Cursor = crHandPoint
  43.     Caption = '&Start'
  44.     TabOrder = 0
  45.     OnClick = bbStartClick
  46.     Kind = bkOK
  47.   end
  48.   object bbKonec: TBitBtn
  49.     Left = 193
  50.     Top = 65
  51.     Width = 75
  52.     Height = 25
  53.     Cursor = crHandPoint
  54.     Caption = '&Zru∩┐╜it'
  55.     TabOrder = 1
  56.     OnClick = bbKonecClick
  57.     Kind = bkCancel
  58.   end
  59.   object dt: TDataTable
  60.     Left = 304
  61.     Top = 54
  62.   end
  63. end
  64.