106 lines
5.4 KiB
C#
106 lines
5.4 KiB
C#
namespace Deckungsbeitrag.AA_Forms
|
|
{
|
|
partial class FormWSVerfolgung
|
|
{
|
|
/// <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.statusStripWSVerfolgung = new System.Windows.Forms.StatusStrip();
|
|
this.toolStripDropDownButtonInfo = new System.Windows.Forms.ToolStripDropDownButton();
|
|
this.tableLayoutPanelWSVerfolgung = new System.Windows.Forms.TableLayoutPanel();
|
|
this.statusStripWSVerfolgung.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// statusStripWSVerfolgung
|
|
//
|
|
this.statusStripWSVerfolgung.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.statusStripWSVerfolgung.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripDropDownButtonInfo});
|
|
this.statusStripWSVerfolgung.Location = new System.Drawing.Point(0, 414);
|
|
this.statusStripWSVerfolgung.Name = "statusStripWSVerfolgung";
|
|
this.statusStripWSVerfolgung.Size = new System.Drawing.Size(800, 36);
|
|
this.statusStripWSVerfolgung.SizingGrip = false;
|
|
this.statusStripWSVerfolgung.TabIndex = 0;
|
|
this.statusStripWSVerfolgung.Text = "statusStrip1";
|
|
//
|
|
// toolStripDropDownButtonInfo
|
|
//
|
|
this.toolStripDropDownButtonInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
this.toolStripDropDownButtonInfo.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.toolStripDropDownButtonInfo.ForeColor = System.Drawing.Color.White;
|
|
this.toolStripDropDownButtonInfo.Image = global::Deckungsbeitrag.Properties.Resources.InformationSymbol_16x;
|
|
this.toolStripDropDownButtonInfo.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.toolStripDropDownButtonInfo.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripDropDownButtonInfo.Name = "toolStripDropDownButtonInfo";
|
|
this.toolStripDropDownButtonInfo.Size = new System.Drawing.Size(160, 34);
|
|
this.toolStripDropDownButtonInfo.Text = "Info wählen";
|
|
this.toolStripDropDownButtonInfo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.toolStripDropDownButtonInfo.ToolTipText = "Wähle hier eine Info für die Ausschlager";
|
|
//
|
|
// tableLayoutPanelWSVerfolgung
|
|
//
|
|
this.tableLayoutPanelWSVerfolgung.BackColor = System.Drawing.Color.Transparent;
|
|
this.tableLayoutPanelWSVerfolgung.ColumnCount = 1;
|
|
this.tableLayoutPanelWSVerfolgung.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanelWSVerfolgung.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.tableLayoutPanelWSVerfolgung.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanelWSVerfolgung.Name = "tableLayoutPanelWSVerfolgung";
|
|
this.tableLayoutPanelWSVerfolgung.RowCount = 2;
|
|
this.tableLayoutPanelWSVerfolgung.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanelWSVerfolgung.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanelWSVerfolgung.Size = new System.Drawing.Size(800, 422);
|
|
this.tableLayoutPanelWSVerfolgung.TabIndex = 1;
|
|
//
|
|
// FormWSVerfolgung
|
|
//
|
|
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, 450);
|
|
this.Controls.Add(this.tableLayoutPanelWSVerfolgung);
|
|
this.Controls.Add(this.statusStripWSVerfolgung);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.KeyPreview = true;
|
|
this.Name = "FormWSVerfolgung";
|
|
this.Text = "WSVerfolgung";
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
this.Load += new System.EventHandler(this.WSVerfolgung_Load);
|
|
this.Shown += new System.EventHandler(this.FormWSVerfolgung_Shown);
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormWSVerfolgung_KeyDown);
|
|
this.statusStripWSVerfolgung.ResumeLayout(false);
|
|
this.statusStripWSVerfolgung.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.StatusStrip statusStripWSVerfolgung;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelWSVerfolgung;
|
|
private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButtonInfo;
|
|
}
|
|
} |