148 lines
8.7 KiB
C#
148 lines
8.7 KiB
C#
namespace Deckungsbeitrag
|
|
{
|
|
partial class FormAufgabeVW
|
|
{
|
|
/// <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(FormAufgabeVW));
|
|
this.objectListViewAufgabe = new BrightIdeasSoftware.ObjectListView();
|
|
this.buttonNeueAnfrage = new System.Windows.Forms.Button();
|
|
this.buttonAbbrechen = new System.Windows.Forms.Button();
|
|
this.buttonSpeichern = new System.Windows.Forms.Button();
|
|
((System.ComponentModel.ISupportInitialize)(this.objectListViewAufgabe)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// objectListViewAufgabe
|
|
//
|
|
this.objectListViewAufgabe.AlternateRowBackColor = System.Drawing.Color.LightSteelBlue;
|
|
this.objectListViewAufgabe.CellEditActivation = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.DoubleClick;
|
|
this.objectListViewAufgabe.CellEditUseWholeCell = false;
|
|
this.objectListViewAufgabe.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.objectListViewAufgabe.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.objectListViewAufgabe.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.objectListViewAufgabe.FullRowSelect = true;
|
|
this.objectListViewAufgabe.GridLines = true;
|
|
this.objectListViewAufgabe.HideSelection = false;
|
|
this.objectListViewAufgabe.Location = new System.Drawing.Point(0, 0);
|
|
this.objectListViewAufgabe.MultiSelect = false;
|
|
this.objectListViewAufgabe.Name = "objectListViewAufgabe";
|
|
this.objectListViewAufgabe.SelectColumnsOnRightClick = false;
|
|
this.objectListViewAufgabe.SelectColumnsOnRightClickBehaviour = BrightIdeasSoftware.ObjectListView.ColumnSelectBehaviour.None;
|
|
this.objectListViewAufgabe.ShowGroups = false;
|
|
this.objectListViewAufgabe.ShowSortIndicators = false;
|
|
this.objectListViewAufgabe.Size = new System.Drawing.Size(800, 410);
|
|
this.objectListViewAufgabe.TabIndex = 47;
|
|
this.objectListViewAufgabe.UseAlternatingBackColors = true;
|
|
this.objectListViewAufgabe.UseCellFormatEvents = true;
|
|
this.objectListViewAufgabe.UseCompatibleStateImageBehavior = false;
|
|
this.objectListViewAufgabe.UseFiltering = true;
|
|
this.objectListViewAufgabe.View = System.Windows.Forms.View.Details;
|
|
this.objectListViewAufgabe.CellClick += new System.EventHandler<BrightIdeasSoftware.CellClickEventArgs>(this.objectListViewAufgabe_CellClick);
|
|
this.objectListViewAufgabe.SubItemChecking += new System.EventHandler<BrightIdeasSoftware.SubItemCheckingEventArgs>(this.objectListViewAufgabe_SubItemChecking);
|
|
this.objectListViewAufgabe.FormatCell += new System.EventHandler<BrightIdeasSoftware.FormatCellEventArgs>(this.objectListViewAufgabe_FormatCell);
|
|
//
|
|
// buttonNeueAnfrage
|
|
//
|
|
this.buttonNeueAnfrage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.buttonNeueAnfrage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
|
|
this.buttonNeueAnfrage.FlatAppearance.BorderSize = 0;
|
|
this.buttonNeueAnfrage.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonNeueAnfrage.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonNeueAnfrage.Location = new System.Drawing.Point(11, 421);
|
|
this.buttonNeueAnfrage.Margin = new System.Windows.Forms.Padding(2);
|
|
this.buttonNeueAnfrage.Name = "buttonNeueAnfrage";
|
|
this.buttonNeueAnfrage.Size = new System.Drawing.Size(150, 41);
|
|
this.buttonNeueAnfrage.TabIndex = 50;
|
|
this.buttonNeueAnfrage.Text = "Neue Aufgabe";
|
|
this.buttonNeueAnfrage.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
this.buttonNeueAnfrage.UseVisualStyleBackColor = false;
|
|
this.buttonNeueAnfrage.Click += new System.EventHandler(this.buttonNeueAufgabe_Click);
|
|
//
|
|
// 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.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 = global::Deckungsbeitrag.Properties.Resources.Close_WhiteNoHalo_16x;
|
|
this.buttonAbbrechen.Location = new System.Drawing.Point(748, 421);
|
|
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 = 49;
|
|
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.buttonAbbrechenAufgabe_Click);
|
|
//
|
|
// buttonSpeichern
|
|
//
|
|
this.buttonSpeichern.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonSpeichern.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
this.buttonSpeichern.Enabled = false;
|
|
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(703, 421);
|
|
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 = 48;
|
|
this.buttonSpeichern.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
|
this.buttonSpeichern.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.buttonSpeichern.UseVisualStyleBackColor = false;
|
|
this.buttonSpeichern.Visible = false;
|
|
this.buttonSpeichern.Click += new System.EventHandler(this.buttonSpeichern_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.buttonNeueAnfrage);
|
|
this.Controls.Add(this.buttonAbbrechen);
|
|
this.Controls.Add(this.buttonSpeichern);
|
|
this.Controls.Add(this.objectListViewAufgabe);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "FormAufgabeVW";
|
|
this.Text = "Aufgabeverwaltung";
|
|
this.Load += new System.EventHandler(this.FormAufgabeVW_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.objectListViewAufgabe)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private BrightIdeasSoftware.ObjectListView objectListViewAufgabe;
|
|
private System.Windows.Forms.Button buttonNeueAnfrage;
|
|
private System.Windows.Forms.Button buttonAbbrechen;
|
|
private System.Windows.Forms.Button buttonSpeichern;
|
|
}
|
|
} |