Subversion Repositories autosfx

Rev

Rev 1 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 2
Line 5... Line 5...
5
  BorderStyle = bsDialog
5
  BorderStyle = bsDialog
6
  Caption = 'Daten-Entschl'#252'sselung'
6
  Caption = 'Daten-Entschl'#252'sselung'
7
  ClientHeight = 140
7
  ClientHeight = 140
8
  ClientWidth = 290
8
  ClientWidth = 290
9
  Color = clBtnFace
9
  Color = clBtnFace
-
 
10
  Font.Charset = ANSI_CHARSET
-
 
11
  Font.Color = clWindowText
10
  ParentFont = True
12
  Font.Height = -11
-
 
13
  Font.Name = 'MS Sans Serif'
-
 
14
  Font.Style = []
11
  OldCreateOrder = True
15
  OldCreateOrder = True
12
  Position = poMainFormCenter
16
  Position = poMainFormCenter
13
  OnShow = FormShow
17
  OnShow = FormShow
14
  PixelsPerInch = 96
18
  PixelsPerInch = 96
15
  TextHeight = 13
19
  TextHeight = 13
16
  object PwEnterLabel: TLabel
20
  object PwEnterLabel: TLabel
17
    Left = 8
21
    Left = 8
18
    Top = 56
22
    Top = 56
19
    Width = 120
23
    Width = 117
20
    Height = 13
24
    Height = 13
21
    Caption = 'Bitte Passwort eingeben.'
25
    Caption = 'Bitte Passwort eingeben.'
22
  end
26
  end
23
  object FileLabel: TLabel
27
  object FileLabel: TLabel
24
    Left = 8
28
    Left = 8
25
    Top = 6
29
    Top = 6
26
    Width = 29
30
    Width = 28
27
    Height = 13
31
    Height = 13
28
    Caption = 'Datei:'
32
    Caption = 'Datei:'
29
  end
33
  end
30
  object CurrentFileLabel: TLabel
34
  object CurrentFileLabel: TLabel
31
    Left = 20
35
    Left = 20