-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProperties.dfm
130 lines (130 loc) · 2.57 KB
/
Properties.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
object frmProperties: TfrmProperties
Left = 848
Top = 553
BorderStyle = bsDialog
Caption = 'Einstellungen'
ClientHeight = 185
ClientWidth = 327
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnShow = FormShow
DesignSize = (
327
185)
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 216
Top = 14
Width = 101
Height = 9
Anchors = [akLeft, akTop, akRight]
Shape = bsTopLine
end
object Label1: TLabel
Left = 32
Top = 8
Width = 178
Height = 13
Caption = 'Benachrichtigung bei Status'#228'nderung'
end
object Bevel2: TBevel
Left = 8
Top = 14
Width = 17
Height = 9
Shape = bsTopLine
end
object Bevel3: TBevel
Left = 88
Top = 94
Width = 229
Height = 9
Anchors = [akLeft, akTop, akRight]
Shape = bsTopLine
end
object Label2: TLabel
Left = 32
Top = 88
Width = 46
Height = 13
Caption = 'Sonstiges'
end
object Bevel4: TBevel
Left = 8
Top = 94
Width = 17
Height = 9
Shape = bsTopLine
end
object cbBalloonNotification: TCheckBox
Left = 24
Top = 32
Width = 217
Height = 17
Caption = '&Sprech&blase anzeigen'
TabOrder = 0
end
object cbSoundNotification: TCheckBox
Left = 24
Top = 56
Width = 137
Height = 17
Caption = '&Sound abspielen'
TabOrder = 1
OnClick = cbSoundNotificationClick
end
object btnConfigureSound: TButton
Left = 136
Top = 53
Width = 137
Height = 23
Caption = 'Sound &konfigurieren...'
TabOrder = 2
OnClick = btnConfigureSoundClick
end
object cbAutostart: TCheckBox
Left = 24
Top = 112
Width = 281
Height = 17
Caption = '&Automatisch mit Windows-Benutzeranmeldung starten'
TabOrder = 3
end
object btnOK: TButton
Left = 136
Top = 144
Width = 83
Height = 23
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 5
end
object btnCancel: TButton
Left = 224
Top = 144
Width = 83
Height = 23
Cancel = True
Caption = 'Abbrechen'
ModalResult = 2
TabOrder = 6
OnClick = btnCancelClick
end
object cbUseTestBackend: TCheckBox
Left = 24
Top = 136
Width = 97
Height = 17
Caption = 'Test-Backend'
TabOrder = 4
end
end