home *** CD-ROM | disk | FTP | other *** search
- object MainForm1: TMainForm1
- Left = 212
- Top = 125
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'RightMark 3DSound: Data Analyzer 1.2'
- ClientHeight = 458
- ClientWidth = 592
- Color = clGray
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- ShowHint = True
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Shape1: TShape
- Left = 0
- Top = 0
- Width = 592
- Height = 458
- Align = alClient
- Brush.Style = bsClear
- Pen.Color = clTeal
- Pen.Width = 4
- Visible = False
- end
- object SpeedButton1: TSpeedButton
- Left = 8
- Top = 424
- Width = 97
- Height = 29
- Caption = 'Open XML-file'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- OnClick = GetDataBtnClick
- end
- object SpeedButton2: TSpeedButton
- Left = 608
- Top = 376
- Width = 97
- Height = 33
- Caption = 'Get Data from XML'
- Flat = True
- Visible = False
- OnClick = GetDataBtnClick
- end
- object SpeedButton3: TSpeedButton
- Left = 496
- Top = 424
- Width = 93
- Height = 29
- Caption = 'Exit'
- Flat = True
- OnClick = SpeedButton3Click
- end
- object GoBtn: TSpeedButton
- Left = 608
- Top = 308
- Width = 93
- Height = 29
- Caption = 'Analyse Data'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- Visible = False
- OnClick = GoBtnClick
- end
- object DrawButton: TSpeedButton
- Left = 608
- Top = 340
- Width = 93
- Height = 29
- Caption = 'Draw Diagrams'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- Visible = False
- OnClick = DrawButtonClick
- end
- object Chart1: TChart
- Left = 4
- Top = 4
- Width = 585
- Height = 265
- Hint =
- 'Hold left mouse button to zoom in/out, hold right mouse button t' +
- 'o move'
- AnimatedZoom = True
- BackWall.Brush.Color = clWhite
- BackWall.Brush.Style = bsClear
- Gradient.EndColor = 11127743
- Gradient.StartColor = 7644565
- Gradient.Visible = True
- Title.Brush.Color = clWhite
- Title.Brush.Style = bsClear
- Title.Color = clSilver
- Title.Font.Charset = RUSSIAN_CHARSET
- Title.Font.Color = clBlack
- Title.Font.Height = -15
- Title.Font.Name = 'Verdana'
- Title.Font.Style = [fsBold]
- Title.Text.Strings = (
- ' CPU Utilization, %')
- Chart3DPercent = 30
- LeftAxis.Automatic = False
- LeftAxis.AutomaticMaximum = False
- LeftAxis.AutomaticMinimum = False
- LeftAxis.ExactDateTime = False
- LeftAxis.Increment = 0.500000000000000000
- LeftAxis.Maximum = 20
- LeftAxis.Minimum = -1
- LeftAxis.Title.Caption = '%'
- Legend.Alignment = laBottom
- Legend.Color = 9221030
- Legend.HorizMargin = 10
- Legend.LegendStyle = lsSeries
- Legend.ShadowSize = 1
- RightAxis.Increment = 1
- RightAxis.Visible = False
- TopAxis.Visible = False
- View3D = False
- View3DOptions.HorizOffset = -56
- View3DOptions.Zoom = 87
- View3DWalls = False
- BevelOuter = bvNone
- BorderWidth = 1
- Color = clBlack
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- object Series1: TLineSeries
- Marks.ArrowLength = 8
- Marks.Style = smsPercent
- Marks.Visible = False
- SeriesColor = clWhite
- Title = 'Before statistical analysis'
- LineBrush = bsHorizontal
- Pointer.HorizSize = 2
- Pointer.InflateMargins = True
- Pointer.Style = psRectangle
- Pointer.VertSize = 2
- Pointer.Visible = False
- XValues.DateTime = False
- XValues.Name = 'X'
- XValues.Multiplier = 1
- XValues.Order = loAscending
- YValues.DateTime = False
- YValues.Name = 'Y'
- YValues.Multiplier = 1
- YValues.Order = loNone
- end
- object Series2: TLineSeries
- Marks.ArrowLength = 8
- Marks.Visible = False
- SeriesColor = clLime
- Title = 'After statistical analysis'
- Pointer.InflateMargins = True
- Pointer.Style = psRectangle
- Pointer.Visible = False
- XValues.DateTime = False
- XValues.Name = 'X'
- XValues.Multiplier = 1
- XValues.Order = loAscending
- YValues.DateTime = False
- YValues.Name = 'Y'
- YValues.Multiplier = 1
- YValues.Order = loNone
- end
- end
- object StringGrid1: TStringGrid
- Left = 4
- Top = 268
- Width = 585
- Height = 148
- Hint = 'Choose a column to draw diagrams'
- BiDiMode = bdLeftToRight
- ColCount = 2
- Ctl3D = False
- DefaultColWidth = 140
- DefaultRowHeight = 20
- Enabled = False
- FixedColor = clGray
- RowCount = 7
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing]
- ParentBiDiMode = False
- ParentCtl3D = False
- ScrollBars = ssVertical
- TabOrder = 0
- OnDrawCell = StringGrid1DrawCell
- OnSelectCell = StringGrid1SelectCell
- RowHeights = (
- 20
- 20
- 20
- 20
- 20
- 20
- 20)
- end
- object OpenDialogXML: TOpenDialog
- Ctl3D = False
- DefaultExt = 'XML'
- Filter = 'XML files|*.xml|all files|*.*'
- OptionsEx = [ofExNoPlacesBar]
- Left = 424
- Top = 424
- end
- object XMLDocument1: TXMLDocument
- Left = 456
- Top = 424
- DOMVendorDesc = 'MSXML'
- end
- end
-