Update 20250306
This commit is contained in:
@@ -593,6 +593,7 @@
|
||||
this.DateTermin.Size = new System.Drawing.Size(29, 21);
|
||||
this.DateTermin.TabIndex = 5;
|
||||
this.DateTermin.ToolTipText = "";
|
||||
this.DateTermin.DropDownOpening += new System.ComponentModel.CancelEventHandler(this.DateTermin_DropDownOpening);
|
||||
this.DateTermin.ValueChanged += new Syncfusion.WinForms.Input.Events.DateTimeValueChangedEventHandler(this.DateTermin_ValueChanged);
|
||||
//
|
||||
// lblTermin
|
||||
@@ -606,12 +607,15 @@
|
||||
//
|
||||
// DateDokumentDatum
|
||||
//
|
||||
this.DateDokumentDatum.CanApplyTheme = false;
|
||||
this.DateDokumentDatum.Cursor = System.Windows.Forms.Cursors.IBeam;
|
||||
this.DateDokumentDatum.DateTimeIcon = null;
|
||||
this.DateDokumentDatum.Location = new System.Drawing.Point(151, 43);
|
||||
this.DateDokumentDatum.Location = new System.Drawing.Point(151, 42);
|
||||
this.DateDokumentDatum.Name = "DateDokumentDatum";
|
||||
this.DateDokumentDatum.Size = new System.Drawing.Size(107, 21);
|
||||
this.DateDokumentDatum.TabIndex = 3;
|
||||
this.DateDokumentDatum.ToolTipText = "";
|
||||
this.DateDokumentDatum.DropDownOpening += new System.ComponentModel.CancelEventHandler(this.DateDokumentDatum_DropDownOpening);
|
||||
//
|
||||
// lblDokumentDatum
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user