forked from ouani/PeXplorer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathObjectControl.dfm
More file actions
197 lines (197 loc) · 4.61 KB
/
Copy pathObjectControl.dfm
File metadata and controls
197 lines (197 loc) · 4.61 KB
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
object ObjectControlForm: TObjectControlForm
Left = 245
Top = 245
AutoScroll = False
BorderIcons = [biMinimize, biMaximize]
Caption = 'Objects Control'
ClientHeight = 330
ClientWidth = 641
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnShow = FormShow
DesignSize = (
641
330)
PixelsPerInch = 96
TextHeight = 13
object TeLabel1: TTeLabel
Left = 0
Top = 314
Width = 232
Height = 13
Caption = 'Make a right click on any object for more options'
Color = clBtnFace
ParentColor = False
HotTrack = False
end
object TeLabel2: TTeLabel
Left = 0
Top = 280
Width = 40
Height = 13
Caption = 'Search :'
Color = clBtnFace
ParentColor = False
HotTrack = False
end
object TeTreeView1: TTeTreeView
Left = 0
Top = 0
Width = 641
Height = 273
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
HideSelection = False
Indent = 19
MultiSelect = True
ParentFont = False
PopupMenu = PopupMenu1
ReadOnly = True
RightClickSelect = True
RowSelect = True
TabOrder = 0
OnMouseDown = TeTreeView1MouseDown
ThemeObject = 'default'
end
object TeButton1: TTeButton
Left = 576
Top = 312
Width = 65
Height = 17
OnClick = TeButton1Click
Caption = '&Close'
TabOrder = 3
end
object TeButton2: TTeButton
Left = 504
Top = 312
Width = 65
Height = 17
OnClick = TeButton2Click
Caption = '&Refresh !'
TabOrder = 4
end
object TeEdit1: TTeEdit
Left = 48
Top = 278
Width = 145
Height = 21
Cursor = crIBeam
BevelWidth = 1
BorderWidth = 3
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 5
OnChange = TeEdit1Change
end
object TeButton3: TTeButton
Left = 208
Top = 280
Width = 49
Height = 17
OnClick = TeButton3Click
Caption = 'F&ind'
TabOrder = 6
end
object TeForm1: TTeForm
BorderStyle = kbsToolWindow
Dragging.Sizeable = False
Gravitation.OwnedForm = False
SystemMenuLinkMerge = False
SystemMenuLinkMergeAtFirst = False
Performance = ksfpNoBuffer
Left = 240
end
object PopupMenu1: TPopupMenu
OnPopup = PopupMenu1Popup
Left = 208
object SetEnabledProperty1: TMenuItem
Caption = 'Set Enabled Property'
object rue1: TMenuItem
Caption = 'True'
OnClick = rue1Click
end
object False1: TMenuItem
Caption = 'False'
OnClick = False1Click
end
end
object SetVisibleProperty1: TMenuItem
Caption = 'Set Visible Property'
object rue2: TMenuItem
Caption = 'True'
OnClick = rue2Click
end
object False2: TMenuItem
Caption = 'False'
OnClick = False2Click
end
end
object N1: TMenuItem
Caption = '-'
end
object SWHIDE1: TMenuItem
Caption = 'Perform SW_HIDE'
OnClick = SWHIDE1Click
end
object SWMAXIMIZE1: TMenuItem
Caption = 'Perform SW_MAXIMIZE'
OnClick = SWMAXIMIZE1Click
end
object SWMINIMIZE1: TMenuItem
Caption = 'Perform SW_MINIMIZE'
OnClick = SWMINIMIZE1Click
end
object SWRES1: TMenuItem
Caption = 'Perform SW_RESTORE'
OnClick = SWRES1Click
end
object PerformSWSHOW1: TMenuItem
Caption = 'Perform SW_SHOW'
OnClick = PerformSWSHOW1Click
end
object PerformSWSHOWDEFAULT1: TMenuItem
Caption = 'Perform SW_SHOWDEFAULT'
OnClick = PerformSWSHOWDEFAULT1Click
end
object PerformSWSHOWMAXIMIZED1: TMenuItem
Caption = 'Perform SW_SHOWMAXIMIZED'
OnClick = PerformSWSHOWMAXIMIZED1Click
end
object PerformSWMINIMIZED1: TMenuItem
Caption = 'Perform SW_SHOWMINIMIZED'
OnClick = PerformSWMINIMIZED1Click
end
object PerformSW1: TMenuItem
Caption = 'Perform SW_SHOWMINNOACTIVE'
OnClick = PerformSW1Click
end
object PerformSWSHOWNA1: TMenuItem
Caption = 'Perform SW_SHOWNA'
OnClick = PerformSWSHOWNA1Click
end
object PerformSWSHOWNOACTIVATE1: TMenuItem
Caption = 'Perform SW_SHOWNOACTIVATE'
OnClick = PerformSWSHOWNOACTIVATE1Click
end
object PerformSWSHOWNORMAL1: TMenuItem
Caption = 'Perform SW_SHOWNORMAL'
OnClick = PerformSWSHOWNORMAL1Click
end
end
end