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

  1. object addmem: Taddmem
  2.   Left = 526
  3.   Top = 351
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'P'#345'id'#225'n'#237' konstanty'
  6.   ClientHeight = 184
  7.   ClientWidth = 231
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 16
  20.     Top = 8
  21.     Width = 34
  22.     Height = 13
  23.     Caption = 'N'#225'zev:'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 16
  27.     Top = 56
  28.     Width = 44
  29.     Height = 13
  30.     Caption = 'Hodnota:'
  31.   end
  32.   object Label3: TLabel
  33.     Left = 16
  34.     Top = 104
  35.     Width = 47
  36.     Height = 13
  37.     Caption = 'Jednotka:'
  38.   end
  39.   object Edit1: TEdit
  40.     Left = 16
  41.     Top = 24
  42.     Width = 201
  43.     Height = 21
  44.     TabOrder = 0
  45.   end
  46.   object Edit2: TEdit
  47.     Left = 16
  48.     Top = 72
  49.     Width = 161
  50.     Height = 21
  51.     TabOrder = 1
  52.   end
  53.   object Edit3: TEdit
  54.     Left = 16
  55.     Top = 120
  56.     Width = 201
  57.     Height = 21
  58.     TabOrder = 2
  59.   end
  60.   object Button1: TButton
  61.     Left = 64
  62.     Top = 152
  63.     Width = 75
  64.     Height = 25
  65.     Caption = 'OK'
  66.     Default = True
  67.     TabOrder = 3
  68.     OnClick = Button1Click
  69.   end
  70.   object Button2: TButton
  71.     Left = 144
  72.     Top = 152
  73.     Width = 75
  74.     Height = 25
  75.     Caption = 'Zru'#353'it'
  76.     TabOrder = 4
  77.     OnClick = Button2Click
  78.   end
  79.   object Button3: TButton
  80.     Left = 184
  81.     Top = 72
  82.     Width = 43
  83.     Height = 21
  84.     Caption = 'ANS'
  85.     TabOrder = 5
  86.     OnClick = Button3Click
  87.   end
  88. end
  89.