Update 20250117 12:30
This commit is contained in:
@@ -58,6 +58,7 @@
|
||||
this.GrpTeam = new System.Windows.Forms.GroupBox();
|
||||
this.cbboxteam = new Syncfusion.WinForms.ListView.SfComboBox();
|
||||
this.GrpUnterschrift = new System.Windows.Forms.GroupBox();
|
||||
this.lblohneUnterschrift = new System.Windows.Forms.Label();
|
||||
this.cbformularohneunterschrfit = new System.Windows.Forms.CheckBox();
|
||||
this.cbfaksimile = new System.Windows.Forms.CheckBox();
|
||||
this.cbboxunterschriftrechts = new Syncfusion.WinForms.ListView.SfComboBox();
|
||||
@@ -79,7 +80,6 @@
|
||||
this.lblPostzustellung = new System.Windows.Forms.Label();
|
||||
this.btnErneutGenerierung = new System.Windows.Forms.Button();
|
||||
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||||
this.lblohneUnterschrift = new System.Windows.Forms.Label();
|
||||
this.GrpPartner.SuspendLayout();
|
||||
this.groupBox5.SuspendLayout();
|
||||
this.groupBox6.SuspendLayout();
|
||||
@@ -307,9 +307,10 @@
|
||||
this.gridDokwertlist.Size = new System.Drawing.Size(456, 376);
|
||||
this.gridDokwertlist.TabIndex = 0;
|
||||
this.gridDokwertlist.Text = "sfDataGrid1";
|
||||
this.gridDokwertlist.CellClick += new Syncfusion.WinForms.DataGrid.Events.CellClickEventHandler(this.gridDokwertlist_CellDoubleClick);
|
||||
this.gridDokwertlist.CellClick += new Syncfusion.WinForms.DataGrid.Events.CellClickEventHandler(this.gridDokwertlist_CellClick);
|
||||
this.gridDokwertlist.CellDoubleClick += new Syncfusion.WinForms.DataGrid.Events.CellClickEventHandler(this.gridDokwertlist_CellDoubleClick);
|
||||
this.gridDokwertlist.CurrentCellEndEdit += new Syncfusion.WinForms.DataGrid.Events.CurrentCellEndEditEventHandler(this.gridDokwertlist_CurrentCellEndEdit);
|
||||
this.gridDokwertlist.DoubleClick += new System.EventHandler(this.gridDokwertlist_DoubleClick);
|
||||
//
|
||||
// lblBezeichnung
|
||||
//
|
||||
@@ -424,6 +425,16 @@
|
||||
this.GrpUnterschrift.TabStop = false;
|
||||
this.GrpUnterschrift.Text = "Unterschriften";
|
||||
//
|
||||
// lblohneUnterschrift
|
||||
//
|
||||
this.lblohneUnterschrift.AutoSize = true;
|
||||
this.lblohneUnterschrift.Location = new System.Drawing.Point(19, 34);
|
||||
this.lblohneUnterschrift.Name = "lblohneUnterschrift";
|
||||
this.lblohneUnterschrift.Size = new System.Drawing.Size(131, 13);
|
||||
this.lblohneUnterschrift.TabIndex = 12;
|
||||
this.lblohneUnterschrift.Text = "Formular ohne Unterschrift";
|
||||
this.lblohneUnterschrift.Visible = false;
|
||||
//
|
||||
// cbformularohneunterschrfit
|
||||
//
|
||||
this.cbformularohneunterschrfit.AutoSize = true;
|
||||
@@ -648,16 +659,6 @@
|
||||
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
||||
this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
|
||||
//
|
||||
// lblohneUnterschrift
|
||||
//
|
||||
this.lblohneUnterschrift.AutoSize = true;
|
||||
this.lblohneUnterschrift.Location = new System.Drawing.Point(19, 34);
|
||||
this.lblohneUnterschrift.Name = "lblohneUnterschrift";
|
||||
this.lblohneUnterschrift.Size = new System.Drawing.Size(131, 13);
|
||||
this.lblohneUnterschrift.TabIndex = 12;
|
||||
this.lblohneUnterschrift.Text = "Formular ohne Unterschrift";
|
||||
this.lblohneUnterschrift.Visible = false;
|
||||
//
|
||||
// UCAllgemeineDokumentParam
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
|
||||
Reference in New Issue
Block a user