357 lines
		
	
	
		
			16 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			357 lines
		
	
	
		
			16 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace EduNetworkBuilder
 | |
| {
 | |
|     partial class OptionsWindow
 | |
|     {
 | |
|         /// <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.btnDone = new System.Windows.Forms.Button();
 | |
|             this.lblNetTitle = new System.Windows.Forms.Label();
 | |
|             this.tbNetworkTitle = new System.Windows.Forms.TextBox();
 | |
|             this.lblNetSize = new System.Windows.Forms.Label();
 | |
|             this.tbNetworkX = new System.Windows.Forms.TextBox();
 | |
|             this.tbNetworkY = new System.Windows.Forms.TextBox();
 | |
|             this.tbItemSize = new System.Windows.Forms.TextBox();
 | |
|             this.lblItemSize = new System.Windows.Forms.Label();
 | |
|             this.tbMessage = new System.Windows.Forms.TextBox();
 | |
|             this.lblNetMessage = new System.Windows.Forms.Label();
 | |
|             this.lbTests = new System.Windows.Forms.ListBox();
 | |
|             this.lblTests = new System.Windows.Forms.Label();
 | |
|             this.lblTags = new System.Windows.Forms.Label();
 | |
|             this.lbTags = new System.Windows.Forms.ListBox();
 | |
|             this.tbLevel = new System.Windows.Forms.TextBox();
 | |
|             this.tbSortOrder = new System.Windows.Forms.TextBox();
 | |
|             this.lblLevel = new System.Windows.Forms.Label();
 | |
|             this.lblSortOrder = new System.Windows.Forms.Label();
 | |
|             this.cbStartingHelpLevel = new System.Windows.Forms.ComboBox();
 | |
|             this.lblStartingHelp = new System.Windows.Forms.Label();
 | |
|             this.cbVLANs = new System.Windows.Forms.CheckBox();
 | |
|             this.cb_ColoredPackets = new System.Windows.Forms.CheckBox();
 | |
|             this.cbCaptions = new System.Windows.Forms.ComboBox();
 | |
|             this.lblCaptions = new System.Windows.Forms.Label();
 | |
|             this.lblVidURL = new System.Windows.Forms.Label();
 | |
|             this.tbVidURL = new System.Windows.Forms.TextBox();
 | |
|             this.SuspendLayout();
 | |
|             // 
 | |
|             // 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(755, 307);
 | |
|             this.btnDone.Name = "btnDone";
 | |
|             this.btnDone.Size = new System.Drawing.Size(75, 23);
 | |
|             this.btnDone.TabIndex = 0;
 | |
|             this.btnDone.Text = "Done";
 | |
|             this.btnDone.UseVisualStyleBackColor = true;
 | |
|             this.btnDone.Click += new System.EventHandler(this.btnDone_Click);
 | |
|             // 
 | |
|             // lblNetTitle
 | |
|             // 
 | |
|             this.lblNetTitle.AutoSize = true;
 | |
|             this.lblNetTitle.Location = new System.Drawing.Point(23, 19);
 | |
|             this.lblNetTitle.Name = "lblNetTitle";
 | |
|             this.lblNetTitle.Size = new System.Drawing.Size(61, 17);
 | |
|             this.lblNetTitle.TabIndex = 1;
 | |
|             this.lblNetTitle.Text = "Net Title";
 | |
|             // 
 | |
|             // tbNetworkTitle
 | |
|             // 
 | |
|             this.tbNetworkTitle.Location = new System.Drawing.Point(184, 13);
 | |
|             this.tbNetworkTitle.Name = "tbNetworkTitle";
 | |
|             this.tbNetworkTitle.Size = new System.Drawing.Size(306, 22);
 | |
|             this.tbNetworkTitle.TabIndex = 2;
 | |
|             // 
 | |
|             // lblNetSize
 | |
|             // 
 | |
|             this.lblNetSize.AutoSize = true;
 | |
|             this.lblNetSize.Location = new System.Drawing.Point(23, 72);
 | |
|             this.lblNetSize.Name = "lblNetSize";
 | |
|             this.lblNetSize.Size = new System.Drawing.Size(121, 17);
 | |
|             this.lblNetSize.TabIndex = 4;
 | |
|             this.lblNetSize.Text = "Network Size (x,y)";
 | |
|             // 
 | |
|             // tbNetworkX
 | |
|             // 
 | |
|             this.tbNetworkX.Location = new System.Drawing.Point(184, 69);
 | |
|             this.tbNetworkX.Name = "tbNetworkX";
 | |
|             this.tbNetworkX.Size = new System.Drawing.Size(151, 22);
 | |
|             this.tbNetworkX.TabIndex = 5;
 | |
|             // 
 | |
|             // tbNetworkY
 | |
|             // 
 | |
|             this.tbNetworkY.Location = new System.Drawing.Point(341, 69);
 | |
|             this.tbNetworkY.Name = "tbNetworkY";
 | |
|             this.tbNetworkY.Size = new System.Drawing.Size(149, 22);
 | |
|             this.tbNetworkY.TabIndex = 6;
 | |
|             // 
 | |
|             // tbItemSize
 | |
|             // 
 | |
|             this.tbItemSize.Location = new System.Drawing.Point(184, 100);
 | |
|             this.tbItemSize.Name = "tbItemSize";
 | |
|             this.tbItemSize.Size = new System.Drawing.Size(151, 22);
 | |
|             this.tbItemSize.TabIndex = 8;
 | |
|             // 
 | |
|             // lblItemSize
 | |
|             // 
 | |
|             this.lblItemSize.AutoSize = true;
 | |
|             this.lblItemSize.Location = new System.Drawing.Point(23, 103);
 | |
|             this.lblItemSize.Name = "lblItemSize";
 | |
|             this.lblItemSize.Size = new System.Drawing.Size(61, 17);
 | |
|             this.lblItemSize.TabIndex = 7;
 | |
|             this.lblItemSize.Text = "ItemSize";
 | |
|             // 
 | |
|             // tbMessage
 | |
|             // 
 | |
|             this.tbMessage.Location = new System.Drawing.Point(184, 128);
 | |
|             this.tbMessage.Multiline = true;
 | |
|             this.tbMessage.Name = "tbMessage";
 | |
|             this.tbMessage.Size = new System.Drawing.Size(306, 60);
 | |
|             this.tbMessage.TabIndex = 9;
 | |
|             this.tbMessage.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tbMessage_MouseDown);
 | |
|             // 
 | |
|             // lblNetMessage
 | |
|             // 
 | |
|             this.lblNetMessage.Location = new System.Drawing.Point(29, 136);
 | |
|             this.lblNetMessage.Name = "lblNetMessage";
 | |
|             this.lblNetMessage.Size = new System.Drawing.Size(149, 41);
 | |
|             this.lblNetMessage.TabIndex = 10;
 | |
|             this.lblNetMessage.Text = "Message given when network loaded";
 | |
|             // 
 | |
|             // lbTests
 | |
|             // 
 | |
|             this.lbTests.FormattingEnabled = true;
 | |
|             this.lbTests.ItemHeight = 16;
 | |
|             this.lbTests.Location = new System.Drawing.Point(185, 201);
 | |
|             this.lbTests.Name = "lbTests";
 | |
|             this.lbTests.Size = new System.Drawing.Size(304, 100);
 | |
|             this.lbTests.TabIndex = 11;
 | |
|             this.lbTests.MouseClick += new System.Windows.Forms.MouseEventHandler(this.lbTests_MouseClick);
 | |
|             this.lbTests.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lbTests_MouseDoubleClick);
 | |
