|
@@ -32,7 +32,6 @@ object frmMain: TfrmMain
|
|
Color = clWhite
|
|
Color = clWhite
|
|
ParentBackground = False
|
|
ParentBackground = False
|
|
TabOrder = 2
|
|
TabOrder = 2
|
|
- ExplicitWidth = 731
|
|
|
|
object Label1: TLabel
|
|
object Label1: TLabel
|
|
Left = 25
|
|
Left = 25
|
|
Top = 41
|
|
Top = 41
|
|
@@ -85,7 +84,6 @@ object frmMain: TfrmMain
|
|
Height = 23
|
|
Height = 23
|
|
Align = dalTop
|
|
Align = dalTop
|
|
BarManager = dxBarManager
|
|
BarManager = dxBarManager
|
|
- ExplicitWidth = 731
|
|
|
|
end
|
|
end
|
|
end
|
|
end
|
|
object dxStatusBar: TdxStatusBar
|
|
object dxStatusBar: TdxStatusBar
|
|
@@ -102,9 +100,14 @@ object frmMain: TfrmMain
|
|
item
|
|
item
|
|
PanelStyleClassName = 'TdxStatusBarTextPanelStyle'
|
|
PanelStyleClassName = 'TdxStatusBarTextPanelStyle'
|
|
MinWidth = 100
|
|
MinWidth = 100
|
|
- Text = 'Response Time: 10'#39'000 msec'
|
|
|
|
|
|
+ Text = 'Response Time: 10'#39'000 ms'
|
|
Width = 150
|
|
Width = 150
|
|
end
|
|
end
|
|
|
|
+ item
|
|
|
|
+ PanelStyleClassName = 'TdxStatusBarTextPanelStyle'
|
|
|
|
+ Text = 'Response Code: 200'
|
|
|
|
+ Width = 110
|
|
|
|
+ end
|
|
item
|
|
item
|
|
PanelStyleClassName = 'TdxStatusBarTextPanelStyle'
|
|
PanelStyleClassName = 'TdxStatusBarTextPanelStyle'
|
|
Text = 'Default project loaded.'
|
|
Text = 'Default project loaded.'
|
|
@@ -114,7 +117,6 @@ object frmMain: TfrmMain
|
|
Font.Height = -11
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
Font.Style = []
|
|
- ExplicitWidth = 731
|
|
|
|
end
|
|
end
|
|
object cxPageControl1: TcxPageControl
|
|
object cxPageControl1: TcxPageControl
|
|
Left = 0
|
|
Left = 0
|
|
@@ -125,7 +127,6 @@ object frmMain: TfrmMain
|
|
TabOrder = 3
|
|
TabOrder = 3
|
|
Properties.ActivePage = tabContent
|
|
Properties.ActivePage = tabContent
|
|
Properties.CustomButtons.Buttons = <>
|
|
Properties.CustomButtons.Buttons = <>
|
|
- ExplicitWidth = 731
|
|
|
|
ClientRectBottom = 460
|
|
ClientRectBottom = 460
|
|
ClientRectLeft = 2
|
|
ClientRectLeft = 2
|
|
ClientRectRight = 723
|
|
ClientRectRight = 723
|
|
@@ -133,7 +134,6 @@ object frmMain: TfrmMain
|
|
object tabContent: TcxTabSheet
|
|
object tabContent: TcxTabSheet
|
|
Caption = 'Response Content'
|
|
Caption = 'Response Content'
|
|
ImageIndex = 0
|
|
ImageIndex = 0
|
|
- ExplicitWidth = 727
|
|
|
|
object EditorContent: TBCEditor
|
|
object EditorContent: TBCEditor
|
|
Left = 0
|
|
Left = 0
|
|
Top = 0
|
|
Top = 0
|
|
@@ -227,13 +227,11 @@ object frmMain: TfrmMain
|
|
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
|
|
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
|
|
FF00}
|
|
FF00}
|
|
WordWrap.Indicator.MaskColor = clFuchsia
|
|
WordWrap.Indicator.MaskColor = clFuchsia
|
|
- ExplicitWidth = 727
|
|
|
|
end
|
|
end
|
|
end
|
|
end
|
|
object tabHeaders: TcxTabSheet
|
|
object tabHeaders: TcxTabSheet
|
|
Caption = 'Response Headers'
|
|
Caption = 'Response Headers'
|
|
ImageIndex = 1
|
|
ImageIndex = 1
|
|
- ExplicitWidth = 727
|
|
|
|
object EditorResponseHeaders: TBCEditor
|
|
object EditorResponseHeaders: TBCEditor
|
|
Left = 0
|
|
Left = 0
|
|
Top = 0
|
|
Top = 0
|
|
@@ -326,7 +324,6 @@ object frmMain: TfrmMain
|
|
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
|
|
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
|
|
FF00}
|
|
FF00}
|
|
WordWrap.Indicator.MaskColor = clFuchsia
|
|
WordWrap.Indicator.MaskColor = clFuchsia
|
|
- ExplicitWidth = 727
|
|
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
@@ -338,7 +335,7 @@ object frmMain: TfrmMain
|
|
Align = alTop
|
|
Align = alTop
|
|
BevelOuter = bvNone
|
|
BevelOuter = bvNone
|
|
TabOrder = 0
|
|
TabOrder = 0
|
|
- ExplicitWidth = 731
|
|
|
|
|
|
+ ExplicitTop = 57
|
|
object Label2: TLabel
|
|
object Label2: TLabel
|
|
Left = 8
|
|
Left = 8
|
|
Top = 16
|
|
Top = 16
|