EduNetworkBuilder/EduNetworkBuilder/ListBoxWindow.Designer.cs

161 lines
7.9 KiB
C#

namespace EduNetworkBuilder
{
partial class ListBoxWindow
{
/// <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.lbWindowData = new System.Windows.Forms.ListBox();
this.btnOK = new System.Windows.Forms.Button();
this.panelCheckboxes = new System.Windows.Forms.Panel();
this.lblInstructions = new System.Windows.Forms.Label();
this.btnAdd = new System.Windows.Forms.Button();
this.cbLoadPuzzlesAtStart = new System.Windows.Forms.CheckBox();
this.btnReset = new System.Windows.Forms.Button();
this.tbSearchBox = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// lbWindowData
//
this.lbWindowData.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.lbWindowData.FormattingEnabled = true;
this.lbWindowData.ItemHeight = 16;
this.lbWindowData.Location = new System.Drawing.Point(12, 12);
this.lbWindowData.Name = "lbWindowData";
this.lbWindowData.ScrollAlwaysVisible = true;
this.lbWindowData.Size = new System.Drawing.Size(575, 180);
this.lbWindowData.TabIndex = 0;
this.lbWindowData.DoubleClick += new System.EventHandler(this.lbWindowData_DoubleClick);
this.lbWindowData.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lbWindowData_MouseUp);
//
// btnOK
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnOK.Location = new System.Drawing.Point(512, 334);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 1;
this.btnOK.Text = "OK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// panelCheckboxes
//
this.panelCheckboxes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panelCheckboxes.Location = new System.Drawing.Point(15, 236);
this.panelCheckboxes.Name = "panelCheckboxes";
this.panelCheckboxes.Size = new System.Drawing.Size(491, 121);
this.panelCheckboxes.TabIndex = 2;
//
// lblInstructions
//
this.lblInstructions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lblInstructions.Location = new System.Drawing.Point(12, 195);
this.lblInstructions.Name = "lblInstructions";
this.lblInstructions.Size = new System.Drawing.Size(469, 38);
this.lblInstructions.TabIndex = 3;
this.lblInstructions.Text = "label1";
//
// btnAdd
//
this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnAdd.Location = new System.Drawing.Point(512, 305);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(75, 23);
this.btnAdd.TabIndex = 4;
this.btnAdd.Text = "New";
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// cbLoadPuzzlesAtStart
//
this.cbLoadPuzzlesAtStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.cbLoadPuzzlesAtStart.AutoSize = true;
this.cbLoadPuzzlesAtStart.Location = new System.Drawing.Point(17, 358);
this.cbLoadPuzzlesAtStart.Name = "cbLoadPuzzlesAtStart";
this.cbLoadPuzzlesAtStart.Size = new System.Drawing.Size(138, 21);
this.cbLoadPuzzlesAtStart.TabIndex = 5;
this.cbLoadPuzzlesAtStart.Text = "Show this at start";
this.cbLoadPuzzlesAtStart.UseVisualStyleBackColor = true;
//
// btnReset
//
this.btnReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnReset.Location = new System.Drawing.Point(512, 276);
this.btnReset.Name = "btnReset";
this.btnReset.Size = new System.Drawing.Size(75, 23);
this.btnReset.TabIndex = 6;
this.btnReset.Text = "Reset";
this.btnReset.UseVisualStyleBackColor = true;
this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
//
// tbSearchBox
//
this.tbSearchBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.tbSearchBox.Location = new System.Drawing.Point(487, 195);
this.tbSearchBox.Name = "tbSearchBox";
this.tbSearchBox.Size = new System.Drawing.Size(100, 22);
this.tbSearchBox.TabIndex = 7;
this.tbSearchBox.TextChanged += new System.EventHandler(this.tbSearchBox_TextChanged);
//
// ListBoxWindow
//
this.AcceptButton = this.btnOK;
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(601, 381);
this.Controls.Add(this.tbSearchBox);
this.Controls.Add(this.cbLoadPuzzlesAtStart);
this.Controls.Add(this.btnReset);
this.Controls.Add(this.btnAdd);
this.Controls.Add(this.lblInstructions);
this.Controls.Add(this.panelCheckboxes);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.lbWindowData);
this.Icon = global::EduNetworkBuilder.Properties.Resources.NBIco;
this.Name = "ListBoxWindow";
this.Text = "ListBoxWindow";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ListBox lbWindowData;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Panel panelCheckboxes;
private System.Windows.Forms.Label lblInstructions;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.CheckBox cbLoadPuzzlesAtStart;
private System.Windows.Forms.Button btnReset;
private System.Windows.Forms.TextBox tbSearchBox;
}
}