Subversion Repositories autosfx

Rev

Rev 1 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 2
1
object PasswordDlg: TPasswordDlg
1
object PasswordDlg: TPasswordDlg
2
  Left = 245
2
  Left = 245
3
  Top = 108
3
  Top = 108
4
  BorderIcons = [biSystemMenu, biMinimize]
4
  BorderIcons = [biSystemMenu, biMinimize]
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
32
    Top = 25
36
    Top = 25
33
    Width = 262
37
    Width = 262
34
    Height = 13
38
    Height = 13
35
    AutoSize = False
39
    AutoSize = False
36
    Caption = 'CurrentFileLabel'
40
    Caption = 'CurrentFileLabel'
37
  end
41
  end
38
  object TryLabel: TLabel
42
  object TryLabel: TLabel
39
    Left = 241
43
    Left = 241
40
    Top = 8
44
    Top = 8
41
    Width = 41
45
    Width = 41
42
    Height = 13
46
    Height = 13
43
    Alignment = taRightJustify
47
    Alignment = taRightJustify
44
    Caption = 'TryLabel'
48
    Caption = 'TryLabel'
45
  end
49
  end
46
  object Password: TEdit
50
  object Password: TEdit
47
    Left = 8
51
    Left = 8
48
    Top = 75
52
    Top = 75
49
    Width = 274
53
    Width = 274
50
    Height = 21
54
    Height = 21
51
    PasswordChar = '*'
55
    PasswordChar = '*'
52
    TabOrder = 0
56
    TabOrder = 0
53
  end
57
  end
54
  object OKBtn: TButton
58
  object OKBtn: TButton
55
    Left = 126
59
    Left = 126
56
    Top = 102
60
    Top = 102
57
    Width = 75
61
    Width = 75
58
    Height = 25
62
    Height = 25
59
    Caption = 'OK'
63
    Caption = 'OK'
60
    Default = True
64
    Default = True
61
    ModalResult = 1
65
    ModalResult = 1
62
    TabOrder = 1
66
    TabOrder = 1
63
    OnClick = OKBtnClick
67
    OnClick = OKBtnClick
64
  end
68
  end
65
  object CancelBtn: TButton
69
  object CancelBtn: TButton
66
    Left = 206
70
    Left = 206
67
    Top = 102
71
    Top = 102
68
    Width = 75
72
    Width = 75
69
    Height = 25
73
    Height = 25
70
    Cancel = True
74
    Cancel = True
71
    Caption = 'Abbrechen'
75
    Caption = 'Abbrechen'
72
    ModalResult = 2
76
    ModalResult = 2
73
    TabOrder = 2
77
    TabOrder = 2
74
  end
78
  end
75
end
79
end