PortProxyGUI/PortProxyGUI - NET/PortProxyGUI.Designer.cs

159 lines
7.0 KiB
C#
Raw Normal View History

2020-05-29 03:32:44 +08:00
namespace PortProxyGUI
{
partial class PortProxyGUI
{
/// <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.components = new System.ComponentModel.Container();
2020-05-29 11:40:20 +08:00
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PortProxyGUI));
2020-05-29 03:32:44 +08:00
this.listView1 = new System.Windows.Forms.ListView();
2020-05-29 12:37:04 +08:00
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
2020-05-29 03:32:44 +08:00
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
this.contextMenuStrip1.SuspendLayout();
this.SuspendLayout();
//
// listView1
//
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader3,
this.columnHeader4,
this.columnHeader5});
this.listView1.ContextMenuStrip = this.contextMenuStrip1;
2020-05-29 11:40:20 +08:00
resources.ApplyResources(this.listView1, "listView1");
2020-05-29 03:32:44 +08:00
this.listView1.FullRowSelect = true;
this.listView1.HideSelection = false;
this.listView1.Name = "listView1";
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
this.listView1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseUp);
//
// columnHeader1
//
2020-05-29 11:40:20 +08:00
resources.ApplyResources(this.columnHeader1, "columnHeader1");
2020-05-29 03:32:44 +08:00
//
// columnHeader2
//
2020-05-29 11:40:20 +08:00
resources.ApplyResources(this.columnHeader2, "columnHeader2");
2020-05-29 03:32:44 +08:00
//
// columnHeader3
//
2020-05-29 11:40:20 +08:00
resources.ApplyResources(this.columnHeader3, "columnHeader3");
2020-05-29 03:32:44 +08:00
//
// columnHeader4
//
2020-05-29 11:40:20 +08:00
resources.ApplyResources(this.columnHeader4, "columnHeader4");
//
// columnHeader5
//
resources.ApplyResources(this.columnHeader5, "columnHeader5");
2020-05-29 03:32:44 +08:00
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItem1,
this.toolStripMenuItem2,
this.toolStripSeparator1,
this.toolStripMenuItem3,
this.toolStripSeparator2,
this.toolStripMenuItem4});
this.contextMenuStrip1.Name = "contextMenuStrip1";
2020-05-29 11:40:20 +08:00
resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1");
2020-05-29 03:32:44 +08:00
this.contextMenuStrip1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.contextMenuStrip1_MouseClick);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
2020-05-29 11:40:20 +08:00
resources.ApplyResources(this.toolStripMenuItem1, "toolStripMenuItem1");
2020-05-29 03:32:44 +08:00
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
2020-05-29 11:40:20 +08:00
resources.ApplyResources(this.toolStripMenuItem2, "toolStripMenuItem2");
2020-05-29 03:32:44 +08:00
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
2020-05-29 11:40:20 +08:00
resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
2020-05-29 03:32:44 +08:00
//
// toolStripMenuItem3
//
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
2020-05-29 11:40:20 +08:00
resources.ApplyResources(this.toolStripMenuItem3, "toolStripMenuItem3");
2020-05-29 03:32:44 +08:00
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
2020-05-29 11:40:20 +08:00
resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
2020-05-29 03:32:44 +08:00
//
// toolStripMenuItem4
//
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
2020-05-29 11:40:20 +08:00
resources.ApplyResources(this.toolStripMenuItem4, "toolStripMenuItem4");
2020-05-29 03:32:44 +08:00
//
// PortProxyGUI
//
2020-05-29 11:40:20 +08:00
resources.ApplyResources(this, "$this");
2020-05-29 03:32:44 +08:00
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.listView1);
this.Name = "PortProxyGUI";
this.Load += new System.EventHandler(this.PortProxyGUI_Load);
this.contextMenuStrip1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ListView listView1;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
private System.Windows.Forms.ColumnHeader columnHeader4;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
private System.Windows.Forms.ColumnHeader columnHeader5;
}
}