Update 20240719

This commit is contained in:
Stefan Hutter
2024-07-19 17:03:49 +02:00
parent 153fbef133
commit ea8d48ac9e
90 changed files with 1011 additions and 230 deletions

View File

@@ -47,11 +47,6 @@
this.cbOfficeDokument = new System.Windows.Forms.CheckBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.TreeDokumentArt = new Syncfusion.Windows.Forms.Tools.TreeViewAdv();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.cbSerienbriefEigeneVorlage = new System.Windows.Forms.CheckBox();
this.cbSerienbriefVorlageEditierbar = new System.Windows.Forms.CheckBox();
this.cbNurSerienbrief = new System.Windows.Forms.CheckBox();
this.cbSerienbrief = new System.Windows.Forms.CheckBox();
this.GroupBox2 = new System.Windows.Forms.GroupBox();
this.checkBox3 = new System.Windows.Forms.CheckBox();
this.cbDigitaleUnterschrift = new System.Windows.Forms.CheckBox();
@@ -77,13 +72,13 @@
this.TxTBezeichnung = new System.Windows.Forms.TextBox();
this.Label1 = new System.Windows.Forms.Label();
this.tabPageAdv2 = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
this.checkBox1 = new System.Windows.Forms.CheckBox();
((System.ComponentModel.ISupportInitialize)(this.tabControlAdv1)).BeginInit();
this.tabControlAdv1.SuspendLayout();
this.tabPageAdv1.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.TreeDokumentArt)).BeginInit();
this.groupBox1.SuspendLayout();
this.GroupBox2.SuspendLayout();
this.Grp1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.cbboxFachverantwortung)).BeginInit();
@@ -106,7 +101,6 @@
//
this.tabPageAdv1.Controls.Add(this.groupBox4);
this.tabPageAdv1.Controls.Add(this.groupBox3);
this.tabPageAdv1.Controls.Add(this.groupBox1);
this.tabPageAdv1.Controls.Add(this.GroupBox2);
this.tabPageAdv1.Controls.Add(this.Grp1);
this.tabPageAdv1.Image = null;
@@ -121,6 +115,7 @@
//
// groupBox4
//
this.groupBox4.Controls.Add(this.checkBox1);
this.groupBox4.Controls.Add(this.cbPDFDirekteArchivierung);
this.groupBox4.Controls.Add(this.cbPDFDokument);
this.groupBox4.Controls.Add(this.cbOfficeDokument);
@@ -315,54 +310,6 @@
this.TreeDokumentArt.ToolTipControl.TabIndex = 0;
this.TreeDokumentArt.ToolTipControl.Visible = true;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.cbSerienbriefEigeneVorlage);
this.groupBox1.Controls.Add(this.cbSerienbriefVorlageEditierbar);
this.groupBox1.Controls.Add(this.cbNurSerienbrief);
this.groupBox1.Controls.Add(this.cbSerienbrief);
this.groupBox1.Location = new System.Drawing.Point(13, 473);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(488, 128);
this.groupBox1.TabIndex = 23;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Serienbrief";
//
// cbSerienbriefEigeneVorlage
//
this.cbSerienbriefEigeneVorlage.Enabled = false;
this.cbSerienbriefEigeneVorlage.Location = new System.Drawing.Point(16, 99);
this.cbSerienbriefEigeneVorlage.Name = "cbSerienbriefEigeneVorlage";
this.cbSerienbriefEigeneVorlage.Size = new System.Drawing.Size(280, 24);
this.cbSerienbriefEigeneVorlage.TabIndex = 7;
this.cbSerienbriefEigeneVorlage.Text = "Benutzer kann eine eigene Vorlage importieren";
//
// cbSerienbriefVorlageEditierbar
//
this.cbSerienbriefVorlageEditierbar.Enabled = false;
this.cbSerienbriefVorlageEditierbar.Location = new System.Drawing.Point(16, 75);
this.cbSerienbriefVorlageEditierbar.Name = "cbSerienbriefVorlageEditierbar";
this.cbSerienbriefVorlageEditierbar.Size = new System.Drawing.Size(280, 24);
this.cbSerienbriefVorlageEditierbar.TabIndex = 6;
this.cbSerienbriefVorlageEditierbar.Text = "Benutzer kann die Serienbrief-Vorlage bearbeiten";
//
// cbNurSerienbrief
//
this.cbNurSerienbrief.Enabled = false;
this.cbNurSerienbrief.Location = new System.Drawing.Point(32, 43);
this.cbNurSerienbrief.Name = "cbNurSerienbrief";
this.cbNurSerienbrief.Size = new System.Drawing.Size(240, 24);
this.cbNurSerienbrief.TabIndex = 5;
this.cbNurSerienbrief.Text = "Nur als Serienbriefvorlage";
//
// cbSerienbrief
//
this.cbSerienbrief.Location = new System.Drawing.Point(16, 19);
this.cbSerienbrief.Name = "cbSerienbrief";
this.cbSerienbrief.Size = new System.Drawing.Size(240, 24);
this.cbSerienbrief.TabIndex = 4;
this.cbSerienbrief.Text = "Vorlage als Serienbrief-Vorlage";
//
// GroupBox2
//
this.GroupBox2.Controls.Add(this.checkBox3);
@@ -602,6 +549,15 @@
this.tabPageAdv2.Text = "Voralgenfelder";
this.tabPageAdv2.ThemesEnabled = false;
//
// checkBox1
//
this.checkBox1.Enabled = false;
this.checkBox1.Location = new System.Drawing.Point(202, 19);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(280, 24);
this.checkBox1.TabIndex = 9;
this.checkBox1.Text = "Bearbeitung erzwingen";
//
// Dokumenttyp
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -620,7 +576,6 @@
this.groupBox4.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.TreeDokumentArt)).EndInit();
this.groupBox1.ResumeLayout(false);
this.GroupBox2.ResumeLayout(false);
this.GroupBox2.PerformLayout();
this.Grp1.ResumeLayout(false);
@@ -652,11 +607,6 @@
internal System.Windows.Forms.TextBox TxTBezeichnung;
internal System.Windows.Forms.Label Label1;
private System.Windows.Forms.GroupBox groupBox3;
internal System.Windows.Forms.GroupBox groupBox1;
internal System.Windows.Forms.CheckBox cbSerienbriefEigeneVorlage;
internal System.Windows.Forms.CheckBox cbSerienbriefVorlageEditierbar;
internal System.Windows.Forms.CheckBox cbNurSerienbrief;
internal System.Windows.Forms.CheckBox cbSerienbrief;
private System.Windows.Forms.RadioButton vbDokumenterstellungPerson;
private System.Windows.Forms.RadioButton rbDokumenterstellungBP;
internal System.Windows.Forms.CheckBox cbAnzeigeVorlagenauswahl;
@@ -672,5 +622,6 @@
private Syncfusion.WinForms.ListView.SfComboBox cbboxofficevorlage;
private Syncfusion.WinForms.ListView.SfComboBox cbboxFachverantwortung;
private Syncfusion.WinForms.ListView.SfComboBox cbboxOwner;
internal System.Windows.Forms.CheckBox checkBox1;
}
}