object FForm: TFForm Left = 288 Height = 143 Top = 161 Width = 455 AutoSize = True BorderStyle = bsDialog Caption = 'Probability of a larger F value' ClientHeight = 143 ClientWidth = 455 OnActivate = FormActivate OnShow = ResetBtnClick Position = poMainFormCenter LCLVersion = '2.1.0.0' object CancelBtn: TButton AnchorSideTop.Control = Bevel1 AnchorSideTop.Side = asrBottom AnchorSideRight.Control = ResetBtn Left = 142 Height = 25 Top = 109 Width = 62 Anchors = [akTop, akRight] AutoSize = True BorderSpacing.Left = 24 BorderSpacing.Top = 8 BorderSpacing.Right = 12 BorderSpacing.Bottom = 8 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 0 end object ResetBtn: TButton AnchorSideTop.Control = Bevel1 AnchorSideTop.Side = asrBottom AnchorSideRight.Control = ComputeBtn Left = 216 Height = 25 Top = 109 Width = 54 Anchors = [akTop, akRight] AutoSize = True BorderSpacing.Top = 8 BorderSpacing.Right = 12 Caption = 'Reset' OnClick = ResetBtnClick TabOrder = 1 end object ComputeBtn: TButton AnchorSideTop.Control = Bevel1 AnchorSideTop.Side = asrBottom AnchorSideRight.Control = ReturnBtn Left = 282 Height = 25 Top = 109 Width = 76 Anchors = [akTop, akRight] AutoSize = True BorderSpacing.Top = 8 BorderSpacing.Right = 12 Caption = 'Compute' OnClick = ComputeBtnClick TabOrder = 2 end object ReturnBtn: TButton AnchorSideTop.Control = Bevel1 AnchorSideTop.Side = asrBottom AnchorSideRight.Control = Owner AnchorSideRight.Side = asrBottom Left = 370 Height = 25 Top = 109 Width = 61 Anchors = [akTop, akRight] AutoSize = True BorderSpacing.Top = 8 BorderSpacing.Right = 24 BorderSpacing.Bottom = 8 Caption = 'Return' ModalResult = 1 TabOrder = 3 end object Bevel1: TBevel AnchorSideLeft.Control = Owner AnchorSideTop.Control = Panel1 AnchorSideTop.Side = asrBottom AnchorSideRight.Control = Owner AnchorSideRight.Side = asrBottom Left = 0 Height = 8 Top = 93 Width = 455 Anchors = [akTop, akLeft, akRight] Shape = bsBottomLine end object Panel1: TPanel AnchorSideLeft.Control = Owner AnchorSideTop.Control = Owner Left = 12 Height = 85 Top = 8 Width = 412 AutoSize = True BorderSpacing.Left = 12 BorderSpacing.Top = 8 BorderSpacing.Right = 12 BevelOuter = bvNone ClientHeight = 85 ClientWidth = 412 TabOrder = 4 object Label1: TLabel AnchorSideTop.Control = FEdit AnchorSideTop.Side = asrCenter AnchorSideRight.Control = Label4 AnchorSideRight.Side = asrBottom Left = 88 Height = 15 Top = 4 Width = 117 Anchors = [akTop, akRight] Caption = 'Given: An F statistic = ' ParentColor = False end object FEdit: TEdit AnchorSideLeft.Control = ProbEdit AnchorSideTop.Control = Panel1 AnchorSideRight.Control = ProbEdit AnchorSideRight.Side = asrBottom Left = 213 Height = 23 Top = 0 Width = 80 Alignment = taRightJustify Anchors = [akTop, akLeft, akRight] TabOrder = 0 Text = 'FEdit' end object Label2: TLabel AnchorSideTop.Control = DF1Edit AnchorSideTop.Side = asrCenter AnchorSideRight.Control = Label4 AnchorSideRight.Side = asrBottom Left = 88 Height = 15 Top = 31 Width = 117 Anchors = [akTop, akRight] Caption = 'with Deg. Freedom of ' ParentColor = False end object DF1Edit: TEdit AnchorSideLeft.Control = ProbEdit AnchorSideTop.Control = FEdit AnchorSideTop.Side = asrBottom AnchorSideRight.Control = ProbEdit AnchorSideRight.Side = asrBottom Left = 213 Height = 23 Top = 27 Width = 80 Alignment = taRightJustify Anchors = [akTop, akLeft, akRight] BorderSpacing.Top = 4 TabOrder = 1 Text = 'DF1Edit' end object Label3: TLabel AnchorSideLeft.Control = DF1Edit AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = DF1Edit AnchorSideTop.Side = asrCenter Left = 301 Height = 15 Top = 31 Width = 23 BorderSpacing.Left = 8 Caption = 'and ' ParentColor = False end object DF2Edit: TEdit AnchorSideLeft.Control = Label3 AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = DF1Edit Left = 332 Height = 23 Top = 27 Width = 80 Alignment = taRightJustify BorderSpacing.Left = 8 TabOrder = 2 Text = 'DF2Edit' end object Label4: TLabel AnchorSideLeft.Control = Panel1 AnchorSideTop.Control = ProbEdit AnchorSideTop.Side = asrCenter Left = 0 Height = 15 Top = 66 Width = 205 Caption = 'then the probability of a larger value = ' ParentColor = False end object ProbEdit: TEdit AnchorSideLeft.Control = Label4 AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = DF1Edit AnchorSideTop.Side = asrBottom Left = 213 Height = 23 Top = 62 Width = 80 Alignment = taRightJustify BorderSpacing.Left = 8 BorderSpacing.Top = 12 Font.Style = [fsBold] ParentFont = False ReadOnly = True TabOrder = 3 Text = 'ProbEdit' end end end