home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / devilpad / htmlpad.exe / HTMLPad.exe / 0 / RCDATA / TFRMREGISTRACE / TFRMREGISTRACE.txt
Encoding:
Text File  |  2001-06-24  |  1.3 KB  |  74 lines

  1. object frmRegistrace: TfrmRegistrace
  2.   Left = 237
  3.   Top = 188
  4.   BorderStyle = bsDialog
  5.   Caption = 'Registrace'
  6.   ClientHeight = 105
  7.   ClientWidth = 314
  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.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object GroupBox1: TGroupBox
  19.     Left = 5
  20.     Top = 1
  21.     Width = 303
  22.     Height = 72
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 9
  26.       Top = 17
  27.       Width = 89
  28.       Height = 13
  29.       Caption = 'U∩┐╜ivatelsk∩┐╜ jm∩┐╜no:'
  30.     end
  31.     object Label2: TLabel
  32.       Left = 9
  33.       Top = 44
  34.       Width = 30
  35.       Height = 13
  36.       Caption = 'Heslo:'
  37.     end
  38.     object Edit1: TEdit
  39.       Left = 107
  40.       Top = 14
  41.       Width = 184
  42.       Height = 21
  43.       TabOrder = 0
  44.     end
  45.     object Edit2: TEdit
  46.       Left = 107
  47.       Top = 41
  48.       Width = 184
  49.       Height = 21
  50.       TabOrder = 1
  51.     end
  52.   end
  53.   object btnOk: TButton
  54.     Left = 154
  55.     Top = 78
  56.     Width = 75
  57.     Height = 25
  58.     Caption = 'OK'
  59.     Default = True
  60.     TabOrder = 1
  61.     OnClick = btnOkClick
  62.   end
  63.   object btnStorno: TButton
  64.     Left = 233
  65.     Top = 78
  66.     Width = 75
  67.     Height = 25
  68.     Cancel = True
  69.     Caption = 'Storno'
  70.     TabOrder = 2
  71.     OnClick = btnStornoClick
  72.   end
  73. end
  74.