object MonitorDlg: TMonitorDlg Left = 192 Top = 107 BorderStyle = bsDialog Caption = 'Monitor values' ClientHeight = 381 ClientWidth = 541 Color = clBtnFace Constraints.MinHeight = 300 Constraints.MinWidth = 300 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = { 0000010001002020100000000000E80200001600000028000000200000004000 0000010004000000000080020000000000000000000000000000000000000000 000000008000008000000080800080000000800080008080000080808000C0C0 C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000 00000000000000000000000000000EE7878787EEEEEEE03F30787EEEEEE00EE7 878787EEEEEEE03F30787EEEEEE00EE7878787EEEEEEE03F30787EEEEEE00EE7 878787EEEEEEE03F30787EEEEEE00778878788877777703F3077878EEEE00877 878787787778703F3077778EEEE00877778777787778703F3077778EEEE00788 777778877777803F307778EEEEE007778888877777770387730777777EE00888 8888888888803878773078888EE00777777777777703878FF773077777700777 7777777770387888887730777770088888888877038783F3F3F7870777E00777 777777703878FFFFFFFF7730EEE00778888887700001111111111100EEE00777 777777777799B999B99999EEEEE00777777777777799B9B99BB9B9EEEEE00777 77777777799BB9BB99BB99EEEEE0087777777777799B999B999999EEEEE00788 77777887799B9B9BB9BB99EEEEE00777887887777E9B9B9BB9999EEEEEE00777 77877777EE9B99B9BB9BEEEEEEE00EE7777777EEEEE999B9999EEEEEEEE00EEE E777EEEEEEEE99BB999EEEEEEEE00EEEEE7EEEEEEEEEE999B9EEEEEEEEE00EEE EE7EEEEEEEEEEEE999EEEEEEEEE00EEEEE7EEEEEEEEEEEEE99EEEEEEEEE00EEE EE7EEEEEEEEEEEEE9EEEEEEEEEE00EEEEE7EEEEEEEEEEEEEEEEEEEEEEEE00EEE EEEEEEEEEEEEEEEEEEEEEEEEEEE0000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000000000000000} OldCreateOrder = False Position = poOwnerFormCenter OnActivate = FormActivate OnDestroy = FormDestroy DesignSize = ( 541 381) PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 405 Top = 248 Width = 89 Height = 13 Anchors = [akRight, akBottom] Caption = 'Satisfied condition:' end object ConditionLabel: TLabel Left = 500 Top = 248 Width = 35 Height = 13 Anchors = [akRight, akBottom] AutoSize = False end object PG: TPerformanceGraph Left = 2 Top = 8 Width = 396 Height = 260 Anchors = [akLeft, akTop, akRight, akBottom] Scale = 300 Gradient = 300 end object ExternalList: TListView Left = 2 Top = 275 Width = 452 Height = 102 Anchors = [akLeft, akRight, akBottom] Columns = < item Caption = 'external function' Width = 100 end item Caption = 'author' Width = 150 end item Caption = 'description' Width = 150 end> ReadOnly = True RowSelect = True TabOrder = 4 ViewStyle = vsReport OnChange = ExternalListChange end object MonitorList: TListView Left = 405 Top = 8 Width = 130 Height = 230 Anchors = [akTop, akRight, akBottom] Columns = < item Caption = 'function' end item Caption = 'value' end> Items.Data = { 550000000300000000000000FFFFFFFFFFFFFFFF000000000000000005667261 6D6500000000FFFFFFFFFFFFFFFF0000000000000000057374616D7000000000 FFFFFFFFFFFFFFFF0000000000000000046C756D61} ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnChange = MonitorListChange OnDblClick = MonitorListDblClick end object Button1: TButton Left = 461 Top = 315 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = '&Clear' TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 461 Top = 347 Width = 75 Height = 25 Anchors = [akRight, akBottom] Cancel = True Caption = 'Close' ModalResult = 1 TabOrder = 3 OnClick = Button2Click end object Button3: TButton Left = 461 Top = 280 Width = 75 Height = 25 Hint = 'Add value to monitor' Anchors = [akRight, akBottom] Caption = '&Add' ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = Button3Click end end