db_AI-4/csharp/db - demo -app/db - demo -app/StartPage.Designer.cs

125 lines
5.2 KiB
C#

namespace db___demo__app
{
partial class StartPage
{
/// <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.titel = new System.Windows.Forms.Label();
this.locations = new System.Windows.Forms.ListBox();
this.location_titel = new System.Windows.Forms.Label();
this.search = new System.Windows.Forms.TextBox();
this.search_button = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// titel
//
this.titel.AutoSize = true;
this.titel.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.titel.Location = new System.Drawing.Point(36, 32);
this.titel.Name = "titel";
this.titel.Size = new System.Drawing.Size(330, 32);
this.titel.TabIndex = 0;
this.titel.Text = "Freier Markt im Kleinen";
this.titel.Click += new System.EventHandler(this.label1_Click);
//
// locations
//
this.locations.FormattingEnabled = true;
this.locations.ItemHeight = 25;
this.locations.Location = new System.Drawing.Point(41, 100);
this.locations.Name = "locations";
this.locations.Size = new System.Drawing.Size(325, 129);
this.locations.TabIndex = 1;
//
// location_titel
//
this.location_titel.AutoSize = true;
this.location_titel.Location = new System.Drawing.Point(36, 72);
this.location_titel.Name = "location_titel";
this.location_titel.Size = new System.Drawing.Size(124, 25);
this.location_titel.TabIndex = 2;
this.location_titel.Text = "Freie Stände";
this.location_titel.Click += new System.EventHandler(this.label1_Click_1);
//
// search
//
this.search.Location = new System.Drawing.Point(41, 242);
this.search.Name = "search";
this.search.Size = new System.Drawing.Size(227, 30);
this.search.TabIndex = 7;
//
// search_button
//
this.search_button.Location = new System.Drawing.Point(280, 242);
this.search_button.Name = "search_button";
this.search_button.Size = new System.Drawing.Size(86, 33);
this.search_button.TabIndex = 8;
this.search_button.Text = "search";
this.search_button.UseVisualStyleBackColor = true;
this.search_button.Click += new System.EventHandler(this.search_button_Click);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(481, 156);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(287, 30);
this.textBox1.TabIndex = 9;
//
// StartPage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(957, 445);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.search_button);
this.Controls.Add(this.search);
this.Controls.Add(this.location_titel);
this.Controls.Add(this.locations);
this.Controls.Add(this.titel);
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "StartPage";
this.Text = "FMiK-Start";
this.Load += new System.EventHandler(this.StartPage_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label titel;
private System.Windows.Forms.ListBox locations;
private System.Windows.Forms.Label location_titel;
private System.Windows.Forms.TextBox search;
private System.Windows.Forms.Button search_button;
private System.Windows.Forms.TextBox textBox1;
}
}