296 lines
13 KiB
C#
296 lines
13 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.cbDisplayTitles = new System.Windows.Forms.CheckBox();
|
|
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.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, 275);
|
|
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;
|
|
//
|
|
// cbDisplayTitles
|
|
//
|
|
this.cbDisplayTitles.AutoSize = true;
|
|
this.cbDisplayTitles.Location = new System.Drawing.Point(184, 44);
|
|
this.cbDisplayTitles.Name = "cbDisplayTitles";
|
|
this.cbDisplayTitles.Size = new System.Drawing.Size(114, 21);
|
|
this.cbDisplayTitles.TabIndex = 3;
|
|
this.cbDisplayTitles.Text = "Display Titles";
|
|
this.cbDisplayTitles.UseVisualStyleBackColor = true;
|
|
//
|
|
// 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;
|
|
//
|
|
// 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";
|
|
//
|
|
// 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, 307);
|
|
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.cbDisplayTitles);
|
|
this.Controls.Add(this.tbNetworkTitle);
|
|
this.Controls.Add(this.lblNetTitle);
|
|
this.Controls.Add(this.btnDone);
|
|
this.Name = "OptionsWindow";
|
|
this.Text = "OptionsWindow";
|
|
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.CheckBox cbDisplayTitles;
|
|
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;
|
|
}
|
|
} |