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

  1. object SLRoz: TSLRoz
  2.   Left = 148
  3.   Top = 194
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Sportka I a II tah'
  7.   ClientHeight = 170
  8.   ClientWidth = 420
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Button1: TButton
  19.     Left = 341
  20.     Top = 140
  21.     Width = 75
  22.     Height = 25
  23.     Cancel = True
  24.     Caption = '&Opustit'
  25.     TabOrder = 0
  26.     OnClick = Button1Click
  27.   end
  28.   object DBGrid1: TDBGrid
  29.     Left = 2
  30.     Top = 4
  31.     Width = 415
  32.     Height = 129
  33.     Columns = <
  34.       item
  35.         FieldName = 'Nazev'
  36.         Title.Caption = 'N∩┐╜zev rozpisu'
  37.         Width = 193
  38.       end
  39.       item
  40.         Alignment = taCenter
  41.         FieldName = 'PC'
  42.         Title.Alignment = taCenter
  43.         Title.Caption = 'Po∩┐╜et ∩┐╜∩┐╜sel'
  44.         Width = 66
  45.       end
  46.       item
  47.         Alignment = taCenter
  48.         FieldName = 'sazenek'
  49.         Title.Alignment = taCenter
  50.         Title.Caption = 'S∩┐╜zenek'
  51.         Width = 52
  52.       end
  53.       item
  54.         Alignment = taCenter
  55.         FieldName = 'PcT'
  56.         Title.Alignment = taCenter
  57.         Title.Caption = 'Po∩┐╜et tutovek'
  58.         Width = 77
  59.       end>
  60.     DataSource = DataS.DRUlouz
  61.     Options = [dgTitles, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
  62.     TabOrder = 1
  63.     TitleFont.Color = clWindowText
  64.     TitleFont.Height = -11
  65.     TitleFont.Name = 'MS Sans Serif'
  66.     TitleFont.Style = []
  67.     OnDblClick = DBGrid1DblClick
  68.   end
  69.   object Button2: TButton
  70.     Left = 4
  71.     Top = 140
  72.     Width = 136
  73.     Height = 25
  74.     Caption = '&Potvrdit v∩┐╜b∩┐╜r'
  75.     Default = True
  76.     Font.Color = clWindowText
  77.     Font.Height = -11
  78.     Font.Name = 'MS Sans Serif'
  79.     Font.Style = [fsBold]
  80.     ParentFont = False
  81.     TabOrder = 2
  82.     OnClick = Button2Click
  83.   end
  84.   object Button3: TButton
  85.     Left = 157
  86.     Top = 140
  87.     Width = 75
  88.     Height = 25
  89.     Caption = 'Vy&mazat '
  90.     TabOrder = 3
  91.     OnClick = Button3Click
  92.   end
  93.   object MSOfficeCaption1: TMSOfficeCaption
  94.     AppNameText.FontKind = fkSystemB
  95.     AppNameText.Visible = True
  96.     CaptionText.Caption = 'Sportka I a II tah'
  97.     CaptionText.ColorActive = clYellow
  98.     CaptionText.ColorInactive = clGray
  99.     CaptionText.FontKind = fkSystem
  100.     CaptionText.Visible = True
  101.     CompanyText.FontKind = fkSystemBI
  102.     CompanyText.Visible = True
  103.     Left = 314
  104.     Top = 66
  105.   end
  106. end
  107.