inherited WilcoxonForm: TWilcoxonForm Left = 498 Height = 294 Top = 336 Width = 478 HelpType = htKeyword HelpKeyword = 'html/WilcoxonMatched-PairsSignedRanks.htm' Caption = 'Wilcoxon Matched Pairs Signed Ranks Test' ClientHeight = 294 ClientWidth = 478 inherited ParamsPanel: TPanel Height = 278 ClientHeight = 278 inherited CloseBtn: TButton Top = 253 TabOrder = 10 end inherited ComputeBtn: TButton Top = 253 TabOrder = 9 end inherited ResetBtn: TButton Top = 253 TabOrder = 8 end inherited HelpBtn: TButton Top = 253 TabOrder = 7 end inherited ButtonBevel: TBevel Top = 237 end object Label1: TLabel[5] AnchorSideLeft.Control = ParamsPanel AnchorSideTop.Control = ParamsPanel Left = 0 Height = 15 Top = 0 Width = 97 Caption = 'Available Variables' ParentColor = False end object Label2: TLabel[6] AnchorSideLeft.Control = Var1Edit AnchorSideBottom.Control = Var1Edit Left = 166 Height = 15 Top = 21 Width = 50 Anchors = [akLeft, akBottom] BorderSpacing.Bottom = 2 Caption = 'Variable 1' ParentColor = False end object Label3: TLabel[7] AnchorSideLeft.Control = Var2Edit AnchorSideBottom.Control = Var2Edit Left = 166 Height = 15 Top = 109 Width = 50 Anchors = [akLeft, akBottom] BorderSpacing.Bottom = 2 Caption = 'Variable 2' ParentColor = False end object VarList: TListBox[8] AnchorSideLeft.Control = ParamsPanel AnchorSideTop.Control = Label1 AnchorSideTop.Side = asrBottom AnchorSideRight.Control = Var1In AnchorSideBottom.Control = ButtonBevel Left = 0 Height = 220 Top = 17 Width = 126 Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Top = 2 BorderSpacing.Right = 6 ItemHeight = 0 OnDblClick = VarListDblClick OnSelectionChange = VarListSelectionChange TabOrder = 0 end object Var1In: TBitBtn[9] AnchorSideLeft.Control = ParamsPanel AnchorSideLeft.Side = asrCenter AnchorSideTop.Control = VarList Left = 132 Height = 26 Top = 17 Width = 26 Images = MainDataModule.ImageList ImageIndex = 1 OnClick = Var1InClick Spacing = 0 TabOrder = 1 end object Var1Out: TBitBtn[10] AnchorSideLeft.Control = ParamsPanel AnchorSideLeft.Side = asrCenter AnchorSideTop.Control = Var1In AnchorSideTop.Side = asrBottom Left = 132 Height = 26 Top = 47 Width = 26 BorderSpacing.Top = 4 Images = MainDataModule.ImageList ImageIndex = 0 OnClick = Var1OutClick Spacing = 0 TabOrder = 2 end object Var2In: TBitBtn[11] AnchorSideLeft.Control = ParamsPanel AnchorSideLeft.Side = asrCenter AnchorSideTop.Control = Var1Out AnchorSideTop.Side = asrBottom Left = 132 Height = 26 Top = 105 Width = 26 BorderSpacing.Top = 32 Images = MainDataModule.ImageList ImageIndex = 1 OnClick = Var2InClick Spacing = 0 TabOrder = 4 end object Var2Out: TBitBtn[12] AnchorSideLeft.Control = ParamsPanel AnchorSideLeft.Side = asrCenter AnchorSideTop.Control = Var2In AnchorSideTop.Side = asrBottom Left = 132 Height = 26 Top = 135 Width = 26 BorderSpacing.Top = 4 Images = MainDataModule.ImageList ImageIndex = 0 OnClick = Var2OutClick Spacing = 0 TabOrder = 5 end object Var1Edit: TEdit[13] AnchorSideLeft.Control = Var1In AnchorSideLeft.Side = asrBottom AnchorSideTop.Side = asrBottom AnchorSideRight.Control = ParamsPanel AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = Var1Out AnchorSideBottom.Side = asrBottom Left = 166 Height = 23 Top = 38 Width = 125 Anchors = [akLeft, akRight, akBottom] BorderSpacing.Left = 8 BorderSpacing.Bottom = 12 ReadOnly = True TabOrder = 3 Text = 'Var1Edit' end object Var2Edit: TEdit[14] AnchorSideLeft.Control = Var2In AnchorSideLeft.Side = asrBottom AnchorSideRight.Control = ParamsPanel AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = Var2Out AnchorSideBottom.Side = asrBottom Left = 166 Height = 23 Top = 126 Width = 125 Anchors = [akLeft, akRight, akBottom] BorderSpacing.Left = 8 BorderSpacing.Bottom = 12 ReadOnly = True TabOrder = 6 Text = 'Var2Edit' end end inherited ParamsSplitter: TSplitter Height = 294 end end