home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / oddech / sachy / sachy.exe / 0 / RCDATA / TOBTIZNOST_FORM / TOBTIZNOST_FORM.txt < prev   
Text File  |  2003-02-26  |  2KB  |  103 lines

  1. object obtiznost_form: Tobtiznost_form
  2.   Left = 189
  3.   Top = 166
  4.   HelpContext = 37
  5.   BorderStyle = bsDialog
  6.   Caption = 'Obt'#237#382'nost'
  7.   ClientHeight = 217
  8.   ClientWidth = 354
  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.   Icon.Data = {<image000.ico>}
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   OnKeyDown = FormKeyDown
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Stupenobtiznosti: TRadioGroup
  23.     Left = 16
  24.     Top = 16
  25.     Width = 153
  26.     Height = 137
  27.     Caption = 'Stupe'#328' obt'#237#382'nosti'
  28.     Items.Strings = (
  29.       'Nejni'#382#353#237
  30.       'N'#237'zk'#225
  31.       'St'#345'edn'#237
  32.       'Vysok'#225
  33.       'Vlastn'#237)
  34.     TabOrder = 0
  35.     OnClick = StupenobtiznostiClick
  36.   end
  37.   object Button1: TButton
  38.     Left = 68
  39.     Top = 176
  40.     Width = 75
  41.     Height = 25
  42.     Caption = 'OK'
  43.     Default = True
  44.     TabOrder = 1
  45.     OnClick = Button1Click
  46.   end
  47.   object Button2: TButton
  48.     Left = 212
  49.     Top = 176
  50.     Width = 75
  51.     Height = 25
  52.     Caption = 'Storno'
  53.     TabOrder = 2
  54.     OnClick = Button2Click
  55.   end
  56.   object GroupBox1: TGroupBox
  57.     Left = 184
  58.     Top = 16
  59.     Width = 153
  60.     Height = 137
  61.     Caption = 'Po'#269#237'tat p'#367'ltah'#367' dop'#345'edu:'
  62.     TabOrder = 3
  63.     object Label1: TLabel
  64.       Left = 24
  65.       Top = 56
  66.       Width = 87
  67.       Height = 13
  68.       Caption = 'v hlavn'#237'm v'#253'po'#269'tu'
  69.     end
  70.     object Label2: TLabel
  71.       Left = 24
  72.       Top = 112
  73.       Width = 110
  74.       Height = 13
  75.       Caption = 'v ohodnocovac'#237' funkci'
  76.     end
  77.     object SpinEdit1: TSpinEdit
  78.       Left = 24
  79.       Top = 29
  80.       Width = 73
  81.       Height = 22
  82.       MaxValue = 20
  83.       MinValue = 0
  84.       TabOrder = 0
  85.       Value = 0
  86.       OnChange = SpinEdit1Change
  87.       OnExit = SpinEdit1Exit
  88.     end
  89.     object SpinEdit2: TSpinEdit
  90.       Left = 24
  91.       Top = 85
  92.       Width = 73
  93.       Height = 22
  94.       MaxValue = 20
  95.       MinValue = 0
  96.       TabOrder = 1
  97.       Value = 0
  98.       OnChange = SpinEdit2Change
  99.       OnExit = SpinEdit2Exit
  100.     end
  101.   end
  102. end
  103.