You've already forked lazarus-ccr
135 lines
2.3 KiB
Plaintext
135 lines
2.3 KiB
Plaintext
![]() |
object BoxPlotFrm: TBoxPlotFrm
|
||
|
Left = 258
|
||
|
Height = 254
|
||
|
Top = 105
|
||
|
Width = 420
|
||
|
Caption = 'Box Plot'
|
||
|
ClientHeight = 254
|
||
|
ClientWidth = 420
|
||
|
OnShow = FormShow
|
||
|
LCLVersion = '0.9.28.2'
|
||
|
object Label1: TLabel
|
||
|
Left = 8
|
||
|
Height = 14
|
||
|
Top = 8
|
||
|
Width = 90
|
||
|
Caption = 'Available Variables'
|
||
|
ParentColor = False
|
||
|
end
|
||
|
object Label2: TLabel
|
||
|
Left = 167
|
||
|
Height = 14
|
||
|
Top = 24
|
||
|
Width = 71
|
||
|
Caption = 'Group Variable'
|
||
|
ParentColor = False
|
||
|
end
|
||
|
object Label3: TLabel
|
||
|
Left = 167
|
||
|
Height = 14
|
||
|
Top = 112
|
||
|
Width = 102
|
||
|
Caption = 'Meaurement Variable'
|
||
|
ParentColor = False
|
||
|
end
|
||
|
object VarList: TListBox
|
||
|
Left = 8
|
||
|
Height = 208
|
||
|
Top = 24
|
||
|
Width = 142
|
||
|
ItemHeight = 0
|
||
|
OnClick = VarListClick
|
||
|
TabOrder = 0
|
||
|
end
|
||
|
object GroupEdit: TEdit
|
||
|
Left = 166
|
||
|
Height = 21
|
||
|
Top = 40
|
||
|
Width = 129
|
||
|
TabOrder = 1
|
||
|
Text = 'GroupEdit'
|
||
|
end
|
||
|
object MeasEdit: TEdit
|
||
|
Left = 167
|
||
|
Height = 21
|
||
|
Top = 128
|
||
|
Width = 130
|
||
|
TabOrder = 2
|
||
|
Text = 'MeasEdit'
|
||
|
end
|
||
|
object GroupBox1: TGroupBox
|
||
|
Left = 166
|
||
|
Height = 65
|
||
|
Top = 168
|
||
|
Width = 129
|
||
|
Caption = 'Options'
|
||
|
ClientHeight = 47
|
||
|
ClientWidth = 125
|
||
|
TabOrder = 3
|
||
|
object PrintChk: TCheckBox
|
||
|
Left = 8
|
||
|
Height = 17
|
||
|
Top = 4
|
||
|
Width = 84
|
||
|
Caption = 'Print Box Plot'
|
||
|
TabOrder = 0
|
||
|
end
|
||
|
object ShowChk: TCheckBox
|
||
|
Left = 8
|
||
|
Height = 17
|
||
|
Top = 23
|
||
|
Width = 107
|
||
|
Caption = 'Show Frequencies'
|
||
|
TabOrder = 1
|
||
|
end
|
||
|
end
|
||
|
object ResetBtn: TButton
|
||
|
Left = 315
|
||
|
Height = 32
|
||
|
Top = 56
|
||
|
Width = 78
|
||
|
Caption = 'Reset'
|
||
|
OnClick = ResetBtnClick
|
||
|
TabOrder = 4
|
||
|
end
|
||
|
object CancelBtn: TButton
|
||
|
Left = 315
|
||
|
Height = 32
|
||
|
Top = 104
|
||
|
Width = 79
|
||
|
Caption = 'Cancel'
|
||
|
ModalResult = 2
|
||
|
OnClick = CancelBtnClick
|
||
|
TabOrder = 5
|
||
|
end
|
||
|
object ComputeBtn: TButton
|
||
|
Left = 315
|
||
|
Height = 32
|
||
|
Top = 152
|
||
|
Width = 79
|
||
|
Caption = 'Compute'
|
||
|
OnClick = ComputeBtnClick
|
||
|
TabOrder = 6
|
||
|
end
|
||
|
object OKBtn: TButton
|
||
|
Left = 315
|
||
|
Height = 33
|
||
|
Top = 200
|
||
|
Width = 79
|
||
|
Caption = 'Return'
|
||
|
ModalResult = 1
|
||
|
OnClick = OKBtnClick
|
||
|
TabOrder = 7
|
||
|
end
|
||
|
object HelpBtn: TButton
|
||
|
Tag = 108
|
||
|
Left = 315
|
||
|
Height = 32
|
||
|
Top = 8
|
||
|
Width = 78
|
||
|
Caption = 'Help'
|
||
|
OnClick = HelpBtnClick
|
||
|
TabOrder = 8
|
||
|
end
|
||
|
end
|