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

  1. object Hist: THist
  2.   Left = 261
  3.   Top = 150
  4.   HelpContext = 220
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Nejd∩┐╜le nev∩┐╜hern∩┐╜ s∩┐╜zenky'
  8.   ClientHeight = 337
  9.   ClientWidth = 257
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PopupMenu = PopupMenu1
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PB1: TGauge
  21.     Left = 4
  22.     Top = 6
  23.     Width = 247
  24.     Height = 21
  25.     ForeColor = clNavy
  26.     BackColor = clYellow
  27.     Progress = 0
  28.     Visible = False
  29.   end
  30.   object Label1: TLabel
  31.     Left = 3
  32.     Top = 4
  33.     Width = 213
  34.     Height = 13
  35.     Caption = 'Vyberte kolik chcete naj∩┐╜t posledn∩┐╜ch'
  36.     Font.Color = clWindowText
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = [fsBold]
  40.     ParentFont = False
  41.   end
  42.   object Label2: TLabel
  43.     Left = 3
  44.     Top = 17
  45.     Width = 122
  46.     Height = 13
  47.     Caption = 'nev∩┐╜hern∩┐╜ch s∩┐╜zenek'
  48.     Font.Color = clWindowText
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = [fsBold]
  52.     ParentFont = False
  53.   end
  54.   object ComboBox1: TComboBox
  55.     Left = 5
  56.     Top = 34
  57.     Width = 58
  58.     Height = 21
  59.     Style = csDropDownList
  60.     ItemHeight = 13
  61.     Items.Strings = (
  62.       '1'
  63.       '10'
  64.       '50'
  65.       '100'
  66.       '300'
  67.       '500'
  68.       '1000')
  69.     TabOrder = 0
  70.   end
  71.   object StringGrid1: TStringGrid
  72.     Left = 4
  73.     Top = 67
  74.     Width = 249
  75.     Height = 263
  76.     Hint = 'Prav∩┐╜ tla∩┐╜∩┐╜tko my∩┐╜i = vyvol∩┐╜n∩┐╜ skryt∩┐╜ho menu'
  77.     ColCount = 7
  78.     DefaultColWidth = 28
  79.     DefaultRowHeight = 19
  80.     FixedCols = 0
  81.     RowCount = 15
  82.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect]
  83.     ParentShowHint = False
  84.     PopupMenu = PopupMenu1
  85.     ScrollBars = ssVertical
  86.     ShowHint = True
  87.     TabOrder = 3
  88.   end
  89.   object Button1: TButton
  90.     Left = 84
  91.     Top = 33
  92.     Width = 80
  93.     Height = 23
  94.     Caption = '&Hledat'
  95.     Font.Color = clWindowText
  96.     Font.Height = -11
  97.     Font.Name = 'MS Sans Serif'
  98.     Font.Style = [fsBold]
  99.     ParentFont = False
  100.     TabOrder = 1
  101.     OnClick = Button1Click
  102.   end
  103.   object Button2: TButton
  104.     Left = 190
  105.     Top = 32
  106.     Width = 61
  107.     Height = 25
  108.     Cancel = True
  109.     Caption = '&Opustit'
  110.     TabOrder = 2
  111.     OnClick = Button2Click
  112.   end
  113.   object MSOfficeCaption1: TMSOfficeCaption
  114.     AppNameText.FontKind = fkSystemB
  115.     AppNameText.Visible = True
  116.     CaptionText.Caption = 'Nejd∩┐╜le nev∩┐╜hern∩┐╜ s∩┐╜zenky'
  117.     CaptionText.ColorActive = clYellow
  118.     CaptionText.ColorInactive = clGray
  119.     CaptionText.FontKind = fkSystem
  120.     CaptionText.Visible = True
  121.     CompanyText.FontKind = fkSystemBI
  122.     CompanyText.Visible = True
  123.     Left = 182
  124.     Top = 1
  125.   end
  126.   object PopupMenu1: TPopupMenu
  127.     Left = 214
  128.     Top = 1
  129.     object Vloitdoschrnky1: TMenuItem
  130.       Caption = 'Vlo∩┐╜it do schr∩┐╜nky'
  131.       ShortCut = 116
  132.       OnClick = Vloitdoschrnky1Click
  133.     end
  134.     object N2: TMenuItem
  135.       Caption = '-'
  136.       ShortCut = 0
  137.     end
  138.     object Vsaditszenku1: TMenuItem
  139.       Caption = '&Vsadit s∩┐╜zenku'
  140.       ShortCut = 0
  141.       OnClick = Vsaditszenku1Click
  142.     end
  143.     object Vsaditvechnyszenky1: TMenuItem
  144.       Caption = 'Vsadit v∩┐╜echny &s∩┐╜zenky'
  145.       ShortCut = 0
  146.       OnClick = Vsaditvechnyszenky1Click
  147.     end
  148.   end
  149. end
  150.