|             this.lbTests.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lbTests_MouseDown);
 | |
|             // 
 | |
|             // lblTests
 | |
|             // 
 | |
|             this.lblTests.AutoSize = true;
 | |
|             this.lblTests.Location = new System.Drawing.Point(29, 201);
 | |
|             this.lblTests.Name = "lblTests";
 | |
|             this.lblTests.Size = new System.Drawing.Size(127, 17);
 | |
|             this.lblTests.TabIndex = 12;
 | |
|             this.lblTests.Text = "Tests (for Puzzles)";
 | |
|             // 
 | |
|             // lblTags
 | |
|             // 
 | |
|             this.lblTags.AutoSize = true;
 | |
|             this.lblTags.Location = new System.Drawing.Point(516, 13);
 | |
|             this.lblTags.Name = "lblTags";
 | |
|             this.lblTags.Size = new System.Drawing.Size(107, 17);
 | |
|             this.lblTags.TabIndex = 14;
 | |
|             this.lblTags.Text = "Tags for Puzzle";
 | |
|             // 
 | |
|             // lbTags
 | |
|             // 
 | |
|             this.lbTags.FormattingEnabled = true;
 | |
|             this.lbTags.ItemHeight = 16;
 | |
|             this.lbTags.Location = new System.Drawing.Point(672, 13);
 | |
