using System.ComponentModel; using Netch.Properties; namespace Netch.Forms.Mode { partial class Route { /// /// Required designer variable. /// private IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.ConfigurationGroupBox = new System.Windows.Forms.GroupBox(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.FilenameLabel = new System.Windows.Forms.Label(); this.FilenameTextBox = new System.Windows.Forms.TextBox(); this.ActionLabel = new System.Windows.Forms.Label(); this.RemarkTextBox = new System.Windows.Forms.TextBox(); this.RemarkLabel = new System.Windows.Forms.Label(); this.containerControl1 = new System.Windows.Forms.ContainerControl(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this.DeleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ControlButton = new System.Windows.Forms.Button(); this.ConfigurationGroupBox.SuspendLayout(); this.containerControl1.SuspendLayout(); this.contextMenuStrip.SuspendLayout(); this.SuspendLayout(); // // ConfigurationGroupBox // this.ConfigurationGroupBox.Controls.Add(this.comboBox1); this.ConfigurationGroupBox.Controls.Add(this.FilenameLabel); this.ConfigurationGroupBox.Controls.Add(this.FilenameTextBox); this.ConfigurationGroupBox.Controls.Add(this.ActionLabel); this.ConfigurationGroupBox.Controls.Add(this.RemarkTextBox); this.ConfigurationGroupBox.Controls.Add(this.RemarkLabel); this.ConfigurationGroupBox.Controls.Add(this.containerControl1); this.ConfigurationGroupBox.Location = new System.Drawing.Point(8, 12); this.ConfigurationGroupBox.Name = "ConfigurationGroupBox"; this.ConfigurationGroupBox.Size = new System.Drawing.Size(340, 355); this.ConfigurationGroupBox.TabIndex = 2; this.ConfigurationGroupBox.TabStop = false; this.ConfigurationGroupBox.Text = "Configuration"; // // comboBox1 // this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(84, 49); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(138, 20); this.comboBox1.TabIndex = 11; // // FilenameLabel // this.FilenameLabel.AutoSize = true; this.FilenameLabel.Location = new System.Drawing.Point(12, 79); this.FilenameLabel.Name = "FilenameLabel"; this.FilenameLabel.Size = new System.Drawing.Size(53, 12); this.FilenameLabel.TabIndex = 6; this.FilenameLabel.Text = "Filename"; // // FilenameTextBox // this.FilenameTextBox.Location = new System.Drawing.Point(84, 76); this.FilenameTextBox.Name = "FilenameTextBox"; this.FilenameTextBox.ReadOnly = true; this.FilenameTextBox.Size = new System.Drawing.Size(250, 21); this.FilenameTextBox.TabIndex = 5; // // ActionLabel // this.ActionLabel.AutoSize = true; this.ActionLabel.Location = new System.Drawing.Point(12, 52); this.ActionLabel.Name = "ActionLabel"; this.ActionLabel.Size = new System.Drawing.Size(41, 12); this.ActionLabel.TabIndex = 0; this.ActionLabel.Text = "Action"; // // RemarkTextBox // this.RemarkTextBox.Location = new System.Drawing.Point(84, 22); this.RemarkTextBox.Name = "RemarkTextBox"; this.RemarkTextBox.Size = new System.Drawing.Size(250, 21); this.RemarkTextBox.TabIndex = 1; this.RemarkTextBox.TextChanged += new System.EventHandler(this.RemarkTextBox_TextChanged); // // RemarkLabel // this.RemarkLabel.AutoSize = true; this.RemarkLabel.Location = new System.Drawing.Point(12, 25); this.RemarkLabel.Name = "RemarkLabel"; this.RemarkLabel.Size = new System.Drawing.Size(41, 12); this.RemarkLabel.TabIndex = 0; this.RemarkLabel.Text = "Remark"; // // containerControl1 // this.containerControl1.Controls.Add(this.richTextBox1); this.containerControl1.Location = new System.Drawing.Point(6, 103); this.containerControl1.Name = "containerControl1"; this.containerControl1.Size = new System.Drawing.Size(328, 246); this.containerControl1.TabIndex = 10; this.containerControl1.Text = "containerControl1"; // // richTextBox1 // this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.richTextBox1.Location = new System.Drawing.Point(0, 0); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.Size = new System.Drawing.Size(328, 246); this.richTextBox1.TabIndex = 0; this.richTextBox1.Text = ""; // // contextMenuStrip // this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.DeleteToolStripMenuItem}); this.contextMenuStrip.Name = "contextMenuStrip"; this.contextMenuStrip.Size = new System.Drawing.Size(114, 26); // // DeleteToolStripMenuItem // this.DeleteToolStripMenuItem.Name = "DeleteToolStripMenuItem"; this.DeleteToolStripMenuItem.Size = new System.Drawing.Size(113, 22); this.DeleteToolStripMenuItem.Text = "Delete"; // // ControlButton // this.ControlButton.Location = new System.Drawing.Point(273, 373); this.ControlButton.Name = "ControlButton"; this.ControlButton.Size = new System.Drawing.Size(75, 23); this.ControlButton.TabIndex = 3; this.ControlButton.Text = "Save"; this.ControlButton.UseVisualStyleBackColor = true; this.ControlButton.Click += new System.EventHandler(this.ControlButton_Click); // // Route // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(356, 419); this.Controls.Add(this.ConfigurationGroupBox); this.Controls.Add(this.ControlButton); this.Name = "Route"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Create Route Table Rule"; this.Load += new System.EventHandler(this.Route_Load); this.ConfigurationGroupBox.ResumeLayout(false); this.ConfigurationGroupBox.PerformLayout(); this.containerControl1.ResumeLayout(false); this.contextMenuStrip.ResumeLayout(false); this.ResumeLayout(false); } public System.Windows.Forms.GroupBox ConfigurationGroupBox; private System.Windows.Forms.ContainerControl containerControl1; private System.Windows.Forms.ContextMenuStrip contextMenuStrip; public System.Windows.Forms.Button ControlButton; private System.Windows.Forms.ToolStripMenuItem DeleteToolStripMenuItem; private System.Windows.Forms.Label FilenameLabel; private System.Windows.Forms.TextBox FilenameTextBox; private System.Windows.Forms.Label RemarkLabel; private System.Windows.Forms.TextBox RemarkTextBox; private System.Windows.Forms.RichTextBox richTextBox1; #endregion private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Label ActionLabel; } }