updaet 20250123
This commit is contained in:
150
Client/DocMgmt/frmBewilligung.Designer.cs
generated
150
Client/DocMgmt/frmBewilligung.Designer.cs
generated
@@ -28,21 +28,26 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo treeNodeAdvStyleInfo1 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBewilligung));
|
||||
this.approval1 = new OnDoc.UIControls.Approval();
|
||||
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
||||
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
||||
this.tabControlAdv1 = new Syncfusion.Windows.Forms.Tools.TabControlAdv();
|
||||
this.tabPageAdv1 = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
|
||||
this.approval1 = new OnDoc.UIControls.Approval();
|
||||
this.tabPageAdv2 = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
|
||||
this.serienbrief1 = new OnDoc.UIControls.Serienbrief();
|
||||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||||
this.treeViewAdv1 = new Syncfusion.Windows.Forms.Tools.TreeViewAdv();
|
||||
this.toolStrip1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tabControlAdv1)).BeginInit();
|
||||
this.tabControlAdv1.SuspendLayout();
|
||||
this.tabPageAdv1.SuspendLayout();
|
||||
this.tabPageAdv2.SuspendLayout();
|
||||
this.groupBox1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.treeViewAdv1)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// approval1
|
||||
//
|
||||
this.approval1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.approval1.Location = new System.Drawing.Point(2, 33);
|
||||
this.approval1.Name = "approval1";
|
||||
this.approval1.Size = new System.Drawing.Size(1608, 917);
|
||||
this.approval1.TabIndex = 0;
|
||||
//
|
||||
// toolStrip1
|
||||
//
|
||||
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
|
||||
@@ -53,6 +58,7 @@
|
||||
this.toolStrip1.Size = new System.Drawing.Size(1608, 31);
|
||||
this.toolStrip1.TabIndex = 1;
|
||||
this.toolStrip1.Text = "toolStrip1";
|
||||
this.toolStrip1.Visible = false;
|
||||
//
|
||||
// toolStripButton1
|
||||
//
|
||||
@@ -64,12 +70,122 @@
|
||||
this.toolStripButton1.Text = "toolStripButton1";
|
||||
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
|
||||
//
|
||||
// tabControlAdv1
|
||||
//
|
||||
this.tabControlAdv1.Controls.Add(this.tabPageAdv1);
|
||||
this.tabControlAdv1.Controls.Add(this.tabPageAdv2);
|
||||
this.tabControlAdv1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabControlAdv1.Location = new System.Drawing.Point(2, 2);
|
||||
this.tabControlAdv1.Name = "tabControlAdv1";
|
||||
this.tabControlAdv1.Size = new System.Drawing.Size(1608, 759);
|
||||
this.tabControlAdv1.TabIndex = 2;
|
||||
this.tabControlAdv1.ThemeStyle.PrimitiveButtonStyle.DisabledNextPageImage = null;
|
||||
this.tabControlAdv1.SelectedIndexChanged += new System.EventHandler(this.tabControlAdv1_SelectedIndexChanged);
|
||||
//
|
||||
// tabPageAdv1
|
||||
//
|
||||
this.tabPageAdv1.Controls.Add(this.approval1);
|
||||
this.tabPageAdv1.Image = null;
|
||||
this.tabPageAdv1.ImageSize = new System.Drawing.Size(16, 16);
|
||||
this.tabPageAdv1.Location = new System.Drawing.Point(1, 25);
|
||||
this.tabPageAdv1.Name = "tabPageAdv1";
|
||||
this.tabPageAdv1.ShowCloseButton = true;
|
||||
this.tabPageAdv1.Size = new System.Drawing.Size(1605, 732);
|
||||
this.tabPageAdv1.Text = "Dokument-Prüfung";
|
||||
this.tabPageAdv1.ThemesEnabled = false;
|
||||
//
|
||||
// approval1
|
||||
//
|
||||
this.approval1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.approval1.Location = new System.Drawing.Point(0, 0);
|
||||
this.approval1.Name = "approval1";
|
||||
this.approval1.Size = new System.Drawing.Size(1605, 732);
|
||||
this.approval1.TabIndex = 0;
|
||||
//
|
||||
// tabPageAdv2
|
||||
//
|
||||
this.tabPageAdv2.Controls.Add(this.serienbrief1);
|
||||
this.tabPageAdv2.Controls.Add(this.groupBox1);
|
||||
this.tabPageAdv2.Image = null;
|
||||
this.tabPageAdv2.ImageSize = new System.Drawing.Size(16, 16);
|
||||
this.tabPageAdv2.Location = new System.Drawing.Point(1, 25);
|
||||
this.tabPageAdv2.Name = "tabPageAdv2";
|
||||
this.tabPageAdv2.ShowCloseButton = true;
|
||||
this.tabPageAdv2.Size = new System.Drawing.Size(1605, 732);
|
||||
this.tabPageAdv2.Text = "Serienbrief";
|
||||
this.tabPageAdv2.ThemesEnabled = false;
|
||||
//
|
||||
// serienbrief1
|
||||
//
|
||||
this.serienbrief1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.serienbrief1.Location = new System.Drawing.Point(200, 0);
|
||||
this.serienbrief1.Name = "serienbrief1";
|
||||
this.serienbrief1.Size = new System.Drawing.Size(1405, 732);
|
||||
this.serienbrief1.TabIndex = 1;
|
||||
//
|
||||
// groupBox1
|
||||
//
|
||||
this.groupBox1.Controls.Add(this.treeViewAdv1);
|
||||
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.groupBox1.Location = new System.Drawing.Point(0, 0);
|
||||
this.groupBox1.Name = "groupBox1";
|
||||
this.groupBox1.Size = new System.Drawing.Size(200, 732);
|
||||
this.groupBox1.TabIndex = 0;
|
||||
this.groupBox1.TabStop = false;
|
||||
//
|
||||
// treeViewAdv1
|
||||
//
|
||||
treeNodeAdvStyleInfo1.CheckBoxTickThickness = 1;
|
||||
treeNodeAdvStyleInfo1.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
treeNodeAdvStyleInfo1.EnsureDefaultOptionedChild = true;
|
||||
treeNodeAdvStyleInfo1.IntermediateCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
treeNodeAdvStyleInfo1.OptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
treeNodeAdvStyleInfo1.SelectedOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210)))));
|
||||
treeNodeAdvStyleInfo1.TextColor = System.Drawing.Color.Black;
|
||||
this.treeViewAdv1.BaseStylePairs.AddRange(new Syncfusion.Windows.Forms.Tools.StyleNamePair[] {
|
||||
new Syncfusion.Windows.Forms.Tools.StyleNamePair("Standard", treeNodeAdvStyleInfo1)});
|
||||
this.treeViewAdv1.BeforeTouchSize = new System.Drawing.Size(194, 713);
|
||||
this.treeViewAdv1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.treeViewAdv1.HelpTextControl.BaseThemeName = null;
|
||||
this.treeViewAdv1.HelpTextControl.Location = new System.Drawing.Point(0, 0);
|
||||
this.treeViewAdv1.HelpTextControl.Name = "";
|
||||
this.treeViewAdv1.HelpTextControl.Size = new System.Drawing.Size(392, 112);
|
||||
this.treeViewAdv1.HelpTextControl.TabIndex = 0;
|
||||
this.treeViewAdv1.HelpTextControl.Visible = true;
|
||||
this.treeViewAdv1.InactiveSelectedNodeForeColor = System.Drawing.SystemColors.ControlText;
|
||||
this.treeViewAdv1.Location = new System.Drawing.Point(3, 16);
|
||||
this.treeViewAdv1.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
|
||||
this.treeViewAdv1.Name = "treeViewAdv1";
|
||||
this.treeViewAdv1.SelectedNodeForeColor = System.Drawing.SystemColors.HighlightText;
|
||||
this.treeViewAdv1.Size = new System.Drawing.Size(194, 713);
|
||||
this.treeViewAdv1.TabIndex = 0;
|
||||
this.treeViewAdv1.Text = "treeViewAdv1";
|
||||
this.treeViewAdv1.ThemeStyle.TreeNodeAdvStyle.CheckBoxTickThickness = 1;
|
||||
this.treeViewAdv1.ThemeStyle.TreeNodeAdvStyle.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
this.treeViewAdv1.ThemeStyle.TreeNodeAdvStyle.EnsureDefaultOptionedChild = true;
|
||||
this.treeViewAdv1.ThemeStyle.TreeNodeAdvStyle.IntermediateCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
this.treeViewAdv1.ThemeStyle.TreeNodeAdvStyle.OptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
this.treeViewAdv1.ThemeStyle.TreeNodeAdvStyle.SelectedOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210)))));
|
||||
//
|
||||
//
|
||||
//
|
||||
this.treeViewAdv1.ToolTipControl.BaseThemeName = null;
|
||||
this.treeViewAdv1.ToolTipControl.Location = new System.Drawing.Point(0, 0);
|
||||
this.treeViewAdv1.ToolTipControl.Name = "";
|
||||
this.treeViewAdv1.ToolTipControl.Size = new System.Drawing.Size(392, 112);
|
||||
this.treeViewAdv1.ToolTipControl.TabIndex = 0;
|
||||
this.treeViewAdv1.ToolTipControl.Visible = true;
|
||||
this.treeViewAdv1.NodeMouseClick += new Syncfusion.Windows.Forms.Tools.TreeNodeAdvMouseClickArgs(this.treeViewAdv1_NodeMouseClick);
|
||||
//
|
||||
// frmBewilligung
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(1612, 952);
|
||||
this.Controls.Add(this.approval1);
|
||||
this.ClientSize = new System.Drawing.Size(1612, 763);
|
||||
this.Controls.Add(this.tabControlAdv1);
|
||||
this.Controls.Add(this.toolStrip1);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Name = "frmBewilligung";
|
||||
@@ -79,6 +195,12 @@
|
||||
this.Load += new System.EventHandler(this.frmBewilligung_Load);
|
||||
this.toolStrip1.ResumeLayout(false);
|
||||
this.toolStrip1.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tabControlAdv1)).EndInit();
|
||||
this.tabControlAdv1.ResumeLayout(false);
|
||||
this.tabPageAdv1.ResumeLayout(false);
|
||||
this.tabPageAdv2.ResumeLayout(false);
|
||||
this.groupBox1.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.treeViewAdv1)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
@@ -89,5 +211,11 @@
|
||||
private UIControls.Approval approval1;
|
||||
private System.Windows.Forms.ToolStrip toolStrip1;
|
||||
private System.Windows.Forms.ToolStripButton toolStripButton1;
|
||||
private Syncfusion.Windows.Forms.Tools.TabControlAdv tabControlAdv1;
|
||||
private Syncfusion.Windows.Forms.Tools.TabPageAdv tabPageAdv1;
|
||||
private Syncfusion.Windows.Forms.Tools.TabPageAdv tabPageAdv2;
|
||||
private UIControls.Serienbrief serienbrief1;
|
||||
private System.Windows.Forms.GroupBox groupBox1;
|
||||
private Syncfusion.Windows.Forms.Tools.TreeViewAdv treeViewAdv1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user