Files
lazarus-ccr/applications/lazstats/source_orig/sigmachartunit.lfm
wp_xxyyzz 819af1d403 LazStats: Adding original source, part 7.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7886 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-11-16 11:21:34 +00:00

107 lines
1.8 KiB
Plaintext

object SigmaChartFrm: TSigmaChartFrm
Left = 197
Height = 206
Top = 123
Width = 439
Caption = 'Sigma Charting'
ClientHeight = 206
ClientWidth = 439
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 = 167
Height = 14
Top = 24
Width = 71
Caption = 'Group Variable'
ParentColor = False
end
object Label3: TLabel
Left = 170
Height = 14
Top = 80
Width = 107
Caption = 'Measurement Variable'
ParentColor = False
end
object VarList: TListBox
Left = 8
Height = 169
Top = 24
Width = 147
ItemHeight = 0
OnClick = VarListClick
TabOrder = 0
end
object GroupEdit: TEdit
Left = 170
Height = 21
Top = 40
Width = 141
TabOrder = 1
Text = 'GroupEdit'
end
object MeasEdit: TEdit
Left = 170
Height = 21
Top = 96
Width = 138
TabOrder = 2
Text = 'MeasEdit'
end
object ResetBtn: TButton
Left = 337
Height = 31
Top = 48
Width = 82
Caption = 'Reset'
OnClick = ResetBtnClick
TabOrder = 3
end
object CancelBtn: TButton
Left = 337
Height = 31
Top = 88
Width = 82
Caption = 'Cancel'
ModalResult = 2
TabOrder = 4
end
object ComputeBtn: TButton
Left = 337
Height = 31
Top = 128
Width = 82
Caption = 'Compute'
OnClick = ComputeBtnClick
TabOrder = 5
end
object ReturnBtn: TButton
Left = 337
Height = 31
Top = 168
Width = 82
Caption = 'Return'
ModalResult = 1
TabOrder = 6
end
object HelpBtn: TButton
Tag = 145
Left = 337
Height = 31
Top = 7
Width = 81
Caption = 'Help'
OnClick = HelpBtnClick
TabOrder = 7
end
end