Projekte werden jetzt angezeigt
This commit is contained in:
72
SanSystem/frmProjektList.Designer.cs
generated
Normal file
72
SanSystem/frmProjektList.Designer.cs
generated
Normal file
@@ -0,0 +1,72 @@
|
||||
namespace SanSystem
|
||||
{
|
||||
partial class frmProjektList
|
||||
{
|
||||
/// <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.lb_projekte = new System.Windows.Forms.ListBox();
|
||||
this.btn_ok = new System.Windows.Forms.Button();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// lb_projekte
|
||||
//
|
||||
this.lb_projekte.FormattingEnabled = true;
|
||||
this.lb_projekte.Location = new System.Drawing.Point(20, 17);
|
||||
this.lb_projekte.Name = "lb_projekte";
|
||||
this.lb_projekte.Size = new System.Drawing.Size(176, 381);
|
||||
this.lb_projekte.TabIndex = 0;
|
||||
//
|
||||
// btn_ok
|
||||
//
|
||||
this.btn_ok.Location = new System.Drawing.Point(202, 17);
|
||||
this.btn_ok.Name = "btn_ok";
|
||||
this.btn_ok.Size = new System.Drawing.Size(146, 60);
|
||||
this.btn_ok.TabIndex = 1;
|
||||
this.btn_ok.Text = "OK";
|
||||
this.btn_ok.UseVisualStyleBackColor = true;
|
||||
this.btn_ok.Click += new System.EventHandler(this.btn_ok_Click);
|
||||
//
|
||||
// frmProjektList
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(357, 424);
|
||||
this.Controls.Add(this.btn_ok);
|
||||
this.Controls.Add(this.lb_projekte);
|
||||
this.Name = "frmProjektList";
|
||||
this.Text = "Verfügbare Projekte";
|
||||
this.Load += new System.EventHandler(this.frmProjektList_Load);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.ListBox lb_projekte;
|
||||
private System.Windows.Forms.Button btn_ok;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user