Es wird nach aktuelle Besatzung gefragt
This commit is contained in:
114
SanSystem/FrmAktuelleBesatzung.Designer.cs
generated
Normal file
114
SanSystem/FrmAktuelleBesatzung.Designer.cs
generated
Normal file
@@ -0,0 +1,114 @@
|
||||
|
||||
namespace SanSystem
|
||||
{
|
||||
partial class FrmAktuelleBesatzung
|
||||
{
|
||||
/// <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.label1 = new System.Windows.Forms.Label();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.txt_vorarbeiter = new System.Windows.Forms.TextBox();
|
||||
this.txt_nacharbeiter = new System.Windows.Forms.TextBox();
|
||||
this.btn_ok = new System.Windows.Forms.Button();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label1.Location = new System.Drawing.Point(12, 9);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(415, 20);
|
||||
this.label1.TabIndex = 0;
|
||||
this.label1.Text = "Wer möchte sich Heute die Weltherschaft an sich reißen?";
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label2.Location = new System.Drawing.Point(244, 35);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(13, 20);
|
||||
this.label2.TabIndex = 1;
|
||||
this.label2.Text = "/";
|
||||
//
|
||||
// txt_vorarbeiter
|
||||
//
|
||||
this.txt_vorarbeiter.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.txt_vorarbeiter.Location = new System.Drawing.Point(12, 32);
|
||||
this.txt_vorarbeiter.Name = "txt_vorarbeiter";
|
||||
this.txt_vorarbeiter.Size = new System.Drawing.Size(226, 26);
|
||||
this.txt_vorarbeiter.TabIndex = 2;
|
||||
//
|
||||
// txt_nacharbeiter
|
||||
//
|
||||
this.txt_nacharbeiter.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.txt_nacharbeiter.Location = new System.Drawing.Point(263, 32);
|
||||
this.txt_nacharbeiter.Name = "txt_nacharbeiter";
|
||||
this.txt_nacharbeiter.Size = new System.Drawing.Size(226, 26);
|
||||
this.txt_nacharbeiter.TabIndex = 3;
|
||||
//
|
||||
// btn_ok
|
||||
//
|
||||
this.btn_ok.BackColor = System.Drawing.SystemColors.InactiveCaption;
|
||||
this.btn_ok.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btn_ok.Location = new System.Drawing.Point(12, 64);
|
||||
this.btn_ok.Name = "btn_ok";
|
||||
this.btn_ok.Size = new System.Drawing.Size(477, 87);
|
||||
this.btn_ok.TabIndex = 4;
|
||||
this.btn_ok.Text = "OK";
|
||||
this.btn_ok.UseVisualStyleBackColor = false;
|
||||
this.btn_ok.Click += new System.EventHandler(this.btn_ok_Click);
|
||||
//
|
||||
// FrmAktuelleBesatzung
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(503, 168);
|
||||
this.ControlBox = false;
|
||||
this.Controls.Add(this.btn_ok);
|
||||
this.Controls.Add(this.txt_nacharbeiter);
|
||||
this.Controls.Add(this.txt_vorarbeiter);
|
||||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.label1);
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "FrmAktuelleBesatzung";
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.TextBox txt_vorarbeiter;
|
||||
private System.Windows.Forms.TextBox txt_nacharbeiter;
|
||||
private System.Windows.Forms.Button btn_ok;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user