db_AI-4/csharp/marketconnectionNET2.0/db_AI-4_V3/db_AI-4/Dashboard.Designer.cs

186 lines
8.5 KiB
C#

namespace db_AI_4
{
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.LocationListBox = new System.Windows.Forms.ListBox();
this.LocationTextBox = new System.Windows.Forms.TextBox();
this.LocationLabel = new System.Windows.Forms.Label();
this.LocationSearchButton = new System.Windows.Forms.Button();
this.LocationInputLabel = new System.Windows.Forms.Label();
this.StreetnameInsertBox = new System.Windows.Forms.TextBox();
this.LocationCapacityInputBox = new System.Windows.Forms.TextBox();
this.LocationNameInputBox = new System.Windows.Forms.TextBox();
this.LocationInsertButton = new System.Windows.Forms.Button();
this.NameLabel = new System.Windows.Forms.Label();
this.CapacityLabel = new System.Windows.Forms.Label();
this.StreetLabel = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// LocationListBox
//
this.LocationListBox.FormattingEnabled = true;
this.LocationListBox.ItemHeight = 16;
this.LocationListBox.Location = new System.Drawing.Point(12, 91);
this.LocationListBox.Name = "LocationListBox";
this.LocationListBox.Size = new System.Drawing.Size(196, 244);
this.LocationListBox.TabIndex = 0;
//
// LocationTextBox
//
this.LocationTextBox.Location = new System.Drawing.Point(12, 50);
this.LocationTextBox.Name = "LocationTextBox";
this.LocationTextBox.Size = new System.Drawing.Size(100, 22);
this.LocationTextBox.TabIndex = 1;
//
// LocationLabel
//
this.LocationLabel.AutoSize = true;
this.LocationLabel.Location = new System.Drawing.Point(12, 13);
this.LocationLabel.Name = "LocationLabel";
this.LocationLabel.Size = new System.Drawing.Size(112, 17);
this.LocationLabel.TabIndex = 2;
this.LocationLabel.Text = "Location-Search";
//
// LocationSearchButton
//
this.LocationSearchButton.Location = new System.Drawing.Point(133, 50);
this.LocationSearchButton.Name = "LocationSearchButton";
this.LocationSearchButton.Size = new System.Drawing.Size(75, 23);
this.LocationSearchButton.TabIndex = 3;
this.LocationSearchButton.Text = "Search";
this.LocationSearchButton.UseVisualStyleBackColor = true;
this.LocationSearchButton.Click += new System.EventHandler(this.LocationSearchButton_Click);
//
// LocationInputLabel
//
this.LocationInputLabel.AutoSize = true;
this.LocationInputLabel.Location = new System.Drawing.Point(266, 13);
this.LocationInputLabel.Name = "LocationInputLabel";
this.LocationInputLabel.Size = new System.Drawing.Size(98, 17);
this.LocationInputLabel.TabIndex = 4;
this.LocationInputLabel.Text = "Location-Input";
//
// StreetnameInsertBox
//
this.StreetnameInsertBox.Location = new System.Drawing.Point(369, 53);
this.StreetnameInsertBox.Name = "StreetnameInsertBox";
this.StreetnameInsertBox.Size = new System.Drawing.Size(100, 22);
this.StreetnameInsertBox.TabIndex = 5;
//
// LocationCapacityInputBox
//
this.LocationCapacityInputBox.Location = new System.Drawing.Point(369, 105);
this.LocationCapacityInputBox.Name = "LocationCapacityInputBox";
this.LocationCapacityInputBox.Size = new System.Drawing.Size(100, 22);
this.LocationCapacityInputBox.TabIndex = 6;
//
// LocationNameInputBox
//
this.LocationNameInputBox.Location = new System.Drawing.Point(369, 158);
this.LocationNameInputBox.Name = "LocationNameInputBox";
this.LocationNameInputBox.Size = new System.Drawing.Size(100, 22);
this.LocationNameInputBox.TabIndex = 7;
//
// LocationInsertButton
//
this.LocationInsertButton.Location = new System.Drawing.Point(369, 210);
this.LocationInsertButton.Name = "LocationInsertButton";
this.LocationInsertButton.Size = new System.Drawing.Size(75, 23);
this.LocationInsertButton.TabIndex = 9;
this.LocationInsertButton.Text = "Insert";
this.LocationInsertButton.UseVisualStyleBackColor = true;
this.LocationInsertButton.Click += new System.EventHandler(this.LocationInsertButton_Click);
//
// NameLabel
//
this.NameLabel.AutoSize = true;
this.NameLabel.Location = new System.Drawing.Point(266, 158);
this.NameLabel.Name = "NameLabel";
this.NameLabel.Size = new System.Drawing.Size(97, 17);
this.NameLabel.TabIndex = 10;
this.NameLabel.Text = "Locationname";
//
// CapacityLabel
//
this.CapacityLabel.AutoSize = true;
this.CapacityLabel.Location = new System.Drawing.Point(266, 105);
this.CapacityLabel.Name = "CapacityLabel";
this.CapacityLabel.Size = new System.Drawing.Size(62, 17);
this.CapacityLabel.TabIndex = 11;
this.CapacityLabel.Text = "Capacity";
//
// StreetLabel
//
this.StreetLabel.AutoSize = true;
this.StreetLabel.Location = new System.Drawing.Point(266, 53);
this.StreetLabel.Name = "StreetLabel";
this.StreetLabel.Size = new System.Drawing.Size(81, 17);
this.StreetLabel.TabIndex = 12;
this.StreetLabel.Text = "Streetname";
//
// Dashboard
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(656, 366);
this.Controls.Add(this.StreetLabel);
this.Controls.Add(this.CapacityLabel);
this.Controls.Add(this.NameLabel);
this.Controls.Add(this.LocationInsertButton);
this.Controls.Add(this.LocationNameInputBox);
this.Controls.Add(this.LocationCapacityInputBox);
this.Controls.Add(this.StreetnameInsertBox);
this.Controls.Add(this.LocationInputLabel);
this.Controls.Add(this.LocationSearchButton);
this.Controls.Add(this.LocationLabel);
this.Controls.Add(this.LocationTextBox);
this.Controls.Add(this.LocationListBox);
this.Name = "Dashboard";
this.Text = "Dashboard";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ListBox LocationListBox;
private System.Windows.Forms.TextBox LocationTextBox;
private System.Windows.Forms.Label LocationLabel;
private System.Windows.Forms.Button LocationSearchButton;
private System.Windows.Forms.Label LocationInputLabel;
private System.Windows.Forms.TextBox StreetnameInsertBox;
private System.Windows.Forms.TextBox LocationCapacityInputBox;
private System.Windows.Forms.TextBox LocationNameInputBox;
private System.Windows.Forms.Button LocationInsertButton;
private System.Windows.Forms.Label NameLabel;
private System.Windows.Forms.Label CapacityLabel;
private System.Windows.Forms.Label StreetLabel;
}
}