|             this.lbTags.Name = "lbTags";
 | |
|             this.lbTags.Size = new System.Drawing.Size(151, 100);
 | |
|             this.lbTags.TabIndex = 13;
 | |
|             this.lbTags.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lbTags_MouseDoubleClick);
 | |
|             this.lbTags.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lbTags_MouseDown);
 | |
|             // 
 | |
|             // tbLevel
 | |
|             // 
 | |
|             this.tbLevel.Location = new System.Drawing.Point(672, 119);
 | |
|             this.tbLevel.Name = "tbLevel";
 | |
|             this.tbLevel.Size = new System.Drawing.Size(70, 22);
 | |
|             this.tbLevel.TabIndex = 15;
 | |
|             this.tbLevel.Validating += new System.ComponentModel.CancelEventHandler(this.tbLevel_Validating);
 | |
|             // 
 | |
|             // tbSortOrder
 | |
|             // 
 | |
|             this.tbSortOrder.Location = new System.Drawing.Point(672, 147);
 | |
|             this.tbSortOrder.Name = "tbSortOrder";
 | |
|             this.tbSortOrder.Size = new System.Drawing.Size(70, 22);
 | |
|             this.tbSortOrder.TabIndex = 16;
 | |
|             this.tbSortOrder.Validating += new System.ComponentModel.CancelEventHandler(this.tbSortOrder_Validating);
 | |
|             // 
 | |
|             // lblLevel
 | |
|             // 
 | |
|             this.lblLevel.AutoSize = true;
 | |
|             this.lblLevel.Location = new System.Drawing.Point(624, 122);
 | |
|             this.lblLevel.Name = "lblLevel";
 | |
|             this.lblLevel.Size = new System.Drawing.Size(42, 17);
 | |
|             this.lblLevel.TabIndex = 17;
 | |
|             this.lblLevel.Text = "Level";
 | |
|             // 
 | |
|             // lblSortOrder
 | |
|             // 
 | |
|             this.lblSortOrder.AutoSize = true;
 | |
|             this.lblSortOrder.Location = new System.Drawing.Point(591, 150);
 | |
|             this.lblSortOrder.Name = "lblSortOrder";
 | |
|             this.lblSortOrder.Size = new System.Drawing.Size(75, 17);
 | |
|             this.lblSortOrder.TabIndex = 18;
 | |
|             this.lblSortOrder.Text = "Sort Order";
 | |
|             // 
 | |
|             // cbStartingHelpLevel
 | |
|             // 
 | |
|             this.cbStartingHelpLevel.FormattingEnabled = true;
 | |
|             this.cbStartingHelpLevel.Location = new System.Drawing.Point(672, 175);
 | |
|             this.cbStartingHelpLevel.Name = "cbStartingHelpLevel";
 | |
|             this.cbStartingHelpLevel.Size = new System.Drawing.Size(121, 24);
 | |
|             this.cbStartingHelpLevel.TabIndex = 19;
 | |
