home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Freeware / Programare / PSPad / PSPad.exe / 0 / RCDATA / TFBASECALC / TFBASECALC.txt
Encoding:
Text File  |  2004-06-06  |  2.8 KB  |  159 lines

  1. object fBaseCalc: TfBaseCalc
  2.   Left = 329
  3.   Top = 198
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'P'#345'epo'#269'et '#269#237'seln'#253'ch soustav'
  7.   ClientHeight = 169
  8.   ClientWidth = 479
  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.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poOwnerFormCenter
  18.   OnKeyPress = FormKeyPress
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lDec: TLabel
  23.     Left = 8
  24.     Top = 10
  25.     Width = 52
  26.     Height = 13
  27.     Caption = 'Des'#237'tkov'#225':'
  28.   end
  29.   object lHex: TLabel
  30.     Left = 8
  31.     Top = 34
  32.     Width = 73
  33.     Height = 13
  34.     Caption = 'Hexadecim'#225'ln'#237':'
  35.   end
  36.   object lBin: TLabel
  37.     Left = 8
  38.     Top = 82
  39.     Width = 49
  40.     Height = 13
  41.     Caption = 'Dvojkov'#225':'
  42.   end
  43.   object lRom: TLabel
  44.     Left = 8
  45.     Top = 56
  46.     Width = 39
  47.     Height = 13
  48.     Caption = #344#237'msk'#225':'
  49.   end
  50.   object lBase: TLabel
  51.     Left = 79
  52.     Top = 108
  53.     Width = 6
  54.     Height = 13
  55.     Caption = '8'
  56.   end
  57.   object lTime: TLabel
  58.     Left = 9
  59.     Top = 133
  60.     Width = 21
  61.     Height = 13
  62.     Caption = #268'as:'
  63.   end
  64.   object lAny: TLabel
  65.     Left = 8
  66.     Top = 108
  67.     Width = 48
  68.     Height = 13
  69.     Caption = 'Soustava:'
  70.   end
  71.   object eDec: TEdit
  72.     Left = 96
  73.     Top = 8
  74.     Width = 225
  75.     Height = 21
  76.     MaxLength = 18
  77.     TabOrder = 0
  78.     Text = '0'
  79.     OnChange = eDecChange
  80.     OnKeyPress = eDecKeyPress
  81.   end
  82.   object eHex: TEdit
  83.     Left = 96
  84.     Top = 32
  85.     Width = 225
  86.     Height = 21
  87.     MaxLength = 15
  88.     TabOrder = 1
  89.     Text = '0'
  90.     OnChange = eDecChange
  91.     OnKeyPress = eDecKeyPress
  92.   end
  93.   object eBin: TEdit
  94.     Left = 96
  95.     Top = 80
  96.     Width = 377
  97.     Height = 21
  98.     MaxLength = 59
  99.     TabOrder = 3
  100.     Text = '0'
  101.     OnChange = eDecChange
  102.     OnKeyPress = eDecKeyPress
  103.   end
  104.   object eRoman: TEdit
  105.     Left = 96
  106.     Top = 56
  107.     Width = 225
  108.     Height = 21
  109.     CharCase = ecUpperCase
  110.     MaxLength = 18
  111.     TabOrder = 2
  112.     OnChange = eDecChange
  113.     OnKeyPress = eDecKeyPress
  114.   end
  115.   object eBase: TEdit
  116.     Left = 96
  117.     Top = 104
  118.     Width = 377
  119.     Height = 21
  120.     CharCase = ecUpperCase
  121.     TabOrder = 4
  122.     Text = '0'
  123.     OnChange = eDecChange
  124.     OnKeyPress = eDecKeyPress
  125.   end
  126.   object UpDownBase: TUpDown
  127.     Left = 60
  128.     Top = 103
  129.     Width = 16
  130.     Height = 24
  131.     Min = 3
  132.     Max = 16
  133.     Position = 8
  134.     TabOrder = 5
  135.     OnChangingEx = UpDownBaseChangingEx
  136.     OnClick = UpDownBaseClick
  137.   end
  138.   object bOK: TButton
  139.     Left = 400
  140.     Top = 136
  141.     Width = 75
  142.     Height = 25
  143.     Cancel = True
  144.     Caption = '&OK'
  145.     ModalResult = 1
  146.     TabOrder = 6
  147.   end
  148.   object eTime: TEdit
  149.     Left = 96
  150.     Top = 128
  151.     Width = 225
  152.     Height = 21
  153.     Color = clBtnFace
  154.     ReadOnly = True
  155.     TabOrder = 7
  156.     Text = '0:00:00.0'
  157.   end
  158. end
  159.