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

  1. object ZnackyOsFm: TZnackyOsFm
  2.   Left = 278
  3.   Top = 144
  4.   BorderStyle = bsDialog
  5.   Caption = 'Popisky na ose'
  6.   ClientHeight = 285
  7.   ClientWidth = 290
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object GroupBox5: TGroupBox
  19.     Left = 8
  20.     Top = 8
  21.     Width = 273
  22.     Height = 237
  23.     Caption = 'Zna∩┐╜ky na ose'
  24.     TabOrder = 0
  25.     object Bevel2: TBevel
  26.       Left = 24
  27.       Top = 160
  28.       Width = 233
  29.       Height = 9
  30.       Shape = bsTopLine
  31.     end
  32.     object Label16: TLabel
  33.       Left = 24
  34.       Top = 184
  35.       Width = 87
  36.       Height = 13
  37.       Caption = 'P∩┐╜∩┐╜pona k popisku'
  38.     end
  39.     object Label17: TLabel
  40.       Left = 24
  41.       Top = 208
  42.       Width = 43
  43.       Height = 13
  44.       Caption = 'N∩┐╜sobek'
  45.     end
  46.     object Label1: TLabel
  47.       Left = 40
  48.       Top = 88
  49.       Width = 52
  50.       Height = 13
  51.       Caption = 'Vzd∩┐╜lenost'
  52.     end
  53.     object Label2: TLabel
  54.       Left = 40
  55.       Top = 112
  56.       Width = 76
  57.       Height = 13
  58.       Caption = 'Desetinn∩┐╜ m∩┐╜sta'
  59.     end
  60.     object Label3: TLabel
  61.       Left = 40
  62.       Top = 136
  63.       Width = 57
  64.       Height = 13
  65.       Caption = 'Form∩┐╜t ∩┐╜∩┐╜sel'
  66.     end
  67.     object AutoRb: TRadioButton
  68.       Left = 16
  69.       Top = 16
  70.       Width = 113
  71.       Height = 17
  72.       Caption = 'Automaticky'
  73.       TabOrder = 0
  74.       OnClick = AutoRbClick
  75.     end
  76.     object ZadneRb: TRadioButton
  77.       Left = 16
  78.       Top = 40
  79.       Width = 113
  80.       Height = 17
  81.       Caption = '∩┐╜∩┐╜dn∩┐╜'
  82.       TabOrder = 1
  83.       OnClick = AutoRbClick
  84.     end
  85.     object VlastniRb: TRadioButton
  86.       Left = 16
  87.       Top = 64
  88.       Width = 113
  89.       Height = 17
  90.       Caption = 'Vlastn∩┐╜'
  91.       TabOrder = 2
  92.       OnClick = AutoRbClick
  93.     end
  94.     object KrokR: TDesCislo
  95.       Left = 136
  96.       Top = 80
  97.       Width = 121
  98.       Height = 21
  99.       TabOrder = 3
  100.       DesMista = 10
  101.       Skok = 1
  102.     end
  103.     object DesMistaI: TCeleCislo
  104.       Left = 136
  105.       Top = 104
  106.       Width = 121
  107.       Height = 21
  108.       TabOrder = 4
  109.     end
  110.     object FormatC: TComboBox
  111.       Left = 136
  112.       Top = 128
  113.       Width = 121
  114.       Height = 21
  115.       Style = csDropDownList
  116.       ItemHeight = 13
  117.       TabOrder = 5
  118.       Items.Strings = (
  119.         'Norm∩┐╜ln∩┐╜'
  120.         'Pevn∩┐╜'
  121.         'V∩┐╜deck∩┐╜')
  122.     end
  123.     object PriponaE: TEdit
  124.       Left = 136
  125.       Top = 176
  126.       Width = 121
  127.       Height = 21
  128.       TabOrder = 6
  129.       Text = 'PriponaE'
  130.     end
  131.     object NasobekR: TDesCislo
  132.       Left = 136
  133.       Top = 200
  134.       Width = 121
  135.       Height = 21
  136.       TabOrder = 7
  137.       DesMista = 10
  138.       Skok = 1
  139.     end
  140.   end
  141.   object BitBtn1: TBitBtn
  142.     Left = 126
  143.     Top = 254
  144.     Width = 75
  145.     Height = 25
  146.     TabOrder = 1
  147.     Kind = bkOK
  148.   end
  149.   object BitBtn2: TBitBtn
  150.     Left = 206
  151.     Top = 254
  152.     Width = 75
  153.     Height = 25
  154.     Caption = 'Storno'
  155.     TabOrder = 2
  156.     Kind = bkCancel
  157.   end
  158. end
  159.