home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / Globy / _SETUP.1 / Sazeni3D.exe / 0 / RCDATA / TTABULKA / TTABULKA.txt
Text File  |  1994-11-07  |  2KB  |  81 lines

  1. object Tabulka: TTabulka
  2.   Left = 228
  3.   Top = 151
  4.   HelpContext = 136
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Tabulka v∩┐╜her'
  8.   ClientHeight = 342
  9.   ClientWidth = 238
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object DBGrid1: TDBGrid
  20.     Left = 10
  21.     Top = 6
  22.     Width = 217
  23.     Height = 299
  24.     Columns = <
  25.       item
  26.         FieldName = 'Vsazeno'
  27.       end
  28.       item
  29.         FieldName = 'Uhodnuto'
  30.       end
  31.       item
  32.         FieldName = 'Sazba'
  33.       end>
  34.     DataSource = DataM.DTabulka
  35.     Options = [dgEditing, dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
  36.     ReadOnly = True
  37.     TabOrder = 0
  38.     TitleFont.Color = clWindowText
  39.     TitleFont.Height = -11
  40.     TitleFont.Name = 'MS Sans Serif'
  41.     TitleFont.Style = []
  42.   end
  43.   object Button1: TButton
  44.     Left = 150
  45.     Top = 314
  46.     Width = 75
  47.     Height = 24
  48.     Cancel = True
  49.     Caption = '&Opustit'
  50.     TabOrder = 1
  51.     OnClick = Button1Click
  52.   end
  53.   object Button2: TButton
  54.     Left = 10
  55.     Top = 314
  56.     Width = 75
  57.     Height = 25
  58.     Caption = 'O&pravit'
  59.     Font.Color = clWindowText
  60.     Font.Height = -11
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = [fsBold]
  63.     ParentFont = False
  64.     TabOrder = 2
  65.     OnClick = Button2Click
  66.   end
  67.   object MSOfficeCaption1: TMSOfficeCaption
  68.     AppNameText.FontKind = fkSystemB
  69.     AppNameText.Visible = True
  70.     CaptionText.Caption = 'Tabulka v∩┐╜her'
  71.     CaptionText.ColorActive = clYellow
  72.     CaptionText.ColorInactive = clGray
  73.     CaptionText.FontKind = fkSystem
  74.     CaptionText.Visible = True
  75.     CompanyText.FontKind = fkSystemBI
  76.     CompanyText.Visible = True
  77.     Color = clMaroon
  78.     Left = 208
  79.   end
  80. end
  81.