home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / ctenari / Dubsky / Strojar / Strojar.exe / 0 / RCDATA / TREG / TREG.txt
Text File  |  1999-04-20  |  1KB  |  78 lines

  1. object Reg: TReg
  2.   Left = 428
  3.   Top = 318
  4.   Width = 367
  5.   Height = 161
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   BorderIcons = [biSystemMenu]
  9.   Caption = 'Registrace programu'
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object Rc: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 99
  21.     Height = 16
  22.     Caption = 'Registra∩┐╜n∩┐╜ ∩┐╜∩┐╜slo'
  23.   end
  24.   object Label1: TLabel
  25.     Left = 8
  26.     Top = 56
  27.     Width = 99
  28.     Height = 16
  29.     Caption = 'Registrov∩┐╜no na'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 8
  33.     Top = 96
  34.     Width = 36
  35.     Height = 16
  36.     Caption = 'Heslo'
  37.   end
  38.   object Ok: TButton
  39.     Left = 264
  40.     Top = 8
  41.     Width = 75
  42.     Height = 25
  43.     Caption = 'Ok'
  44.     TabOrder = 0
  45.     OnClick = OkClick
  46.   end
  47.   object Cancel: TButton
  48.     Left = 264
  49.     Top = 48
  50.     Width = 75
  51.     Height = 25
  52.     Caption = 'Cancel'
  53.     TabOrder = 1
  54.     OnClick = CancelClick
  55.   end
  56.   object Cislo: TEdit
  57.     Left = 128
  58.     Top = 8
  59.     Width = 121
  60.     Height = 24
  61.     TabOrder = 2
  62.   end
  63.   object Jmeno: TEdit
  64.     Left = 128
  65.     Top = 48
  66.     Width = 121
  67.     Height = 24
  68.     TabOrder = 3
  69.   end
  70.   object Heslo: TEdit
  71.     Left = 128
  72.     Top = 88
  73.     Width = 121
  74.     Height = 24
  75.     TabOrder = 4
  76.   end
  77. end
  78.