home *** CD-ROM | disk | FTP | other *** search
- object Form2: TForm2
- Left = 378
- Top = 147
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Server Statistics'
- ClientHeight = 260
- ClientWidth = 227
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnDeactivate = FormDeactivate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object StatOK: TButton
- Left = 83
- Top = 234
- Width = 61
- Height = 22
- Cancel = True
- Caption = 'OK'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ModalResult = 1
- ParentFont = False
- TabOrder = 0
- OnClick = StatOKClick
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 7
- Width = 210
- Height = 98
- Caption = ' Server Status '
- TabOrder = 1
- object Label2: TLabel
- Left = 7
- Top = 39
- Width = 76
- Height = 13
- Caption = 'Ports Running : '
- end
- object PortsR: TLabel
- Left = 195
- Top = 39
- Width = 3
- Height = 13
- Alignment = taRightJustify
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 7
- Top = 59
- Width = 49
- Height = 13
- Caption = 'Caller ID : '
- end
- object TCallerID: TLabel
- Left = 195
- Top = 59
- Width = 3
- Height = 13
- Alignment = taRightJustify
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object OnLine: TLabel
- Left = 7
- Top = 20
- Width = 3
- Height = 13
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label4: TLabel
- Left = 7
- Top = 78
- Width = 47
- Height = 13
- Caption = 'Logging : '
- end
- object TLogging: TLabel
- Left = 195
- Top = 78
- Width = 3
- Height = 13
- Alignment = taRightJustify
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object GroupBox2: TGroupBox
- Left = 195
- Top = 98
- Width = 150
- Height = 85
- Caption = 'GroupBox2'
- TabOrder = 0
- end
- end
- object GroupBox3: TGroupBox
- Left = 8
- Top = 111
- Width = 210
- Height = 117
- Caption = ' Server Statistics '
- TabOrder = 2
- object Label5: TLabel
- Left = 7
- Top = 20
- Width = 101
- Height = 13
- Caption = 'Active Connections : '
- end
- object ActiveC: TLabel
- Left = 195
- Top = 20
- Width = 3
- Height = 13
- Alignment = taRightJustify
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object TotalCn: TLabel
- Left = 195
- Top = 39
- Width = 3
- Height = 13
- Alignment = taRightJustify
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label1: TLabel
- Left = 7
- Top = 39
- Width = 95
- Height = 13
- Caption = 'Total Connections : '
- end
- object TotalBR: TLabel
- Left = 195
- Top = 59
- Width = 3
- Height = 13
- Alignment = taRightJustify
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label6: TLabel
- Left = 7
- Top = 59
- Width = 111
- Height = 13
- Caption = 'Total Bytes Received : '
- end
- object TotalBS: TLabel
- Left = 195
- Top = 78
- Width = 3
- Height = 13
- Alignment = taRightJustify
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label7: TLabel
- Left = 7
- Top = 78
- Width = 87
- Height = 13
- Caption = 'Total Bytes Sent : '
- end
- object TErrors: TLabel
- Left = 195
- Top = 98
- Width = 3
- Height = 13
- Alignment = taRightJustify
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label8: TLabel
- Left = 7
- Top = 98
- Width = 70
- Height = 13
- Caption = 'Server Errors : '
- end
- end
- object Timer1: TTimer
- Enabled = False
- OnTimer = FormShow
- Left = 9
- Top = 231
- end
- end
-