update vor Syncfusion-Aktualisierung

This commit is contained in:
Stefan Hutter
2024-09-17 10:20:00 +02:00
parent 3d8d977a04
commit cb21f39e6b
63 changed files with 3660 additions and 196569 deletions

View File

@@ -41,6 +41,7 @@
this.sfCalendar1.Size = new System.Drawing.Size(196, 196);
this.sfCalendar1.TabIndex = 0;
this.sfCalendar1.Text = "sfCalendar1";
this.sfCalendar1.DoubleClick += new System.EventHandler(this.sfCalendar1_DoubleClick);
//
// btnOK
//
@@ -50,6 +51,7 @@
this.btnOK.TabIndex = 1;
this.btnOK.Text = "OK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// frmCalendar
//
@@ -68,7 +70,7 @@
#endregion
private Syncfusion.WinForms.Input.SfCalendar sfCalendar1;
public Syncfusion.WinForms.Input.SfCalendar sfCalendar1;
private System.Windows.Forms.Button btnOK;
}
}