namespace Deckungsbeitrag { partial class FormAufgabeVW { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAufgabeVW)); this.listViewAufgabeVW = new System.Windows.Forms.ListView(); this.groupBoxNeueAufgabe = new System.Windows.Forms.GroupBox(); this.buttonFarbe = new System.Windows.Forms.Button(); this.label11 = new System.Windows.Forms.Label(); this.comboBoxAufgabeKat = new System.Windows.Forms.ComboBox(); 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.buttonAbbrechenAufgabe = new System.Windows.Forms.Button(); this.buttonSpeichernAufgabe = new System.Windows.Forms.Button(); this.buttonNeueAufgabe = new System.Windows.Forms.Button(); this.groupBoxNeueAufgabe.SuspendLayout(); this.SuspendLayout(); // // listViewAufgabeVW // this.listViewAufgabeVW.AllowColumnReorder = true; this.listViewAufgabeVW.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.listViewAufgabeVW.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.listViewAufgabeVW.FullRowSelect = true; this.listViewAufgabeVW.GridLines = true; this.listViewAufgabeVW.HideSelection = false; this.listViewAufgabeVW.Location = new System.Drawing.Point(11, 11); this.listViewAufgabeVW.Margin = new System.Windows.Forms.Padding(2); this.listViewAufgabeVW.Name = "listViewAufgabeVW"; this.listViewAufgabeVW.Size = new System.Drawing.Size(778, 314); this.listViewAufgabeVW.TabIndex = 34; this.listViewAufgabeVW.UseCompatibleStateImageBehavior = false; this.listViewAufgabeVW.View = System.Windows.Forms.View.Details; this.listViewAufgabeVW.MouseClick += new System.Windows.Forms.MouseEventHandler(this.listViewAufgabeVW_MouseClick); // // groupBoxNeueAufgabe // this.groupBoxNeueAufgabe.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBoxNeueAufgabe.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101))))); this.groupBoxNeueAufgabe.Controls.Add(this.buttonFarbe); this.groupBoxNeueAufgabe.Controls.Add(this.label11); this.groupBoxNeueAufgabe.Controls.Add(this.comboBoxAufgabeKat); this.groupBoxNeueAufgabe.Controls.Add(this.label2); this.groupBoxNeueAufgabe.Controls.Add(this.label1); this.groupBoxNeueAufgabe.Controls.Add(this.textBoxBeschreibung); this.groupBoxNeueAufgabe.Controls.Add(this.textBoxBezeichnung); this.groupBoxNeueAufgabe.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBoxNeueAufgabe.ForeColor = System.Drawing.Color.White; this.groupBoxNeueAufgabe.Location = new System.Drawing.Point(11, 333); this.groupBoxNeueAufgabe.Margin = new System.Windows.Forms.Padding(2); this.groupBoxNeueAufgabe.Name = "groupBoxNeueAufgabe"; this.groupBoxNeueAufgabe.Padding = new System.Windows.Forms.Padding(2); this.groupBoxNeueAufgabe.Size = new System.Drawing.Size(778, 87); this.groupBoxNeueAufgabe.TabIndex = 35; this.groupBoxNeueAufgabe.TabStop = false; this.groupBoxNeueAufgabe.Text = "Aufgabe"; // // buttonFarbe // this.buttonFarbe.FlatAppearance.BorderColor = System.Drawing.Color.White; this.buttonFarbe.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonFarbe.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.buttonFarbe.ForeColor = System.Drawing.Color.White; this.buttonFarbe.Location = new System.Drawing.Point(694, 45); this.buttonFarbe.Margin = new System.Windows.Forms.Padding(2); this.buttonFarbe.Name = "buttonFarbe"; this.buttonFarbe.Size = new System.Drawing.Size(72, 22); this.buttonFarbe.TabIndex = 47; this.buttonFarbe.Text = "Farbe"; this.buttonFarbe.UseVisualStyleBackColor = true; this.buttonFarbe.Visible = false; // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label11.Location = new System.Drawing.Point(554, 28); this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(52, 13); this.label11.TabIndex = 46; this.label11.Text = "Kategorie"; // // comboBoxAufgabeKat // this.comboBoxAufgabeKat.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.comboBoxAufgabeKat.FormattingEnabled = true; this.comboBoxAufgabeKat.Location = new System.Drawing.Point(557, 43); this.comboBoxAufgabeKat.Margin = new System.Windows.Forms.Padding(2); this.comboBoxAufgabeKat.Name = "comboBoxAufgabeKat"; this.comboBoxAufgabeKat.Size = new System.Drawing.Size(133, 25); this.comboBoxAufgabeKat.TabIndex = 45; this.comboBoxAufgabeKat.SelectedValueChanged += new System.EventHandler(this.comboBoxAufgabeKat_SelectedValueChanged); // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(279, 30); this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(72, 13); this.label2.TabIndex = 23; this.label2.Text = "Beschreibung"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(6, 28); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(47, 13); this.label1.TabIndex = 22; this.label1.Text = "Aufgabe"; // // textBoxBeschreibung // this.textBoxBeschreibung.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBoxBeschreibung.Location = new System.Drawing.Point(281, 45); this.textBoxBeschreibung.Margin = new System.Windows.Forms.Padding(2); this.textBoxBeschreibung.Name = "textBoxBeschreibung"; this.textBoxBeschreibung.Size = new System.Drawing.Size(272, 23); this.textBoxBeschreibung.TabIndex = 19; // // textBoxBezeichnung // this.textBoxBezeichnung.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append; this.textBoxBezeichnung.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource; this.textBoxBezeichnung.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBoxBezeichnung.Location = new System.Drawing.Point(9, 45); this.textBoxBezeichnung.Margin = new System.Windows.Forms.Padding(2); this.textBoxBezeichnung.Name = "textBoxBezeichnung"; this.textBoxBezeichnung.Size = new System.Drawing.Size(269, 23); this.textBoxBezeichnung.TabIndex = 18; // // buttonAbbrechenAufgabe // this.buttonAbbrechenAufgabe.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonAbbrechenAufgabe.BackColor = System.Drawing.Color.Red; this.buttonAbbrechenAufgabe.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.buttonAbbrechenAufgabe.Image = ((System.Drawing.Image)(resources.GetObject("buttonAbbrechenAufgabe.Image"))); this.buttonAbbrechenAufgabe.Location = new System.Drawing.Point(759, 430); this.buttonAbbrechenAufgabe.Margin = new System.Windows.Forms.Padding(2); this.buttonAbbrechenAufgabe.Name = "buttonAbbrechenAufgabe"; this.buttonAbbrechenAufgabe.Size = new System.Drawing.Size(30, 32); this.buttonAbbrechenAufgabe.TabIndex = 41; this.buttonAbbrechenAufgabe.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.buttonAbbrechenAufgabe.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.buttonAbbrechenAufgabe.UseVisualStyleBackColor = false; this.buttonAbbrechenAufgabe.Click += new System.EventHandler(this.buttonAbbrechenAufgabe_Click); // // buttonSpeichernAufgabe // this.buttonSpeichernAufgabe.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonSpeichernAufgabe.BackColor = System.Drawing.Color.Lime; this.buttonSpeichernAufgabe.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.buttonSpeichernAufgabe.Image = ((System.Drawing.Image)(resources.GetObject("buttonSpeichernAufgabe.Image"))); this.buttonSpeichernAufgabe.Location = new System.Drawing.Point(725, 430); this.buttonSpeichernAufgabe.Margin = new System.Windows.Forms.Padding(2); this.buttonSpeichernAufgabe.Name = "buttonSpeichernAufgabe"; this.buttonSpeichernAufgabe.Size = new System.Drawing.Size(30, 32); this.buttonSpeichernAufgabe.TabIndex = 40; this.buttonSpeichernAufgabe.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.buttonSpeichernAufgabe.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.buttonSpeichernAufgabe.UseVisualStyleBackColor = false; this.buttonSpeichernAufgabe.Click += new System.EventHandler(this.buttonSpeichern_Click); // // buttonNeueAufgabe // this.buttonNeueAufgabe.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonNeueAufgabe.BackColor = System.Drawing.Color.Yellow; this.buttonNeueAufgabe.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.buttonNeueAufgabe.Image = ((System.Drawing.Image)(resources.GetObject("buttonNeueAufgabe.Image"))); this.buttonNeueAufgabe.Location = new System.Drawing.Point(11, 430); this.buttonNeueAufgabe.Margin = new System.Windows.Forms.Padding(2); this.buttonNeueAufgabe.Name = "buttonNeueAufgabe"; this.buttonNeueAufgabe.Size = new System.Drawing.Size(135, 32); this.buttonNeueAufgabe.TabIndex = 46; this.buttonNeueAufgabe.Text = "Neue Aufgabe"; this.buttonNeueAufgabe.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.buttonNeueAufgabe.UseVisualStyleBackColor = false; this.buttonNeueAufgabe.Click += new System.EventHandler(this.buttonNeueAufgabe_Click); // // FormAufgabeVW // 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(800, 473); this.Controls.Add(this.buttonNeueAufgabe); this.Controls.Add(this.groupBoxNeueAufgabe); this.Controls.Add(this.listViewAufgabeVW); this.Controls.Add(this.buttonAbbrechenAufgabe); this.Controls.Add(this.buttonSpeichernAufgabe); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FormAufgabeVW"; this.Text = "Aufgabeverwaltung"; this.Load += new System.EventHandler(this.FormAufgabeVW_Load); this.groupBoxNeueAufgabe.ResumeLayout(false); this.groupBoxNeueAufgabe.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ListView listViewAufgabeVW; private System.Windows.Forms.GroupBox groupBoxNeueAufgabe; private System.Windows.Forms.Button buttonFarbe; private System.Windows.Forms.Label label11; private System.Windows.Forms.Button buttonAbbrechenAufgabe; private System.Windows.Forms.ComboBox comboBoxAufgabeKat; private System.Windows.Forms.Button buttonSpeichernAufgabe; 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 buttonNeueAufgabe; } }