home *** CD-ROM | disk | FTP | other *** search
- object FormQuality: TFormQuality
- Left = 406
- Top = 254
- ActiveControl = Chart1
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- ClientHeight = 361
- ClientWidth = 457
- Color = clSilver
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Chart1: TChart
- Left = 0
- Top = 113
- Width = 457
- Height = 248
- BackWall.Brush.Color = clWhite
- BackWall.Brush.Style = bsClear
- Legend.Alignment = laBottom
- Legend.Color = clAqua
- Legend.ColorWidth = 37
- Legend.Symbol.Width = 37
- Title.Font.Height = -16
- Title.Font.Style = [fsBold]
- Title.Text.Strings = (
- 'Quality Control Chart')
- BottomAxis.Grid.Visible = False
- BottomAxis.Title.Caption = 'Samples'
- Chart3DPercent = 10
- LeftAxis.Grid.Style = psSolid
- LeftAxis.LabelsFont.Color = clRed
- LeftAxis.Title.Caption = 'Production (number of pieces)'
- RightAxis.AxisValuesFormat = '#,##0.###%'
- RightAxis.Grid.Visible = False
- RightAxis.LabelsFont.Color = clGreen
- RightAxis.LabelsFont.Style = [fsBold]
- RightAxis.Title.Caption = 'SPC %'
- Zoom.Animated = True
- Align = alClient
- TabOrder = 0
- object Good: TLineSeries
- Marks.ArrowLength = 8
- Marks.Visible = False
- SeriesColor = clRed
- Pointer.InflateMargins = True
- Pointer.Style = psRectangle
- Pointer.Visible = True
- XValues.Name = 'X'
- XValues.Order = loAscending
- YValues.Name = 'Y'
- YValues.Order = loNone
- end
- object Bad: TLineSeries
- Marks.ArrowLength = 8
- Marks.Visible = False
- SeriesColor = clGreen
- Title = 'Bad % on Good'
- VertAxis = aRightAxis
- Pointer.InflateMargins = True
- Pointer.Style = psRectangle
- Pointer.Visible = True
- XValues.Name = 'X'
- XValues.Order = loAscending
- YValues.Name = 'Y'
- YValues.Order = loNone
- end
- object Upper: TFastLineSeries
- Marks.ArrowLength = 8
- Marks.Visible = False
- SeriesColor = clYellow
- Title = 'Upper %'
- VertAxis = aRightAxis
- LinePen.Color = clYellow
- LinePen.Width = 3
- XValues.Name = 'X'
- XValues.Order = loAscending
- YValues.Name = 'Y'
- YValues.Order = loNone
- end
- object Lower: TFastLineSeries
- Marks.ArrowLength = 8
- Marks.Visible = False
- SeriesColor = clBlue
- Title = 'Lower %'
- VertAxis = aRightAxis
- LinePen.Color = clBlue
- LinePen.Width = 3
- XValues.Name = 'X'
- XValues.Order = loAscending
- YValues.Name = 'Y'
- YValues.Order = loNone
- end
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 457
- Height = 113
- Align = alTop
- TabOrder = 1
- object Label1: TLabel
- Left = 320
- Top = 12
- Width = 52
- Height = 13
- Caption = '&Upper limit:'
- FocusControl = UpperEdit
- end
- object Label2: TLabel
- Left = 320
- Top = 60
- Width = 52
- Height = 13
- Caption = '&Lower limit:'
- FocusControl = LowerEdit
- end
- object UpperEdit: TEdit
- Left = 320
- Top = 32
- Width = 121
- Height = 21
- TabOrder = 0
- Text = 'UpperEdit'
- OnChange = UpperEditChange
- end
- object LowerEdit: TEdit
- Left = 320
- Top = 80
- Width = 121
- Height = 21
- TabOrder = 1
- Text = 'LowerEdit'
- OnChange = LowerEditChange
- end
- object PageControl1: TPageControl
- Left = 1
- Top = 1
- Width = 304
- Height = 113
- ActivePage = TabSheet2
- TabOrder = 2
- object TabSheet1: TTabSheet
- Caption = 'Description'
- object Memo1: TMemo
- Left = 0
- Top = 0
- Width = 296
- Height = 85
- Align = alClient
- ScrollBars = ssVertical
- TabOrder = 0
- WordWrap = False
- end
- end
- object TabSheet2: TTabSheet
- Caption = 'Help'
- object Memo2: TMemo
- Left = 0
- Top = 0
- Width = 296
- Height = 85
- Align = alClient
- Lines.Strings = (
- 'Calculating and charting the Upper and Lower limits of an '
- 'SPC Quality Control series.'
-
- 'This example includes formulae to calculate the SPC upper and lo' +
- 'wer '
-
- 'limits. The Chart displays 2 series, one with the number of "goo' +
- 'd" parts '
-
- 'and another with the percent of "bad" parts. With these two Seri' +
- 'es, '
- 'the example calculates two values: the upper and lower limits.'
- 'These limits are displayed using another two series. '
-
- 'Correctness of calculation depends very much on your particular ' +
- 'country rules.'
- ' ')
- ScrollBars = ssVertical
- TabOrder = 0
- WordWrap = False
- end
- end
- end
- end
- end
-