Rev 1 | Blame | Compare with Previous | Last modification | View Log | RSS feed
object PasswordDlg: TPasswordDlgLeft = 245Top = 108BorderIcons = [biSystemMenu, biMinimize]BorderStyle = bsDialogCaption = 'Daten-Entschl'#252'sselung'ClientHeight = 140ClientWidth = 290Color = clBtnFaceFont.Charset = ANSI_CHARSETFont.Color = clWindowTextFont.Height = -11Font.Name = 'MS Sans Serif'Font.Style = []OldCreateOrder = TruePosition = poMainFormCenterOnShow = FormShowPixelsPerInch = 96TextHeight = 13object PwEnterLabel: TLabelLeft = 8Top = 56Width = 117Height = 13Caption = 'Bitte Passwort eingeben.'endobject FileLabel: TLabelLeft = 8Top = 6Width = 28Height = 13Caption = 'Datei:'endobject CurrentFileLabel: TLabelLeft = 20Top = 25Width = 262Height = 13AutoSize = FalseCaption = 'CurrentFileLabel'endobject TryLabel: TLabelLeft = 241Top = 8Width = 41Height = 13Alignment = taRightJustifyCaption = 'TryLabel'endobject Password: TEditLeft = 8Top = 75Width = 274Height = 21PasswordChar = '*'TabOrder = 0endobject OKBtn: TButtonLeft = 126Top = 102Width = 75Height = 25Caption = 'OK'Default = TrueModalResult = 1TabOrder = 1OnClick = OKBtnClickendobject CancelBtn: TButtonLeft = 206Top = 102Width = 75Height = 25Cancel = TrueCaption = 'Abbrechen'ModalResult = 2TabOrder = 2endend