-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGetProcessIdUnit.dfm
362 lines (362 loc) · 15.1 KB
/
GetProcessIdUnit.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
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
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
object ProcessListForm: TProcessListForm
Left = 416
Top = 191
Width = 427
Height = 484
ActiveControl = ListView2
Caption = #35831#36873#25321#36827#31243
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 16
object ListPageControl: TPageControl
Left = 0
Top = 0
Width = 419
Height = 370
ActivePage = TabSheet2
Align = alClient
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
Style = tsFlatButtons
TabOrder = 0
object TabSheet1: TTabSheet
Caption = #24212#29992#31243#24207
object ListView1: TListView
Left = 0
Top = 0
Width = 411
Height = 339
Align = alClient
Columns = <
item
Caption = #31383#21475#26631#39064
ImageIndex = 1
MinWidth = 100
Width = 200
end
item
Alignment = taCenter
Caption = 'PID'
MinWidth = 80
Width = 80
end>
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
HideSelection = False
HotTrackStyles = [htHandPoint, htUnderlineHot]
ReadOnly = True
RowSelect = True
ParentFont = False
TabOrder = 0
ViewStyle = vsReport
OnColumnClick = ListViewColumnClick
OnDblClick = SelectOK_BnClick
OnSelectItem = ListView1SelectItem
end
end
object TabSheet2: TTabSheet
Caption = #36827#31243
ImageIndex = 1
object ListView2: TListView
Left = 0
Top = 0
Width = 411
Height = 339
Align = alClient
Columns = <
item
Caption = #26144#35937#21517#31216
ImageIndex = 1
MinWidth = 100
Width = 200
end
item
Alignment = taCenter
Caption = 'PID'
MinWidth = 80
Width = 80
end>
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
HideSelection = False
HotTrackStyles = [htHandPoint, htUnderlineHot]
ReadOnly = True
RowSelect = True
ParentFont = False
TabOrder = 0
ViewStyle = vsReport
OnColumnClick = ListViewColumnClick
OnDblClick = SelectOK_BnClick
OnSelectItem = ListView2SelectItem
end
end
end
object Panel1: TPanel
Left = 0
Top = 370
Width = 419
Height = 87
Align = alBottom
BevelOuter = bvNone
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 2
object Label1: TLabel
Left = 8
Top = 13
Width = 59
Height = 13
Caption = #20219#21153#21517#31216':'
end
object SelectOK_Bn: TButton
Left = 176
Top = 48
Width = 75
Height = 25
Caption = #30830#35748'(&OK)'
Default = True
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = SelectOK_BnClick
end
object Close_Bn: TButton
Left = 312
Top = 48
Width = 75
Height = 25
Caption = #20851#38381'(&C)'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 3
OnClick = Close_BnClick
end
object Refresh_BN: TButton
Left = 24
Top = 48
Width = 75
Height = 25
Caption = #21047#26032'(&R)'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = Refresh_BNClick
end
object Edit1: TEdit
Left = 89
Top = 10
Width = 304
Height = 21
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 0
end
end
object CloseAfterChoose_cb: TCheckBox
Left = 272
Top = 3
Width = 137
Height = 17
Caption = #36873#25321#21518#20851#38381#23545#35805#26694
Checked = True
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
State = cbChecked
TabOrder = 1
end
object ImageListhead: TImageList
ImageType = itMask
Masked = False
Left = 317
Top = 87
Bitmap = {
494C010102000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
0000000000003600000028000000400000001000000001002000000000000010
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000FF5A18000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000000000000000FF5A1800FFFFBD000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000FF5A1800FF7B1800FF7B1800FF7B180000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000FF5A1800FFFFBD00FFFF7B00FF7B180000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000FF5A1800FFFF7B00FFBD1800FF7B180000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000FF5A1800FFFFBD00FFFF7B00FFBD1800FFBD1800FF7B1800000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000FF5A1800FFFF7B00FFBD1800FF7B180000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000FF5A
1800FFFFBD00FFFF7B00FFBD1800FFBD1800FFBD1800FFBD1800FF7B18000000
0000000000000000000000000000000000000000000000000000000000000000
00000000000000000000FFFFBD00FFBD1800FF7B180000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000FF5A1800FFFF
BD00FFFF7B00FFFF7B00FFFF7B00FFBD1800FF7B1800FF7B1800FF7B1800FF7B
1800000000000000000000000000000000000000000000000000FF5A1800FFFF
BD00FFFF7B00FFFF7B00FFFF7B00FFBD1800FF7B1800FF7B1800FF7B1800FF7B
1800000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000000000000000FFFFBD00FFBD1800FF7B180000000000000000000000
000000000000000000000000000000000000000000000000000000000000FF5A
1800FFFFBD00FFFF7B00FFBD1800FFBD1800FFBD1800FFBD1800FF7B18000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000FF5A1800FFFF7B00FFBD1800FF7B180000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000FF5A1800FFFFBD00FFFF7B00FFBD1800FFBD1800FF7B1800000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000FF5A1800FFFF7B00FFBD1800FF7B180000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000FF5A1800FFFFBD00FFFF7B00FF7B180000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000FF5A1800FF7B1800FF7B1800FF7B180000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000000000000000FF5A1800FFFFBD000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000FF5A18000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000424D3E000000000000003E000000
2800000040000000100000000100010000000000800000000000000000000000
000000000000000000000000FFFFFF00FFFFFFFF00000000FFFFFFFF00000000
FFFFFFFF00000000FEFFF83F00000000FC7FF83F00000000F83FF83F00000000
F01FF83F00000000E00F800300000000C007C007000000008003E00F00000000
F83FF01F00000000F83FF83F00000000F83FFC7F00000000F83FFEFF00000000
FFFFFFFF00000000FFFFFFFF0000000000000000000000000000000000000000
000000000000}
end
object ImageList2: TImageList
Left = 368
Top = 88
end
object ImageList1: TImageList
Left = 232
Top = 88
end
end