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

  1. object fBlockSum: TfBlockSum
  2.   Left = 427
  3.   Top = 228
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'V'#253'po'#269'ty v bloku'
  7.   ClientHeight = 202
  8.   ClientWidth = 250
  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 = poMainFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object bOK: TButton
  21.     Left = 160
  22.     Top = 168
  23.     Width = 81
  24.     Height = 25
  25.     Cancel = True
  26.     Caption = '&OK'
  27.     Default = True
  28.     ModalResult = 1
  29.     TabOrder = 0
  30.   end
  31.   object GroupBox1: TGroupBox
  32.     Left = 8
  33.     Top = 8
  34.     Width = 233
  35.     Height = 153
  36.     TabOrder = 1
  37.     object lSum: TLabel
  38.       Left = 16
  39.       Top = 18
  40.       Width = 37
  41.       Height = 13
  42.       Caption = 'Sou'#269'et:'
  43.     end
  44.     object lMin: TLabel
  45.       Left = 16
  46.       Top = 42
  47.       Width = 44
  48.       Height = 13
  49.       Caption = 'Minimum:'
  50.     end
  51.     object lMax: TLabel
  52.       Left = 16
  53.       Top = 66
  54.       Width = 47
  55.       Height = 13
  56.       Caption = 'Maximum:'
  57.     end
  58.     object lAVG: TLabel
  59.       Left = 16
  60.       Top = 90
  61.       Width = 36
  62.       Height = 13
  63.       Caption = 'Pr'#367'm'#283'r:'
  64.     end
  65.     object lCnt: TLabel
  66.       Left = 16
  67.       Top = 114
  68.       Width = 31
  69.       Height = 13
  70.       Caption = 'Po'#269'et:'
  71.     end
  72.     object eSum: TEdit
  73.       Left = 96
  74.       Top = 16
  75.       Width = 121
  76.       Height = 21
  77.       ReadOnly = True
  78.       TabOrder = 0
  79.       Text = '0'
  80.     end
  81.     object eMin: TEdit
  82.       Left = 96
  83.       Top = 40
  84.       Width = 121
  85.       Height = 21
  86.       ReadOnly = True
  87.       TabOrder = 1
  88.       Text = '0'
  89.     end
  90.     object eMax: TEdit
  91.       Left = 96
  92.       Top = 64
  93.       Width = 121
  94.       Height = 21
  95.       ReadOnly = True
  96.       TabOrder = 2
  97.       Text = '0'
  98.     end
  99.     object eAVG: TEdit
  100.       Left = 96
  101.       Top = 88
  102.       Width = 121
  103.       Height = 21
  104.       ReadOnly = True
  105.       TabOrder = 3
  106.       Text = '0'
  107.     end
  108.     object eCnt: TEdit
  109.       Left = 96
  110.       Top = 112
  111.       Width = 121
  112.       Height = 21
  113.       ReadOnly = True
  114.       TabOrder = 4
  115.       Text = '0'
  116.     end
  117.   end
  118. end
  119.