|             // 
 | |
|             // lblStartingHelp
 | |
|             // 
 | |
|             this.lblStartingHelp.AutoSize = true;
 | |
|             this.lblStartingHelp.Location = new System.Drawing.Point(538, 178);
 | |
|             this.lblStartingHelp.Name = "lblStartingHelp";
 | |
|             this.lblStartingHelp.Size = new System.Drawing.Size(128, 17);
 | |
|             this.lblStartingHelp.TabIndex = 20;
 | |
|             this.lblStartingHelp.Text = "Starting Help Level";
 | |
|             // 
 | |
|             // cbVLANs
 | |
|             // 
 | |
|             this.cbVLANs.AutoSize = true;
 | |
|             this.cbVLANs.Location = new System.Drawing.Point(519, 221);
 | |
|             this.cbVLANs.Name = "cbVLANs";
 | |
|             this.cbVLANs.Size = new System.Drawing.Size(129, 21);
 | |
|             this.cbVLANs.TabIndex = 21;
 | |
|             this.cbVLANs.Text = "VLANs Enabled";
 | |
|             this.cbVLANs.UseVisualStyleBackColor = true;
 | |
|             this.cbVLANs.CheckedChanged += new System.EventHandler(this.cbVLANs_CheckedChanged);
 | |
|             // 
 | |
|             // cb_ColoredPackets
 | |
|             // 
 | |
|             this.cb_ColoredPackets.AutoSize = true;
 | |
|             this.cb_ColoredPackets.Location = new System.Drawing.Point(519, 248);
 | |
|             this.cb_ColoredPackets.Name = "cb_ColoredPackets";
 | |
|             this.cb_ColoredPackets.Size = new System.Drawing.Size(173, 21);
 | |
|             this.cb_ColoredPackets.TabIndex = 22;
 | |
|             this.cb_ColoredPackets.Text = "VLAN Colored Packets";
 | |
|             this.cb_ColoredPackets.UseVisualStyleBackColor = true;
 | |
|             // 
 | |
|             // cbCaptions
 | |
|             // 
 | |
|             this.cbCaptions.FormattingEnabled = true;
 | |
|             this.cbCaptions.Location = new System.Drawing.Point(185, 42);
 | |
|             this.cbCaptions.Name = "cbCaptions";
 | |
|             this.cbCaptions.Size = new System.Drawing.Size(150, 24);
 | |
|             this.cbCaptions.TabIndex = 23;
 | |
|             // 
 | |
|             // lblCaptions
 | |
|             // 
 | |
|             this.lblCaptions.AutoSize = true;
 | |
|             this.lblCaptions.Location = new System.Drawing.Point(23, 45);
 | |
|             this.lblCaptions.Name = "lblCaptions";
 | |
|             this.lblCaptions.Size = new System.Drawing.Size(92, 17);
 | |
|             this.lblCaptions.TabIndex = 24;
 | |
|             this.lblCaptions.Text = "Display Titles";
 | |
|             // 
 | |
|             // lblVidURL
 | |
|             // 
 | |
|             this.lblVidURL.AutoSize = true;
 | |
|             this.lblVidURL.Location = new System.Drawing.Point(38, 310);
 | |
|             this.lblVidURL.Name = "lblVidURL";
 | |
|             this.lblVidURL.Size = new System.Drawing.Size(76, 17);
 | |
|             this.lblVidURL.TabIndex = 25;
 | |
|             this.lblVidURL.Text = "Video URL";
 | |
|             // 
 | |
|             // tbVidURL
 | |
|             // 
 | |
|             this.tbVidURL.Location = new System.Drawing.Point(186, 307);
 | |
|             this.tbVidURL.Name = "tbVidURL";
 | |
|             this.tbVidURL.Size = new System.Drawing.Size(556, 22);
 | |
|             this.tbVidURL.TabIndex = 26;
 | |
|             // 
 | |
|             // OptionsWindow
 | |
|             // 
 | |
