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">

View File

@@ -48,6 +48,7 @@
this.tsbtnpreviewbottom = new System.Windows.Forms.ToolStripButton();
this.tsbtnpreviewright = new System.Windows.Forms.ToolStripButton();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.docPreview1 = new OnDoc.UIControls.DocPreview();
this.panel2 = new System.Windows.Forms.Panel();
this.lblTitel = new System.Windows.Forms.Label();
this.ribbonPanel2 = new System.Windows.Forms.RibbonPanel();
@@ -89,6 +90,8 @@
this.ribbonGroupMitarbeiter = new System.Windows.Forms.RibbonItemGroup();
this.ribbonLabelMitarbeiter = new System.Windows.Forms.RibbonLabel();
this.ribbonComboBoxMitarbeiter = new System.Windows.Forms.RibbonComboBox();
this.ribbonPannelDiverseVorlagen = new System.Windows.Forms.RibbonPanel();
this.ribbonButtonNativ = new System.Windows.Forms.RibbonButton();
this.RibbonTabAdmin = new System.Windows.Forms.RibbonTab();
this.ribbonPanel1 = new System.Windows.Forms.RibbonPanel();
this.RibbonButtonDokumenttyp = new System.Windows.Forms.RibbonButton();
@@ -98,7 +101,6 @@
this.RibbonButtonBerechtigungsgruppe = new System.Windows.Forms.RibbonButton();
this.pdfConfig1 = new Syncfusion.Pdf.PdfConfig();
this.RibbonButtonCreateNewDoc = new System.Windows.Forms.RibbonButton();
this.docPreview1 = new OnDoc.UIControls.DocPreview();
((System.ComponentModel.ISupportInitialize)(this.sfDataGrid1)).BeginInit();
this.ctxMenuDokList.SuspendLayout();
this.toolStrip1.SuspendLayout();
@@ -142,7 +144,7 @@
this.druckenToolStripMenuItem,
this.pDFGenerierenToolStripMenuItem});
this.ctxMenuDokList.Name = "ctxMenuDokList";
this.ctxMenuDokList.Size = new System.Drawing.Size(280, 224);
this.ctxMenuDokList.Size = new System.Drawing.Size(280, 202);
//
// dokumentAnzeigenToolStripMenuItem
//
@@ -297,6 +299,15 @@
this.splitContainer1.SplitterDistance = 343;
this.splitContainer1.TabIndex = 2;
//
// docPreview1
//
this.docPreview1.BackColor = System.Drawing.SystemColors.Control;
this.docPreview1.Dock = System.Windows.Forms.DockStyle.Fill;
this.docPreview1.Location = new System.Drawing.Point(0, 0);
this.docPreview1.Name = "docPreview1";
this.docPreview1.Size = new System.Drawing.Size(1556, 347);
this.docPreview1.TabIndex = 0;
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.WhiteSmoke;
@@ -367,6 +378,7 @@
this.RibbonTabUserFunctions.Panels.Add(this.RibbonPanelDoklist);
this.RibbonTabUserFunctions.Panels.Add(this.RibbonPanelDemo);
this.RibbonTabUserFunctions.Panels.Add(this.RibbonPanelSuche);
this.RibbonTabUserFunctions.Panels.Add(this.ribbonPannelDiverseVorlagen);
this.RibbonTabUserFunctions.Text = "Funktionen";
//
// RibbonPanelExit
@@ -664,6 +676,20 @@
this.ribbonComboBoxMitarbeiter.TextBoxText = "";
this.ribbonComboBoxMitarbeiter.TextBoxWidth = 150;
//
// ribbonPannelDiverseVorlagen
//
this.ribbonPannelDiverseVorlagen.Items.Add(this.ribbonButtonNativ);
this.ribbonPannelDiverseVorlagen.Name = "ribbonPannelDiverseVorlagen";
this.ribbonPannelDiverseVorlagen.Text = "Diverse Dokumentvorlagen (ohne Kundenbezug)";
//
// ribbonButtonNativ
//
this.ribbonButtonNativ.Image = global::OnDoc.Properties.Resources.Native_32x32_32;
this.ribbonButtonNativ.LargeImage = global::OnDoc.Properties.Resources.Native_32x32_32;
this.ribbonButtonNativ.Name = "ribbonButtonNativ";
this.ribbonButtonNativ.SmallImage = global::OnDoc.Properties.Resources.Native_24x24_32;
this.ribbonButtonNativ.Click += new System.EventHandler(this.ribbonButtonNativ_Click);
//
// RibbonTabAdmin
//
this.RibbonTabAdmin.Name = "RibbonTabAdmin";
@@ -734,15 +760,6 @@
this.RibbonButtonCreateNewDoc.Text = "Dokument";
this.RibbonButtonCreateNewDoc.Click += new System.EventHandler(this.RibbonButtonCreateNewDoc_Click);
//
// docPreview1
//
this.docPreview1.BackColor = System.Drawing.SystemColors.Control;
this.docPreview1.Dock = System.Windows.Forms.DockStyle.Fill;
this.docPreview1.Location = new System.Drawing.Point(0, 0);
this.docPreview1.Name = "docPreview1";
this.docPreview1.Size = new System.Drawing.Size(1556, 347);
this.docPreview1.TabIndex = 0;
//
// DokList
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -838,5 +855,7 @@
private System.Windows.Forms.RibbonButton RibbonButtonBerechtigungsgruppe;
private System.Windows.Forms.RibbonButton ribbonButton2;
private System.Windows.Forms.ToolStripMenuItem pDFGenerierenToolStripMenuItem;
private System.Windows.Forms.RibbonPanel ribbonPannelDiverseVorlagen;
private System.Windows.Forms.RibbonButton ribbonButtonNativ;
}
}

View File

@@ -708,5 +708,11 @@ namespace OnDoc.UICintrols
string tempfilename = "";
tempfilename = fh.save_temp_file(dok.dokument, selected_dokumentid, AppParams.tempdir, dok.extension);
}
private void ribbonButtonNativ_Click(object sender, EventArgs e)
{
NativVorlagen nv = new NativVorlagen();
nv.Show();
}
}
}