Files
lazarus-ccr/applications/lazstats/source_orig/CUMSUMUNIT.lfm
wp_xxyyzz 0875c16886 LazStats: Adding original source, part 2.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7881 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-11-16 11:04:25 +00:00

192 lines
3.4 KiB
Plaintext

object CUMSUMFrm: TCUMSUMFrm
Left = 160
Height = 336
Top = 121
Width = 440
ActiveControl = HelpBtn
Caption = 'CUMSUM Chart'
ClientHeight = 336
ClientWidth = 440
OnShow = FormShow
LCLVersion = '0.9.28.2'
object Label1: TLabel
Left = 8
Height = 14
Top = 8
Width = 90
Caption = 'Selection Variables'
ParentColor = False
end
object Label2: TLabel
Left = 168
Height = 14
Top = 32
Width = 71
Caption = 'Group Variable'
ParentColor = False
end
object Label3: TLabel
Left = 173
Height = 14
Top = 88
Width = 107
Caption = 'Measurement Variable'
ParentColor = False
end
object VarList: TListBox
Left = 8
Height = 179
Top = 24
Width = 152
ItemHeight = 0
OnClick = VarListClick
TabOrder = 0
end
object GroupEdit: TEdit
Left = 168
Height = 21
Top = 48
Width = 129
TabOrder = 1
Text = 'GroupEdit'
end
object MeasEdit: TEdit
Left = 168
Height = 21
Top = 104
Width = 127
TabOrder = 2
Text = 'MeasEdit'
end
object ResetBtn: TButton
Left = 320
Height = 30
Top = 48
Width = 80
Caption = 'Reset'
OnClick = ResetBtnClick
TabOrder = 3
end
object CancelBtn: TButton
Left = 321
Height = 30
Top = 88
Width = 79
Caption = 'Cancel'
ModalResult = 2
TabOrder = 4
end
object ComputeBtn: TButton
Left = 321
Height = 30
Top = 128
Width = 79
Caption = 'Compute'
OnClick = ComputeBtnClick
TabOrder = 5
end
object ReturnBtn: TButton
Left = 321
Height = 30
Top = 168
Width = 79
Caption = 'Return'
ModalResult = 1
TabOrder = 6
end
object GroupBox1: TGroupBox
Left = 8
Height = 104
Top = 216
Width = 200
Caption = 'CUMSUM V-Mask Specifications'
ClientHeight = 86
ClientWidth = 196
TabOrder = 7
object Label4: TLabel
Left = 8
Height = 14
Top = 10
Width = 92
Caption = 'Delta (Effect Size):'
ParentColor = False
end
object Label5: TLabel
Left = 7
Height = 14
Top = 33
Width = 85
Caption = 'Alpha Probability:'
ParentColor = False
end
object Label6: TLabel
Left = 8
Height = 14
Top = 57
Width = 80
Caption = 'Beta Probability:'
ParentColor = False
end
object DeltaEdit: TEdit
Left = 110
Height = 21
Top = 3
Width = 56
TabOrder = 0
Text = 'DeltaEdit'
end
object AlphaEdit: TEdit
Left = 112
Height = 21
Top = 29
Width = 56
TabOrder = 1
Text = 'AlphaEdit'
end
object BetaEdit: TEdit
Left = 110
Height = 21
Top = 55
Width = 56
TabOrder = 2
Text = 'BetaEdit'
end
end
object GroupBox2: TGroupBox
Left = 216
Height = 104
Top = 216
Width = 212
Caption = 'Option:'
ClientHeight = 86
ClientWidth = 208
TabOrder = 8
object TargetChk: TCheckBox
Left = 8
Height = 17
Top = 15
Width = 140
Caption = 'Use Target Specification:'
TabOrder = 0
end
object TargetEdit: TEdit
Left = 154
Height = 21
Top = 6
Width = 43
TabOrder = 1
Text = 'TargetEdit'
end
end
object HelpBtn: TButton
Tag = 117
Left = 321
Height = 32
Top = 8
Width = 82
Caption = 'Help'
OnClick = HelpBtnClick
TabOrder = 9
end
end