353 lines
12 KiB
C#
353 lines
12 KiB
C#
namespace skyscraper5.UI
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <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()
|
|
{
|
|
components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
|
|
ListViewItem listViewItem1 = new ListViewItem(new string[] { "Source", "???" }, -1, Color.Empty, Color.FromArgb(192, 255, 192), null);
|
|
ListViewItem listViewItem2 = new ListViewItem(new string[] { "Run Time", "???" }, -1, Color.Empty, Color.FromArgb(128, 255, 128), null);
|
|
ListViewItem listViewItem3 = new ListViewItem(new string[] { "Source Status", "???" }, -1, Color.Empty, Color.FromArgb(192, 255, 192), null);
|
|
menuStrip1 = new MenuStrip();
|
|
statusStrip1 = new StatusStrip();
|
|
tabControl1 = new TabControl();
|
|
tabPage1 = new TabPage();
|
|
splitContainer1 = new SplitContainer();
|
|
splitContainer2 = new SplitContainer();
|
|
treeView1 = new TreeView();
|
|
imageList1 = new ImageList(components);
|
|
bottomLeft = new ListView();
|
|
columnHeader4 = new ColumnHeader();
|
|
columnHeader5 = new ColumnHeader();
|
|
splitContainer3 = new SplitContainer();
|
|
textBox1 = new TextBox();
|
|
tableLayoutPanel1 = new TableLayoutPanel();
|
|
pidListView = new ListView();
|
|
columnHeader1 = new ColumnHeader();
|
|
columnHeader2 = new ColumnHeader();
|
|
columnHeader3 = new ColumnHeader();
|
|
columnHeader6 = new ColumnHeader();
|
|
columnHeader7 = new ColumnHeader();
|
|
bottomCenter = new TextBox();
|
|
timer1 = new System.Windows.Forms.Timer(components);
|
|
tabControl1.SuspendLayout();
|
|
tabPage1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)splitContainer1).BeginInit();
|
|
splitContainer1.Panel1.SuspendLayout();
|
|
splitContainer1.Panel2.SuspendLayout();
|
|
splitContainer1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)splitContainer2).BeginInit();
|
|
splitContainer2.Panel1.SuspendLayout();
|
|
splitContainer2.Panel2.SuspendLayout();
|
|
splitContainer2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)splitContainer3).BeginInit();
|
|
splitContainer3.Panel1.SuspendLayout();
|
|
splitContainer3.Panel2.SuspendLayout();
|
|
splitContainer3.SuspendLayout();
|
|
tableLayoutPanel1.SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
// menuStrip1
|
|
//
|
|
menuStrip1.Location = new Point(0, 0);
|
|
menuStrip1.Name = "menuStrip1";
|
|
menuStrip1.Size = new Size(832, 24);
|
|
menuStrip1.TabIndex = 0;
|
|
menuStrip1.Text = "menuStrip1";
|
|
//
|
|
// statusStrip1
|
|
//
|
|
statusStrip1.Location = new Point(0, 457);
|
|
statusStrip1.Name = "statusStrip1";
|
|
statusStrip1.Size = new Size(832, 22);
|
|
statusStrip1.TabIndex = 1;
|
|
statusStrip1.Text = "statusStrip1";
|
|
//
|
|
// tabControl1
|
|
//
|
|
tabControl1.Controls.Add(tabPage1);
|
|
tabControl1.Dock = DockStyle.Fill;
|
|
tabControl1.Location = new Point(0, 24);
|
|
tabControl1.Name = "tabControl1";
|
|
tabControl1.SelectedIndex = 0;
|
|
tabControl1.Size = new Size(832, 433);
|
|
tabControl1.TabIndex = 2;
|
|
//
|
|
// tabPage1
|
|
//
|
|
tabPage1.Controls.Add(splitContainer1);
|
|
tabPage1.Location = new Point(4, 24);
|
|
tabPage1.Name = "tabPage1";
|
|
tabPage1.Padding = new Padding(3);
|
|
tabPage1.Size = new Size(824, 405);
|
|
tabPage1.TabIndex = 0;
|
|
tabPage1.Text = "TS Structure";
|
|
tabPage1.UseVisualStyleBackColor = true;
|
|
//
|
|
// splitContainer1
|
|
//
|
|
splitContainer1.Dock = DockStyle.Fill;
|
|
splitContainer1.Location = new Point(3, 3);
|
|
splitContainer1.Name = "splitContainer1";
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
splitContainer1.Panel1.Controls.Add(splitContainer2);
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
splitContainer1.Panel2.Controls.Add(splitContainer3);
|
|
splitContainer1.Size = new Size(818, 399);
|
|
splitContainer1.SplitterDistance = 272;
|
|
splitContainer1.TabIndex = 0;
|
|
//
|
|
// splitContainer2
|
|
//
|
|
splitContainer2.Dock = DockStyle.Fill;
|
|
splitContainer2.Location = new Point(0, 0);
|
|
splitContainer2.Name = "splitContainer2";
|
|
splitContainer2.Orientation = Orientation.Horizontal;
|
|
//
|
|
// splitContainer2.Panel1
|
|
//
|
|
splitContainer2.Panel1.Controls.Add(treeView1);
|
|
//
|
|
// splitContainer2.Panel2
|
|
//
|
|
splitContainer2.Panel2.Controls.Add(bottomLeft);
|
|
splitContainer2.Size = new Size(272, 399);
|
|
splitContainer2.SplitterDistance = 265;
|
|
splitContainer2.TabIndex = 0;
|
|
//
|
|
// treeView1
|
|
//
|
|
treeView1.Dock = DockStyle.Fill;
|
|
treeView1.ImageIndex = 0;
|
|
treeView1.ImageList = imageList1;
|
|
treeView1.Location = new Point(0, 0);
|
|
treeView1.Name = "treeView1";
|
|
treeView1.SelectedImageIndex = 0;
|
|
treeView1.Size = new Size(272, 265);
|
|
treeView1.TabIndex = 0;
|
|
treeView1.AfterSelect += treeView1_AfterSelect_1;
|
|
//
|
|
// imageList1
|
|
//
|
|
imageList1.ColorDepth = ColorDepth.Depth32Bit;
|
|
imageList1.ImageStream = (ImageListStreamer)resources.GetObject("imageList1.ImageStream");
|
|
imageList1.TransparentColor = Color.Transparent;
|
|
imageList1.Images.SetKeyName(0, "???");
|
|
imageList1.Images.SetKeyName(1, "Table");
|
|
imageList1.Images.SetKeyName(2, "services.ico");
|
|
imageList1.Images.SetKeyName(3, "Control_Timer.bmp");
|
|
imageList1.Images.SetKeyName(4, "database.bmp");
|
|
imageList1.Images.SetKeyName(5, "Calendar_scheduleHS.png");
|
|
imageList1.Images.SetKeyName(6, "PrimaryKeyHS.png");
|
|
imageList1.Images.SetKeyName(7, "InsertHyperlinkHS.png");
|
|
imageList1.Images.SetKeyName(8, "gear_32.bmp");
|
|
//
|
|
// bottomLeft
|
|
//
|
|
bottomLeft.Columns.AddRange(new ColumnHeader[] { columnHeader4, columnHeader5 });
|
|
bottomLeft.Dock = DockStyle.Fill;
|
|
bottomLeft.Items.AddRange(new ListViewItem[] { listViewItem1, listViewItem2, listViewItem3 });
|
|
bottomLeft.Location = new Point(0, 0);
|
|
bottomLeft.Name = "bottomLeft";
|
|
bottomLeft.Size = new Size(272, 130);
|
|
bottomLeft.TabIndex = 0;
|
|
bottomLeft.UseCompatibleStateImageBehavior = false;
|
|
bottomLeft.View = View.Details;
|
|
//
|
|
// columnHeader4
|
|
//
|
|
columnHeader4.Text = "K";
|
|
columnHeader4.Width = 80;
|
|
//
|
|
// columnHeader5
|
|
//
|
|
columnHeader5.Text = "V";
|
|
//
|
|
// splitContainer3
|
|
//
|
|
splitContainer3.Dock = DockStyle.Fill;
|
|
splitContainer3.Location = new Point(0, 0);
|
|
splitContainer3.Name = "splitContainer3";
|
|
splitContainer3.Orientation = Orientation.Horizontal;
|
|
//
|
|
// splitContainer3.Panel1
|
|
//
|
|
splitContainer3.Panel1.Controls.Add(textBox1);
|
|
//
|
|
// splitContainer3.Panel2
|
|
//
|
|
splitContainer3.Panel2.Controls.Add(tableLayoutPanel1);
|
|
splitContainer3.Size = new Size(542, 399);
|
|
splitContainer3.SplitterDistance = 118;
|
|
splitContainer3.TabIndex = 0;
|
|
//
|
|
// textBox1
|
|
//
|
|
textBox1.Dock = DockStyle.Fill;
|
|
textBox1.Location = new Point(0, 0);
|
|
textBox1.Multiline = true;
|
|
textBox1.Name = "textBox1";
|
|
textBox1.ReadOnly = true;
|
|
textBox1.ScrollBars = ScrollBars.Vertical;
|
|
textBox1.Size = new Size(542, 118);
|
|
textBox1.TabIndex = 0;
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
tableLayoutPanel1.ColumnCount = 1;
|
|
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
|
|
tableLayoutPanel1.Controls.Add(pidListView, 0, 0);
|
|
tableLayoutPanel1.Controls.Add(bottomCenter, 0, 1);
|
|
tableLayoutPanel1.Dock = DockStyle.Fill;
|
|
tableLayoutPanel1.Location = new Point(0, 0);
|
|
tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
tableLayoutPanel1.RowCount = 2;
|
|
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
|
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 120F));
|
|
tableLayoutPanel1.Size = new Size(542, 277);
|
|
tableLayoutPanel1.TabIndex = 1;
|
|
//
|
|
// pidListView
|
|
//
|
|
pidListView.Columns.AddRange(new ColumnHeader[] { columnHeader1, columnHeader2, columnHeader3, columnHeader6, columnHeader7 });
|
|
pidListView.Dock = DockStyle.Fill;
|
|
pidListView.Location = new Point(3, 3);
|
|
pidListView.Name = "pidListView";
|
|
pidListView.Size = new Size(536, 151);
|
|
pidListView.SmallImageList = imageList1;
|
|
pidListView.TabIndex = 0;
|
|
pidListView.UseCompatibleStateImageBehavior = false;
|
|
pidListView.View = View.Details;
|
|
pidListView.ColumnClick += pidListView_ColumnClick;
|
|
//
|
|
// columnHeader1
|
|
//
|
|
columnHeader1.Text = "PID";
|
|
//
|
|
// columnHeader2
|
|
//
|
|
columnHeader2.Text = "Packets";
|
|
//
|
|
// columnHeader3
|
|
//
|
|
columnHeader3.Text = "Usage";
|
|
//
|
|
// columnHeader6
|
|
//
|
|
columnHeader6.Text = "Program";
|
|
columnHeader6.Width = 100;
|
|
//
|
|
// columnHeader7
|
|
//
|
|
columnHeader7.Text = "Usage";
|
|
//
|
|
// bottomCenter
|
|
//
|
|
bottomCenter.BackColor = Color.Black;
|
|
bottomCenter.Dock = DockStyle.Fill;
|
|
bottomCenter.ForeColor = Color.Lime;
|
|
bottomCenter.Location = new Point(3, 160);
|
|
bottomCenter.Multiline = true;
|
|
bottomCenter.Name = "bottomCenter";
|
|
bottomCenter.ReadOnly = true;
|
|
bottomCenter.Size = new Size(536, 114);
|
|
bottomCenter.TabIndex = 1;
|
|
bottomCenter.Tag = "";
|
|
bottomCenter.Text = resources.GetString("bottomCenter.Text");
|
|
//
|
|
// timer1
|
|
//
|
|
timer1.Enabled = true;
|
|
timer1.Interval = 1000;
|
|
timer1.Tick += timer1_Tick;
|
|
//
|
|
// Form1
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(832, 479);
|
|
Controls.Add(tabControl1);
|
|
Controls.Add(statusStrip1);
|
|
Controls.Add(menuStrip1);
|
|
MainMenuStrip = menuStrip1;
|
|
Name = "Form1";
|
|
Text = "Form1";
|
|
FormClosed += Form1_FormClosed;
|
|
Load += Form1_Load;
|
|
tabControl1.ResumeLayout(false);
|
|
tabPage1.ResumeLayout(false);
|
|
splitContainer1.Panel1.ResumeLayout(false);
|
|
splitContainer1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)splitContainer1).EndInit();
|
|
splitContainer1.ResumeLayout(false);
|
|
splitContainer2.Panel1.ResumeLayout(false);
|
|
splitContainer2.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)splitContainer2).EndInit();
|
|
splitContainer2.ResumeLayout(false);
|
|
splitContainer3.Panel1.ResumeLayout(false);
|
|
splitContainer3.Panel1.PerformLayout();
|
|
splitContainer3.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)splitContainer3).EndInit();
|
|
splitContainer3.ResumeLayout(false);
|
|
tableLayoutPanel1.ResumeLayout(false);
|
|
tableLayoutPanel1.PerformLayout();
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private MenuStrip menuStrip1;
|
|
private StatusStrip statusStrip1;
|
|
private TabControl tabControl1;
|
|
private TabPage tabPage1;
|
|
private SplitContainer splitContainer1;
|
|
private SplitContainer splitContainer2;
|
|
private TreeView treeView1;
|
|
private SplitContainer splitContainer3;
|
|
private TextBox textBox1;
|
|
private ListView pidListView;
|
|
private ColumnHeader columnHeader1;
|
|
private ColumnHeader columnHeader2;
|
|
private ColumnHeader columnHeader3;
|
|
private ListView bottomLeft;
|
|
private ColumnHeader columnHeader4;
|
|
private ColumnHeader columnHeader5;
|
|
private System.Windows.Forms.Timer timer1;
|
|
private TableLayoutPanel tableLayoutPanel1;
|
|
private TextBox bottomCenter;
|
|
private ColumnHeader columnHeader6;
|
|
private ColumnHeader columnHeader7;
|
|
private ImageList imageList1;
|
|
}
|
|
}
|