object Form1: TForm1 Left = 324 Height = 158 Top = 260 Width = 229 BorderStyle = bsDialog Caption = 'Form1' ClientHeight = 158 ClientWidth = 229 OnCreate = FormCreate Position = poScreenCenter LCLVersion = '2.3.0.0' object lblDaysRemaining: TLabel AnchorSideLeft.Control = Owner AnchorSideLeft.Side = asrCenter AnchorSideTop.Control = Info AnchorSideTop.Side = asrBottom Left = 69 Height = 15 Top = 58 Width = 91 Alignment = taCenter BorderSpacing.Top = 16 Caption = 'Days Remaining: ' ParentColor = False end object CloseBtn: TBitBtn AnchorSideLeft.Control = Owner AnchorSideLeft.Side = asrCenter AnchorSideTop.Control = Bevel1 AnchorSideTop.Side = asrBottom Left = 91 Height = 26 Top = 104 Width = 46 AutoSize = True BorderSpacing.Top = 12 BorderSpacing.Bottom = 12 Kind = bkClose TabOrder = 0 end object Info: TLabel AnchorSideLeft.Control = Owner AnchorSideTop.Control = Owner AnchorSideRight.Control = Owner AnchorSideRight.Side = asrBottom Left = 12 Height = 30 Top = 12 Width = 205 Anchors = [akTop, akLeft, akRight] BorderSpacing.Around = 12 Caption = 'If you can edit this, then your program was allowed to run' WordWrap = True end object Bevel1: TBevel AnchorSideLeft.Control = Info AnchorSideTop.Control = lblDaysRemaining AnchorSideTop.Side = asrBottom AnchorSideRight.Control = Info AnchorSideRight.Side = asrBottom Left = 12 Height = 3 Top = 89 Width = 205 Anchors = [akTop, akLeft, akRight] BorderSpacing.Top = 16 Shape = bsTopLine end object OgDaysCode1: TOgDaysCode OnChecked = OgDaysCode1Checked OnGetKey = OgDaysCode1GetKey OnGetCode = OgDaysCode1GetCode OnChangeCode = OgDaysCode1ChangeCode Left = 40 Top = 88 end end