-
Notifications
You must be signed in to change notification settings - Fork 11
/
options.lfm
130 lines (130 loc) · 2.88 KB
/
options.lfm
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 optionFrm: ToptionFrm
Left = 37
Height = 198
Top = 231
Width = 387
BorderStyle = bsSizeToolWin
Caption = 'Einstellungen'
ClientHeight = 198
ClientWidth = 387
OnCreate = FormCreate
LCLVersion = '1.8.0.2'
object Label21: TLabel
AnchorSideLeft.Control = defaultRefreshedt
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = defaultRefreshedt
AnchorSideTop.Side = asrCenter
Left = 367
Height = 15
Top = 54
Width = 20
BorderSpacing.Around = 5
Caption = 'ms'
ParentColor = False
end
object Label29: TLabel
Left = 24
Height = 15
Top = 81
Width = 136
Caption = 'Windowskonstanten:'
ParentColor = False
end
object Label1: TLabel
Left = 24
Height = 15
Top = 112
Width = 180
Caption = 'Gleichzeitige Seitenfenster:'
ParentColor = False
end
object Label2: TLabel
Left = 24
Height = 15
Top = 141
Width = 56
Caption = 'Sprache:'
ParentColor = False
end
object autorefreshcheck: TCheckBox
Left = 25
Height = 18
Top = 50
Width = 227
Caption = 'Automatisch aktualisieren: alle'
TabOrder = 0
end
object defaultRefreshedt: TEdit
Left = 193
Height = 25
Hint = 'Zeigt an wie oft die periodische Wiederholung der Prozess und Fenstersuche erfolgen soll'
Top = 49
Width = 169
Anchors = [akTop, akLeft, akRight]
TabOrder = 1
Text = '3000'
end
object checkhex: TCheckBox
Left = 25
Height = 18
Hint = 'Stellt ein, ob die Zahlen hexadezimal oder dezimal angezeigt werden sollen. Bei Hexadezimalen Zahlen müssen auch die meisten Eingaben hexadezimal erfolgen.'
Top = 13
Width = 222
Caption = 'Zahlen hexadezimal darstellen'
TabOrder = 2
end
object optwinconst_Edt: TEdit
Left = 193
Height = 25
Top = 77
Width = 186
Anchors = [akTop, akLeft, akRight]
TabOrder = 3
Text = 'winconst\'
end
object Button1: TButton
Left = 32
Height = 25
Top = 160
Width = 75
Caption = 'speichern'
OnClick = Button1Click
TabOrder = 4
end
object Button2: TButton
Left = 118
Height = 25
Top = 160
Width = 75
Caption = 'zurücksetzen'
OnClick = Button2Click
TabOrder = 5
end
object maxsubforms_edt: TEdit
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrCenter
Left = 193
Height = 25
Top = 107
Width = 186
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 5
TabOrder = 6
Text = '3'
end
object ComboBox1: TComboBox
Left = 193
Height = 25
Top = 136
Width = 186
Anchors = [akTop, akLeft, akRight]
ItemHeight = 0
Items.Strings = (
'auto'
'de'
'en'
)
TabOrder = 7
end
end