object frmPowtorzHaslo: TfrmPowtorzHaslo Left = 157 Top = 120 ActiveControl = tbHaslo BorderStyle = bsDialog Caption = 'Powt�rzenie has�a' ClientHeight = 107 ClientWidth = 237 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 9 Width = 217 Height = 28 AutoSize = False Caption = 'Dla pewno�ci prosz� jeszcze raz poda� to samo has�o-identyfikato' + 'r' WordWrap = True end object tbHaslo: TEdit Left = 8 Top = 39 Width = 220 Height = 21 PasswordChar = '*' TabOrder = 0 end object cmdOk: TBitBtn Left = 150 Top = 71 Width = 77 Height = 27 Caption = 'Ok' TabOrder = 1 OnClick = cmdOkClick Kind = bkOK Margin = 2 Spacing = -1 end object cmdAnuluj: TBitBtn Left = 68 Top = 71 Width = 77 Height = 27 Caption = 'Anuluj' TabOrder = 2 Kind = bkCancel Margin = 2 Spacing = -1 end end