Update 20240807 - nach NUGET-Update Syncfusion

This commit is contained in:
Stefan Hutter
2024-08-07 09:25:01 +02:00
parent 749b1e89ed
commit 77d5c661f7
8681 changed files with 5340624 additions and 1740134 deletions

View File

@@ -60,6 +60,7 @@
this.cbUnterschriftrechts = new System.Windows.Forms.CheckBox();
this.cbUnterschriftlinks = new System.Windows.Forms.CheckBox();
this.Grp1 = new System.Windows.Forms.GroupBox();
this.cbboxFachverantwortung = new Syncfusion.WinForms.ListView.SfComboBox();
this.cbboxOwner = new Syncfusion.WinForms.ListView.SfComboBox();
this.cbboxofficevorlage = new Syncfusion.WinForms.ListView.SfComboBox();
this.txtFachverantwortung = new System.Windows.Forms.TextBox();
@@ -72,7 +73,6 @@
this.TxTBezeichnung = new System.Windows.Forms.TextBox();
this.Label1 = new System.Windows.Forms.Label();
this.tabPageAdv2 = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
this.cbboxFachverantwortung = new Syncfusion.WinForms.ListView.SfComboBox();
((System.ComponentModel.ISupportInitialize)(this.tabControlAdv1)).BeginInit();
this.tabControlAdv1.SuspendLayout();
this.tabPageAdv1.SuspendLayout();
@@ -81,9 +81,9 @@
((System.ComponentModel.ISupportInitialize)(this.TreeDokumentArt)).BeginInit();
this.GroupBox2.SuspendLayout();
this.Grp1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.cbboxFachverantwortung)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbboxOwner)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbboxofficevorlage)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbboxFachverantwortung)).BeginInit();
this.SuspendLayout();
//
// tabControlAdv1
@@ -446,6 +446,17 @@
this.Grp1.TabStop = false;
this.Grp1.Text = "Vorlage";
//
// cbboxFachverantwortung
//
this.cbboxFachverantwortung.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cbboxFachverantwortung.DropDownPosition = Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment.Center;
this.cbboxFachverantwortung.Location = new System.Drawing.Point(120, 136);
this.cbboxFachverantwortung.Name = "cbboxFachverantwortung";
this.cbboxFachverantwortung.Size = new System.Drawing.Size(336, 25);
this.cbboxFachverantwortung.Style.TokenStyle.CloseButtonBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.cbboxFachverantwortung.TabIndex = 28;
this.cbboxFachverantwortung.TabStop = false;
//
// cbboxOwner
//
this.cbboxOwner.DropDownPosition = Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment.Center;
@@ -549,17 +560,6 @@
this.tabPageAdv2.Text = "Voralgenfelder";
this.tabPageAdv2.ThemesEnabled = false;
//
// cbboxFachverantwortung
//
this.cbboxFachverantwortung.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cbboxFachverantwortung.DropDownPosition = Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment.Center;
this.cbboxFachverantwortung.Location = new System.Drawing.Point(120, 136);
this.cbboxFachverantwortung.Name = "cbboxFachverantwortung";
this.cbboxFachverantwortung.Size = new System.Drawing.Size(336, 25);
this.cbboxFachverantwortung.Style.TokenStyle.CloseButtonBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.cbboxFachverantwortung.TabIndex = 28;
this.cbboxFachverantwortung.TabStop = false;
//
// Dokumenttyp
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -582,9 +582,9 @@
this.GroupBox2.PerformLayout();
this.Grp1.ResumeLayout(false);
this.Grp1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.cbboxFachverantwortung)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbboxOwner)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbboxofficevorlage)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbboxFachverantwortung)).EndInit();
this.ResumeLayout(false);
}

View File

