diff --git a/components/jujiboutils/src/jdblabeleddatetimeedit.pas b/components/jujiboutils/src/jdblabeleddatetimeedit.pas index 3c5fdb985..ed4e5219d 100644 --- a/components/jujiboutils/src/jdblabeleddatetimeedit.pas +++ b/components/jujiboutils/src/jdblabeleddatetimeedit.pas @@ -95,32 +95,36 @@ type property Button: TSpeedButton read FButton; property ButtonWidth: integer read GetButtonWidth write SetButtonWidth; - // From TEdit property Action; property Align; property Alignment; property Anchors; - property AutoSize; property AutoSelect; + property AutoSize; property BidiMode; - property BorderStyle; property BorderSpacing; + property BorderStyle; property CharCase; property Color; property Constraints; property DragCursor; - property DragKind; property DragMode; property EditLabel; property Enabled; property Font; - property HideSelection; + property LabelPosition; + property LabelSpacing; property MaxLength; - property ParentBidiMode; + property ParentColor; + property ParentFont; + property ParentShowHint; + property PopupMenu; + property ShowHint; + property TabOrder; + property TabStop; + property Visible; property OnChange; - property OnChangeBounds; property OnClick; - property OnContextPopup; property OnDblClick; property OnDragDrop; property OnDragOver; @@ -132,21 +136,10 @@ type property OnKeyPress; property OnKeyUp; property OnMouseDown; - property OnMouseEnter; - property OnMouseLeave; property OnMouseMove; property OnMouseUp; - property OnResize; property OnStartDrag; property OnUTF8KeyPress; - property ParentColor; - property ParentFont; - property ParentShowHint; - property PopupMenu; - property ShowHint; - property TabStop; - property TabOrder; - property Visible; end; procedure Register;