Updaet 20240730
This commit is contained in:
@@ -60,7 +60,6 @@
|
||||
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();
|
||||
@@ -73,6 +72,7 @@
|
||||
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,16 +446,6 @@
|
||||
this.Grp1.TabStop = false;
|
||||
this.Grp1.Text = "Vorlage";
|
||||
//
|
||||
// cbboxFachverantwortung
|
||||
//
|
||||
this.cbboxFachverantwortung.DropDownPosition = Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment.Center;
|
||||
this.cbboxFachverantwortung.Location = new System.Drawing.Point(120, 140);
|
||||
this.cbboxFachverantwortung.Name = "cbboxFachverantwortung";
|
||||
this.cbboxFachverantwortung.Size = new System.Drawing.Size(334, 21);
|
||||
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;
|
||||
@@ -559,6 +549,17 @@
|
||||
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);
|
||||
@@ -581,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);
|
||||
|
||||
}
|
||||
@@ -621,8 +622,8 @@
|
||||
internal System.Windows.Forms.CheckBox cbPDFDirekteArchivierung;
|
||||
internal System.Windows.Forms.CheckBox checkBox3;
|
||||
private Syncfusion.WinForms.ListView.SfComboBox cbboxofficevorlage;
|
||||
private Syncfusion.WinForms.ListView.SfComboBox cbboxFachverantwortung;
|
||||
private Syncfusion.WinForms.ListView.SfComboBox cbboxOwner;
|
||||
internal System.Windows.Forms.CheckBox checkBox1;
|
||||
private Syncfusion.WinForms.ListView.SfComboBox cbboxFachverantwortung;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user