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

  1. object fExpression: TfExpression
  2.   Left = 298
  3.   Top = 192
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Vyhodnocen'#237' v'#253'razu'
  7.   ClientHeight = 149
  8.   ClientWidth = 373
  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.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object GroupBox1: TGroupBox
  21.     Left = 8
  22.     Top = 8
  23.     Width = 361
  24.     Height = 105
  25.     TabOrder = 0
  26.     object lExpression: TLabel
  27.       Left = 16
  28.       Top = 16
  29.       Width = 29
  30.       Height = 13
  31.       Caption = 'V'#253'raz:'
  32.     end
  33.     object lResult: TLabel
  34.       Left = 16
  35.       Top = 56
  36.       Width = 46
  37.       Height = 13
  38.       Caption = 'V'#253'sledek:'
  39.     end
  40.     object eExpression: TEdit
  41.       Left = 16
  42.       Top = 32
  43.       Width = 329
  44.       Height = 23
  45.       Font.Charset = EASTEUROPE_CHARSET
  46.       Font.Color = clWindowText
  47.       Font.Height = -12
  48.       Font.Name = 'Courier New'
  49.       Font.Style = []
  50.       ParentFont = False
  51.       TabOrder = 0
  52.       OnChange = eExpressionChange
  53.     end
  54.     object eResult: TEdit
  55.       Left = 16
  56.       Top = 72
  57.       Width = 329
  58.       Height = 23
  59.       Font.Charset = EASTEUROPE_CHARSET
  60.       Font.Color = clWindowText
  61.       Font.Height = -12
  62.       Font.Name = 'Courier New'
  63.       Font.Style = []
  64.       ParentFont = False
  65.       ReadOnly = True
  66.       TabOrder = 1
  67.     end
  68.   end
  69.   object bOK: TButton
  70.     Left = 208
  71.     Top = 120
  72.     Width = 75
  73.     Height = 25
  74.     Caption = '&OK'
  75.     ModalResult = 1
  76.     TabOrder = 1
  77.   end
  78.   object bCancel: TButton
  79.     Left = 288
  80.     Top = 120
  81.     Width = 75
  82.     Height = 25
  83.     Cancel = True
  84.     Caption = '&Storno'
  85.     ModalResult = 2
  86.     TabOrder = 2
  87.   end
  88.   object bInsert: TButton
  89.     Left = 128
  90.     Top = 120
  91.     Width = 75
  92.     Height = 25
  93.     Caption = '&Vlo'#382'it'
  94.     ModalResult = 6
  95.     TabOrder = 3
  96.   end
  97. end
  98.