241 lines
13 KiB
C#
241 lines
13 KiB
C#
namespace UCT.Controls
|
|
{
|
|
partial class LinkInterfaceDetails
|
|
{
|
|
/// <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 Component 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LinkInterfaceDetails));
|
|
this.innerPane1 = new AMT_SW_GUI.InnerPane();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.lblLinkControl = new System.Windows.Forms.Label();
|
|
this.label36 = new System.Windows.Forms.Label();
|
|
this.lblLanID = new System.Windows.Forms.Label();
|
|
this.label40 = new System.Windows.Forms.Label();
|
|
this.lblLinkPref = new System.Windows.Forms.Label();
|
|
this.lblLinkPrefHeader = new System.Windows.Forms.Label();
|
|
this.headerPannel = new AMT_SW_GUI.InnerPane();
|
|
this.pbExpand = new System.Windows.Forms.PictureBox();
|
|
this.lblLinkInterface = new System.Windows.Forms.Label();
|
|
this.pbInterfaceIcon = new System.Windows.Forms.PictureBox();
|
|
this.innerPane1.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.headerPannel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbExpand)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbInterfaceIcon)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// innerPane1
|
|
//
|
|
this.innerPane1.BackColor = System.Drawing.Color.Transparent;
|
|
this.innerPane1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(84)))), ((int)(((byte)(143)))), ((int)(((byte)(195)))));
|
|
this.innerPane1.Controls.Add(this.panel1);
|
|
this.innerPane1.Controls.Add(this.headerPannel);
|
|
this.innerPane1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.innerPane1.FillColor = System.Drawing.Color.White;
|
|
this.innerPane1.Location = new System.Drawing.Point(0, 0);
|
|
this.innerPane1.Name = "innerPane1";
|
|
this.innerPane1.RoundCorners = 5;
|
|
this.innerPane1.Size = new System.Drawing.Size(379, 37);
|
|
this.innerPane1.TabIndex = 0;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.panel2);
|
|
this.panel1.Location = new System.Drawing.Point(0, 19);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(379, 16);
|
|
this.panel1.TabIndex = 1;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.lblLinkControl);
|
|
this.panel2.Controls.Add(this.label36);
|
|
this.panel2.Controls.Add(this.lblLanID);
|
|
this.panel2.Controls.Add(this.label40);
|
|
this.panel2.Controls.Add(this.lblLinkPref);
|
|
this.panel2.Controls.Add(this.lblLinkPrefHeader);
|
|
this.panel2.Location = new System.Drawing.Point(3, 3);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(373, 13);
|
|
this.panel2.TabIndex = 119;
|
|
//
|
|
// lblLinkControl
|
|
//
|
|
this.lblLinkControl.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblLinkControl.Location = new System.Drawing.Point(212, 0);
|
|
this.lblLinkControl.Name = "lblLinkControl";
|
|
this.lblLinkControl.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.lblLinkControl.Size = new System.Drawing.Size(38, 13);
|
|
this.lblLinkControl.TabIndex = 16;
|
|
this.lblLinkControl.Text = "N/A";
|
|
this.lblLinkControl.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label36
|
|
//
|
|
this.label36.AutoSize = true;
|
|
this.label36.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label36.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(151)))), ((int)(((byte)(188)))));
|
|
this.label36.Location = new System.Drawing.Point(138, 0);
|
|
this.label36.Name = "label36";
|
|
this.label36.Size = new System.Drawing.Size(77, 13);
|
|
this.label36.TabIndex = 15;
|
|
this.label36.Text = "Link Control:";
|
|
//
|
|
// lblLanID
|
|
//
|
|
this.lblLanID.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblLanID.Location = new System.Drawing.Point(72, 0);
|
|
this.lblLanID.Name = "lblLanID";
|
|
this.lblLanID.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.lblLanID.Size = new System.Drawing.Size(72, 13);
|
|
this.lblLanID.TabIndex = 16;
|
|
this.lblLanID.Text = "N/A";
|
|
this.lblLanID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label40
|
|
//
|
|
this.label40.AutoSize = true;
|
|
this.label40.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label40.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(151)))), ((int)(((byte)(188)))));
|
|
this.label40.Location = new System.Drawing.Point(15, 0);
|
|
this.label40.Name = "label40";
|
|
this.label40.Size = new System.Drawing.Size(58, 13);
|
|
this.label40.TabIndex = 15;
|
|
this.label40.Text = "WLAN ID:";
|
|
//
|
|
// lblLinkPref
|
|
//
|
|
this.lblLinkPref.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblLinkPref.Location = new System.Drawing.Point(346, 0);
|
|
this.lblLinkPref.Name = "lblLinkPref";
|
|
this.lblLinkPref.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.lblLinkPref.Size = new System.Drawing.Size(43, 13);
|
|
this.lblLinkPref.TabIndex = 16;
|
|
this.lblLinkPref.Text = "N/A";
|
|
this.lblLinkPref.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// lblLinkPrefHeader
|
|
//
|
|
this.lblLinkPrefHeader.AutoSize = true;
|
|
this.lblLinkPrefHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblLinkPrefHeader.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(151)))), ((int)(((byte)(188)))));
|
|
this.lblLinkPrefHeader.Location = new System.Drawing.Point(250, 0);
|
|
this.lblLinkPrefHeader.Name = "lblLinkPrefHeader";
|
|
this.lblLinkPrefHeader.Size = new System.Drawing.Size(98, 13);
|
|
this.lblLinkPrefHeader.TabIndex = 15;
|
|
this.lblLinkPrefHeader.Text = "Link Preference:";
|
|
//
|
|
// headerPannel
|
|
//
|
|
this.headerPannel.BackColor = System.Drawing.Color.Transparent;
|
|
this.headerPannel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(84)))), ((int)(((byte)(143)))), ((int)(((byte)(195)))));
|
|
this.headerPannel.Controls.Add(this.pbExpand);
|
|
this.headerPannel.Controls.Add(this.lblLinkInterface);
|
|
this.headerPannel.Controls.Add(this.pbInterfaceIcon);
|
|
this.headerPannel.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.headerPannel.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
|
this.headerPannel.Location = new System.Drawing.Point(0, 0);
|
|
this.headerPannel.Name = "headerPannel";
|
|
this.headerPannel.RoundCorners = 5;
|
|
this.headerPannel.Size = new System.Drawing.Size(379, 27);
|
|
this.headerPannel.TabIndex = 0;
|
|
//
|
|
// pbExpand
|
|
//
|
|
this.pbExpand.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.pbExpand.Image = ((System.Drawing.Image)(resources.GetObject("pbExpand.Image")));
|
|
this.pbExpand.Location = new System.Drawing.Point(361, 4);
|
|
this.pbExpand.Name = "pbExpand";
|
|
this.pbExpand.Size = new System.Drawing.Size(12, 12);
|
|
this.pbExpand.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pbExpand.TabIndex = 2;
|
|
this.pbExpand.TabStop = false;
|
|
this.pbExpand.Tag = "1";
|
|
this.pbExpand.Click += new System.EventHandler(this.pbExpand_Click);
|
|
//
|
|
// lblLinkInterface
|
|
//
|
|
this.lblLinkInterface.AutoSize = true;
|
|
this.lblLinkInterface.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblLinkInterface.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(82)))), ((int)(((byte)(134)))));
|
|
this.lblLinkInterface.Location = new System.Drawing.Point(19, 4);
|
|
this.lblLinkInterface.Name = "lblLinkInterface";
|
|
this.lblLinkInterface.Size = new System.Drawing.Size(132, 13);
|
|
this.lblLinkInterface.TabIndex = 1;
|
|
this.lblLinkInterface.Text = "Connection Interface: ";
|
|
//
|
|
// pbInterfaceIcon
|
|
//
|
|
this.pbInterfaceIcon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.pbInterfaceIcon.Image = global::UCT.Properties.Resources.scs_tree_wifi;
|
|
this.pbInterfaceIcon.Location = new System.Drawing.Point(3, 2);
|
|
this.pbInterfaceIcon.Name = "pbInterfaceIcon";
|
|
this.pbInterfaceIcon.Size = new System.Drawing.Size(16, 16);
|
|
this.pbInterfaceIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pbInterfaceIcon.TabIndex = 0;
|
|
this.pbInterfaceIcon.TabStop = false;
|
|
//
|
|
// LinkInterfaceDetails
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.Transparent;
|
|
this.Controls.Add(this.innerPane1);
|
|
this.Name = "LinkInterfaceDetails";
|
|
this.Size = new System.Drawing.Size(379, 37);
|
|
this.innerPane1.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel2.PerformLayout();
|
|
this.headerPannel.ResumeLayout(false);
|
|
this.headerPannel.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbExpand)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbInterfaceIcon)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private AMT_SW_GUI.InnerPane innerPane1;
|
|
private AMT_SW_GUI.InnerPane headerPannel;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.PictureBox pbInterfaceIcon;
|
|
private System.Windows.Forms.Label lblLinkInterface;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Label lblLinkControl;
|
|
private System.Windows.Forms.Label label36;
|
|
private System.Windows.Forms.Label lblLanID;
|
|
private System.Windows.Forms.Label label40;
|
|
private System.Windows.Forms.Label lblLinkPref;
|
|
private System.Windows.Forms.Label lblLinkPrefHeader;
|
|
private System.Windows.Forms.PictureBox pbExpand;
|
|
}
|
|
}
|