You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
732 lines
37 KiB
C#
732 lines
37 KiB
C#
// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
|
|
|
|
namespace NetworkProfiler
|
|
{
|
|
partial class MainWindow
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
|
System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series5 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series6 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series7 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series8 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series9 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series10 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series11 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series12 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series13 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series14 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series15 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series16 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series17 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series18 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series19 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series20 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series21 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series22 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series23 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series24 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series25 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series26 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series27 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series28 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
this.OpenButton = new System.Windows.Forms.Button();
|
|
this.NetworkChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
|
|
this.ChartListBox = new System.Windows.Forms.CheckedListBox();
|
|
this.SummaryTextBox = new System.Windows.Forms.RichTextBox();
|
|
this.DetailTextBox = new System.Windows.Forms.RichTextBox();
|
|
this.ActorFilterTextBox = new System.Windows.Forms.TextBox();
|
|
this.PropertyFilterTextBox = new System.Windows.Forms.TextBox();
|
|
this.RPCFilterTextBox = new System.Windows.Forms.TextBox();
|
|
this.ApplyFiltersButton = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
this.ActorPerformanceView = new System.Windows.Forms.TreeView();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.tabPage3 = new System.Windows.Forms.TabPage();
|
|
this.ActorListView = new System.Windows.Forms.ListView();
|
|
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.tabPage4 = new System.Windows.Forms.TabPage();
|
|
this.PropertyListView = new System.Windows.Forms.ListView();
|
|
this.SizeBits = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.Count = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.AvgSizeBytes = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.AvgSizeBits = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.Property = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.tabPage5 = new System.Windows.Forms.TabPage();
|
|
this.RPCListView = new System.Windows.Forms.ListView();
|
|
this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
((System.ComponentModel.ISupportInitialize)(this.NetworkChart)).BeginInit();
|
|
this.tabControl1.SuspendLayout();
|
|
this.tabPage1.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.tabPage3.SuspendLayout();
|
|
this.tabPage4.SuspendLayout();
|
|
this.tabPage5.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// OpenButton
|
|
//
|
|
this.OpenButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.OpenButton.Location = new System.Drawing.Point(12, 12);
|
|
this.OpenButton.Name = "OpenButton";
|
|
this.OpenButton.Size = new System.Drawing.Size(1231, 31);
|
|
this.OpenButton.TabIndex = 0;
|
|
this.OpenButton.Text = "Open File";
|
|
this.OpenButton.UseVisualStyleBackColor = true;
|
|
this.OpenButton.Click += new System.EventHandler(this.OpenButton_Click);
|
|
//
|
|
// NetworkChart
|
|
//
|
|
this.NetworkChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.NetworkChart.AntiAliasing = System.Windows.Forms.DataVisualization.Charting.AntiAliasingStyles.Graphics;
|
|
this.NetworkChart.BackColor = System.Drawing.Color.Transparent;
|
|
chartArea1.AxisX.MajorGrid.LineColor = System.Drawing.Color.DarkGray;
|
|
chartArea1.AxisX.ScrollBar.IsPositionedInside = false;
|
|
chartArea1.AxisY.MajorGrid.LineColor = System.Drawing.Color.DarkGray;
|
|
chartArea1.AxisY.ScrollBar.IsPositionedInside = false;
|
|
chartArea1.BackColor = System.Drawing.Color.Transparent;
|
|
chartArea1.CursorX.IsUserEnabled = true;
|
|
chartArea1.CursorX.IsUserSelectionEnabled = true;
|
|
chartArea1.Name = "DefaultChartArea";
|
|
this.NetworkChart.ChartAreas.Add(chartArea1);
|
|
legend1.BackColor = System.Drawing.Color.Transparent;
|
|
legend1.DockedToChartArea = "DefaultChartArea";
|
|
legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
|
|
legend1.LegendStyle = System.Windows.Forms.DataVisualization.Charting.LegendStyle.Column;
|
|
legend1.Name = "DefaultLegend";
|
|
this.NetworkChart.Legends.Add(legend1);
|
|
this.NetworkChart.Location = new System.Drawing.Point(15, 6);
|
|
this.NetworkChart.Name = "NetworkChart";
|
|
this.NetworkChart.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Bright;
|
|
series1.ChartArea = "DefaultChartArea";
|
|
series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
|
|
series1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
series1.Legend = "DefaultLegend";
|
|
series1.Name = "ActorCount";
|
|
series2.ChartArea = "DefaultChartArea";
|
|
series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
|
|
series2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
series2.Legend = "DefaultLegend";
|
|
series2.Name = "ActorCountSec";
|
|
series3.ChartArea = "DefaultChartArea";
|
|
series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
|
|
series3.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|
series3.Legend = "DefaultLegend";
|
|
series3.Name = "PropertyCount";
|
|
series4.ChartArea = "DefaultChartArea";
|
|
series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
|
|
series4.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|
series4.Legend = "DefaultLegend";
|
|
series4.Name = "PropertyCountSec";
|
|
series5.ChartArea = "DefaultChartArea";
|
|
series5.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
|
|
series5.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|
series5.Legend = "DefaultLegend";
|
|
series5.Name = "PropertySize";
|
|
series6.ChartArea = "DefaultChartArea";
|
|
series6.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
|
|
series6.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|
series6.Legend = "DefaultLegend";
|
|
series6.Name = "PropertySizeSec";
|
|
series7.ChartArea = "DefaultChartArea";
|
|
series7.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
|
|
series7.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|
series7.Legend = "DefaultLegend";
|
|
series7.Name = "RPCCount";
|
|
series8.ChartArea = "DefaultChartArea";
|
|
series8.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
|
|
series8.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|
series8.Legend = "DefaultLegend";
|
|
series8.Name = "RPCCountSec";
|
|
series9.ChartArea = "DefaultChartArea";
|
|
series9.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
|
|
series9.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|
series9.Legend = "DefaultLegend";
|
|
series9.Name = "RPCSize";
|
|
series10.ChartArea = "DefaultChartArea";
|
|
series10.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
|
|
series10.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|
series10.Legend = "DefaultLegend";
|
|
series10.Name = "RPCSizeSec";
|
|
series11.ChartArea = "DefaultChartArea";
|
|
series11.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
|
|
series11.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|
series11.Legend = "DefaultLegend";
|
|
series11.Name = "SendBunchCount";
|
|
series12.ChartArea = "DefaultChartArea";
|
|
series12.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
|
|
series12.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|
series12.Legend = "DefaultLegend";
|
|
series12.Name = "SendBunchCountSec";
|
|
series13.ChartArea = "DefaultChartArea";
|
|
series13.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
|
|
series13.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|
series13.Legend = "DefaultLegend";
|
|
series13.Name = "SendBunchSize";
|
|
series13.YValuesPerPoint = 2;
|
|
series14.ChartArea = "DefaultChartArea";
|
|
series14.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
|
|
series14.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|
series14.Legend = "DefaultLegend";
|
|
series14.Name = "SendBunchSizeSec";
|
|
series15.ChartArea = "DefaultChartArea";
|
|
series15.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
|
|
series15.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|
series15.Legend = "DefaultLegend";
|
|
series15.Name = "GameSocketSendCount";
|
|
series16.ChartArea = "DefaultChartArea";
|
|
series16.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
|
|
series16.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|
series16.Legend = "DefaultLegend";
|
|
series16.Name = "GameSocketSendCountSec";
|
|
series17.ChartArea = "DefaultChartArea";
|
|
series17.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
|
|
series17.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|
series17.Legend = "DefaultLegend";
|
|
series17.Name = "GameSocketSendSize";
|
|
series18.ChartArea = "DefaultChartArea";
|
|
series18.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
|
|
series18.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|
series18.Legend = "DefaultLegend";
|
|
series18.Name = "GameSocketSendSizeSec";
|
|
series19.ChartArea = "DefaultChartArea";
|
|
series19.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
|
|
series19.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
series19.Legend = "DefaultLegend";
|
|
series19.Name = "GameSocketSendSizeAvgSec";
|
|
series20.ChartArea = "DefaultChartArea";
|
|
series20.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
|
|
series20.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|
series20.Legend = "DefaultLegend";
|
|
series20.Name = "MiscSocketSendCount";
|
|
series21.ChartArea = "DefaultChartArea";
|
|
series21.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
|
|
series21.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|
series21.Legend = "DefaultLegend";
|
|
series21.Name = "MiscSocketSendCountSec";
|
|
series22.ChartArea = "DefaultChartArea";
|
|
series22.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
|
|
series22.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|
series22.Legend = "DefaultLegend";
|
|
series22.Name = "MiscSocketSendSize";
|
|
series23.ChartArea = "DefaultChartArea";
|
|
series23.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
|
|
series23.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|
series23.Legend = "DefaultLegend";
|
|
series23.Name = "MiscSocketSendSizeSec";
|
|
series24.ChartArea = "DefaultChartArea";
|
|
series24.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
|
|
series24.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
series24.Legend = "DefaultLegend";
|
|
series24.Name = "Events";
|
|
series25.ChartArea = "DefaultChartArea";
|
|
series25.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
|
|
series25.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|
series25.Legend = "DefaultLegend";
|
|
series25.Name = "OutgoingBandwidthSize";
|
|
series26.ChartArea = "DefaultChartArea";
|
|
series26.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
|
|
series26.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|
series26.Legend = "DefaultLegend";
|
|
series26.Name = "OutgoingBandwidthSizeSec";
|
|
series27.ChartArea = "DefaultChartArea";
|
|
series27.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
|
|
series27.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|
series27.Legend = "DefaultLegend";
|
|
series27.Name = "OutgoingBandwidthSizeAvgSec";
|
|
series28.ChartArea = "DefaultChartArea";
|
|
series28.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
|
|
series28.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|
series28.Legend = "DefaultLegend";
|
|
series28.Name = "ActorReplicateTimeInMS";
|
|
this.NetworkChart.Series.Add(series1);
|
|
this.NetworkChart.Series.Add(series2);
|
|
this.NetworkChart.Series.Add(series3);
|
|
this.NetworkChart.Series.Add(series4);
|
|
this.NetworkChart.Series.Add(series5);
|
|
this.NetworkChart.Series.Add(series6);
|
|
this.NetworkChart.Series.Add(series7);
|
|
this.NetworkChart.Series.Add(series8);
|
|
this.NetworkChart.Series.Add(series9);
|
|
this.NetworkChart.Series.Add(series10);
|
|
this.NetworkChart.Series.Add(series11);
|
|
this.NetworkChart.Series.Add(series12);
|
|
this.NetworkChart.Series.Add(series13);
|
|
this.NetworkChart.Series.Add(series14);
|
|
this.NetworkChart.Series.Add(series15);
|
|
this.NetworkChart.Series.Add(series16);
|
|
this.NetworkChart.Series.Add(series17);
|
|
this.NetworkChart.Series.Add(series18);
|
|
this.NetworkChart.Series.Add(series19);
|
|
this.NetworkChart.Series.Add(series20);
|
|
this.NetworkChart.Series.Add(series21);
|
|
this.NetworkChart.Series.Add(series22);
|
|
this.NetworkChart.Series.Add(series23);
|
|
this.NetworkChart.Series.Add(series24);
|
|
this.NetworkChart.Series.Add(series25);
|
|
this.NetworkChart.Series.Add(series26);
|
|
this.NetworkChart.Series.Add(series27);
|
|
this.NetworkChart.Series.Add(series28);
|
|
this.NetworkChart.Size = new System.Drawing.Size(998, 418);
|
|
this.NetworkChart.TabIndex = 2;
|
|
this.NetworkChart.Text = "chart1";
|
|
this.NetworkChart.CursorPositionChanged += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.CursorEventArgs>(this.NetworkChart_CursorPositionChanged);
|
|
this.NetworkChart.SelectionRangeChanged += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.CursorEventArgs>(this.NetworkChart_SelectionRangeChanged);
|
|
this.NetworkChart.MouseClick += new System.Windows.Forms.MouseEventHandler(this.NetworkChart_MouseClick);
|
|
//
|
|
// ChartListBox
|
|
//
|
|
this.ChartListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ChartListBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.ChartListBox.CheckOnClick = true;
|
|
this.ChartListBox.FormattingEnabled = true;
|
|
this.ChartListBox.Items.AddRange(new object[] {
|
|
"Actor count",
|
|
"Actor count / sec",
|
|
"Property count",
|
|
"Property count / sec",
|
|
"Property size (bytes)",
|
|
"Property size (bytes / sec)",
|
|
"RPC count",
|
|
"RPC count / sec",
|
|
"RPC size (bytes)",
|
|
"RPC size (bytes / sec)",
|
|
"SendBunch count",
|
|
"SendBunch count / sec",
|
|
"SendBunch size (bytes)",
|
|
"SendBunch size (bytes / sec)",
|
|
"Game socket send count",
|
|
"Game socket send count / sec",
|
|
"Game socket send size (bytes)",
|
|
"Game socket send size (bytes / sec)",
|
|
"Game socket send size (avg / sec)",
|
|
"Misc socket send count",
|
|
"Misc socket send count / sec",
|
|
"Misc socket send size",
|
|
"Misc socket send size (bytes / sec)",
|
|
"Events",
|
|
"Outgoing bandwidth (bytes)",
|
|
"Outgoing bandwidth (bytes/ sec)",
|
|
"Outgoing bandwidth (avg/ sec)",
|
|
"Actor replication time (ms)"});
|
|
this.ChartListBox.Location = new System.Drawing.Point(1019, 6);
|
|
this.ChartListBox.Name = "ChartListBox";
|
|
this.ChartListBox.Size = new System.Drawing.Size(198, 420);
|
|
this.ChartListBox.TabIndex = 3;
|
|
this.ChartListBox.SelectedValueChanged += new System.EventHandler(this.ChartListBox_SelectedValueChanged);
|
|
//
|
|
// SummaryTextBox
|
|
//
|
|
this.SummaryTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.SummaryTextBox.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.SummaryTextBox.Location = new System.Drawing.Point(15, 430);
|
|
this.SummaryTextBox.Name = "SummaryTextBox";
|
|
this.SummaryTextBox.ReadOnly = true;
|
|
this.SummaryTextBox.Size = new System.Drawing.Size(352, 539);
|
|
this.SummaryTextBox.TabIndex = 4;
|
|
this.SummaryTextBox.Text = "";
|
|
//
|
|
// DetailTextBox
|
|
//
|
|
this.DetailTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.DetailTextBox.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.DetailTextBox.Location = new System.Drawing.Point(374, 430);
|
|
this.DetailTextBox.Name = "DetailTextBox";
|
|
this.DetailTextBox.ReadOnly = true;
|
|
this.DetailTextBox.Size = new System.Drawing.Size(372, 539);
|
|
this.DetailTextBox.TabIndex = 5;
|
|
this.DetailTextBox.Text = "";
|
|
//
|
|
// ActorFilterTextBox
|
|
//
|
|
this.ActorFilterTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.ActorFilterTextBox.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|
this.ActorFilterTextBox.Location = new System.Drawing.Point(103, 15);
|
|
this.ActorFilterTextBox.Name = "ActorFilterTextBox";
|
|
this.ActorFilterTextBox.Size = new System.Drawing.Size(198, 21);
|
|
this.ActorFilterTextBox.TabIndex = 7;
|
|
//
|
|
// PropertyFilterTextBox
|
|
//
|
|
this.PropertyFilterTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.PropertyFilterTextBox.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|
this.PropertyFilterTextBox.Location = new System.Drawing.Point(103, 54);
|
|
this.PropertyFilterTextBox.Name = "PropertyFilterTextBox";
|
|
this.PropertyFilterTextBox.Size = new System.Drawing.Size(198, 21);
|
|
this.PropertyFilterTextBox.TabIndex = 8;
|
|
//
|
|
// RPCFilterTextBox
|
|
//
|
|
this.RPCFilterTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.RPCFilterTextBox.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|
this.RPCFilterTextBox.Location = new System.Drawing.Point(103, 91);
|
|
this.RPCFilterTextBox.Name = "RPCFilterTextBox";
|
|
this.RPCFilterTextBox.Size = new System.Drawing.Size(198, 21);
|
|
this.RPCFilterTextBox.TabIndex = 9;
|
|
//
|
|
// ApplyFiltersButton
|
|
//
|
|
this.ApplyFiltersButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.ApplyFiltersButton.Location = new System.Drawing.Point(24, 127);
|
|
this.ApplyFiltersButton.Name = "ApplyFiltersButton";
|
|
this.ApplyFiltersButton.Size = new System.Drawing.Size(277, 23);
|
|
this.ApplyFiltersButton.TabIndex = 10;
|
|
this.ApplyFiltersButton.Text = "Apply Filters";
|
|
this.ApplyFiltersButton.UseVisualStyleBackColor = true;
|
|
this.ApplyFiltersButton.Click += new System.EventHandler(this.ApplyFiltersButton_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|
this.label1.Location = new System.Drawing.Point(37, 18);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(60, 13);
|
|
this.label1.TabIndex = 11;
|
|
this.label1.Text = "Actor Filter";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|
this.label2.Location = new System.Drawing.Point(21, 57);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(76, 13);
|
|
this.label2.TabIndex = 12;
|
|
this.label2.Text = "Property Filter";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|
this.label3.Location = new System.Drawing.Point(43, 94);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(54, 13);
|
|
this.label3.TabIndex = 13;
|
|
this.label3.Text = "RPC Filter";
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tabControl1.Controls.Add(this.tabPage1);
|
|
this.tabControl1.Controls.Add(this.tabPage3);
|
|
this.tabControl1.Controls.Add(this.tabPage4);
|
|
this.tabControl1.Controls.Add(this.tabPage5);
|
|
this.tabControl1.Location = new System.Drawing.Point(12, 56);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(1231, 1001);
|
|
this.tabControl1.TabIndex = 14;
|
|
//
|
|
// tabPage1
|
|
//
|
|
this.tabPage1.Controls.Add(this.ActorPerformanceView);
|
|
this.tabPage1.Controls.Add(this.panel1);
|
|
this.tabPage1.Controls.Add(this.NetworkChart);
|
|
this.tabPage1.Controls.Add(this.ChartListBox);
|
|
this.tabPage1.Controls.Add(this.SummaryTextBox);
|
|
this.tabPage1.Controls.Add(this.DetailTextBox);
|
|
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage1.Name = "tabPage1";
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage1.Size = new System.Drawing.Size(1223, 975);
|
|
this.tabPage1.TabIndex = 0;
|
|
this.tabPage1.Text = "Chart, Filters, Details";
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|
//
|
|
// ActorPerformanceView
|
|
//
|
|
this.ActorPerformanceView.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.ActorPerformanceView.Location = new System.Drawing.Point(752, 593);
|
|
this.ActorPerformanceView.Name = "ActorPerformanceView";
|
|
this.ActorPerformanceView.Size = new System.Drawing.Size(465, 375);
|
|
this.ActorPerformanceView.TabIndex = 16;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Controls.Add(this.ActorFilterTextBox);
|
|
this.panel1.Controls.Add(this.label3);
|
|
this.panel1.Controls.Add(this.PropertyFilterTextBox);
|
|
this.panel1.Controls.Add(this.label2);
|
|
this.panel1.Controls.Add(this.RPCFilterTextBox);
|
|
this.panel1.Controls.Add(this.ApplyFiltersButton);
|
|
this.panel1.Location = new System.Drawing.Point(847, 430);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(370, 158);
|
|
this.panel1.TabIndex = 15;
|
|
//
|
|
// tabPage3
|
|
//
|
|
this.tabPage3.Controls.Add(this.ActorListView);
|
|
this.tabPage3.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage3.Name = "tabPage3";
|
|
this.tabPage3.Size = new System.Drawing.Size(1223, 975);
|
|
this.tabPage3.TabIndex = 2;
|
|
this.tabPage3.Text = "Actors";
|
|
this.tabPage3.UseVisualStyleBackColor = true;
|
|
//
|
|
// ActorListView
|
|
//
|
|
this.ActorListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ActorListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.columnHeader1,
|
|
this.columnHeader2,
|
|
this.columnHeader3,
|
|
this.columnHeader4,
|
|
this.columnHeader5});
|
|
this.ActorListView.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|
this.ActorListView.FullRowSelect = true;
|
|
this.ActorListView.GridLines = true;
|
|
this.ActorListView.Location = new System.Drawing.Point(1, 2);
|
|
this.ActorListView.Name = "ActorListView";
|
|
this.ActorListView.Size = new System.Drawing.Size(1220, 1119);
|
|
this.ActorListView.TabIndex = 1;
|
|
this.ActorListView.UseCompatibleStateImageBehavior = false;
|
|
this.ActorListView.View = System.Windows.Forms.View.Details;
|
|
this.ActorListView.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.ActorListView_ColumnClick);
|
|
//
|
|
// columnHeader1
|
|
//
|
|
this.columnHeader1.Text = "Total Size (KBytes)";
|
|
//
|
|
// columnHeader2
|
|
//
|
|
this.columnHeader2.Text = "Count";
|
|
//
|
|
// columnHeader3
|
|
//
|
|
this.columnHeader3.Text = "Average Size (Bytes)";
|
|
//
|
|
// columnHeader4
|
|
//
|
|
this.columnHeader4.Text = "Average Size Bits";
|
|
//
|
|
// columnHeader5
|
|
//
|
|
this.columnHeader5.Text = "Actor Class";
|
|
this.columnHeader5.Width = 145;
|
|
//
|
|
// tabPage4
|
|
//
|
|
this.tabPage4.Controls.Add(this.PropertyListView);
|
|
this.tabPage4.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage4.Name = "tabPage4";
|
|
this.tabPage4.Size = new System.Drawing.Size(1223, 975);
|
|
this.tabPage4.TabIndex = 3;
|
|
this.tabPage4.Text = "Properties";
|
|
this.tabPage4.UseVisualStyleBackColor = true;
|
|
//
|
|
// PropertyListView
|
|
//
|
|
this.PropertyListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.PropertyListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.SizeBits,
|
|
this.Count,
|
|
this.AvgSizeBytes,
|
|
this.AvgSizeBits,
|
|
this.Property});
|
|
this.PropertyListView.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|
this.PropertyListView.FullRowSelect = true;
|
|
this.PropertyListView.GridLines = true;
|
|
this.PropertyListView.Location = new System.Drawing.Point(3, 3);
|
|
this.PropertyListView.Name = "PropertyListView";
|
|
this.PropertyListView.Size = new System.Drawing.Size(1220, 1119);
|
|
this.PropertyListView.TabIndex = 0;
|
|
this.PropertyListView.UseCompatibleStateImageBehavior = false;
|
|
this.PropertyListView.View = System.Windows.Forms.View.Details;
|
|
this.PropertyListView.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.PropertyListView_ColumnClick);
|
|
//
|
|
// SizeBits
|
|
//
|
|
this.SizeBits.Text = "Total Size (KBytes)";
|
|
//
|
|
// Count
|
|
//
|
|
this.Count.Text = "Count";
|
|
//
|
|
// AvgSizeBytes
|
|
//
|
|
this.AvgSizeBytes.Text = "Average Size (Bytes)";
|
|
//
|
|
// AvgSizeBits
|
|
//
|
|
this.AvgSizeBits.Text = "Average Size Bits";
|
|
//
|
|
// Property
|
|
//
|
|
this.Property.Text = "Property";
|
|
this.Property.Width = 145;
|
|
//
|
|
// tabPage5
|
|
//
|
|
this.tabPage5.Controls.Add(this.RPCListView);
|
|
this.tabPage5.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage5.Name = "tabPage5";
|
|
this.tabPage5.Size = new System.Drawing.Size(1223, 975);
|
|
this.tabPage5.TabIndex = 4;
|
|
this.tabPage5.Text = "RPCs";
|
|
this.tabPage5.UseVisualStyleBackColor = true;
|
|
//
|
|
// RPCListView
|
|
//
|
|
this.RPCListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.RPCListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.columnHeader6,
|
|
this.columnHeader7,
|
|
this.columnHeader8,
|
|
this.columnHeader9,
|
|
this.columnHeader10});
|
|
this.RPCListView.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|
this.RPCListView.FullRowSelect = true;
|
|
this.RPCListView.GridLines = true;
|
|
this.RPCListView.Location = new System.Drawing.Point(1, 2);
|
|
this.RPCListView.Name = "RPCListView";
|
|
this.RPCListView.Size = new System.Drawing.Size(1220, 1119);
|
|
this.RPCListView.TabIndex = 1;
|
|
this.RPCListView.UseCompatibleStateImageBehavior = false;
|
|
this.RPCListView.View = System.Windows.Forms.View.Details;
|
|
this.RPCListView.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.RPCListView_ColumnClick);
|
|
//
|
|
// columnHeader6
|
|
//
|
|
this.columnHeader6.Text = "Total Size (KBytes)";
|
|
//
|
|
// columnHeader7
|
|
//
|
|
this.columnHeader7.Text = "Count";
|
|
//
|
|
// columnHeader8
|
|
//
|
|
this.columnHeader8.Text = "Average Size (Bytes)";
|
|
//
|
|
// columnHeader9
|
|
//
|
|
this.columnHeader9.Text = "Average Size Bits";
|
|
//
|
|
// columnHeader10
|
|
//
|
|
this.columnHeader10.Text = "RPC";
|
|
this.columnHeader10.Width = 145;
|
|
//
|
|
// MainWindow
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1255, 1069);
|
|
this.Controls.Add(this.tabControl1);
|
|
this.Controls.Add(this.OpenButton);
|
|
this.Name = "MainWindow";
|
|
this.Text = "Network Profiler";
|
|
((System.ComponentModel.ISupportInitialize)(this.NetworkChart)).EndInit();
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.tabPage1.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.tabPage3.ResumeLayout(false);
|
|
this.tabPage4.ResumeLayout(false);
|
|
this.tabPage5.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button OpenButton;
|
|
private System.Windows.Forms.DataVisualization.Charting.Chart NetworkChart;
|
|
private System.Windows.Forms.CheckedListBox ChartListBox;
|
|
private System.Windows.Forms.RichTextBox SummaryTextBox;
|
|
private System.Windows.Forms.RichTextBox DetailTextBox;
|
|
private System.Windows.Forms.TextBox ActorFilterTextBox;
|
|
private System.Windows.Forms.TextBox PropertyFilterTextBox;
|
|
private System.Windows.Forms.TextBox RPCFilterTextBox;
|
|
private System.Windows.Forms.Button ApplyFiltersButton;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.TabPage tabPage3;
|
|
private System.Windows.Forms.TabPage tabPage4;
|
|
private System.Windows.Forms.ListView PropertyListView;
|
|
private System.Windows.Forms.ColumnHeader SizeBits;
|
|
private System.Windows.Forms.ColumnHeader Count;
|
|
private System.Windows.Forms.ColumnHeader AvgSizeBytes;
|
|
private System.Windows.Forms.ColumnHeader Property;
|
|
private System.Windows.Forms.TabPage tabPage5;
|
|
private System.Windows.Forms.ColumnHeader AvgSizeBits;
|
|
private System.Windows.Forms.ListView ActorListView;
|
|
private System.Windows.Forms.ColumnHeader columnHeader1;
|
|
private System.Windows.Forms.ColumnHeader columnHeader2;
|
|
private System.Windows.Forms.ColumnHeader columnHeader3;
|
|
private System.Windows.Forms.ColumnHeader columnHeader4;
|
|
private System.Windows.Forms.ColumnHeader columnHeader5;
|
|
private System.Windows.Forms.ListView RPCListView;
|
|
private System.Windows.Forms.ColumnHeader columnHeader6;
|
|
private System.Windows.Forms.ColumnHeader columnHeader7;
|
|
private System.Windows.Forms.ColumnHeader columnHeader8;
|
|
private System.Windows.Forms.ColumnHeader columnHeader9;
|
|
private System.Windows.Forms.ColumnHeader columnHeader10;
|
|
private System.Windows.Forms.TreeView ActorPerformanceView;
|
|
}
|
|
}
|
|
|