jj 14.03 update datepicker
This commit is contained in:
@@ -1021,7 +1021,7 @@ Public Class ClassControlBuilder
|
||||
Try
|
||||
Dim control As New DevExpress.XtraEditors.DateEdit
|
||||
'Dim control As New DateTimePicker
|
||||
Dim defaultSize As Size = New Size(120, 24)
|
||||
Dim defaultSize As Size = New Size(90, 20)
|
||||
|
||||
Dim metadata As New ClassControlMetadata()
|
||||
metadata.Id = id
|
||||
@@ -1105,9 +1105,9 @@ Public Class ClassControlBuilder
|
||||
|
||||
|
||||
|
||||
column.HeaderText = ""
|
||||
column.Name = "column1"
|
||||
control.Columns.Add(column)
|
||||
'column.HeaderText = ""
|
||||
'column.Name = "column1"
|
||||
'control.Columns.Add(column)
|
||||
|
||||
If _new And IsNothing(parent) Then
|
||||
control.Location = Me.GetCursorPosition()
|
||||
|
||||
Reference in New Issue
Block a user