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

  1. object Vyhry: TVyhry
  2.   Left = 292
  3.   Top = 205
  4.   HelpContext = 137
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Tabulka v∩┐╜her pro rozpis'
  8.   ClientHeight = 274
  9.   ClientWidth = 401
  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 Label1: TLabel
  20.     Left = 341
  21.     Top = 6
  22.     Width = 40
  23.     Height = 13
  24.     Alignment = taCenter
  25.     Caption = 'Vlastn∩┐╜'
  26.     Font.Color = clWindowText
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.   end
  32.   object Label2: TLabel
  33.     Left = 9
  34.     Top = 2
  35.     Width = 162
  36.     Height = 13
  37.     AutoSize = False
  38.     Font.Color = clBlack
  39.     Font.Height = -11
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.   end
  44.   object Label3: TLabel
  45.     Left = 9
  46.     Top = 17
  47.     Width = 162
  48.     Height = 13
  49.     AutoSize = False
  50.     Font.Color = clBlack
  51.     Font.Height = -11
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = [fsBold]
  54.     ParentFont = False
  55.   end
  56.   object Label4: TLabel
  57.     Left = 190
  58.     Top = 17
  59.     Width = 136
  60.     Height = 13
  61.     Alignment = taRightJustify
  62.     AutoSize = False
  63.     Font.Color = clBlack
  64.     Font.Height = -11
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = [fsBold]
  67.     ParentFont = False
  68.   end
  69.   object Label5: TLabel
  70.     Left = 190
  71.     Top = 3
  72.     Width = 136
  73.     Height = 13
  74.     Alignment = taRightJustify
  75.     AutoSize = False
  76.     Font.Color = clBlack
  77.     Font.Height = -11
  78.     Font.Name = 'MS Sans Serif'
  79.     Font.Style = [fsBold]
  80.     ParentFont = False
  81.   end
  82.   object Label6: TLabel
  83.     Left = 344
  84.     Top = 20
  85.     Width = 34
  86.     Height = 13
  87.     Alignment = taCenter
  88.     Caption = 's∩┐╜zka'
  89.     Font.Color = clWindowText
  90.     Font.Height = -11
  91.     Font.Name = 'MS Sans Serif'
  92.     Font.Style = [fsBold]
  93.     ParentFont = False
  94.   end
  95.   object Button1: TButton
  96.     Left = 344
  97.     Top = 245
  98.     Width = 54
  99.     Height = 25
  100.     Cancel = True
  101.     Caption = '&Opustit'
  102.     TabOrder = 0
  103.     OnClick = Button1Click
  104.   end
  105.   object StringGrid1: TStringGrid
  106.     Left = 2
  107.     Top = 34
  108.     Width = 339
  109.     Height = 237
  110.     ColCount = 4
  111.     DefaultColWidth = 22
  112.     DefaultRowHeight = 17
  113.     FixedCols = 0
  114.     RowCount = 2
  115.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect]
  116.     ScrollBars = ssVertical
  117.     TabOrder = 1
  118.     OnSelectCell = StringGrid1SelectCell
  119.     ColWidths = (
  120.       44
  121.       72
  122.       102
  123.       97)
  124.     RowHeights = (
  125.       17
  126.       17)
  127.   end
  128.   object ComboBox1: TComboBox
  129.     Left = 343
  130.     Top = 39
  131.     Width = 56
  132.     Height = 21
  133.     Style = csDropDownList
  134.     DropDownCount = 16
  135.     ItemHeight = 13
  136.     Items.Strings = (
  137.       '5'
  138.       '10'
  139.       '15'
  140.       '20'
  141.       '25'
  142.       '30'
  143.       '35'
  144.       '40'
  145.       '45'
  146.       '50'
  147.       '55'
  148.       '60'
  149.       '65'
  150.       '70'
  151.       '75'
  152.       '80'
  153.       '85'
  154.       '90'
  155.       '95'
  156.       '100')
  157.     TabOrder = 2
  158.     OnChange = ComboBox1Change
  159.   end
  160.   object MSOfficeCaption1: TMSOfficeCaption
  161.     AppNameText.FontKind = fkSystemB
  162.     AppNameText.Visible = True
  163.     CaptionText.Caption = 'Tabulka v∩┐╜her pro rozpis'
  164.     CaptionText.ColorActive = clYellow
  165.     CaptionText.ColorInactive = clGray
  166.     CaptionText.FontKind = fkSystem
  167.     CaptionText.Visible = True
  168.     CompanyText.FontKind = fkSystemBI
  169.     CompanyText.Visible = True
  170.     Color = clMaroon
  171.     Left = 368
  172.   end
  173. end
  174.