Files
lazarus-ccr/applications/lazstats/source/forms/analysis/nonparametric/kaplanmeierunit.lfm

263 lines
6.8 KiB
Plaintext

inherited KaplanMeierForm: TKaplanMeierForm
Left = 596
Height = 400
Top = 239
Width = 879
HelpType = htKeyword
HelpKeyword = 'html/Kaplan-MeierSurvivalTest.htm'
Caption = 'Kaplan-Meier Survival Analysis'
ClientHeight = 400
ClientWidth = 879
inherited ParamsPanel: TPanel
Height = 384
Width = 363
ClientHeight = 384
ClientWidth = 363
inherited CloseBtn: TButton
Left = 308
Top = 359
end
inherited ComputeBtn: TButton
Left = 224
Top = 359
end
inherited ResetBtn: TButton
Left = 162
Top = 359
end
inherited HelpBtn: TButton
Tag = 127
Left = 103
Top = 359
end
inherited ButtonBevel: TBevel
Top = 343
Width = 363
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 TimeVarLabel: TLabel[6]
AnchorSideLeft.Control = TimeVarEdit
AnchorSideBottom.Control = TimeVarEdit
Left = 201
Height = 15
Top = 133
Width = 70
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 2
Caption = 'Time Variable'
ParentColor = False
end
object EventVarLabel: TLabel[7]
AnchorSideLeft.Control = EventVarEdit
AnchorSideBottom.Control = EventVarEdit
Left = 201
Height = 30
Top = 210
Width = 140
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 2
Caption = 'Event vs Censored Variable'#13#10'(Event = 1, Censored = 2)'
ParentColor = False
end
object GroupVarLabel: TLabel[8]
AnchorSideLeft.Control = GroupVarEdit
AnchorSideBottom.Control = GroupVarEdit
Left = 201
Height = 30
Top = 42
Width = 160
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 2
Caption = 'Group Variable (if 2 groups)'#13#10'(Experimental = 1, Control =2)'
ParentColor = False
end
object VarList: TListBox[9]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = TimeInBtn
AnchorSideBottom.Control = ButtonBevel
Left = 0
Height = 326
Top = 17
Width = 161
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 2
BorderSpacing.Right = 6
ItemHeight = 0
OnDblClick = VarListDblClick
OnSelectionChange = VarListSelectionChange
TabOrder = 4
end
object TimeInBtn: TBitBtn[10]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = GroupOutBtn
AnchorSideTop.Side = asrBottom
Left = 167
Height = 28
Top = 125
Width = 28
BorderSpacing.Top = 24
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = TimeInBtnClick
Spacing = 0
TabOrder = 5
end
object TimeOutBtn: TBitBtn[11]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = TimeInBtn
AnchorSideTop.Side = asrBottom
Left = 167
Height = 28
Top = 157
Width = 28
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = TimeOutBtnClick
Spacing = 0
TabOrder = 6
end
object EventInBtn: TBitBtn[12]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = TimeOutBtn
AnchorSideTop.Side = asrBottom
Left = 167
Height = 28
Top = 209
Width = 28
BorderSpacing.Top = 24
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = EventInBtnClick
Spacing = 0
TabOrder = 7
end
object EventOutBtn: TBitBtn[13]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = EventInBtn
AnchorSideTop.Side = asrBottom
Left = 167
Height = 28
Top = 241
Width = 28
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = EventOutBtnClick
Spacing = 0
TabOrder = 8
end
object GroupInBtn: TBitBtn[14]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = VarList
Left = 167
Height = 28
Top = 41
Width = 28
BorderSpacing.Top = 24
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = GroupInBtnClick
Spacing = 0
TabOrder = 9
end
object GroupOutBtn: TBitBtn[15]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = GroupInBtn
AnchorSideTop.Side = asrBottom
Left = 167
Height = 28
Top = 73
Width = 28
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = GroupOutBtnClick
Spacing = 0
TabOrder = 10
end
object TimeVarEdit: TEdit[16]
AnchorSideLeft.Control = TimeInBtn
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = TimeOutBtn
AnchorSideBottom.Side = asrBottom
Left = 201
Height = 23
Top = 150
Width = 162
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Left = 6
BorderSpacing.Bottom = 12
TabOrder = 11
Text = 'TimeVarEdit'
end
object EventVarEdit: TEdit[17]
AnchorSideLeft.Control = GroupInBtn
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = EventOutBtn
AnchorSideBottom.Side = asrBottom
Left = 201
Height = 23
Top = 242
Width = 162
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Left = 6
BorderSpacing.Bottom = 4
TabOrder = 12
Text = 'EventVarEdit'
end
object GroupVarEdit: TEdit[18]
AnchorSideLeft.Control = GroupInBtn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = GroupVarLabel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = GroupOutBtn
AnchorSideBottom.Side = asrBottom
Left = 201
Height = 23
Top = 74
Width = 162
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Left = 6
BorderSpacing.Bottom = 4
TabOrder = 13
Text = 'GroupVarEdit'
end
end
inherited ParamsSplitter: TSplitter
Left = 375
Height = 400
end
inherited PageControl: TPageControl
Left = 384
Height = 384
Width = 487
ActivePage = ReportPage
TabIndex = 0
TabOrder = 1
end
end