|             this.AcceptButton = this.btnDone;
 | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
|             this.ClientSize = new System.Drawing.Size(836, 339);
 | |
|             this.Controls.Add(this.tbVidURL);
 | |
|             this.Controls.Add(this.lblVidURL);
 | |
|             this.Controls.Add(this.lblCaptions);
 | |
|             this.Controls.Add(this.cbCaptions);
 | |
|             this.Controls.Add(this.cb_ColoredPackets);
 | |
|             this.Controls.Add(this.cbVLANs);
 | |
|             this.Controls.Add(this.lblStartingHelp);
 | |
|             this.Controls.Add(this.cbStartingHelpLevel);
 | |
|             this.Controls.Add(this.lblSortOrder);
 | |
|             this.Controls.Add(this.lblLevel);
 | |
|             this.Controls.Add(this.tbSortOrder);
 | |
|             this.Controls.Add(this.tbLevel);
 | |
|             this.Controls.Add(this.lblTags);
 | |
|             this.Controls.Add(this.lbTags);
 | |
|             this.Controls.Add(this.lblTests);
 | |
|             this.Controls.Add(this.lbTests);
 | |
|             this.Controls.Add(this.lblNetMessage);
 | |
|             this.Controls.Add(this.tbMessage);
 | |
|             this.Controls.Add(this.tbItemSize);
 | |
|             this.Controls.Add(this.lblItemSize);
 | |
|             this.Controls.Add(this.tbNetworkY);
 | |
|             this.Controls.Add(this.tbNetworkX);
 | |
|             this.Controls.Add(this.lblNetSize);
 | |
|             this.Controls.Add(this.tbNetworkTitle);
 | |
|             this.Controls.Add(this.lblNetTitle);
 | |
|             this.Controls.Add(this.btnDone);
 | |
|             this.Name = "OptionsWindow";
 | |
|             this.Text = "OptionsWindow";
 | |
|             this.Shown += new System.EventHandler(this.OptionsWindow_Shown);
 | |
|             this.ResumeLayout(false);
 | |
|             this.PerformLayout();
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
| 
 | |
|         private System.Windows.Forms.Button btnDone;
 | |
|         private System.Windows.Forms.Label lblNetTitle;
 | |
|         private System.Windows.Forms.TextBox tbNetworkTitle;
 | |
|         private System.Windows.Forms.Label lblNetSize;
 | |
|         private System.Windows.Forms.TextBox tbNetworkX;
 | |
|         private System.Windows.Forms.TextBox tbNetworkY;
 | |
|         private System.Windows.Forms.TextBox tbItemSize;
 | |
|         private System.Windows.Forms.Label lblItemSize;
 | |
|         private System.Windows.Forms.TextBox tbMessage;
 | |
|         private System.Windows.Forms.Label lblNetMessage;
 | |
|         private System.Windows.Forms.ListBox lbTests;
 | |
|         private System.Windows.Forms.Label lblTests;
 | |
|         private System.Windows.Forms.Label lblTags;
 | |
|         private System.Windows.Forms.ListBox lbTags;
 | |
|         private System.Windows.Forms.TextBox tbLevel;
 | |
|         private System.Windows.Forms.TextBox tbSortOrder;
 | |
|         private System.Windows.Forms.Label lblLevel;
 | |
|         private System.Windows.Forms.Label lblSortOrder;
 | |
|         private System.Windows.Forms.ComboBox cbStartingHelpLevel;
 | |
|         private System.Windows.Forms.Label lblStartingHelp;
 | |
|         private System.Windows.Forms.CheckBox cbVLANs;
 | |
|         private System.Windows.Forms.CheckBox cb_ColoredPackets;
 | |
|         private System.Windows.Forms.ComboBox cbCaptions;
 | |
|         private System.Windows.Forms.Label lblCaptions;
 | |
|         private System.Windows.Forms.Label lblVidURL;
 | |
|         private System.Windows.Forms.TextBox tbVidURL;
 | |
|     }
 | |
| } |