-
Notifications
You must be signed in to change notification settings - Fork 50
/
uProcessList.dfm
152 lines (152 loc) · 3.27 KB
/
uProcessList.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
object frmProcessList: TfrmProcessList
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Process list'
ClientHeight = 413
ClientWidth = 569
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object sgProcessList: TStringGrid
Left = 0
Top = 26
Width = 569
Height = 342
Align = alClient
BorderStyle = bsNone
ColCount = 1
DefaultRowHeight = 18
FixedCols = 0
TabOrder = 0
ExplicitHeight = 331
ColWidths = (
519)
end
object cbTop: TCoolBar
Left = 0
Top = 0
Width = 569
Height = 26
AutoSize = True
Bands = <
item
Control = actbTop
ImageIndex = -1
MinHeight = 26
Width = 567
end>
EdgeBorders = []
EdgeInner = esNone
EdgeOuter = esNone
FixedOrder = True
object actbTop: TActionToolBar
Left = 2
Top = 0
Width = 567
Height = 26
ActionManager = acmgr1
Caption = 'actbTop'
ColorMap.MenuColor = clMenu
ColorMap.BtnSelectedColor = clBtnFace
ColorMap.UnusedColor = 13684944
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
Spacing = 0
end
end
object pActions: TPanel
Left = 0
Top = 368
Width = 569
Height = 45
Align = alBottom
BevelOuter = bvNone
Caption = 'pActions'
ShowCaption = False
TabOrder = 2
DesignSize = (
569
45)
object btnAttach: TBitBtn
Left = 387
Top = 11
Width = 75
Height = 25
Action = acOk
Anchors = [akRight, akBottom]
Caption = 'Attach'
TabOrder = 0
end
object btnCancel: TBitBtn
Left = 475
Top = 11
Width = 75
Height = 25
Action = acCancel
Anchors = [akRight, akBottom]
Caption = 'Cancel'
TabOrder = 1
end
end
object AL: TActionList
Images = dmShareData.ilActionsSmall
Left = 432
Top = 72
object acOk: TAction
Caption = 'Attach'
ImageIndex = 1
ShortCut = 13
OnExecute = acOkExecute
end
object acCancel: TAction
Caption = 'Cancel'
ImageIndex = 2
ShortCut = 27
OnExecute = acCancelExecute
end
object acRefresh: TAction
Caption = 'Refresh'
ImageIndex = 3
ShortCut = 116
OnExecute = acRefreshExecute
end
end
object acmgr1: TActionManager
ActionBars = <
item
Items = <
item
Action = acRefresh
Caption = '&Refresh'
ImageIndex = 3
ShortCut = 116
end>
ActionBar = actbTop
end>
LargeImages = dmShareData.imlMain
LinkedActionLists = <
item
ActionList = AL
Caption = 'AL'
end>
Images = dmShareData.imlMainSmall
Left = 432
Top = 152
StyleName = 'Platform Default'
end
end