You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7887 8e941d3f-bd1b-0410-a28a-d453659cc2b4
140 lines
2.7 KiB
Plaintext
140 lines
2.7 KiB
Plaintext
object UChartFrm: TUChartFrm
|
|
Left = 190
|
|
Height = 329
|
|
Top = 118
|
|
Width = 399
|
|
Caption = 'Defects per unit U Chart'
|
|
ClientHeight = 329
|
|
ClientWidth = 399
|
|
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 = 179
|
|
Height = 14
|
|
Top = 26
|
|
Width = 107
|
|
Caption = 'Measurement Variable'
|
|
ParentColor = False
|
|
end
|
|
object Label3: TLabel
|
|
Left = 179
|
|
Height = 14
|
|
Top = 80
|
|
Width = 121
|
|
Caption = 'No. inspected per group:'
|
|
ParentColor = False
|
|
end
|
|
object VarList: TListBox
|
|
Left = 8
|
|
Height = 211
|
|
Top = 26
|
|
Width = 158
|
|
ItemHeight = 0
|
|
OnClick = VarListClick
|
|
TabOrder = 0
|
|
end
|
|
object MeasEdit: TEdit
|
|
Left = 179
|
|
Height = 21
|
|
Top = 40
|
|
Width = 140
|
|
TabOrder = 1
|
|
Text = 'MeasEdit'
|
|
end
|
|
object NoInspEdit: TEdit
|
|
Left = 320
|
|
Height = 21
|
|
Top = 72
|
|
Width = 43
|
|
TabOrder = 2
|
|
Text = 'NoInspEdit'
|
|
end
|
|
object SigmaOpts: TRadioGroup
|
|
Left = 176
|
|
Height = 114
|
|
Top = 104
|
|
Width = 209
|
|
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 = 96
|
|
ClientWidth = 205
|
|
Items.Strings = (
|
|
'3 Sigma (Default)'
|
|
'2 Sigma'
|
|
'1 Sigma'
|
|
'X Sigma where X = '
|
|
)
|
|
TabOrder = 3
|
|
end
|
|
object XSigmaEdit: TEdit
|
|
Left = 317
|
|
Height = 21
|
|
Top = 184
|
|
Width = 46
|
|
TabOrder = 4
|
|
Text = 'XSigmaEdit'
|
|
end
|
|
object ResetBtn: TButton
|
|
Left = 96
|
|
Height = 28
|
|
Top = 256
|
|
Width = 81
|
|
Caption = 'Reset'
|
|
OnClick = ResetBtnClick
|
|
TabOrder = 5
|
|
end
|
|
object CancelBtn: TButton
|
|
Left = 205
|
|
Height = 28
|
|
Top = 256
|
|
Width = 81
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 6
|
|
end
|
|
object ComputeBtn: TButton
|
|
Left = 304
|
|
Height = 28
|
|
Top = 255
|
|
Width = 81
|
|
Caption = 'Compute'
|
|
OnClick = ComputeBtnClick
|
|
TabOrder = 7
|
|
end
|
|
object ReturnBtn: TButton
|
|
Left = 152
|
|
Height = 28
|
|
Top = 288
|
|
Width = 81
|
|
Caption = 'Return'
|
|
ModalResult = 1
|
|
TabOrder = 8
|
|
end
|
|
object HelpBtn: TButton
|
|
Tag = 155
|
|
Left = 8
|
|
Height = 29
|
|
Top = 254
|
|
Width = 78
|
|
Caption = 'Help'
|
|
OnClick = HelpBtnClick
|
|
TabOrder = 9
|
|
end
|
|
end
|