213 строки
9.8 KiB
C#
213 строки
9.8 KiB
C#
|
|
namespace Jacdac.Explorer
|
|
{
|
|
partial class PacketTracer
|
|
{
|
|
/// <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()
|
|
{
|
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
this.packetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.showAnnouncementsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.showEventsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.autoscrollToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.clearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.listView = new System.Windows.Forms.ListView();
|
|
this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
|
|
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
|
|
this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
|
|
this.columnHeader8 = new System.Windows.Forms.ColumnHeader();
|
|
this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
|
|
this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
|
|
this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
|
|
this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
|
|
this.menuStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// menuStrip1
|
|
//
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.packetToolStripMenuItem,
|
|
this.viewToolStripMenuItem});
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
this.menuStrip1.Size = new System.Drawing.Size(957, 24);
|
|
this.menuStrip1.TabIndex = 0;
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
//
|
|
// packetToolStripMenuItem
|
|
//
|
|
this.packetToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.showAnnouncementsToolStripMenuItem,
|
|
this.showEventsToolStripMenuItem});
|
|
this.packetToolStripMenuItem.Name = "packetToolStripMenuItem";
|
|
this.packetToolStripMenuItem.Size = new System.Drawing.Size(54, 20);
|
|
this.packetToolStripMenuItem.Text = "Packet";
|
|
//
|
|
// showAnnouncementsToolStripMenuItem
|
|
//
|
|
this.showAnnouncementsToolStripMenuItem.Name = "showAnnouncementsToolStripMenuItem";
|
|
this.showAnnouncementsToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
|
|
this.showAnnouncementsToolStripMenuItem.Text = "Show Announcements";
|
|
this.showAnnouncementsToolStripMenuItem.Click += new System.EventHandler(this.showAnnouncementsToolStripMenuItem_Click);
|
|
//
|
|
// showEventsToolStripMenuItem
|
|
//
|
|
this.showEventsToolStripMenuItem.Name = "showEventsToolStripMenuItem";
|
|
this.showEventsToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
|
|
this.showEventsToolStripMenuItem.Text = "Show Events";
|
|
this.showEventsToolStripMenuItem.Click += new System.EventHandler(this.showEventsToolStripMenuItem_Click);
|
|
//
|
|
// viewToolStripMenuItem
|
|
//
|
|
this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.autoscrollToolStripMenuItem,
|
|
this.toolStripMenuItem2,
|
|
this.clearToolStripMenuItem});
|
|
this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
|
|
this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
|
|
this.viewToolStripMenuItem.Text = "View";
|
|
//
|
|
// autoscrollToolStripMenuItem
|
|
//
|
|
this.autoscrollToolStripMenuItem.Checked = true;
|
|
this.autoscrollToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.autoscrollToolStripMenuItem.Name = "autoscrollToolStripMenuItem";
|
|
this.autoscrollToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
this.autoscrollToolStripMenuItem.Text = "Autoscroll";
|
|
this.autoscrollToolStripMenuItem.Click += new System.EventHandler(this.autoscrollToolStripMenuItem_Click);
|
|
//
|
|
// toolStripMenuItem2
|
|
//
|
|
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
|
|
this.toolStripMenuItem2.Size = new System.Drawing.Size(177, 6);
|
|
//
|
|
// clearToolStripMenuItem
|
|
//
|
|
this.clearToolStripMenuItem.Name = "clearToolStripMenuItem";
|
|
this.clearToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
this.clearToolStripMenuItem.Text = "Clear";
|
|
this.clearToolStripMenuItem.Click += new System.EventHandler(this.clearToolStripMenuItem_Click);
|
|
//
|
|
// listView
|
|
//
|
|
this.listView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.columnHeader5,
|
|
this.columnHeader1,
|
|
this.columnHeader2,
|
|
this.columnHeader8,
|
|
this.columnHeader3,
|
|
this.columnHeader4,
|
|
this.columnHeader6,
|
|
this.columnHeader7});
|
|
this.listView.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.listView.HideSelection = false;
|
|
this.listView.Location = new System.Drawing.Point(0, 24);
|
|
this.listView.Name = "listView";
|
|
this.listView.Size = new System.Drawing.Size(957, 511);
|
|
this.listView.TabIndex = 1;
|
|
this.listView.UseCompatibleStateImageBehavior = false;
|
|
this.listView.View = System.Windows.Forms.View.Details;
|
|
//
|
|
// columnHeader5
|
|
//
|
|
this.columnHeader5.Text = "Time";
|
|
this.columnHeader5.Width = 120;
|
|
//
|
|
// columnHeader1
|
|
//
|
|
this.columnHeader1.Text = "Dir";
|
|
//
|
|
// columnHeader2
|
|
//
|
|
this.columnHeader2.Text = "DeviceID";
|
|
this.columnHeader2.Width = 100;
|
|
//
|
|
// columnHeader8
|
|
//
|
|
this.columnHeader8.Text = "ServiceID";
|
|
//
|
|
// columnHeader3
|
|
//
|
|
this.columnHeader3.Text = "Type";
|
|
this.columnHeader3.Width = 100;
|
|
//
|
|
// columnHeader4
|
|
//
|
|
this.columnHeader4.Text = "Command";
|
|
this.columnHeader4.Width = 100;
|
|
//
|
|
// columnHeader6
|
|
//
|
|
this.columnHeader6.Text = "Payload Size";
|
|
this.columnHeader6.Width = 100;
|
|
//
|
|
// columnHeader7
|
|
//
|
|
this.columnHeader7.Text = "Payload";
|
|
this.columnHeader7.Width = 180;
|
|
//
|
|
// PacketTracer
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(957, 535);
|
|
this.Controls.Add(this.listView);
|
|
this.Controls.Add(this.menuStrip1);
|
|
this.MainMenuStrip = this.menuStrip1;
|
|
this.Name = "PacketTracer";
|
|
this.Text = "PacketTracer";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PacketTracer_FormClosing);
|
|
this.menuStrip1.ResumeLayout(false);
|
|
this.menuStrip1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem packetToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem showAnnouncementsToolStripMenuItem;
|
|
private System.Windows.Forms.ListView listView;
|
|
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 columnHeader6;
|
|
private System.Windows.Forms.ColumnHeader columnHeader7;
|
|
private System.Windows.Forms.ColumnHeader columnHeader8;
|
|
private System.Windows.Forms.ToolStripMenuItem showEventsToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem autoscrollToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
|
|
private System.Windows.Forms.ToolStripMenuItem clearToolStripMenuItem;
|
|
private System.Windows.Forms.ColumnHeader columnHeader5;
|
|
}
|
|
} |