home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / matika / down / Matematika.exe / 0 / RCDATA / TINTERVALFM / TINTERVALFM.txt
Text File  |  2000-05-24  |  2KB  |  104 lines

  1. object IntervalFm: TIntervalFm
  2.   Left = 325
  3.   Top = 213
  4.   ActiveControl = XVarE
  5.   BorderStyle = bsDialog
  6.   Caption = 'Zad∩┐╜n∩┐╜ intervalu'
  7.   ClientHeight = 169
  8.   ClientWidth = 317
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 40
  22.     Width = 109
  23.     Height = 13
  24.     Caption = 'Doln∩┐╜ hranice intervalu:'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 16
  28.     Top = 64
  29.     Width = 110
  30.     Height = 13
  31.     Caption = 'Horn∩┐╜ hranice intervalu:'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 16
  35.     Top = 16
  36.     Width = 81
  37.     Height = 13
  38.     Caption = 'N∩┐╜zev prom∩┐╜nn∩┐╜'
  39.   end
  40.   object Label4: TLabel
  41.     Left = 16
  42.     Top = 88
  43.     Width = 22
  44.     Height = 13
  45.     Caption = 'Krok'
  46.   end
  47.   object PoznLab: TLabel
  48.     Left = 16
  49.     Top = 112
  50.     Width = 55
  51.     Height = 13
  52.     Caption = '(pozn∩┐╜mka)'
  53.   end
  54.   object XVarE: TEdit
  55.     Left = 184
  56.     Top = 8
  57.     Width = 121
  58.     Height = 21
  59.     TabOrder = 0
  60.     Text = 'x'
  61.   end
  62.   object MinE: TEdit
  63.     Left = 184
  64.     Top = 32
  65.     Width = 121
  66.     Height = 21
  67.     TabOrder = 1
  68.     Text = 'MinE'
  69.   end
  70.   object MaxE: TEdit
  71.     Left = 184
  72.     Top = 56
  73.     Width = 121
  74.     Height = 21
  75.     TabOrder = 2
  76.     Text = 'MaxE'
  77.   end
  78.   object KrokE: TEdit
  79.     Left = 184
  80.     Top = 80
  81.     Width = 121
  82.     Height = 21
  83.     TabOrder = 3
  84.     Text = 'KrokE'
  85.   end
  86.   object BitBtn1: TBitBtn
  87.     Left = 152
  88.     Top = 136
  89.     Width = 75
  90.     Height = 25
  91.     TabOrder = 4
  92.     Kind = bkOK
  93.   end
  94.   object BitBtn2: TBitBtn
  95.     Left = 232
  96.     Top = 136
  97.     Width = 75
  98.     Height = 25
  99.     Caption = 'Storno'
  100.     TabOrder = 5
  101.     Kind = bkCancel
  102.   end
  103. end
  104.