105 lines
5.6 KiB
C#
105 lines
5.6 KiB
C#
namespace EduNetworkBuilder
|
|
{
|
|
partial class VLANConfig
|
|
{
|
|
/// <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.dgv_VLANAssignments = new System.Windows.Forms.DataGridView();
|
|
this.dgv_VLANNames = new System.Windows.Forms.DataGridView();
|
|
this.btnDone = new System.Windows.Forms.Button();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv_VLANAssignments)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv_VLANNames)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// dgv_VLANAssignments
|
|
//
|
|
this.dgv_VLANAssignments.AllowUserToAddRows = false;
|
|
this.dgv_VLANAssignments.AllowUserToDeleteRows = false;
|
|
this.dgv_VLANAssignments.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.dgv_VLANAssignments.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgv_VLANAssignments.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
|
|
this.dgv_VLANAssignments.Location = new System.Drawing.Point(12, 169);
|
|
this.dgv_VLANAssignments.Name = "dgv_VLANAssignments";
|
|
this.dgv_VLANAssignments.RowTemplate.Height = 24;
|
|
this.dgv_VLANAssignments.Size = new System.Drawing.Size(313, 195);
|
|
this.dgv_VLANAssignments.TabIndex = 0;
|
|
this.dgv_VLANAssignments.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_VLANAssignments_CellValueChanged);
|
|
this.dgv_VLANAssignments.CurrentCellDirtyStateChanged += new System.EventHandler(this.dgv_VLANAssignments_CurrentCellDirtyStateChanged);
|
|
//
|
|
// dgv_VLANNames
|
|
//
|
|
this.dgv_VLANNames.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.dgv_VLANNames.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgv_VLANNames.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
|
|
this.dgv_VLANNames.Location = new System.Drawing.Point(12, 12);
|
|
this.dgv_VLANNames.Name = "dgv_VLANNames";
|
|
this.dgv_VLANNames.RowTemplate.Height = 24;
|
|
this.dgv_VLANNames.Size = new System.Drawing.Size(313, 151);
|
|
this.dgv_VLANNames.TabIndex = 1;
|
|
this.dgv_VLANNames.CellParsing += new System.Windows.Forms.DataGridViewCellParsingEventHandler(this.dgv_VLANNames_CellParsing);
|
|
this.dgv_VLANNames.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgv_VLANNames_CellValidating);
|
|
this.dgv_VLANNames.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_VLANNames_CellValueChanged);
|
|
this.dgv_VLANNames.UserDeletedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgv_VLANNames_UserDeletedRow);
|
|
//
|
|
// btnDone
|
|
//
|
|
this.btnDone.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnDone.Location = new System.Drawing.Point(249, 370);
|
|
this.btnDone.Name = "btnDone";
|
|
this.btnDone.Size = new System.Drawing.Size(75, 23);
|
|
this.btnDone.TabIndex = 2;
|
|
this.btnDone.Text = "Done";
|
|
this.btnDone.UseVisualStyleBackColor = true;
|
|
this.btnDone.Click += new System.EventHandler(this.btnDone_Click);
|
|
//
|
|
// VLANConfig
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(334, 398);
|
|
this.Controls.Add(this.btnDone);
|
|
this.Controls.Add(this.dgv_VLANNames);
|
|
this.Controls.Add(this.dgv_VLANAssignments);
|
|
this.Name = "VLANConfig";
|
|
this.Text = "VLANConfig";
|
|
this.Shown += new System.EventHandler(this.VLANConfig_Shown);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv_VLANAssignments)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv_VLANNames)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.DataGridView dgv_VLANAssignments;
|
|
private System.Windows.Forms.DataGridView dgv_VLANNames;
|
|
private System.Windows.Forms.Button btnDone;
|
|
}
|
|
} |