forked from benibela/apim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
processlist.lfm
294 lines (294 loc) · 6.61 KB
/
processlist.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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
object processListFrm: TprocessListFrm
Left = 408
Height = 356
Top = 298
Width = 529
Caption = 'Prozessliste'
ClientHeight = 356
ClientWidth = 529
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
LCLVersion = '1.8.0.2'
object Panel5: TPanel
Left = 0
Height = 236
Top = 120
Width = 529
Align = alBottom
BevelOuter = bvNone
ClientHeight = 236
ClientWidth = 529
Constraints.MinHeight = 112
TabOrder = 0
object Label10: TLabel
Left = 8
Height = 15
Top = 34
Width = 56
Caption = 'Priorität:'
ParentColor = False
end
object Label11: TLabel
Left = 8
Height = 15
Top = 8
Width = 68
Caption = 'ProcessID:'
ParentColor = False
end
object Label1: TLabel
Left = 240
Height = 15
Top = 8
Width = 59
Caption = 'Startzeit:'
ParentColor = False
end
object Label2: TLabel
Left = 240
Height = 15
Top = 34
Width = 69
Caption = 'Kernelzeit:'
ParentColor = False
end
object Label3: TLabel
Left = 379
Height = 15
Top = 35
Width = 58
Caption = 'Userzeit:'
ParentColor = False
end
object Label4: TLabel
Left = 241
Height = 15
Top = 60
Width = 32
Caption = 'RAM:'
ParentColor = False
end
object Label5: TLabel
Left = 378
Height = 15
Top = 61
Width = 75
Caption = 'RAM (max):'
ParentColor = False
end
object displayProcesses: TButton
Left = 168
Height = 21
Hint = 'Sucht alle Prozesse'
Top = 86
Width = 137
Caption = 'Prozessliste aktualisieren'
OnClick = displayProcessesClick
TabOrder = 0
end
object killProcessbtn: TButton
Left = 16
Height = 25
Hint = 'Beendet den gewählten Prozess'
Top = 57
Width = 92
Caption = 'Prozess beenden'
OnClick = killProcessbtnClick
TabOrder = 1
end
object ComboBox2: TComboBox
AnchorSideTop.Control = Label10
AnchorSideTop.Side = asrCenter
Left = 64
Height = 25
Hint = 'Setzt die Priorität des gewählten Prozesses'
Top = 29
Width = 145
ItemHeight = 0
Items.Strings = (
'niedrig'
'unter normal'
'normal'
'über normal'
'hoch'
'real zeit'
)
OnChange = ComboBox2Change
OnSelect = ComboBox2Select
Style = csDropDownList
TabOrder = 2
end
object processidedit: TEdit
AnchorSideTop.Control = Label11
AnchorSideTop.Side = asrCenter
Left = 64
Height = 25
Hint = 'ProcessID des gewählten Prozesses'
Top = 3
Width = 145
OnChange = processideditChange
TabOrder = 3
end
object starttimeedt: TEdit
AnchorSideLeft.Side = asrBottom
Left = 297
Height = 25
Top = 5
Width = 221
Color = clBtnFace
ReadOnly = True
TabOrder = 4
end
object kerneltimeedt: TEdit
Left = 297
Height = 25
Top = 31
Width = 78
Color = clBtnFace
ReadOnly = True
TabOrder = 5
end
object usertimeedt: TEdit
Left = 440
Height = 25
Top = 31
Width = 78
Color = clBtnFace
ReadOnly = True
TabOrder = 6
end
object ramMinEdt: TEdit
Left = 297
Height = 25
Top = 57
Width = 78
Color = clBtnFace
ReadOnly = True
TabOrder = 7
end
object ramMaxEdt: TEdit
Left = 440
Height = 25
Top = 57
Width = 78
Color = clBtnFace
ReadOnly = True
TabOrder = 8
end
object Button1: TButton
Left = 112
Height = 25
Top = 57
Width = 115
Caption = 'Speicher anzeigen'
OnClick = Button1Click
TabOrder = 9
end
object memStat: TPanel
Left = 0
Height = 126
Top = 110
Width = 529
Align = alBottom
Anchors = [akTop, akLeft, akRight, akBottom]
ClientHeight = 126
ClientWidth = 529
TabOrder = 10
object memScreen: TPaintBox
Left = 9
Height = 96
Top = 5
Width = 490
Anchors = [akTop, akLeft, akRight, akBottom]
ParentShowHint = False
ShowHint = True
OnMouseMove = memScreenMouseMove
OnPaint = memScreenPaint
OnResize = memScreenResize
end
object Label6: TLabel
Left = 127
Height = 15
Top = 105
Width = 163
Anchors = [akLeft, akBottom]
Caption = 'Adresse der ersten Seite:'
ParentColor = False
end
object memScroll: TScrollBar
Left = 506
Height = 96
Top = 5
Width = 15
Anchors = [akTop, akRight, akBottom]
Kind = sbVertical
PageSize = 0
TabOrder = 0
OnScroll = memScrollScroll
end
object Button2: TButton
Left = 9
Height = 23
Top = 101
Width = 111
Anchors = [akLeft, akBottom]
Caption = 'zum nächsten Block'
OnClick = Button2Click
TabOrder = 1
end
object memScrolledAddress: TEdit
AnchorSideLeft.Control = Label6
AnchorSideLeft.Side = asrBottom
Left = 295
Height = 25
Top = 99
Width = 80
Anchors = [akLeft, akBottom]
BorderSpacing.Left = 5
OnChange = memScrolledAddressChange
TabOrder = 2
Text = '0'
end
end
object listWindows: TButton
Left = 16
Height = 25
Top = 82
Width = 92
Caption = 'Fenster auflisten'
OnClick = listWindowsClick
TabOrder = 11
end
end
object Splitter1: TSplitter
Cursor = crVSplit
Left = 0
Height = 5
Top = 115
Width = 529
Align = alBottom
ResizeAnchor = akBottom
end
object PopupMenu1: TPopupMenu
Left = 128
Top = 38
object MenuItem2: TMenuItem
Caption = 'Fenster auflisten'
OnClick = MenuItem2Click
end
object MenuItem1: TMenuItem
Caption = 'Prozeß beenden'
OnClick = MenuItem1Click
end
object MenuItem3: TMenuItem
Caption = 'aktualisieren'
OnClick = MenuItem3Click
end
end
object autorefreshtimer: TTimer
OnTimer = autorefreshtimerTimer
Left = 264
Top = 64
end
end