home *** CD-ROM | disk | FTP | other *** search
/ BUG 10 / BUGCD1998_01.ISO / internet / brojac / brojac.exe / 0 / RCDATA / TFRMREGISTRACIJA / TFRMREGISTRACIJA.txt
Text File  |  1997-11-20  |  1KB  |  79 lines

  1. object frmRegistracija: TfrmRegistracija
  2.   Left = 625
  3.   Top = 205
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Registracija'
  7.   ClientHeight = 142
  8.   ClientWidth = 305
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 106
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 289
  21.     Height = 89
  22.     Style = bsRaised
  23.   end
  24.   object Label1: TLabel
  25.     Left = 24
  26.     Top = 32
  27.     Width = 65
  28.     Height = 13
  29.     Caption = 'Ime i Prezime:'
  30.   end
  31.   object lblSerijski: TLabel
  32.     Left = 24
  33.     Top = 64
  34.     Width = 56
  35.     Height = 13
  36.     Caption = 'Serijski broj:'
  37.   end
  38.   object edtRegIme: TEdit
  39.     Left = 104
  40.     Top = 24
  41.     Width = 177
  42.     Height = 21
  43.     Hint = 'Unesite ime i prezime'
  44.     MaxLength = 25
  45.     ParentShowHint = False
  46.     ShowHint = True
  47.     TabOrder = 0
  48.   end
  49.   object edtSerijski: TEdit
  50.     Left = 104
  51.     Top = 56
  52.     Width = 177
  53.     Height = 21
  54.     Hint = 'Unesite serijski broj'
  55.     ParentShowHint = False
  56.     ShowHint = True
  57.     TabOrder = 1
  58.   end
  59.   object btnRegOK: TButton
  60.     Left = 48
  61.     Top = 104
  62.     Width = 75
  63.     Height = 25
  64.     Caption = 'OK'
  65.     ModalResult = 1
  66.     TabOrder = 2
  67.     OnClick = btnRegOKClick
  68.   end
  69.   object Button2: TButton
  70.     Left = 176
  71.     Top = 104
  72.     Width = 75
  73.     Height = 25
  74.     Caption = 'Odbaci'
  75.     ModalResult = 2
  76.     TabOrder = 3
  77.   end
  78. end
  79.