home *** CD-ROM | disk | FTP | other *** search
- object fBlockSum: TfBlockSum
- Left = 427
- Top = 228
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsToolWindow
- Caption = 'V'#253'po'#269'ty v bloku'
- ClientHeight = 202
- ClientWidth = 250
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object bOK: TButton
- Left = 160
- Top = 168
- Width = 81
- Height = 25
- Cancel = True
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 233
- Height = 153
- TabOrder = 1
- object lSum: TLabel
- Left = 16
- Top = 18
- Width = 37
- Height = 13
- Caption = 'Sou'#269'et:'
- end
- object lMin: TLabel
- Left = 16
- Top = 42
- Width = 44
- Height = 13
- Caption = 'Minimum:'
- end
- object lMax: TLabel
- Left = 16
- Top = 66
- Width = 47
- Height = 13
- Caption = 'Maximum:'
- end
- object lAVG: TLabel
- Left = 16
- Top = 90
- Width = 36
- Height = 13
- Caption = 'Pr'#367'm'#283'r:'
- end
- object lCnt: TLabel
- Left = 16
- Top = 114
- Width = 31
- Height = 13
- Caption = 'Po'#269'et:'
- end
- object eSum: TEdit
- Left = 96
- Top = 16
- Width = 121
- Height = 21
- ReadOnly = True
- TabOrder = 0
- Text = '0'
- end
- object eMin: TEdit
- Left = 96
- Top = 40
- Width = 121
- Height = 21
- ReadOnly = True
- TabOrder = 1
- Text = '0'
- end
- object eMax: TEdit
- Left = 96
- Top = 64
- Width = 121
- Height = 21
- ReadOnly = True
- TabOrder = 2
- Text = '0'
- end
- object eAVG: TEdit
- Left = 96
- Top = 88
- Width = 121
- Height = 21
- ReadOnly = True
- TabOrder = 3
- Text = '0'
- end
- object eCnt: TEdit
- Left = 96
- Top = 112
- Width = 121
- Height = 21
- ReadOnly = True
- TabOrder = 4
- Text = '0'
- end
- end
- end
-