Files
lazarus-ccr/applications/lazstats/source_orig/CCHARTUNIT.lfm

124 lines
2.4 KiB
Plaintext
Raw Normal View History

object cChartFrm: TcChartFrm
Left = 156
Height = 308
Top = 111
Width = 386
Caption = 'Defects C Chart'
ClientHeight = 308
ClientWidth = 386
OnShow = FormShow
LCLVersion = '0.9.28.2'
object Label1: TLabel
Left = 9
Height = 14
Top = 8
Width = 90
Caption = 'Selection Variables'
ParentColor = False
end
object Label2: TLabel
Left = 171
Height = 14
Top = 24
Width = 111
Caption = 'Measurement Variable:'
ParentColor = False
end
object VarList: TListBox
Left = 7
Height = 224
Top = 24
Width = 151
ItemHeight = 0
OnClick = VarListClick
TabOrder = 0
end
object MeasEdit: TEdit
Left = 171
Height = 21
Top = 40
Width = 142
TabOrder = 1
Text = 'MeasEdit'
end
object SigmaOpts: TRadioGroup
Left = 171
Height = 104
Top = 72
Width = 204
AutoFill = True
Caption = 'No. of Sigma Units for UCL and LCL'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 86
ClientWidth = 200
Items.Strings = (
'3 Sigma (Default)'
'2 Sigma'
'1 Sigma'
'X Sigmas where X = '
)
TabOrder = 2
end
object XSigmaEdit: TEdit
Left = 312
Height = 21
Top = 144
Width = 45
TabOrder = 3
Text = 'XSigmaEdit'
end
object ResetBtn: TButton
Left = 272
Height = 32
Top = 184
Width = 82
Caption = 'Reset'
OnClick = ResetBtnClick
TabOrder = 4
end
object CancelBtn: TButton
Left = 171
Height = 28
Top = 224
Width = 80
Caption = 'Cancel'
ModalResult = 2
TabOrder = 5
end
object ComputeBtn: TButton
Left = 272
Height = 28
Top = 224
Width = 80
Caption = 'Compute'
OnClick = ComputeBtnClick
TabOrder = 6
end
object ReturnBtn: TButton
Left = 224
Height = 32
Top = 264
Width = 77
Caption = 'Return'
ModalResult = 1
TabOrder = 7
end
object HelpBtn: TButton
Tag = 112
Left = 171
Height = 32
Top = 184
Width = 80
Caption = 'Help'
OnClick = HelpBtnClick
TabOrder = 8
end
end