Programm_Wirl/FormFahrerScreen.Designer.cs
2025-04-28 08:31:23 +02:00

118 lines
5.3 KiB
C#

namespace Deckungsbeitrag
{
partial class FormFahrerScreen
{
/// <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(FormFahrerScreen));
this.listViewAuftrag = new System.Windows.Forms.ListView();
this.toolStripFahrerScreen = new System.Windows.Forms.ToolStrip();
this.tSButtonDrucken = new System.Windows.Forms.ToolStripButton();
this.tSButtonErledigt = new System.Windows.Forms.ToolStripButton();
this.toolStripFahrerScreen.SuspendLayout();
this.SuspendLayout();
//
// listViewAuftrag
//
this.listViewAuftrag.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.listViewAuftrag.CheckBoxes = true;
this.listViewAuftrag.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.listViewAuftrag.FullRowSelect = true;
this.listViewAuftrag.GridLines = true;
this.listViewAuftrag.HideSelection = false;
this.listViewAuftrag.Location = new System.Drawing.Point(12, 44);
this.listViewAuftrag.Name = "listViewAuftrag";
this.listViewAuftrag.ShowItemToolTips = true;
this.listViewAuftrag.Size = new System.Drawing.Size(776, 394);
this.listViewAuftrag.TabIndex = 0;
this.listViewAuftrag.UseCompatibleStateImageBehavior = false;
this.listViewAuftrag.View = System.Windows.Forms.View.Details;
this.listViewAuftrag.MouseMove += new System.Windows.Forms.MouseEventHandler(this.listViewAuftrag_MouseMove);
//
// toolStripFahrerScreen
//
this.toolStripFahrerScreen.ImageScalingSize = new System.Drawing.Size(20, 20);
this.toolStripFahrerScreen.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tSButtonDrucken,
this.tSButtonErledigt});
this.toolStripFahrerScreen.Location = new System.Drawing.Point(0, 0);
this.toolStripFahrerScreen.Name = "toolStripFahrerScreen";
this.toolStripFahrerScreen.Size = new System.Drawing.Size(800, 32);
this.toolStripFahrerScreen.TabIndex = 1;
this.toolStripFahrerScreen.Text = "toolStrip1";
//
// tSButtonDrucken
//
this.tSButtonDrucken.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.tSButtonDrucken.Image = ((System.Drawing.Image)(resources.GetObject("tSButtonDrucken.Image")));
this.tSButtonDrucken.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tSButtonDrucken.Name = "tSButtonDrucken";
this.tSButtonDrucken.Size = new System.Drawing.Size(109, 29);
this.tSButtonDrucken.Text = "Drucken";
this.tSButtonDrucken.Click += new System.EventHandler(this.tSButtonDrucken_Click);
//
// tSButtonErledigt
//
this.tSButtonErledigt.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.tSButtonErledigt.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.tSButtonErledigt.Image = ((System.Drawing.Image)(resources.GetObject("tSButtonErledigt.Image")));
this.tSButtonErledigt.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tSButtonErledigt.Name = "tSButtonErledigt";
this.tSButtonErledigt.Size = new System.Drawing.Size(101, 29);
this.tSButtonErledigt.Text = "Erledigt";
this.tSButtonErledigt.Click += new System.EventHandler(this.tSButtonErledigt_Click);
//
// FormFahrerScreen
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
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, 450);
this.Controls.Add(this.toolStripFahrerScreen);
this.Controls.Add(this.listViewAuftrag);
this.Name = "FormFahrerScreen";
this.Text = "Fahrer - Aufträge";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.FormFahrerScreen_Load);
this.toolStripFahrerScreen.ResumeLayout(false);
this.toolStripFahrerScreen.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ListView listViewAuftrag;
private System.Windows.Forms.ToolStrip toolStripFahrerScreen;
private System.Windows.Forms.ToolStripButton tSButtonDrucken;
private System.Windows.Forms.ToolStripButton tSButtonErledigt;
}
}