home *** CD-ROM | disk | FTP | other *** search
- object fExpression: TfExpression
- Left = 298
- Top = 192
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsToolWindow
- Caption = 'Vyhodnocen'#237' v'#253'razu'
- ClientHeight = 149
- ClientWidth = 373
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 361
- Height = 105
- TabOrder = 0
- object lExpression: TLabel
- Left = 16
- Top = 16
- Width = 29
- Height = 13
- Caption = 'V'#253'raz:'
- end
- object lResult: TLabel
- Left = 16
- Top = 56
- Width = 46
- Height = 13
- Caption = 'V'#253'sledek:'
- end
- object eExpression: TEdit
- Left = 16
- Top = 32
- Width = 329
- Height = 23
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnChange = eExpressionChange
- end
- object eResult: TEdit
- Left = 16
- Top = 72
- Width = 329
- Height = 23
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- TabOrder = 1
- end
- end
- object bOK: TButton
- Left = 208
- Top = 120
- Width = 75
- Height = 25
- Caption = '&OK'
- ModalResult = 1
- TabOrder = 1
- end
- object bCancel: TButton
- Left = 288
- Top = 120
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Storno'
- ModalResult = 2
- TabOrder = 2
- end
- object bInsert: TButton
- Left = 128
- Top = 120
- Width = 75
- Height = 25
- Caption = '&Vlo'#382'it'
- ModalResult = 6
- TabOrder = 3
- end
- end
-