home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd1.bin / software / scalc / setup.exe / AppDir\scalc.exe / 0 / RCDATA / TCONSTVAR / TCONSTVAR.txt
Text File  |  2004-02-03  |  3KB  |  123 lines

  1. object constvar: Tconstvar
  2.   Left = 222
  3.   Top = 263
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Konstanty & prom'#283'nn'#233
  7.   ClientHeight = 260
  8.   ClientWidth = 397
  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.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 34
  24.     Height = 13
  25.     Caption = 'Hledat:'
  26.   end
  27.   object errmsg: TLabel
  28.     Left = 32
  29.     Top = 112
  30.     Width = 337
  31.     Height = 41
  32.     Alignment = taCenter
  33.     AutoSize = False
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = clWindowText
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.     WordWrap = True
  41.   end
  42.   object memtype: TRadioGroup
  43.     Left = 192
  44.     Top = 8
  45.     Width = 201
  46.     Height = 33
  47.     Caption = 'Typ'
  48.     Columns = 2
  49.     ItemIndex = 0
  50.     Items.Strings = (
  51.       '&konstanta'
  52.       '&prom'#283'nn'#225)
  53.     TabOrder = 0
  54.     OnClick = memtypeClick
  55.   end
  56.   object Edit1: TEdit
  57.     Left = 8
  58.     Top = 24
  59.     Width = 169
  60.     Height = 21
  61.     TabOrder = 1
  62.     OnChange = Edit1Change
  63.   end
  64.   object confbut: TBitBtn
  65.     Left = 288
  66.     Top = 232
  67.     Width = 105
  68.     Height = 25
  69.     Caption = '&Potvrdit v'#253'b'#283'r'
  70.     TabOrder = 2
  71.     OnClick = confbutClick
  72.     Kind = bkOK
  73.   end
  74.   object tabulka: TStringGrid
  75.     Left = 8
  76.     Top = 48
  77.     Width = 385
  78.     Height = 177
  79.     ColCount = 3
  80.     DefaultRowHeight = 16
  81.     FixedCols = 0
  82.     RowCount = 2
  83.     Options = [goFixedHorzLine, goHorzLine, goEditing, goRowSelect]
  84.     ScrollBars = ssVertical
  85.     TabOrder = 3
  86.     OnDblClick = confbutClick
  87.     ColWidths = (
  88.       165
  89.       137
  90.       64)
  91.   end
  92.   object addbut: TButton
  93.     Left = 8
  94.     Top = 232
  95.     Width = 107
  96.     Height = 25
  97.     Caption = '&P'#345'idat konstantu...'
  98.     TabOrder = 4
  99.     OnClick = addbutClick
  100.   end
  101.   object deletebut: TButton
  102.     Left = 120
  103.     Top = 232
  104.     Width = 107
  105.     Height = 25
  106.     Caption = '&Smazat konstantu...'
  107.     TabOrder = 5
  108.     OnClick = deletebutClick
  109.   end
  110.   object Button1: TButton
  111.     Left = 232
  112.     Top = 232
  113.     Width = 41
  114.     Height = 25
  115.     Hint = 'do aktu'#225'ln'#283' vybran'#233' prom'#283'nn'#233' ulo'#382#237' v'#253'sledek na displeji'
  116.     Caption = '&Uprav'
  117.     ParentShowHint = False
  118.     ShowHint = True
  119.     TabOrder = 6
  120.     OnClick = Button1Click
  121.   end
  122. end
  123.