|
| 1 | +object HTTPLogger: THTTPLogger |
| 2 | + Left = 0 |
| 3 | + Top = 0 |
| 4 | + BorderIcons = [biSystemMenu] |
| 5 | + Caption = 'HTTPLogger' |
| 6 | + ClientHeight = 300 |
| 7 | + ClientWidth = 635 |
| 8 | + Color = clBtnFace |
| 9 | + Font.Charset = DEFAULT_CHARSET |
| 10 | + Font.Color = clWindowText |
| 11 | + Font.Height = -11 |
| 12 | + Font.Name = 'Tahoma' |
| 13 | + Font.Style = [] |
| 14 | + KeyPreview = True |
| 15 | + OldCreateOrder = False |
| 16 | + Position = poMainFormCenter |
| 17 | + OnCreate = FormCreate |
| 18 | + OnKeyPress = FormKeyPress |
| 19 | + OnShow = FormShow |
| 20 | + DesignSize = ( |
| 21 | + 635 |
| 22 | + 300) |
| 23 | + PixelsPerInch = 96 |
| 24 | + TextHeight = 13 |
| 25 | + object cxGrid: TcxGrid |
| 26 | + Left = 8 |
| 27 | + Top = 8 |
| 28 | + Width = 619 |
| 29 | + Height = 284 |
| 30 | + Anchors = [akLeft, akTop, akRight, akBottom] |
| 31 | + TabOrder = 0 |
| 32 | + object tvHTTPProcess: TcxGridTableView |
| 33 | + Navigator.Buttons.CustomButtons = <> |
| 34 | + DataController.Summary.DefaultGroupSummaryItems = <> |
| 35 | + DataController.Summary.FooterSummaryItems = <> |
| 36 | + DataController.Summary.SummaryGroups = <> |
| 37 | + OptionsBehavior.CellHints = True |
| 38 | + OptionsSelection.CellSelect = False |
| 39 | + OptionsView.ColumnAutoWidth = True |
| 40 | + OptionsView.GroupByBox = False |
| 41 | + object tvHTTPProcessUniqueID: TcxGridColumn |
| 42 | + Caption = 'ID' |
| 43 | + PropertiesClassName = 'TcxLabelProperties' |
| 44 | + MinWidth = 30 |
| 45 | + Options.HorzSizing = False |
| 46 | + Width = 30 |
| 47 | + end |
| 48 | + object tvHTTPProcessMethod: TcxGridColumn |
| 49 | + Caption = 'Method' |
| 50 | + PropertiesClassName = 'TcxLabelProperties' |
| 51 | + MinWidth = 50 |
| 52 | + Options.HorzSizing = False |
| 53 | + Width = 50 |
| 54 | + end |
| 55 | + object tvHTTPProcessURI: TcxGridColumn |
| 56 | + Caption = 'URI' |
| 57 | + PropertiesClassName = 'TcxTextEditProperties' |
| 58 | + Width = 413 |
| 59 | + end |
| 60 | + object tvHTTPProcessStatusCode: TcxGridColumn |
| 61 | + Caption = 'Status code' |
| 62 | + PropertiesClassName = 'TcxLabelProperties' |
| 63 | + MinWidth = 64 |
| 64 | + Options.HorzSizing = False |
| 65 | + end |
| 66 | + end |
| 67 | + object tvHTTPRequest: TcxGridTableView |
| 68 | + Navigator.Buttons.CustomButtons = <> |
| 69 | + DataController.Summary.DefaultGroupSummaryItems = <> |
| 70 | + DataController.Summary.FooterSummaryItems = <> |
| 71 | + DataController.Summary.SummaryGroups = <> |
| 72 | + OptionsBehavior.CellHints = True |
| 73 | + OptionsView.ColumnAutoWidth = True |
| 74 | + OptionsView.GroupByBox = False |
| 75 | + object tvHTTPRequestName: TcxGridColumn |
| 76 | + Caption = 'Name' |
| 77 | + PropertiesClassName = 'TcxLabelProperties' |
| 78 | + MinWidth = 100 |
| 79 | + Options.HorzSizing = False |
| 80 | + Width = 100 |
| 81 | + end |
| 82 | + object tvHTTPRequestValue: TcxGridColumn |
| 83 | + Caption = 'Value' |
| 84 | + PropertiesClassName = 'TcxBlobEditProperties' |
| 85 | + Properties.BlobEditKind = bekMemo |
| 86 | + Properties.BlobPaintStyle = bpsText |
| 87 | + Properties.ImmediateDropDownWhenActivated = False |
| 88 | + Properties.ImmediateDropDownWhenKeyPressed = False |
| 89 | + Properties.MemoScrollBars = ssBoth |
| 90 | + Properties.PopupWidth = 400 |
| 91 | + Properties.ReadOnly = True |
| 92 | + end |
| 93 | + end |
| 94 | + object tvHTTPParams: TcxGridTableView |
| 95 | + Navigator.Buttons.CustomButtons = <> |
| 96 | + DataController.Summary.DefaultGroupSummaryItems = <> |
| 97 | + DataController.Summary.FooterSummaryItems = <> |
| 98 | + DataController.Summary.SummaryGroups = <> |
| 99 | + OptionsBehavior.CellHints = True |
| 100 | + OptionsView.ColumnAutoWidth = True |
| 101 | + OptionsView.GroupByBox = False |
| 102 | + object tvHTTPParamsColumnName: TcxGridColumn |
| 103 | + Caption = 'Name' |
| 104 | + PropertiesClassName = 'TcxTextEditProperties' |
| 105 | + end |
| 106 | + object tvHTTPParamsColumnValue: TcxGridColumn |
| 107 | + Caption = 'Value' |
| 108 | + PropertiesClassName = 'TcxTextEditProperties' |
| 109 | + end |
| 110 | + end |
| 111 | + object tvHTTPResponse: TcxGridTableView |
| 112 | + Navigator.Buttons.CustomButtons = <> |
| 113 | + DataController.Summary.DefaultGroupSummaryItems = <> |
| 114 | + DataController.Summary.FooterSummaryItems = <> |
| 115 | + DataController.Summary.SummaryGroups = <> |
| 116 | + OptionsBehavior.CellHints = True |
| 117 | + OptionsView.ColumnAutoWidth = True |
| 118 | + OptionsView.GroupByBox = False |
| 119 | + object tvHTTPResponseName: TcxGridColumn |
| 120 | + Caption = 'Name' |
| 121 | + PropertiesClassName = 'TcxLabelProperties' |
| 122 | + MinWidth = 100 |
| 123 | + Options.HorzSizing = False |
| 124 | + Width = 100 |
| 125 | + end |
| 126 | + object tvHTTPResponseValue: TcxGridColumn |
| 127 | + Caption = 'Value' |
| 128 | + PropertiesClassName = 'TcxBlobEditProperties' |
| 129 | + Properties.BlobEditKind = bekMemo |
| 130 | + Properties.BlobPaintStyle = bpsText |
| 131 | + Properties.ImmediateDropDownWhenActivated = False |
| 132 | + Properties.ImmediateDropDownWhenKeyPressed = False |
| 133 | + Properties.MemoScrollBars = ssBoth |
| 134 | + Properties.PopupWidth = 450 |
| 135 | + Properties.ReadOnly = True |
| 136 | + end |
| 137 | + end |
| 138 | + object HTTPProcess: TcxGridLevel |
| 139 | + Caption = 'HTTPProcess' |
| 140 | + GridView = tvHTTPProcess |
| 141 | + Options.DetailTabsPosition = dtpTop |
| 142 | + object HTTPRequest: TcxGridLevel |
| 143 | + Caption = 'Request' |
| 144 | + GridView = tvHTTPRequest |
| 145 | + end |
| 146 | + object HTTPParams: TcxGridLevel |
| 147 | + Caption = 'Params' |
| 148 | + GridView = tvHTTPParams |
| 149 | + end |
| 150 | + object HTTPResponse: TcxGridLevel |
| 151 | + Caption = 'Response' |
| 152 | + GridView = tvHTTPResponse |
| 153 | + end |
| 154 | + end |
| 155 | + end |
| 156 | +end |
0 commit comments