db_AI-4/C sharp/marketconnectionNET/marketconnectionNET/Dashboard.Designer.cs

86 lines
3.2 KiB
C#

namespace marketconnectionNET
{
partial class Dashboard
{
/// <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.locationbox = new System.Windows.Forms.ListBox();
this.LocationName = new System.Windows.Forms.TextBox();
this.search = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// locationbox
//
this.locationbox.FormattingEnabled = true;
this.locationbox.ItemHeight = 16;
this.locationbox.Location = new System.Drawing.Point(12, 79);
this.locationbox.Name = "locationbox";
this.locationbox.Size = new System.Drawing.Size(120, 84);
this.locationbox.TabIndex = 0;
//
// LocationName
//
this.LocationName.Location = new System.Drawing.Point(12, 28);
this.LocationName.Name = "LocationName";
this.LocationName.Size = new System.Drawing.Size(100, 22);
this.LocationName.TabIndex = 1;
this.LocationName.Text = "LocationName";
this.LocationName.Click += new System.EventHandler(this.search_Click);
this.LocationName.TextChanged += new System.EventHandler(this.search_Click);
//
// search
//
this.search.Location = new System.Drawing.Point(139, 139);
this.search.Name = "search";
this.search.Size = new System.Drawing.Size(75, 23);
this.search.TabIndex = 2;
this.search.Text = "search";
this.search.UseVisualStyleBackColor = true;
this.search.Click += new System.EventHandler(this.search_Click);
//
// Dashboard
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(506, 278);
this.Controls.Add(this.search);
this.Controls.Add(this.LocationName);
this.Controls.Add(this.locationbox);
this.Name = "Dashboard";
this.Text = "CastStudy";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ListBox locationbox;
private System.Windows.Forms.TextBox LocationName;
private System.Windows.Forms.Button search;
}
}