Nach Update Syncfusion / Anpassungen Nativ
This commit is contained in:
81
Client/Backup/UIControls/PendDok.Designer.cs
generated
Normal file
81
Client/Backup/UIControls/PendDok.Designer.cs
generated
Normal file
@@ -0,0 +1,81 @@
|
||||
namespace OnDoc.UIControls
|
||||
{
|
||||
partial class PendDok
|
||||
{
|
||||
/// <summary>
|
||||
/// Erforderliche Designervariable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Verwendete Ressourcen bereinigen.
|
||||
/// </summary>
|
||||
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Vom Komponenten-Designer generierter Code
|
||||
|
||||
/// <summary>
|
||||
/// Erforderliche Methode für die Designerunterstützung.
|
||||
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
|
||||
/// </summary>
|
||||
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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user