Es werden nun mehrere Sanierungen hinzugefügt
This commit is contained in:
99
SanSystem/FrmSelectNewSan.Designer.cs
generated
Normal file
99
SanSystem/FrmSelectNewSan.Designer.cs
generated
Normal file
@@ -0,0 +1,99 @@
|
||||
namespace SanSystem
|
||||
{
|
||||
partial class FrmSelectNewSan
|
||||
{
|
||||
/// <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.btn_inliner = new System.Windows.Forms.Button();
|
||||
this.btn_schacht_anb = new System.Windows.Forms.Button();
|
||||
this.btn_kurzliner = new System.Windows.Forms.Button();
|
||||
this.btn_hut = new System.Windows.Forms.Button();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// btn_inliner
|
||||
//
|
||||
this.btn_inliner.Location = new System.Drawing.Point(12, 12);
|
||||
this.btn_inliner.Name = "btn_inliner";
|
||||
this.btn_inliner.Size = new System.Drawing.Size(187, 58);
|
||||
this.btn_inliner.TabIndex = 0;
|
||||
this.btn_inliner.Text = "button1";
|
||||
this.btn_inliner.UseVisualStyleBackColor = true;
|
||||
this.btn_inliner.Click += new System.EventHandler(this.btn_inliner_Click);
|
||||
//
|
||||
// btn_schacht_anb
|
||||
//
|
||||
this.btn_schacht_anb.Location = new System.Drawing.Point(212, 12);
|
||||
this.btn_schacht_anb.Name = "btn_schacht_anb";
|
||||
this.btn_schacht_anb.Size = new System.Drawing.Size(187, 58);
|
||||
this.btn_schacht_anb.TabIndex = 1;
|
||||
this.btn_schacht_anb.Text = "button2";
|
||||
this.btn_schacht_anb.UseVisualStyleBackColor = true;
|
||||
this.btn_schacht_anb.Click += new System.EventHandler(this.btn_schacht_anb_Click);
|
||||
//
|
||||
// btn_kurzliner
|
||||
//
|
||||
this.btn_kurzliner.Location = new System.Drawing.Point(412, 12);
|
||||
this.btn_kurzliner.Name = "btn_kurzliner";
|
||||
this.btn_kurzliner.Size = new System.Drawing.Size(187, 58);
|
||||
this.btn_kurzliner.TabIndex = 2;
|
||||
this.btn_kurzliner.Text = "button3";
|
||||
this.btn_kurzliner.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// btn_hut
|
||||
//
|
||||
this.btn_hut.Location = new System.Drawing.Point(612, 12);
|
||||
this.btn_hut.Name = "btn_hut";
|
||||
this.btn_hut.Size = new System.Drawing.Size(187, 58);
|
||||
this.btn_hut.TabIndex = 3;
|
||||
this.btn_hut.Text = "button4";
|
||||
this.btn_hut.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// FrmSelectNewSan
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(814, 87);
|
||||
this.ControlBox = false;
|
||||
this.Controls.Add(this.btn_hut);
|
||||
this.Controls.Add(this.btn_kurzliner);
|
||||
this.Controls.Add(this.btn_schacht_anb);
|
||||
this.Controls.Add(this.btn_inliner);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
||||
this.Name = "FrmSelectNewSan";
|
||||
this.Text = "FrmSelectNewSan";
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Button btn_inliner;
|
||||
private System.Windows.Forms.Button btn_schacht_anb;
|
||||
private System.Windows.Forms.Button btn_kurzliner;
|
||||
private System.Windows.Forms.Button btn_hut;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user