@@ -31,9 +31,11 @@
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DokumenttypListe));
this.GridDokumenttyp = new Syncfusion.WinForms.DataGrid.SfDataGrid();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.TsBtnCopyDokTyp = new System.Windows.Forms.ToolStripButton();
this.tsbtnclose = new System.Windows.Forms.ToolStripButton();
this.TsBtnCopyDokTyp = new System.Windows.Forms.ToolStripButton();
this.tsbtnneu = new System.Windows.Forms.ToolStripButton();
this.tsbtnExport = new System.Windows.Forms.ToolStripButton();
this.tsbtnimport = new System.Windows.Forms.ToolStripButton();
((System.ComponentModel.ISupportInitialize)(this.GridDokumenttyp)).BeginInit();
this.toolStrip1.SuspendLayout();
this.SuspendLayout();
@@ -59,25 +61,19 @@
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbtnclose,
this.TsBtnCopyDokTyp,
this.tsbtnneu});
this.tsbtnneu,
this.tsbtnExport,
this.tsbtnimport});
this.toolStrip1.Location = new System.Drawing.Point(2, 2);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(983, 25);
this.toolStrip1.TabIndex = 1;
this.toolStrip1.Text = "toolStrip1";
//
// TsBtnCopyDokTyp
//
this.TsBtnCopyDokTyp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TsBtnCopyDokTyp.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TsBtnCopyDokTyp.Name = "TsBtnCopyDokTyp";
this.TsBtnCopyDokTyp.Size = new System.Drawing.Size(23, 22);
this.TsBtnCopyDokTyp.Text = "toolStripButton1";
this.TsBtnCopyDokTyp.ToolTipText = "Kopieren";
//
// tsbtnclose
//
this.tsbtnclose.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnclose.Image = global::OnDoc.Properties.Resources.CloseApplication_24x24_32;
this.tsbtnclose.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnclose.Name = "tsbtnclose";
this.tsbtnclose.Size = new System.Drawing.Size(23, 22);
@@ -85,6 +81,16 @@
this.tsbtnclose.ToolTipText = "Schliessen";
this.tsbtnclose.Click += new System.EventHandler(this.tsbtnclose_Click);
//
// TsBtnCopyDokTyp
//
this.TsBtnCopyDokTyp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.TsBtnCopyDokTyp.Image = global::OnDoc.Properties.Resources.NewDoc_24x24_32;
this.TsBtnCopyDokTyp.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TsBtnCopyDokTyp.Name = "TsBtnCopyDokTyp";
this.TsBtnCopyDokTyp.Size = new System.Drawing.Size(23, 22);
this.TsBtnCopyDokTyp.Text = "toolStripButton1";
this.TsBtnCopyDokTyp.ToolTipText = "Kopieren";
//
// tsbtnneu
//
this.tsbtnneu.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
@@ -94,6 +100,24 @@
this.tsbtnneu.Size = new System.Drawing.Size(23, 22);
this.tsbtnneu.Text = "toolStripButton1";
//
// tsbtnExport
//
this.tsbtnExport.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnExport.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnExport.Image")));
this.tsbtnExport.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnExport.Name = "tsbtnExport";
this.tsbtnExport.Size = new System.Drawing.Size(23, 22);
this.tsbtnExport.Text = "Exportieren";
//
// tsbtnimport
//
this.tsbtnimport.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnimport.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnimport.Image")));
this.tsbtnimport.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnimport.Name = "tsbtnimport";
this.tsbtnimport.Size = new System.Drawing.Size(23, 22);
this.tsbtnimport.Text = "Importieren";
//
// DokumenttypListe
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -122,5 +146,7 @@
private System.Windows.Forms.ToolStripButton TsBtnCopyDokTyp;
private System.Windows.Forms.ToolStripButton tsbtnclose;
private System.Windows.Forms.ToolStripButton tsbtnneu;
private System.Windows.Forms.ToolStripButton tsbtnExport;
private System.Windows.Forms.ToolStripButton tsbtnimport;
}
}

View File

@@ -134,6 +134,36 @@
mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+
kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D
TgDQASA1MVpwzwAAAABJRU5ErkJggg==
</value>
</data>
<data name="tsbtnExport.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9
0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw
bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc
VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9
c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32
Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo
mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+
kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D
TgDQASA1MVpwzwAAAABJRU5ErkJggg==
</value>
</data>
<data name="tsbtnimport.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9
0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw
bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc
VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9
c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32
Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo
mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+
kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D
TgDQASA1MVpwzwAAAABJRU5ErkJggg==
</value>
</data>
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">