You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7885 8e941d3f-bd1b-0410-a28a-d453659cc2b4
156 lines
2.9 KiB
Plaintext
156 lines
2.9 KiB
Plaintext
object pChartFrm: TpChartFrm
|
|
Left = 143
|
|
Height = 264
|
|
Top = 120
|
|
Width = 512
|
|
Caption = 'p Control Chart'
|
|
ClientHeight = 264
|
|
ClientWidth = 512
|
|
OnShow = FormShow
|
|
LCLVersion = '0.9.28.2'
|
|
object Label1: TLabel
|
|
Left = 10
|
|
Height = 14
|
|
Top = 8
|
|
Width = 90
|
|
Caption = 'Selection Variables'
|
|
ParentColor = False
|
|
end
|
|
object Label2: TLabel
|
|
Left = 183
|
|
Height = 14
|
|
Top = 8
|
|
Width = 107
|
|
Caption = 'Measurement Variable'
|
|
ParentColor = False
|
|
end
|
|
object Label3: TLabel
|
|
Left = 186
|
|
Height = 14
|
|
Top = 72
|
|
Width = 106
|
|
Caption = 'No. of Parts Sampled:'
|
|
ParentColor = False
|
|
end
|
|
object Label4: TLabel
|
|
Left = 184
|
|
Height = 14
|
|
Top = 103
|
|
Width = 156
|
|
Caption = 'Expected Proportion of Defects:'
|
|
ParentColor = False
|
|
end
|
|
object VarList: TListBox
|
|
Left = 10
|
|
Height = 221
|
|
Top = 24
|
|
Width = 162
|
|
ItemHeight = 0
|
|
OnClick = VarListClick
|
|
TabOrder = 0
|
|
end
|
|
object MeasEdit: TEdit
|
|
Left = 183
|
|
Height = 21
|
|
Top = 32
|
|
Width = 152
|
|
TabOrder = 1
|
|
Text = 'MeasEdit'
|
|
end
|
|
object NEdit: TEdit
|
|
Left = 344
|
|
Height = 21
|
|
Top = 65
|
|
Width = 42
|
|
TabOrder = 2
|
|
Text = 'NEdit'
|
|
end
|
|
object PEdit: TEdit
|
|
Left = 344
|
|
Height = 21
|
|
Top = 96
|
|
Width = 42
|
|
TabOrder = 3
|
|
Text = 'Edit1'
|
|
end
|
|
object SigmaOpts: TRadioGroup
|
|
Left = 184
|
|
Height = 122
|
|
Top = 128
|
|
Width = 202
|
|
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 = 104
|
|
ClientWidth = 198
|
|
Items.Strings = (
|
|
'3 Sigma (Default)'
|
|
'2 Sigma'
|
|
'1 Sigma'
|
|
'X Sigma where X = '
|
|
)
|
|
TabOrder = 4
|
|
end
|
|
object ResetBtn: TButton
|
|
Left = 417
|
|
Height = 29
|
|
Top = 72
|
|
Width = 75
|
|
Caption = 'Reset'
|
|
OnClick = ResetBtnClick
|
|
TabOrder = 5
|
|
end
|
|
object CancelBtn: TButton
|
|
Left = 417
|
|
Height = 29
|
|
Top = 120
|
|
Width = 75
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 6
|
|
end
|
|
object ComputeBtn: TButton
|
|
Left = 416
|
|
Height = 29
|
|
Top = 168
|
|
Width = 75
|
|
Caption = 'Compute'
|
|
OnClick = ComputeBtnClick
|
|
TabOrder = 7
|
|
end
|
|
object Return: TButton
|
|
Left = 416
|
|
Height = 29
|
|
Top = 216
|
|
Width = 75
|
|
Caption = 'Return'
|
|
ModalResult = 1
|
|
TabOrder = 8
|
|
end
|
|
object XSigmaEdit: TEdit
|
|
Left = 320
|
|
Height = 21
|
|
Top = 216
|
|
Width = 41
|
|
TabOrder = 9
|
|
Text = 'XSigmaEdit'
|
|
end
|
|
object HelpBtn: TButton
|
|
Tag = 137
|
|
Left = 416
|
|
Height = 28
|
|
Top = 24
|
|
Width = 76
|
|
Caption = 'Help'
|
|
OnClick = HelpBtnClick
|
|
TabOrder = 10
|
|
end
|
|
end
|