home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 mARCH / PCWK3A99.iso / Polskie / Malabibl / _SETUP.1 / biblio.exe / 0 / RCDATA / TFRMPOWTORZHASLO / TFRMPOWTORZHASLO.txt
Text File  |  1998-07-13  |  1KB  |  61 lines

  1. object frmPowtorzHaslo: TfrmPowtorzHaslo
  2.   Left = 157
  3.   Top = 120
  4.   ActiveControl = tbHaslo
  5.   BorderStyle = bsDialog
  6.   Caption = 'Powt∩┐╜rzenie has∩┐╜a'
  7.   ClientHeight = 107
  8.   ClientWidth = 237
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 9
  21.     Width = 217
  22.     Height = 28
  23.     AutoSize = False
  24.     Caption = 
  25.       'Dla pewno∩┐╜ci prosz∩┐╜ jeszcze raz poda∩┐╜ to samo has∩┐╜o-identyfikato' +
  26.       'r'
  27.     WordWrap = True
  28.   end
  29.   object tbHaslo: TEdit
  30.     Left = 8
  31.     Top = 39
  32.     Width = 220
  33.     Height = 21
  34.     PasswordChar = '*'
  35.     TabOrder = 0
  36.   end
  37.   object cmdOk: TBitBtn
  38.     Left = 150
  39.     Top = 71
  40.     Width = 77
  41.     Height = 27
  42.     Caption = 'Ok'
  43.     TabOrder = 1
  44.     OnClick = cmdOkClick
  45.     Kind = bkOK
  46.     Margin = 2
  47.     Spacing = -1
  48.   end
  49.   object cmdAnuluj: TBitBtn
  50.     Left = 68
  51.     Top = 71
  52.     Width = 77
  53.     Height = 27
  54.     Caption = 'Anuluj'
  55.     TabOrder = 2
  56.     Kind = bkCancel
  57.     Margin = 2
  58.     Spacing = -1
  59.   end
  60. end
  61.