namespace OnDoc.UIControls
{
partial class PendDok
{
///
/// Erforderliche Designervariable.
///
private System.ComponentModel.IContainer components = null;
///
/// Verwendete Ressourcen bereinigen.
///
/// True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Vom Komponenten-Designer generierter Code
///
/// Erforderliche Methode für die Designerunterstützung.
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
///
private void InitializeComponent()
{
this.toolStripEx1 = new Syncfusion.Windows.Forms.Tools.ToolStripEx();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.toolStripEx1.SuspendLayout();
this.SuspendLayout();
//
// toolStripEx1
//
this.toolStripEx1.AutoSize = false;
this.toolStripEx1.BackColor = System.Drawing.SystemColors.Control;
this.toolStripEx1.CaptionTextStyle = Syncfusion.Windows.Forms.Tools.CaptionTextStyle.Shadow;
this.toolStripEx1.ForeColor = System.Drawing.Color.RoyalBlue;
this.toolStripEx1.Image = null;
this.toolStripEx1.ImageScalingSize = new System.Drawing.Size(32, 32);
this.toolStripEx1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButton1});
this.toolStripEx1.LauncherStyle = Syncfusion.Windows.Forms.Tools.LauncherStyle.Office12;
this.toolStripEx1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
this.toolStripEx1.Location = new System.Drawing.Point(0, 0);
this.toolStripEx1.Name = "toolStripEx1";
this.toolStripEx1.Office12Mode = false;
this.toolStripEx1.Size = new System.Drawing.Size(1493, 78);
this.toolStripEx1.TabIndex = 0;
this.toolStripEx1.ThemeName = "";
//
// toolStripButton1
//
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(23, 44);
this.toolStripButton1.Text = "toolStripButton1";
//
// PendDok
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.toolStripEx1);
this.Name = "PendDok";
this.Size = new System.Drawing.Size(1493, 744);
this.toolStripEx1.ResumeLayout(false);
this.toolStripEx1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private Syncfusion.Windows.Forms.Tools.ToolStripEx toolStripEx1;
private System.Windows.Forms.ToolStripButton toolStripButton1;
}
}