home *** CD-ROM | disk | FTP | other *** search
- object fBaseCalc: TfBaseCalc
- Left = 329
- Top = 198
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsToolWindow
- Caption = 'P'#345'epo'#269'et '#269#237'seln'#253'ch soustav'
- ClientHeight = 169
- ClientWidth = 479
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = False
- Position = poOwnerFormCenter
- OnKeyPress = FormKeyPress
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lDec: TLabel
- Left = 8
- Top = 10
- Width = 52
- Height = 13
- Caption = 'Des'#237'tkov'#225':'
- end
- object lHex: TLabel
- Left = 8
- Top = 34
- Width = 73
- Height = 13
- Caption = 'Hexadecim'#225'ln'#237':'
- end
- object lBin: TLabel
- Left = 8
- Top = 82
- Width = 49
- Height = 13
- Caption = 'Dvojkov'#225':'
- end
- object lRom: TLabel
- Left = 8
- Top = 56
- Width = 39
- Height = 13
- Caption = #344#237'msk'#225':'
- end
- object lBase: TLabel
- Left = 79
- Top = 108
- Width = 6
- Height = 13
- Caption = '8'
- end
- object lTime: TLabel
- Left = 9
- Top = 133
- Width = 21
- Height = 13
- Caption = #268'as:'
- end
- object lAny: TLabel
- Left = 8
- Top = 108
- Width = 48
- Height = 13
- Caption = 'Soustava:'
- end
- object eDec: TEdit
- Left = 96
- Top = 8
- Width = 225
- Height = 21
- MaxLength = 18
- TabOrder = 0
- Text = '0'
- OnChange = eDecChange
- OnKeyPress = eDecKeyPress
- end
- object eHex: TEdit
- Left = 96
- Top = 32
- Width = 225
- Height = 21
- MaxLength = 15
- TabOrder = 1
- Text = '0'
- OnChange = eDecChange
- OnKeyPress = eDecKeyPress
- end
- object eBin: TEdit
- Left = 96
- Top = 80
- Width = 377
- Height = 21
- MaxLength = 59
- TabOrder = 3
- Text = '0'
- OnChange = eDecChange
- OnKeyPress = eDecKeyPress
- end
- object eRoman: TEdit
- Left = 96
- Top = 56
- Width = 225
- Height = 21
- CharCase = ecUpperCase
- MaxLength = 18
- TabOrder = 2
- OnChange = eDecChange
- OnKeyPress = eDecKeyPress
- end
- object eBase: TEdit
- Left = 96
- Top = 104
- Width = 377
- Height = 21
- CharCase = ecUpperCase
- TabOrder = 4
- Text = '0'
- OnChange = eDecChange
- OnKeyPress = eDecKeyPress
- end
- object UpDownBase: TUpDown
- Left = 60
- Top = 103
- Width = 16
- Height = 24
- Min = 3
- Max = 16
- Position = 8
- TabOrder = 5
- OnChangingEx = UpDownBaseChangingEx
- OnClick = UpDownBaseClick
- end
- object bOK: TButton
- Left = 400
- Top = 136
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&OK'
- ModalResult = 1
- TabOrder = 6
- end
- object eTime: TEdit
- Left = 96
- Top = 128
- Width = 225
- Height = 21
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 7
- Text = '0:00:00.0'
- end
- end
-