237 lines
12 KiB
C#
237 lines
12 KiB
C#
|
|
namespace Deckungsbeitrag
|
|
{
|
|
partial class FormNeueAufgabe
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormNeueAufgabe));
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.textBoxBeschreibung = new System.Windows.Forms.TextBox();
|
|
this.textBoxBezeichnung = new System.Windows.Forms.TextBox();
|
|
this.buttonAbbrechen = new System.Windows.Forms.Button();
|
|
this.buttonSpeichern = new System.Windows.Forms.Button();
|
|
this.buttonFarbe = new System.Windows.Forms.Button();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.comboBoxAufgabeKat = new System.Windows.Forms.ComboBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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.ForeColor = System.Drawing.Color.White;
|
|
this.label2.Location = new System.Drawing.Point(12, 63);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(107, 20);
|
|
this.label2.TabIndex = 23;
|
|
this.label2.Text = "Beschreibung";
|
|
//
|
|
// 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.ForeColor = System.Drawing.Color.White;
|
|
this.label1.Location = new System.Drawing.Point(12, 9);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(70, 20);
|
|
this.label1.TabIndex = 22;
|
|
this.label1.Text = "Aufgabe";
|
|
//
|
|
// textBoxBeschreibung
|
|
//
|
|
this.textBoxBeschreibung.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBoxBeschreibung.Location = new System.Drawing.Point(16, 85);
|
|
this.textBoxBeschreibung.Margin = new System.Windows.Forms.Padding(2);
|
|
this.textBoxBeschreibung.Multiline = true;
|
|
this.textBoxBeschreibung.Name = "textBoxBeschreibung";
|
|
this.textBoxBeschreibung.Size = new System.Drawing.Size(309, 75);
|
|
this.textBoxBeschreibung.TabIndex = 2;
|
|
//
|
|
// textBoxBezeichnung
|
|
//
|
|
this.textBoxBezeichnung.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBoxBezeichnung.Location = new System.Drawing.Point(16, 31);
|
|
this.textBoxBezeichnung.Margin = new System.Windows.Forms.Padding(2);
|
|
this.textBoxBezeichnung.Name = "textBoxBezeichnung";
|
|
this.textBoxBezeichnung.Size = new System.Drawing.Size(120, 26);
|
|
this.textBoxBezeichnung.TabIndex = 0;
|
|
//
|
|
// buttonAbbrechen
|
|
//
|
|
this.buttonAbbrechen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonAbbrechen.BackColor = System.Drawing.Color.Red;
|
|
this.buttonAbbrechen.CausesValidation = false;
|
|
this.buttonAbbrechen.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
this.buttonAbbrechen.FlatAppearance.BorderSize = 0;
|
|
this.buttonAbbrechen.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonAbbrechen.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonAbbrechen.Image = ((System.Drawing.Image)(resources.GetObject("buttonAbbrechen.Image")));
|
|
this.buttonAbbrechen.Location = new System.Drawing.Point(284, 233);
|
|
this.buttonAbbrechen.Margin = new System.Windows.Forms.Padding(2);
|
|
this.buttonAbbrechen.Name = "buttonAbbrechen";
|
|
this.buttonAbbrechen.Size = new System.Drawing.Size(41, 41);
|
|
this.buttonAbbrechen.TabIndex = 5;
|
|
this.buttonAbbrechen.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
|
this.buttonAbbrechen.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.buttonAbbrechen.UseVisualStyleBackColor = false;
|
|
this.buttonAbbrechen.Click += new System.EventHandler(this.buttonAbbrechen_Click);
|
|
//
|
|
// buttonSpeichern
|
|
//
|
|
this.buttonSpeichern.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.buttonSpeichern.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
this.buttonSpeichern.CausesValidation = false;
|
|
this.buttonSpeichern.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
this.buttonSpeichern.FlatAppearance.BorderSize = 0;
|
|
this.buttonSpeichern.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonSpeichern.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonSpeichern.Image = ((System.Drawing.Image)(resources.GetObject("buttonSpeichern.Image")));
|
|
this.buttonSpeichern.Location = new System.Drawing.Point(16, 233);
|
|
this.buttonSpeichern.Margin = new System.Windows.Forms.Padding(2);
|
|
this.buttonSpeichern.Name = "buttonSpeichern";
|
|
this.buttonSpeichern.Size = new System.Drawing.Size(41, 41);
|
|
this.buttonSpeichern.TabIndex = 4;
|
|
this.buttonSpeichern.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
|
this.buttonSpeichern.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.buttonSpeichern.UseVisualStyleBackColor = false;
|
|
this.buttonSpeichern.Click += new System.EventHandler(this.buttonSpeichern_Click);
|
|
//
|
|
// buttonFarbe
|
|
//
|
|
this.buttonFarbe.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
this.buttonFarbe.FlatAppearance.BorderSize = 3;
|
|
this.buttonFarbe.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonFarbe.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonFarbe.ForeColor = System.Drawing.Color.White;
|
|
this.buttonFarbe.Location = new System.Drawing.Point(16, 173);
|
|
this.buttonFarbe.Margin = new System.Windows.Forms.Padding(2);
|
|
this.buttonFarbe.Name = "buttonFarbe";
|
|
this.buttonFarbe.Size = new System.Drawing.Size(100, 41);
|
|
this.buttonFarbe.TabIndex = 3;
|
|
this.buttonFarbe.Tag = "false";
|
|
this.buttonFarbe.Text = "Farbe";
|
|
this.buttonFarbe.UseVisualStyleBackColor = true;
|
|
this.buttonFarbe.Click += new System.EventHandler(this.buttonFarbe_Click);
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label11.ForeColor = System.Drawing.Color.White;
|
|
this.label11.Location = new System.Drawing.Point(136, 9);
|
|
this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(77, 20);
|
|
this.label11.TabIndex = 49;
|
|
this.label11.Text = "Kategorie";
|
|
//
|
|
// comboBoxAufgabeKat
|
|
//
|
|
this.comboBoxAufgabeKat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBoxAufgabeKat.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.comboBoxAufgabeKat.FormattingEnabled = true;
|
|
this.comboBoxAufgabeKat.Location = new System.Drawing.Point(140, 31);
|
|
this.comboBoxAufgabeKat.Margin = new System.Windows.Forms.Padding(2);
|
|
this.comboBoxAufgabeKat.Name = "comboBoxAufgabeKat";
|
|
this.comboBoxAufgabeKat.Size = new System.Drawing.Size(185, 26);
|
|
this.comboBoxAufgabeKat.TabIndex = 1;
|
|
this.comboBoxAufgabeKat.Validating += new System.ComponentModel.CancelEventHandler(this.comboBoxAufgabeKat_Validating);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label3.ForeColor = System.Drawing.Color.White;
|
|
this.label3.Location = new System.Drawing.Point(120, 180);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(196, 13);
|
|
this.label3.TabIndex = 51;
|
|
this.label3.Text = "Die Farbe wird im Waschstrassenscreen";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label4.ForeColor = System.Drawing.Color.White;
|
|
this.label4.Location = new System.Drawing.Point(120, 195);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(144, 13);
|
|
this.label4.TabIndex = 52;
|
|
this.label4.Text = "zur Visualisierung verwendet.";
|
|
//
|
|
// FormNeueAufgabe
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.ClientSize = new System.Drawing.Size(339, 285);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.buttonFarbe);
|
|
this.Controls.Add(this.label11);
|
|
this.Controls.Add(this.comboBoxAufgabeKat);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.buttonAbbrechen);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.buttonSpeichern);
|
|
this.Controls.Add(this.textBoxBeschreibung);
|
|
this.Controls.Add(this.textBoxBezeichnung);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Margin = new System.Windows.Forms.Padding(2);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FormNeueAufgabe";
|
|
this.ShowInTaskbar = false;
|
|
this.Text = "NEUE AUFGABE";
|
|
this.Load += new System.EventHandler(this.FormNeueAufgabe_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox textBoxBeschreibung;
|
|
private System.Windows.Forms.TextBox textBoxBezeichnung;
|
|
private System.Windows.Forms.Button buttonAbbrechen;
|
|
private System.Windows.Forms.Button buttonSpeichern;
|
|
private System.Windows.Forms.Button buttonFarbe;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.ComboBox comboBoxAufgabeKat;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
}
|
|
} |