118 lines
5.8 KiB
C#
118 lines
5.8 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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormWSVerfolgung));
|
|
this.statusStripWSVerfolgung = new System.Windows.Forms.StatusStrip();
|
|
this.tableLayoutPanelWSVerfolgung = new System.Windows.Forms.TableLayoutPanel();
|
|
this.toolStripStatusLabelInfo = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.toolStripStatusLabelInfoShortCut = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.toolStripDropDownButtonInfo = new System.Windows.Forms.ToolStripDropDownButton();
|
|
this.statusStripWSVerfolgung.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// statusStripWSVerfolgung
|
|
//
|
|
this.statusStripWSVerfolgung.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripStatusLabelInfo,
|
|
this.toolStripStatusLabelInfoShortCut,
|
|
this.toolStripDropDownButtonInfo});
|
|
this.statusStripWSVerfolgung.Location = new System.Drawing.Point(0, 428);
|
|
this.statusStripWSVerfolgung.Name = "statusStripWSVerfolgung";
|
|
this.statusStripWSVerfolgung.Size = new System.Drawing.Size(800, 22);
|
|
this.statusStripWSVerfolgung.TabIndex = 0;
|
|
this.statusStripWSVerfolgung.Text = "statusStrip1";
|
|
//
|
|
// 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;
|
|
//
|
|
// toolStripStatusLabelInfo
|
|
//
|
|
this.toolStripStatusLabelInfo.BackColor = System.Drawing.SystemColors.Control;
|
|
this.toolStripStatusLabelInfo.Name = "toolStripStatusLabelInfo";
|
|
this.toolStripStatusLabelInfo.Size = new System.Drawing.Size(72, 17);
|
|
this.toolStripStatusLabelInfo.Text = "Info wählen:";
|
|
//
|
|
// toolStripStatusLabelInfoShortCut
|
|
//
|
|
this.toolStripStatusLabelInfoShortCut.BackColor = System.Drawing.SystemColors.Control;
|
|
this.toolStripStatusLabelInfoShortCut.Name = "toolStripStatusLabelInfoShortCut";
|
|
this.toolStripStatusLabelInfoShortCut.Size = new System.Drawing.Size(55, 17);
|
|
this.toolStripStatusLabelInfoShortCut.Text = "[Strg]+[I]";
|
|
//
|
|
// toolStripDropDownButtonInfo
|
|
//
|
|
this.toolStripDropDownButtonInfo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.toolStripDropDownButtonInfo.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButtonInfo.Image")));
|
|
this.toolStripDropDownButtonInfo.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripDropDownButtonInfo.Name = "toolStripDropDownButtonInfo";
|
|
this.toolStripDropDownButtonInfo.Size = new System.Drawing.Size(29, 20);
|
|
this.toolStripDropDownButtonInfo.Text = "toolStripDropDownButton1";
|
|
//
|
|
// 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.Load += new System.EventHandler(this.WSVerfolgung_Load);
|
|
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.ToolStripStatusLabel toolStripStatusLabelInfo;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelInfoShortCut;
|
|
private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButtonInfo;
|
|
}
|
|
} |