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

  1. object FHrac: TFHrac
  2.   Left = 225
  3.   Top = 208
  4.   HelpContext = 999
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Informace o nov∩┐╜m hr∩┐╜∩┐╜i'
  8.   ClientHeight = 102
  9.   ClientWidth = 334
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 12
  22.     Top = 16
  23.     Width = 41
  24.     Height = 13
  25.     Caption = 'Jm∩┐╜no '
  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 = 12
  34.     Top = 48
  35.     Width = 82
  36.     Height = 13
  37.     Caption = 'P∩┐╜n∩┐╜n∩┐╜ vklad'
  38.     Font.Color = clWindowText
  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 = 230
  46.     Top = 48
  47.     Width = 17
  48.     Height = 13
  49.     Caption = 'K∩┐╜'
  50.     Font.Color = clWindowText
  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 = 12
  58.     Top = 79
  59.     Width = 72
  60.     Height = 13
  61.     Caption = 'Fiktivn∩┐╜ fond'
  62.     Font.Color = clWindowText
  63.     Font.Height = -11
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = [fsBold]
  66.     ParentFont = False
  67.   end
  68.   object Label5: TLabel
  69.     Left = 231
  70.     Top = 79
  71.     Width = 17
  72.     Height = 13
  73.     Caption = 'K∩┐╜'
  74.     Font.Color = clWindowText
  75.     Font.Height = -11
  76.     Font.Name = 'MS Sans Serif'
  77.     Font.Style = [fsBold]
  78.     ParentFont = False
  79.   end
  80.   object Edit1: TEdit
  81.     Left = 63
  82.     Top = 12
  83.     Width = 264
  84.     Height = 21
  85.     MaxLength = 30
  86.     TabOrder = 0
  87.     OnKeyPress = Edit1KeyPress
  88.   end
  89.   object Edit2: TEdit
  90.     Left = 99
  91.     Top = 44
  92.     Width = 129
  93.     Height = 21
  94.     Font.Color = clBlack
  95.     Font.Height = -11
  96.     Font.Name = 'MS Sans Serif'
  97.     Font.Style = []
  98.     MaxLength = 7
  99.     ParentFont = False
  100.     TabOrder = 1
  101.     OnKeyPress = Edit2KeyPress
  102.   end
  103.   object Button1: TButton
  104.     Left = 264
  105.     Top = 41
  106.     Width = 62
  107.     Height = 24
  108.     Caption = '&Potvrdit'
  109.     Font.Color = clWindowText
  110.     Font.Height = -11
  111.     Font.Name = 'MS Sans Serif'
  112.     Font.Style = [fsBold]
  113.     ParentFont = False
  114.     TabOrder = 3
  115.     OnClick = Button1Click
  116.   end
  117.   object Button2: TButton
  118.     Left = 264
  119.     Top = 73
  120.     Width = 62
  121.     Height = 24
  122.     Cancel = True
  123.     Caption = '&Opustit'
  124.     TabOrder = 4
  125.     OnClick = Button2Click
  126.   end
  127.   object Edit3: TEdit
  128.     Left = 99
  129.     Top = 74
  130.     Width = 129
  131.     Height = 21
  132.     Font.Color = clBlack
  133.     Font.Height = -11
  134.     Font.Name = 'MS Sans Serif'
  135.     Font.Style = []
  136.     MaxLength = 7
  137.     ParentFont = False
  138.     TabOrder = 2
  139.     OnKeyPress = Edit3KeyPress
  140.   end
  141.   object MSOfficeCaption1: TMSOfficeCaption
  142.     AppNameText.FontKind = fkSystemB
  143.     AppNameText.Visible = True
  144.     CaptionText.Caption = 'Informace o nov∩┐╜m hr∩┐╜∩┐╜i'
  145.     CaptionText.ColorActive = clYellow
  146.     CaptionText.ColorInactive = clGray
  147.     CaptionText.FontKind = fkSystem
  148.     CaptionText.Visible = True
  149.     CompanyText.FontKind = fkSystemBI
  150.     CompanyText.Visible = True
  151.     Left = 304
  152.   end
  153. end
  154.