home *** CD-ROM | disk | FTP | other *** search
- object HesloForm: THesloForm
- Left = 239
- Top = 161
- BorderStyle = bsDialog
- ClientHeight = 134
- ClientWidth = 266
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PasswordLabel: TLabel
- Left = 48
- Top = 48
- Width = 57
- Height = 13
- Caption = '&Nov� heslo:'
- FocusControl = NewPasswordEdit
- end
- object Icon: TImage
- Left = 8
- Top = 8
- Width = 32
- Height = 32
- Picture.Data = {<image000.ico>}
- end
- object Label1: TLabel
- Left = 48
- Top = 88
- Width = 76
- Height = 13
- Caption = '&Potvrzen� hesla:'
- FocusControl = ConfirmPasswordEdit
- end
- object Label2: TLabel
- Left = 48
- Top = 8
- Width = 56
- Height = 13
- Caption = '&Star� heslo:'
- FocusControl = OldPasswordEdit
- end
- object OKBtn: TButton
- Left = 184
- Top = 70
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 3
- OnClick = OKBtnClick
- end
- object ConfirmPasswordEdit: TEdit
- Left = 48
- Top = 104
- Width = 121
- Height = 21
- PasswordChar = '*'
- TabOrder = 2
- end
- object NewPasswordEdit: TEdit
- Left = 48
- Top = 64
- Width = 121
- Height = 21
- PasswordChar = '*'
- TabOrder = 1
- end
- object OldPasswordEdit: TEdit
- Left = 48
- Top = 24
- Width = 121
- Height = 21
- PasswordChar = '*'
- TabOrder = 0
- end
- object StornoBtn: TButton
- Left = 184
- Top = 102
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Storno'
- ModalResult = 2
- TabOrder = 4
- end
- object UzivatelTbl: TTable
- Active = True
- DatabaseName = 'RealityDB'
- TableName = 'Uzivatel.DB'
- Left = 216
- Top = 8
- object UzivatelTblUserName: TStringField
- FieldName = 'UserName'
- end
- object UzivatelTblPassword: TStringField
- FieldName = 'Password'
- end
- end
- end
-