object Form3: TForm3 Left = 0 Top = 0 BorderStyle = bsDialog Caption = 'Form3' ClientHeight = 356 ClientWidth = 639 Color = clBtnFace ParentFont = True OldCreateOrder = False Scaled = False PixelsPerInch = 120 TextHeight = 16 object lbl1: TLabel Left = 24 Top = 16 Width = 462 Height = 176 Caption = 'RxLib'#39's DataEdit uses calendar, which coordinates were calculate' + 'd by hands '#13#10' and *hardcoded* for Win3.1 and Win95. And tha' + 't means MS Sans Serif 8 '#13#10' as default font of Delphi of that ' + 'era.'#13#10#13#10'Since then ToolButtons changed their borders and two lef' + 't buttons or'#13#10' two right buttons started to overlap. '#13#10#13#10'Also a' + 'dditionally MessageFont (windows theme settings for windows) is ' + #13#10' frequently adjusted by user, setting 120PPI definition in Di' + 'splay settings, '#13#10' or using Themes, or even directly adjusting ' + 'different parts of standard window.'#13#10' And then font gets became' + ' too large for the pop-up calendar.' end object edt1: TJvDateEdit Left = 64 Top = 216 Width = 170 Height = 24 DefaultToday = True ShowNullDate = False TabOrder = 0 end object btn1: TButton Left = 304 Top = 216 Width = 75 Height = 25 Caption = 'btn1' TabOrder = 1 OnClick = btn1Click end end