corrade-vassal – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 vero 1 namespace WinGridProxy
2 {
3 partial class FormWinGridProxy
4 {
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9  
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22  
23 #region Windows Form Designer generated code
24  
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
29 private void InitializeComponent()
30 {
31 this.components = new System.ComponentModel.Container();
32 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormWinGridProxy));
33 System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Login", System.Windows.Forms.HorizontalAlignment.Left);
34 System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Packets", System.Windows.Forms.HorizontalAlignment.Left);
35 System.Windows.Forms.ListViewGroup listViewGroup3 = new System.Windows.Forms.ListViewGroup("Capabilities", System.Windows.Forms.HorizontalAlignment.Left);
36 System.Windows.Forms.ListViewGroup listViewGroup4 = new System.Windows.Forms.ListViewGroup("EventQueue Messages", System.Windows.Forms.HorizontalAlignment.Left);
37 this.panelMainWindow = new System.Windows.Forms.Panel();
38 this.splitContainerSessionsTabs = new System.Windows.Forms.SplitContainer();
39 this.contextMenuStripSessions = new System.Windows.Forms.ContextMenuStrip(this.components);
40 this.toolStripMenuSessionsRemove = new System.Windows.Forms.ToolStripMenuItem();
41 this.contextMenuStripRemove = new System.Windows.Forms.ContextMenuStrip(this.components);
42 this.toolStripMenuItemRemoveAll = new System.Windows.Forms.ToolStripMenuItem();
43 this.toolStripMenuItemRemoveSelected = new System.Windows.Forms.ToolStripMenuItem();
44 this.toolStripMenuItemRemoveUnselected = new System.Windows.Forms.ToolStripMenuItem();
45 this.removeToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
46 this.selectToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
47 this.contextMenuStripSelect = new System.Windows.Forms.ContextMenuStrip(this.components);
48 this.allToolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
49 this.invertToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
50 this.noneToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
51 this.toolStripSeparatorSelectPacketProto = new System.Windows.Forms.ToolStripSeparator();
52 this.toolStripMenuItemSelectPacketName = new System.Windows.Forms.ToolStripMenuItem();
53 this.selectToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
54 this.toolStripSeparatorFilterPacketByName = new System.Windows.Forms.ToolStripSeparator();
55 this.enableDisableFilterByNameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
56 this.toolStripSeparator15 = new System.Windows.Forms.ToolStripSeparator();
57 this.markToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
58 this.contextMenuStripMark = new System.Windows.Forms.ContextMenuStrip(this.components);
59 this.redToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
60 this.goldToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
61 this.greenToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
62 this.blueToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
63 this.orangeToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
64 this.toolStripSeparator17 = new System.Windows.Forms.ToolStripSeparator();
65 this.unmarkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
66 this.toolStripSeparator16 = new System.Windows.Forms.ToolStripSeparator();
67 this.findToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
68 this.autoscrollToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
69 this.imageList1 = new System.Windows.Forms.ImageList(this.components);
70 this.tabControlMain = new System.Windows.Forms.TabControl();
71 this.tabPageSummary = new System.Windows.Forms.TabPage();
72 this.richTextBoxDebugLog = new System.Windows.Forms.RichTextBox();
73 this.panelStats = new System.Windows.Forms.Panel();
74 this.groupBox2 = new System.Windows.Forms.GroupBox();
75 this.labelPacketsTotal = new System.Windows.Forms.Label();
76 this.label1PacketsOut = new System.Windows.Forms.Label();
77 this.labelPacketsIn = new System.Windows.Forms.Label();
78 this.label10 = new System.Windows.Forms.Label();
79 this.label9 = new System.Windows.Forms.Label();
80 this.label8 = new System.Windows.Forms.Label();
81 this.groupBox1 = new System.Windows.Forms.GroupBox();
82 this.labelCapsTotal = new System.Windows.Forms.Label();
83 this.labelCapsOut = new System.Windows.Forms.Label();
84 this.labelCapsIn = new System.Windows.Forms.Label();
85 this.label6 = new System.Windows.Forms.Label();
86 this.label5 = new System.Windows.Forms.Label();
87 this.label7 = new System.Windows.Forms.Label();
88 this.tabPageFilters = new System.Windows.Forms.TabPage();
89 this.toolStripFilters = new System.Windows.Forms.ToolStrip();
90 this.loadFilterSelectionsToolStripMenuItem = new System.Windows.Forms.ToolStripButton();
91 this.saveFilterSelectionsToolStripMenuItem = new System.Windows.Forms.ToolStripButton();
92 this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
93 this.toolStripSplitButton1 = new System.Windows.Forms.ToolStripSplitButton();
94 this.autoAddNewDiscoveredMessagesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
95 this.splitContainerFilters = new System.Windows.Forms.SplitContainer();
96 this.checkBoxCheckAllPackets = new System.Windows.Forms.CheckBox();
97 this.grpUDPFilters = new System.Windows.Forms.GroupBox();
98 this.checkBoxCheckAllMessages = new System.Windows.Forms.CheckBox();
99 this.grpCapsFilters = new System.Windows.Forms.GroupBox();
100 this.tabPageInspect = new System.Windows.Forms.TabPage();
101 this.splitContainerInspectorTab = new System.Windows.Forms.SplitContainer();
102 this.tabControlInspectorRequest = new System.Windows.Forms.TabControl();
103 this.tabPageDecodedRequest = new System.Windows.Forms.TabPage();
104 this.richTextBoxDecodedRequest = new System.Windows.Forms.RichTextBox();
105 this.tabPageRawRequest = new System.Windows.Forms.TabPage();
106 this.richTextBoxRawRequest = new System.Windows.Forms.RichTextBox();
107 this.tabPageXMLRequest = new System.Windows.Forms.TabPage();
108 this.treeViewXMLRequest = new System.Windows.Forms.TreeView();
109 this.tabPageRequestJson = new System.Windows.Forms.TabPage();
110 this.richTextBoxNotationRequest = new System.Windows.Forms.RichTextBox();
111 this.tabPageHexRequest = new System.Windows.Forms.TabPage();
112 this.buttonSaveRequestHex = new System.Windows.Forms.Button();
113 this.labelHexRequestStatus = new System.Windows.Forms.Label();
114 this.hexBoxRequest = new Be.Windows.Forms.HexBox();
115 this.tabControlInspectorResponse = new System.Windows.Forms.TabControl();
116 this.tabPageDecodeResponse = new System.Windows.Forms.TabPage();
117 this.richTextBoxDecodedResponse = new System.Windows.Forms.RichTextBox();
118 this.tabPageInspectorRAWResponse = new System.Windows.Forms.TabPage();
119 this.richTextBoxRawResponse = new System.Windows.Forms.RichTextBox();
120 this.tabPageInspectorXMLResponse = new System.Windows.Forms.TabPage();
121 this.treeViewXmlResponse = new System.Windows.Forms.TreeView();
122 this.tabPageResponseJson = new System.Windows.Forms.TabPage();
123 this.richTextBoxNotationResponse = new System.Windows.Forms.RichTextBox();
124 this.tabPageHexViewResponse = new System.Windows.Forms.TabPage();
125 this.buttonExportRawHex = new System.Windows.Forms.Button();
126 this.labelHexBoxResponseStatus = new System.Windows.Forms.Label();
127 this.hexBoxResponse = new Be.Windows.Forms.HexBox();
128 this.tabPageInject = new System.Windows.Forms.TabPage();
129 this.buttonInjectPacket = new System.Windows.Forms.Button();
130 this.richTextBoxInject = new System.Windows.Forms.RichTextBox();
131 this.markToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
132 this.toolStripLabelHexEditorRequest = new System.Windows.Forms.ToolStripStatusLabel();
133 this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
134 this.toolStripMenu = new System.Windows.Forms.ToolStrip();
135 this.toolStripFileMenu = new System.Windows.Forms.ToolStripDropDownButton();
136 this.saveSessionArchiveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
137 this.loadSessionArchiveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
138 this.toolStripSeparator18 = new System.Windows.Forms.ToolStripSeparator();
139 this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
140 this.asDecodedTextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
141 this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
142 this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
143 this.enableStatisticsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
144 this.saveOptionsOnExitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
145 this.startProxyOnStartupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
146 this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
147 this.saveSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
148 this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
149 this.toolStripMenuItemPlugins = new System.Windows.Forms.ToolStripMenuItem();
150 this.toolStripSeparator14 = new System.Windows.Forms.ToolStripSeparator();
151 this.exitToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
152 this.EditToolStripButton = new System.Windows.Forms.ToolStripDropDownButton();
153 this.copyToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
154 this.contextMenuStripCopy = new System.Windows.Forms.ContextMenuStrip(this.components);
155 this.requestDataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
156 this.responseDataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
157 this.hostAddressToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
158 this.packetMessageTypeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
159 this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
160 this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
161 this.findToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
162 this.toolStripDropDownButton4 = new System.Windows.Forms.ToolStripDropDownButton();
163 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
164 this.aboutWinGridProxyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
165 this.timer1 = new System.Windows.Forms.Timer(this.components);
166 this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
167 this.captureTrafficToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
168 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
169 this.saveSessionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
170 this.loadSessionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
171 this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
172 this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
173 this.toolStripDropDownButton2 = new System.Windows.Forms.ToolStripDropDownButton();
174 this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
175 this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
176 this.allToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
177 this.selectedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
178 this.unselectedSessionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
179 this.selectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
180 this.allToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
181 this.noneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
182 this.invertSelectionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
183 this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
184 this.markToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
185 this.redToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
186 this.goldToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
187 this.orangeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
188 this.purpleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
189 this.yellowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
190 this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
191 this.removeToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
192 this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
193 this.findSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
194 this.toolStripDropDownButton3 = new System.Windows.Forms.ToolStripDropDownButton();
195 this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
196 this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
197 this.toolStripButton1 = new System.Windows.Forms.ToolStripDropDownButton();
198 this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
199 this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
200 this.saveFileDialog2 = new System.Windows.Forms.SaveFileDialog();
201 this.openFileDialog2 = new System.Windows.Forms.OpenFileDialog();
202 this.contextMenuStripFilterOptions = new System.Windows.Forms.ContextMenuStrip(this.components);
203 this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
204 this.uncheckAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
205 this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
206 this.autoColorizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
207 this.colorDialog1 = new System.Windows.Forms.ColorDialog();
208 this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
209 this.toolStripLogin = new System.Windows.Forms.ToolStrip();
210 this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
211 this.comboBoxListenAddress = new System.Windows.Forms.ToolStripComboBox();
212 this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
213 this.textBoxProxyPort = new System.Windows.Forms.ToolStripTextBox();
214 this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
215 this.comboBoxLoginURL = new System.Windows.Forms.ToolStripComboBox();
216 this.buttonStartProxy = new System.Windows.Forms.ToolStripButton();
217 this.saveFileDialog3 = new System.Windows.Forms.SaveFileDialog();
218 this.timerSessionQueue = new System.Windows.Forms.Timer(this.components);
219 this.listViewSessions = new WinGridProxy.ListViewNoFlicker();
220 this.columnHeaderTimestamp = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
221 this.columnHeaderCounter = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
222 this.columnHeaderProtocol = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
223 this.columnHeaderType = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
224 this.columnHeaderSize = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
225 this.columnHeaderUrl = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
226 this.columnHeaderContentType = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
227 this.listViewPacketFilters = new WinGridProxy.ListViewNoFlicker();
228 this.columnHeaderPacketName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
229 this.listViewMessageFilters = new WinGridProxy.ListViewNoFlicker();
230 this.columnHeaderName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
231 this.panelMainWindow.SuspendLayout();
232 this.splitContainerSessionsTabs.Panel1.SuspendLayout();
233 this.splitContainerSessionsTabs.Panel2.SuspendLayout();
234 this.splitContainerSessionsTabs.SuspendLayout();
235 this.contextMenuStripSessions.SuspendLayout();
236 this.contextMenuStripRemove.SuspendLayout();
237 this.contextMenuStripSelect.SuspendLayout();
238 this.contextMenuStripMark.SuspendLayout();
239 this.tabControlMain.SuspendLayout();
240 this.tabPageSummary.SuspendLayout();
241 this.panelStats.SuspendLayout();
242 this.groupBox2.SuspendLayout();
243 this.groupBox1.SuspendLayout();
244 this.tabPageFilters.SuspendLayout();
245 this.toolStripFilters.SuspendLayout();
246 this.splitContainerFilters.Panel1.SuspendLayout();
247 this.splitContainerFilters.Panel2.SuspendLayout();
248 this.splitContainerFilters.SuspendLayout();
249 this.grpUDPFilters.SuspendLayout();
250 this.grpCapsFilters.SuspendLayout();
251 this.tabPageInspect.SuspendLayout();
252 this.splitContainerInspectorTab.Panel1.SuspendLayout();
253 this.splitContainerInspectorTab.Panel2.SuspendLayout();
254 this.splitContainerInspectorTab.SuspendLayout();
255 this.tabControlInspectorRequest.SuspendLayout();
256 this.tabPageDecodedRequest.SuspendLayout();
257 this.tabPageRawRequest.SuspendLayout();
258 this.tabPageXMLRequest.SuspendLayout();
259 this.tabPageRequestJson.SuspendLayout();
260 this.tabPageHexRequest.SuspendLayout();
261 this.tabControlInspectorResponse.SuspendLayout();
262 this.tabPageDecodeResponse.SuspendLayout();
263 this.tabPageInspectorRAWResponse.SuspendLayout();
264 this.tabPageInspectorXMLResponse.SuspendLayout();
265 this.tabPageResponseJson.SuspendLayout();
266 this.tabPageHexViewResponse.SuspendLayout();
267 this.tabPageInject.SuspendLayout();
268 this.toolStripMenu.SuspendLayout();
269 this.contextMenuStripCopy.SuspendLayout();
270 this.contextMenuStripFilterOptions.SuspendLayout();
271 this.toolStripContainer1.ContentPanel.SuspendLayout();
272 this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
273 this.toolStripContainer1.SuspendLayout();
274 this.toolStripLogin.SuspendLayout();
275 this.SuspendLayout();
276 //
277 // panelMainWindow
278 //
279 this.panelMainWindow.Controls.Add(this.splitContainerSessionsTabs);
280 this.panelMainWindow.Dock = System.Windows.Forms.DockStyle.Fill;
281 this.panelMainWindow.Location = new System.Drawing.Point(0, 0);
282 this.panelMainWindow.Name = "panelMainWindow";
283 this.panelMainWindow.Size = new System.Drawing.Size(1111, 494);
284 this.panelMainWindow.TabIndex = 1;
285 //
286 // splitContainerSessionsTabs
287 //
288 this.splitContainerSessionsTabs.BackColor = System.Drawing.SystemColors.Control;
289 this.splitContainerSessionsTabs.Dock = System.Windows.Forms.DockStyle.Fill;
290 this.splitContainerSessionsTabs.Location = new System.Drawing.Point(0, 0);
291 this.splitContainerSessionsTabs.Name = "splitContainerSessionsTabs";
292 //
293 // splitContainerSessionsTabs.Panel1
294 //
295 this.splitContainerSessionsTabs.Panel1.Controls.Add(this.listViewSessions);
296 //
297 // splitContainerSessionsTabs.Panel2
298 //
299 this.splitContainerSessionsTabs.Panel2.Controls.Add(this.tabControlMain);
300 this.splitContainerSessionsTabs.Size = new System.Drawing.Size(1111, 494);
301 this.splitContainerSessionsTabs.SplitterDistance = 479;
302 this.splitContainerSessionsTabs.SplitterWidth = 5;
303 this.splitContainerSessionsTabs.TabIndex = 0;
304 //
305 // contextMenuStripSessions
306 //
307 this.contextMenuStripSessions.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
308 this.toolStripMenuSessionsRemove,
309 this.selectToolStripMenuItem2,
310 this.toolStripSeparatorFilterPacketByName,
311 this.enableDisableFilterByNameToolStripMenuItem,
312 this.toolStripSeparator15,
313 this.markToolStripMenuItem2,
314 this.toolStripSeparator16,
315 this.findToolStripMenuItem1,
316 this.autoscrollToolStripMenuItem});
317 this.contextMenuStripSessions.Name = "contextMenuStripSessions";
318 this.contextMenuStripSessions.Size = new System.Drawing.Size(218, 154);
319 this.contextMenuStripSessions.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStripSessions_Opening);
320 //
321 // toolStripMenuSessionsRemove
322 //
323 this.toolStripMenuSessionsRemove.DropDown = this.contextMenuStripRemove;
324 this.toolStripMenuSessionsRemove.Name = "toolStripMenuSessionsRemove";
325 this.toolStripMenuSessionsRemove.Size = new System.Drawing.Size(217, 22);
326 this.toolStripMenuSessionsRemove.Text = "Remove";
327 //
328 // contextMenuStripRemove
329 //
330 this.contextMenuStripRemove.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
331 this.toolStripMenuItemRemoveAll,
332 this.toolStripMenuItemRemoveSelected,
333 this.toolStripMenuItemRemoveUnselected});
334 this.contextMenuStripRemove.Name = "contextMenuStripRemove";
335 this.contextMenuStripRemove.OwnerItem = this.removeToolStripMenuItem2;
336 this.contextMenuStripRemove.Size = new System.Drawing.Size(143, 70);
337 //
338 // toolStripMenuItemRemoveAll
339 //
340 this.toolStripMenuItemRemoveAll.Name = "toolStripMenuItemRemoveAll";
341 this.toolStripMenuItemRemoveAll.Size = new System.Drawing.Size(142, 22);
342 this.toolStripMenuItemRemoveAll.Text = "All";
343 this.toolStripMenuItemRemoveAll.Click += new System.EventHandler(this.sessionRemoveAll_Click);
344 //
345 // toolStripMenuItemRemoveSelected
346 //
347 this.toolStripMenuItemRemoveSelected.Name = "toolStripMenuItemRemoveSelected";
348 this.toolStripMenuItemRemoveSelected.ShortcutKeys = System.Windows.Forms.Keys.Delete;
349 this.toolStripMenuItemRemoveSelected.Size = new System.Drawing.Size(142, 22);
350 this.toolStripMenuItemRemoveSelected.Text = "Selected";
351 this.toolStripMenuItemRemoveSelected.Click += new System.EventHandler(this.sessionRemoveSelected_Click);
352 //
353 // toolStripMenuItemRemoveUnselected
354 //
355 this.toolStripMenuItemRemoveUnselected.Name = "toolStripMenuItemRemoveUnselected";
356 this.toolStripMenuItemRemoveUnselected.Size = new System.Drawing.Size(142, 22);
357 this.toolStripMenuItemRemoveUnselected.Text = "Unselected";
358 this.toolStripMenuItemRemoveUnselected.Click += new System.EventHandler(this.sessionRemoveUnselected_Click);
359 //
360 // removeToolStripMenuItem2
361 //
362 this.removeToolStripMenuItem2.DropDown = this.contextMenuStripRemove;
363 this.removeToolStripMenuItem2.Name = "removeToolStripMenuItem2";
364 this.removeToolStripMenuItem2.Size = new System.Drawing.Size(137, 22);
365 this.removeToolStripMenuItem2.Text = "Remove";
366 //
367 // selectToolStripMenuItem2
368 //
369 this.selectToolStripMenuItem2.DropDown = this.contextMenuStripSelect;
370 this.selectToolStripMenuItem2.Name = "selectToolStripMenuItem2";
371 this.selectToolStripMenuItem2.Size = new System.Drawing.Size(217, 22);
372 this.selectToolStripMenuItem2.Text = "Select";
373 //
374 // contextMenuStripSelect
375 //
376 this.contextMenuStripSelect.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
377 this.allToolStripMenuItem4,
378 this.invertToolStripMenuItem1,
379 this.noneToolStripMenuItem2,
380 this.toolStripSeparatorSelectPacketProto,
381 this.toolStripMenuItemSelectPacketName});
382 this.contextMenuStripSelect.Name = "contextMenuStripSelect";
383 this.contextMenuStripSelect.OwnerItem = this.selectToolStripMenuItem1;
384 this.contextMenuStripSelect.Size = new System.Drawing.Size(164, 98);
385 //
386 // allToolStripMenuItem4
387 //
388 this.allToolStripMenuItem4.Name = "allToolStripMenuItem4";
389 this.allToolStripMenuItem4.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
390 this.allToolStripMenuItem4.Size = new System.Drawing.Size(163, 22);
391 this.allToolStripMenuItem4.Text = "All";
392 this.allToolStripMenuItem4.Click += new System.EventHandler(this.sessionSelectAll_Click);
393 //
394 // invertToolStripMenuItem1
395 //
396 this.invertToolStripMenuItem1.Name = "invertToolStripMenuItem1";
397 this.invertToolStripMenuItem1.Size = new System.Drawing.Size(163, 22);
398 this.invertToolStripMenuItem1.Text = "Invert";
399 this.invertToolStripMenuItem1.Click += new System.EventHandler(this.sessionInvertSelection_Click);
400 //
401 // noneToolStripMenuItem2
402 //
403 this.noneToolStripMenuItem2.Name = "noneToolStripMenuItem2";
404 this.noneToolStripMenuItem2.Size = new System.Drawing.Size(163, 22);
405 this.noneToolStripMenuItem2.Text = "None";
406 this.noneToolStripMenuItem2.Click += new System.EventHandler(this.sessionSelectNone_Click);
407 //
408 // toolStripSeparatorSelectPacketProto
409 //
410 this.toolStripSeparatorSelectPacketProto.Name = "toolStripSeparatorSelectPacketProto";
411 this.toolStripSeparatorSelectPacketProto.Size = new System.Drawing.Size(160, 6);
412 //
413 // toolStripMenuItemSelectPacketName
414 //
415 this.toolStripMenuItemSelectPacketName.Name = "toolStripMenuItemSelectPacketName";
416 this.toolStripMenuItemSelectPacketName.Size = new System.Drawing.Size(163, 22);
417 this.toolStripMenuItemSelectPacketName.Text = "All (Packet Type)";
418 this.toolStripMenuItemSelectPacketName.Click += new System.EventHandler(this.sessionSelectAllPacketType_Click);
419 //
420 // selectToolStripMenuItem1
421 //
422 this.selectToolStripMenuItem1.DropDown = this.contextMenuStripSelect;
423 this.selectToolStripMenuItem1.Name = "selectToolStripMenuItem1";
424 this.selectToolStripMenuItem1.Size = new System.Drawing.Size(137, 22);
425 this.selectToolStripMenuItem1.Text = "Select";
426 //
427 // toolStripSeparatorFilterPacketByName
428 //
429 this.toolStripSeparatorFilterPacketByName.Name = "toolStripSeparatorFilterPacketByName";
430 this.toolStripSeparatorFilterPacketByName.Size = new System.Drawing.Size(214, 6);
431 //
432 // enableDisableFilterByNameToolStripMenuItem
433 //
434 this.enableDisableFilterByNameToolStripMenuItem.Checked = true;
435 this.enableDisableFilterByNameToolStripMenuItem.CheckOnClick = true;
436 this.enableDisableFilterByNameToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
437 this.enableDisableFilterByNameToolStripMenuItem.Name = "enableDisableFilterByNameToolStripMenuItem";
438 this.enableDisableFilterByNameToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
439 this.enableDisableFilterByNameToolStripMenuItem.Size = new System.Drawing.Size(217, 22);
440 this.enableDisableFilterByNameToolStripMenuItem.Text = "Filter (Packet Type)";
441 this.enableDisableFilterByNameToolStripMenuItem.CheckedChanged += new System.EventHandler(this.filterDisableByPacketName_CheckedChanged);
442 //
443 // toolStripSeparator15
444 //
445 this.toolStripSeparator15.Name = "toolStripSeparator15";
446 this.toolStripSeparator15.Size = new System.Drawing.Size(214, 6);
447 //
448 // markToolStripMenuItem2
449 //
450 this.markToolStripMenuItem2.DropDown = this.contextMenuStripMark;
451 this.markToolStripMenuItem2.Name = "markToolStripMenuItem2";
452 this.markToolStripMenuItem2.Size = new System.Drawing.Size(217, 22);
453 this.markToolStripMenuItem2.Text = "Mark";
454 //
455 // contextMenuStripMark
456 //
457 this.contextMenuStripMark.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
458 this.redToolStripMenuItem2,
459 this.goldToolStripMenuItem2,
460 this.greenToolStripMenuItem1,
461 this.blueToolStripMenuItem1,
462 this.orangeToolStripMenuItem1,
463 this.toolStripSeparator17,
464 this.unmarkToolStripMenuItem});
465 this.contextMenuStripMark.Name = "contextMenuStripMarkDropdown";
466 this.contextMenuStripMark.OwnerItem = this.markToolStripMenuItem2;
467 this.contextMenuStripMark.Size = new System.Drawing.Size(117, 142);
468 //
469 // redToolStripMenuItem2
470 //
471 this.redToolStripMenuItem2.Name = "redToolStripMenuItem2";
472 this.redToolStripMenuItem2.Size = new System.Drawing.Size(116, 22);
473 this.redToolStripMenuItem2.Text = "Red";
474 this.redToolStripMenuItem2.Click += new System.EventHandler(this.sessionMarkSelected_Click);
475 //
476 // goldToolStripMenuItem2
477 //
478 this.goldToolStripMenuItem2.Name = "goldToolStripMenuItem2";
479 this.goldToolStripMenuItem2.Size = new System.Drawing.Size(116, 22);
480 this.goldToolStripMenuItem2.Text = "Gold";
481 this.goldToolStripMenuItem2.Click += new System.EventHandler(this.sessionMarkSelected_Click);
482 //
483 // greenToolStripMenuItem1
484 //
485 this.greenToolStripMenuItem1.Name = "greenToolStripMenuItem1";
486 this.greenToolStripMenuItem1.Size = new System.Drawing.Size(116, 22);
487 this.greenToolStripMenuItem1.Text = "Green";
488 this.greenToolStripMenuItem1.Click += new System.EventHandler(this.sessionMarkSelected_Click);
489 //
490 // blueToolStripMenuItem1
491 //
492 this.blueToolStripMenuItem1.Name = "blueToolStripMenuItem1";
493 this.blueToolStripMenuItem1.Size = new System.Drawing.Size(116, 22);
494 this.blueToolStripMenuItem1.Text = "Blue";
495 this.blueToolStripMenuItem1.Click += new System.EventHandler(this.sessionMarkSelected_Click);
496 //
497 // orangeToolStripMenuItem1
498 //
499 this.orangeToolStripMenuItem1.Name = "orangeToolStripMenuItem1";
500 this.orangeToolStripMenuItem1.Size = new System.Drawing.Size(116, 22);
501 this.orangeToolStripMenuItem1.Text = "Orange";
502 this.orangeToolStripMenuItem1.Click += new System.EventHandler(this.sessionMarkSelected_Click);
503 //
504 // toolStripSeparator17
505 //
506 this.toolStripSeparator17.Name = "toolStripSeparator17";
507 this.toolStripSeparator17.Size = new System.Drawing.Size(113, 6);
508 //
509 // unmarkToolStripMenuItem
510 //
511 this.unmarkToolStripMenuItem.Name = "unmarkToolStripMenuItem";
512 this.unmarkToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
513 this.unmarkToolStripMenuItem.Text = "Unmark";
514 this.unmarkToolStripMenuItem.Click += new System.EventHandler(this.sessionUnmarkSelected_Click);
515 //
516 // toolStripSeparator16
517 //
518 this.toolStripSeparator16.Name = "toolStripSeparator16";
519 this.toolStripSeparator16.Size = new System.Drawing.Size(214, 6);
520 //
521 // findToolStripMenuItem1
522 //
523 this.findToolStripMenuItem1.Name = "findToolStripMenuItem1";
524 this.findToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F)));
525 this.findToolStripMenuItem1.Size = new System.Drawing.Size(217, 22);
526 this.findToolStripMenuItem1.Text = "Find";
527 this.findToolStripMenuItem1.Click += new System.EventHandler(this.findSessions_Click);
528 //
529 // autoscrollToolStripMenuItem
530 //
531 this.autoscrollToolStripMenuItem.CheckOnClick = true;
532 this.autoscrollToolStripMenuItem.Name = "autoscrollToolStripMenuItem";
533 this.autoscrollToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+Q";
534 this.autoscrollToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Q)));
535 this.autoscrollToolStripMenuItem.Size = new System.Drawing.Size(217, 22);
536 this.autoscrollToolStripMenuItem.Text = "Autoscroll";
537 //
538 // imageList1
539 //
540 this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
541 this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
542 this.imageList1.Images.SetKeyName(0, "req_in.png");
543 this.imageList1.Images.SetKeyName(1, "computer_go.png");
544 //
545 // tabControlMain
546 //
547 this.tabControlMain.Controls.Add(this.tabPageSummary);
548 this.tabControlMain.Controls.Add(this.tabPageFilters);
549 this.tabControlMain.Controls.Add(this.tabPageInspect);
550 this.tabControlMain.Controls.Add(this.tabPageInject);
551 this.tabControlMain.Dock = System.Windows.Forms.DockStyle.Fill;
552 this.tabControlMain.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
553 this.tabControlMain.HotTrack = true;
554 this.tabControlMain.ItemSize = new System.Drawing.Size(100, 26);
555 this.tabControlMain.Location = new System.Drawing.Point(0, 0);
556 this.tabControlMain.Multiline = true;
557 this.tabControlMain.Name = "tabControlMain";
558 this.tabControlMain.Padding = new System.Drawing.Point(10, 6);
559 this.tabControlMain.SelectedIndex = 0;
560 this.tabControlMain.Size = new System.Drawing.Size(627, 494);
561 this.tabControlMain.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
562 this.tabControlMain.TabIndex = 0;
563 //
564 // tabPageSummary
565 //
566 this.tabPageSummary.BackColor = System.Drawing.Color.Transparent;
567 this.tabPageSummary.Controls.Add(this.richTextBoxDebugLog);
568 this.tabPageSummary.Controls.Add(this.panelStats);
569 this.tabPageSummary.Location = new System.Drawing.Point(4, 30);
570 this.tabPageSummary.Name = "tabPageSummary";
571 this.tabPageSummary.Padding = new System.Windows.Forms.Padding(3);
572 this.tabPageSummary.Size = new System.Drawing.Size(619, 460);
573 this.tabPageSummary.TabIndex = 0;
574 this.tabPageSummary.Text = "Summary";
575 this.tabPageSummary.UseVisualStyleBackColor = true;
576 //
577 // richTextBoxDebugLog
578 //
579 this.richTextBoxDebugLog.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
580 | System.Windows.Forms.AnchorStyles.Left)
581 | System.Windows.Forms.AnchorStyles.Right)));
582 this.richTextBoxDebugLog.BackColor = System.Drawing.SystemColors.ControlLightLight;
583 this.richTextBoxDebugLog.BorderStyle = System.Windows.Forms.BorderStyle.None;
584 this.richTextBoxDebugLog.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
585 this.richTextBoxDebugLog.Location = new System.Drawing.Point(6, 101);
586 this.richTextBoxDebugLog.Name = "richTextBoxDebugLog";
587 this.richTextBoxDebugLog.ReadOnly = true;
588 this.richTextBoxDebugLog.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
589 this.richTextBoxDebugLog.ShowSelectionMargin = true;
590 this.richTextBoxDebugLog.Size = new System.Drawing.Size(606, 352);
591 this.richTextBoxDebugLog.TabIndex = 3;
592 this.richTextBoxDebugLog.Text = "";
593 this.richTextBoxDebugLog.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.richTextBoxDecodedRequest_LinkClicked);
594 //
595 // panelStats
596 //
597 this.panelStats.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
598 | System.Windows.Forms.AnchorStyles.Left)
599 | System.Windows.Forms.AnchorStyles.Right)));
600 this.panelStats.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
601 this.panelStats.BackColor = System.Drawing.Color.Transparent;
602 this.panelStats.Controls.Add(this.groupBox2);
603 this.panelStats.Controls.Add(this.groupBox1);
604 this.panelStats.Location = new System.Drawing.Point(6, 6);
605 this.panelStats.Name = "panelStats";
606 this.panelStats.Size = new System.Drawing.Size(606, 89);
607 this.panelStats.TabIndex = 2;
608 //
609 // groupBox2
610 //
611 this.groupBox2.Controls.Add(this.labelPacketsTotal);
612 this.groupBox2.Controls.Add(this.label1PacketsOut);
613 this.groupBox2.Controls.Add(this.labelPacketsIn);
614 this.groupBox2.Controls.Add(this.label10);
615 this.groupBox2.Controls.Add(this.label9);
616 this.groupBox2.Controls.Add(this.label8);
617 this.groupBox2.Location = new System.Drawing.Point(6, 3);
618 this.groupBox2.Name = "groupBox2";
619 this.groupBox2.Size = new System.Drawing.Size(221, 80);
620 this.groupBox2.TabIndex = 3;
621 this.groupBox2.TabStop = false;
622 this.groupBox2.Text = "UDP Packets";
623 //
624 // labelPacketsTotal
625 //
626 this.labelPacketsTotal.AutoSize = true;
627 this.labelPacketsTotal.Location = new System.Drawing.Point(81, 58);
628 this.labelPacketsTotal.Name = "labelPacketsTotal";
629 this.labelPacketsTotal.Size = new System.Drawing.Size(64, 15);
630 this.labelPacketsTotal.TabIndex = 8;
631 this.labelPacketsTotal.Text = "0 (0 bytes)";
632 //
633 // label1PacketsOut
634 //
635 this.label1PacketsOut.AutoSize = true;
636 this.label1PacketsOut.Location = new System.Drawing.Point(81, 37);
637 this.label1PacketsOut.Name = "label1PacketsOut";
638 this.label1PacketsOut.Size = new System.Drawing.Size(64, 15);
639 this.label1PacketsOut.TabIndex = 7;
640 this.label1PacketsOut.Text = "0 (0 bytes)";
641 //
642 // labelPacketsIn
643 //
644 this.labelPacketsIn.AutoSize = true;
645 this.labelPacketsIn.Location = new System.Drawing.Point(81, 16);
646 this.labelPacketsIn.Name = "labelPacketsIn";
647 this.labelPacketsIn.Size = new System.Drawing.Size(64, 15);
648 this.labelPacketsIn.TabIndex = 6;
649 this.labelPacketsIn.Text = "0 (0 bytes)";
650 //
651 // label10
652 //
653 this.label10.AutoSize = true;
654 this.label10.Location = new System.Drawing.Point(6, 58);
655 this.label10.Name = "label10";
656 this.label10.Size = new System.Drawing.Size(83, 15);
657 this.label10.TabIndex = 5;
658 this.label10.Text = "Packets Total:";
659 //
660 // label9
661 //
662 this.label9.AutoSize = true;
663 this.label9.Location = new System.Drawing.Point(13, 37);
664 this.label9.Name = "label9";
665 this.label9.Size = new System.Drawing.Size(76, 15);
666 this.label9.TabIndex = 4;
667 this.label9.Text = "Packets Out:";
668 //
669 // label8
670 //
671 this.label8.AutoSize = true;
672 this.label8.Location = new System.Drawing.Point(21, 16);
673 this.label8.Name = "label8";
674 this.label8.Size = new System.Drawing.Size(67, 15);
675 this.label8.TabIndex = 3;
676 this.label8.Text = "Packets In:";
677 //
678 // groupBox1
679 //
680 this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
681 this.groupBox1.Controls.Add(this.labelCapsTotal);
682 this.groupBox1.Controls.Add(this.labelCapsOut);
683 this.groupBox1.Controls.Add(this.labelCapsIn);
684 this.groupBox1.Controls.Add(this.label6);
685 this.groupBox1.Controls.Add(this.label5);
686 this.groupBox1.Controls.Add(this.label7);
687 this.groupBox1.Location = new System.Drawing.Point(382, 3);
688 this.groupBox1.Name = "groupBox1";
689 this.groupBox1.Size = new System.Drawing.Size(221, 80);
690 this.groupBox1.TabIndex = 2;
691 this.groupBox1.TabStop = false;
692 this.groupBox1.Text = "Caps Messages";
693 //
694 // labelCapsTotal
695 //
696 this.labelCapsTotal.AutoSize = true;
697 this.labelCapsTotal.Location = new System.Drawing.Point(81, 58);
698 this.labelCapsTotal.Name = "labelCapsTotal";
699 this.labelCapsTotal.Size = new System.Drawing.Size(64, 15);
700 this.labelCapsTotal.TabIndex = 5;
701 this.labelCapsTotal.Text = "0 (0 bytes)";
702 //
703 // labelCapsOut
704 //
705 this.labelCapsOut.AutoSize = true;
706 this.labelCapsOut.Location = new System.Drawing.Point(81, 37);
707 this.labelCapsOut.Name = "labelCapsOut";
708 this.labelCapsOut.Size = new System.Drawing.Size(64, 15);
709 this.labelCapsOut.TabIndex = 4;
710 this.labelCapsOut.Text = "0 (0 bytes)";
711 //
712 // labelCapsIn
713 //
714 this.labelCapsIn.AutoSize = true;
715 this.labelCapsIn.Location = new System.Drawing.Point(81, 16);
716 this.labelCapsIn.Name = "labelCapsIn";
717 this.labelCapsIn.Size = new System.Drawing.Size(64, 15);
718 this.labelCapsIn.TabIndex = 3;
719 this.labelCapsIn.Text = "0 (0 bytes)";
720 //
721 // label6
722 //
723 this.label6.AutoSize = true;
724 this.label6.Location = new System.Drawing.Point(21, 37);
725 this.label6.Name = "label6";
726 this.label6.Size = new System.Drawing.Size(62, 15);
727 this.label6.TabIndex = 1;
728 this.label6.Text = "Caps Out:";
729 //
730 // label5
731 //
732 this.label5.AutoSize = true;
733 this.label5.Location = new System.Drawing.Point(29, 16);
734 this.label5.Name = "label5";
735 this.label5.Size = new System.Drawing.Size(53, 15);
736 this.label5.TabIndex = 0;
737 this.label5.Text = "Caps In:";
738 //
739 // label7
740 //
741 this.label7.AutoSize = true;
742 this.label7.Location = new System.Drawing.Point(14, 58);
743 this.label7.Name = "label7";
744 this.label7.Size = new System.Drawing.Size(69, 15);
745 this.label7.TabIndex = 2;
746 this.label7.Text = "Caps Total:";
747 //
748 // tabPageFilters
749 //
750 this.tabPageFilters.Controls.Add(this.toolStripFilters);
751 this.tabPageFilters.Controls.Add(this.splitContainerFilters);
752 this.tabPageFilters.Location = new System.Drawing.Point(4, 30);
753 this.tabPageFilters.Name = "tabPageFilters";
754 this.tabPageFilters.Padding = new System.Windows.Forms.Padding(3);
755 this.tabPageFilters.Size = new System.Drawing.Size(619, 460);
756 this.tabPageFilters.TabIndex = 1;
757 this.tabPageFilters.Text = "Filters";
758 this.tabPageFilters.UseVisualStyleBackColor = true;
759 //
760 // toolStripFilters
761 //
762 this.toolStripFilters.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
763 this.toolStripFilters.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
764 this.loadFilterSelectionsToolStripMenuItem,
765 this.saveFilterSelectionsToolStripMenuItem,
766 this.toolStripSeparator7,
767 this.toolStripSplitButton1});
768 this.toolStripFilters.Location = new System.Drawing.Point(3, 3);
769 this.toolStripFilters.Name = "toolStripFilters";
770 this.toolStripFilters.Size = new System.Drawing.Size(613, 25);
771 this.toolStripFilters.Stretch = true;
772 this.toolStripFilters.TabIndex = 1;
773 this.toolStripFilters.Text = "toolStrip1";
774 //
775 // loadFilterSelectionsToolStripMenuItem
776 //
777 this.loadFilterSelectionsToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
778 this.loadFilterSelectionsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("loadFilterSelectionsToolStripMenuItem.Image")));
779 this.loadFilterSelectionsToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
780 this.loadFilterSelectionsToolStripMenuItem.Name = "loadFilterSelectionsToolStripMenuItem";
781 this.loadFilterSelectionsToolStripMenuItem.Size = new System.Drawing.Size(23, 22);
782 this.loadFilterSelectionsToolStripMenuItem.Text = "&Open";
783 this.loadFilterSelectionsToolStripMenuItem.Click += new System.EventHandler(this.loadFilterSelectionsToolStripMenuItem_Click);
784 //
785 // saveFilterSelectionsToolStripMenuItem
786 //
787 this.saveFilterSelectionsToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
788 this.saveFilterSelectionsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveFilterSelectionsToolStripMenuItem.Image")));
789 this.saveFilterSelectionsToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
790 this.saveFilterSelectionsToolStripMenuItem.Name = "saveFilterSelectionsToolStripMenuItem";
791 this.saveFilterSelectionsToolStripMenuItem.Size = new System.Drawing.Size(23, 22);
792 this.saveFilterSelectionsToolStripMenuItem.Text = "&Save";
793 this.saveFilterSelectionsToolStripMenuItem.Click += new System.EventHandler(this.saveFilterSelectionsToolStripMenuItem_Click);
794 //
795 // toolStripSeparator7
796 //
797 this.toolStripSeparator7.Name = "toolStripSeparator7";
798 this.toolStripSeparator7.Size = new System.Drawing.Size(6, 25);
799 //
800 // toolStripSplitButton1
801 //
802 this.toolStripSplitButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
803 this.toolStripSplitButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
804 this.autoAddNewDiscoveredMessagesToolStripMenuItem});
805 this.toolStripSplitButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton1.Image")));
806 this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
807 this.toolStripSplitButton1.Name = "toolStripSplitButton1";
808 this.toolStripSplitButton1.Size = new System.Drawing.Size(65, 22);
809 this.toolStripSplitButton1.Text = "Options";
810 //
811 // autoAddNewDiscoveredMessagesToolStripMenuItem
812 //
813 this.autoAddNewDiscoveredMessagesToolStripMenuItem.Checked = true;
814 this.autoAddNewDiscoveredMessagesToolStripMenuItem.CheckOnClick = true;
815 this.autoAddNewDiscoveredMessagesToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
816 this.autoAddNewDiscoveredMessagesToolStripMenuItem.Name = "autoAddNewDiscoveredMessagesToolStripMenuItem";
817 this.autoAddNewDiscoveredMessagesToolStripMenuItem.Size = new System.Drawing.Size(225, 22);
818 this.autoAddNewDiscoveredMessagesToolStripMenuItem.Text = "Auto Check new Capabilities";
819 //
820 // splitContainerFilters
821 //
822 this.splitContainerFilters.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
823 | System.Windows.Forms.AnchorStyles.Left)
824 | System.Windows.Forms.AnchorStyles.Right)));
825 this.splitContainerFilters.Location = new System.Drawing.Point(3, 31);
826 this.splitContainerFilters.Name = "splitContainerFilters";
827 //
828 // splitContainerFilters.Panel1
829 //
830 this.splitContainerFilters.Panel1.Controls.Add(this.checkBoxCheckAllPackets);
831 this.splitContainerFilters.Panel1.Controls.Add(this.grpUDPFilters);
832 //
833 // splitContainerFilters.Panel2
834 //
835 this.splitContainerFilters.Panel2.Controls.Add(this.checkBoxCheckAllMessages);
836 this.splitContainerFilters.Panel2.Controls.Add(this.grpCapsFilters);
837 this.splitContainerFilters.Size = new System.Drawing.Size(613, 427);
838 this.splitContainerFilters.SplitterDistance = 303;
839 this.splitContainerFilters.SplitterWidth = 5;
840 this.splitContainerFilters.TabIndex = 0;
841 //
842 // checkBoxCheckAllPackets
843 //
844 this.checkBoxCheckAllPackets.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
845 this.checkBoxCheckAllPackets.AutoSize = true;
846 this.checkBoxCheckAllPackets.Checked = true;
847 this.checkBoxCheckAllPackets.CheckState = System.Windows.Forms.CheckState.Indeterminate;
848 this.checkBoxCheckAllPackets.Location = new System.Drawing.Point(6, 404);
849 this.checkBoxCheckAllPackets.Name = "checkBoxCheckAllPackets";
850 this.checkBoxCheckAllPackets.Size = new System.Drawing.Size(127, 19);
851 this.checkBoxCheckAllPackets.TabIndex = 1;
852 this.checkBoxCheckAllPackets.Text = "Check/Uncheck All";
853 this.checkBoxCheckAllPackets.UseVisualStyleBackColor = true;
854 this.checkBoxCheckAllPackets.CheckedChanged += new System.EventHandler(this.checkBoxCheckAllPackets_CheckedChanged);
855 //
856 // grpUDPFilters
857 //
858 this.grpUDPFilters.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
859 | System.Windows.Forms.AnchorStyles.Left)
860 | System.Windows.Forms.AnchorStyles.Right)));
861 this.grpUDPFilters.Controls.Add(this.listViewPacketFilters);
862 this.grpUDPFilters.Enabled = false;
863 this.grpUDPFilters.Location = new System.Drawing.Point(3, 3);
864 this.grpUDPFilters.Name = "grpUDPFilters";
865 this.grpUDPFilters.Size = new System.Drawing.Size(297, 394);
866 this.grpUDPFilters.TabIndex = 0;
867 this.grpUDPFilters.TabStop = false;
868 this.grpUDPFilters.Text = "UDP Packets && Login";
869 //
870 // checkBoxCheckAllMessages
871 //
872 this.checkBoxCheckAllMessages.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
873 this.checkBoxCheckAllMessages.AutoSize = true;
874 this.checkBoxCheckAllMessages.Checked = true;
875 this.checkBoxCheckAllMessages.CheckState = System.Windows.Forms.CheckState.Indeterminate;
876 this.checkBoxCheckAllMessages.Location = new System.Drawing.Point(6, 405);
877 this.checkBoxCheckAllMessages.Name = "checkBoxCheckAllMessages";
878 this.checkBoxCheckAllMessages.Size = new System.Drawing.Size(127, 19);
879 this.checkBoxCheckAllMessages.TabIndex = 2;
880 this.checkBoxCheckAllMessages.Text = "Check/Uncheck All";
881 this.checkBoxCheckAllMessages.UseVisualStyleBackColor = true;
882 this.checkBoxCheckAllMessages.CheckedChanged += new System.EventHandler(this.checkBoxCheckallCaps_CheckedChanged);
883 //
884 // grpCapsFilters
885 //
886 this.grpCapsFilters.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
887 | System.Windows.Forms.AnchorStyles.Left)
888 | System.Windows.Forms.AnchorStyles.Right)));
889 this.grpCapsFilters.Controls.Add(this.listViewMessageFilters);
890 this.grpCapsFilters.Enabled = false;
891 this.grpCapsFilters.Location = new System.Drawing.Point(3, 3);
892 this.grpCapsFilters.Name = "grpCapsFilters";
893 this.grpCapsFilters.Size = new System.Drawing.Size(299, 394);
894 this.grpCapsFilters.TabIndex = 1;
895 this.grpCapsFilters.TabStop = false;
896 this.grpCapsFilters.Text = "Capabilities && EventQueue messages";
897 //
898 // tabPageInspect
899 //
900 this.tabPageInspect.Controls.Add(this.splitContainerInspectorTab);
901 this.tabPageInspect.Location = new System.Drawing.Point(4, 30);
902 this.tabPageInspect.Name = "tabPageInspect";
903 this.tabPageInspect.Size = new System.Drawing.Size(619, 460);
904 this.tabPageInspect.TabIndex = 3;
905 this.tabPageInspect.Text = "Inspector";
906 this.tabPageInspect.UseVisualStyleBackColor = true;
907 //
908 // splitContainerInspectorTab
909 //
910 this.splitContainerInspectorTab.BackColor = System.Drawing.SystemColors.Control;
911 this.splitContainerInspectorTab.Dock = System.Windows.Forms.DockStyle.Fill;
912 this.splitContainerInspectorTab.ForeColor = System.Drawing.SystemColors.ControlText;
913 this.splitContainerInspectorTab.Location = new System.Drawing.Point(0, 0);
914 this.splitContainerInspectorTab.Margin = new System.Windows.Forms.Padding(0);
915 this.splitContainerInspectorTab.Name = "splitContainerInspectorTab";
916 this.splitContainerInspectorTab.Orientation = System.Windows.Forms.Orientation.Horizontal;
917 //
918 // splitContainerInspectorTab.Panel1
919 //
920 this.splitContainerInspectorTab.Panel1.Controls.Add(this.tabControlInspectorRequest);
921 //
922 // splitContainerInspectorTab.Panel2
923 //
924 this.splitContainerInspectorTab.Panel2.Controls.Add(this.tabControlInspectorResponse);
925 this.splitContainerInspectorTab.Size = new System.Drawing.Size(619, 460);
926 this.splitContainerInspectorTab.SplitterDistance = 226;
927 this.splitContainerInspectorTab.SplitterWidth = 6;
928 this.splitContainerInspectorTab.TabIndex = 1;
929 //
930 // tabControlInspectorRequest
931 //
932 this.tabControlInspectorRequest.Controls.Add(this.tabPageDecodedRequest);
933 this.tabControlInspectorRequest.Controls.Add(this.tabPageRawRequest);
934 this.tabControlInspectorRequest.Controls.Add(this.tabPageXMLRequest);
935 this.tabControlInspectorRequest.Controls.Add(this.tabPageRequestJson);
936 this.tabControlInspectorRequest.Controls.Add(this.tabPageHexRequest);
937 this.tabControlInspectorRequest.Dock = System.Windows.Forms.DockStyle.Fill;
938 this.tabControlInspectorRequest.HotTrack = true;
939 this.tabControlInspectorRequest.ImageList = this.imageList1;
940 this.tabControlInspectorRequest.ItemSize = new System.Drawing.Size(100, 20);
941 this.tabControlInspectorRequest.Location = new System.Drawing.Point(0, 0);
942 this.tabControlInspectorRequest.Name = "tabControlInspectorRequest";
943 this.tabControlInspectorRequest.SelectedIndex = 0;
944 this.tabControlInspectorRequest.Size = new System.Drawing.Size(619, 226);
945 this.tabControlInspectorRequest.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
946 this.tabControlInspectorRequest.TabIndex = 0;
947 //
948 // tabPageDecodedRequest
949 //
950 this.tabPageDecodedRequest.Controls.Add(this.richTextBoxDecodedRequest);
951 this.tabPageDecodedRequest.ImageIndex = 1;
952 this.tabPageDecodedRequest.Location = new System.Drawing.Point(4, 24);
953 this.tabPageDecodedRequest.Name = "tabPageDecodedRequest";
954 this.tabPageDecodedRequest.Padding = new System.Windows.Forms.Padding(3);
955 this.tabPageDecodedRequest.Size = new System.Drawing.Size(611, 198);
956 this.tabPageDecodedRequest.TabIndex = 4;
957 this.tabPageDecodedRequest.Text = "Request";
958 this.tabPageDecodedRequest.UseVisualStyleBackColor = true;
959 //
960 // richTextBoxDecodedRequest
961 //
962 this.richTextBoxDecodedRequest.BorderStyle = System.Windows.Forms.BorderStyle.None;
963 this.richTextBoxDecodedRequest.Dock = System.Windows.Forms.DockStyle.Fill;
964 this.richTextBoxDecodedRequest.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
965 this.richTextBoxDecodedRequest.Location = new System.Drawing.Point(3, 3);
966 this.richTextBoxDecodedRequest.Name = "richTextBoxDecodedRequest";
967 this.richTextBoxDecodedRequest.ShowSelectionMargin = true;
968 this.richTextBoxDecodedRequest.Size = new System.Drawing.Size(605, 192);
969 this.richTextBoxDecodedRequest.TabIndex = 0;
970 this.richTextBoxDecodedRequest.Text = "";
971 this.richTextBoxDecodedRequest.WordWrap = false;
972 this.richTextBoxDecodedRequest.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.richTextBoxDecodedRequest_LinkClicked);
973 this.richTextBoxDecodedRequest.TextChanged += new System.EventHandler(this.richTextBoxDecodedRequest_TextChanged);
974 //
975 // tabPageRawRequest
976 //
977 this.tabPageRawRequest.Controls.Add(this.richTextBoxRawRequest);
978 this.tabPageRawRequest.ImageIndex = 1;
979 this.tabPageRawRequest.Location = new System.Drawing.Point(4, 24);
980 this.tabPageRawRequest.Name = "tabPageRawRequest";
981 this.tabPageRawRequest.Padding = new System.Windows.Forms.Padding(3);
982 this.tabPageRawRequest.Size = new System.Drawing.Size(611, 198);
983 this.tabPageRawRequest.TabIndex = 0;
984 this.tabPageRawRequest.Text = "Raw";
985 this.tabPageRawRequest.UseVisualStyleBackColor = true;
986 //
987 // richTextBoxRawRequest
988 //
989 this.richTextBoxRawRequest.BorderStyle = System.Windows.Forms.BorderStyle.None;
990 this.richTextBoxRawRequest.DetectUrls = false;
991 this.richTextBoxRawRequest.Dock = System.Windows.Forms.DockStyle.Fill;
992 this.richTextBoxRawRequest.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
993 this.richTextBoxRawRequest.Location = new System.Drawing.Point(3, 3);
994 this.richTextBoxRawRequest.Name = "richTextBoxRawRequest";
995 this.richTextBoxRawRequest.ShowSelectionMargin = true;
996 this.richTextBoxRawRequest.Size = new System.Drawing.Size(605, 192);
997 this.richTextBoxRawRequest.TabIndex = 1;
998 this.richTextBoxRawRequest.Text = "";
999 this.richTextBoxRawRequest.WordWrap = false;
1000 //
1001 // tabPageXMLRequest
1002 //
1003 this.tabPageXMLRequest.Controls.Add(this.treeViewXMLRequest);
1004 this.tabPageXMLRequest.ImageIndex = 1;
1005 this.tabPageXMLRequest.Location = new System.Drawing.Point(4, 24);
1006 this.tabPageXMLRequest.Name = "tabPageXMLRequest";
1007 this.tabPageXMLRequest.Padding = new System.Windows.Forms.Padding(3);
1008 this.tabPageXMLRequest.Size = new System.Drawing.Size(611, 198);
1009 this.tabPageXMLRequest.TabIndex = 1;
1010 this.tabPageXMLRequest.Text = "XML";
1011 this.tabPageXMLRequest.UseVisualStyleBackColor = true;
1012 //
1013 // treeViewXMLRequest
1014 //
1015 this.treeViewXMLRequest.BorderStyle = System.Windows.Forms.BorderStyle.None;
1016 this.treeViewXMLRequest.Dock = System.Windows.Forms.DockStyle.Fill;
1017 this.treeViewXMLRequest.Location = new System.Drawing.Point(3, 3);
1018 this.treeViewXMLRequest.Name = "treeViewXMLRequest";
1019 this.treeViewXMLRequest.Size = new System.Drawing.Size(605, 192);
1020 this.treeViewXMLRequest.TabIndex = 1;
1021 //
1022 // tabPageRequestJson
1023 //
1024 this.tabPageRequestJson.Controls.Add(this.richTextBoxNotationRequest);
1025 this.tabPageRequestJson.ImageIndex = 1;
1026 this.tabPageRequestJson.Location = new System.Drawing.Point(4, 24);
1027 this.tabPageRequestJson.Name = "tabPageRequestJson";
1028 this.tabPageRequestJson.Padding = new System.Windows.Forms.Padding(3);
1029 this.tabPageRequestJson.Size = new System.Drawing.Size(611, 198);
1030 this.tabPageRequestJson.TabIndex = 3;
1031 this.tabPageRequestJson.Text = "Notation";
1032 this.tabPageRequestJson.UseVisualStyleBackColor = true;
1033 //
1034 // richTextBoxNotationRequest
1035 //
1036 this.richTextBoxNotationRequest.BorderStyle = System.Windows.Forms.BorderStyle.None;
1037 this.richTextBoxNotationRequest.DetectUrls = false;
1038 this.richTextBoxNotationRequest.Dock = System.Windows.Forms.DockStyle.Fill;
1039 this.richTextBoxNotationRequest.Location = new System.Drawing.Point(3, 3);
1040 this.richTextBoxNotationRequest.Name = "richTextBoxNotationRequest";
1041 this.richTextBoxNotationRequest.ShowSelectionMargin = true;
1042 this.richTextBoxNotationRequest.Size = new System.Drawing.Size(605, 192);
1043 this.richTextBoxNotationRequest.TabIndex = 0;
1044 this.richTextBoxNotationRequest.Text = "";
1045 //
1046 // tabPageHexRequest
1047 //
1048 this.tabPageHexRequest.Controls.Add(this.buttonSaveRequestHex);
1049 this.tabPageHexRequest.Controls.Add(this.labelHexRequestStatus);
1050 this.tabPageHexRequest.Controls.Add(this.hexBoxRequest);
1051 this.tabPageHexRequest.ImageIndex = 1;
1052 this.tabPageHexRequest.Location = new System.Drawing.Point(4, 24);
1053 this.tabPageHexRequest.Name = "tabPageHexRequest";
1054 this.tabPageHexRequest.Size = new System.Drawing.Size(611, 198);
1055 this.tabPageHexRequest.TabIndex = 2;
1056 this.tabPageHexRequest.Text = "Hex";
1057 this.tabPageHexRequest.UseVisualStyleBackColor = true;
1058 //
1059 // buttonSaveRequestHex
1060 //
1061 this.buttonSaveRequestHex.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
1062 this.buttonSaveRequestHex.Font = new System.Drawing.Font("Arial", 3.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1063 this.buttonSaveRequestHex.Location = new System.Drawing.Point(594, 188);
1064 this.buttonSaveRequestHex.Name = "buttonSaveRequestHex";
1065 this.buttonSaveRequestHex.Size = new System.Drawing.Size(13, 13);
1066 this.buttonSaveRequestHex.TabIndex = 4;
1067 this.buttonSaveRequestHex.UseVisualStyleBackColor = true;
1068 this.buttonSaveRequestHex.Visible = false;
1069 this.buttonSaveRequestHex.Click += new System.EventHandler(this.buttonSaveRequestHex_Click);
1070 //
1071 // labelHexRequestStatus
1072 //
1073 this.labelHexRequestStatus.AutoSize = true;
1074 this.labelHexRequestStatus.Dock = System.Windows.Forms.DockStyle.Bottom;
1075 this.labelHexRequestStatus.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1076 this.labelHexRequestStatus.Location = new System.Drawing.Point(0, 185);
1077 this.labelHexRequestStatus.Name = "labelHexRequestStatus";
1078 this.labelHexRequestStatus.Size = new System.Drawing.Size(66, 13);
1079 this.labelHexRequestStatus.TabIndex = 3;
1080 this.labelHexRequestStatus.Text = "Ln 0 Col 0";
1081 //
1082 // hexBoxRequest
1083 //
1084 this.hexBoxRequest.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
1085 | System.Windows.Forms.AnchorStyles.Left)
1086 | System.Windows.Forms.AnchorStyles.Right)));
1087 this.hexBoxRequest.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1088 this.hexBoxRequest.LineInfoForeColor = System.Drawing.Color.Empty;
1089 this.hexBoxRequest.Location = new System.Drawing.Point(0, 0);
1090 this.hexBoxRequest.Name = "hexBoxRequest";
1091 this.hexBoxRequest.ShadowSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(60)))), ((int)(((byte)(188)))), ((int)(((byte)(255)))));
1092 this.hexBoxRequest.Size = new System.Drawing.Size(611, 185);
1093 this.hexBoxRequest.StringViewVisible = true;
1094 this.hexBoxRequest.TabIndex = 2;
1095 this.hexBoxRequest.UseFixedBytesPerLine = true;
1096 this.hexBoxRequest.VScrollBarVisible = true;
1097 this.hexBoxRequest.CurrentLineChanged += new System.EventHandler(this.RequestPosition_Changed);
1098 this.hexBoxRequest.CurrentPositionInLineChanged += new System.EventHandler(this.RequestPosition_Changed);
1099 //
1100 // tabControlInspectorResponse
1101 //
1102 this.tabControlInspectorResponse.Controls.Add(this.tabPageDecodeResponse);
1103 this.tabControlInspectorResponse.Controls.Add(this.tabPageInspectorRAWResponse);
1104 this.tabControlInspectorResponse.Controls.Add(this.tabPageInspectorXMLResponse);
1105 this.tabControlInspectorResponse.Controls.Add(this.tabPageResponseJson);
1106 this.tabControlInspectorResponse.Controls.Add(this.tabPageHexViewResponse);
1107 this.tabControlInspectorResponse.Dock = System.Windows.Forms.DockStyle.Fill;
1108 this.tabControlInspectorResponse.HotTrack = true;
1109 this.tabControlInspectorResponse.ImageList = this.imageList1;
1110 this.tabControlInspectorResponse.ItemSize = new System.Drawing.Size(100, 20);
1111 this.tabControlInspectorResponse.Location = new System.Drawing.Point(0, 0);
1112 this.tabControlInspectorResponse.Multiline = true;
1113 this.tabControlInspectorResponse.Name = "tabControlInspectorResponse";
1114 this.tabControlInspectorResponse.SelectedIndex = 0;
1115 this.tabControlInspectorResponse.Size = new System.Drawing.Size(619, 228);
1116 this.tabControlInspectorResponse.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
1117 this.tabControlInspectorResponse.TabIndex = 0;
1118 //
1119 // tabPageDecodeResponse
1120 //
1121 this.tabPageDecodeResponse.Controls.Add(this.richTextBoxDecodedResponse);
1122 this.tabPageDecodeResponse.ImageIndex = 0;
1123 this.tabPageDecodeResponse.Location = new System.Drawing.Point(4, 24);
1124 this.tabPageDecodeResponse.Name = "tabPageDecodeResponse";
1125 this.tabPageDecodeResponse.Padding = new System.Windows.Forms.Padding(3);
1126 this.tabPageDecodeResponse.Size = new System.Drawing.Size(611, 200);
1127 this.tabPageDecodeResponse.TabIndex = 6;
1128 this.tabPageDecodeResponse.Text = "Response";
1129 this.tabPageDecodeResponse.UseVisualStyleBackColor = true;
1130 //
1131 // richTextBoxDecodedResponse
1132 //
1133 this.richTextBoxDecodedResponse.BorderStyle = System.Windows.Forms.BorderStyle.None;
1134 this.richTextBoxDecodedResponse.Dock = System.Windows.Forms.DockStyle.Fill;
1135 this.richTextBoxDecodedResponse.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1136 this.richTextBoxDecodedResponse.Location = new System.Drawing.Point(3, 3);
1137 this.richTextBoxDecodedResponse.Name = "richTextBoxDecodedResponse";
1138 this.richTextBoxDecodedResponse.ShowSelectionMargin = true;
1139 this.richTextBoxDecodedResponse.Size = new System.Drawing.Size(605, 194);
1140 this.richTextBoxDecodedResponse.TabIndex = 0;
1141 this.richTextBoxDecodedResponse.Text = "";
1142 this.richTextBoxDecodedResponse.WordWrap = false;
1143 this.richTextBoxDecodedResponse.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.richTextBoxDecodedRequest_LinkClicked);
1144 this.richTextBoxDecodedResponse.TextChanged += new System.EventHandler(this.richTextBoxDecodedRequest_TextChanged);
1145 //
1146 // tabPageInspectorRAWResponse
1147 //
1148 this.tabPageInspectorRAWResponse.Controls.Add(this.richTextBoxRawResponse);
1149 this.tabPageInspectorRAWResponse.ImageIndex = 0;
1150 this.tabPageInspectorRAWResponse.Location = new System.Drawing.Point(4, 24);
1151 this.tabPageInspectorRAWResponse.Name = "tabPageInspectorRAWResponse";
1152 this.tabPageInspectorRAWResponse.Padding = new System.Windows.Forms.Padding(3);
1153 this.tabPageInspectorRAWResponse.Size = new System.Drawing.Size(611, 200);
1154 this.tabPageInspectorRAWResponse.TabIndex = 0;
1155 this.tabPageInspectorRAWResponse.Text = "Raw";
1156 this.tabPageInspectorRAWResponse.UseVisualStyleBackColor = true;
1157 //
1158 // richTextBoxRawResponse
1159 //
1160 this.richTextBoxRawResponse.BorderStyle = System.Windows.Forms.BorderStyle.None;
1161 this.richTextBoxRawResponse.DetectUrls = false;
1162 this.richTextBoxRawResponse.Dock = System.Windows.Forms.DockStyle.Fill;
1163 this.richTextBoxRawResponse.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1164 this.richTextBoxRawResponse.Location = new System.Drawing.Point(3, 3);
1165 this.richTextBoxRawResponse.Name = "richTextBoxRawResponse";
1166 this.richTextBoxRawResponse.ShowSelectionMargin = true;
1167 this.richTextBoxRawResponse.Size = new System.Drawing.Size(605, 194);
1168 this.richTextBoxRawResponse.TabIndex = 0;
1169 this.richTextBoxRawResponse.Text = "";
1170 this.richTextBoxRawResponse.WordWrap = false;
1171 //
1172 // tabPageInspectorXMLResponse
1173 //
1174 this.tabPageInspectorXMLResponse.Controls.Add(this.treeViewXmlResponse);
1175 this.tabPageInspectorXMLResponse.ImageIndex = 0;
1176 this.tabPageInspectorXMLResponse.Location = new System.Drawing.Point(4, 24);
1177 this.tabPageInspectorXMLResponse.Name = "tabPageInspectorXMLResponse";
1178 this.tabPageInspectorXMLResponse.Padding = new System.Windows.Forms.Padding(3);
1179 this.tabPageInspectorXMLResponse.Size = new System.Drawing.Size(611, 200);
1180 this.tabPageInspectorXMLResponse.TabIndex = 1;
1181 this.tabPageInspectorXMLResponse.Text = "XML";
1182 this.tabPageInspectorXMLResponse.UseVisualStyleBackColor = true;
1183 //
1184 // treeViewXmlResponse
1185 //
1186 this.treeViewXmlResponse.BorderStyle = System.Windows.Forms.BorderStyle.None;
1187 this.treeViewXmlResponse.Dock = System.Windows.Forms.DockStyle.Fill;
1188 this.treeViewXmlResponse.Location = new System.Drawing.Point(3, 3);
1189 this.treeViewXmlResponse.Name = "treeViewXmlResponse";
1190 this.treeViewXmlResponse.Size = new System.Drawing.Size(605, 194);
1191 this.treeViewXmlResponse.TabIndex = 0;
1192 //
1193 // tabPageResponseJson
1194 //
1195 this.tabPageResponseJson.Controls.Add(this.richTextBoxNotationResponse);
1196 this.tabPageResponseJson.ImageIndex = 0;
1197 this.tabPageResponseJson.Location = new System.Drawing.Point(4, 24);
1198 this.tabPageResponseJson.Name = "tabPageResponseJson";
1199 this.tabPageResponseJson.Padding = new System.Windows.Forms.Padding(3);
1200 this.tabPageResponseJson.Size = new System.Drawing.Size(611, 200);
1201 this.tabPageResponseJson.TabIndex = 5;
1202 this.tabPageResponseJson.Text = "Notation";
1203 this.tabPageResponseJson.UseVisualStyleBackColor = true;
1204 //
1205 // richTextBoxNotationResponse
1206 //
1207 this.richTextBoxNotationResponse.BorderStyle = System.Windows.Forms.BorderStyle.None;
1208 this.richTextBoxNotationResponse.DetectUrls = false;
1209 this.richTextBoxNotationResponse.Dock = System.Windows.Forms.DockStyle.Fill;
1210 this.richTextBoxNotationResponse.Location = new System.Drawing.Point(3, 3);
1211 this.richTextBoxNotationResponse.Name = "richTextBoxNotationResponse";
1212 this.richTextBoxNotationResponse.ShowSelectionMargin = true;
1213 this.richTextBoxNotationResponse.Size = new System.Drawing.Size(605, 194);
1214 this.richTextBoxNotationResponse.TabIndex = 0;
1215 this.richTextBoxNotationResponse.Text = "";
1216 //
1217 // tabPageHexViewResponse
1218 //
1219 this.tabPageHexViewResponse.Controls.Add(this.buttonExportRawHex);
1220 this.tabPageHexViewResponse.Controls.Add(this.labelHexBoxResponseStatus);
1221 this.tabPageHexViewResponse.Controls.Add(this.hexBoxResponse);
1222 this.tabPageHexViewResponse.ImageIndex = 0;
1223 this.tabPageHexViewResponse.Location = new System.Drawing.Point(4, 24);
1224 this.tabPageHexViewResponse.Name = "tabPageHexViewResponse";
1225 this.tabPageHexViewResponse.Size = new System.Drawing.Size(611, 200);
1226 this.tabPageHexViewResponse.TabIndex = 4;
1227 this.tabPageHexViewResponse.Text = "Hex";
1228 this.tabPageHexViewResponse.UseVisualStyleBackColor = true;
1229 //
1230 // buttonExportRawHex
1231 //
1232 this.buttonExportRawHex.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
1233 this.buttonExportRawHex.Font = new System.Drawing.Font("Arial", 3.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1234 this.buttonExportRawHex.Location = new System.Drawing.Point(594, 190);
1235 this.buttonExportRawHex.Name = "buttonExportRawHex";
1236 this.buttonExportRawHex.Size = new System.Drawing.Size(13, 13);
1237 this.buttonExportRawHex.TabIndex = 3;
1238 this.buttonExportRawHex.UseVisualStyleBackColor = true;
1239 this.buttonExportRawHex.Visible = false;
1240 this.buttonExportRawHex.Click += new System.EventHandler(this.buttonExportRawHex_Click);
1241 //
1242 // labelHexBoxResponseStatus
1243 //
1244 this.labelHexBoxResponseStatus.AutoSize = true;
1245 this.labelHexBoxResponseStatus.Dock = System.Windows.Forms.DockStyle.Bottom;
1246 this.labelHexBoxResponseStatus.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1247 this.labelHexBoxResponseStatus.Location = new System.Drawing.Point(0, 187);
1248 this.labelHexBoxResponseStatus.Name = "labelHexBoxResponseStatus";
1249 this.labelHexBoxResponseStatus.Size = new System.Drawing.Size(66, 13);
1250 this.labelHexBoxResponseStatus.TabIndex = 2;
1251 this.labelHexBoxResponseStatus.Text = "Ln 0 Col 0";
1252 //
1253 // hexBoxResponse
1254 //
1255 this.hexBoxResponse.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
1256 | System.Windows.Forms.AnchorStyles.Left)
1257 | System.Windows.Forms.AnchorStyles.Right)));
1258 this.hexBoxResponse.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1259 this.hexBoxResponse.LineInfoForeColor = System.Drawing.Color.Empty;
1260 this.hexBoxResponse.Location = new System.Drawing.Point(0, 0);
1261 this.hexBoxResponse.Name = "hexBoxResponse";
1262 this.hexBoxResponse.ShadowSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(60)))), ((int)(((byte)(188)))), ((int)(((byte)(255)))));
1263 this.hexBoxResponse.Size = new System.Drawing.Size(611, 187);
1264 this.hexBoxResponse.StringViewVisible = true;
1265 this.hexBoxResponse.TabIndex = 1;
1266 this.hexBoxResponse.UseFixedBytesPerLine = true;
1267 this.hexBoxResponse.VScrollBarVisible = true;
1268 this.hexBoxResponse.CurrentLineChanged += new System.EventHandler(this.ReplyPosition_Changed);
1269 this.hexBoxResponse.CurrentPositionInLineChanged += new System.EventHandler(this.ReplyPosition_Changed);
1270 //
1271 // tabPageInject
1272 //
1273 this.tabPageInject.Controls.Add(this.buttonInjectPacket);
1274 this.tabPageInject.Controls.Add(this.richTextBoxInject);
1275 this.tabPageInject.Location = new System.Drawing.Point(4, 30);
1276 this.tabPageInject.Name = "tabPageInject";
1277 this.tabPageInject.Padding = new System.Windows.Forms.Padding(3);
1278 this.tabPageInject.Size = new System.Drawing.Size(619, 460);
1279 this.tabPageInject.TabIndex = 2;
1280 this.tabPageInject.Text = "Inject";
1281 this.tabPageInject.UseVisualStyleBackColor = true;
1282 //
1283 // buttonInjectPacket
1284 //
1285 this.buttonInjectPacket.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
1286 this.buttonInjectPacket.Enabled = false;
1287 this.buttonInjectPacket.Location = new System.Drawing.Point(536, 429);
1288 this.buttonInjectPacket.Name = "buttonInjectPacket";
1289 this.buttonInjectPacket.Size = new System.Drawing.Size(75, 23);
1290 this.buttonInjectPacket.TabIndex = 1;
1291 this.buttonInjectPacket.Text = "Inject";
1292 this.buttonInjectPacket.UseVisualStyleBackColor = true;
1293 this.buttonInjectPacket.Click += new System.EventHandler(this.buttonInjectPacket_Click);
1294 //
1295 // richTextBoxInject
1296 //
1297 this.richTextBoxInject.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
1298 | System.Windows.Forms.AnchorStyles.Left)
1299 | System.Windows.Forms.AnchorStyles.Right)));
1300 this.richTextBoxInject.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
1301 this.richTextBoxInject.Location = new System.Drawing.Point(6, 6);
1302 this.richTextBoxInject.Name = "richTextBoxInject";
1303 this.richTextBoxInject.Size = new System.Drawing.Size(605, 417);
1304 this.richTextBoxInject.TabIndex = 0;
1305 this.richTextBoxInject.Text = "";
1306 this.richTextBoxInject.TextChanged += new System.EventHandler(this.richTextBoxInject_TextChanged);
1307 //
1308 // markToolStripMenuItem1
1309 //
1310 this.markToolStripMenuItem1.DropDown = this.contextMenuStripMark;
1311 this.markToolStripMenuItem1.Name = "markToolStripMenuItem1";
1312 this.markToolStripMenuItem1.Size = new System.Drawing.Size(137, 22);
1313 this.markToolStripMenuItem1.Text = "Mark";
1314 //
1315 // toolStripLabelHexEditorRequest
1316 //
1317 this.toolStripLabelHexEditorRequest.Name = "toolStripLabelHexEditorRequest";
1318 this.toolStripLabelHexEditorRequest.Size = new System.Drawing.Size(0, 17);
1319 //
1320 // toolStripStatusLabel1
1321 //
1322 this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
1323 this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17);
1324 //
1325 // toolStripMenu
1326 //
1327 this.toolStripMenu.Dock = System.Windows.Forms.DockStyle.None;
1328 this.toolStripMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
1329 this.toolStripFileMenu,
1330 this.EditToolStripButton,
1331 this.toolStripDropDownButton4});
1332 this.toolStripMenu.Location = new System.Drawing.Point(3, 0);
1333 this.toolStripMenu.Name = "toolStripMenu";
1334 this.toolStripMenu.Size = new System.Drawing.Size(108, 25);
1335 this.toolStripMenu.TabIndex = 2;
1336 this.toolStripMenu.Text = "toolStrip1";
1337 //
1338 // toolStripFileMenu
1339 //
1340 this.toolStripFileMenu.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
1341 this.toolStripFileMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1342 this.saveSessionArchiveToolStripMenuItem,
1343 this.loadSessionArchiveToolStripMenuItem,
1344 this.toolStripSeparator18,
1345 this.exportToolStripMenuItem,
1346 this.toolStripSeparator8,
1347 this.settingsToolStripMenuItem,
1348 this.toolStripSeparator9,
1349 this.toolStripMenuItemPlugins,
1350 this.toolStripSeparator14,
1351 this.exitToolStripMenuItem1});
1352 this.toolStripFileMenu.Image = ((System.Drawing.Image)(resources.GetObject("toolStripFileMenu.Image")));
1353 this.toolStripFileMenu.ImageTransparentColor = System.Drawing.Color.Magenta;
1354 this.toolStripFileMenu.Name = "toolStripFileMenu";
1355 this.toolStripFileMenu.ShowDropDownArrow = false;
1356 this.toolStripFileMenu.Size = new System.Drawing.Size(29, 22);
1357 this.toolStripFileMenu.Text = "&File";
1358 this.toolStripFileMenu.DropDownOpening += new System.EventHandler(this.EditToolStripButton_DropDownOpening);
1359 //
1360 // saveSessionArchiveToolStripMenuItem
1361 //
1362 this.saveSessionArchiveToolStripMenuItem.Name = "saveSessionArchiveToolStripMenuItem";
1363 this.saveSessionArchiveToolStripMenuItem.Size = new System.Drawing.Size(185, 22);
1364 this.saveSessionArchiveToolStripMenuItem.Text = "Save Session Archive";
1365 this.saveSessionArchiveToolStripMenuItem.Click += new System.EventHandler(this.saveSessionArchiveToolStripMenuItem_Click);
1366 //
1367 // loadSessionArchiveToolStripMenuItem
1368 //
1369 this.loadSessionArchiveToolStripMenuItem.Name = "loadSessionArchiveToolStripMenuItem";
1370 this.loadSessionArchiveToolStripMenuItem.Size = new System.Drawing.Size(185, 22);
1371 this.loadSessionArchiveToolStripMenuItem.Text = "Load Session Archive";
1372 this.loadSessionArchiveToolStripMenuItem.Click += new System.EventHandler(this.loadSessionArchiveToolStripMenuItem_Click);
1373 //
1374 // toolStripSeparator18
1375 //
1376 this.toolStripSeparator18.Name = "toolStripSeparator18";
1377 this.toolStripSeparator18.Size = new System.Drawing.Size(182, 6);
1378 //
1379 // exportToolStripMenuItem
1380 //
1381 this.exportToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1382 this.asDecodedTextToolStripMenuItem});
1383 this.exportToolStripMenuItem.Name = "exportToolStripMenuItem";
1384 this.exportToolStripMenuItem.Size = new System.Drawing.Size(185, 22);
1385 this.exportToolStripMenuItem.Text = "Export";
1386 //
1387 // asDecodedTextToolStripMenuItem
1388 //
1389 this.asDecodedTextToolStripMenuItem.Name = "asDecodedTextToolStripMenuItem";
1390 this.asDecodedTextToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
1391 this.asDecodedTextToolStripMenuItem.Text = "As Decoded Text";
1392 this.asDecodedTextToolStripMenuItem.Click += new System.EventHandler(this.asDecodedTextToolStripMenuItem_Click);
1393 //
1394 // toolStripSeparator8
1395 //
1396 this.toolStripSeparator8.Name = "toolStripSeparator8";
1397 this.toolStripSeparator8.Size = new System.Drawing.Size(182, 6);
1398 //
1399 // settingsToolStripMenuItem
1400 //
1401 this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1402 this.enableStatisticsToolStripMenuItem,
1403 this.saveOptionsOnExitToolStripMenuItem,
1404 this.startProxyOnStartupToolStripMenuItem,
1405 this.toolStripSeparator6,
1406 this.saveSettingsToolStripMenuItem});
1407 this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
1408 this.settingsToolStripMenuItem.Size = new System.Drawing.Size(185, 22);
1409 this.settingsToolStripMenuItem.Text = "Settings";
1410 //
1411 // enableStatisticsToolStripMenuItem
1412 //
1413 this.enableStatisticsToolStripMenuItem.Checked = true;
1414 this.enableStatisticsToolStripMenuItem.CheckOnClick = true;
1415 this.enableStatisticsToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
1416 this.enableStatisticsToolStripMenuItem.Name = "enableStatisticsToolStripMenuItem";
1417 this.enableStatisticsToolStripMenuItem.Size = new System.Drawing.Size(216, 22);
1418 this.enableStatisticsToolStripMenuItem.Text = "Enable Statistics";
1419 this.enableStatisticsToolStripMenuItem.CheckedChanged += new System.EventHandler(this.enableStatisticsToolStripMenuItem_CheckedChanged);
1420 //
1421 // saveOptionsOnExitToolStripMenuItem
1422 //
1423 this.saveOptionsOnExitToolStripMenuItem.Checked = true;
1424 this.saveOptionsOnExitToolStripMenuItem.CheckOnClick = true;
1425 this.saveOptionsOnExitToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
1426 this.saveOptionsOnExitToolStripMenuItem.Name = "saveOptionsOnExitToolStripMenuItem";
1427 this.saveOptionsOnExitToolStripMenuItem.Size = new System.Drawing.Size(216, 22);
1428 this.saveOptionsOnExitToolStripMenuItem.Text = "Save Current Profile on Exit";
1429 //
1430 // startProxyOnStartupToolStripMenuItem
1431 //
1432 this.startProxyOnStartupToolStripMenuItem.Checked = true;
1433 this.startProxyOnStartupToolStripMenuItem.CheckOnClick = true;
1434 this.startProxyOnStartupToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
1435 this.startProxyOnStartupToolStripMenuItem.Name = "startProxyOnStartupToolStripMenuItem";
1436 this.startProxyOnStartupToolStripMenuItem.Size = new System.Drawing.Size(216, 22);
1437 this.startProxyOnStartupToolStripMenuItem.Text = "Run Proxy on start";
1438 //
1439 // toolStripSeparator6
1440 //
1441 this.toolStripSeparator6.Name = "toolStripSeparator6";
1442 this.toolStripSeparator6.Size = new System.Drawing.Size(213, 6);
1443 //
1444 // saveSettingsToolStripMenuItem
1445 //
1446 this.saveSettingsToolStripMenuItem.Name = "saveSettingsToolStripMenuItem";
1447 this.saveSettingsToolStripMenuItem.Size = new System.Drawing.Size(216, 22);
1448 this.saveSettingsToolStripMenuItem.Text = "Save Settings";
1449 this.saveSettingsToolStripMenuItem.Click += new System.EventHandler(this.saveSettingsToolStripMenuItem_Click);
1450 //
1451 // toolStripSeparator9
1452 //
1453 this.toolStripSeparator9.Name = "toolStripSeparator9";
1454 this.toolStripSeparator9.Size = new System.Drawing.Size(182, 6);
1455 //
1456 // toolStripMenuItemPlugins
1457 //
1458 this.toolStripMenuItemPlugins.Enabled = false;
1459 this.toolStripMenuItemPlugins.Name = "toolStripMenuItemPlugins";
1460 this.toolStripMenuItemPlugins.Size = new System.Drawing.Size(185, 22);
1461 this.toolStripMenuItemPlugins.Text = "Plugins";
1462 this.toolStripMenuItemPlugins.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
1463 //
1464 // toolStripSeparator14
1465 //
1466 this.toolStripSeparator14.Name = "toolStripSeparator14";
1467 this.toolStripSeparator14.Size = new System.Drawing.Size(182, 6);
1468 //
1469 // exitToolStripMenuItem1
1470 //
1471 this.exitToolStripMenuItem1.Name = "exitToolStripMenuItem1";
1472 this.exitToolStripMenuItem1.Size = new System.Drawing.Size(185, 22);
1473 this.exitToolStripMenuItem1.Text = "Exit";
1474 this.exitToolStripMenuItem1.Click += new System.EventHandler(this.exitToolStripMenuItem1_Click);
1475 //
1476 // EditToolStripButton
1477 //
1478 this.EditToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
1479 this.EditToolStripButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1480 this.copyToolStripMenuItem1,
1481 this.removeToolStripMenuItem2,
1482 this.selectToolStripMenuItem1,
1483 this.toolStripSeparator10,
1484 this.markToolStripMenuItem1,
1485 this.toolStripSeparator12,
1486 this.findToolStripMenuItem});
1487 this.EditToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("EditToolStripButton.Image")));
1488 this.EditToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
1489 this.EditToolStripButton.Name = "EditToolStripButton";
1490 this.EditToolStripButton.ShowDropDownArrow = false;
1491 this.EditToolStripButton.Size = new System.Drawing.Size(31, 22);
1492 this.EditToolStripButton.Text = "&Edit";
1493 this.EditToolStripButton.DropDownOpening += new System.EventHandler(this.EditToolStripButton_DropDownOpening);
1494 //
1495 // copyToolStripMenuItem1
1496 //
1497 this.copyToolStripMenuItem1.DropDown = this.contextMenuStripCopy;
1498 this.copyToolStripMenuItem1.Name = "copyToolStripMenuItem1";
1499 this.copyToolStripMenuItem1.Size = new System.Drawing.Size(137, 22);
1500 this.copyToolStripMenuItem1.Text = "Copy";
1501 this.copyToolStripMenuItem1.Visible = false;
1502 //
1503 // contextMenuStripCopy
1504 //
1505 this.contextMenuStripCopy.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
1506 this.requestDataToolStripMenuItem,
1507 this.responseDataToolStripMenuItem,
1508 this.hostAddressToolStripMenuItem,
1509 this.packetMessageTypeToolStripMenuItem});
1510 this.contextMenuStripCopy.Name = "contextMenuStripCopy";
1511 this.contextMenuStripCopy.OwnerItem = this.copyToolStripMenuItem1;
1512 this.contextMenuStripCopy.Size = new System.Drawing.Size(196, 92);
1513 //
1514 // requestDataToolStripMenuItem
1515 //
1516 this.requestDataToolStripMenuItem.Name = "requestDataToolStripMenuItem";
1517 this.requestDataToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
1518 this.requestDataToolStripMenuItem.Text = "Request Data";
1519 //
1520 // responseDataToolStripMenuItem
1521 //
1522 this.responseDataToolStripMenuItem.Name = "responseDataToolStripMenuItem";
1523 this.responseDataToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
1524 this.responseDataToolStripMenuItem.Text = "Response Data";
1525 //
1526 // hostAddressToolStripMenuItem
1527 //
1528 this.hostAddressToolStripMenuItem.Name = "hostAddressToolStripMenuItem";
1529 this.hostAddressToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
1530 this.hostAddressToolStripMenuItem.Text = "Host/Address";
1531 //
1532 // packetMessageTypeToolStripMenuItem
1533 //
1534 this.packetMessageTypeToolStripMenuItem.Name = "packetMessageTypeToolStripMenuItem";
1535 this.packetMessageTypeToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
1536 this.packetMessageTypeToolStripMenuItem.Text = "Packet/Message Name";
1537 //
1538 // toolStripSeparator10
1539 //
1540 this.toolStripSeparator10.Name = "toolStripSeparator10";
1541 this.toolStripSeparator10.Size = new System.Drawing.Size(134, 6);
1542 //
1543 // toolStripSeparator12
1544 //
1545 this.toolStripSeparator12.Name = "toolStripSeparator12";
1546 this.toolStripSeparator12.Size = new System.Drawing.Size(134, 6);
1547 //
1548 // findToolStripMenuItem
1549 //
1550 this.findToolStripMenuItem.Name = "findToolStripMenuItem";
1551 this.findToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F)));
1552 this.findToolStripMenuItem.Size = new System.Drawing.Size(137, 22);
1553 this.findToolStripMenuItem.Text = "Find";
1554 this.findToolStripMenuItem.Click += new System.EventHandler(this.findSessions_Click);
1555 //
1556 // toolStripDropDownButton4
1557 //
1558 this.toolStripDropDownButton4.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1559 this.aboutToolStripMenuItem});
1560 this.toolStripDropDownButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
1561 this.toolStripDropDownButton4.Name = "toolStripDropDownButton4";
1562 this.toolStripDropDownButton4.ShowDropDownArrow = false;
1563 this.toolStripDropDownButton4.Size = new System.Drawing.Size(36, 22);
1564 this.toolStripDropDownButton4.Text = "&Help";
1565 //
1566 // aboutToolStripMenuItem
1567 //
1568 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
1569 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
1570 this.aboutToolStripMenuItem.Text = "About";
1571 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutWinGridProxyToolStripMenuItem_Click);
1572 //
1573 // aboutWinGridProxyToolStripMenuItem
1574 //
1575 this.aboutWinGridProxyToolStripMenuItem.Name = "aboutWinGridProxyToolStripMenuItem";
1576 this.aboutWinGridProxyToolStripMenuItem.Size = new System.Drawing.Size(182, 22);
1577 this.aboutWinGridProxyToolStripMenuItem.Text = "About WinGridProxy";
1578 this.aboutWinGridProxyToolStripMenuItem.Click += new System.EventHandler(this.aboutWinGridProxyToolStripMenuItem_Click);
1579 //
1580 // timer1
1581 //
1582 this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
1583 //
1584 // toolStripDropDownButton1
1585 //
1586 this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
1587 this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1588 this.captureTrafficToolStripMenuItem,
1589 this.toolStripSeparator1,
1590 this.saveSessionsToolStripMenuItem,
1591 this.loadSessionsToolStripMenuItem,
1592 this.toolStripSeparator2,
1593 this.exitToolStripMenuItem});
1594 this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
1595 this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
1596 this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
1597 this.toolStripDropDownButton1.Size = new System.Drawing.Size(36, 22);
1598 this.toolStripDropDownButton1.Text = "File";
1599 //
1600 // captureTrafficToolStripMenuItem
1601 //
1602 this.captureTrafficToolStripMenuItem.Checked = true;
1603 this.captureTrafficToolStripMenuItem.CheckOnClick = true;
1604 this.captureTrafficToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
1605 this.captureTrafficToolStripMenuItem.Name = "captureTrafficToolStripMenuItem";
1606 this.captureTrafficToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F12;
1607 this.captureTrafficToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
1608 this.captureTrafficToolStripMenuItem.Text = "Capture Traffic";
1609 //
1610 // toolStripSeparator1
1611 //
1612 this.toolStripSeparator1.Name = "toolStripSeparator1";
1613 this.toolStripSeparator1.Size = new System.Drawing.Size(175, 6);
1614 //
1615 // saveSessionsToolStripMenuItem
1616 //
1617 this.saveSessionsToolStripMenuItem.Name = "saveSessionsToolStripMenuItem";
1618 this.saveSessionsToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
1619 this.saveSessionsToolStripMenuItem.Text = "Save Sessions";
1620 //
1621 // loadSessionsToolStripMenuItem
1622 //
1623 this.loadSessionsToolStripMenuItem.Name = "loadSessionsToolStripMenuItem";
1624 this.loadSessionsToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
1625 this.loadSessionsToolStripMenuItem.Text = "Load Sessions";
1626 //
1627 // toolStripSeparator2
1628 //
1629 this.toolStripSeparator2.Name = "toolStripSeparator2";
1630 this.toolStripSeparator2.Size = new System.Drawing.Size(175, 6);
1631 //
1632 // exitToolStripMenuItem
1633 //
1634 this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
1635 this.exitToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
1636 this.exitToolStripMenuItem.Text = "Exit";
1637 //
1638 // toolStripDropDownButton2
1639 //
1640 this.toolStripDropDownButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
1641 this.toolStripDropDownButton2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1642 this.copyToolStripMenuItem,
1643 this.removeToolStripMenuItem,
1644 this.selectToolStripMenuItem,
1645 this.toolStripSeparator3,
1646 this.markToolStripMenuItem,
1647 this.toolStripSeparator4,
1648 this.findSessionToolStripMenuItem});
1649 this.toolStripDropDownButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton2.Image")));
1650 this.toolStripDropDownButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
1651 this.toolStripDropDownButton2.Name = "toolStripDropDownButton2";
1652 this.toolStripDropDownButton2.Size = new System.Drawing.Size(38, 22);
1653 this.toolStripDropDownButton2.Text = "Edit";
1654 //
1655 // copyToolStripMenuItem
1656 //
1657 this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
1658 this.copyToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
1659 this.copyToolStripMenuItem.Text = "Copy";
1660 //
1661 // removeToolStripMenuItem
1662 //
1663 this.removeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1664 this.allToolStripMenuItem,
1665 this.selectedToolStripMenuItem,
1666 this.unselectedSessionsToolStripMenuItem});
1667 this.removeToolStripMenuItem.Name = "removeToolStripMenuItem";
1668 this.removeToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
1669 this.removeToolStripMenuItem.Text = "Remove";
1670 //
1671 // allToolStripMenuItem
1672 //
1673 this.allToolStripMenuItem.Name = "allToolStripMenuItem";
1674 this.allToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
1675 this.allToolStripMenuItem.Text = "All";
1676 //
1677 // selectedToolStripMenuItem
1678 //
1679 this.selectedToolStripMenuItem.Name = "selectedToolStripMenuItem";
1680 this.selectedToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
1681 this.selectedToolStripMenuItem.Text = "Selected Sessions";
1682 //
1683 // unselectedSessionsToolStripMenuItem
1684 //
1685 this.unselectedSessionsToolStripMenuItem.Name = "unselectedSessionsToolStripMenuItem";
1686 this.unselectedSessionsToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
1687 this.unselectedSessionsToolStripMenuItem.Text = "Unselected Sessions";
1688 //
1689 // selectToolStripMenuItem
1690 //
1691 this.selectToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1692 this.allToolStripMenuItem1,
1693 this.noneToolStripMenuItem,
1694 this.invertSelectionsToolStripMenuItem});
1695 this.selectToolStripMenuItem.Name = "selectToolStripMenuItem";
1696 this.selectToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
1697 this.selectToolStripMenuItem.Text = "Select";
1698 //
1699 // allToolStripMenuItem1
1700 //
1701 this.allToolStripMenuItem1.Name = "allToolStripMenuItem1";
1702 this.allToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
1703 this.allToolStripMenuItem1.Size = new System.Drawing.Size(160, 22);
1704 this.allToolStripMenuItem1.Text = "All";
1705 this.allToolStripMenuItem1.Click += new System.EventHandler(this.sessionSelectAll_Click);
1706 //
1707 // noneToolStripMenuItem
1708 //
1709 this.noneToolStripMenuItem.Name = "noneToolStripMenuItem";
1710 this.noneToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
1711 this.noneToolStripMenuItem.Text = "None";
1712 this.noneToolStripMenuItem.Click += new System.EventHandler(this.sessionSelectNone_Click);
1713 //
1714 // invertSelectionsToolStripMenuItem
1715 //
1716 this.invertSelectionsToolStripMenuItem.Name = "invertSelectionsToolStripMenuItem";
1717 this.invertSelectionsToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
1718 this.invertSelectionsToolStripMenuItem.Text = "Invert Selections";
1719 this.invertSelectionsToolStripMenuItem.Click += new System.EventHandler(this.sessionInvertSelection_Click);
1720 //
1721 // toolStripSeparator3
1722 //
1723 this.toolStripSeparator3.Name = "toolStripSeparator3";
1724 this.toolStripSeparator3.Size = new System.Drawing.Size(176, 6);
1725 //
1726 // markToolStripMenuItem
1727 //
1728 this.markToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1729 this.redToolStripMenuItem,
1730 this.goldToolStripMenuItem,
1731 this.orangeToolStripMenuItem,
1732 this.purpleToolStripMenuItem,
1733 this.yellowToolStripMenuItem,
1734 this.toolStripSeparator5,
1735 this.removeToolStripMenuItem1});
1736 this.markToolStripMenuItem.Name = "markToolStripMenuItem";
1737 this.markToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
1738 this.markToolStripMenuItem.Text = "Mark";
1739 //
1740 // redToolStripMenuItem
1741 //
1742 this.redToolStripMenuItem.Name = "redToolStripMenuItem";
1743 this.redToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
1744 this.redToolStripMenuItem.Text = "Red";
1745 this.redToolStripMenuItem.Click += new System.EventHandler(this.sessionMarkSelected_Click);
1746 //
1747 // goldToolStripMenuItem
1748 //
1749 this.goldToolStripMenuItem.Name = "goldToolStripMenuItem";
1750 this.goldToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
1751 this.goldToolStripMenuItem.Text = "Gold";
1752 this.goldToolStripMenuItem.Click += new System.EventHandler(this.sessionMarkSelected_Click);
1753 //
1754 // orangeToolStripMenuItem
1755 //
1756 this.orangeToolStripMenuItem.Name = "orangeToolStripMenuItem";
1757 this.orangeToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
1758 this.orangeToolStripMenuItem.Text = "Orange";
1759 this.orangeToolStripMenuItem.Click += new System.EventHandler(this.sessionMarkSelected_Click);
1760 //
1761 // purpleToolStripMenuItem
1762 //
1763 this.purpleToolStripMenuItem.Name = "purpleToolStripMenuItem";
1764 this.purpleToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
1765 this.purpleToolStripMenuItem.Text = "Purple";
1766 this.purpleToolStripMenuItem.Click += new System.EventHandler(this.sessionMarkSelected_Click);
1767 //
1768 // yellowToolStripMenuItem
1769 //
1770 this.yellowToolStripMenuItem.Name = "yellowToolStripMenuItem";
1771 this.yellowToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
1772 this.yellowToolStripMenuItem.Text = "Yellow";
1773 this.yellowToolStripMenuItem.Click += new System.EventHandler(this.sessionMarkSelected_Click);
1774 //
1775 // toolStripSeparator5
1776 //
1777 this.toolStripSeparator5.Name = "toolStripSeparator5";
1778 this.toolStripSeparator5.Size = new System.Drawing.Size(114, 6);
1779 //
1780 // removeToolStripMenuItem1
1781 //
1782 this.removeToolStripMenuItem1.Name = "removeToolStripMenuItem1";
1783 this.removeToolStripMenuItem1.Size = new System.Drawing.Size(117, 22);
1784 this.removeToolStripMenuItem1.Text = "Remove";
1785 //
1786 // toolStripSeparator4
1787 //
1788 this.toolStripSeparator4.Name = "toolStripSeparator4";
1789 this.toolStripSeparator4.Size = new System.Drawing.Size(176, 6);
1790 //
1791 // findSessionToolStripMenuItem
1792 //
1793 this.findSessionToolStripMenuItem.Name = "findSessionToolStripMenuItem";
1794 this.findSessionToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F)));
1795 this.findSessionToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
1796 this.findSessionToolStripMenuItem.Text = "Find Session";
1797 //
1798 // toolStripDropDownButton3
1799 //
1800 this.toolStripDropDownButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
1801 this.toolStripDropDownButton3.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1802 this.saveToolStripMenuItem,
1803 this.loadToolStripMenuItem});
1804 this.toolStripDropDownButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton3.Image")));
1805 this.toolStripDropDownButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
1806 this.toolStripDropDownButton3.Name = "toolStripDropDownButton3";
1807 this.toolStripDropDownButton3.Size = new System.Drawing.Size(49, 22);
1808 this.toolStripDropDownButton3.Text = "Filters";
1809 //
1810 // saveToolStripMenuItem
1811 //
1812 this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
1813 this.saveToolStripMenuItem.Size = new System.Drawing.Size(156, 22);
1814 this.saveToolStripMenuItem.Text = "Save Selections";
1815 //
1816 // loadToolStripMenuItem
1817 //
1818 this.loadToolStripMenuItem.Name = "loadToolStripMenuItem";
1819 this.loadToolStripMenuItem.Size = new System.Drawing.Size(156, 22);
1820 this.loadToolStripMenuItem.Text = "Load Selections";
1821 //
1822 // toolStripButton1
1823 //
1824 this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
1825 this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
1826 this.toolStripButton1.Name = "toolStripButton1";
1827 this.toolStripButton1.Size = new System.Drawing.Size(29, 22);
1828 this.toolStripButton1.Text = "toolStripButton1";
1829 //
1830 // saveFileDialog1
1831 //
1832 this.saveFileDialog1.DefaultExt = "osd";
1833 this.saveFileDialog1.FileName = "sessions";
1834 this.saveFileDialog1.Filter = "Session Files|*.osd|All Files|*.*";
1835 this.saveFileDialog1.RestoreDirectory = true;
1836 this.saveFileDialog1.Title = "Save Sessions";
1837 //
1838 // openFileDialog1
1839 //
1840 this.openFileDialog1.DefaultExt = "osd";
1841 this.openFileDialog1.FileName = "sessions";
1842 this.openFileDialog1.Filter = "Session Files|*.osd|All Files|*.*";
1843 this.openFileDialog1.Title = "Open Session Archive";
1844 //
1845 // saveFileDialog2
1846 //
1847 this.saveFileDialog2.DefaultExt = "osd";
1848 this.saveFileDialog2.FileName = "filters";
1849 this.saveFileDialog2.Title = "Save Filters";
1850 //
1851 // openFileDialog2
1852 //
1853 this.openFileDialog2.DefaultExt = "osd";
1854 this.openFileDialog2.FileName = "filters";
1855 this.openFileDialog2.Filter = "Filter Files|*.osd|All Files|*.*";
1856 this.openFileDialog2.Title = "Load Saved Filter Settings";
1857 //
1858 // contextMenuStripFilterOptions
1859 //
1860 this.contextMenuStripFilterOptions.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
1861 this.toolStripMenuItem2,
1862 this.uncheckAllToolStripMenuItem,
1863 this.toolStripSeparator11,
1864 this.autoColorizeToolStripMenuItem});
1865 this.contextMenuStripFilterOptions.Name = "contextMenuStripFilterOptions";
1866 this.contextMenuStripFilterOptions.ShowImageMargin = false;
1867 this.contextMenuStripFilterOptions.Size = new System.Drawing.Size(122, 76);
1868 //
1869 // toolStripMenuItem2
1870 //
1871 this.toolStripMenuItem2.Name = "toolStripMenuItem2";
1872 this.toolStripMenuItem2.Size = new System.Drawing.Size(121, 22);
1873 this.toolStripMenuItem2.Text = "Check All";
1874 //
1875 // uncheckAllToolStripMenuItem
1876 //
1877 this.uncheckAllToolStripMenuItem.Name = "uncheckAllToolStripMenuItem";
1878 this.uncheckAllToolStripMenuItem.Size = new System.Drawing.Size(121, 22);
1879 this.uncheckAllToolStripMenuItem.Text = "Uncheck All";
1880 //
1881 // toolStripSeparator11
1882 //
1883 this.toolStripSeparator11.Name = "toolStripSeparator11";
1884 this.toolStripSeparator11.Size = new System.Drawing.Size(118, 6);
1885 //
1886 // autoColorizeToolStripMenuItem
1887 //
1888 this.autoColorizeToolStripMenuItem.Name = "autoColorizeToolStripMenuItem";
1889 this.autoColorizeToolStripMenuItem.Size = new System.Drawing.Size(121, 22);
1890 this.autoColorizeToolStripMenuItem.Text = "Auto Colorize";
1891 this.autoColorizeToolStripMenuItem.Click += new System.EventHandler(this.autoColorizeToolStripMenuItem_Click);
1892 //
1893 // toolStripContainer1
1894 //
1895 //
1896 // toolStripContainer1.ContentPanel
1897 //
1898 this.toolStripContainer1.ContentPanel.AutoScroll = true;
1899 this.toolStripContainer1.ContentPanel.Controls.Add(this.panelMainWindow);
1900 this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(1111, 494);
1901 this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
1902 this.toolStripContainer1.LeftToolStripPanelVisible = false;
1903 this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
1904 this.toolStripContainer1.Name = "toolStripContainer1";
1905 this.toolStripContainer1.RightToolStripPanelVisible = false;
1906 this.toolStripContainer1.Size = new System.Drawing.Size(1111, 519);
1907 this.toolStripContainer1.TabIndex = 6;
1908 this.toolStripContainer1.Text = "toolStripContainer1";
1909 //
1910 // toolStripContainer1.TopToolStripPanel
1911 //
1912 this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStripMenu);
1913 this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStripLogin);
1914 //
1915 // toolStripLogin
1916 //
1917 this.toolStripLogin.Dock = System.Windows.Forms.DockStyle.None;
1918 this.toolStripLogin.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
1919 this.toolStripLabel1,
1920 this.comboBoxListenAddress,
1921 this.toolStripLabel2,
1922 this.textBoxProxyPort,
1923 this.toolStripLabel3,
1924 this.comboBoxLoginURL,
1925 this.buttonStartProxy});
1926 this.toolStripLogin.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
1927 this.toolStripLogin.Location = new System.Drawing.Point(111, 0);
1928 this.toolStripLogin.Name = "toolStripLogin";
1929 this.toolStripLogin.Size = new System.Drawing.Size(751, 25);
1930 this.toolStripLogin.TabIndex = 3;
1931 //
1932 // toolStripLabel1
1933 //
1934 this.toolStripLabel1.Name = "toolStripLabel1";
1935 this.toolStripLabel1.Size = new System.Drawing.Size(99, 22);
1936 this.toolStripLabel1.Text = "Listen IP Address:";
1937 //
1938 // comboBoxListenAddress
1939 //
1940 this.comboBoxListenAddress.Name = "comboBoxListenAddress";
1941 this.comboBoxListenAddress.Size = new System.Drawing.Size(121, 25);
1942 this.comboBoxListenAddress.Text = "127.0.0.1";
1943 //
1944 // toolStripLabel2
1945 //
1946 this.toolStripLabel2.Name = "toolStripLabel2";
1947 this.toolStripLabel2.Size = new System.Drawing.Size(32, 22);
1948 this.toolStripLabel2.Text = "Port:";
1949 //
1950 // textBoxProxyPort
1951 //
1952 this.textBoxProxyPort.Name = "textBoxProxyPort";
1953 this.textBoxProxyPort.Size = new System.Drawing.Size(50, 25);
1954 this.textBoxProxyPort.Text = "8080";
1955 //
1956 // toolStripLabel3
1957 //
1958 this.toolStripLabel3.Name = "toolStripLabel3";
1959 this.toolStripLabel3.Size = new System.Drawing.Size(64, 22);
1960 this.toolStripLabel3.Text = "Login URL:";
1961 //
1962 // comboBoxLoginURL
1963 //
1964 this.comboBoxLoginURL.Items.AddRange(new object[] {
1965 "https://login.agni.lindenlab.com/cgi-bin/login.cgi",
1966 "https://login.aditi.lindenlab.com/cgi-bin/login.cgi",
1967 "http://127.0.0.1:8002",
1968 "http://osgrid.org:8002"});
1969 this.comboBoxLoginURL.Name = "comboBoxLoginURL";
1970 this.comboBoxLoginURL.Size = new System.Drawing.Size(300, 25);
1971 this.comboBoxLoginURL.Text = "https://login.agni.lindenlab.com/cgi-bin/login.cgi";
1972 //
1973 // buttonStartProxy
1974 //
1975 this.buttonStartProxy.BackColor = System.Drawing.Color.LightGreen;
1976 this.buttonStartProxy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
1977 this.buttonStartProxy.ImageTransparentColor = System.Drawing.Color.Magenta;
1978 this.buttonStartProxy.Name = "buttonStartProxy";
1979 this.buttonStartProxy.Size = new System.Drawing.Size(67, 22);
1980 this.buttonStartProxy.Text = "Start Proxy";
1981 this.buttonStartProxy.Click += new System.EventHandler(this.buttonStartProxy_Click);
1982 //
1983 // saveFileDialog3
1984 //
1985 this.saveFileDialog3.DefaultExt = "packet";
1986 this.saveFileDialog3.Filter = "Packets|*.packet|All Files|*.*";
1987 this.saveFileDialog3.Title = "Export Binary Data to File";
1988 //
1989 // timerSessionQueue
1990 //
1991 this.timerSessionQueue.Enabled = true;
1992 this.timerSessionQueue.Interval = 250;
1993 this.timerSessionQueue.Tick += new System.EventHandler(this.timerSessionQueue_Tick);
1994 //
1995 // listViewSessions
1996 //
1997 this.listViewSessions.AllowColumnReorder = true;
1998 this.listViewSessions.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
1999 this.columnHeaderCounter,
2000 this.columnHeaderTimestamp,
2001 this.columnHeaderProtocol,
2002 this.columnHeaderType,
2003 this.columnHeaderSize,
2004 this.columnHeaderUrl,
2005 this.columnHeaderContentType});
2006 this.listViewSessions.ContextMenuStrip = this.contextMenuStripSessions;
2007 this.listViewSessions.Dock = System.Windows.Forms.DockStyle.Fill;
2008 this.listViewSessions.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
2009 this.listViewSessions.FullRowSelect = true;
2010 this.listViewSessions.GridLines = true;
2011 this.listViewSessions.HideSelection = false;
2012 this.listViewSessions.Location = new System.Drawing.Point(0, 0);
2013 this.listViewSessions.Name = "listViewSessions";
2014 this.listViewSessions.Size = new System.Drawing.Size(479, 494);
2015 this.listViewSessions.SmallImageList = this.imageList1;
2016 this.listViewSessions.TabIndex = 0;
2017 this.listViewSessions.UseCompatibleStateImageBehavior = false;
2018 this.listViewSessions.View = System.Windows.Forms.View.Details;
2019 this.listViewSessions.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.listViewSessions_ColumnClick);
2020 this.listViewSessions.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.listViewSessions_ItemSelectionChanged);
2021 //
2022 // columnHeaderTimestamp
2023 //
2024 this.columnHeaderTimestamp.Text = "Time";
2025 this.columnHeaderTimestamp.Width = 30;
2026 //
2027 // columnHeaderCounter
2028 //
2029 this.columnHeaderCounter.Tag = "number";
2030 this.columnHeaderCounter.Text = "#";
2031 this.columnHeaderCounter.Width = 40;
2032 //
2033 // columnHeaderProtocol
2034 //
2035 this.columnHeaderProtocol.Tag = "string";
2036 this.columnHeaderProtocol.Text = "Protocol";
2037 //
2038 // columnHeaderType
2039 //
2040 this.columnHeaderType.Tag = "string";
2041 this.columnHeaderType.Text = "Name";
2042 this.columnHeaderType.Width = 151;
2043 //
2044 // columnHeaderSize
2045 //
2046 this.columnHeaderSize.Tag = "";
2047 this.columnHeaderSize.Text = "Bytes";
2048 this.columnHeaderSize.Width = 42;
2049 //
2050 // columnHeaderUrl
2051 //
2052 this.columnHeaderUrl.Text = "Host";
2053 this.columnHeaderUrl.Width = 312;
2054 //
2055 // columnHeaderContentType
2056 //
2057 this.columnHeaderContentType.Text = "Content Type";
2058 this.columnHeaderContentType.Width = 250;
2059 //
2060 // listViewPacketFilters
2061 //
2062 this.listViewPacketFilters.BorderStyle = System.Windows.Forms.BorderStyle.None;
2063 this.listViewPacketFilters.CheckBoxes = true;
2064 this.listViewPacketFilters.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
2065 this.columnHeaderPacketName});
2066 this.listViewPacketFilters.Dock = System.Windows.Forms.DockStyle.Fill;
2067 this.listViewPacketFilters.FullRowSelect = true;
2068 this.listViewPacketFilters.GridLines = true;
2069 listViewGroup1.Header = "Login";
2070 listViewGroup1.Name = "Login";
2071 listViewGroup2.Header = "Packets";
2072 listViewGroup2.Name = "Packets";
2073 this.listViewPacketFilters.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
2074 listViewGroup1,
2075 listViewGroup2});
2076 this.listViewPacketFilters.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
2077 this.listViewPacketFilters.Location = new System.Drawing.Point(3, 17);
2078 this.listViewPacketFilters.MultiSelect = false;
2079 this.listViewPacketFilters.Name = "listViewPacketFilters";
2080 this.listViewPacketFilters.Size = new System.Drawing.Size(291, 374);
2081 this.listViewPacketFilters.Sorting = System.Windows.Forms.SortOrder.Ascending;
2082 this.listViewPacketFilters.TabIndex = 0;
2083 this.listViewPacketFilters.UseCompatibleStateImageBehavior = false;
2084 this.listViewPacketFilters.View = System.Windows.Forms.View.Details;
2085 this.listViewPacketFilters.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.listViewFilterSorter_ColumnClick);
2086 this.listViewPacketFilters.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.listViewPacketFilters_ItemChecked);
2087 //
2088 // columnHeaderPacketName
2089 //
2090 this.columnHeaderPacketName.Text = "Name";
2091 this.columnHeaderPacketName.Width = 287;
2092 //
2093 // listViewMessageFilters
2094 //
2095 this.listViewMessageFilters.BorderStyle = System.Windows.Forms.BorderStyle.None;
2096 this.listViewMessageFilters.CheckBoxes = true;
2097 this.listViewMessageFilters.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
2098 this.columnHeaderName});
2099 this.listViewMessageFilters.Dock = System.Windows.Forms.DockStyle.Fill;
2100 this.listViewMessageFilters.FullRowSelect = true;
2101 this.listViewMessageFilters.GridLines = true;
2102 listViewGroup3.Header = "Capabilities";
2103 listViewGroup3.Name = "Capabilities";
2104 listViewGroup4.Header = "EventQueue Messages";
2105 listViewGroup4.Name = "EventQueueMessages";
2106 this.listViewMessageFilters.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
2107 listViewGroup3,
2108 listViewGroup4});
2109 this.listViewMessageFilters.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
2110 this.listViewMessageFilters.Location = new System.Drawing.Point(3, 17);
2111 this.listViewMessageFilters.MultiSelect = false;
2112 this.listViewMessageFilters.Name = "listViewMessageFilters";
2113 this.listViewMessageFilters.Size = new System.Drawing.Size(293, 374);
2114 this.listViewMessageFilters.Sorting = System.Windows.Forms.SortOrder.Ascending;
2115 this.listViewMessageFilters.TabIndex = 1;
2116 this.listViewMessageFilters.UseCompatibleStateImageBehavior = false;
2117 this.listViewMessageFilters.View = System.Windows.Forms.View.Details;
2118 this.listViewMessageFilters.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.listViewFilterSorter_ColumnClick);
2119 this.listViewMessageFilters.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.listViewMessageFilters_ItemChecked);
2120 //
2121 // columnHeaderName
2122 //
2123 this.columnHeaderName.Text = "Name";
2124 this.columnHeaderName.Width = 289;
2125 //
2126 // FormWinGridProxy
2127 //
2128 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
2129 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2130 this.ClientSize = new System.Drawing.Size(1111, 519);
2131 this.Controls.Add(this.toolStripContainer1);
2132 this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
2133 this.Name = "FormWinGridProxy";
2134 this.Text = "WinGridProxy";
2135 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
2136 this.panelMainWindow.ResumeLayout(false);
2137 this.splitContainerSessionsTabs.Panel1.ResumeLayout(false);
2138 this.splitContainerSessionsTabs.Panel2.ResumeLayout(false);
2139 this.splitContainerSessionsTabs.ResumeLayout(false);
2140 this.contextMenuStripSessions.ResumeLayout(false);
2141 this.contextMenuStripRemove.ResumeLayout(false);
2142 this.contextMenuStripSelect.ResumeLayout(false);
2143 this.contextMenuStripMark.ResumeLayout(false);
2144 this.tabControlMain.ResumeLayout(false);
2145 this.tabPageSummary.ResumeLayout(false);
2146 this.panelStats.ResumeLayout(false);
2147 this.groupBox2.ResumeLayout(false);
2148 this.groupBox2.PerformLayout();
2149 this.groupBox1.ResumeLayout(false);
2150 this.groupBox1.PerformLayout();
2151 this.tabPageFilters.ResumeLayout(false);
2152 this.tabPageFilters.PerformLayout();
2153 this.toolStripFilters.ResumeLayout(false);
2154 this.toolStripFilters.PerformLayout();
2155 this.splitContainerFilters.Panel1.ResumeLayout(false);
2156 this.splitContainerFilters.Panel1.PerformLayout();
2157 this.splitContainerFilters.Panel2.ResumeLayout(false);
2158 this.splitContainerFilters.Panel2.PerformLayout();
2159 this.splitContainerFilters.ResumeLayout(false);
2160 this.grpUDPFilters.ResumeLayout(false);
2161 this.grpCapsFilters.ResumeLayout(false);
2162 this.tabPageInspect.ResumeLayout(false);
2163 this.splitContainerInspectorTab.Panel1.ResumeLayout(false);
2164 this.splitContainerInspectorTab.Panel2.ResumeLayout(false);
2165 this.splitContainerInspectorTab.ResumeLayout(false);
2166 this.tabControlInspectorRequest.ResumeLayout(false);
2167 this.tabPageDecodedRequest.ResumeLayout(false);
2168 this.tabPageRawRequest.ResumeLayout(false);
2169 this.tabPageXMLRequest.ResumeLayout(false);
2170 this.tabPageRequestJson.ResumeLayout(false);
2171 this.tabPageHexRequest.ResumeLayout(false);
2172 this.tabPageHexRequest.PerformLayout();
2173 this.tabControlInspectorResponse.ResumeLayout(false);
2174 this.tabPageDecodeResponse.ResumeLayout(false);
2175 this.tabPageInspectorRAWResponse.ResumeLayout(false);
2176 this.tabPageInspectorXMLResponse.ResumeLayout(false);
2177 this.tabPageResponseJson.ResumeLayout(false);
2178 this.tabPageHexViewResponse.ResumeLayout(false);
2179 this.tabPageHexViewResponse.PerformLayout();
2180 this.tabPageInject.ResumeLayout(false);
2181 this.toolStripMenu.ResumeLayout(false);
2182 this.toolStripMenu.PerformLayout();
2183 this.contextMenuStripCopy.ResumeLayout(false);
2184 this.contextMenuStripFilterOptions.ResumeLayout(false);
2185 this.toolStripContainer1.ContentPanel.ResumeLayout(false);
2186 this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
2187 this.toolStripContainer1.TopToolStripPanel.PerformLayout();
2188 this.toolStripContainer1.ResumeLayout(false);
2189 this.toolStripContainer1.PerformLayout();
2190 this.toolStripLogin.ResumeLayout(false);
2191 this.toolStripLogin.PerformLayout();
2192 this.ResumeLayout(false);
2193  
2194 }
2195  
2196 #endregion
2197  
2198 private System.Windows.Forms.Panel panelMainWindow;
2199 private System.Windows.Forms.SplitContainer splitContainerSessionsTabs;
2200 private ListViewNoFlicker listViewSessions;
2201 private System.Windows.Forms.TabControl tabControlMain;
2202 private System.Windows.Forms.TabPage tabPageSummary;
2203 private System.Windows.Forms.TabPage tabPageFilters;
2204 private System.Windows.Forms.SplitContainer splitContainerFilters;
2205 private System.Windows.Forms.GroupBox grpUDPFilters;
2206 private System.Windows.Forms.TabPage tabPageInject;
2207 private System.Windows.Forms.RichTextBox richTextBoxInject;
2208 private System.Windows.Forms.CheckBox checkBoxCheckAllPackets;
2209 private System.Windows.Forms.ColumnHeader columnHeaderCounter;
2210 private System.Windows.Forms.ColumnHeader columnHeaderProtocol;
2211 private System.Windows.Forms.ColumnHeader columnHeaderType;
2212 private System.Windows.Forms.ColumnHeader columnHeaderUrl;
2213 private System.Windows.Forms.ToolStrip toolStripMenu;
2214 private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton1;
2215 private System.Windows.Forms.ToolStripMenuItem captureTrafficToolStripMenuItem;
2216 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
2217 private System.Windows.Forms.ToolStripMenuItem saveSessionsToolStripMenuItem;
2218 private System.Windows.Forms.ToolStripMenuItem loadSessionsToolStripMenuItem;
2219 private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
2220 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
2221 private System.Windows.Forms.TabPage tabPageInspect;
2222 private System.Windows.Forms.ColumnHeader columnHeaderSize;
2223 private System.Windows.Forms.TabControl tabControlInspectorResponse;
2224 private System.Windows.Forms.TabPage tabPageInspectorRAWResponse;
2225 private System.Windows.Forms.TabPage tabPageInspectorXMLResponse;
2226 private System.Windows.Forms.RichTextBox richTextBoxRawResponse;
2227 private System.Windows.Forms.TreeView treeViewXmlResponse;
2228 private System.Windows.Forms.TabPage tabPageHexViewResponse;
2229 private Be.Windows.Forms.HexBox hexBoxResponse;
2230 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
2231 private System.Windows.Forms.Button buttonInjectPacket;
2232 private System.Windows.Forms.Label label10;
2233 private System.Windows.Forms.Label label9;
2234 private System.Windows.Forms.Label label8;
2235 private System.Windows.Forms.Label label7;
2236 private System.Windows.Forms.Label label6;
2237 private System.Windows.Forms.Label label5;
2238 private System.Windows.Forms.Panel panelStats;
2239 private System.Windows.Forms.GroupBox groupBox2;
2240 private System.Windows.Forms.GroupBox groupBox1;
2241 private System.Windows.Forms.Label labelCapsTotal;
2242 private System.Windows.Forms.Label labelCapsOut;
2243 private System.Windows.Forms.Label labelCapsIn;
2244 private System.Windows.Forms.Label labelPacketsTotal;
2245 private System.Windows.Forms.Label label1PacketsOut;
2246 private System.Windows.Forms.Label labelPacketsIn;
2247 private System.Windows.Forms.Timer timer1;
2248 private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton2;
2249 private System.Windows.Forms.ImageList imageList1;
2250 private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem;
2251 private System.Windows.Forms.ToolStripMenuItem removeToolStripMenuItem;
2252 private System.Windows.Forms.ToolStripMenuItem allToolStripMenuItem;
2253 private System.Windows.Forms.ToolStripMenuItem selectedToolStripMenuItem;
2254 private System.Windows.Forms.ToolStripMenuItem unselectedSessionsToolStripMenuItem;
2255 private System.Windows.Forms.ToolStripMenuItem selectToolStripMenuItem;
2256 private System.Windows.Forms.ToolStripMenuItem allToolStripMenuItem1;
2257 private System.Windows.Forms.ToolStripMenuItem noneToolStripMenuItem;
2258 private System.Windows.Forms.ToolStripMenuItem invertSelectionsToolStripMenuItem;
2259 private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
2260 private System.Windows.Forms.ToolStripMenuItem markToolStripMenuItem;
2261 private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
2262 private System.Windows.Forms.ToolStripMenuItem findSessionToolStripMenuItem;
2263 private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton3;
2264 private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
2265 private System.Windows.Forms.ToolStripMenuItem loadToolStripMenuItem;
2266 private System.Windows.Forms.SplitContainer splitContainerInspectorTab;
2267 private System.Windows.Forms.TabControl tabControlInspectorRequest;
2268 private System.Windows.Forms.TabPage tabPageRawRequest;
2269 private System.Windows.Forms.RichTextBox richTextBoxRawRequest;
2270 private System.Windows.Forms.TabPage tabPageXMLRequest;
2271 private System.Windows.Forms.TreeView treeViewXMLRequest;
2272 private System.Windows.Forms.TabPage tabPageHexRequest;
2273 private System.Windows.Forms.ToolStripStatusLabel toolStripLabelHexEditorRequest;
2274 private Be.Windows.Forms.HexBox hexBoxRequest;
2275 private System.Windows.Forms.ToolStripMenuItem redToolStripMenuItem;
2276 private System.Windows.Forms.ToolStripMenuItem goldToolStripMenuItem;
2277 private System.Windows.Forms.ToolStripMenuItem orangeToolStripMenuItem;
2278 private System.Windows.Forms.ToolStripMenuItem purpleToolStripMenuItem;
2279 private System.Windows.Forms.ToolStripMenuItem yellowToolStripMenuItem;
2280 private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
2281 private System.Windows.Forms.ToolStripMenuItem removeToolStripMenuItem1;
2282 private System.Windows.Forms.ToolStripDropDownButton toolStripButton1;
2283 private System.Windows.Forms.ToolStripMenuItem aboutWinGridProxyToolStripMenuItem;
2284 private System.Windows.Forms.CheckBox checkBoxCheckAllMessages;
2285 private System.Windows.Forms.GroupBox grpCapsFilters;
2286 private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton4;
2287 private System.Windows.Forms.ToolStripDropDownButton toolStripFileMenu;
2288 private System.Windows.Forms.ToolStripMenuItem loadSessionArchiveToolStripMenuItem;
2289 private System.Windows.Forms.ToolStripMenuItem saveSessionArchiveToolStripMenuItem;
2290 private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
2291 private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem;
2292 private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
2293 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem1;
2294 private System.Windows.Forms.ToolStripDropDownButton EditToolStripButton;
2295 private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem1;
2296 private System.Windows.Forms.ToolStripMenuItem removeToolStripMenuItem2;
2297 private System.Windows.Forms.ToolStripMenuItem selectToolStripMenuItem1;
2298 private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
2299 private System.Windows.Forms.ToolStripMenuItem markToolStripMenuItem1;
2300 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
2301 private System.Windows.Forms.ToolStripSeparator toolStripSeparator12;
2302 private System.Windows.Forms.ToolStripMenuItem findToolStripMenuItem;
2303 private System.Windows.Forms.ContextMenuStrip contextMenuStripSessions;
2304 private System.Windows.Forms.ToolStripMenuItem toolStripMenuSessionsRemove;
2305 private System.Windows.Forms.ToolStripSeparator toolStripSeparatorFilterPacketByName;
2306 private System.Windows.Forms.ToolStripMenuItem enableDisableFilterByNameToolStripMenuItem;
2307 private System.Windows.Forms.ToolStripSeparator toolStripSeparator15;
2308 private System.Windows.Forms.ToolStripMenuItem findToolStripMenuItem1;
2309 private System.Windows.Forms.ToolStripSeparator toolStripSeparator16;
2310 private System.Windows.Forms.ToolStripMenuItem markToolStripMenuItem2;
2311 private System.Windows.Forms.ContextMenuStrip contextMenuStripMark;
2312 private System.Windows.Forms.ToolStripMenuItem redToolStripMenuItem2;
2313 private System.Windows.Forms.ToolStripMenuItem goldToolStripMenuItem2;
2314 private System.Windows.Forms.ToolStripMenuItem greenToolStripMenuItem1;
2315 private System.Windows.Forms.ToolStripMenuItem blueToolStripMenuItem1;
2316 private System.Windows.Forms.ToolStripMenuItem orangeToolStripMenuItem1;
2317 private System.Windows.Forms.ToolStripSeparator toolStripSeparator17;
2318 private System.Windows.Forms.ToolStripMenuItem unmarkToolStripMenuItem;
2319 private System.Windows.Forms.ContextMenuStrip contextMenuStripCopy;
2320 private System.Windows.Forms.ToolStripMenuItem requestDataToolStripMenuItem;
2321 private System.Windows.Forms.ToolStripMenuItem responseDataToolStripMenuItem;
2322 private System.Windows.Forms.ToolStripMenuItem hostAddressToolStripMenuItem;
2323 private System.Windows.Forms.ToolStripMenuItem packetMessageTypeToolStripMenuItem;
2324 private System.Windows.Forms.ContextMenuStrip contextMenuStripSelect;
2325 private System.Windows.Forms.ContextMenuStrip contextMenuStripRemove;
2326 private System.Windows.Forms.ToolStripMenuItem allToolStripMenuItem4;
2327 private System.Windows.Forms.ToolStripMenuItem invertToolStripMenuItem1;
2328 private System.Windows.Forms.ToolStripMenuItem noneToolStripMenuItem2;
2329 private System.Windows.Forms.ToolStripMenuItem selectToolStripMenuItem2;
2330 private System.Windows.Forms.ToolStripSeparator toolStripSeparatorSelectPacketProto;
2331 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemSelectPacketName;
2332 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemRemoveAll;
2333 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemRemoveSelected;
2334 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemRemoveUnselected;
2335 private System.Windows.Forms.ToolStripMenuItem enableStatisticsToolStripMenuItem;
2336 private ListViewNoFlicker listViewPacketFilters;
2337 private System.Windows.Forms.ColumnHeader columnHeaderPacketName;
2338 private ListViewNoFlicker listViewMessageFilters;
2339 private System.Windows.Forms.ColumnHeader columnHeaderName;
2340 private System.Windows.Forms.ToolStripMenuItem saveOptionsOnExitToolStripMenuItem;
2341 private System.Windows.Forms.SaveFileDialog saveFileDialog1;
2342 private System.Windows.Forms.OpenFileDialog openFileDialog1;
2343 private System.Windows.Forms.SaveFileDialog saveFileDialog2;
2344 private System.Windows.Forms.OpenFileDialog openFileDialog2;
2345 private System.Windows.Forms.ToolStripMenuItem startProxyOnStartupToolStripMenuItem;
2346 private System.Windows.Forms.TabPage tabPageRequestJson;
2347 private System.Windows.Forms.RichTextBox richTextBoxNotationRequest;
2348 private System.Windows.Forms.TabPage tabPageResponseJson;
2349 private System.Windows.Forms.RichTextBox richTextBoxNotationResponse;
2350 private System.Windows.Forms.TabPage tabPageDecodedRequest;
2351 private System.Windows.Forms.RichTextBox richTextBoxDecodedRequest;
2352 private System.Windows.Forms.TabPage tabPageDecodeResponse;
2353 private System.Windows.Forms.RichTextBox richTextBoxDecodedResponse;
2354 private System.Windows.Forms.ContextMenuStrip contextMenuStripFilterOptions;
2355 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
2356 private System.Windows.Forms.ToolStripMenuItem uncheckAllToolStripMenuItem;
2357 private System.Windows.Forms.ToolStripSeparator toolStripSeparator11;
2358 private System.Windows.Forms.ToolStripMenuItem autoColorizeToolStripMenuItem;
2359 private System.Windows.Forms.ColorDialog colorDialog1;
2360 private System.Windows.Forms.ColumnHeader columnHeaderContentType;
2361 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemPlugins;
2362 private System.Windows.Forms.ToolStripSeparator toolStripSeparator14;
2363 private System.Windows.Forms.RichTextBox richTextBoxDebugLog;
2364 private System.Windows.Forms.ToolStripSeparator toolStripSeparator18;
2365 private System.Windows.Forms.ToolStripMenuItem exportToolStripMenuItem;
2366 private System.Windows.Forms.ToolStripMenuItem asDecodedTextToolStripMenuItem;
2367 private System.Windows.Forms.Label labelHexRequestStatus;
2368 private System.Windows.Forms.Label labelHexBoxResponseStatus;
2369 private System.Windows.Forms.ToolStripContainer toolStripContainer1;
2370 private System.Windows.Forms.ToolStrip toolStripLogin;
2371 private System.Windows.Forms.ToolStripLabel toolStripLabel1;
2372 private System.Windows.Forms.ToolStripComboBox comboBoxListenAddress;
2373 private System.Windows.Forms.ToolStripLabel toolStripLabel2;
2374 private System.Windows.Forms.ToolStripTextBox textBoxProxyPort;
2375 private System.Windows.Forms.ToolStripLabel toolStripLabel3;
2376 private System.Windows.Forms.ToolStripComboBox comboBoxLoginURL;
2377 private System.Windows.Forms.ToolStripButton buttonStartProxy;
2378 private System.Windows.Forms.ToolStrip toolStripFilters;
2379 private System.Windows.Forms.ToolStripButton loadFilterSelectionsToolStripMenuItem;
2380 private System.Windows.Forms.ToolStripButton saveFilterSelectionsToolStripMenuItem;
2381 private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
2382 private System.Windows.Forms.ToolStripSplitButton toolStripSplitButton1;
2383 private System.Windows.Forms.ToolStripMenuItem autoAddNewDiscoveredMessagesToolStripMenuItem;
2384 private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
2385 private System.Windows.Forms.ToolStripMenuItem saveSettingsToolStripMenuItem;
2386 private System.Windows.Forms.Button buttonExportRawHex;
2387 private System.Windows.Forms.Button buttonSaveRequestHex;
2388 private System.Windows.Forms.SaveFileDialog saveFileDialog3;
2389 private System.Windows.Forms.ToolStripMenuItem autoscrollToolStripMenuItem;
2390 private System.Windows.Forms.Timer timerSessionQueue;
2391 private System.Windows.Forms.ColumnHeader columnHeaderTimestamp;
2392 }
2393 }
2394