Summary Table
Categories |
Total Count |
PII |
0 |
URL |
0 |
DNS |
0 |
EKL |
0 |
IP |
0 |
PORT |
0 |
VsID |
0 |
CF |
0 |
AI |
0 |
VPD |
0 |
PL |
0 |
Other |
0 |
File Content
object frmGMV_RPCLog: TfrmGMV_RPCLog
Left = 538
Top = 190
Caption = 'RPC Log'
ClientHeight = 585
ClientWidth = 993
Color = clBtnFace
Constraints.MinHeight = 480
Constraints.MinWidth = 640
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnKeyDown = FormKeyDown
PixelsPerInch = 96
TextHeight = 13
object Splitter1: TSplitter
Left = 337
Top = 41
Width = 4
Height = 525
Color = clSilver
ParentColor = False
ExplicitHeight = 529
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 993
Height = 41
Align = alTop
BevelOuter = bvNone
Color = clSilver
TabOrder = 0
DesignSize = (
993
41)
object BitBtn1: TBitBtn
Left = 919
Top = 8
Width = 75
Height = 25
Hint = 'Close window'
Anchors = [akTop, akRight]
Caption = '&Close'
ParentShowHint = False
ShowHint = True
TabOrder = 0
OnClick = BitBtn1Click
end
object CheckBox1: TCheckBox
Left = 10
Top = 11
Width = 97
Height = 17
Hint = 'Keep this window above others '
Caption = '&Stay On Top'
ParentShowHint = False
ShowHint = True
TabOrder = 1
OnClick = CheckBox1Click
end
end
object Panel3: TPanel
Left = 341
Top = 41
Width = 652
Height = 525
Align = alClient
BevelOuter = bvNone
TabOrder = 2
object mm: TMemo
Left = 0
Top = 30
Width = 652
Height = 495
Hint = 'RPC call detailed description'
Align = alClient
BorderStyle = bsNone
Color = clCream
Ctl3D = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Courier New'
Font.Style = []
ParentCtl3D = False
ParentFont = False
ParentShowHint = False
ScrollBars = ssBoth
ShowHint = True
TabOrder = 1
ExplicitLeft = 2
ExplicitTop = 24
end
object pnlTitle: TPanel
Left = 0
Top = 0
Width = 652
Height = 30
Align = alTop
BevelOuter = bvLowered
TabOrder = 0
end
end
object PageControl1: TPageControl
Left = 0
Top = 41
Width = 337
Height = 525
ActivePage = tsRPC
Align = alLeft
TabOrder = 1
TabPosition = tpBottom
object tsRPC: TTabSheet
Caption = 'RPC'
object Panel2: TPanel
Left = 0
Top = 0
Width = 329
Height = 499
Align = alClient
BevelOuter = bvNone
Constraints.MinWidth = 175
TabOrder = 0
object Panel4: TPanel
Left = 0
Top = 0
Width = 329
Height = 27
Align = alTop
BevelOuter = bvNone
TabOrder = 0
DesignSize = (
329
27)
object Label1: TLabel
Left = 10
Top = 5
Width = 88
Height = 13
Caption = '&Log Size (records) '
FocusControl = ComboBox1
end
object ComboBox1: TComboBox
Left = 112
Top = 1
Width = 212
Height = 21
Hint = 'Select the number of records to keep in the log'
Style = csDropDownList
Anchors = [akLeft, akTop, akRight]
Color = clInfoBk
Ctl3D = False
ParentCtl3D = False
ParentShowHint = False
ShowHint = True
TabOrder = 0
Items.Strings = (
'300'
'100'
'50'
'30')
end
end
object lbLog: TListBox
Left = 0
Top = 27
Width = 329
Height = 472
Hint = 'Executed RPC Log'
Align = alClient
BorderStyle = bsNone
Color = clCream
Ctl3D = False
ItemHeight = 13
ParentCtl3D = False
ParentShowHint = False
ShowHint = True
TabOrder = 1
OnClick = lbLogClick
end
end
end
object tsEvents: TTabSheet
Caption = 'Events'
ImageIndex = 1
object Panel5: TPanel
Left = 0
Top = 0
Width = 329
Height = 499
Align = alClient
BevelOuter = bvNone
TabOrder = 0
object Panel6: TPanel
Left = 0
Top = 0
Width = 329
Height = 29
Align = alTop
BevelOuter = bvNone
TabOrder = 0
DesignSize = (
329
29)
object Label2: TLabel
Left = 10
Top = 5
Width = 88
Height = 13
Caption = '&Log Size (records) '
FocusControl = ComboBox2
end
object ComboBox2: TComboBox
Left = 112
Top = 1
Width = 212
Height = 21
Hint = 'Select the number of records to keep in the log'
Style = csDropDownList
Anchors = [akLeft, akTop, akRight]
Color = clCream
ParentShowHint = False
ShowHint = True
TabOrder = 0
Items.Strings = (
'300'
'100'
'50'
'30')
end
end
object lbRoutines: TListBox
Left = 0
Top = 29
Width = 329
Height = 470
Hint = 'Executed RPC Log'
Align = alClient
BorderStyle = bsNone
Color = 14215640
Ctl3D = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Courier New'
Font.Style = []
ItemHeight = 14
ParentCtl3D = False
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 1
OnClick = lbRoutinesClick
end
end
end
object SymbolTbl: TTabSheet
Caption = 'Symbols'
ImageIndex = 2
object SymbolTable: TListBox
Left = 0
Top = 0
Width = 329
Height = 499
Align = alClient
BevelInner = bvNone
BevelOuter = bvNone
BorderStyle = bsNone
ItemHeight = 13
TabOrder = 0
OnClick = SymbolTableClick
end
end
end
object StatusBar1: TStatusBar
Left = 0
Top = 566
Width = 993
Height = 19
Panels = <>
end
end