update 20250102
This commit is contained in:
@@ -60,6 +60,9 @@
|
||||
this.cbUnterschriftpruefung = new System.Windows.Forms.CheckBox();
|
||||
this.chkBewilliigungZwingend = new System.Windows.Forms.CheckBox();
|
||||
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
||||
this.label18 = new System.Windows.Forms.Label();
|
||||
this.chkfilloffice = new System.Windows.Forms.CheckBox();
|
||||
this.cbboxcompatibilitymode = new System.Windows.Forms.ComboBox();
|
||||
this.chkboxInOffice = new System.Windows.Forms.CheckBox();
|
||||
this.chkinterop = new System.Windows.Forms.CheckBox();
|
||||
this.chkbearbeitungdirekt = new System.Windows.Forms.CheckBox();
|
||||
@@ -385,6 +388,9 @@
|
||||
//
|
||||
// groupBox4
|
||||
//
|
||||
this.groupBox4.Controls.Add(this.label18);
|
||||
this.groupBox4.Controls.Add(this.chkfilloffice);
|
||||
this.groupBox4.Controls.Add(this.cbboxcompatibilitymode);
|
||||
this.groupBox4.Controls.Add(this.chkboxInOffice);
|
||||
this.groupBox4.Controls.Add(this.chkinterop);
|
||||
this.groupBox4.Controls.Add(this.chkbearbeitungdirekt);
|
||||
@@ -399,6 +405,37 @@
|
||||
this.groupBox4.TabStop = false;
|
||||
this.groupBox4.Text = "Dokument-Produktion";
|
||||
//
|
||||
// label18
|
||||
//
|
||||
this.label18.AutoSize = true;
|
||||
this.label18.Location = new System.Drawing.Point(277, 13);
|
||||
this.label18.Name = "label18";
|
||||
this.label18.Size = new System.Drawing.Size(105, 13);
|
||||
this.label18.TabIndex = 29;
|
||||
this.label18.Text = "Kompatibilitätsmodus";
|
||||
//
|
||||
// chkfilloffice
|
||||
//
|
||||
this.chkfilloffice.AutoSize = true;
|
||||
this.chkfilloffice.Location = new System.Drawing.Point(277, 63);
|
||||
this.chkfilloffice.Name = "chkfilloffice";
|
||||
this.chkfilloffice.Size = new System.Drawing.Size(117, 17);
|
||||
this.chkfilloffice.TabIndex = 28;
|
||||
this.chkfilloffice.Text = "Befüllung mit Office";
|
||||
this.chkfilloffice.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// cbboxcompatibilitymode
|
||||
//
|
||||
this.cbboxcompatibilitymode.FormattingEnabled = true;
|
||||
this.cbboxcompatibilitymode.Items.AddRange(new object[] {
|
||||
"Standard",
|
||||
"Word 2010",
|
||||
"Word 2013"});
|
||||
this.cbboxcompatibilitymode.Location = new System.Drawing.Point(277, 32);
|
||||
this.cbboxcompatibilitymode.Name = "cbboxcompatibilitymode";
|
||||
this.cbboxcompatibilitymode.Size = new System.Drawing.Size(121, 21);
|
||||
this.cbboxcompatibilitymode.TabIndex = 27;
|
||||
//
|
||||
// chkboxInOffice
|
||||
//
|
||||
this.chkboxInOffice.Location = new System.Drawing.Point(11, 78);
|
||||
@@ -1478,6 +1515,7 @@
|
||||
this.GrpBewilligung.ResumeLayout(false);
|
||||
this.GrpBewilligung.PerformLayout();
|
||||
this.groupBox4.ResumeLayout(false);
|
||||
this.groupBox4.PerformLayout();
|
||||
this.groupBox3.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.TreeDokumentArt)).EndInit();
|
||||
this.GroupBox2.ResumeLayout(false);
|
||||
@@ -1615,5 +1653,8 @@
|
||||
internal System.Windows.Forms.Label label17;
|
||||
private Syncfusion.WinForms.ListView.SfComboBox cbboxarchiv;
|
||||
private System.Windows.Forms.Button btnSaveVorlagenfeld;
|
||||
private System.Windows.Forms.Label label18;
|
||||
private System.Windows.Forms.CheckBox chkfilloffice;
|
||||
private System.Windows.Forms.ComboBox cbboxcompatibilitymode;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user